From b75a8ec09e046379801e909d37702c6e73ca11ae Mon Sep 17 00:00:00 2001 From: Alex de Mulder Date: Wed, 14 Jan 2015 17:57:02 +0100 Subject: [PATCH] - Close active sessions in dataManipulation when calling setData(). --- HISTORY.md | 1 + dist/vis.js | 53991 +++++++++++----------- dist/vis.map | 2 +- dist/vis.min.js | 28 +- lib/network/Network.js | 6 + lib/network/mixins/ManipulationMixin.js | 1 + 6 files changed, 27022 insertions(+), 27007 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 6670c176..0998fe28 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -19,6 +19,7 @@ http://visjs.org - Fixed issue #564 by resetting state to initial when no callback is performed in the return function. - Added condition to Repulsion similar to BarnesHut to ensure nodes do not overlap. - Added labelAlignment option to edges. Thanks @T-rav! +- Close active sessions in dataManipulation when calling setData(). ### Timeline diff --git a/dist/vis.js b/dist/vis.js index b3fcd3b6..63b05424 100644 --- a/dist/vis.js +++ b/dist/vis.js @@ -83,67 +83,67 @@ return /******/ (function(modules) { // webpackBootstrap // utils exports.util = __webpack_require__(1); - exports.DOMutil = __webpack_require__(6); + exports.DOMutil = __webpack_require__(2); // data - exports.DataSet = __webpack_require__(7); - exports.DataView = __webpack_require__(9); - exports.Queue = __webpack_require__(8); + exports.DataSet = __webpack_require__(3); + exports.DataView = __webpack_require__(4); + exports.Queue = __webpack_require__(5); // Graph3d - exports.Graph3d = __webpack_require__(10); + exports.Graph3d = __webpack_require__(6); exports.graph3d = { - Camera: __webpack_require__(14), - Filter: __webpack_require__(15), - Point2d: __webpack_require__(13), - Point3d: __webpack_require__(12), - Slider: __webpack_require__(16), - StepNumber: __webpack_require__(17) + Camera: __webpack_require__(7), + Filter: __webpack_require__(8), + Point2d: __webpack_require__(9), + Point3d: __webpack_require__(10), + Slider: __webpack_require__(11), + StepNumber: __webpack_require__(12) }; // Timeline - exports.Timeline = __webpack_require__(18); - exports.Graph2d = __webpack_require__(42); + exports.Timeline = __webpack_require__(13); + exports.Graph2d = __webpack_require__(14); exports.timeline = { - DateUtil: __webpack_require__(24), - DataStep: __webpack_require__(45), - Range: __webpack_require__(21), - stack: __webpack_require__(28), - TimeStep: __webpack_require__(38), + DateUtil: __webpack_require__(15), + DataStep: __webpack_require__(16), + Range: __webpack_require__(17), + stack: __webpack_require__(18), + TimeStep: __webpack_require__(19), components: { items: { - Item: __webpack_require__(30), - BackgroundItem: __webpack_require__(34), - BoxItem: __webpack_require__(32), - PointItem: __webpack_require__(33), - RangeItem: __webpack_require__(29) + Item: __webpack_require__(31), + BackgroundItem: __webpack_require__(32), + BoxItem: __webpack_require__(33), + PointItem: __webpack_require__(34), + RangeItem: __webpack_require__(35) }, - Component: __webpack_require__(23), - CurrentTime: __webpack_require__(39), - CustomTime: __webpack_require__(41), - DataAxis: __webpack_require__(44), - GraphGroup: __webpack_require__(46), - Group: __webpack_require__(27), - BackgroundGroup: __webpack_require__(31), - ItemSet: __webpack_require__(26), - Legend: __webpack_require__(50), - LineGraph: __webpack_require__(43), - TimeAxis: __webpack_require__(37) + Component: __webpack_require__(20), + CurrentTime: __webpack_require__(21), + CustomTime: __webpack_require__(22), + DataAxis: __webpack_require__(23), + GraphGroup: __webpack_require__(24), + Group: __webpack_require__(25), + BackgroundGroup: __webpack_require__(26), + ItemSet: __webpack_require__(27), + Legend: __webpack_require__(28), + LineGraph: __webpack_require__(29), + TimeAxis: __webpack_require__(30) } }; // Network - exports.Network = __webpack_require__(51); + exports.Network = __webpack_require__(36); exports.network = { - Edge: __webpack_require__(57), - Groups: __webpack_require__(54), - Images: __webpack_require__(55), - Node: __webpack_require__(56), - Popup: __webpack_require__(58), - dotparser: __webpack_require__(52), - gephiParser: __webpack_require__(53) + Edge: __webpack_require__(37), + Groups: __webpack_require__(38), + Images: __webpack_require__(39), + Node: __webpack_require__(40), + Popup: __webpack_require__(41), + dotparser: __webpack_require__(42), + gephiParser: __webpack_require__(43) }; // Deprecated since v3.0.0 @@ -152,8 +152,8 @@ return /******/ (function(modules) { // webpackBootstrap }; // bundled external libraries - exports.moment = __webpack_require__(2); - exports.hammer = __webpack_require__(19); + exports.moment = __webpack_require__(44); + exports.hammer = __webpack_require__(45); /***/ }, @@ -164,7 +164,7 @@ return /******/ (function(modules) { // webpackBootstrap // first check if moment.js is already loaded in the browser window, if so, // use this instance. Else, load via commonjs. - var moment = __webpack_require__(2); + var moment = __webpack_require__(44); /** * Test whether given object is a number @@ -1444,28724 +1444,28391 @@ return /******/ (function(modules) { // webpackBootstrap /* 2 */ /***/ function(module, exports, __webpack_require__) { - // first check if moment.js is already loaded in the browser window, if so, - // use this instance. Else, load via commonjs. - module.exports = (typeof window !== 'undefined') && window['moment'] || __webpack_require__(3); - - -/***/ }, -/* 3 */ -/***/ function(module, exports, __webpack_require__) { - - var __WEBPACK_AMD_DEFINE_RESULT__;/* WEBPACK VAR INJECTION */(function(global, module) {//! moment.js - //! version : 2.9.0 - //! authors : Tim Wood, Iskren Chernev, Moment.js contributors - //! license : MIT - //! momentjs.com - - (function (undefined) { - /************************************ - Constants - ************************************/ - - var moment, - VERSION = '2.9.0', - // the global-scope this is NOT the global object in Node.js - globalScope = (typeof global !== 'undefined' && (typeof window === 'undefined' || window === global.window)) ? global : this, - oldGlobalMoment, - round = Math.round, - hasOwnProperty = Object.prototype.hasOwnProperty, - i, - - YEAR = 0, - MONTH = 1, - DATE = 2, - HOUR = 3, - MINUTE = 4, - SECOND = 5, - MILLISECOND = 6, - - // internal storage for locale config files - locales = {}, - - // extra moment internal properties (plugins register props here) - momentProperties = [], - - // check for nodeJS - hasModule = (typeof module !== 'undefined' && module && module.exports), - - // ASP.NET json date format regex - aspNetJsonRegex = /^\/?Date\((\-?\d+)/i, - aspNetTimeSpanJsonRegex = /(\-)?(?:(\d*)\.)?(\d+)\:(\d+)(?:\:(\d+)\.?(\d{3})?)?/, - - // from http://docs.closure-library.googlecode.com/git/closure_goog_date_date.js.source.html - // somewhat more in line with 4.4.3.2 2004 spec, but allows decimal anywhere - isoDurationRegex = /^(-)?P(?:(?:([0-9,.]*)Y)?(?:([0-9,.]*)M)?(?:([0-9,.]*)D)?(?:T(?:([0-9,.]*)H)?(?:([0-9,.]*)M)?(?:([0-9,.]*)S)?)?|([0-9,.]*)W)$/, - - // format tokens - formattingTokens = /(\[[^\[]*\])|(\\)?(Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Q|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|mm?|ss?|S{1,4}|x|X|zz?|ZZ?|.)/g, - localFormattingTokens = /(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g, - - // parsing token regexes - parseTokenOneOrTwoDigits = /\d\d?/, // 0 - 99 - parseTokenOneToThreeDigits = /\d{1,3}/, // 0 - 999 - parseTokenOneToFourDigits = /\d{1,4}/, // 0 - 9999 - parseTokenOneToSixDigits = /[+\-]?\d{1,6}/, // -999,999 - 999,999 - parseTokenDigits = /\d+/, // nonzero number of digits - parseTokenWord = /[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\/]+(\s*?[\u0600-\u06FF]+){1,2}/i, // any word (or two) characters or numbers including two/three word month in arabic. - parseTokenTimezone = /Z|[\+\-]\d\d:?\d\d/gi, // +00:00 -00:00 +0000 -0000 or Z - parseTokenT = /T/i, // T (ISO separator) - parseTokenOffsetMs = /[\+\-]?\d+/, // 1234567890123 - parseTokenTimestampMs = /[\+\-]?\d+(\.\d{1,3})?/, // 123456789 123456789.123 - - //strict parsing regexes - parseTokenOneDigit = /\d/, // 0 - 9 - parseTokenTwoDigits = /\d\d/, // 00 - 99 - parseTokenThreeDigits = /\d{3}/, // 000 - 999 - parseTokenFourDigits = /\d{4}/, // 0000 - 9999 - parseTokenSixDigits = /[+-]?\d{6}/, // -999,999 - 999,999 - parseTokenSignedNumber = /[+-]?\d+/, // -inf - inf - - // iso 8601 regex - // 0000-00-00 0000-W00 or 0000-W00-0 + T + 00 or 00:00 or 00:00:00 or 00:00:00.000 + +00:00 or +0000 or +00) - isoRegex = /^\s*(?:[+-]\d{6}|\d{4})-(?:(\d\d-\d\d)|(W\d\d$)|(W\d\d-\d)|(\d\d\d))((T| )(\d\d(:\d\d(:\d\d(\.\d+)?)?)?)?([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/, - - isoFormat = 'YYYY-MM-DDTHH:mm:ssZ', - - isoDates = [ - ['YYYYYY-MM-DD', /[+-]\d{6}-\d{2}-\d{2}/], - ['YYYY-MM-DD', /\d{4}-\d{2}-\d{2}/], - ['GGGG-[W]WW-E', /\d{4}-W\d{2}-\d/], - ['GGGG-[W]WW', /\d{4}-W\d{2}/], - ['YYYY-DDD', /\d{4}-\d{3}/] - ], - - // iso time formats and regexes - isoTimes = [ - ['HH:mm:ss.SSSS', /(T| )\d\d:\d\d:\d\d\.\d+/], - ['HH:mm:ss', /(T| )\d\d:\d\d:\d\d/], - ['HH:mm', /(T| )\d\d:\d\d/], - ['HH', /(T| )\d\d/] - ], - - // timezone chunker '+10:00' > ['10', '00'] or '-1530' > ['-', '15', '30'] - parseTimezoneChunker = /([\+\-]|\d\d)/gi, - - // getter and setter names - proxyGettersAndSetters = 'Date|Hours|Minutes|Seconds|Milliseconds'.split('|'), - unitMillisecondFactors = { - 'Milliseconds' : 1, - 'Seconds' : 1e3, - 'Minutes' : 6e4, - 'Hours' : 36e5, - 'Days' : 864e5, - 'Months' : 2592e6, - 'Years' : 31536e6 - }, - - unitAliases = { - ms : 'millisecond', - s : 'second', - m : 'minute', - h : 'hour', - d : 'day', - D : 'date', - w : 'week', - W : 'isoWeek', - M : 'month', - Q : 'quarter', - y : 'year', - DDD : 'dayOfYear', - e : 'weekday', - E : 'isoWeekday', - gg: 'weekYear', - GG: 'isoWeekYear' - }, - - camelFunctions = { - dayofyear : 'dayOfYear', - isoweekday : 'isoWeekday', - isoweek : 'isoWeek', - weekyear : 'weekYear', - isoweekyear : 'isoWeekYear' - }, - - // format function strings - formatFunctions = {}, - - // default relative time thresholds - relativeTimeThresholds = { - s: 45, // seconds to minute - m: 45, // minutes to hour - h: 22, // hours to day - d: 26, // days to month - M: 11 // months to year - }, - - // tokens to ordinalize and pad - ordinalizeTokens = 'DDD w W M D d'.split(' '), - paddedTokens = 'M D H h m s w W'.split(' '), - - formatTokenFunctions = { - M : function () { - return this.month() + 1; - }, - MMM : function (format) { - return this.localeData().monthsShort(this, format); - }, - MMMM : function (format) { - return this.localeData().months(this, format); - }, - D : function () { - return this.date(); - }, - DDD : function () { - return this.dayOfYear(); - }, - d : function () { - return this.day(); - }, - dd : function (format) { - return this.localeData().weekdaysMin(this, format); - }, - ddd : function (format) { - return this.localeData().weekdaysShort(this, format); - }, - dddd : function (format) { - return this.localeData().weekdays(this, format); - }, - w : function () { - return this.week(); - }, - W : function () { - return this.isoWeek(); - }, - YY : function () { - return leftZeroFill(this.year() % 100, 2); - }, - YYYY : function () { - return leftZeroFill(this.year(), 4); - }, - YYYYY : function () { - return leftZeroFill(this.year(), 5); - }, - YYYYYY : function () { - var y = this.year(), sign = y >= 0 ? '+' : '-'; - return sign + leftZeroFill(Math.abs(y), 6); - }, - gg : function () { - return leftZeroFill(this.weekYear() % 100, 2); - }, - gggg : function () { - return leftZeroFill(this.weekYear(), 4); - }, - ggggg : function () { - return leftZeroFill(this.weekYear(), 5); - }, - GG : function () { - return leftZeroFill(this.isoWeekYear() % 100, 2); - }, - GGGG : function () { - return leftZeroFill(this.isoWeekYear(), 4); - }, - GGGGG : function () { - return leftZeroFill(this.isoWeekYear(), 5); - }, - e : function () { - return this.weekday(); - }, - E : function () { - return this.isoWeekday(); - }, - a : function () { - return this.localeData().meridiem(this.hours(), this.minutes(), true); - }, - A : function () { - return this.localeData().meridiem(this.hours(), this.minutes(), false); - }, - H : function () { - return this.hours(); - }, - h : function () { - return this.hours() % 12 || 12; - }, - m : function () { - return this.minutes(); - }, - s : function () { - return this.seconds(); - }, - S : function () { - return toInt(this.milliseconds() / 100); - }, - SS : function () { - return leftZeroFill(toInt(this.milliseconds() / 10), 2); - }, - SSS : function () { - return leftZeroFill(this.milliseconds(), 3); - }, - SSSS : function () { - return leftZeroFill(this.milliseconds(), 3); - }, - Z : function () { - var a = this.utcOffset(), - b = '+'; - if (a < 0) { - a = -a; - b = '-'; - } - return b + leftZeroFill(toInt(a / 60), 2) + ':' + leftZeroFill(toInt(a) % 60, 2); - }, - ZZ : function () { - var a = this.utcOffset(), - b = '+'; - if (a < 0) { - a = -a; - b = '-'; - } - return b + leftZeroFill(toInt(a / 60), 2) + leftZeroFill(toInt(a) % 60, 2); - }, - z : function () { - return this.zoneAbbr(); - }, - zz : function () { - return this.zoneName(); - }, - x : function () { - return this.valueOf(); - }, - X : function () { - return this.unix(); - }, - Q : function () { - return this.quarter(); - } - }, - - deprecations = {}, - - lists = ['months', 'monthsShort', 'weekdays', 'weekdaysShort', 'weekdaysMin'], - - updateInProgress = false; - - // Pick the first defined of two or three arguments. dfl comes from - // default. - function dfl(a, b, c) { - switch (arguments.length) { - case 2: return a != null ? a : b; - case 3: return a != null ? a : b != null ? b : c; - default: throw new Error('Implement me'); - } - } - - function hasOwnProp(a, b) { - return hasOwnProperty.call(a, b); - } - - function defaultParsingFlags() { - // We need to deep clone this object, and es5 standard is not very - // helpful. - return { - empty : false, - unusedTokens : [], - unusedInput : [], - overflow : -2, - charsLeftOver : 0, - nullInput : false, - invalidMonth : null, - invalidFormat : false, - userInvalidated : false, - iso: false - }; - } - - function printMsg(msg) { - if (moment.suppressDeprecationWarnings === false && - typeof console !== 'undefined' && console.warn) { - console.warn('Deprecation warning: ' + msg); - } - } - - function deprecate(msg, fn) { - var firstTime = true; - return extend(function () { - if (firstTime) { - printMsg(msg); - firstTime = false; - } - return fn.apply(this, arguments); - }, fn); - } - - function deprecateSimple(name, msg) { - if (!deprecations[name]) { - printMsg(msg); - deprecations[name] = true; - } - } - - function padToken(func, count) { - return function (a) { - return leftZeroFill(func.call(this, a), count); - }; - } - function ordinalizeToken(func, period) { - return function (a) { - return this.localeData().ordinal(func.call(this, a), period); - }; - } - - function monthDiff(a, b) { - // difference in months - var wholeMonthDiff = ((b.year() - a.year()) * 12) + (b.month() - a.month()), - // b is in (anchor - 1 month, anchor + 1 month) - anchor = a.clone().add(wholeMonthDiff, 'months'), - anchor2, adjust; - - if (b - anchor < 0) { - anchor2 = a.clone().add(wholeMonthDiff - 1, 'months'); - // linear across the month - adjust = (b - anchor) / (anchor - anchor2); - } else { - anchor2 = a.clone().add(wholeMonthDiff + 1, 'months'); - // linear across the month - adjust = (b - anchor) / (anchor2 - anchor); - } - - return -(wholeMonthDiff + adjust); - } - - while (ordinalizeTokens.length) { - i = ordinalizeTokens.pop(); - formatTokenFunctions[i + 'o'] = ordinalizeToken(formatTokenFunctions[i], i); - } - while (paddedTokens.length) { - i = paddedTokens.pop(); - formatTokenFunctions[i + i] = padToken(formatTokenFunctions[i], 2); - } - formatTokenFunctions.DDDD = padToken(formatTokenFunctions.DDD, 3); - - - function meridiemFixWrap(locale, hour, meridiem) { - var isPm; - - if (meridiem == null) { - // nothing to do - return hour; - } - if (locale.meridiemHour != null) { - return locale.meridiemHour(hour, meridiem); - } else if (locale.isPM != null) { - // Fallback - isPm = locale.isPM(meridiem); - if (isPm && hour < 12) { - hour += 12; - } - if (!isPm && hour === 12) { - hour = 0; - } - return hour; - } else { - // thie is not supposed to happen - return hour; - } - } - - /************************************ - Constructors - ************************************/ - - function Locale() { - } - - // Moment prototype object - function Moment(config, skipOverflow) { - if (skipOverflow !== false) { - checkOverflow(config); - } - copyConfig(this, config); - this._d = new Date(+config._d); - // Prevent infinite loop in case updateOffset creates new moment - // objects. - if (updateInProgress === false) { - updateInProgress = true; - moment.updateOffset(this); - updateInProgress = false; - } - } - - // Duration Constructor - function Duration(duration) { - var normalizedInput = normalizeObjectUnits(duration), - years = normalizedInput.year || 0, - quarters = normalizedInput.quarter || 0, - months = normalizedInput.month || 0, - weeks = normalizedInput.week || 0, - days = normalizedInput.day || 0, - hours = normalizedInput.hour || 0, - minutes = normalizedInput.minute || 0, - seconds = normalizedInput.second || 0, - milliseconds = normalizedInput.millisecond || 0; - - // representation for dateAddRemove - this._milliseconds = +milliseconds + - seconds * 1e3 + // 1000 - minutes * 6e4 + // 1000 * 60 - hours * 36e5; // 1000 * 60 * 60 - // Because of dateAddRemove treats 24 hours as different from a - // day when working around DST, we need to store them separately - this._days = +days + - weeks * 7; - // It is impossible translate months into days without knowing - // which months you are are talking about, so we have to store - // it separately. - this._months = +months + - quarters * 3 + - years * 12; - - this._data = {}; - - this._locale = moment.localeData(); - - this._bubble(); - } - - /************************************ - Helpers - ************************************/ - - - function extend(a, b) { - for (var i in b) { - if (hasOwnProp(b, i)) { - a[i] = b[i]; - } - } - - if (hasOwnProp(b, 'toString')) { - a.toString = b.toString; - } - - if (hasOwnProp(b, 'valueOf')) { - a.valueOf = b.valueOf; - } - - return a; - } - - function copyConfig(to, from) { - var i, prop, val; - - if (typeof from._isAMomentObject !== 'undefined') { - to._isAMomentObject = from._isAMomentObject; - } - if (typeof from._i !== 'undefined') { - to._i = from._i; - } - if (typeof from._f !== 'undefined') { - to._f = from._f; - } - if (typeof from._l !== 'undefined') { - to._l = from._l; - } - if (typeof from._strict !== 'undefined') { - to._strict = from._strict; - } - if (typeof from._tzm !== 'undefined') { - to._tzm = from._tzm; - } - if (typeof from._isUTC !== 'undefined') { - to._isUTC = from._isUTC; - } - if (typeof from._offset !== 'undefined') { - to._offset = from._offset; - } - if (typeof from._pf !== 'undefined') { - to._pf = from._pf; - } - if (typeof from._locale !== 'undefined') { - to._locale = from._locale; - } - - if (momentProperties.length > 0) { - for (i in momentProperties) { - prop = momentProperties[i]; - val = from[prop]; - if (typeof val !== 'undefined') { - to[prop] = val; - } - } - } - - return to; - } - - function absRound(number) { - if (number < 0) { - return Math.ceil(number); - } else { - return Math.floor(number); - } - } - - // left zero fill a number - // see http://jsperf.com/left-zero-filling for performance comparison - function leftZeroFill(number, targetLength, forceSign) { - var output = '' + Math.abs(number), - sign = number >= 0; - - while (output.length < targetLength) { - output = '0' + output; - } - return (sign ? (forceSign ? '+' : '') : '-') + output; - } - - function positiveMomentsDifference(base, other) { - var res = {milliseconds: 0, months: 0}; - - res.months = other.month() - base.month() + - (other.year() - base.year()) * 12; - if (base.clone().add(res.months, 'M').isAfter(other)) { - --res.months; - } - - res.milliseconds = +other - +(base.clone().add(res.months, 'M')); - - return res; - } - - function momentsDifference(base, other) { - var res; - other = makeAs(other, base); - if (base.isBefore(other)) { - res = positiveMomentsDifference(base, other); - } else { - res = positiveMomentsDifference(other, base); - res.milliseconds = -res.milliseconds; - res.months = -res.months; - } - - return res; - } - - // TODO: remove 'name' arg after deprecation is removed - function createAdder(direction, name) { - return function (val, period) { - var dur, tmp; - //invert the arguments, but complain about it - if (period !== null && !isNaN(+period)) { - deprecateSimple(name, 'moment().' + name + '(period, number) is deprecated. Please use moment().' + name + '(number, period).'); - tmp = val; val = period; period = tmp; - } - - val = typeof val === 'string' ? +val : val; - dur = moment.duration(val, period); - addOrSubtractDurationFromMoment(this, dur, direction); - return this; - }; - } - - function addOrSubtractDurationFromMoment(mom, duration, isAdding, updateOffset) { - var milliseconds = duration._milliseconds, - days = duration._days, - months = duration._months; - updateOffset = updateOffset == null ? true : updateOffset; - - if (milliseconds) { - mom._d.setTime(+mom._d + milliseconds * isAdding); - } - if (days) { - rawSetter(mom, 'Date', rawGetter(mom, 'Date') + days * isAdding); - } - if (months) { - rawMonthSetter(mom, rawGetter(mom, 'Month') + months * isAdding); - } - if (updateOffset) { - moment.updateOffset(mom, days || months); - } - } - - // check if is an array - function isArray(input) { - return Object.prototype.toString.call(input) === '[object Array]'; - } - - function isDate(input) { - return Object.prototype.toString.call(input) === '[object Date]' || - input instanceof Date; - } - - // compare two arrays, return the number of differences - function compareArrays(array1, array2, dontConvert) { - var len = Math.min(array1.length, array2.length), - lengthDiff = Math.abs(array1.length - array2.length), - diffs = 0, - i; - for (i = 0; i < len; i++) { - if ((dontConvert && array1[i] !== array2[i]) || - (!dontConvert && toInt(array1[i]) !== toInt(array2[i]))) { - diffs++; - } - } - return diffs + lengthDiff; - } - - function normalizeUnits(units) { - if (units) { - var lowered = units.toLowerCase().replace(/(.)s$/, '$1'); - units = unitAliases[units] || camelFunctions[lowered] || lowered; - } - return units; - } - - function normalizeObjectUnits(inputObject) { - var normalizedInput = {}, - normalizedProp, - prop; - - for (prop in inputObject) { - if (hasOwnProp(inputObject, prop)) { - normalizedProp = normalizeUnits(prop); - if (normalizedProp) { - normalizedInput[normalizedProp] = inputObject[prop]; - } - } - } - - return normalizedInput; - } - - function makeList(field) { - var count, setter; - - if (field.indexOf('week') === 0) { - count = 7; - setter = 'day'; - } - else if (field.indexOf('month') === 0) { - count = 12; - setter = 'month'; - } - else { - return; - } - - moment[field] = function (format, index) { - var i, getter, - method = moment._locale[field], - results = []; - - if (typeof format === 'number') { - index = format; - format = undefined; - } - - getter = function (i) { - var m = moment().utc().set(setter, i); - return method.call(moment._locale, m, format || ''); - }; - - if (index != null) { - return getter(index); - } - else { - for (i = 0; i < count; i++) { - results.push(getter(i)); - } - return results; - } - }; - } - - function toInt(argumentForCoercion) { - var coercedNumber = +argumentForCoercion, - value = 0; - - if (coercedNumber !== 0 && isFinite(coercedNumber)) { - if (coercedNumber >= 0) { - value = Math.floor(coercedNumber); - } else { - value = Math.ceil(coercedNumber); - } - } - - return value; - } - - function daysInMonth(year, month) { - return new Date(Date.UTC(year, month + 1, 0)).getUTCDate(); - } - - function weeksInYear(year, dow, doy) { - return weekOfYear(moment([year, 11, 31 + dow - doy]), dow, doy).week; - } - - function daysInYear(year) { - return isLeapYear(year) ? 366 : 365; - } - - function isLeapYear(year) { - return (year % 4 === 0 && year % 100 !== 0) || year % 400 === 0; - } - - function checkOverflow(m) { - var overflow; - if (m._a && m._pf.overflow === -2) { - overflow = - m._a[MONTH] < 0 || m._a[MONTH] > 11 ? MONTH : - m._a[DATE] < 1 || m._a[DATE] > daysInMonth(m._a[YEAR], m._a[MONTH]) ? DATE : - m._a[HOUR] < 0 || m._a[HOUR] > 24 || - (m._a[HOUR] === 24 && (m._a[MINUTE] !== 0 || - m._a[SECOND] !== 0 || - m._a[MILLISECOND] !== 0)) ? HOUR : - m._a[MINUTE] < 0 || m._a[MINUTE] > 59 ? MINUTE : - m._a[SECOND] < 0 || m._a[SECOND] > 59 ? SECOND : - m._a[MILLISECOND] < 0 || m._a[MILLISECOND] > 999 ? MILLISECOND : - -1; - - if (m._pf._overflowDayOfYear && (overflow < YEAR || overflow > DATE)) { - overflow = DATE; - } - - m._pf.overflow = overflow; - } - } - - function isValid(m) { - if (m._isValid == null) { - m._isValid = !isNaN(m._d.getTime()) && - m._pf.overflow < 0 && - !m._pf.empty && - !m._pf.invalidMonth && - !m._pf.nullInput && - !m._pf.invalidFormat && - !m._pf.userInvalidated; - - if (m._strict) { - m._isValid = m._isValid && - m._pf.charsLeftOver === 0 && - m._pf.unusedTokens.length === 0 && - m._pf.bigHour === undefined; - } - } - return m._isValid; - } - - function normalizeLocale(key) { - return key ? key.toLowerCase().replace('_', '-') : key; - } - - // pick the locale from the array - // try ['en-au', 'en-gb'] as 'en-au', 'en-gb', 'en', as in move through the list trying each - // substring from most specific to least, but move to the next array item if it's a more specific variant than the current root - function chooseLocale(names) { - var i = 0, j, next, locale, split; - - while (i < names.length) { - split = normalizeLocale(names[i]).split('-'); - j = split.length; - next = normalizeLocale(names[i + 1]); - next = next ? next.split('-') : null; - while (j > 0) { - locale = loadLocale(split.slice(0, j).join('-')); - if (locale) { - return locale; - } - if (next && next.length >= j && compareArrays(split, next, true) >= j - 1) { - //the next array item is better than a shallower substring of this one - break; - } - j--; - } - i++; - } - return null; - } - - function loadLocale(name) { - var oldLocale = null; - if (!locales[name] && hasModule) { - try { - oldLocale = moment.locale(); - !(function webpackMissingModule() { var e = new Error("Cannot find module \"./locale\""); e.code = 'MODULE_NOT_FOUND'; throw e; }()); - // because defineLocale currently also sets the global locale, we want to undo that for lazy loaded locales - moment.locale(oldLocale); - } catch (e) { } - } - return locales[name]; - } - - // Return a moment from input, that is local/utc/utcOffset equivalent to - // model. - function makeAs(input, model) { - var res, diff; - if (model._isUTC) { - res = model.clone(); - diff = (moment.isMoment(input) || isDate(input) ? - +input : +moment(input)) - (+res); - // Use low-level api, because this fn is low-level api. - res._d.setTime(+res._d + diff); - moment.updateOffset(res, false); - return res; - } else { - return moment(input).local(); - } - } - - /************************************ - Locale - ************************************/ - - - extend(Locale.prototype, { - - set : function (config) { - var prop, i; - for (i in config) { - prop = config[i]; - if (typeof prop === 'function') { - this[i] = prop; - } else { - this['_' + i] = prop; - } - } - // Lenient ordinal parsing accepts just a number in addition to - // number + (possibly) stuff coming from _ordinalParseLenient. - this._ordinalParseLenient = new RegExp(this._ordinalParse.source + '|' + /\d{1,2}/.source); - }, - - _months : 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'), - months : function (m) { - return this._months[m.month()]; - }, - - _monthsShort : 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'), - monthsShort : function (m) { - return this._monthsShort[m.month()]; - }, - - monthsParse : function (monthName, format, strict) { - var i, mom, regex; - - if (!this._monthsParse) { - this._monthsParse = []; - this._longMonthsParse = []; - this._shortMonthsParse = []; - } - - for (i = 0; i < 12; i++) { - // make the regex if we don't have it already - mom = moment.utc([2000, i]); - if (strict && !this._longMonthsParse[i]) { - this._longMonthsParse[i] = new RegExp('^' + this.months(mom, '').replace('.', '') + '$', 'i'); - this._shortMonthsParse[i] = new RegExp('^' + this.monthsShort(mom, '').replace('.', '') + '$', 'i'); - } - if (!strict && !this._monthsParse[i]) { - regex = '^' + this.months(mom, '') + '|^' + this.monthsShort(mom, ''); - this._monthsParse[i] = new RegExp(regex.replace('.', ''), 'i'); - } - // test the regex - if (strict && format === 'MMMM' && this._longMonthsParse[i].test(monthName)) { - return i; - } else if (strict && format === 'MMM' && this._shortMonthsParse[i].test(monthName)) { - return i; - } else if (!strict && this._monthsParse[i].test(monthName)) { - return i; - } - } - }, - - _weekdays : 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'), - weekdays : function (m) { - return this._weekdays[m.day()]; - }, - - _weekdaysShort : 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'), - weekdaysShort : function (m) { - return this._weekdaysShort[m.day()]; - }, - - _weekdaysMin : 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'), - weekdaysMin : function (m) { - return this._weekdaysMin[m.day()]; - }, - - weekdaysParse : function (weekdayName) { - var i, mom, regex; - - if (!this._weekdaysParse) { - this._weekdaysParse = []; - } - - for (i = 0; i < 7; i++) { - // make the regex if we don't have it already - if (!this._weekdaysParse[i]) { - mom = moment([2000, 1]).day(i); - regex = '^' + this.weekdays(mom, '') + '|^' + this.weekdaysShort(mom, '') + '|^' + this.weekdaysMin(mom, ''); - this._weekdaysParse[i] = new RegExp(regex.replace('.', ''), 'i'); - } - // test the regex - if (this._weekdaysParse[i].test(weekdayName)) { - return i; - } - } - }, - - _longDateFormat : { - LTS : 'h:mm:ss A', - LT : 'h:mm A', - L : 'MM/DD/YYYY', - LL : 'MMMM D, YYYY', - LLL : 'MMMM D, YYYY LT', - LLLL : 'dddd, MMMM D, YYYY LT' - }, - longDateFormat : function (key) { - var output = this._longDateFormat[key]; - if (!output && this._longDateFormat[key.toUpperCase()]) { - output = this._longDateFormat[key.toUpperCase()].replace(/MMMM|MM|DD|dddd/g, function (val) { - return val.slice(1); - }); - this._longDateFormat[key] = output; - } - return output; - }, - - isPM : function (input) { - // IE8 Quirks Mode & IE7 Standards Mode do not allow accessing strings like arrays - // Using charAt should be more compatible. - return ((input + '').toLowerCase().charAt(0) === 'p'); - }, - - _meridiemParse : /[ap]\.?m?\.?/i, - meridiem : function (hours, minutes, isLower) { - if (hours > 11) { - return isLower ? 'pm' : 'PM'; - } else { - return isLower ? 'am' : 'AM'; - } - }, - - - _calendar : { - sameDay : '[Today at] LT', - nextDay : '[Tomorrow at] LT', - nextWeek : 'dddd [at] LT', - lastDay : '[Yesterday at] LT', - lastWeek : '[Last] dddd [at] LT', - sameElse : 'L' - }, - calendar : function (key, mom, now) { - var output = this._calendar[key]; - return typeof output === 'function' ? output.apply(mom, [now]) : output; - }, - - _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' - }, - - relativeTime : function (number, withoutSuffix, string, isFuture) { - var output = this._relativeTime[string]; - return (typeof output === 'function') ? - output(number, withoutSuffix, string, isFuture) : - output.replace(/%d/i, number); - }, - - pastFuture : function (diff, output) { - var format = this._relativeTime[diff > 0 ? 'future' : 'past']; - return typeof format === 'function' ? format(output) : format.replace(/%s/i, output); - }, - - ordinal : function (number) { - return this._ordinal.replace('%d', number); - }, - _ordinal : '%d', - _ordinalParse : /\d{1,2}/, - - preparse : function (string) { - return string; - }, - - postformat : function (string) { - return string; - }, - - week : function (mom) { - return weekOfYear(mom, this._week.dow, this._week.doy).week; - }, - - _week : { - dow : 0, // Sunday is the first day of the week. - doy : 6 // The week that contains Jan 1st is the first week of the year. - }, - - firstDayOfWeek : function () { - return this._week.dow; - }, - - firstDayOfYear : function () { - return this._week.doy; - }, - - _invalidDate: 'Invalid date', - invalidDate: function () { - return this._invalidDate; - } - }); - - /************************************ - Formatting - ************************************/ - - - function removeFormattingTokens(input) { - if (input.match(/\[[\s\S]/)) { - return input.replace(/^\[|\]$/g, ''); - } - return input.replace(/\\/g, ''); - } - - function makeFormatFunction(format) { - var array = format.match(formattingTokens), i, length; - - for (i = 0, length = array.length; i < length; i++) { - if (formatTokenFunctions[array[i]]) { - array[i] = formatTokenFunctions[array[i]]; - } else { - array[i] = removeFormattingTokens(array[i]); - } - } - - return function (mom) { - var output = ''; - for (i = 0; i < length; i++) { - output += array[i] instanceof Function ? array[i].call(mom, format) : array[i]; - } - return output; - }; - } - - // format date using native date object - function formatMoment(m, format) { - if (!m.isValid()) { - return m.localeData().invalidDate(); - } - - format = expandFormat(format, m.localeData()); - - if (!formatFunctions[format]) { - formatFunctions[format] = makeFormatFunction(format); - } - - return formatFunctions[format](m); - } - - function expandFormat(format, locale) { - var i = 5; - - function replaceLongDateFormatTokens(input) { - return locale.longDateFormat(input) || input; - } - - localFormattingTokens.lastIndex = 0; - while (i >= 0 && localFormattingTokens.test(format)) { - format = format.replace(localFormattingTokens, replaceLongDateFormatTokens); - localFormattingTokens.lastIndex = 0; - i -= 1; - } - - return format; - } - - - /************************************ - Parsing - ************************************/ - - - // get the regex to find the next token - function getParseRegexForToken(token, config) { - var a, strict = config._strict; - switch (token) { - case 'Q': - return parseTokenOneDigit; - case 'DDDD': - return parseTokenThreeDigits; - case 'YYYY': - case 'GGGG': - case 'gggg': - return strict ? parseTokenFourDigits : parseTokenOneToFourDigits; - case 'Y': - case 'G': - case 'g': - return parseTokenSignedNumber; - case 'YYYYYY': - case 'YYYYY': - case 'GGGGG': - case 'ggggg': - return strict ? parseTokenSixDigits : parseTokenOneToSixDigits; - case 'S': - if (strict) { - return parseTokenOneDigit; - } - /* falls through */ - case 'SS': - if (strict) { - return parseTokenTwoDigits; - } - /* falls through */ - case 'SSS': - if (strict) { - return parseTokenThreeDigits; - } - /* falls through */ - case 'DDD': - return parseTokenOneToThreeDigits; - case 'MMM': - case 'MMMM': - case 'dd': - case 'ddd': - case 'dddd': - return parseTokenWord; - case 'a': - case 'A': - return config._locale._meridiemParse; - case 'x': - return parseTokenOffsetMs; - case 'X': - return parseTokenTimestampMs; - case 'Z': - case 'ZZ': - return parseTokenTimezone; - case 'T': - return parseTokenT; - case 'SSSS': - return parseTokenDigits; - case 'MM': - case 'DD': - case 'YY': - case 'GG': - case 'gg': - case 'HH': - case 'hh': - case 'mm': - case 'ss': - case 'ww': - case 'WW': - return strict ? parseTokenTwoDigits : parseTokenOneOrTwoDigits; - case 'M': - case 'D': - case 'd': - case 'H': - case 'h': - case 'm': - case 's': - case 'w': - case 'W': - case 'e': - case 'E': - return parseTokenOneOrTwoDigits; - case 'Do': - return strict ? config._locale._ordinalParse : config._locale._ordinalParseLenient; - default : - a = new RegExp(regexpEscape(unescapeFormat(token.replace('\\', '')), 'i')); - return a; - } - } - - function utcOffsetFromString(string) { - string = string || ''; - var possibleTzMatches = (string.match(parseTokenTimezone) || []), - tzChunk = possibleTzMatches[possibleTzMatches.length - 1] || [], - parts = (tzChunk + '').match(parseTimezoneChunker) || ['-', 0, 0], - minutes = +(parts[1] * 60) + toInt(parts[2]); - - return parts[0] === '+' ? minutes : -minutes; - } - - // function to convert string input to date - function addTimeToArrayFromToken(token, input, config) { - var a, datePartArray = config._a; - - switch (token) { - // QUARTER - case 'Q': - if (input != null) { - datePartArray[MONTH] = (toInt(input) - 1) * 3; - } - break; - // MONTH - case 'M' : // fall through to MM - case 'MM' : - if (input != null) { - datePartArray[MONTH] = toInt(input) - 1; - } - break; - case 'MMM' : // fall through to MMMM - case 'MMMM' : - a = config._locale.monthsParse(input, token, config._strict); - // if we didn't find a month name, mark the date as invalid. - if (a != null) { - datePartArray[MONTH] = a; - } else { - config._pf.invalidMonth = input; - } - break; - // DAY OF MONTH - case 'D' : // fall through to DD - case 'DD' : - if (input != null) { - datePartArray[DATE] = toInt(input); - } - break; - case 'Do' : - if (input != null) { - datePartArray[DATE] = toInt(parseInt( - input.match(/\d{1,2}/)[0], 10)); - } - break; - // DAY OF YEAR - case 'DDD' : // fall through to DDDD - case 'DDDD' : - if (input != null) { - config._dayOfYear = toInt(input); - } - - break; - // YEAR - case 'YY' : - datePartArray[YEAR] = moment.parseTwoDigitYear(input); - break; - case 'YYYY' : - case 'YYYYY' : - case 'YYYYYY' : - datePartArray[YEAR] = toInt(input); - break; - // AM / PM - case 'a' : // fall through to A - case 'A' : - config._meridiem = input; - // config._isPm = config._locale.isPM(input); - break; - // HOUR - case 'h' : // fall through to hh - case 'hh' : - config._pf.bigHour = true; - /* falls through */ - case 'H' : // fall through to HH - case 'HH' : - datePartArray[HOUR] = toInt(input); - break; - // MINUTE - case 'm' : // fall through to mm - case 'mm' : - datePartArray[MINUTE] = toInt(input); - break; - // SECOND - case 's' : // fall through to ss - case 'ss' : - datePartArray[SECOND] = toInt(input); - break; - // MILLISECOND - case 'S' : - case 'SS' : - case 'SSS' : - case 'SSSS' : - datePartArray[MILLISECOND] = toInt(('0.' + input) * 1000); - break; - // UNIX OFFSET (MILLISECONDS) - case 'x': - config._d = new Date(toInt(input)); - break; - // UNIX TIMESTAMP WITH MS - case 'X': - config._d = new Date(parseFloat(input) * 1000); - break; - // TIMEZONE - case 'Z' : // fall through to ZZ - case 'ZZ' : - config._useUTC = true; - config._tzm = utcOffsetFromString(input); - break; - // WEEKDAY - human - case 'dd': - case 'ddd': - case 'dddd': - a = config._locale.weekdaysParse(input); - // if we didn't get a weekday name, mark the date as invalid - if (a != null) { - config._w = config._w || {}; - config._w['d'] = a; - } else { - config._pf.invalidWeekday = input; - } - break; - // WEEK, WEEK DAY - numeric - case 'w': - case 'ww': - case 'W': - case 'WW': - case 'd': - case 'e': - case 'E': - token = token.substr(0, 1); - /* falls through */ - case 'gggg': - case 'GGGG': - case 'GGGGG': - token = token.substr(0, 2); - if (input) { - config._w = config._w || {}; - config._w[token] = toInt(input); - } - break; - case 'gg': - case 'GG': - config._w = config._w || {}; - config._w[token] = moment.parseTwoDigitYear(input); - } - } - - function dayOfYearFromWeekInfo(config) { - var w, weekYear, week, weekday, dow, doy, temp; - - w = config._w; - if (w.GG != null || w.W != null || w.E != null) { - dow = 1; - doy = 4; - - // TODO: We need to take the current isoWeekYear, but that depends on - // how we interpret now (local, utc, fixed offset). So create - // a now version of current config (take local/utc/offset flags, and - // create now). - weekYear = dfl(w.GG, config._a[YEAR], weekOfYear(moment(), 1, 4).year); - week = dfl(w.W, 1); - weekday = dfl(w.E, 1); - } else { - dow = config._locale._week.dow; - doy = config._locale._week.doy; - - weekYear = dfl(w.gg, config._a[YEAR], weekOfYear(moment(), dow, doy).year); - week = dfl(w.w, 1); - - if (w.d != null) { - // weekday -- low day numbers are considered next week - weekday = w.d; - if (weekday < dow) { - ++week; - } - } else if (w.e != null) { - // local weekday -- counting starts from begining of week - weekday = w.e + dow; - } else { - // default to begining of week - weekday = dow; - } - } - temp = dayOfYearFromWeeks(weekYear, week, weekday, doy, dow); - - config._a[YEAR] = temp.year; - config._dayOfYear = temp.dayOfYear; - } - - // convert an array to a date. - // the array should mirror the parameters below - // note: all values past the year are optional and will default to the lowest possible value. - // [year, month, day , hour, minute, second, millisecond] - function dateFromConfig(config) { - var i, date, input = [], currentDate, yearToUse; - - if (config._d) { - return; - } - - currentDate = currentDateArray(config); - - //compute day of the year from weeks and weekdays - if (config._w && config._a[DATE] == null && config._a[MONTH] == null) { - dayOfYearFromWeekInfo(config); - } - - //if the day of the year is set, figure out what it is - if (config._dayOfYear) { - yearToUse = dfl(config._a[YEAR], currentDate[YEAR]); - - if (config._dayOfYear > daysInYear(yearToUse)) { - config._pf._overflowDayOfYear = true; - } - - date = makeUTCDate(yearToUse, 0, config._dayOfYear); - config._a[MONTH] = date.getUTCMonth(); - config._a[DATE] = date.getUTCDate(); - } - - // Default to current date. - // * if no year, month, day of month are given, default to today - // * if day of month is given, default month and year - // * if month is given, default only year - // * if year is given, don't default anything - for (i = 0; i < 3 && config._a[i] == null; ++i) { - config._a[i] = input[i] = currentDate[i]; - } - - // Zero out whatever was not defaulted, including time - for (; i < 7; i++) { - config._a[i] = input[i] = (config._a[i] == null) ? (i === 2 ? 1 : 0) : config._a[i]; - } - - // Check for 24:00:00.000 - if (config._a[HOUR] === 24 && - config._a[MINUTE] === 0 && - config._a[SECOND] === 0 && - config._a[MILLISECOND] === 0) { - config._nextDay = true; - config._a[HOUR] = 0; - } - - config._d = (config._useUTC ? makeUTCDate : makeDate).apply(null, input); - // Apply timezone offset from input. The actual utcOffset can be changed - // with parseZone. - if (config._tzm != null) { - config._d.setUTCMinutes(config._d.getUTCMinutes() - config._tzm); - } - - if (config._nextDay) { - config._a[HOUR] = 24; - } - } - - function dateFromObject(config) { - var normalizedInput; - - if (config._d) { - return; - } - - normalizedInput = normalizeObjectUnits(config._i); - config._a = [ - normalizedInput.year, - normalizedInput.month, - normalizedInput.day || normalizedInput.date, - normalizedInput.hour, - normalizedInput.minute, - normalizedInput.second, - normalizedInput.millisecond - ]; - - dateFromConfig(config); - } - - function currentDateArray(config) { - var now = new Date(); - if (config._useUTC) { - return [ - now.getUTCFullYear(), - now.getUTCMonth(), - now.getUTCDate() - ]; - } else { - return [now.getFullYear(), now.getMonth(), now.getDate()]; - } - } - - // date from string and format string - function makeDateFromStringAndFormat(config) { - if (config._f === moment.ISO_8601) { - parseISO(config); - return; - } - - config._a = []; - config._pf.empty = true; - - // This array is used to make a Date, either with `new Date` or `Date.UTC` - var string = '' + config._i, - i, parsedInput, tokens, token, skipped, - stringLength = string.length, - totalParsedInputLength = 0; - - tokens = expandFormat(config._f, config._locale).match(formattingTokens) || []; - - for (i = 0; i < tokens.length; i++) { - token = tokens[i]; - parsedInput = (string.match(getParseRegexForToken(token, config)) || [])[0]; - if (parsedInput) { - skipped = string.substr(0, string.indexOf(parsedInput)); - if (skipped.length > 0) { - config._pf.unusedInput.push(skipped); - } - string = string.slice(string.indexOf(parsedInput) + parsedInput.length); - totalParsedInputLength += parsedInput.length; - } - // don't parse if it's not a known token - if (formatTokenFunctions[token]) { - if (parsedInput) { - config._pf.empty = false; - } - else { - config._pf.unusedTokens.push(token); - } - addTimeToArrayFromToken(token, parsedInput, config); - } - else if (config._strict && !parsedInput) { - config._pf.unusedTokens.push(token); - } - } - - // add remaining unparsed input length to the string - config._pf.charsLeftOver = stringLength - totalParsedInputLength; - if (string.length > 0) { - config._pf.unusedInput.push(string); - } - - // clear _12h flag if hour is <= 12 - if (config._pf.bigHour === true && config._a[HOUR] <= 12) { - config._pf.bigHour = undefined; - } - // handle meridiem - config._a[HOUR] = meridiemFixWrap(config._locale, config._a[HOUR], - config._meridiem); - dateFromConfig(config); - checkOverflow(config); - } - - function unescapeFormat(s) { - return s.replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g, function (matched, p1, p2, p3, p4) { - return p1 || p2 || p3 || p4; - }); - } - - // Code from http://stackoverflow.com/questions/3561493/is-there-a-regexp-escape-function-in-javascript - function regexpEscape(s) { - return s.replace(/[-\/\\^$*+?.()|[\]{}]/g, '\\$&'); - } - - // date from string and array of format strings - function makeDateFromStringAndArray(config) { - var tempConfig, - bestMoment, - - scoreToBeat, - i, - currentScore; - - if (config._f.length === 0) { - config._pf.invalidFormat = true; - config._d = new Date(NaN); - return; - } - - for (i = 0; i < config._f.length; i++) { - currentScore = 0; - tempConfig = copyConfig({}, config); - if (config._useUTC != null) { - tempConfig._useUTC = config._useUTC; - } - tempConfig._pf = defaultParsingFlags(); - tempConfig._f = config._f[i]; - makeDateFromStringAndFormat(tempConfig); - - if (!isValid(tempConfig)) { - continue; - } - - // if there is any input that was not parsed add a penalty for that format - currentScore += tempConfig._pf.charsLeftOver; - - //or tokens - currentScore += tempConfig._pf.unusedTokens.length * 10; - - tempConfig._pf.score = currentScore; - - if (scoreToBeat == null || currentScore < scoreToBeat) { - scoreToBeat = currentScore; - bestMoment = tempConfig; - } - } - - extend(config, bestMoment || tempConfig); - } - - // date from iso format - function parseISO(config) { - var i, l, - string = config._i, - match = isoRegex.exec(string); - - if (match) { - config._pf.iso = true; - for (i = 0, l = isoDates.length; i < l; i++) { - if (isoDates[i][1].exec(string)) { - // match[5] should be 'T' or undefined - config._f = isoDates[i][0] + (match[6] || ' '); - break; - } - } - for (i = 0, l = isoTimes.length; i < l; i++) { - if (isoTimes[i][1].exec(string)) { - config._f += isoTimes[i][0]; - break; - } - } - if (string.match(parseTokenTimezone)) { - config._f += 'Z'; - } - makeDateFromStringAndFormat(config); - } else { - config._isValid = false; - } - } - - // date from iso format or fallback - function makeDateFromString(config) { - parseISO(config); - if (config._isValid === false) { - delete config._isValid; - moment.createFromInputFallback(config); - } - } - - function map(arr, fn) { - var res = [], i; - for (i = 0; i < arr.length; ++i) { - res.push(fn(arr[i], i)); - } - return res; - } - - function makeDateFromInput(config) { - var input = config._i, matched; - if (input === undefined) { - config._d = new Date(); - } else if (isDate(input)) { - config._d = new Date(+input); - } else if ((matched = aspNetJsonRegex.exec(input)) !== null) { - config._d = new Date(+matched[1]); - } else if (typeof input === 'string') { - makeDateFromString(config); - } else if (isArray(input)) { - config._a = map(input.slice(0), function (obj) { - return parseInt(obj, 10); - }); - dateFromConfig(config); - } else if (typeof(input) === 'object') { - dateFromObject(config); - } else if (typeof(input) === 'number') { - // from milliseconds - config._d = new Date(input); - } else { - moment.createFromInputFallback(config); - } - } - - function makeDate(y, m, d, h, M, s, ms) { - //can't just apply() to create a date: - //http://stackoverflow.com/questions/181348/instantiating-a-javascript-object-by-calling-prototype-constructor-apply - var date = new Date(y, m, d, h, M, s, ms); - - //the date constructor doesn't accept years < 1970 - if (y < 1970) { - date.setFullYear(y); - } - return date; - } - - function makeUTCDate(y) { - var date = new Date(Date.UTC.apply(null, arguments)); - if (y < 1970) { - date.setUTCFullYear(y); - } - return date; - } - - function parseWeekday(input, locale) { - if (typeof input === 'string') { - if (!isNaN(input)) { - input = parseInt(input, 10); - } - else { - input = locale.weekdaysParse(input); - if (typeof input !== 'number') { - return null; - } - } - } - return input; - } - - /************************************ - Relative Time - ************************************/ - - - // helper function for moment.fn.from, moment.fn.fromNow, and moment.duration.fn.humanize - function substituteTimeAgo(string, number, withoutSuffix, isFuture, locale) { - return locale.relativeTime(number || 1, !!withoutSuffix, string, isFuture); - } - - function relativeTime(posNegDuration, withoutSuffix, locale) { - var duration = moment.duration(posNegDuration).abs(), - seconds = round(duration.as('s')), - minutes = round(duration.as('m')), - hours = round(duration.as('h')), - days = round(duration.as('d')), - months = round(duration.as('M')), - years = round(duration.as('y')), - - args = seconds < relativeTimeThresholds.s && ['s', seconds] || - minutes === 1 && ['m'] || - minutes < relativeTimeThresholds.m && ['mm', minutes] || - hours === 1 && ['h'] || - hours < relativeTimeThresholds.h && ['hh', hours] || - days === 1 && ['d'] || - days < relativeTimeThresholds.d && ['dd', days] || - months === 1 && ['M'] || - months < relativeTimeThresholds.M && ['MM', months] || - years === 1 && ['y'] || ['yy', years]; - - args[2] = withoutSuffix; - args[3] = +posNegDuration > 0; - args[4] = locale; - return substituteTimeAgo.apply({}, args); - } - - - /************************************ - Week of Year - ************************************/ - - - // firstDayOfWeek 0 = sun, 6 = sat - // the day of the week that starts the week - // (usually sunday or monday) - // firstDayOfWeekOfYear 0 = sun, 6 = sat - // the first week is the week that contains the first - // of this day of the week - // (eg. ISO weeks use thursday (4)) - function weekOfYear(mom, firstDayOfWeek, firstDayOfWeekOfYear) { - var end = firstDayOfWeekOfYear - firstDayOfWeek, - daysToDayOfWeek = firstDayOfWeekOfYear - mom.day(), - adjustedMoment; - - - if (daysToDayOfWeek > end) { - daysToDayOfWeek -= 7; - } - - if (daysToDayOfWeek < end - 7) { - daysToDayOfWeek += 7; - } - - adjustedMoment = moment(mom).add(daysToDayOfWeek, 'd'); - return { - week: Math.ceil(adjustedMoment.dayOfYear() / 7), - year: adjustedMoment.year() - }; - } - - //http://en.wikipedia.org/wiki/ISO_week_date#Calculating_a_date_given_the_year.2C_week_number_and_weekday - function dayOfYearFromWeeks(year, week, weekday, firstDayOfWeekOfYear, firstDayOfWeek) { - var d = makeUTCDate(year, 0, 1).getUTCDay(), daysToAdd, dayOfYear; - - d = d === 0 ? 7 : d; - weekday = weekday != null ? weekday : firstDayOfWeek; - daysToAdd = firstDayOfWeek - d + (d > firstDayOfWeekOfYear ? 7 : 0) - (d < firstDayOfWeek ? 7 : 0); - dayOfYear = 7 * (week - 1) + (weekday - firstDayOfWeek) + daysToAdd + 1; - - return { - year: dayOfYear > 0 ? year : year - 1, - dayOfYear: dayOfYear > 0 ? dayOfYear : daysInYear(year - 1) + dayOfYear - }; - } - - /************************************ - Top Level Functions - ************************************/ - - function makeMoment(config) { - var input = config._i, - format = config._f, - res; - - config._locale = config._locale || moment.localeData(config._l); - - if (input === null || (format === undefined && input === '')) { - return moment.invalid({nullInput: true}); - } - - if (typeof input === 'string') { - config._i = input = config._locale.preparse(input); - } - - if (moment.isMoment(input)) { - return new Moment(input, true); - } else if (format) { - if (isArray(format)) { - makeDateFromStringAndArray(config); - } else { - makeDateFromStringAndFormat(config); - } - } else { - makeDateFromInput(config); - } - - res = new Moment(config); - if (res._nextDay) { - // Adding is smart enough around DST - res.add(1, 'd'); - res._nextDay = undefined; - } - - return res; - } - - moment = function (input, format, locale, strict) { - var c; - - if (typeof(locale) === 'boolean') { - strict = locale; - locale = undefined; - } - // object construction must be done this way. - // https://github.com/moment/moment/issues/1423 - c = {}; - c._isAMomentObject = true; - c._i = input; - c._f = format; - c._l = locale; - c._strict = strict; - c._isUTC = false; - c._pf = defaultParsingFlags(); - - return makeMoment(c); - }; - - moment.suppressDeprecationWarnings = false; - - moment.createFromInputFallback = deprecate( - 'moment construction falls back to js Date. This is ' + - 'discouraged and will be removed in upcoming major ' + - 'release. Please refer to ' + - 'https://github.com/moment/moment/issues/1407 for more info.', - function (config) { - config._d = new Date(config._i + (config._useUTC ? ' UTC' : '')); - } - ); + // DOM utility methods - // Pick a moment m from moments so that m[fn](other) is true for all - // other. This relies on the function fn to be transitive. - // - // moments should either be an array of moment objects or an array, whose - // first element is an array of moment objects. - function pickBy(fn, moments) { - var res, i; - if (moments.length === 1 && isArray(moments[0])) { - moments = moments[0]; - } - if (!moments.length) { - return moment(); - } - res = moments[0]; - for (i = 1; i < moments.length; ++i) { - if (moments[i][fn](res)) { - res = moments[i]; - } - } - return res; + /** + * this prepares the JSON container for allocating SVG elements + * @param JSONcontainer + * @private + */ + exports.prepareElements = function(JSONcontainer) { + // cleanup the redundant svgElements; + for (var elementType in JSONcontainer) { + if (JSONcontainer.hasOwnProperty(elementType)) { + JSONcontainer[elementType].redundant = JSONcontainer[elementType].used; + JSONcontainer[elementType].used = []; } + } + }; - moment.min = function () { - var args = [].slice.call(arguments, 0); - - return pickBy('isBefore', args); - }; - - moment.max = function () { - var args = [].slice.call(arguments, 0); - - return pickBy('isAfter', args); - }; - - // creating with utc - moment.utc = function (input, format, locale, strict) { - var c; - - if (typeof(locale) === 'boolean') { - strict = locale; - locale = undefined; + /** + * this cleans up all the unused SVG elements. By asking for the parentNode, we only need to supply the JSON container from + * which to remove the redundant elements. + * + * @param JSONcontainer + * @private + */ + exports.cleanupElements = function(JSONcontainer) { + // cleanup the redundant svgElements; + for (var elementType in JSONcontainer) { + if (JSONcontainer.hasOwnProperty(elementType)) { + if (JSONcontainer[elementType].redundant) { + for (var i = 0; i < JSONcontainer[elementType].redundant.length; i++) { + JSONcontainer[elementType].redundant[i].parentNode.removeChild(JSONcontainer[elementType].redundant[i]); } - // object construction must be done this way. - // https://github.com/moment/moment/issues/1423 - c = {}; - c._isAMomentObject = true; - c._useUTC = true; - c._isUTC = true; - c._l = locale; - c._i = input; - c._f = format; - c._strict = strict; - c._pf = defaultParsingFlags(); + JSONcontainer[elementType].redundant = []; + } + } + } + }; - return makeMoment(c).utc(); - }; + /** + * Allocate or generate an SVG element if needed. Store a reference to it in the JSON container and draw it in the svgContainer + * the JSON container and the SVG container have to be supplied so other svg containers (like the legend) can use this. + * + * @param elementType + * @param JSONcontainer + * @param svgContainer + * @returns {*} + * @private + */ + exports.getSVGElement = function (elementType, JSONcontainer, svgContainer) { + var element; + // allocate SVG element, if it doesnt yet exist, create one. + if (JSONcontainer.hasOwnProperty(elementType)) { // this element has been created before + // check if there is an redundant element + if (JSONcontainer[elementType].redundant.length > 0) { + element = JSONcontainer[elementType].redundant[0]; + JSONcontainer[elementType].redundant.shift(); + } + else { + // create a new element and add it to the SVG + element = document.createElementNS('http://www.w3.org/2000/svg', elementType); + svgContainer.appendChild(element); + } + } + else { + // create a new element and add it to the SVG, also create a new object in the svgElements to keep track of it. + element = document.createElementNS('http://www.w3.org/2000/svg', elementType); + JSONcontainer[elementType] = {used: [], redundant: []}; + svgContainer.appendChild(element); + } + JSONcontainer[elementType].used.push(element); + return element; + }; - // creating with unix timestamp (in seconds) - moment.unix = function (input) { - return moment(input * 1000); - }; - // duration - moment.duration = function (input, key) { - var duration = input, - // matching against regexp is expensive, do it on demand - match = null, - sign, - ret, - parseIso, - diffRes; + /** + * Allocate or generate an SVG element if needed. Store a reference to it in the JSON container and draw it in the svgContainer + * the JSON container and the SVG container have to be supplied so other svg containers (like the legend) can use this. + * + * @param elementType + * @param JSONcontainer + * @param DOMContainer + * @returns {*} + * @private + */ + exports.getDOMElement = function (elementType, JSONcontainer, DOMContainer, insertBefore) { + var element; + // allocate DOM element, if it doesnt yet exist, create one. + if (JSONcontainer.hasOwnProperty(elementType)) { // this element has been created before + // check if there is an redundant element + if (JSONcontainer[elementType].redundant.length > 0) { + element = JSONcontainer[elementType].redundant[0]; + JSONcontainer[elementType].redundant.shift(); + } + else { + // create a new element and add it to the SVG + element = document.createElement(elementType); + if (insertBefore !== undefined) { + DOMContainer.insertBefore(element, insertBefore); + } + else { + DOMContainer.appendChild(element); + } + } + } + else { + // create a new element and add it to the SVG, also create a new object in the svgElements to keep track of it. + element = document.createElement(elementType); + JSONcontainer[elementType] = {used: [], redundant: []}; + if (insertBefore !== undefined) { + DOMContainer.insertBefore(element, insertBefore); + } + else { + DOMContainer.appendChild(element); + } + } + JSONcontainer[elementType].used.push(element); + return element; + }; - if (moment.isDuration(input)) { - duration = { - ms: input._milliseconds, - d: input._days, - M: input._months - }; - } else if (typeof input === 'number') { - duration = {}; - if (key) { - duration[key] = input; - } else { - duration.milliseconds = input; - } - } else if (!!(match = aspNetTimeSpanJsonRegex.exec(input))) { - sign = (match[1] === '-') ? -1 : 1; - duration = { - y: 0, - d: toInt(match[DATE]) * sign, - h: toInt(match[HOUR]) * sign, - m: toInt(match[MINUTE]) * sign, - s: toInt(match[SECOND]) * sign, - ms: toInt(match[MILLISECOND]) * sign - }; - } else if (!!(match = isoDurationRegex.exec(input))) { - sign = (match[1] === '-') ? -1 : 1; - parseIso = function (inp) { - // We'd normally use ~~inp for this, but unfortunately it also - // converts floats to ints. - // inp may be undefined, so careful calling replace on it. - var res = inp && parseFloat(inp.replace(',', '.')); - // apply sign while we're at it - return (isNaN(res) ? 0 : res) * sign; - }; - duration = { - y: parseIso(match[2]), - M: parseIso(match[3]), - d: parseIso(match[4]), - h: parseIso(match[5]), - m: parseIso(match[6]), - s: parseIso(match[7]), - w: parseIso(match[8]) - }; - } else if (duration == null) {// checks for null or undefined - duration = {}; - } else if (typeof duration === 'object' && - ('from' in duration || 'to' in duration)) { - diffRes = momentsDifference(moment(duration.from), moment(duration.to)); - duration = {}; - duration.ms = diffRes.milliseconds; - duration.M = diffRes.months; - } - ret = new Duration(duration); - if (moment.isDuration(input) && hasOwnProp(input, '_locale')) { - ret._locale = input._locale; - } + /** + * draw a point object. this is a seperate function because it can also be called by the legend. + * The reason the JSONcontainer and the target SVG svgContainer have to be supplied is so the legend can use these functions + * as well. + * + * @param x + * @param y + * @param group + * @param JSONcontainer + * @param svgContainer + * @returns {*} + */ + exports.drawPoint = function(x, y, group, JSONcontainer, svgContainer) { + var point; + if (group.options.drawPoints.style == 'circle') { + point = exports.getSVGElement('circle',JSONcontainer,svgContainer); + point.setAttributeNS(null, "cx", x); + point.setAttributeNS(null, "cy", y); + point.setAttributeNS(null, "r", 0.5 * group.options.drawPoints.size); + } + else { + point = exports.getSVGElement('rect',JSONcontainer,svgContainer); + point.setAttributeNS(null, "x", x - 0.5*group.options.drawPoints.size); + point.setAttributeNS(null, "y", y - 0.5*group.options.drawPoints.size); + point.setAttributeNS(null, "width", group.options.drawPoints.size); + point.setAttributeNS(null, "height", group.options.drawPoints.size); + } - return ret; - }; + if(group.options.drawPoints.styles !== undefined) { + point.setAttributeNS(null, "style", group.group.options.drawPoints.styles); + } + point.setAttributeNS(null, "class", group.className + " point"); + return point; + }; - // version number - moment.version = VERSION; + /** + * draw a bar SVG element centered on the X coordinate + * + * @param x + * @param y + * @param className + */ + exports.drawBar = function (x, y, width, height, className, JSONcontainer, svgContainer) { + if (height != 0) { + if (height < 0) { + height *= -1; + y -= height; + } + var rect = exports.getSVGElement('rect',JSONcontainer, svgContainer); + rect.setAttributeNS(null, "x", x - 0.5 * width); + rect.setAttributeNS(null, "y", y); + rect.setAttributeNS(null, "width", width); + rect.setAttributeNS(null, "height", height); + rect.setAttributeNS(null, "class", className); + } + }; - // default format - moment.defaultFormat = isoFormat; +/***/ }, +/* 3 */ +/***/ function(module, exports, __webpack_require__) { - // constant that refers to the ISO standard - moment.ISO_8601 = function () {}; + var util = __webpack_require__(1); + var Queue = __webpack_require__(5); - // Plugins that add properties should also add the key here (null value), - // so we can properly clone ourselves. - moment.momentProperties = momentProperties; + /** + * DataSet + * + * Usage: + * var dataSet = new DataSet({ + * fieldId: '_id', + * type: { + * // ... + * } + * }); + * + * dataSet.add(item); + * dataSet.add(data); + * dataSet.update(item); + * dataSet.update(data); + * dataSet.remove(id); + * dataSet.remove(ids); + * var data = dataSet.get(); + * var data = dataSet.get(id); + * var data = dataSet.get(ids); + * var data = dataSet.get(ids, options, data); + * dataSet.clear(); + * + * A data set can: + * - add/remove/update data + * - gives triggers upon changes in the data + * - can import/export data in various data formats + * + * @param {Array | DataTable} [data] Optional array with initial data + * @param {Object} [options] Available options: + * {String} fieldId Field name of the id in the + * items, 'id' by default. + * {Object.= 0; --i) { - makeList(lists[i]); + if (Array.isArray(data)) { + // Array + for (var i = 0, len = data.length; i < len; i++) { + id = me._addItem(data[i]); + addedIds.push(id); } + } + else if (util.isDataTable(data)) { + // Google DataTable + var columns = this._getColumnNames(data); + for (var row = 0, rows = data.getNumberOfRows(); row < rows; row++) { + var item = {}; + for (var col = 0, cols = columns.length; col < cols; col++) { + var field = columns[col]; + item[field] = data.getValue(row, col); + } - moment.normalizeUnits = function (units) { - return normalizeUnits(units); - }; + id = me._addItem(item); + addedIds.push(id); + } + } + else if (data instanceof Object) { + // Single item + id = me._addItem(data); + addedIds.push(id); + } + else { + throw new Error('Unknown dataType'); + } - moment.invalid = function (flags) { - var m = moment.utc(NaN); - if (flags != null) { - extend(m._pf, flags); - } - else { - m._pf.userInvalidated = true; - } + if (addedIds.length) { + this._trigger('add', {items: addedIds}, senderId); + } - return m; - }; + return addedIds; + }; - moment.parseZone = function () { - return moment.apply(null, arguments).parseZone(); - }; + /** + * Update existing items. When an item does not exist, it will be created + * @param {Object | Array | DataTable} data + * @param {String} [senderId] Optional sender id + * @return {Array} updatedIds The ids of the added or updated items + */ + DataSet.prototype.update = function (data, senderId) { + var addedIds = []; + var updatedIds = []; + var updatedData = []; + var me = this; + var fieldId = me._fieldId; - moment.parseTwoDigitYear = function (input) { - return toInt(input) + (toInt(input) > 68 ? 1900 : 2000); - }; + var addOrUpdate = function (item) { + var id = item[fieldId]; + if (me._data[id]) { + // update item + id = me._updateItem(item); + updatedIds.push(id); + updatedData.push(item); + } + else { + // add new item + id = me._addItem(item); + addedIds.push(id); + } + }; - moment.isDate = isDate; + if (Array.isArray(data)) { + // Array + for (var i = 0, len = data.length; i < len; i++) { + addOrUpdate(data[i]); + } + } + else if (util.isDataTable(data)) { + // Google DataTable + var columns = this._getColumnNames(data); + for (var row = 0, rows = data.getNumberOfRows(); row < rows; row++) { + var item = {}; + for (var col = 0, cols = columns.length; col < cols; col++) { + var field = columns[col]; + item[field] = data.getValue(row, col); + } - /************************************ - Moment Prototype - ************************************/ + addOrUpdate(item); + } + } + else if (data instanceof Object) { + // Single item + addOrUpdate(data); + } + else { + throw new Error('Unknown dataType'); + } + if (addedIds.length) { + this._trigger('add', {items: addedIds}, senderId); + } + if (updatedIds.length) { + this._trigger('update', {items: updatedIds, data: updatedData}, senderId); + } - extend(moment.fn = Moment.prototype, { + return addedIds.concat(updatedIds); + }; - clone : function () { - return moment(this); - }, + /** + * Get a data item or multiple items. + * + * Usage: + * + * get() + * get(options: Object) + * get(options: Object, data: Array | DataTable) + * + * get(id: Number | String) + * get(id: Number | String, options: Object) + * get(id: Number | String, options: Object, data: Array | DataTable) + * + * get(ids: Number[] | String[]) + * get(ids: Number[] | String[], options: Object) + * get(ids: Number[] | String[], options: Object, data: Array | DataTable) + * + * Where: + * + * {Number | String} id The id of an item + * {Number[] | String{}} ids An array with ids of items + * {Object} options An Object with options. Available options: + * {String} [returnType] Type of data to be + * returned. Can be 'DataTable' or 'Array' (default) + * {Object.} [type] + * {String[]} [fields] field names to be returned + * {function} [filter] filter items + * {String | function} [order] Order the items by + * a field name or custom sort function. + * {Array | DataTable} [data] If provided, items will be appended to this + * array or table. Required in case of Google + * DataTable. + * + * @throws Error + */ + DataSet.prototype.get = function (args) { + var me = this; - valueOf : function () { - return +this._d - ((this._offset || 0) * 60000); - }, + // parse the arguments + var id, ids, options, data; + var firstType = util.getType(arguments[0]); + if (firstType == 'String' || firstType == 'Number') { + // get(id [, options] [, data]) + id = arguments[0]; + options = arguments[1]; + data = arguments[2]; + } + else if (firstType == 'Array') { + // get(ids [, options] [, data]) + ids = arguments[0]; + options = arguments[1]; + data = arguments[2]; + } + else { + // get([, options] [, data]) + options = arguments[0]; + data = arguments[1]; + } - unix : function () { - return Math.floor(+this / 1000); - }, + // determine the return type + var returnType; + if (options && options.returnType) { + var allowedValues = ["DataTable", "Array", "Object"]; + returnType = allowedValues.indexOf(options.returnType) == -1 ? "Array" : options.returnType; - toString : function () { - return this.clone().locale('en').format('ddd MMM DD YYYY HH:mm:ss [GMT]ZZ'); - }, + if (data && (returnType != util.getType(data))) { + throw new Error('Type of parameter "data" (' + util.getType(data) + ') ' + + 'does not correspond with specified options.type (' + options.type + ')'); + } + if (returnType == 'DataTable' && !util.isDataTable(data)) { + throw new Error('Parameter "data" must be a DataTable ' + + 'when options.type is "DataTable"'); + } + } + else if (data) { + returnType = (util.getType(data) == 'DataTable') ? 'DataTable' : 'Array'; + } + else { + returnType = 'Array'; + } - toDate : function () { - return this._offset ? new Date(+this) : this._d; - }, + // build options + var type = options && options.type || this._options.type; + var filter = options && options.filter; + var items = [], item, itemId, i, len; - toISOString : function () { - var m = moment(this).utc(); - if (0 < m.year() && m.year() <= 9999) { - if ('function' === typeof Date.prototype.toISOString) { - // native implementation is ~50x faster, use it when we can - return this.toDate().toISOString(); - } else { - return formatMoment(m, 'YYYY-MM-DD[T]HH:mm:ss.SSS[Z]'); - } - } else { - return formatMoment(m, 'YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]'); - } - }, + // convert items + if (id != undefined) { + // return a single item + item = me._getItem(id, type); + if (filter && !filter(item)) { + item = null; + } + } + else if (ids != undefined) { + // return a subset of items + for (i = 0, len = ids.length; i < len; i++) { + item = me._getItem(ids[i], type); + if (!filter || filter(item)) { + items.push(item); + } + } + } + else { + // return all items + for (itemId in this._data) { + if (this._data.hasOwnProperty(itemId)) { + item = me._getItem(itemId, type); + if (!filter || filter(item)) { + items.push(item); + } + } + } + } - toArray : function () { - var m = this; - return [ - m.year(), - m.month(), - m.date(), - m.hours(), - m.minutes(), - m.seconds(), - m.milliseconds() - ]; - }, + // order the results + if (options && options.order && id == undefined) { + this._sort(items, options.order); + } - isValid : function () { - return isValid(this); - }, + // filter fields of the items + if (options && options.fields) { + var fields = options.fields; + if (id != undefined) { + item = this._filterFields(item, fields); + } + else { + for (i = 0, len = items.length; i < len; i++) { + items[i] = this._filterFields(items[i], fields); + } + } + } - isDSTShifted : function () { - if (this._a) { - return this.isValid() && compareArrays(this._a, (this._isUTC ? moment.utc(this._a) : moment(this._a)).toArray()) > 0; - } + // return the results + if (returnType == 'DataTable') { + var columns = this._getColumnNames(data); + if (id != undefined) { + // append a single item to the data table + me._appendRow(data, columns, item); + } + else { + // copy the items to the provided data table + for (i = 0; i < items.length; i++) { + me._appendRow(data, columns, items[i]); + } + } + return data; + } + else if (returnType == "Object") { + var result = {}; + for (i = 0; i < items.length; i++) { + result[items[i].id] = items[i]; + } + return result; + } + else { + // return an array + if (id != undefined) { + // a single item + return item; + } + else { + // multiple items + if (data) { + // copy the items to the provided array + for (i = 0, len = items.length; i < len; i++) { + data.push(items[i]); + } + return data; + } + else { + // just return our array + return items; + } + } + } + }; - return false; - }, + /** + * Get ids of all items or from a filtered set of items. + * @param {Object} [options] An Object with options. Available options: + * {function} [filter] filter items + * {String | function} [order] Order the items by + * a field name or custom sort function. + * @return {Array} ids + */ + DataSet.prototype.getIds = function (options) { + var data = this._data, + filter = options && options.filter, + order = options && options.order, + type = options && options.type || this._options.type, + i, + len, + id, + item, + items, + ids = []; - parsingFlags : function () { - return extend({}, this._pf); - }, + if (filter) { + // get filtered items + if (order) { + // create ordered list + items = []; + for (id in data) { + if (data.hasOwnProperty(id)) { + item = this._getItem(id, type); + if (filter(item)) { + items.push(item); + } + } + } - invalidAt: function () { - return this._pf.overflow; - }, + this._sort(items, order); - utc : function (keepLocalTime) { - return this.utcOffset(0, keepLocalTime); - }, + for (i = 0, len = items.length; i < len; i++) { + ids[i] = items[i][this._fieldId]; + } + } + else { + // create unordered list + for (id in data) { + if (data.hasOwnProperty(id)) { + item = this._getItem(id, type); + if (filter(item)) { + ids.push(item[this._fieldId]); + } + } + } + } + } + else { + // get all items + if (order) { + // create an ordered list + items = []; + for (id in data) { + if (data.hasOwnProperty(id)) { + items.push(data[id]); + } + } - local : function (keepLocalTime) { - if (this._isUTC) { - this.utcOffset(0, keepLocalTime); - this._isUTC = false; + this._sort(items, order); - if (keepLocalTime) { - this.subtract(this._dateUtcOffset(), 'm'); - } - } - return this; - }, + for (i = 0, len = items.length; i < len; i++) { + ids[i] = items[i][this._fieldId]; + } + } + else { + // create unordered list + for (id in data) { + if (data.hasOwnProperty(id)) { + item = data[id]; + ids.push(item[this._fieldId]); + } + } + } + } - format : function (inputString) { - var output = formatMoment(this, inputString || moment.defaultFormat); - return this.localeData().postformat(output); - }, + return ids; + }; - add : createAdder(1, 'add'), + /** + * Returns the DataSet itself. Is overwritten for example by the DataView, + * which returns the DataSet it is connected to instead. + */ + DataSet.prototype.getDataSet = function () { + return this; + }; - subtract : createAdder(-1, 'subtract'), + /** + * Execute a callback function for every item in the dataset. + * @param {function} callback + * @param {Object} [options] Available options: + * {Object.} [type] + * {String[]} [fields] filter fields + * {function} [filter] filter items + * {String | function} [order] Order the items by + * a field name or custom sort function. + */ + DataSet.prototype.forEach = function (callback, options) { + var filter = options && options.filter, + type = options && options.type || this._options.type, + data = this._data, + item, + id; - diff : function (input, units, asFloat) { - var that = makeAs(input, this), - zoneDiff = (that.utcOffset() - this.utcOffset()) * 6e4, - anchor, diff, output, daysAdjust; + if (options && options.order) { + // execute forEach on ordered list + var items = this.get(options); - units = normalizeUnits(units); + for (var i = 0, len = items.length; i < len; i++) { + item = items[i]; + id = item[this._fieldId]; + callback(item, id); + } + } + else { + // unordered + for (id in data) { + if (data.hasOwnProperty(id)) { + item = this._getItem(id, type); + if (!filter || filter(item)) { + callback(item, id); + } + } + } + } + }; - if (units === 'year' || units === 'month' || units === 'quarter') { - output = monthDiff(this, that); - if (units === 'quarter') { - output = output / 3; - } else if (units === 'year') { - output = output / 12; - } - } else { - diff = this - that; - output = units === 'second' ? diff / 1e3 : // 1000 - units === 'minute' ? diff / 6e4 : // 1000 * 60 - units === 'hour' ? diff / 36e5 : // 1000 * 60 * 60 - units === 'day' ? (diff - zoneDiff) / 864e5 : // 1000 * 60 * 60 * 24, negate dst - units === 'week' ? (diff - zoneDiff) / 6048e5 : // 1000 * 60 * 60 * 24 * 7, negate dst - diff; - } - return asFloat ? output : absRound(output); - }, + /** + * Map every item in the dataset. + * @param {function} callback + * @param {Object} [options] Available options: + * {Object.} [type] + * {String[]} [fields] filter fields + * {function} [filter] filter items + * {String | function} [order] Order the items by + * a field name or custom sort function. + * @return {Object[]} mappedItems + */ + DataSet.prototype.map = function (callback, options) { + var filter = options && options.filter, + type = options && options.type || this._options.type, + mappedItems = [], + data = this._data, + item; - from : function (time, withoutSuffix) { - return moment.duration({to: this, from: time}).locale(this.locale()).humanize(!withoutSuffix); - }, + // convert and filter items + for (var id in data) { + if (data.hasOwnProperty(id)) { + item = this._getItem(id, type); + if (!filter || filter(item)) { + mappedItems.push(callback(item, id)); + } + } + } - fromNow : function (withoutSuffix) { - return this.from(moment(), withoutSuffix); - }, + // order items + if (options && options.order) { + this._sort(mappedItems, options.order); + } - calendar : function (time) { - // We want to compare the start of today, vs this. - // Getting start-of-today depends on whether we're locat/utc/offset - // or not. - var now = time || moment(), - sod = makeAs(now, this).startOf('day'), - diff = this.diff(sod, 'days', true), - format = diff < -6 ? 'sameElse' : - diff < -1 ? 'lastWeek' : - diff < 0 ? 'lastDay' : - diff < 1 ? 'sameDay' : - diff < 2 ? 'nextDay' : - diff < 7 ? 'nextWeek' : 'sameElse'; - return this.format(this.localeData().calendar(format, this, moment(now))); - }, + return mappedItems; + }; - isLeapYear : function () { - return isLeapYear(this.year()); - }, + /** + * Filter the fields of an item + * @param {Object} item + * @param {String[]} fields Field names + * @return {Object} filteredItem + * @private + */ + DataSet.prototype._filterFields = function (item, fields) { + var filteredItem = {}; - isDST : function () { - return (this.utcOffset() > this.clone().month(0).utcOffset() || - this.utcOffset() > this.clone().month(5).utcOffset()); - }, + for (var field in item) { + if (item.hasOwnProperty(field) && (fields.indexOf(field) != -1)) { + filteredItem[field] = item[field]; + } + } - day : function (input) { - var day = this._isUTC ? this._d.getUTCDay() : this._d.getDay(); - if (input != null) { - input = parseWeekday(input, this.localeData()); - return this.add(input - day, 'd'); - } else { - return day; - } - }, + return filteredItem; + }; - month : makeAccessor('Month', true), + /** + * Sort the provided array with items + * @param {Object[]} items + * @param {String | function} order A field name or custom sort function. + * @private + */ + DataSet.prototype._sort = function (items, order) { + if (util.isString(order)) { + // order by provided field name + var name = order; // field name + items.sort(function (a, b) { + var av = a[name]; + var bv = b[name]; + return (av > bv) ? 1 : ((av < bv) ? -1 : 0); + }); + } + else if (typeof order === 'function') { + // order by sort function + items.sort(order); + } + // TODO: extend order by an Object {field:String, direction:String} + // where direction can be 'asc' or 'desc' + else { + throw new TypeError('Order must be a function or a string'); + } + }; - startOf : function (units) { - units = normalizeUnits(units); - // the following switch intentionally omits break keywords - // to utilize falling through the cases. - switch (units) { - case 'year': - this.month(0); - /* falls through */ - case 'quarter': - case 'month': - this.date(1); - /* falls through */ - case 'week': - case 'isoWeek': - case 'day': - this.hours(0); - /* falls through */ - case 'hour': - this.minutes(0); - /* falls through */ - case 'minute': - this.seconds(0); - /* falls through */ - case 'second': - this.milliseconds(0); - /* falls through */ - } + /** + * Remove an object by pointer or by id + * @param {String | Number | Object | Array} id Object or id, or an array with + * objects or ids to be removed + * @param {String} [senderId] Optional sender id + * @return {Array} removedIds + */ + DataSet.prototype.remove = function (id, senderId) { + var removedIds = [], + i, len, removedId; - // weeks are a special case - if (units === 'week') { - this.weekday(0); - } else if (units === 'isoWeek') { - this.isoWeekday(1); - } + if (Array.isArray(id)) { + for (i = 0, len = id.length; i < len; i++) { + removedId = this._remove(id[i]); + if (removedId != null) { + removedIds.push(removedId); + } + } + } + else { + removedId = this._remove(id); + if (removedId != null) { + removedIds.push(removedId); + } + } - // quarters are also special - if (units === 'quarter') { - this.month(Math.floor(this.month() / 3) * 3); - } + if (removedIds.length) { + this._trigger('remove', {items: removedIds}, senderId); + } - return this; - }, + return removedIds; + }; - endOf: function (units) { - units = normalizeUnits(units); - if (units === undefined || units === 'millisecond') { - return this; - } - return this.startOf(units).add(1, (units === 'isoWeek' ? 'week' : units)).subtract(1, 'ms'); - }, + /** + * Remove an item by its id + * @param {Number | String | Object} id id or item + * @returns {Number | String | null} id + * @private + */ + DataSet.prototype._remove = function (id) { + if (util.isNumber(id) || util.isString(id)) { + if (this._data[id]) { + delete this._data[id]; + return id; + } + } + else if (id instanceof Object) { + var itemId = id[this._fieldId]; + if (itemId && this._data[itemId]) { + delete this._data[itemId]; + return itemId; + } + } + return null; + }; - isAfter: function (input, units) { - var inputMs; - units = normalizeUnits(typeof units !== 'undefined' ? units : 'millisecond'); - if (units === 'millisecond') { - input = moment.isMoment(input) ? input : moment(input); - return +this > +input; - } else { - inputMs = moment.isMoment(input) ? +input : +moment(input); - return inputMs < +this.clone().startOf(units); - } - }, + /** + * Clear the data + * @param {String} [senderId] Optional sender id + * @return {Array} removedIds The ids of all removed items + */ + DataSet.prototype.clear = function (senderId) { + var ids = Object.keys(this._data); - isBefore: function (input, units) { - var inputMs; - units = normalizeUnits(typeof units !== 'undefined' ? units : 'millisecond'); - if (units === 'millisecond') { - input = moment.isMoment(input) ? input : moment(input); - return +this < +input; - } else { - inputMs = moment.isMoment(input) ? +input : +moment(input); - return +this.clone().endOf(units) < inputMs; - } - }, + this._data = {}; - isBetween: function (from, to, units) { - return this.isAfter(from, units) && this.isBefore(to, units); - }, + this._trigger('remove', {items: ids}, senderId); - isSame: function (input, units) { - var inputMs; - units = normalizeUnits(units || 'millisecond'); - if (units === 'millisecond') { - input = moment.isMoment(input) ? input : moment(input); - return +this === +input; - } else { - inputMs = +moment(input); - return +(this.clone().startOf(units)) <= inputMs && inputMs <= +(this.clone().endOf(units)); - } - }, + return ids; + }; - min: deprecate( - 'moment().min is deprecated, use moment.min instead. https://github.com/moment/moment/issues/1548', - function (other) { - other = moment.apply(null, arguments); - return other < this ? this : other; - } - ), + /** + * Find the item with maximum value of a specified field + * @param {String} field + * @return {Object | null} item Item containing max value, or null if no items + */ + DataSet.prototype.max = function (field) { + var data = this._data, + max = null, + maxField = null; - max: deprecate( - 'moment().max is deprecated, use moment.max instead. https://github.com/moment/moment/issues/1548', - function (other) { - other = moment.apply(null, arguments); - return other > this ? this : other; - } - ), + for (var id in data) { + if (data.hasOwnProperty(id)) { + var item = data[id]; + var itemField = item[field]; + if (itemField != null && (!max || itemField > maxField)) { + max = item; + maxField = itemField; + } + } + } - zone : deprecate( - 'moment().zone is deprecated, use moment().utcOffset instead. ' + - 'https://github.com/moment/moment/issues/1779', - function (input, keepLocalTime) { - if (input != null) { - if (typeof input !== 'string') { - input = -input; - } + return max; + }; - this.utcOffset(input, keepLocalTime); + /** + * Find the item with minimum value of a specified field + * @param {String} field + * @return {Object | null} item Item containing max value, or null if no items + */ + DataSet.prototype.min = function (field) { + var data = this._data, + min = null, + minField = null; - return this; - } else { - return -this.utcOffset(); - } - } - ), + for (var id in data) { + if (data.hasOwnProperty(id)) { + var item = data[id]; + var itemField = item[field]; + if (itemField != null && (!min || itemField < minField)) { + min = item; + minField = itemField; + } + } + } - // keepLocalTime = true means only change the timezone, without - // affecting the local hour. So 5:31:26 +0300 --[utcOffset(2, true)]--> - // 5:31:26 +0200 It is possible that 5:31:26 doesn't exist with offset - // +0200, so we adjust the time as needed, to be valid. - // - // Keeping the time actually adds/subtracts (one hour) - // from the actual represented time. That is why we call updateOffset - // a second time. In case it wants us to change the offset again - // _changeInProgress == true case, then we have to adjust, because - // there is no such time in the given timezone. - utcOffset : function (input, keepLocalTime) { - var offset = this._offset || 0, - localAdjust; - if (input != null) { - if (typeof input === 'string') { - input = utcOffsetFromString(input); - } - if (Math.abs(input) < 16) { - input = input * 60; - } - if (!this._isUTC && keepLocalTime) { - localAdjust = this._dateUtcOffset(); - } - this._offset = input; - this._isUTC = true; - if (localAdjust != null) { - this.add(localAdjust, 'm'); - } - if (offset !== input) { - if (!keepLocalTime || this._changeInProgress) { - addOrSubtractDurationFromMoment(this, - moment.duration(input - offset, 'm'), 1, false); - } else if (!this._changeInProgress) { - this._changeInProgress = true; - moment.updateOffset(this, true); - this._changeInProgress = null; - } - } + return min; + }; - return this; - } else { - return this._isUTC ? offset : this._dateUtcOffset(); - } - }, + /** + * Find all distinct values of a specified field + * @param {String} field + * @return {Array} values Array containing all distinct values. If data items + * do not contain the specified field are ignored. + * The returned array is unordered. + */ + DataSet.prototype.distinct = function (field) { + var data = this._data; + var values = []; + var fieldType = this._options.type && this._options.type[field] || null; + var count = 0; + var i; - isLocal : function () { - return !this._isUTC; - }, + for (var prop in data) { + if (data.hasOwnProperty(prop)) { + var item = data[prop]; + var value = item[field]; + var exists = false; + for (i = 0; i < count; i++) { + if (values[i] == value) { + exists = true; + break; + } + } + if (!exists && (value !== undefined)) { + values[count] = value; + count++; + } + } + } - isUtcOffset : function () { - return this._isUTC; - }, + if (fieldType) { + for (i = 0; i < values.length; i++) { + values[i] = util.convert(values[i], fieldType); + } + } - isUtc : function () { - return this._isUTC && this._offset === 0; - }, + return values; + }; - zoneAbbr : function () { - return this._isUTC ? 'UTC' : ''; - }, + /** + * Add a single item. Will fail when an item with the same id already exists. + * @param {Object} item + * @return {String} id + * @private + */ + DataSet.prototype._addItem = function (item) { + var id = item[this._fieldId]; - zoneName : function () { - return this._isUTC ? 'Coordinated Universal Time' : ''; - }, + if (id != undefined) { + // check whether this id is already taken + if (this._data[id]) { + // item already exists + throw new Error('Cannot add item: item with id ' + id + ' already exists'); + } + } + else { + // generate an id + id = util.randomUUID(); + item[this._fieldId] = id; + } - parseZone : function () { - if (this._tzm) { - this.utcOffset(this._tzm); - } else if (typeof this._i === 'string') { - this.utcOffset(utcOffsetFromString(this._i)); - } - return this; - }, + var d = {}; + for (var field in item) { + if (item.hasOwnProperty(field)) { + var fieldType = this._type[field]; // type may be undefined + d[field] = util.convert(item[field], fieldType); + } + } + this._data[id] = d; - hasAlignedHourOffset : function (input) { - if (!input) { - input = 0; - } - else { - input = moment(input).utcOffset(); - } + return id; + }; - return (this.utcOffset() - input) % 60 === 0; - }, + /** + * Get an item. Fields can be converted to a specific type + * @param {String} id + * @param {Object.} [types] field types to convert + * @return {Object | null} item + * @private + */ + DataSet.prototype._getItem = function (id, types) { + var field, value; - daysInMonth : function () { - return daysInMonth(this.year(), this.month()); - }, + // get the item from the dataset + var raw = this._data[id]; + if (!raw) { + return null; + } - dayOfYear : function (input) { - var dayOfYear = round((moment(this).startOf('day') - moment(this).startOf('year')) / 864e5) + 1; - return input == null ? dayOfYear : this.add((input - dayOfYear), 'd'); - }, + // convert the items field types + var converted = {}; + if (types) { + for (field in raw) { + if (raw.hasOwnProperty(field)) { + value = raw[field]; + converted[field] = util.convert(value, types[field]); + } + } + } + else { + // no field types specified, no converting needed + for (field in raw) { + if (raw.hasOwnProperty(field)) { + value = raw[field]; + converted[field] = value; + } + } + } + return converted; + }; - quarter : function (input) { - return input == null ? Math.ceil((this.month() + 1) / 3) : this.month((input - 1) * 3 + this.month() % 3); - }, + /** + * Update a single item: merge with existing item. + * Will fail when the item has no id, or when there does not exist an item + * with the same id. + * @param {Object} item + * @return {String} id + * @private + */ + DataSet.prototype._updateItem = function (item) { + var id = item[this._fieldId]; + if (id == undefined) { + throw new Error('Cannot update item: item has no id (item: ' + JSON.stringify(item) + ')'); + } + var d = this._data[id]; + if (!d) { + // item doesn't exist + throw new Error('Cannot update item: no item with id ' + id + ' found'); + } - weekYear : function (input) { - var year = weekOfYear(this, this.localeData()._week.dow, this.localeData()._week.doy).year; - return input == null ? year : this.add((input - year), 'y'); - }, + // merge with current item + for (var field in item) { + if (item.hasOwnProperty(field)) { + var fieldType = this._type[field]; // type may be undefined + d[field] = util.convert(item[field], fieldType); + } + } - isoWeekYear : function (input) { - var year = weekOfYear(this, 1, 4).year; - return input == null ? year : this.add((input - year), 'y'); - }, + return id; + }; - week : function (input) { - var week = this.localeData().week(this); - return input == null ? week : this.add((input - week) * 7, 'd'); - }, + /** + * Get an array with the column names of a Google DataTable + * @param {DataTable} dataTable + * @return {String[]} columnNames + * @private + */ + DataSet.prototype._getColumnNames = function (dataTable) { + var columns = []; + for (var col = 0, cols = dataTable.getNumberOfColumns(); col < cols; col++) { + columns[col] = dataTable.getColumnId(col) || dataTable.getColumnLabel(col); + } + return columns; + }; - isoWeek : function (input) { - var week = weekOfYear(this, 1, 4).week; - return input == null ? week : this.add((input - week) * 7, 'd'); - }, + /** + * Append an item as a row to the dataTable + * @param dataTable + * @param columns + * @param item + * @private + */ + DataSet.prototype._appendRow = function (dataTable, columns, item) { + var row = dataTable.addRow(); - weekday : function (input) { - var weekday = (this.day() + 7 - this.localeData()._week.dow) % 7; - return input == null ? weekday : this.add(input - weekday, 'd'); - }, + for (var col = 0, cols = columns.length; col < cols; col++) { + var field = columns[col]; + dataTable.setValue(row, col, item[field]); + } + }; - isoWeekday : function (input) { - // behaves the same as moment#day except - // as a getter, returns 7 instead of 0 (1-7 range instead of 0-6) - // as a setter, sunday should belong to the previous week. - return input == null ? this.day() || 7 : this.day(this.day() % 7 ? input : input - 7); - }, + module.exports = DataSet; - isoWeeksInYear : function () { - return weeksInYear(this.year(), 1, 4); - }, - weeksInYear : function () { - var weekInfo = this.localeData()._week; - return weeksInYear(this.year(), weekInfo.dow, weekInfo.doy); - }, +/***/ }, +/* 4 */ +/***/ function(module, exports, __webpack_require__) { - get : function (units) { - units = normalizeUnits(units); - return this[units](); - }, + var util = __webpack_require__(1); + var DataSet = __webpack_require__(3); - set : function (units, value) { - var unit; - if (typeof units === 'object') { - for (unit in units) { - this.set(unit, units[unit]); - } - } - else { - units = normalizeUnits(units); - if (typeof this[units] === 'function') { - this[units](value); - } - } - return this; - }, + /** + * DataView + * + * a dataview offers a filtered view on a dataset or an other dataview. + * + * @param {DataSet | DataView} data + * @param {Object} [options] Available options: see method get + * + * @constructor DataView + */ + function DataView (data, options) { + this._data = null; + this._ids = {}; // ids of the items currently in memory (just contains a boolean true) + this._options = options || {}; + this._fieldId = 'id'; // name of the field containing id + this._subscribers = {}; // event subscribers - // If passed a locale key, it will set the locale for this - // instance. Otherwise, it will return the locale configuration - // variables for this instance. - locale : function (key) { - var newLocaleData; + var me = this; + this.listener = function () { + me._onEvent.apply(me, arguments); + }; - if (key === undefined) { - return this._locale._abbr; - } else { - newLocaleData = moment.localeData(key); - if (newLocaleData != null) { - this._locale = newLocaleData; - } - return this; - } - }, + this.setData(data); + } - lang : deprecate( - 'moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.', - function (key) { - if (key === undefined) { - return this.localeData(); - } else { - return this.locale(key); - } - } - ), + // TODO: implement a function .config() to dynamically update things like configured filter + // and trigger changes accordingly - localeData : function () { - return this._locale; - }, + /** + * Set a data source for the view + * @param {DataSet | DataView} data + */ + DataView.prototype.setData = function (data) { + var ids, i, len; - _dateUtcOffset : function () { - // On Firefox.24 Date#getTimezoneOffset returns a floating point. - // https://github.com/moment/moment/pull/1871 - return -Math.round(this._d.getTimezoneOffset() / 15) * 15; - } + if (this._data) { + // unsubscribe from current dataset + if (this._data.unsubscribe) { + this._data.unsubscribe('*', this.listener); + } - }); + // trigger a remove of all items in memory + ids = []; + for (var id in this._ids) { + if (this._ids.hasOwnProperty(id)) { + ids.push(id); + } + } + this._ids = {}; + this._trigger('remove', {items: ids}); + } - function rawMonthSetter(mom, value) { - var dayOfMonth; + this._data = data; - // TODO: Move this out of here! - if (typeof value === 'string') { - value = mom.localeData().monthsParse(value); - // TODO: Another silent failure? - if (typeof value !== 'number') { - return mom; - } - } + if (this._data) { + // update fieldId + this._fieldId = this._options.fieldId || + (this._data && this._data.options && this._data.options.fieldId) || + 'id'; - dayOfMonth = Math.min(mom.date(), - daysInMonth(mom.year(), value)); - mom._d['set' + (mom._isUTC ? 'UTC' : '') + 'Month'](value, dayOfMonth); - return mom; + // trigger an add of all added items + ids = this._data.getIds({filter: this._options && this._options.filter}); + for (i = 0, len = ids.length; i < len; i++) { + id = ids[i]; + this._ids[id] = true; } + this._trigger('add', {items: ids}); - function rawGetter(mom, unit) { - return mom._d['get' + (mom._isUTC ? 'UTC' : '') + unit](); + // subscribe to new dataset + if (this._data.on) { + this._data.on('*', this.listener); } + } + }; - function rawSetter(mom, unit, value) { - if (unit === 'Month') { - return rawMonthSetter(mom, value); - } else { - return mom._d['set' + (mom._isUTC ? 'UTC' : '') + unit](value); - } - } + /** + * Get data from the data view + * + * Usage: + * + * get() + * get(options: Object) + * get(options: Object, data: Array | DataTable) + * + * get(id: Number) + * get(id: Number, options: Object) + * get(id: Number, options: Object, data: Array | DataTable) + * + * get(ids: Number[]) + * get(ids: Number[], options: Object) + * get(ids: Number[], options: Object, data: Array | DataTable) + * + * Where: + * + * {Number | String} id The id of an item + * {Number[] | String{}} ids An array with ids of items + * {Object} options An Object with options. Available options: + * {String} [type] Type of data to be returned. Can + * be 'DataTable' or 'Array' (default) + * {Object.} [convert] + * {String[]} [fields] field names to be returned + * {function} [filter] filter items + * {String | function} [order] Order the items by + * a field name or custom sort function. + * {Array | DataTable} [data] If provided, items will be appended to this + * array or table. Required in case of Google + * DataTable. + * @param args + */ + DataView.prototype.get = function (args) { + var me = this; - function makeAccessor(unit, keepTime) { - return function (value) { - if (value != null) { - rawSetter(this, unit, value); - moment.updateOffset(this, keepTime); - return this; - } else { - return rawGetter(this, unit); - } - }; - } + // parse the arguments + var ids, options, data; + var firstType = util.getType(arguments[0]); + if (firstType == 'String' || firstType == 'Number' || firstType == 'Array') { + // get(id(s) [, options] [, data]) + ids = arguments[0]; // can be a single id or an array with ids + options = arguments[1]; + data = arguments[2]; + } + else { + // get([, options] [, data]) + options = arguments[0]; + data = arguments[1]; + } - moment.fn.millisecond = moment.fn.milliseconds = makeAccessor('Milliseconds', false); - moment.fn.second = moment.fn.seconds = makeAccessor('Seconds', false); - moment.fn.minute = moment.fn.minutes = makeAccessor('Minutes', false); - // Setting the hour should keep the time, because the user explicitly - // specified which hour he wants. So trying to maintain the same hour (in - // a new timezone) makes sense. Adding/subtracting hours does not follow - // this rule. - moment.fn.hour = moment.fn.hours = makeAccessor('Hours', true); - // moment.fn.month is defined separately - moment.fn.date = makeAccessor('Date', true); - moment.fn.dates = deprecate('dates accessor is deprecated. Use date instead.', makeAccessor('Date', true)); - moment.fn.year = makeAccessor('FullYear', true); - moment.fn.years = deprecate('years accessor is deprecated. Use year instead.', makeAccessor('FullYear', true)); + // extend the options with the default options and provided options + var viewOptions = util.extend({}, this._options, options); - // add plural methods - moment.fn.days = moment.fn.day; - moment.fn.months = moment.fn.month; - moment.fn.weeks = moment.fn.week; - moment.fn.isoWeeks = moment.fn.isoWeek; - moment.fn.quarters = moment.fn.quarter; + // create a combined filter method when needed + if (this._options.filter && options && options.filter) { + viewOptions.filter = function (item) { + return me._options.filter(item) && options.filter(item); + } + } - // add aliased format methods - moment.fn.toJSON = moment.fn.toISOString; + // build up the call to the linked data set + var getArguments = []; + if (ids != undefined) { + getArguments.push(ids); + } + getArguments.push(viewOptions); + getArguments.push(data); - // alias isUtc for dev-friendliness - moment.fn.isUTC = moment.fn.isUtc; + return this._data && this._data.get.apply(this._data, getArguments); + }; - /************************************ - Duration Prototype - ************************************/ + /** + * Get ids of all items or from a filtered set of items. + * @param {Object} [options] An Object with options. Available options: + * {function} [filter] filter items + * {String | function} [order] Order the items by + * a field name or custom sort function. + * @return {Array} ids + */ + DataView.prototype.getIds = function (options) { + var ids; + if (this._data) { + var defaultFilter = this._options.filter; + var filter; - function daysToYears (days) { - // 400 years have 146097 days (taking into account leap year rules) - return days * 400 / 146097; + if (options && options.filter) { + if (defaultFilter) { + filter = function (item) { + return defaultFilter(item) && options.filter(item); + } + } + else { + filter = options.filter; + } } - - function yearsToDays (years) { - // years * 365 + absRound(years / 4) - - // absRound(years / 100) + absRound(years / 400); - return years * 146097 / 400; + else { + filter = defaultFilter; } - extend(moment.duration.fn = Duration.prototype, { - - _bubble : function () { - var milliseconds = this._milliseconds, - days = this._days, - months = this._months, - data = this._data, - seconds, minutes, hours, years = 0; - - // The following code bubbles up values, see the tests for - // examples of what that means. - data.milliseconds = milliseconds % 1000; - - seconds = absRound(milliseconds / 1000); - data.seconds = seconds % 60; + ids = this._data.getIds({ + filter: filter, + order: options && options.order + }); + } + else { + ids = []; + } - minutes = absRound(seconds / 60); - data.minutes = minutes % 60; + return ids; + }; - hours = absRound(minutes / 60); - data.hours = hours % 24; + /** + * Get the DataSet to which this DataView is connected. In case there is a chain + * of multiple DataViews, the root DataSet of this chain is returned. + * @return {DataSet} dataSet + */ + DataView.prototype.getDataSet = function () { + var dataSet = this; + while (dataSet instanceof DataView) { + dataSet = dataSet._data; + } + return dataSet || null; + }; - days += absRound(hours / 24); + /** + * Event listener. Will propagate all events from the connected data set to + * the subscribers of the DataView, but will filter the items and only trigger + * when there are changes in the filtered data set. + * @param {String} event + * @param {Object | null} params + * @param {String} senderId + * @private + */ + DataView.prototype._onEvent = function (event, params, senderId) { + var i, len, id, item, + ids = params && params.items, + data = this._data, + added = [], + updated = [], + removed = []; - // Accurately convert days to years, assume start from year 0. - years = absRound(daysToYears(days)); - days -= absRound(yearsToDays(years)); + if (ids && data) { + switch (event) { + case 'add': + // filter the ids of the added items + for (i = 0, len = ids.length; i < len; i++) { + id = ids[i]; + item = this.get(id); + if (item) { + this._ids[id] = true; + added.push(id); + } + } - // 30 days to a month - // TODO (iskren): Use anchor date (like 1st Jan) to compute this. - months += absRound(days / 30); - days %= 30; + break; - // 12 months -> 1 year - years += absRound(months / 12); - months %= 12; + case 'update': + // determine the event from the views viewpoint: an updated + // item can be added, updated, or removed from this view. + for (i = 0, len = ids.length; i < len; i++) { + id = ids[i]; + item = this.get(id); - data.days = days; - data.months = months; - data.years = years; - }, + if (item) { + if (this._ids[id]) { + updated.push(id); + } + else { + this._ids[id] = true; + added.push(id); + } + } + else { + if (this._ids[id]) { + delete this._ids[id]; + removed.push(id); + } + else { + // nothing interesting for me :-( + } + } + } - abs : function () { - this._milliseconds = Math.abs(this._milliseconds); - this._days = Math.abs(this._days); - this._months = Math.abs(this._months); + break; - this._data.milliseconds = Math.abs(this._data.milliseconds); - this._data.seconds = Math.abs(this._data.seconds); - this._data.minutes = Math.abs(this._data.minutes); - this._data.hours = Math.abs(this._data.hours); - this._data.months = Math.abs(this._data.months); - this._data.years = Math.abs(this._data.years); + case 'remove': + // filter the ids of the removed items + for (i = 0, len = ids.length; i < len; i++) { + id = ids[i]; + if (this._ids[id]) { + delete this._ids[id]; + removed.push(id); + } + } - return this; - }, + break; + } - weeks : function () { - return absRound(this.days() / 7); - }, + if (added.length) { + this._trigger('add', {items: added}, senderId); + } + if (updated.length) { + this._trigger('update', {items: updated}, senderId); + } + if (removed.length) { + this._trigger('remove', {items: removed}, senderId); + } + } + }; - valueOf : function () { - return this._milliseconds + - this._days * 864e5 + - (this._months % 12) * 2592e6 + - toInt(this._months / 12) * 31536e6; - }, + // copy subscription functionality from DataSet + DataView.prototype.on = DataSet.prototype.on; + DataView.prototype.off = DataSet.prototype.off; + DataView.prototype._trigger = DataSet.prototype._trigger; - humanize : function (withSuffix) { - var output = relativeTime(this, !withSuffix, this.localeData()); + // TODO: make these functions deprecated (replaced with `on` and `off` since version 0.5) + DataView.prototype.subscribe = DataView.prototype.on; + DataView.prototype.unsubscribe = DataView.prototype.off; - if (withSuffix) { - output = this.localeData().pastFuture(+this, output); - } + module.exports = DataView; - return this.localeData().postformat(output); - }, +/***/ }, +/* 5 */ +/***/ function(module, exports, __webpack_require__) { - add : function (input, val) { - // supports only 2.0-style add(1, 's') or add(moment) - var dur = moment.duration(input, val); + /** + * A queue + * @param {Object} options + * Available options: + * - delay: number When provided, the queue will be flushed + * automatically after an inactivity of this delay + * in milliseconds. + * Default value is null. + * - max: number When the queue exceeds the given maximum number + * of entries, the queue is flushed automatically. + * Default value of max is Infinity. + * @constructor + */ + function Queue(options) { + // options + this.delay = null; + this.max = Infinity; - this._milliseconds += dur._milliseconds; - this._days += dur._days; - this._months += dur._months; + // properties + this._queue = []; + this._timeout = null; + this._extended = null; - this._bubble(); + this.setOptions(options); + } - return this; - }, + /** + * Update the configuration of the queue + * @param {Object} options + * Available options: + * - delay: number When provided, the queue will be flushed + * automatically after an inactivity of this delay + * in milliseconds. + * Default value is null. + * - max: number When the queue exceeds the given maximum number + * of entries, the queue is flushed automatically. + * Default value of max is Infinity. + * @param options + */ + Queue.prototype.setOptions = function (options) { + if (options && typeof options.delay !== 'undefined') { + this.delay = options.delay; + } + if (options && typeof options.max !== 'undefined') { + this.max = options.max; + } - subtract : function (input, val) { - var dur = moment.duration(input, val); + this._flushIfNeeded(); + }; - this._milliseconds -= dur._milliseconds; - this._days -= dur._days; - this._months -= dur._months; + /** + * Extend an object with queuing functionality. + * The object will be extended with a function flush, and the methods provided + * in options.replace will be replaced with queued ones. + * @param {Object} object + * @param {Object} options + * Available options: + * - replace: Array. + * A list with method names of the methods + * on the object to be replaced with queued ones. + * - delay: number When provided, the queue will be flushed + * automatically after an inactivity of this delay + * in milliseconds. + * Default value is null. + * - max: number When the queue exceeds the given maximum number + * of entries, the queue is flushed automatically. + * Default value of max is Infinity. + * @return {Queue} Returns the created queue + */ + Queue.extend = function (object, options) { + var queue = new Queue(options); - this._bubble(); + if (object.flush !== undefined) { + throw new Error('Target object already has a property flush'); + } + object.flush = function () { + queue.flush(); + }; - return this; - }, + var methods = [{ + name: 'flush', + original: undefined + }]; - get : function (units) { - units = normalizeUnits(units); - return this[units.toLowerCase() + 's'](); - }, + if (options && options.replace) { + for (var i = 0; i < options.replace.length; i++) { + var name = options.replace[i]; + methods.push({ + name: name, + original: object[name] + }); + queue.replace(object, name); + } + } - as : function (units) { - var days, months; - units = normalizeUnits(units); + queue._extended = { + object: object, + methods: methods + }; - if (units === 'month' || units === 'year') { - days = this._days + this._milliseconds / 864e5; - months = this._months + daysToYears(days) * 12; - return units === 'month' ? months : months / 12; - } else { - // handle milliseconds separately because of floating point math errors (issue #1867) - days = this._days + Math.round(yearsToDays(this._months / 12)); - switch (units) { - case 'week': return days / 7 + this._milliseconds / 6048e5; - case 'day': return days + this._milliseconds / 864e5; - case 'hour': return days * 24 + this._milliseconds / 36e5; - case 'minute': return days * 24 * 60 + this._milliseconds / 6e4; - case 'second': return days * 24 * 60 * 60 + this._milliseconds / 1000; - // Math.floor prevents floating point math errors here - case 'millisecond': return Math.floor(days * 24 * 60 * 60 * 1000) + this._milliseconds; - default: throw new Error('Unknown unit ' + units); - } - } - }, + return queue; + }; - lang : moment.fn.lang, - locale : moment.fn.locale, + /** + * Destroy the queue. The queue will first flush all queued actions, and in + * case it has extended an object, will restore the original object. + */ + Queue.prototype.destroy = function () { + this.flush(); - toIsoString : deprecate( - 'toIsoString() is deprecated. Please use toISOString() instead ' + - '(notice the capitals)', - function () { - return this.toISOString(); - } - ), + if (this._extended) { + var object = this._extended.object; + var methods = this._extended.methods; + for (var i = 0; i < methods.length; i++) { + var method = methods[i]; + if (method.original) { + object[method.name] = method.original; + } + else { + delete object[method.name]; + } + } + this._extended = null; + } + }; - toISOString : function () { - // inspired by https://github.com/dordille/moment-isoduration/blob/master/moment.isoduration.js - var years = Math.abs(this.years()), - months = Math.abs(this.months()), - days = Math.abs(this.days()), - hours = Math.abs(this.hours()), - minutes = Math.abs(this.minutes()), - seconds = Math.abs(this.seconds() + this.milliseconds() / 1000); + /** + * Replace a method on an object with a queued version + * @param {Object} object Object having the method + * @param {string} method The method name + */ + Queue.prototype.replace = function(object, method) { + var me = this; + var original = object[method]; + if (!original) { + throw new Error('Method ' + method + ' undefined'); + } - if (!this.asSeconds()) { - // this is the same as C#'s (Noda) and python (isodate)... - // but not other JS (goog.date) - return 'P0D'; - } + object[method] = function () { + // create an Array with the arguments + var args = []; + for (var i = 0; i < arguments.length; i++) { + args[i] = arguments[i]; + } - return (this.asSeconds() < 0 ? '-' : '') + - 'P' + - (years ? years + 'Y' : '') + - (months ? months + 'M' : '') + - (days ? days + 'D' : '') + - ((hours || minutes || seconds) ? 'T' : '') + - (hours ? hours + 'H' : '') + - (minutes ? minutes + 'M' : '') + - (seconds ? seconds + 'S' : ''); - }, + // add this call to the queue + me.queue({ + args: args, + fn: original, + context: this + }); + }; + }; - localeData : function () { - return this._locale; - }, + /** + * Queue a call + * @param {function | {fn: function, args: Array} | {fn: function, args: Array, context: Object}} entry + */ + Queue.prototype.queue = function(entry) { + if (typeof entry === 'function') { + this._queue.push({fn: entry}); + } + else { + this._queue.push(entry); + } - toJSON : function () { - return this.toISOString(); - } - }); + this._flushIfNeeded(); + }; - moment.duration.fn.toString = moment.duration.fn.toISOString; + /** + * Check whether the queue needs to be flushed + * @private + */ + Queue.prototype._flushIfNeeded = function () { + // flush when the maximum is exceeded. + if (this._queue.length > this.max) { + this.flush(); + } - function makeDurationGetter(name) { - moment.duration.fn[name] = function () { - return this._data[name]; - }; - } + // flush after a period of inactivity when a delay is configured + clearTimeout(this._timeout); + if (this.queue.length > 0 && typeof this.delay === 'number') { + var me = this; + this._timeout = setTimeout(function () { + me.flush(); + }, this.delay); + } + }; - for (i in unitMillisecondFactors) { - if (hasOwnProp(unitMillisecondFactors, i)) { - makeDurationGetter(i.toLowerCase()); - } - } + /** + * Flush all queued calls + */ + Queue.prototype.flush = function () { + while (this._queue.length > 0) { + var entry = this._queue.shift(); + entry.fn.apply(entry.context || entry.fn, entry.args || []); + } + }; - moment.duration.fn.asMilliseconds = function () { - return this.as('ms'); - }; - moment.duration.fn.asSeconds = function () { - return this.as('s'); - }; - moment.duration.fn.asMinutes = function () { - return this.as('m'); - }; - moment.duration.fn.asHours = function () { - return this.as('h'); - }; - moment.duration.fn.asDays = function () { - return this.as('d'); - }; - moment.duration.fn.asWeeks = function () { - return this.as('weeks'); - }; - moment.duration.fn.asMonths = function () { - return this.as('M'); - }; - moment.duration.fn.asYears = function () { - return this.as('y'); - }; + module.exports = Queue; - /************************************ - Default Locale - ************************************/ +/***/ }, +/* 6 */ +/***/ function(module, exports, __webpack_require__) { - // Set default locale, other locale will inherit from English. - moment.locale('en', { - ordinalParse: /\d{1,2}(th|st|nd|rd)/, - ordinal : function (number) { - var b = number % 10, - output = (toInt(number % 100 / 10) === 1) ? 'th' : - (b === 1) ? 'st' : - (b === 2) ? 'nd' : - (b === 3) ? 'rd' : 'th'; - return number + output; - } - }); + var Emitter = __webpack_require__(56); + var DataSet = __webpack_require__(3); + var DataView = __webpack_require__(4); + var util = __webpack_require__(1); + var Point3d = __webpack_require__(10); + var Point2d = __webpack_require__(9); + var Camera = __webpack_require__(7); + var Filter = __webpack_require__(8); + var Slider = __webpack_require__(11); + var StepNumber = __webpack_require__(12); - /* EMBED_LOCALES */ + /** + * @constructor Graph3d + * Graph3d displays data in 3d. + * + * Graph3d is developed in javascript as a Google Visualization Chart. + * + * @param {Element} container The DOM element in which the Graph3d will + * be created. Normally a div element. + * @param {DataSet | DataView | Array} [data] + * @param {Object} [options] + */ + function Graph3d(container, data, options) { + if (!(this instanceof Graph3d)) { + throw new SyntaxError('Constructor must be called with the new operator'); + } - /************************************ - Exposing Moment - ************************************/ + // create variables and set default values + this.containerElement = container; + this.width = '400px'; + this.height = '400px'; + this.margin = 10; // px + this.defaultXCenter = '55%'; + this.defaultYCenter = '50%'; - function makeGlobal(shouldDeprecate) { - /*global ender:false */ - if (typeof ender !== 'undefined') { - return; - } - oldGlobalMoment = globalScope.moment; - if (shouldDeprecate) { - globalScope.moment = deprecate( - 'Accessing Moment through the global scope is ' + - 'deprecated, and will be removed in an upcoming ' + - 'release.', - moment); - } else { - globalScope.moment = moment; - } - } + this.xLabel = 'x'; + this.yLabel = 'y'; + this.zLabel = 'z'; - // CommonJS module is defined - if (hasModule) { - module.exports = moment; - } else if (true) { - !(__WEBPACK_AMD_DEFINE_RESULT__ = function (require, exports, module) { - if (module.config && module.config() && module.config().noGlobal === true) { - // release the global variable - globalScope.moment = oldGlobalMoment; - } + var passValueFn = function(v) { return v; }; + this.xValueLabel = passValueFn; + this.yValueLabel = passValueFn; + this.zValueLabel = passValueFn; + + this.filterLabel = 'time'; + this.legendLabel = 'value'; - return moment; - }.call(exports, __webpack_require__, exports, module), __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__)); - makeGlobal(true); - } else { - makeGlobal(); - } - }).call(this); - - /* WEBPACK VAR INJECTION */}.call(exports, (function() { return this; }()), __webpack_require__(5)(module))) + this.style = Graph3d.STYLE.DOT; + this.showPerspective = true; + this.showGrid = true; + this.keepAspectRatio = true; + this.showShadow = false; + this.showGrayBottom = false; // TODO: this does not work correctly + this.showTooltip = false; + this.verticalRatio = 0.5; // 0.1 to 1.0, where 1.0 results in a 'cube' -/***/ }, -/* 4 */ -/***/ function(module, exports, __webpack_require__) { + this.animationInterval = 1000; // milliseconds + this.animationPreload = false; - function webpackContext(req) { - throw new Error("Cannot find module '" + req + "'."); - } - webpackContext.keys = function() { return []; }; - webpackContext.resolve = webpackContext; - module.exports = webpackContext; - webpackContext.id = 4; + this.camera = new Camera(); + this.eye = new Point3d(0, 0, -1); // TODO: set eye.z about 3/4 of the width of the window? + this.dataTable = null; // The original data table + this.dataPoints = null; // The table with point objects -/***/ }, -/* 5 */ -/***/ function(module, exports, __webpack_require__) { + // the column indexes + this.colX = undefined; + this.colY = undefined; + this.colZ = undefined; + this.colValue = undefined; + this.colFilter = undefined; - module.exports = function(module) { - if(!module.webpackPolyfill) { - module.deprecate = function() {}; - module.paths = []; - // module.parent = undefined by default - module.children = []; - module.webpackPolyfill = 1; - } - return module; - } + this.xMin = 0; + this.xStep = undefined; // auto by default + this.xMax = 1; + this.yMin = 0; + this.yStep = undefined; // auto by default + this.yMax = 1; + this.zMin = 0; + this.zStep = undefined; // auto by default + this.zMax = 1; + this.valueMin = 0; + this.valueMax = 1; + this.xBarWidth = 1; + this.yBarWidth = 1; + // TODO: customize axis range + // constants + this.colorAxis = '#4D4D4D'; + this.colorGrid = '#D3D3D3'; + this.colorDot = '#7DC1FF'; + this.colorDotBorder = '#3267D2'; -/***/ }, -/* 6 */ -/***/ function(module, exports, __webpack_require__) { + // create a frame and canvas + this.create(); - // DOM utility methods + // apply options (also when undefined) + this.setOptions(options); - /** - * this prepares the JSON container for allocating SVG elements - * @param JSONcontainer - * @private - */ - exports.prepareElements = function(JSONcontainer) { - // cleanup the redundant svgElements; - for (var elementType in JSONcontainer) { - if (JSONcontainer.hasOwnProperty(elementType)) { - JSONcontainer[elementType].redundant = JSONcontainer[elementType].used; - JSONcontainer[elementType].used = []; - } + // apply data + if (data) { + this.setData(data); } - }; + } - /** - * this cleans up all the unused SVG elements. By asking for the parentNode, we only need to supply the JSON container from - * which to remove the redundant elements. - * - * @param JSONcontainer - * @private - */ - exports.cleanupElements = function(JSONcontainer) { - // cleanup the redundant svgElements; - for (var elementType in JSONcontainer) { - if (JSONcontainer.hasOwnProperty(elementType)) { - if (JSONcontainer[elementType].redundant) { - for (var i = 0; i < JSONcontainer[elementType].redundant.length; i++) { - JSONcontainer[elementType].redundant[i].parentNode.removeChild(JSONcontainer[elementType].redundant[i]); - } - JSONcontainer[elementType].redundant = []; - } - } - } - }; + // Extend Graph3d with an Emitter mixin + Emitter(Graph3d.prototype); /** - * Allocate or generate an SVG element if needed. Store a reference to it in the JSON container and draw it in the svgContainer - * the JSON container and the SVG container have to be supplied so other svg containers (like the legend) can use this. - * - * @param elementType - * @param JSONcontainer - * @param svgContainer - * @returns {*} - * @private + * Calculate the scaling values, dependent on the range in x, y, and z direction */ - exports.getSVGElement = function (elementType, JSONcontainer, svgContainer) { - var element; - // allocate SVG element, if it doesnt yet exist, create one. - if (JSONcontainer.hasOwnProperty(elementType)) { // this element has been created before - // check if there is an redundant element - if (JSONcontainer[elementType].redundant.length > 0) { - element = JSONcontainer[elementType].redundant[0]; - JSONcontainer[elementType].redundant.shift(); + Graph3d.prototype._setScale = function() { + this.scale = new Point3d(1 / (this.xMax - this.xMin), + 1 / (this.yMax - this.yMin), + 1 / (this.zMax - this.zMin)); + + // keep aspect ration between x and y scale if desired + if (this.keepAspectRatio) { + if (this.scale.x < this.scale.y) { + //noinspection JSSuspiciousNameCombination + this.scale.y = this.scale.x; } else { - // create a new element and add it to the SVG - element = document.createElementNS('http://www.w3.org/2000/svg', elementType); - svgContainer.appendChild(element); + //noinspection JSSuspiciousNameCombination + this.scale.x = this.scale.y; } } - else { - // create a new element and add it to the SVG, also create a new object in the svgElements to keep track of it. - element = document.createElementNS('http://www.w3.org/2000/svg', elementType); - JSONcontainer[elementType] = {used: [], redundant: []}; - svgContainer.appendChild(element); - } - JSONcontainer[elementType].used.push(element); - return element; + + // scale the vertical axis + this.scale.z *= this.verticalRatio; + // TODO: can this be automated? verticalRatio? + + // determine scale for (optional) value + this.scale.value = 1 / (this.valueMax - this.valueMin); + + // position the camera arm + var xCenter = (this.xMax + this.xMin) / 2 * this.scale.x; + var yCenter = (this.yMax + this.yMin) / 2 * this.scale.y; + var zCenter = (this.zMax + this.zMin) / 2 * this.scale.z; + this.camera.setArmLocation(xCenter, yCenter, zCenter); }; /** - * Allocate or generate an SVG element if needed. Store a reference to it in the JSON container and draw it in the svgContainer - * the JSON container and the SVG container have to be supplied so other svg containers (like the legend) can use this. - * - * @param elementType - * @param JSONcontainer - * @param DOMContainer - * @returns {*} - * @private + * Convert a 3D location to a 2D location on screen + * http://en.wikipedia.org/wiki/3D_projection + * @param {Point3d} point3d A 3D point with parameters x, y, z + * @return {Point2d} point2d A 2D point with parameters x, y */ - exports.getDOMElement = function (elementType, JSONcontainer, DOMContainer, insertBefore) { - var element; - // allocate DOM element, if it doesnt yet exist, create one. - if (JSONcontainer.hasOwnProperty(elementType)) { // this element has been created before - // check if there is an redundant element - if (JSONcontainer[elementType].redundant.length > 0) { - element = JSONcontainer[elementType].redundant[0]; - JSONcontainer[elementType].redundant.shift(); - } - else { - // create a new element and add it to the SVG - element = document.createElement(elementType); - if (insertBefore !== undefined) { - DOMContainer.insertBefore(element, insertBefore); - } - else { - DOMContainer.appendChild(element); - } - } - } - else { - // create a new element and add it to the SVG, also create a new object in the svgElements to keep track of it. - element = document.createElement(elementType); - JSONcontainer[elementType] = {used: [], redundant: []}; - if (insertBefore !== undefined) { - DOMContainer.insertBefore(element, insertBefore); - } - else { - DOMContainer.appendChild(element); - } - } - JSONcontainer[elementType].used.push(element); - return element; + Graph3d.prototype._convert3Dto2D = function(point3d) { + var translation = this._convertPointToTranslation(point3d); + return this._convertTranslationToScreen(translation); }; + /** + * Convert a 3D location its translation seen from the camera + * http://en.wikipedia.org/wiki/3D_projection + * @param {Point3d} point3d A 3D point with parameters x, y, z + * @return {Point3d} translation A 3D point with parameters x, y, z This is + * the translation of the point, seen from the + * camera + */ + Graph3d.prototype._convertPointToTranslation = function(point3d) { + var ax = point3d.x * this.scale.x, + ay = point3d.y * this.scale.y, + az = point3d.z * this.scale.z, + + cx = this.camera.getCameraLocation().x, + cy = this.camera.getCameraLocation().y, + cz = this.camera.getCameraLocation().z, + + // calculate angles + sinTx = Math.sin(this.camera.getCameraRotation().x), + cosTx = Math.cos(this.camera.getCameraRotation().x), + sinTy = Math.sin(this.camera.getCameraRotation().y), + cosTy = Math.cos(this.camera.getCameraRotation().y), + sinTz = Math.sin(this.camera.getCameraRotation().z), + cosTz = Math.cos(this.camera.getCameraRotation().z), + // calculate translation + dx = cosTy * (sinTz * (ay - cy) + cosTz * (ax - cx)) - sinTy * (az - cz), + dy = sinTx * (cosTy * (az - cz) + sinTy * (sinTz * (ay - cy) + cosTz * (ax - cx))) + cosTx * (cosTz * (ay - cy) - sinTz * (ax-cx)), + dz = cosTx * (cosTy * (az - cz) + sinTy * (sinTz * (ay - cy) + cosTz * (ax - cx))) - sinTx * (cosTz * (ay - cy) - sinTz * (ax-cx)); + return new Point3d(dx, dy, dz); + }; /** - * draw a point object. this is a seperate function because it can also be called by the legend. - * The reason the JSONcontainer and the target SVG svgContainer have to be supplied is so the legend can use these functions - * as well. - * - * @param x - * @param y - * @param group - * @param JSONcontainer - * @param svgContainer - * @returns {*} + * Convert a translation point to a point on the screen + * @param {Point3d} translation A 3D point with parameters x, y, z This is + * the translation of the point, seen from the + * camera + * @return {Point2d} point2d A 2D point with parameters x, y */ - exports.drawPoint = function(x, y, group, JSONcontainer, svgContainer) { - var point; - if (group.options.drawPoints.style == 'circle') { - point = exports.getSVGElement('circle',JSONcontainer,svgContainer); - point.setAttributeNS(null, "cx", x); - point.setAttributeNS(null, "cy", y); - point.setAttributeNS(null, "r", 0.5 * group.options.drawPoints.size); + Graph3d.prototype._convertTranslationToScreen = function(translation) { + var ex = this.eye.x, + ey = this.eye.y, + ez = this.eye.z, + dx = translation.x, + dy = translation.y, + dz = translation.z; + + // calculate position on screen from translation + var bx; + var by; + if (this.showPerspective) { + bx = (dx - ex) * (ez / dz); + by = (dy - ey) * (ez / dz); } else { - point = exports.getSVGElement('rect',JSONcontainer,svgContainer); - point.setAttributeNS(null, "x", x - 0.5*group.options.drawPoints.size); - point.setAttributeNS(null, "y", y - 0.5*group.options.drawPoints.size); - point.setAttributeNS(null, "width", group.options.drawPoints.size); - point.setAttributeNS(null, "height", group.options.drawPoints.size); + bx = dx * -(ez / this.camera.getArmLength()); + by = dy * -(ez / this.camera.getArmLength()); } - if(group.options.drawPoints.styles !== undefined) { - point.setAttributeNS(null, "style", group.group.options.drawPoints.styles); - } - point.setAttributeNS(null, "class", group.className + " point"); - return point; + // shift and scale the point to the center of the screen + // use the width of the graph to scale both horizontally and vertically. + return new Point2d( + this.xcenter + bx * this.frame.canvas.clientWidth, + this.ycenter - by * this.frame.canvas.clientWidth); }; /** - * draw a bar SVG element centered on the X coordinate - * - * @param x - * @param y - * @param className + * Set the background styling for the graph + * @param {string | {fill: string, stroke: string, strokeWidth: string}} backgroundColor */ - exports.drawBar = function (x, y, width, height, className, JSONcontainer, svgContainer) { - if (height != 0) { - if (height < 0) { - height *= -1; - y -= height; - } - var rect = exports.getSVGElement('rect',JSONcontainer, svgContainer); - rect.setAttributeNS(null, "x", x - 0.5 * width); - rect.setAttributeNS(null, "y", y); - rect.setAttributeNS(null, "width", width); - rect.setAttributeNS(null, "height", height); - rect.setAttributeNS(null, "class", className); + Graph3d.prototype._setBackgroundColor = function(backgroundColor) { + var fill = 'white'; + var stroke = 'gray'; + var strokeWidth = 1; + + if (typeof(backgroundColor) === 'string') { + fill = backgroundColor; + stroke = 'none'; + strokeWidth = 0; + } + else if (typeof(backgroundColor) === 'object') { + if (backgroundColor.fill !== undefined) fill = backgroundColor.fill; + if (backgroundColor.stroke !== undefined) stroke = backgroundColor.stroke; + if (backgroundColor.strokeWidth !== undefined) strokeWidth = backgroundColor.strokeWidth; + } + else if (backgroundColor === undefined) { + // use use defaults + } + else { + throw 'Unsupported type of backgroundColor'; } + + this.frame.style.backgroundColor = fill; + this.frame.style.borderColor = stroke; + this.frame.style.borderWidth = strokeWidth + 'px'; + this.frame.style.borderStyle = 'solid'; }; -/***/ }, -/* 7 */ -/***/ function(module, exports, __webpack_require__) { - var util = __webpack_require__(1); - var Queue = __webpack_require__(8); + /// enumerate the available styles + Graph3d.STYLE = { + BAR: 0, + BARCOLOR: 1, + BARSIZE: 2, + DOT : 3, + DOTLINE : 4, + DOTCOLOR: 5, + DOTSIZE: 6, + GRID : 7, + LINE: 8, + SURFACE : 9 + }; /** - * DataSet - * - * Usage: - * var dataSet = new DataSet({ - * fieldId: '_id', - * type: { - * // ... - * } - * }); - * - * dataSet.add(item); - * dataSet.add(data); - * dataSet.update(item); - * dataSet.update(data); - * dataSet.remove(id); - * dataSet.remove(ids); - * var data = dataSet.get(); - * var data = dataSet.get(id); - * var data = dataSet.get(ids); - * var data = dataSet.get(ids, options, data); - * dataSet.clear(); - * - * A data set can: - * - add/remove/update data - * - gives triggers upon changes in the data - * - can import/export data in various data formats - * - * @param {Array | DataTable} [data] Optional array with initial data - * @param {Object} [options] Available options: - * {String} fieldId Field name of the id in the - * items, 'id' by default. - * {Object. 3) { + this.colFilter = 3; } } + else if (this.style === Graph3d.STYLE.DOTCOLOR || + this.style === Graph3d.STYLE.DOTSIZE || + this.style === Graph3d.STYLE.BARCOLOR || + this.style === Graph3d.STYLE.BARSIZE) { + // 4 columns expected, and optionally a 5th with filter values + this.colX = 0; + this.colY = 1; + this.colZ = 2; + this.colValue = 3; - // TODO: deprecated since version 1.1.1 (or 2.0.0?) - if (this._options.convert) { - throw new Error('Option "convert" is deprecated. Use "type" instead.'); + if (data.getNumberOfColumns() > 4) { + this.colFilter = 4; + } } - - this._subscribers = {}; // event subscribers - - // add initial data when provided - if (data) { - this.add(data); + else { + throw 'Unknown style "' + this.style + '"'; } + }; - this.setOptions(options); + Graph3d.prototype.getNumberOfRows = function(data) { + return data.length; } - /** - * @param {Object} [options] Available options: - * {Object} queue Queue changes to the DataSet, - * flush them all at once. - * Queue options: - * - {number} delay Delay in ms, null by default - * - {number} max Maximum number of entries in the queue, Infinity by default - * @param options - */ - DataSet.prototype.setOptions = function(options) { - if (options && options.queue !== undefined) { - if (options.queue === false) { - // delete queue if loaded - if (this._queue) { - this._queue.destroy(); - delete this._queue; - } - } - else { - // create queue and update its options - if (!this._queue) { - this._queue = Queue.extend(this, { - replace: ['add', 'update', 'remove'] - }); - } - if (typeof options.queue === 'object') { - this._queue.setOptions(options.queue); - } + Graph3d.prototype.getNumberOfColumns = function(data) { + var counter = 0; + for (var column in data[0]) { + if (data[0].hasOwnProperty(column)) { + counter++; } } - }; + return counter; + } - /** - * Subscribe to an event, add an event listener - * @param {String} event Event name. Available events: 'put', 'update', - * 'remove' - * @param {function} callback Callback method. Called with three parameters: - * {String} event - * {Object | null} params - * {String | Number} senderId - */ - DataSet.prototype.on = function(event, callback) { - var subscribers = this._subscribers[event]; - if (!subscribers) { - subscribers = []; - this._subscribers[event] = subscribers; + + Graph3d.prototype.getDistinctValues = function(data, column) { + var distinctValues = []; + for (var i = 0; i < data.length; i++) { + if (distinctValues.indexOf(data[i][column]) == -1) { + distinctValues.push(data[i][column]); + } } + return distinctValues; + } - subscribers.push({ - callback: callback - }); - }; - // TODO: make this function deprecated (replaced with `on` since version 0.5) - DataSet.prototype.subscribe = DataSet.prototype.on; + Graph3d.prototype.getColumnRange = function(data,column) { + var minMax = {min:data[0][column],max:data[0][column]}; + for (var i = 0; i < data.length; i++) { + if (minMax.min > data[i][column]) { minMax.min = data[i][column]; } + if (minMax.max < data[i][column]) { minMax.max = data[i][column]; } + } + return minMax; + }; /** - * Unsubscribe from an event, remove an event listener - * @param {String} event - * @param {function} callback + * Initialize the data from the data table. Calculate minimum and maximum values + * and column index values + * @param {Array | DataSet | DataView} rawData The data containing the items for the Graph. + * @param {Number} style Style Number */ - DataSet.prototype.off = function(event, callback) { - var subscribers = this._subscribers[event]; - if (subscribers) { - this._subscribers[event] = subscribers.filter(function (listener) { - return (listener.callback != callback); - }); + Graph3d.prototype._dataInitialize = function (rawData, style) { + var me = this; + + // unsubscribe from the dataTable + if (this.dataSet) { + this.dataSet.off('*', this._onChange); } - }; - // TODO: make this function deprecated (replaced with `on` since version 0.5) - DataSet.prototype.unsubscribe = DataSet.prototype.off; + if (rawData === undefined) + return; - /** - * Trigger an event - * @param {String} event - * @param {Object | null} params - * @param {String} [senderId] Optional id of the sender. - * @private - */ - DataSet.prototype._trigger = function (event, params, senderId) { - if (event == '*') { - throw new Error('Cannot trigger event *'); + if (Array.isArray(rawData)) { + rawData = new DataSet(rawData); } - var subscribers = []; - if (event in this._subscribers) { - subscribers = subscribers.concat(this._subscribers[event]); + var data; + if (rawData instanceof DataSet || rawData instanceof DataView) { + data = rawData.get(); } - if ('*' in this._subscribers) { - subscribers = subscribers.concat(this._subscribers['*']); + else { + throw new Error('Array, DataSet, or DataView expected'); } - for (var i = 0; i < subscribers.length; i++) { - var subscriber = subscribers[i]; - if (subscriber.callback) { - subscriber.callback(event, params, senderId || null); + if (data.length == 0) + return; + + this.dataSet = rawData; + this.dataTable = data; + + // subscribe to changes in the dataset + this._onChange = function () { + me.setData(me.dataSet); + }; + this.dataSet.on('*', this._onChange); + + // _determineColumnIndexes + // getNumberOfRows (points) + // getNumberOfColumns (x,y,z,v,t,t1,t2...) + // getDistinctValues (unique values?) + // getColumnRange + + // determine the location of x,y,z,value,filter columns + this.colX = 'x'; + this.colY = 'y'; + this.colZ = 'z'; + this.colValue = 'style'; + this.colFilter = 'filter'; + + + + // check if a filter column is provided + if (data[0].hasOwnProperty('filter')) { + if (this.dataFilter === undefined) { + this.dataFilter = new Filter(rawData, this.colFilter, this); + this.dataFilter.setOnLoadCallback(function() {me.redraw();}); } } - }; - /** - * Add data. - * Adding an item will fail when there already is an item with the same id. - * @param {Object | Array | DataTable} data - * @param {String} [senderId] Optional sender id - * @return {Array} addedIds Array with the ids of the added items - */ - DataSet.prototype.add = function (data, senderId) { - var addedIds = [], - id, - me = this; - if (Array.isArray(data)) { - // Array - for (var i = 0, len = data.length; i < len; i++) { - id = me._addItem(data[i]); - addedIds.push(id); + var withBars = this.style == Graph3d.STYLE.BAR || + this.style == Graph3d.STYLE.BARCOLOR || + this.style == Graph3d.STYLE.BARSIZE; + + // determine barWidth from data + if (withBars) { + if (this.defaultXBarWidth !== undefined) { + this.xBarWidth = this.defaultXBarWidth; + } + else { + var dataX = this.getDistinctValues(data,this.colX); + this.xBarWidth = (dataX[1] - dataX[0]) || 1; } - } - else if (util.isDataTable(data)) { - // Google DataTable - var columns = this._getColumnNames(data); - for (var row = 0, rows = data.getNumberOfRows(); row < rows; row++) { - var item = {}; - for (var col = 0, cols = columns.length; col < cols; col++) { - var field = columns[col]; - item[field] = data.getValue(row, col); - } - id = me._addItem(item); - addedIds.push(id); + if (this.defaultYBarWidth !== undefined) { + this.yBarWidth = this.defaultYBarWidth; + } + else { + var dataY = this.getDistinctValues(data,this.colY); + this.yBarWidth = (dataY[1] - dataY[0]) || 1; } } - else if (data instanceof Object) { - // Single item - id = me._addItem(data); - addedIds.push(id); + + // calculate minimums and maximums + var xRange = this.getColumnRange(data,this.colX); + if (withBars) { + xRange.min -= this.xBarWidth / 2; + xRange.max += this.xBarWidth / 2; } - else { - throw new Error('Unknown dataType'); + this.xMin = (this.defaultXMin !== undefined) ? this.defaultXMin : xRange.min; + this.xMax = (this.defaultXMax !== undefined) ? this.defaultXMax : xRange.max; + if (this.xMax <= this.xMin) this.xMax = this.xMin + 1; + this.xStep = (this.defaultXStep !== undefined) ? this.defaultXStep : (this.xMax-this.xMin)/5; + + var yRange = this.getColumnRange(data,this.colY); + if (withBars) { + yRange.min -= this.yBarWidth / 2; + yRange.max += this.yBarWidth / 2; } + this.yMin = (this.defaultYMin !== undefined) ? this.defaultYMin : yRange.min; + this.yMax = (this.defaultYMax !== undefined) ? this.defaultYMax : yRange.max; + if (this.yMax <= this.yMin) this.yMax = this.yMin + 1; + this.yStep = (this.defaultYStep !== undefined) ? this.defaultYStep : (this.yMax-this.yMin)/5; - if (addedIds.length) { - this._trigger('add', {items: addedIds}, senderId); + var zRange = this.getColumnRange(data,this.colZ); + this.zMin = (this.defaultZMin !== undefined) ? this.defaultZMin : zRange.min; + this.zMax = (this.defaultZMax !== undefined) ? this.defaultZMax : zRange.max; + if (this.zMax <= this.zMin) this.zMax = this.zMin + 1; + this.zStep = (this.defaultZStep !== undefined) ? this.defaultZStep : (this.zMax-this.zMin)/5; + + if (this.colValue !== undefined) { + var valueRange = this.getColumnRange(data,this.colValue); + this.valueMin = (this.defaultValueMin !== undefined) ? this.defaultValueMin : valueRange.min; + this.valueMax = (this.defaultValueMax !== undefined) ? this.defaultValueMax : valueRange.max; + if (this.valueMax <= this.valueMin) this.valueMax = this.valueMin + 1; } - return addedIds; + // set the scale dependent on the ranges. + this._setScale(); }; + + /** - * Update existing items. When an item does not exist, it will be created - * @param {Object | Array | DataTable} data - * @param {String} [senderId] Optional sender id - * @return {Array} updatedIds The ids of the added or updated items + * Filter the data based on the current filter + * @param {Array} data + * @return {Array} dataPoints Array with point objects which can be drawn on screen */ - DataSet.prototype.update = function (data, senderId) { - var addedIds = []; - var updatedIds = []; - var updatedData = []; - var me = this; - var fieldId = me._fieldId; + Graph3d.prototype._getDataPoints = function (data) { + // TODO: store the created matrix dataPoints in the filters instead of reloading each time + var x, y, i, z, obj, point; - var addOrUpdate = function (item) { - var id = item[fieldId]; - if (me._data[id]) { - // update item - id = me._updateItem(item); - updatedIds.push(id); - updatedData.push(item); + var dataPoints = []; + + if (this.style === Graph3d.STYLE.GRID || + this.style === Graph3d.STYLE.SURFACE) { + // copy all values from the google data table to a matrix + // the provided values are supposed to form a grid of (x,y) positions + + // create two lists with all present x and y values + var dataX = []; + var dataY = []; + for (i = 0; i < this.getNumberOfRows(data); i++) { + x = data[i][this.colX] || 0; + y = data[i][this.colY] || 0; + + if (dataX.indexOf(x) === -1) { + dataX.push(x); + } + if (dataY.indexOf(y) === -1) { + dataY.push(y); + } } - else { - // add new item - id = me._addItem(item); - addedIds.push(id); + + var sortNumber = function (a, b) { + return a - b; + }; + dataX.sort(sortNumber); + dataY.sort(sortNumber); + + // create a grid, a 2d matrix, with all values. + var dataMatrix = []; // temporary data matrix + for (i = 0; i < data.length; i++) { + x = data[i][this.colX] || 0; + y = data[i][this.colY] || 0; + z = data[i][this.colZ] || 0; + + var xIndex = dataX.indexOf(x); // TODO: implement Array().indexOf() for Internet Explorer + var yIndex = dataY.indexOf(y); + + if (dataMatrix[xIndex] === undefined) { + dataMatrix[xIndex] = []; + } + + var point3d = new Point3d(); + point3d.x = x; + point3d.y = y; + point3d.z = z; + + obj = {}; + obj.point = point3d; + obj.trans = undefined; + obj.screen = undefined; + obj.bottom = new Point3d(x, y, this.zMin); + + dataMatrix[xIndex][yIndex] = obj; + + dataPoints.push(obj); } - }; - if (Array.isArray(data)) { - // Array - for (var i = 0, len = data.length; i < len; i++) { - addOrUpdate(data[i]); + // fill in the pointers to the neighbors. + for (x = 0; x < dataMatrix.length; x++) { + for (y = 0; y < dataMatrix[x].length; y++) { + if (dataMatrix[x][y]) { + dataMatrix[x][y].pointRight = (x < dataMatrix.length-1) ? dataMatrix[x+1][y] : undefined; + dataMatrix[x][y].pointTop = (y < dataMatrix[x].length-1) ? dataMatrix[x][y+1] : undefined; + dataMatrix[x][y].pointCross = + (x < dataMatrix.length-1 && y < dataMatrix[x].length-1) ? + dataMatrix[x+1][y+1] : + undefined; + } + } } } - else if (util.isDataTable(data)) { - // Google DataTable - var columns = this._getColumnNames(data); - for (var row = 0, rows = data.getNumberOfRows(); row < rows; row++) { - var item = {}; - for (var col = 0, cols = columns.length; col < cols; col++) { - var field = columns[col]; - item[field] = data.getValue(row, col); + else { // 'dot', 'dot-line', etc. + // copy all values from the google data table to a list with Point3d objects + for (i = 0; i < data.length; i++) { + point = new Point3d(); + point.x = data[i][this.colX] || 0; + point.y = data[i][this.colY] || 0; + point.z = data[i][this.colZ] || 0; + + if (this.colValue !== undefined) { + point.value = data[i][this.colValue] || 0; } - addOrUpdate(item); + obj = {}; + obj.point = point; + obj.bottom = new Point3d(point.x, point.y, this.zMin); + obj.trans = undefined; + obj.screen = undefined; + + dataPoints.push(obj); } } - else if (data instanceof Object) { - // Single item - addOrUpdate(data); - } - else { - throw new Error('Unknown dataType'); - } - if (addedIds.length) { - this._trigger('add', {items: addedIds}, senderId); + return dataPoints; + }; + + /** + * Create the main frame for the Graph3d. + * This function is executed once when a Graph3d object is created. The frame + * contains a canvas, and this canvas contains all objects like the axis and + * nodes. + */ + Graph3d.prototype.create = function () { + // remove all elements from the container element. + while (this.containerElement.hasChildNodes()) { + this.containerElement.removeChild(this.containerElement.firstChild); } - if (updatedIds.length) { - this._trigger('update', {items: updatedIds, data: updatedData}, senderId); + + this.frame = document.createElement('div'); + this.frame.style.position = 'relative'; + this.frame.style.overflow = 'hidden'; + + // create the graph canvas (HTML canvas element) + this.frame.canvas = document.createElement( 'canvas' ); + this.frame.canvas.style.position = 'relative'; + this.frame.appendChild(this.frame.canvas); + //if (!this.frame.canvas.getContext) { + { + var noCanvas = document.createElement( 'DIV' ); + noCanvas.style.color = 'red'; + noCanvas.style.fontWeight = 'bold' ; + noCanvas.style.padding = '10px'; + noCanvas.innerHTML = 'Error: your browser does not support HTML canvas'; + this.frame.canvas.appendChild(noCanvas); } - return addedIds.concat(updatedIds); + this.frame.filter = document.createElement( 'div' ); + this.frame.filter.style.position = 'absolute'; + this.frame.filter.style.bottom = '0px'; + this.frame.filter.style.left = '0px'; + this.frame.filter.style.width = '100%'; + this.frame.appendChild(this.frame.filter); + + // add event listeners to handle moving and zooming the contents + var me = this; + var onmousedown = function (event) {me._onMouseDown(event);}; + var ontouchstart = function (event) {me._onTouchStart(event);}; + var onmousewheel = function (event) {me._onWheel(event);}; + var ontooltip = function (event) {me._onTooltip(event);}; + // TODO: these events are never cleaned up... can give a 'memory leakage' + + util.addEventListener(this.frame.canvas, 'keydown', onkeydown); + util.addEventListener(this.frame.canvas, 'mousedown', onmousedown); + util.addEventListener(this.frame.canvas, 'touchstart', ontouchstart); + util.addEventListener(this.frame.canvas, 'mousewheel', onmousewheel); + util.addEventListener(this.frame.canvas, 'mousemove', ontooltip); + + // add the new graph to the container element + this.containerElement.appendChild(this.frame); }; + /** - * Get a data item or multiple items. - * - * Usage: - * - * get() - * get(options: Object) - * get(options: Object, data: Array | DataTable) - * - * get(id: Number | String) - * get(id: Number | String, options: Object) - * get(id: Number | String, options: Object, data: Array | DataTable) - * - * get(ids: Number[] | String[]) - * get(ids: Number[] | String[], options: Object) - * get(ids: Number[] | String[], options: Object, data: Array | DataTable) - * - * Where: - * - * {Number | String} id The id of an item - * {Number[] | String{}} ids An array with ids of items - * {Object} options An Object with options. Available options: - * {String} [returnType] Type of data to be - * returned. Can be 'DataTable' or 'Array' (default) - * {Object.} [type] - * {String[]} [fields] field names to be returned - * {function} [filter] filter items - * {String | function} [order] Order the items by - * a field name or custom sort function. - * {Array | DataTable} [data] If provided, items will be appended to this - * array or table. Required in case of Google - * DataTable. - * - * @throws Error + * Set a new size for the graph + * @param {string} width Width in pixels or percentage (for example '800px' + * or '50%') + * @param {string} height Height in pixels or percentage (for example '400px' + * or '30%') */ - DataSet.prototype.get = function (args) { - var me = this; + Graph3d.prototype.setSize = function(width, height) { + this.frame.style.width = width; + this.frame.style.height = height; - // parse the arguments - var id, ids, options, data; - var firstType = util.getType(arguments[0]); - if (firstType == 'String' || firstType == 'Number') { - // get(id [, options] [, data]) - id = arguments[0]; - options = arguments[1]; - data = arguments[2]; - } - else if (firstType == 'Array') { - // get(ids [, options] [, data]) - ids = arguments[0]; - options = arguments[1]; - data = arguments[2]; - } - else { - // get([, options] [, data]) - options = arguments[0]; - data = arguments[1]; - } + this._resizeCanvas(); + }; - // determine the return type - var returnType; - if (options && options.returnType) { - var allowedValues = ["DataTable", "Array", "Object"]; - returnType = allowedValues.indexOf(options.returnType) == -1 ? "Array" : options.returnType; + /** + * Resize the canvas to the current size of the frame + */ + Graph3d.prototype._resizeCanvas = function() { + this.frame.canvas.style.width = '100%'; + this.frame.canvas.style.height = '100%'; - if (data && (returnType != util.getType(data))) { - throw new Error('Type of parameter "data" (' + util.getType(data) + ') ' + - 'does not correspond with specified options.type (' + options.type + ')'); - } - if (returnType == 'DataTable' && !util.isDataTable(data)) { - throw new Error('Parameter "data" must be a DataTable ' + - 'when options.type is "DataTable"'); - } - } - else if (data) { - returnType = (util.getType(data) == 'DataTable') ? 'DataTable' : 'Array'; - } - else { - returnType = 'Array'; - } + this.frame.canvas.width = this.frame.canvas.clientWidth; + this.frame.canvas.height = this.frame.canvas.clientHeight; - // build options - var type = options && options.type || this._options.type; - var filter = options && options.filter; - var items = [], item, itemId, i, len; + // adjust with for margin + this.frame.filter.style.width = (this.frame.canvas.clientWidth - 2 * 10) + 'px'; + }; - // convert items - if (id != undefined) { - // return a single item - item = me._getItem(id, type); - if (filter && !filter(item)) { - item = null; - } - } - else if (ids != undefined) { - // return a subset of items - for (i = 0, len = ids.length; i < len; i++) { - item = me._getItem(ids[i], type); - if (!filter || filter(item)) { - items.push(item); - } - } + /** + * Start animation + */ + Graph3d.prototype.animationStart = function() { + if (!this.frame.filter || !this.frame.filter.slider) + throw 'No animation available'; + + this.frame.filter.slider.play(); + }; + + + /** + * Stop animation + */ + Graph3d.prototype.animationStop = function() { + if (!this.frame.filter || !this.frame.filter.slider) return; + + this.frame.filter.slider.stop(); + }; + + + /** + * Resize the center position based on the current values in this.defaultXCenter + * and this.defaultYCenter (which are strings with a percentage or a value + * in pixels). The center positions are the variables this.xCenter + * and this.yCenter + */ + Graph3d.prototype._resizeCenter = function() { + // calculate the horizontal center position + if (this.defaultXCenter.charAt(this.defaultXCenter.length-1) === '%') { + this.xcenter = + parseFloat(this.defaultXCenter) / 100 * + this.frame.canvas.clientWidth; } else { - // return all items - for (itemId in this._data) { - if (this._data.hasOwnProperty(itemId)) { - item = me._getItem(itemId, type); - if (!filter || filter(item)) { - items.push(item); - } - } - } - } - - // order the results - if (options && options.order && id == undefined) { - this._sort(items, options.order); - } - - // filter fields of the items - if (options && options.fields) { - var fields = options.fields; - if (id != undefined) { - item = this._filterFields(item, fields); - } - else { - for (i = 0, len = items.length; i < len; i++) { - items[i] = this._filterFields(items[i], fields); - } - } + this.xcenter = parseFloat(this.defaultXCenter); // supposed to be in px } - // return the results - if (returnType == 'DataTable') { - var columns = this._getColumnNames(data); - if (id != undefined) { - // append a single item to the data table - me._appendRow(data, columns, item); - } - else { - // copy the items to the provided data table - for (i = 0; i < items.length; i++) { - me._appendRow(data, columns, items[i]); - } - } - return data; - } - else if (returnType == "Object") { - var result = {}; - for (i = 0; i < items.length; i++) { - result[items[i].id] = items[i]; - } - return result; + // calculate the vertical center position + if (this.defaultYCenter.charAt(this.defaultYCenter.length-1) === '%') { + this.ycenter = + parseFloat(this.defaultYCenter) / 100 * + (this.frame.canvas.clientHeight - this.frame.filter.clientHeight); } else { - // return an array - if (id != undefined) { - // a single item - return item; - } - else { - // multiple items - if (data) { - // copy the items to the provided array - for (i = 0, len = items.length; i < len; i++) { - data.push(items[i]); - } - return data; - } - else { - // just return our array - return items; - } - } + this.ycenter = parseFloat(this.defaultYCenter); // supposed to be in px } }; /** - * Get ids of all items or from a filtered set of items. - * @param {Object} [options] An Object with options. Available options: - * {function} [filter] filter items - * {String | function} [order] Order the items by - * a field name or custom sort function. - * @return {Array} ids + * Set the rotation and distance of the camera + * @param {Object} pos An object with the camera position. The object + * contains three parameters: + * - horizontal {Number} + * The horizontal rotation, between 0 and 2*PI. + * Optional, can be left undefined. + * - vertical {Number} + * The vertical rotation, between 0 and 0.5*PI + * if vertical=0.5*PI, the graph is shown from the + * top. Optional, can be left undefined. + * - distance {Number} + * The (normalized) distance of the camera to the + * center of the graph, a value between 0.71 and 5.0. + * Optional, can be left undefined. */ - DataSet.prototype.getIds = function (options) { - var data = this._data, - filter = options && options.filter, - order = options && options.order, - type = options && options.type || this._options.type, - i, - len, - id, - item, - items, - ids = []; - - if (filter) { - // get filtered items - if (order) { - // create ordered list - items = []; - for (id in data) { - if (data.hasOwnProperty(id)) { - item = this._getItem(id, type); - if (filter(item)) { - items.push(item); - } - } - } - - this._sort(items, order); - - for (i = 0, len = items.length; i < len; i++) { - ids[i] = items[i][this._fieldId]; - } - } - else { - // create unordered list - for (id in data) { - if (data.hasOwnProperty(id)) { - item = this._getItem(id, type); - if (filter(item)) { - ids.push(item[this._fieldId]); - } - } - } - } + Graph3d.prototype.setCameraPosition = function(pos) { + if (pos === undefined) { + return; } - else { - // get all items - if (order) { - // create an ordered list - items = []; - for (id in data) { - if (data.hasOwnProperty(id)) { - items.push(data[id]); - } - } - this._sort(items, order); + if (pos.horizontal !== undefined && pos.vertical !== undefined) { + this.camera.setArmRotation(pos.horizontal, pos.vertical); + } - for (i = 0, len = items.length; i < len; i++) { - ids[i] = items[i][this._fieldId]; - } - } - else { - // create unordered list - for (id in data) { - if (data.hasOwnProperty(id)) { - item = data[id]; - ids.push(item[this._fieldId]); - } - } - } + if (pos.distance !== undefined) { + this.camera.setArmLength(pos.distance); } - return ids; + this.redraw(); }; + /** - * Returns the DataSet itself. Is overwritten for example by the DataView, - * which returns the DataSet it is connected to instead. + * Retrieve the current camera rotation + * @return {object} An object with parameters horizontal, vertical, and + * distance */ - DataSet.prototype.getDataSet = function () { - return this; + Graph3d.prototype.getCameraPosition = function() { + var pos = this.camera.getArmRotation(); + pos.distance = this.camera.getArmLength(); + return pos; }; /** - * Execute a callback function for every item in the dataset. - * @param {function} callback - * @param {Object} [options] Available options: - * {Object.} [type] - * {String[]} [fields] filter fields - * {function} [filter] filter items - * {String | function} [order] Order the items by - * a field name or custom sort function. + * Load data into the 3D Graph */ - DataSet.prototype.forEach = function (callback, options) { - var filter = options && options.filter, - type = options && options.type || this._options.type, - data = this._data, - item, - id; + Graph3d.prototype._readData = function(data) { + // read the data + this._dataInitialize(data, this.style); - if (options && options.order) { - // execute forEach on ordered list - var items = this.get(options); - for (var i = 0, len = items.length; i < len; i++) { - item = items[i]; - id = item[this._fieldId]; - callback(item, id); - } + if (this.dataFilter) { + // apply filtering + this.dataPoints = this.dataFilter._getDataPoints(); } else { - // unordered - for (id in data) { - if (data.hasOwnProperty(id)) { - item = this._getItem(id, type); - if (!filter || filter(item)) { - callback(item, id); - } - } - } + // no filtering. load all data + this.dataPoints = this._getDataPoints(this.dataTable); } + + // draw the filter + this._redrawFilter(); }; /** - * Map every item in the dataset. - * @param {function} callback - * @param {Object} [options] Available options: - * {Object.} [type] - * {String[]} [fields] filter fields - * {function} [filter] filter items - * {String | function} [order] Order the items by - * a field name or custom sort function. - * @return {Object[]} mappedItems + * Replace the dataset of the Graph3d + * @param {Array | DataSet | DataView} data */ - DataSet.prototype.map = function (callback, options) { - var filter = options && options.filter, - type = options && options.type || this._options.type, - mappedItems = [], - data = this._data, - item; - - // convert and filter items - for (var id in data) { - if (data.hasOwnProperty(id)) { - item = this._getItem(id, type); - if (!filter || filter(item)) { - mappedItems.push(callback(item, id)); - } - } - } + Graph3d.prototype.setData = function (data) { + this._readData(data); + this.redraw(); - // order items - if (options && options.order) { - this._sort(mappedItems, options.order); + // start animation when option is true + if (this.animationAutoStart && this.dataFilter) { + this.animationStart(); } - - return mappedItems; }; /** - * Filter the fields of an item - * @param {Object} item - * @param {String[]} fields Field names - * @return {Object} filteredItem - * @private + * Update the options. Options will be merged with current options + * @param {Object} options */ - DataSet.prototype._filterFields = function (item, fields) { - var filteredItem = {}; + Graph3d.prototype.setOptions = function (options) { + var cameraPosition = undefined; - for (var field in item) { - if (item.hasOwnProperty(field) && (fields.indexOf(field) != -1)) { - filteredItem[field] = item[field]; + this.animationStop(); + + if (options !== undefined) { + // retrieve parameter values + if (options.width !== undefined) this.width = options.width; + if (options.height !== undefined) this.height = options.height; + + if (options.xCenter !== undefined) this.defaultXCenter = options.xCenter; + if (options.yCenter !== undefined) this.defaultYCenter = options.yCenter; + + if (options.filterLabel !== undefined) this.filterLabel = options.filterLabel; + if (options.legendLabel !== undefined) this.legendLabel = options.legendLabel; + if (options.xLabel !== undefined) this.xLabel = options.xLabel; + if (options.yLabel !== undefined) this.yLabel = options.yLabel; + if (options.zLabel !== undefined) this.zLabel = options.zLabel; + + if (options.xValueLabel !== undefined) this.xValueLabel = options.xValueLabel; + if (options.yValueLabel !== undefined) this.yValueLabel = options.yValueLabel; + if (options.zValueLabel !== undefined) this.zValueLabel = options.zValueLabel; + + if (options.style !== undefined) { + var styleNumber = this._getStyleNumber(options.style); + if (styleNumber !== -1) { + this.style = styleNumber; + } + } + if (options.showGrid !== undefined) this.showGrid = options.showGrid; + if (options.showPerspective !== undefined) this.showPerspective = options.showPerspective; + if (options.showShadow !== undefined) this.showShadow = options.showShadow; + if (options.tooltip !== undefined) this.showTooltip = options.tooltip; + if (options.showAnimationControls !== undefined) this.showAnimationControls = options.showAnimationControls; + if (options.keepAspectRatio !== undefined) this.keepAspectRatio = options.keepAspectRatio; + if (options.verticalRatio !== undefined) this.verticalRatio = options.verticalRatio; + + if (options.animationInterval !== undefined) this.animationInterval = options.animationInterval; + if (options.animationPreload !== undefined) this.animationPreload = options.animationPreload; + if (options.animationAutoStart !== undefined)this.animationAutoStart = options.animationAutoStart; + + if (options.xBarWidth !== undefined) this.defaultXBarWidth = options.xBarWidth; + if (options.yBarWidth !== undefined) this.defaultYBarWidth = options.yBarWidth; + + if (options.xMin !== undefined) this.defaultXMin = options.xMin; + if (options.xStep !== undefined) this.defaultXStep = options.xStep; + if (options.xMax !== undefined) this.defaultXMax = options.xMax; + if (options.yMin !== undefined) this.defaultYMin = options.yMin; + if (options.yStep !== undefined) this.defaultYStep = options.yStep; + if (options.yMax !== undefined) this.defaultYMax = options.yMax; + if (options.zMin !== undefined) this.defaultZMin = options.zMin; + if (options.zStep !== undefined) this.defaultZStep = options.zStep; + if (options.zMax !== undefined) this.defaultZMax = options.zMax; + if (options.valueMin !== undefined) this.defaultValueMin = options.valueMin; + if (options.valueMax !== undefined) this.defaultValueMax = options.valueMax; + + if (options.cameraPosition !== undefined) cameraPosition = options.cameraPosition; + + if (cameraPosition !== undefined) { + this.camera.setArmRotation(cameraPosition.horizontal, cameraPosition.vertical); + this.camera.setArmLength(cameraPosition.distance); + } + else { + this.camera.setArmRotation(1.0, 0.5); + this.camera.setArmLength(1.7); } } - return filteredItem; + this._setBackgroundColor(options && options.backgroundColor); + + this.setSize(this.width, this.height); + + // re-load the data + if (this.dataTable) { + this.setData(this.dataTable); + } + + // start animation when option is true + if (this.animationAutoStart && this.dataFilter) { + this.animationStart(); + } }; /** - * Sort the provided array with items - * @param {Object[]} items - * @param {String | function} order A field name or custom sort function. - * @private + * Redraw the Graph. */ - DataSet.prototype._sort = function (items, order) { - if (util.isString(order)) { - // order by provided field name - var name = order; // field name - items.sort(function (a, b) { - var av = a[name]; - var bv = b[name]; - return (av > bv) ? 1 : ((av < bv) ? -1 : 0); - }); + Graph3d.prototype.redraw = function() { + if (this.dataPoints === undefined) { + throw 'Error: graph data not initialized'; } - else if (typeof order === 'function') { - // order by sort function - items.sort(order); + + this._resizeCanvas(); + this._resizeCenter(); + this._redrawSlider(); + this._redrawClear(); + this._redrawAxis(); + + if (this.style === Graph3d.STYLE.GRID || + this.style === Graph3d.STYLE.SURFACE) { + this._redrawDataGrid(); + } + else if (this.style === Graph3d.STYLE.LINE) { + this._redrawDataLine(); + } + else if (this.style === Graph3d.STYLE.BAR || + this.style === Graph3d.STYLE.BARCOLOR || + this.style === Graph3d.STYLE.BARSIZE) { + this._redrawDataBar(); } - // TODO: extend order by an Object {field:String, direction:String} - // where direction can be 'asc' or 'desc' else { - throw new TypeError('Order must be a function or a string'); + // style is DOT, DOTLINE, DOTCOLOR, DOTSIZE + this._redrawDataDot(); } + + this._redrawInfo(); + this._redrawLegend(); }; /** - * Remove an object by pointer or by id - * @param {String | Number | Object | Array} id Object or id, or an array with - * objects or ids to be removed - * @param {String} [senderId] Optional sender id - * @return {Array} removedIds + * Clear the canvas before redrawing */ - DataSet.prototype.remove = function (id, senderId) { - var removedIds = [], - i, len, removedId; + Graph3d.prototype._redrawClear = function() { + var canvas = this.frame.canvas; + var ctx = canvas.getContext('2d'); - if (Array.isArray(id)) { - for (i = 0, len = id.length; i < len; i++) { - removedId = this._remove(id[i]); - if (removedId != null) { - removedIds.push(removedId); - } + ctx.clearRect(0, 0, canvas.width, canvas.height); + }; + + + /** + * Redraw the legend showing the colors + */ + Graph3d.prototype._redrawLegend = function() { + var y; + + if (this.style === Graph3d.STYLE.DOTCOLOR || + this.style === Graph3d.STYLE.DOTSIZE) { + + var dotSize = this.frame.clientWidth * 0.02; + + var widthMin, widthMax; + if (this.style === Graph3d.STYLE.DOTSIZE) { + widthMin = dotSize / 2; // px + widthMax = dotSize / 2 + dotSize * 2; // Todo: put this in one function } - } - else { - removedId = this._remove(id); - if (removedId != null) { - removedIds.push(removedId); + else { + widthMin = 20; // px + widthMax = 20; // px } + + var height = Math.max(this.frame.clientHeight * 0.25, 100); + var top = this.margin; + var right = this.frame.clientWidth - this.margin; + var left = right - widthMax; + var bottom = top + height; } - if (removedIds.length) { - this._trigger('remove', {items: removedIds}, senderId); + var canvas = this.frame.canvas; + var ctx = canvas.getContext('2d'); + ctx.lineWidth = 1; + ctx.font = '14px arial'; // TODO: put in options + + if (this.style === Graph3d.STYLE.DOTCOLOR) { + // draw the color bar + var ymin = 0; + var ymax = height; // Todo: make height customizable + for (y = ymin; y < ymax; y++) { + var f = (y - ymin) / (ymax - ymin); + + //var width = (dotSize / 2 + (1-f) * dotSize * 2); // Todo: put this in one function + var hue = f * 240; + var color = this._hsv2rgb(hue, 1, 1); + + ctx.strokeStyle = color; + ctx.beginPath(); + ctx.moveTo(left, top + y); + ctx.lineTo(right, top + y); + ctx.stroke(); + } + + ctx.strokeStyle = this.colorAxis; + ctx.strokeRect(left, top, widthMax, height); } - return removedIds; - }; + if (this.style === Graph3d.STYLE.DOTSIZE) { + // draw border around color bar + ctx.strokeStyle = this.colorAxis; + ctx.fillStyle = this.colorDot; + ctx.beginPath(); + ctx.moveTo(left, top); + ctx.lineTo(right, top); + ctx.lineTo(right - widthMax + widthMin, bottom); + ctx.lineTo(left, bottom); + ctx.closePath(); + ctx.fill(); + ctx.stroke(); + } - /** - * Remove an item by its id - * @param {Number | String | Object} id id or item - * @returns {Number | String | null} id - * @private - */ - DataSet.prototype._remove = function (id) { - if (util.isNumber(id) || util.isString(id)) { - if (this._data[id]) { - delete this._data[id]; - return id; + if (this.style === Graph3d.STYLE.DOTCOLOR || + this.style === Graph3d.STYLE.DOTSIZE) { + // print values along the color bar + var gridLineLen = 5; // px + var step = new StepNumber(this.valueMin, this.valueMax, (this.valueMax-this.valueMin)/5, true); + step.start(); + if (step.getCurrent() < this.valueMin) { + step.next(); } - } - else if (id instanceof Object) { - var itemId = id[this._fieldId]; - if (itemId && this._data[itemId]) { - delete this._data[itemId]; - return itemId; + while (!step.end()) { + y = bottom - (step.getCurrent() - this.valueMin) / (this.valueMax - this.valueMin) * height; + + ctx.beginPath(); + ctx.moveTo(left - gridLineLen, y); + ctx.lineTo(left, y); + ctx.stroke(); + + ctx.textAlign = 'right'; + ctx.textBaseline = 'middle'; + ctx.fillStyle = this.colorAxis; + ctx.fillText(step.getCurrent(), left - 2 * gridLineLen, y); + + step.next(); } + + ctx.textAlign = 'right'; + ctx.textBaseline = 'top'; + var label = this.legendLabel; + ctx.fillText(label, right, bottom + this.margin); } - return null; }; /** - * Clear the data - * @param {String} [senderId] Optional sender id - * @return {Array} removedIds The ids of all removed items + * Redraw the filter */ - DataSet.prototype.clear = function (senderId) { - var ids = Object.keys(this._data); + Graph3d.prototype._redrawFilter = function() { + this.frame.filter.innerHTML = ''; - this._data = {}; + if (this.dataFilter) { + var options = { + 'visible': this.showAnimationControls + }; + var slider = new Slider(this.frame.filter, options); + this.frame.filter.slider = slider; - this._trigger('remove', {items: ids}, senderId); + // TODO: css here is not nice here... + this.frame.filter.style.padding = '10px'; + //this.frame.filter.style.backgroundColor = '#EFEFEF'; - return ids; - }; + slider.setValues(this.dataFilter.values); + slider.setPlayInterval(this.animationInterval); - /** - * Find the item with maximum value of a specified field - * @param {String} field - * @return {Object | null} item Item containing max value, or null if no items - */ - DataSet.prototype.max = function (field) { - var data = this._data, - max = null, - maxField = null; + // create an event handler + var me = this; + var onchange = function () { + var index = slider.getIndex(); - for (var id in data) { - if (data.hasOwnProperty(id)) { - var item = data[id]; - var itemField = item[field]; - if (itemField != null && (!max || itemField > maxField)) { - max = item; - maxField = itemField; - } - } - } + me.dataFilter.selectValue(index); + me.dataPoints = me.dataFilter._getDataPoints(); - return max; + me.redraw(); + }; + slider.setOnChangeCallback(onchange); + } + else { + this.frame.filter.slider = undefined; + } }; /** - * Find the item with minimum value of a specified field - * @param {String} field - * @return {Object | null} item Item containing max value, or null if no items + * Redraw the slider */ - DataSet.prototype.min = function (field) { - var data = this._data, - min = null, - minField = null; - - for (var id in data) { - if (data.hasOwnProperty(id)) { - var item = data[id]; - var itemField = item[field]; - if (itemField != null && (!min || itemField < minField)) { - min = item; - minField = itemField; - } - } + Graph3d.prototype._redrawSlider = function() { + if ( this.frame.filter.slider !== undefined) { + this.frame.filter.slider.redraw(); } - - return min; }; + /** - * Find all distinct values of a specified field - * @param {String} field - * @return {Array} values Array containing all distinct values. If data items - * do not contain the specified field are ignored. - * The returned array is unordered. + * Redraw common information */ - DataSet.prototype.distinct = function (field) { - var data = this._data; - var values = []; - var fieldType = this._options.type && this._options.type[field] || null; - var count = 0; - var i; + Graph3d.prototype._redrawInfo = function() { + if (this.dataFilter) { + var canvas = this.frame.canvas; + var ctx = canvas.getContext('2d'); - for (var prop in data) { - if (data.hasOwnProperty(prop)) { - var item = data[prop]; - var value = item[field]; - var exists = false; - for (i = 0; i < count; i++) { - if (values[i] == value) { - exists = true; - break; - } - } - if (!exists && (value !== undefined)) { - values[count] = value; - count++; - } - } - } + ctx.font = '14px arial'; // TODO: put in options + ctx.lineStyle = 'gray'; + ctx.fillStyle = 'gray'; + ctx.textAlign = 'left'; + ctx.textBaseline = 'top'; - if (fieldType) { - for (i = 0; i < values.length; i++) { - values[i] = util.convert(values[i], fieldType); - } + var x = this.margin; + var y = this.margin; + ctx.fillText(this.dataFilter.getLabel() + ': ' + this.dataFilter.getSelectedValue(), x, y); } - - return values; }; + /** - * Add a single item. Will fail when an item with the same id already exists. - * @param {Object} item - * @return {String} id - * @private + * Redraw the axis */ - DataSet.prototype._addItem = function (item) { - var id = item[this._fieldId]; + Graph3d.prototype._redrawAxis = function() { + var canvas = this.frame.canvas, + ctx = canvas.getContext('2d'), + from, to, step, prettyStep, + text, xText, yText, zText, + offset, xOffset, yOffset, + xMin2d, xMax2d; - if (id != undefined) { - // check whether this id is already taken - if (this._data[id]) { - // item already exists - throw new Error('Cannot add item: item with id ' + id + ' already exists'); - } - } - else { - // generate an id - id = util.randomUUID(); - item[this._fieldId] = id; + // TODO: get the actual rendered style of the containerElement + //ctx.font = this.containerElement.style.font; + ctx.font = 24 / this.camera.getArmLength() + 'px arial'; + + // calculate the length for the short grid lines + var gridLenX = 0.025 / this.scale.x; + var gridLenY = 0.025 / this.scale.y; + var textMargin = 5 / this.camera.getArmLength(); // px + var armAngle = this.camera.getArmRotation().horizontal; + + // draw x-grid lines + ctx.lineWidth = 1; + prettyStep = (this.defaultXStep === undefined); + step = new StepNumber(this.xMin, this.xMax, this.xStep, prettyStep); + step.start(); + if (step.getCurrent() < this.xMin) { + step.next(); } + while (!step.end()) { + var x = step.getCurrent(); - var d = {}; - for (var field in item) { - if (item.hasOwnProperty(field)) { - var fieldType = this._type[field]; // type may be undefined - d[field] = util.convert(item[field], fieldType); + if (this.showGrid) { + from = this._convert3Dto2D(new Point3d(x, this.yMin, this.zMin)); + to = this._convert3Dto2D(new Point3d(x, this.yMax, this.zMin)); + ctx.strokeStyle = this.colorGrid; + ctx.beginPath(); + ctx.moveTo(from.x, from.y); + ctx.lineTo(to.x, to.y); + ctx.stroke(); } - } - this._data[id] = d; + else { + from = this._convert3Dto2D(new Point3d(x, this.yMin, this.zMin)); + to = this._convert3Dto2D(new Point3d(x, this.yMin+gridLenX, this.zMin)); + ctx.strokeStyle = this.colorAxis; + ctx.beginPath(); + ctx.moveTo(from.x, from.y); + ctx.lineTo(to.x, to.y); + ctx.stroke(); - return id; - }; + from = this._convert3Dto2D(new Point3d(x, this.yMax, this.zMin)); + to = this._convert3Dto2D(new Point3d(x, this.yMax-gridLenX, this.zMin)); + ctx.strokeStyle = this.colorAxis; + ctx.beginPath(); + ctx.moveTo(from.x, from.y); + ctx.lineTo(to.x, to.y); + ctx.stroke(); + } - /** - * Get an item. Fields can be converted to a specific type - * @param {String} id - * @param {Object.} [types] field types to convert - * @return {Object | null} item - * @private - */ - DataSet.prototype._getItem = function (id, types) { - var field, value; + yText = (Math.cos(armAngle) > 0) ? this.yMin : this.yMax; + text = this._convert3Dto2D(new Point3d(x, yText, this.zMin)); + if (Math.cos(armAngle * 2) > 0) { + ctx.textAlign = 'center'; + ctx.textBaseline = 'top'; + text.y += textMargin; + } + else if (Math.sin(armAngle * 2) < 0){ + ctx.textAlign = 'right'; + ctx.textBaseline = 'middle'; + } + else { + ctx.textAlign = 'left'; + ctx.textBaseline = 'middle'; + } + ctx.fillStyle = this.colorAxis; + ctx.fillText(' ' + this.xValueLabel(step.getCurrent()) + ' ', text.x, text.y); - // get the item from the dataset - var raw = this._data[id]; - if (!raw) { - return null; + step.next(); } - // convert the items field types - var converted = {}; - if (types) { - for (field in raw) { - if (raw.hasOwnProperty(field)) { - value = raw[field]; - converted[field] = util.convert(value, types[field]); - } - } + // draw y-grid lines + ctx.lineWidth = 1; + prettyStep = (this.defaultYStep === undefined); + step = new StepNumber(this.yMin, this.yMax, this.yStep, prettyStep); + step.start(); + if (step.getCurrent() < this.yMin) { + step.next(); } - else { - // no field types specified, no converting needed - for (field in raw) { - if (raw.hasOwnProperty(field)) { - value = raw[field]; - converted[field] = value; - } + while (!step.end()) { + if (this.showGrid) { + from = this._convert3Dto2D(new Point3d(this.xMin, step.getCurrent(), this.zMin)); + to = this._convert3Dto2D(new Point3d(this.xMax, step.getCurrent(), this.zMin)); + ctx.strokeStyle = this.colorGrid; + ctx.beginPath(); + ctx.moveTo(from.x, from.y); + ctx.lineTo(to.x, to.y); + ctx.stroke(); } - } - return converted; - }; + else { + from = this._convert3Dto2D(new Point3d(this.xMin, step.getCurrent(), this.zMin)); + to = this._convert3Dto2D(new Point3d(this.xMin+gridLenY, step.getCurrent(), this.zMin)); + ctx.strokeStyle = this.colorAxis; + ctx.beginPath(); + ctx.moveTo(from.x, from.y); + ctx.lineTo(to.x, to.y); + ctx.stroke(); - /** - * Update a single item: merge with existing item. - * Will fail when the item has no id, or when there does not exist an item - * with the same id. - * @param {Object} item - * @return {String} id - * @private - */ - DataSet.prototype._updateItem = function (item) { - var id = item[this._fieldId]; - if (id == undefined) { - throw new Error('Cannot update item: item has no id (item: ' + JSON.stringify(item) + ')'); - } - var d = this._data[id]; - if (!d) { - // item doesn't exist - throw new Error('Cannot update item: no item with id ' + id + ' found'); - } + from = this._convert3Dto2D(new Point3d(this.xMax, step.getCurrent(), this.zMin)); + to = this._convert3Dto2D(new Point3d(this.xMax-gridLenY, step.getCurrent(), this.zMin)); + ctx.strokeStyle = this.colorAxis; + ctx.beginPath(); + ctx.moveTo(from.x, from.y); + ctx.lineTo(to.x, to.y); + ctx.stroke(); + } - // merge with current item - for (var field in item) { - if (item.hasOwnProperty(field)) { - var fieldType = this._type[field]; // type may be undefined - d[field] = util.convert(item[field], fieldType); + xText = (Math.sin(armAngle ) > 0) ? this.xMin : this.xMax; + text = this._convert3Dto2D(new Point3d(xText, step.getCurrent(), this.zMin)); + if (Math.cos(armAngle * 2) < 0) { + ctx.textAlign = 'center'; + ctx.textBaseline = 'top'; + text.y += textMargin; } - } + else if (Math.sin(armAngle * 2) > 0){ + ctx.textAlign = 'right'; + ctx.textBaseline = 'middle'; + } + else { + ctx.textAlign = 'left'; + ctx.textBaseline = 'middle'; + } + ctx.fillStyle = this.colorAxis; + ctx.fillText(' ' + this.yValueLabel(step.getCurrent()) + ' ', text.x, text.y); - return id; - }; + step.next(); + } - /** - * Get an array with the column names of a Google DataTable - * @param {DataTable} dataTable - * @return {String[]} columnNames - * @private - */ - DataSet.prototype._getColumnNames = function (dataTable) { - var columns = []; - for (var col = 0, cols = dataTable.getNumberOfColumns(); col < cols; col++) { - columns[col] = dataTable.getColumnId(col) || dataTable.getColumnLabel(col); + // draw z-grid lines and axis + ctx.lineWidth = 1; + prettyStep = (this.defaultZStep === undefined); + step = new StepNumber(this.zMin, this.zMax, this.zStep, prettyStep); + step.start(); + if (step.getCurrent() < this.zMin) { + step.next(); } - return columns; - }; + xText = (Math.cos(armAngle ) > 0) ? this.xMin : this.xMax; + yText = (Math.sin(armAngle ) < 0) ? this.yMin : this.yMax; + while (!step.end()) { + // TODO: make z-grid lines really 3d? + from = this._convert3Dto2D(new Point3d(xText, yText, step.getCurrent())); + ctx.strokeStyle = this.colorAxis; + ctx.beginPath(); + ctx.moveTo(from.x, from.y); + ctx.lineTo(from.x - textMargin, from.y); + ctx.stroke(); - /** - * Append an item as a row to the dataTable - * @param dataTable - * @param columns - * @param item - * @private - */ - DataSet.prototype._appendRow = function (dataTable, columns, item) { - var row = dataTable.addRow(); + ctx.textAlign = 'right'; + ctx.textBaseline = 'middle'; + ctx.fillStyle = this.colorAxis; + ctx.fillText(this.zValueLabel(step.getCurrent()) + ' ', from.x - 5, from.y); - for (var col = 0, cols = columns.length; col < cols; col++) { - var field = columns[col]; - dataTable.setValue(row, col, item[field]); + step.next(); } - }; + ctx.lineWidth = 1; + from = this._convert3Dto2D(new Point3d(xText, yText, this.zMin)); + to = this._convert3Dto2D(new Point3d(xText, yText, this.zMax)); + ctx.strokeStyle = this.colorAxis; + ctx.beginPath(); + ctx.moveTo(from.x, from.y); + ctx.lineTo(to.x, to.y); + ctx.stroke(); - module.exports = DataSet; + // draw x-axis + ctx.lineWidth = 1; + // line at yMin + xMin2d = this._convert3Dto2D(new Point3d(this.xMin, this.yMin, this.zMin)); + xMax2d = this._convert3Dto2D(new Point3d(this.xMax, this.yMin, this.zMin)); + ctx.strokeStyle = this.colorAxis; + ctx.beginPath(); + ctx.moveTo(xMin2d.x, xMin2d.y); + ctx.lineTo(xMax2d.x, xMax2d.y); + ctx.stroke(); + // line at ymax + xMin2d = this._convert3Dto2D(new Point3d(this.xMin, this.yMax, this.zMin)); + xMax2d = this._convert3Dto2D(new Point3d(this.xMax, this.yMax, this.zMin)); + ctx.strokeStyle = this.colorAxis; + ctx.beginPath(); + ctx.moveTo(xMin2d.x, xMin2d.y); + ctx.lineTo(xMax2d.x, xMax2d.y); + ctx.stroke(); + + // draw y-axis + ctx.lineWidth = 1; + // line at xMin + from = this._convert3Dto2D(new Point3d(this.xMin, this.yMin, this.zMin)); + to = this._convert3Dto2D(new Point3d(this.xMin, this.yMax, this.zMin)); + ctx.strokeStyle = this.colorAxis; + ctx.beginPath(); + ctx.moveTo(from.x, from.y); + ctx.lineTo(to.x, to.y); + ctx.stroke(); + // line at xMax + from = this._convert3Dto2D(new Point3d(this.xMax, this.yMin, this.zMin)); + to = this._convert3Dto2D(new Point3d(this.xMax, this.yMax, this.zMin)); + ctx.strokeStyle = this.colorAxis; + ctx.beginPath(); + ctx.moveTo(from.x, from.y); + ctx.lineTo(to.x, to.y); + ctx.stroke(); + // draw x-label + var xLabel = this.xLabel; + if (xLabel.length > 0) { + yOffset = 0.1 / this.scale.y; + xText = (this.xMin + this.xMax) / 2; + yText = (Math.cos(armAngle) > 0) ? this.yMin - yOffset: this.yMax + yOffset; + text = this._convert3Dto2D(new Point3d(xText, yText, this.zMin)); + if (Math.cos(armAngle * 2) > 0) { + ctx.textAlign = 'center'; + ctx.textBaseline = 'top'; + } + else if (Math.sin(armAngle * 2) < 0){ + ctx.textAlign = 'right'; + ctx.textBaseline = 'middle'; + } + else { + ctx.textAlign = 'left'; + ctx.textBaseline = 'middle'; + } + ctx.fillStyle = this.colorAxis; + ctx.fillText(xLabel, text.x, text.y); + } -/***/ }, -/* 8 */ -/***/ function(module, exports, __webpack_require__) { + // draw y-label + var yLabel = this.yLabel; + if (yLabel.length > 0) { + xOffset = 0.1 / this.scale.x; + xText = (Math.sin(armAngle ) > 0) ? this.xMin - xOffset : this.xMax + xOffset; + yText = (this.yMin + this.yMax) / 2; + text = this._convert3Dto2D(new Point3d(xText, yText, this.zMin)); + if (Math.cos(armAngle * 2) < 0) { + ctx.textAlign = 'center'; + ctx.textBaseline = 'top'; + } + else if (Math.sin(armAngle * 2) > 0){ + ctx.textAlign = 'right'; + ctx.textBaseline = 'middle'; + } + else { + ctx.textAlign = 'left'; + ctx.textBaseline = 'middle'; + } + ctx.fillStyle = this.colorAxis; + ctx.fillText(yLabel, text.x, text.y); + } + + // draw z-label + var zLabel = this.zLabel; + if (zLabel.length > 0) { + offset = 30; // pixels. // TODO: relate to the max width of the values on the z axis? + xText = (Math.cos(armAngle ) > 0) ? this.xMin : this.xMax; + yText = (Math.sin(armAngle ) < 0) ? this.yMin : this.yMax; + zText = (this.zMin + this.zMax) / 2; + text = this._convert3Dto2D(new Point3d(xText, yText, zText)); + ctx.textAlign = 'right'; + ctx.textBaseline = 'middle'; + ctx.fillStyle = this.colorAxis; + ctx.fillText(zLabel, text.x - offset, text.y); + } + }; /** - * A queue - * @param {Object} options - * Available options: - * - delay: number When provided, the queue will be flushed - * automatically after an inactivity of this delay - * in milliseconds. - * Default value is null. - * - max: number When the queue exceeds the given maximum number - * of entries, the queue is flushed automatically. - * Default value of max is Infinity. - * @constructor + * Calculate the color based on the given value. + * @param {Number} H Hue, a value be between 0 and 360 + * @param {Number} S Saturation, a value between 0 and 1 + * @param {Number} V Value, a value between 0 and 1 */ - function Queue(options) { - // options - this.delay = null; - this.max = Infinity; + Graph3d.prototype._hsv2rgb = function(H, S, V) { + var R, G, B, C, Hi, X; - // properties - this._queue = []; - this._timeout = null; - this._extended = null; + C = V * S; + Hi = Math.floor(H/60); // hi = 0,1,2,3,4,5 + X = C * (1 - Math.abs(((H/60) % 2) - 1)); - this.setOptions(options); - } + switch (Hi) { + case 0: R = C; G = X; B = 0; break; + case 1: R = X; G = C; B = 0; break; + case 2: R = 0; G = C; B = X; break; + case 3: R = 0; G = X; B = C; break; + case 4: R = X; G = 0; B = C; break; + case 5: R = C; G = 0; B = X; break; - /** - * Update the configuration of the queue - * @param {Object} options - * Available options: - * - delay: number When provided, the queue will be flushed - * automatically after an inactivity of this delay - * in milliseconds. - * Default value is null. - * - max: number When the queue exceeds the given maximum number - * of entries, the queue is flushed automatically. - * Default value of max is Infinity. - * @param options - */ - Queue.prototype.setOptions = function (options) { - if (options && typeof options.delay !== 'undefined') { - this.delay = options.delay; - } - if (options && typeof options.max !== 'undefined') { - this.max = options.max; + default: R = 0; G = 0; B = 0; break; } - this._flushIfNeeded(); + return 'RGB(' + parseInt(R*255) + ',' + parseInt(G*255) + ',' + parseInt(B*255) + ')'; }; + /** - * Extend an object with queuing functionality. - * The object will be extended with a function flush, and the methods provided - * in options.replace will be replaced with queued ones. - * @param {Object} object - * @param {Object} options - * Available options: - * - replace: Array. - * A list with method names of the methods - * on the object to be replaced with queued ones. - * - delay: number When provided, the queue will be flushed - * automatically after an inactivity of this delay - * in milliseconds. - * Default value is null. - * - max: number When the queue exceeds the given maximum number - * of entries, the queue is flushed automatically. - * Default value of max is Infinity. - * @return {Queue} Returns the created queue + * Draw all datapoints as a grid + * This function can be used when the style is 'grid' */ - Queue.extend = function (object, options) { - var queue = new Queue(options); + Graph3d.prototype._redrawDataGrid = function() { + var canvas = this.frame.canvas, + ctx = canvas.getContext('2d'), + point, right, top, cross, + i, + topSideVisible, fillStyle, strokeStyle, lineWidth, + h, s, v, zAvg; - if (object.flush !== undefined) { - throw new Error('Target object already has a property flush'); + + if (this.dataPoints === undefined || this.dataPoints.length <= 0) + return; // TODO: throw exception? + + // calculate the translations and screen position of all points + for (i = 0; i < this.dataPoints.length; i++) { + var trans = this._convertPointToTranslation(this.dataPoints[i].point); + var screen = this._convertTranslationToScreen(trans); + + this.dataPoints[i].trans = trans; + this.dataPoints[i].screen = screen; + + // calculate the translation of the point at the bottom (needed for sorting) + var transBottom = this._convertPointToTranslation(this.dataPoints[i].bottom); + this.dataPoints[i].dist = this.showPerspective ? transBottom.length() : -transBottom.z; } - object.flush = function () { - queue.flush(); + + // sort the points on depth of their (x,y) position (not on z) + var sortDepth = function (a, b) { + return b.dist - a.dist; }; + this.dataPoints.sort(sortDepth); - var methods = [{ - name: 'flush', - original: undefined - }]; + if (this.style === Graph3d.STYLE.SURFACE) { + for (i = 0; i < this.dataPoints.length; i++) { + point = this.dataPoints[i]; + right = this.dataPoints[i].pointRight; + top = this.dataPoints[i].pointTop; + cross = this.dataPoints[i].pointCross; - if (options && options.replace) { - for (var i = 0; i < options.replace.length; i++) { - var name = options.replace[i]; - methods.push({ - name: name, - original: object[name] - }); - queue.replace(object, name); + if (point !== undefined && right !== undefined && top !== undefined && cross !== undefined) { + + if (this.showGrayBottom || this.showShadow) { + // calculate the cross product of the two vectors from center + // to left and right, in order to know whether we are looking at the + // bottom or at the top side. We can also use the cross product + // for calculating light intensity + var aDiff = Point3d.subtract(cross.trans, point.trans); + var bDiff = Point3d.subtract(top.trans, right.trans); + var crossproduct = Point3d.crossProduct(aDiff, bDiff); + var len = crossproduct.length(); + // FIXME: there is a bug with determining the surface side (shadow or colored) + + topSideVisible = (crossproduct.z > 0); + } + else { + topSideVisible = true; + } + + if (topSideVisible) { + // calculate Hue from the current value. At zMin the hue is 240, at zMax the hue is 0 + zAvg = (point.point.z + right.point.z + top.point.z + cross.point.z) / 4; + h = (1 - (zAvg - this.zMin) * this.scale.z / this.verticalRatio) * 240; + s = 1; // saturation + + if (this.showShadow) { + v = Math.min(1 + (crossproduct.x / len) / 2, 1); // value. TODO: scale + fillStyle = this._hsv2rgb(h, s, v); + strokeStyle = fillStyle; + } + else { + v = 1; + fillStyle = this._hsv2rgb(h, s, v); + strokeStyle = this.colorAxis; + } + } + else { + fillStyle = 'gray'; + strokeStyle = this.colorAxis; + } + lineWidth = 0.5; + + ctx.lineWidth = lineWidth; + ctx.fillStyle = fillStyle; + ctx.strokeStyle = strokeStyle; + ctx.beginPath(); + ctx.moveTo(point.screen.x, point.screen.y); + ctx.lineTo(right.screen.x, right.screen.y); + ctx.lineTo(cross.screen.x, cross.screen.y); + ctx.lineTo(top.screen.x, top.screen.y); + ctx.closePath(); + ctx.fill(); + ctx.stroke(); + } } } + else { // grid style + for (i = 0; i < this.dataPoints.length; i++) { + point = this.dataPoints[i]; + right = this.dataPoints[i].pointRight; + top = this.dataPoints[i].pointTop; - queue._extended = { - object: object, - methods: methods - }; - - return queue; - }; + if (point !== undefined) { + if (this.showPerspective) { + lineWidth = 2 / -point.trans.z; + } + else { + lineWidth = 2 * -(this.eye.z / this.camera.getArmLength()); + } + } - /** - * Destroy the queue. The queue will first flush all queued actions, and in - * case it has extended an object, will restore the original object. - */ - Queue.prototype.destroy = function () { - this.flush(); + if (point !== undefined && right !== undefined) { + // calculate Hue from the current value. At zMin the hue is 240, at zMax the hue is 0 + zAvg = (point.point.z + right.point.z) / 2; + h = (1 - (zAvg - this.zMin) * this.scale.z / this.verticalRatio) * 240; - if (this._extended) { - var object = this._extended.object; - var methods = this._extended.methods; - for (var i = 0; i < methods.length; i++) { - var method = methods[i]; - if (method.original) { - object[method.name] = method.original; + ctx.lineWidth = lineWidth; + ctx.strokeStyle = this._hsv2rgb(h, 1, 1); + ctx.beginPath(); + ctx.moveTo(point.screen.x, point.screen.y); + ctx.lineTo(right.screen.x, right.screen.y); + ctx.stroke(); } - else { - delete object[method.name]; + + if (point !== undefined && top !== undefined) { + // calculate Hue from the current value. At zMin the hue is 240, at zMax the hue is 0 + zAvg = (point.point.z + top.point.z) / 2; + h = (1 - (zAvg - this.zMin) * this.scale.z / this.verticalRatio) * 240; + + ctx.lineWidth = lineWidth; + ctx.strokeStyle = this._hsv2rgb(h, 1, 1); + ctx.beginPath(); + ctx.moveTo(point.screen.x, point.screen.y); + ctx.lineTo(top.screen.x, top.screen.y); + ctx.stroke(); } } - this._extended = null; } }; + /** - * Replace a method on an object with a queued version - * @param {Object} object Object having the method - * @param {string} method The method name + * Draw all datapoints as dots. + * This function can be used when the style is 'dot' or 'dot-line' */ - Queue.prototype.replace = function(object, method) { - var me = this; - var original = object[method]; - if (!original) { - throw new Error('Method ' + method + ' undefined'); - } + Graph3d.prototype._redrawDataDot = function() { + var canvas = this.frame.canvas; + var ctx = canvas.getContext('2d'); + var i; - object[method] = function () { - // create an Array with the arguments - var args = []; - for (var i = 0; i < arguments.length; i++) { - args[i] = arguments[i]; - } + if (this.dataPoints === undefined || this.dataPoints.length <= 0) + return; // TODO: throw exception? - // add this call to the queue - me.queue({ - args: args, - fn: original, - context: this - }); - }; - }; + // calculate the translations of all points + for (i = 0; i < this.dataPoints.length; i++) { + var trans = this._convertPointToTranslation(this.dataPoints[i].point); + var screen = this._convertTranslationToScreen(trans); + this.dataPoints[i].trans = trans; + this.dataPoints[i].screen = screen; - /** - * Queue a call - * @param {function | {fn: function, args: Array} | {fn: function, args: Array, context: Object}} entry - */ - Queue.prototype.queue = function(entry) { - if (typeof entry === 'function') { - this._queue.push({fn: entry}); - } - else { - this._queue.push(entry); + // calculate the distance from the point at the bottom to the camera + var transBottom = this._convertPointToTranslation(this.dataPoints[i].bottom); + this.dataPoints[i].dist = this.showPerspective ? transBottom.length() : -transBottom.z; } - this._flushIfNeeded(); - }; - - /** - * Check whether the queue needs to be flushed - * @private - */ - Queue.prototype._flushIfNeeded = function () { - // flush when the maximum is exceeded. - if (this._queue.length > this.max) { - this.flush(); - } + // order the translated points by depth + var sortDepth = function (a, b) { + return b.dist - a.dist; + }; + this.dataPoints.sort(sortDepth); - // flush after a period of inactivity when a delay is configured - clearTimeout(this._timeout); - if (this.queue.length > 0 && typeof this.delay === 'number') { - var me = this; - this._timeout = setTimeout(function () { - me.flush(); - }, this.delay); - } - }; + // draw the datapoints as colored circles + var dotSize = this.frame.clientWidth * 0.02; // px + for (i = 0; i < this.dataPoints.length; i++) { + var point = this.dataPoints[i]; - /** - * Flush all queued calls - */ - Queue.prototype.flush = function () { - while (this._queue.length > 0) { - var entry = this._queue.shift(); - entry.fn.apply(entry.context || entry.fn, entry.args || []); - } - }; + if (this.style === Graph3d.STYLE.DOTLINE) { + // draw a vertical line from the bottom to the graph value + //var from = this._convert3Dto2D(new Point3d(point.point.x, point.point.y, this.zMin)); + var from = this._convert3Dto2D(point.bottom); + ctx.lineWidth = 1; + ctx.strokeStyle = this.colorGrid; + ctx.beginPath(); + ctx.moveTo(from.x, from.y); + ctx.lineTo(point.screen.x, point.screen.y); + ctx.stroke(); + } - module.exports = Queue; + // calculate radius for the circle + var size; + if (this.style === Graph3d.STYLE.DOTSIZE) { + size = dotSize/2 + 2*dotSize * (point.point.value - this.valueMin) / (this.valueMax - this.valueMin); + } + else { + size = dotSize; + } + var radius; + if (this.showPerspective) { + radius = size / -point.trans.z; + } + else { + radius = size * -(this.eye.z / this.camera.getArmLength()); + } + if (radius < 0) { + radius = 0; + } -/***/ }, -/* 9 */ -/***/ function(module, exports, __webpack_require__) { + var hue, color, borderColor; + if (this.style === Graph3d.STYLE.DOTCOLOR ) { + // calculate the color based on the value + hue = (1 - (point.point.value - this.valueMin) * this.scale.value) * 240; + color = this._hsv2rgb(hue, 1, 1); + borderColor = this._hsv2rgb(hue, 1, 0.8); + } + else if (this.style === Graph3d.STYLE.DOTSIZE) { + color = this.colorDot; + borderColor = this.colorDotBorder; + } + else { + // calculate Hue from the current value. At zMin the hue is 240, at zMax the hue is 0 + hue = (1 - (point.point.z - this.zMin) * this.scale.z / this.verticalRatio) * 240; + color = this._hsv2rgb(hue, 1, 1); + borderColor = this._hsv2rgb(hue, 1, 0.8); + } - var util = __webpack_require__(1); - var DataSet = __webpack_require__(7); + // draw the circle + ctx.lineWidth = 1.0; + ctx.strokeStyle = borderColor; + ctx.fillStyle = color; + ctx.beginPath(); + ctx.arc(point.screen.x, point.screen.y, radius, 0, Math.PI*2, true); + ctx.fill(); + ctx.stroke(); + } + }; /** - * DataView - * - * a dataview offers a filtered view on a dataset or an other dataview. - * - * @param {DataSet | DataView} data - * @param {Object} [options] Available options: see method get - * - * @constructor DataView + * Draw all datapoints as bars. + * This function can be used when the style is 'bar', 'bar-color', or 'bar-size' */ - function DataView (data, options) { - this._data = null; - this._ids = {}; // ids of the items currently in memory (just contains a boolean true) - this._options = options || {}; - this._fieldId = 'id'; // name of the field containing id - this._subscribers = {}; // event subscribers + Graph3d.prototype._redrawDataBar = function() { + var canvas = this.frame.canvas; + var ctx = canvas.getContext('2d'); + var i, j, surface, corners; - var me = this; - this.listener = function () { - me._onEvent.apply(me, arguments); - }; + if (this.dataPoints === undefined || this.dataPoints.length <= 0) + return; // TODO: throw exception? - this.setData(data); - } + // calculate the translations of all points + for (i = 0; i < this.dataPoints.length; i++) { + var trans = this._convertPointToTranslation(this.dataPoints[i].point); + var screen = this._convertTranslationToScreen(trans); + this.dataPoints[i].trans = trans; + this.dataPoints[i].screen = screen; - // TODO: implement a function .config() to dynamically update things like configured filter - // and trigger changes accordingly + // calculate the distance from the point at the bottom to the camera + var transBottom = this._convertPointToTranslation(this.dataPoints[i].bottom); + this.dataPoints[i].dist = this.showPerspective ? transBottom.length() : -transBottom.z; + } - /** - * Set a data source for the view - * @param {DataSet | DataView} data - */ - DataView.prototype.setData = function (data) { - var ids, i, len; + // order the translated points by depth + var sortDepth = function (a, b) { + return b.dist - a.dist; + }; + this.dataPoints.sort(sortDepth); - if (this._data) { - // unsubscribe from current dataset - if (this._data.unsubscribe) { - this._data.unsubscribe('*', this.listener); + // draw the datapoints as bars + var xWidth = this.xBarWidth / 2; + var yWidth = this.yBarWidth / 2; + for (i = 0; i < this.dataPoints.length; i++) { + var point = this.dataPoints[i]; + + // determine color + var hue, color, borderColor; + if (this.style === Graph3d.STYLE.BARCOLOR ) { + // calculate the color based on the value + hue = (1 - (point.point.value - this.valueMin) * this.scale.value) * 240; + color = this._hsv2rgb(hue, 1, 1); + borderColor = this._hsv2rgb(hue, 1, 0.8); + } + else if (this.style === Graph3d.STYLE.BARSIZE) { + color = this.colorDot; + borderColor = this.colorDotBorder; + } + else { + // calculate Hue from the current value. At zMin the hue is 240, at zMax the hue is 0 + hue = (1 - (point.point.z - this.zMin) * this.scale.z / this.verticalRatio) * 240; + color = this._hsv2rgb(hue, 1, 1); + borderColor = this._hsv2rgb(hue, 1, 0.8); } - // trigger a remove of all items in memory - ids = []; - for (var id in this._ids) { - if (this._ids.hasOwnProperty(id)) { - ids.push(id); - } + // calculate size for the bar + if (this.style === Graph3d.STYLE.BARSIZE) { + xWidth = (this.xBarWidth / 2) * ((point.point.value - this.valueMin) / (this.valueMax - this.valueMin) * 0.8 + 0.2); + yWidth = (this.yBarWidth / 2) * ((point.point.value - this.valueMin) / (this.valueMax - this.valueMin) * 0.8 + 0.2); } - this._ids = {}; - this._trigger('remove', {items: ids}); - } - this._data = data; + // calculate all corner points + var me = this; + var point3d = point.point; + var top = [ + {point: new Point3d(point3d.x - xWidth, point3d.y - yWidth, point3d.z)}, + {point: new Point3d(point3d.x + xWidth, point3d.y - yWidth, point3d.z)}, + {point: new Point3d(point3d.x + xWidth, point3d.y + yWidth, point3d.z)}, + {point: new Point3d(point3d.x - xWidth, point3d.y + yWidth, point3d.z)} + ]; + var bottom = [ + {point: new Point3d(point3d.x - xWidth, point3d.y - yWidth, this.zMin)}, + {point: new Point3d(point3d.x + xWidth, point3d.y - yWidth, this.zMin)}, + {point: new Point3d(point3d.x + xWidth, point3d.y + yWidth, this.zMin)}, + {point: new Point3d(point3d.x - xWidth, point3d.y + yWidth, this.zMin)} + ]; - if (this._data) { - // update fieldId - this._fieldId = this._options.fieldId || - (this._data && this._data.options && this._data.options.fieldId) || - 'id'; + // calculate screen location of the points + top.forEach(function (obj) { + obj.screen = me._convert3Dto2D(obj.point); + }); + bottom.forEach(function (obj) { + obj.screen = me._convert3Dto2D(obj.point); + }); - // trigger an add of all added items - ids = this._data.getIds({filter: this._options && this._options.filter}); - for (i = 0, len = ids.length; i < len; i++) { - id = ids[i]; - this._ids[id] = true; - } - this._trigger('add', {items: ids}); + // create five sides, calculate both corner points and center points + var surfaces = [ + {corners: top, center: Point3d.avg(bottom[0].point, bottom[2].point)}, + {corners: [top[0], top[1], bottom[1], bottom[0]], center: Point3d.avg(bottom[1].point, bottom[0].point)}, + {corners: [top[1], top[2], bottom[2], bottom[1]], center: Point3d.avg(bottom[2].point, bottom[1].point)}, + {corners: [top[2], top[3], bottom[3], bottom[2]], center: Point3d.avg(bottom[3].point, bottom[2].point)}, + {corners: [top[3], top[0], bottom[0], bottom[3]], center: Point3d.avg(bottom[0].point, bottom[3].point)} + ]; + point.surfaces = surfaces; - // subscribe to new dataset - if (this._data.on) { - this._data.on('*', this.listener); + // calculate the distance of each of the surface centers to the camera + for (j = 0; j < surfaces.length; j++) { + surface = surfaces[j]; + var transCenter = this._convertPointToTranslation(surface.center); + surface.dist = this.showPerspective ? transCenter.length() : -transCenter.z; + // TODO: this dept calculation doesn't work 100% of the cases due to perspective, + // but the current solution is fast/simple and works in 99.9% of all cases + // the issue is visible in example 14, with graph.setCameraPosition({horizontal: 2.97, vertical: 0.5, distance: 0.9}) } - } - }; - /** - * Get data from the data view - * - * Usage: - * - * get() - * get(options: Object) - * get(options: Object, data: Array | DataTable) - * - * get(id: Number) - * get(id: Number, options: Object) - * get(id: Number, options: Object, data: Array | DataTable) - * - * get(ids: Number[]) - * get(ids: Number[], options: Object) - * get(ids: Number[], options: Object, data: Array | DataTable) - * - * Where: - * - * {Number | String} id The id of an item - * {Number[] | String{}} ids An array with ids of items - * {Object} options An Object with options. Available options: - * {String} [type] Type of data to be returned. Can - * be 'DataTable' or 'Array' (default) - * {Object.} [convert] - * {String[]} [fields] field names to be returned - * {function} [filter] filter items - * {String | function} [order] Order the items by - * a field name or custom sort function. - * {Array | DataTable} [data] If provided, items will be appended to this - * array or table. Required in case of Google - * DataTable. - * @param args - */ - DataView.prototype.get = function (args) { - var me = this; + // order the surfaces by their (translated) depth + surfaces.sort(function (a, b) { + var diff = b.dist - a.dist; + if (diff) return diff; - // parse the arguments - var ids, options, data; - var firstType = util.getType(arguments[0]); - if (firstType == 'String' || firstType == 'Number' || firstType == 'Array') { - // get(id(s) [, options] [, data]) - ids = arguments[0]; // can be a single id or an array with ids - options = arguments[1]; - data = arguments[2]; - } - else { - // get([, options] [, data]) - options = arguments[0]; - data = arguments[1]; - } + // if equal depth, sort the top surface last + if (a.corners === top) return 1; + if (b.corners === top) return -1; - // extend the options with the default options and provided options - var viewOptions = util.extend({}, this._options, options); + // both are equal + return 0; + }); - // create a combined filter method when needed - if (this._options.filter && options && options.filter) { - viewOptions.filter = function (item) { - return me._options.filter(item) && options.filter(item); + // draw the ordered surfaces + ctx.lineWidth = 1; + ctx.strokeStyle = borderColor; + ctx.fillStyle = color; + // NOTE: we start at j=2 instead of j=0 as we don't need to draw the two surfaces at the backside + for (j = 2; j < surfaces.length; j++) { + surface = surfaces[j]; + corners = surface.corners; + ctx.beginPath(); + ctx.moveTo(corners[3].screen.x, corners[3].screen.y); + ctx.lineTo(corners[0].screen.x, corners[0].screen.y); + ctx.lineTo(corners[1].screen.x, corners[1].screen.y); + ctx.lineTo(corners[2].screen.x, corners[2].screen.y); + ctx.lineTo(corners[3].screen.x, corners[3].screen.y); + ctx.fill(); + ctx.stroke(); } } - - // build up the call to the linked data set - var getArguments = []; - if (ids != undefined) { - getArguments.push(ids); - } - getArguments.push(viewOptions); - getArguments.push(data); - - return this._data && this._data.get.apply(this._data, getArguments); }; + /** - * Get ids of all items or from a filtered set of items. - * @param {Object} [options] An Object with options. Available options: - * {function} [filter] filter items - * {String | function} [order] Order the items by - * a field name or custom sort function. - * @return {Array} ids + * Draw a line through all datapoints. + * This function can be used when the style is 'line' */ - DataView.prototype.getIds = function (options) { - var ids; + Graph3d.prototype._redrawDataLine = function() { + var canvas = this.frame.canvas, + ctx = canvas.getContext('2d'), + point, i; - if (this._data) { - var defaultFilter = this._options.filter; - var filter; + if (this.dataPoints === undefined || this.dataPoints.length <= 0) + return; // TODO: throw exception? - if (options && options.filter) { - if (defaultFilter) { - filter = function (item) { - return defaultFilter(item) && options.filter(item); - } - } - else { - filter = options.filter; - } - } - else { - filter = defaultFilter; - } + // calculate the translations of all points + for (i = 0; i < this.dataPoints.length; i++) { + var trans = this._convertPointToTranslation(this.dataPoints[i].point); + var screen = this._convertTranslationToScreen(trans); - ids = this._data.getIds({ - filter: filter, - order: options && options.order - }); + this.dataPoints[i].trans = trans; + this.dataPoints[i].screen = screen; } - else { - ids = []; + + // start the line + if (this.dataPoints.length > 0) { + point = this.dataPoints[0]; + + ctx.lineWidth = 1; // TODO: make customizable + ctx.strokeStyle = 'blue'; // TODO: make customizable + ctx.beginPath(); + ctx.moveTo(point.screen.x, point.screen.y); } - return ids; - }; + // draw the datapoints as colored circles + for (i = 1; i < this.dataPoints.length; i++) { + point = this.dataPoints[i]; + ctx.lineTo(point.screen.x, point.screen.y); + } - /** - * Get the DataSet to which this DataView is connected. In case there is a chain - * of multiple DataViews, the root DataSet of this chain is returned. - * @return {DataSet} dataSet - */ - DataView.prototype.getDataSet = function () { - var dataSet = this; - while (dataSet instanceof DataView) { - dataSet = dataSet._data; + // finish the line + if (this.dataPoints.length > 0) { + ctx.stroke(); } - return dataSet || null; }; /** - * Event listener. Will propagate all events from the connected data set to - * the subscribers of the DataView, but will filter the items and only trigger - * when there are changes in the filtered data set. - * @param {String} event - * @param {Object | null} params - * @param {String} senderId - * @private + * Start a moving operation inside the provided parent element + * @param {Event} event The event that occurred (required for + * retrieving the mouse position) */ - DataView.prototype._onEvent = function (event, params, senderId) { - var i, len, id, item, - ids = params && params.items, - data = this._data, - added = [], - updated = [], - removed = []; - - if (ids && data) { - switch (event) { - case 'add': - // filter the ids of the added items - for (i = 0, len = ids.length; i < len; i++) { - id = ids[i]; - item = this.get(id); - if (item) { - this._ids[id] = true; - added.push(id); - } - } - - break; + Graph3d.prototype._onMouseDown = function(event) { + event = event || window.event; - case 'update': - // determine the event from the views viewpoint: an updated - // item can be added, updated, or removed from this view. - for (i = 0, len = ids.length; i < len; i++) { - id = ids[i]; - item = this.get(id); + // check if mouse is still down (may be up when focus is lost for example + // in an iframe) + if (this.leftButtonDown) { + this._onMouseUp(event); + } - if (item) { - if (this._ids[id]) { - updated.push(id); - } - else { - this._ids[id] = true; - added.push(id); - } - } - else { - if (this._ids[id]) { - delete this._ids[id]; - removed.push(id); - } - else { - // nothing interesting for me :-( - } - } - } + // only react on left mouse button down + this.leftButtonDown = event.which ? (event.which === 1) : (event.button === 1); + if (!this.leftButtonDown && !this.touchDown) return; - break; + // get mouse position (different code for IE and all other browsers) + this.startMouseX = getMouseX(event); + this.startMouseY = getMouseY(event); - case 'remove': - // filter the ids of the removed items - for (i = 0, len = ids.length; i < len; i++) { - id = ids[i]; - if (this._ids[id]) { - delete this._ids[id]; - removed.push(id); - } - } + this.startStart = new Date(this.start); + this.startEnd = new Date(this.end); + this.startArmRotation = this.camera.getArmRotation(); - break; - } + this.frame.style.cursor = 'move'; - if (added.length) { - this._trigger('add', {items: added}, senderId); - } - if (updated.length) { - this._trigger('update', {items: updated}, senderId); - } - if (removed.length) { - this._trigger('remove', {items: removed}, senderId); - } - } + // add event listeners to handle moving the contents + // we store the function onmousemove and onmouseup in the graph, so we can + // remove the eventlisteners lateron in the function mouseUp() + var me = this; + this.onmousemove = function (event) {me._onMouseMove(event);}; + this.onmouseup = function (event) {me._onMouseUp(event);}; + util.addEventListener(document, 'mousemove', me.onmousemove); + util.addEventListener(document, 'mouseup', me.onmouseup); + util.preventDefault(event); }; - // copy subscription functionality from DataSet - DataView.prototype.on = DataSet.prototype.on; - DataView.prototype.off = DataSet.prototype.off; - DataView.prototype._trigger = DataSet.prototype._trigger; - - // TODO: make these functions deprecated (replaced with `on` and `off` since version 0.5) - DataView.prototype.subscribe = DataView.prototype.on; - DataView.prototype.unsubscribe = DataView.prototype.off; - - module.exports = DataView; - -/***/ }, -/* 10 */ -/***/ function(module, exports, __webpack_require__) { - - var Emitter = __webpack_require__(11); - var DataSet = __webpack_require__(7); - var DataView = __webpack_require__(9); - var util = __webpack_require__(1); - var Point3d = __webpack_require__(12); - var Point2d = __webpack_require__(13); - var Camera = __webpack_require__(14); - var Filter = __webpack_require__(15); - var Slider = __webpack_require__(16); - var StepNumber = __webpack_require__(17); /** - * @constructor Graph3d - * Graph3d displays data in 3d. - * - * Graph3d is developed in javascript as a Google Visualization Chart. - * - * @param {Element} container The DOM element in which the Graph3d will - * be created. Normally a div element. - * @param {DataSet | DataView | Array} [data] - * @param {Object} [options] + * Perform moving operating. + * This function activated from within the funcion Graph.mouseDown(). + * @param {Event} event Well, eehh, the event */ - function Graph3d(container, data, options) { - if (!(this instanceof Graph3d)) { - throw new SyntaxError('Constructor must be called with the new operator'); - } + Graph3d.prototype._onMouseMove = function (event) { + event = event || window.event; - // create variables and set default values - this.containerElement = container; - this.width = '400px'; - this.height = '400px'; - this.margin = 10; // px - this.defaultXCenter = '55%'; - this.defaultYCenter = '50%'; + // calculate change in mouse position + var diffX = parseFloat(getMouseX(event)) - this.startMouseX; + var diffY = parseFloat(getMouseY(event)) - this.startMouseY; - this.xLabel = 'x'; - this.yLabel = 'y'; - this.zLabel = 'z'; + var horizontalNew = this.startArmRotation.horizontal + diffX / 200; + var verticalNew = this.startArmRotation.vertical + diffY / 200; - var passValueFn = function(v) { return v; }; - this.xValueLabel = passValueFn; - this.yValueLabel = passValueFn; - this.zValueLabel = passValueFn; - - this.filterLabel = 'time'; - this.legendLabel = 'value'; + var snapAngle = 4; // degrees + var snapValue = Math.sin(snapAngle / 360 * 2 * Math.PI); - this.style = Graph3d.STYLE.DOT; - this.showPerspective = true; - this.showGrid = true; - this.keepAspectRatio = true; - this.showShadow = false; - this.showGrayBottom = false; // TODO: this does not work correctly - this.showTooltip = false; - this.verticalRatio = 0.5; // 0.1 to 1.0, where 1.0 results in a 'cube' + // snap horizontally to nice angles at 0pi, 0.5pi, 1pi, 1.5pi, etc... + // the -0.001 is to take care that the vertical axis is always drawn at the left front corner + if (Math.abs(Math.sin(horizontalNew)) < snapValue) { + horizontalNew = Math.round((horizontalNew / Math.PI)) * Math.PI - 0.001; + } + if (Math.abs(Math.cos(horizontalNew)) < snapValue) { + horizontalNew = (Math.round((horizontalNew/ Math.PI - 0.5)) + 0.5) * Math.PI - 0.001; + } - this.animationInterval = 1000; // milliseconds - this.animationPreload = false; + // snap vertically to nice angles + if (Math.abs(Math.sin(verticalNew)) < snapValue) { + verticalNew = Math.round((verticalNew / Math.PI)) * Math.PI; + } + if (Math.abs(Math.cos(verticalNew)) < snapValue) { + verticalNew = (Math.round((verticalNew/ Math.PI - 0.5)) + 0.5) * Math.PI; + } - this.camera = new Camera(); - this.eye = new Point3d(0, 0, -1); // TODO: set eye.z about 3/4 of the width of the window? + this.camera.setArmRotation(horizontalNew, verticalNew); + this.redraw(); - this.dataTable = null; // The original data table - this.dataPoints = null; // The table with point objects + // fire a cameraPositionChange event + var parameters = this.getCameraPosition(); + this.emit('cameraPositionChange', parameters); - // the column indexes - this.colX = undefined; - this.colY = undefined; - this.colZ = undefined; - this.colValue = undefined; - this.colFilter = undefined; + util.preventDefault(event); + }; - this.xMin = 0; - this.xStep = undefined; // auto by default - this.xMax = 1; - this.yMin = 0; - this.yStep = undefined; // auto by default - this.yMax = 1; - this.zMin = 0; - this.zStep = undefined; // auto by default - this.zMax = 1; - this.valueMin = 0; - this.valueMax = 1; - this.xBarWidth = 1; - this.yBarWidth = 1; - // TODO: customize axis range - // constants - this.colorAxis = '#4D4D4D'; - this.colorGrid = '#D3D3D3'; - this.colorDot = '#7DC1FF'; - this.colorDotBorder = '#3267D2'; + /** + * Stop moving operating. + * This function activated from within the funcion Graph.mouseDown(). + * @param {event} event The event + */ + Graph3d.prototype._onMouseUp = function (event) { + this.frame.style.cursor = 'auto'; + this.leftButtonDown = false; - // create a frame and canvas - this.create(); + // remove event listeners here + util.removeEventListener(document, 'mousemove', this.onmousemove); + util.removeEventListener(document, 'mouseup', this.onmouseup); + util.preventDefault(event); + }; - // apply options (also when undefined) - this.setOptions(options); + /** + * After having moved the mouse, a tooltip should pop up when the mouse is resting on a data point + * @param {Event} event A mouse move event + */ + Graph3d.prototype._onTooltip = function (event) { + var delay = 300; // ms + var boundingRect = this.frame.getBoundingClientRect(); + var mouseX = getMouseX(event) - boundingRect.left; + var mouseY = getMouseY(event) - boundingRect.top; - // apply data - if (data) { - this.setData(data); + if (!this.showTooltip) { + return; } - } - // Extend Graph3d with an Emitter mixin - Emitter(Graph3d.prototype); + if (this.tooltipTimeout) { + clearTimeout(this.tooltipTimeout); + } - /** - * Calculate the scaling values, dependent on the range in x, y, and z direction - */ - Graph3d.prototype._setScale = function() { - this.scale = new Point3d(1 / (this.xMax - this.xMin), - 1 / (this.yMax - this.yMin), - 1 / (this.zMax - this.zMin)); + // (delayed) display of a tooltip only if no mouse button is down + if (this.leftButtonDown) { + this._hideTooltip(); + return; + } - // keep aspect ration between x and y scale if desired - if (this.keepAspectRatio) { - if (this.scale.x < this.scale.y) { - //noinspection JSSuspiciousNameCombination - this.scale.y = this.scale.x; - } - else { - //noinspection JSSuspiciousNameCombination - this.scale.x = this.scale.y; + if (this.tooltip && this.tooltip.dataPoint) { + // tooltip is currently visible + var dataPoint = this._dataPointFromXY(mouseX, mouseY); + if (dataPoint !== this.tooltip.dataPoint) { + // datapoint changed + if (dataPoint) { + this._showTooltip(dataPoint); + } + else { + this._hideTooltip(); + } } } + else { + // tooltip is currently not visible + var me = this; + this.tooltipTimeout = setTimeout(function () { + me.tooltipTimeout = null; - // scale the vertical axis - this.scale.z *= this.verticalRatio; - // TODO: can this be automated? verticalRatio? + // show a tooltip if we have a data point + var dataPoint = me._dataPointFromXY(mouseX, mouseY); + if (dataPoint) { + me._showTooltip(dataPoint); + } + }, delay); + } + }; - // determine scale for (optional) value - this.scale.value = 1 / (this.valueMax - this.valueMin); + /** + * Event handler for touchstart event on mobile devices + */ + Graph3d.prototype._onTouchStart = function(event) { + this.touchDown = true; + + var me = this; + this.ontouchmove = function (event) {me._onTouchMove(event);}; + this.ontouchend = function (event) {me._onTouchEnd(event);}; + util.addEventListener(document, 'touchmove', me.ontouchmove); + util.addEventListener(document, 'touchend', me.ontouchend); - // position the camera arm - var xCenter = (this.xMax + this.xMin) / 2 * this.scale.x; - var yCenter = (this.yMax + this.yMin) / 2 * this.scale.y; - var zCenter = (this.zMax + this.zMin) / 2 * this.scale.z; - this.camera.setArmLocation(xCenter, yCenter, zCenter); + this._onMouseDown(event); }; - /** - * Convert a 3D location to a 2D location on screen - * http://en.wikipedia.org/wiki/3D_projection - * @param {Point3d} point3d A 3D point with parameters x, y, z - * @return {Point2d} point2d A 2D point with parameters x, y + * Event handler for touchmove event on mobile devices */ - Graph3d.prototype._convert3Dto2D = function(point3d) { - var translation = this._convertPointToTranslation(point3d); - return this._convertTranslationToScreen(translation); + Graph3d.prototype._onTouchMove = function(event) { + this._onMouseMove(event); }; /** - * Convert a 3D location its translation seen from the camera - * http://en.wikipedia.org/wiki/3D_projection - * @param {Point3d} point3d A 3D point with parameters x, y, z - * @return {Point3d} translation A 3D point with parameters x, y, z This is - * the translation of the point, seen from the - * camera + * Event handler for touchend event on mobile devices */ - Graph3d.prototype._convertPointToTranslation = function(point3d) { - var ax = point3d.x * this.scale.x, - ay = point3d.y * this.scale.y, - az = point3d.z * this.scale.z, - - cx = this.camera.getCameraLocation().x, - cy = this.camera.getCameraLocation().y, - cz = this.camera.getCameraLocation().z, - - // calculate angles - sinTx = Math.sin(this.camera.getCameraRotation().x), - cosTx = Math.cos(this.camera.getCameraRotation().x), - sinTy = Math.sin(this.camera.getCameraRotation().y), - cosTy = Math.cos(this.camera.getCameraRotation().y), - sinTz = Math.sin(this.camera.getCameraRotation().z), - cosTz = Math.cos(this.camera.getCameraRotation().z), + Graph3d.prototype._onTouchEnd = function(event) { + this.touchDown = false; - // calculate translation - dx = cosTy * (sinTz * (ay - cy) + cosTz * (ax - cx)) - sinTy * (az - cz), - dy = sinTx * (cosTy * (az - cz) + sinTy * (sinTz * (ay - cy) + cosTz * (ax - cx))) + cosTx * (cosTz * (ay - cy) - sinTz * (ax-cx)), - dz = cosTx * (cosTy * (az - cz) + sinTy * (sinTz * (ay - cy) + cosTz * (ax - cx))) - sinTx * (cosTz * (ay - cy) - sinTz * (ax-cx)); + util.removeEventListener(document, 'touchmove', this.ontouchmove); + util.removeEventListener(document, 'touchend', this.ontouchend); - return new Point3d(dx, dy, dz); + this._onMouseUp(event); }; + /** - * Convert a translation point to a point on the screen - * @param {Point3d} translation A 3D point with parameters x, y, z This is - * the translation of the point, seen from the - * camera - * @return {Point2d} point2d A 2D point with parameters x, y + * Event handler for mouse wheel event, used to zoom the graph + * Code from http://adomas.org/javascript-mouse-wheel/ + * @param {event} event The event */ - Graph3d.prototype._convertTranslationToScreen = function(translation) { - var ex = this.eye.x, - ey = this.eye.y, - ez = this.eye.z, - dx = translation.x, - dy = translation.y, - dz = translation.z; + Graph3d.prototype._onWheel = function(event) { + if (!event) /* For IE. */ + event = window.event; - // calculate position on screen from translation - var bx; - var by; - if (this.showPerspective) { - bx = (dx - ex) * (ez / dz); - by = (dy - ey) * (ez / dz); - } - else { - bx = dx * -(ez / this.camera.getArmLength()); - by = dy * -(ez / this.camera.getArmLength()); + // retrieve delta + var delta = 0; + if (event.wheelDelta) { /* IE/Opera. */ + delta = event.wheelDelta/120; + } else if (event.detail) { /* Mozilla case. */ + // In Mozilla, sign of delta is different than in IE. + // Also, delta is multiple of 3. + delta = -event.detail/3; } - // shift and scale the point to the center of the screen - // use the width of the graph to scale both horizontally and vertically. - return new Point2d( - this.xcenter + bx * this.frame.canvas.clientWidth, - this.ycenter - by * this.frame.canvas.clientWidth); - }; + // If delta is nonzero, handle it. + // Basically, delta is now positive if wheel was scrolled up, + // and negative, if wheel was scrolled down. + if (delta) { + var oldLength = this.camera.getArmLength(); + var newLength = oldLength * (1 - delta / 10); - /** - * Set the background styling for the graph - * @param {string | {fill: string, stroke: string, strokeWidth: string}} backgroundColor - */ - Graph3d.prototype._setBackgroundColor = function(backgroundColor) { - var fill = 'white'; - var stroke = 'gray'; - var strokeWidth = 1; + this.camera.setArmLength(newLength); + this.redraw(); - if (typeof(backgroundColor) === 'string') { - fill = backgroundColor; - stroke = 'none'; - strokeWidth = 0; - } - else if (typeof(backgroundColor) === 'object') { - if (backgroundColor.fill !== undefined) fill = backgroundColor.fill; - if (backgroundColor.stroke !== undefined) stroke = backgroundColor.stroke; - if (backgroundColor.strokeWidth !== undefined) strokeWidth = backgroundColor.strokeWidth; - } - else if (backgroundColor === undefined) { - // use use defaults - } - else { - throw 'Unsupported type of backgroundColor'; + this._hideTooltip(); } - this.frame.style.backgroundColor = fill; - this.frame.style.borderColor = stroke; - this.frame.style.borderWidth = strokeWidth + 'px'; - this.frame.style.borderStyle = 'solid'; - }; - + // fire a cameraPositionChange event + var parameters = this.getCameraPosition(); + this.emit('cameraPositionChange', parameters); - /// enumerate the available styles - Graph3d.STYLE = { - BAR: 0, - BARCOLOR: 1, - BARSIZE: 2, - DOT : 3, - DOTLINE : 4, - DOTCOLOR: 5, - DOTSIZE: 6, - GRID : 7, - LINE: 8, - SURFACE : 9 + // Prevent default actions caused by mouse wheel. + // That might be ugly, but we handle scrolls somehow + // anyway, so don't bother here.. + util.preventDefault(event); }; /** - * Retrieve the style index from given styleName - * @param {string} styleName Style name such as 'dot', 'grid', 'dot-line' - * @return {Number} styleNumber Enumeration value representing the style, or -1 - * when not found + * Test whether a point lies inside given 2D triangle + * @param {Point2d} point + * @param {Point2d[]} triangle + * @return {boolean} Returns true if given point lies inside or on the edge of the triangle + * @private */ - Graph3d.prototype._getStyleNumber = function(styleName) { - switch (styleName) { - case 'dot': return Graph3d.STYLE.DOT; - case 'dot-line': return Graph3d.STYLE.DOTLINE; - case 'dot-color': return Graph3d.STYLE.DOTCOLOR; - case 'dot-size': return Graph3d.STYLE.DOTSIZE; - case 'line': return Graph3d.STYLE.LINE; - case 'grid': return Graph3d.STYLE.GRID; - case 'surface': return Graph3d.STYLE.SURFACE; - case 'bar': return Graph3d.STYLE.BAR; - case 'bar-color': return Graph3d.STYLE.BARCOLOR; - case 'bar-size': return Graph3d.STYLE.BARSIZE; + Graph3d.prototype._insideTriangle = function (point, triangle) { + var a = triangle[0], + b = triangle[1], + c = triangle[2]; + + function sign (x) { + return x > 0 ? 1 : x < 0 ? -1 : 0; } - return -1; + var as = sign((b.x - a.x) * (point.y - a.y) - (b.y - a.y) * (point.x - a.x)); + var bs = sign((c.x - b.x) * (point.y - b.y) - (c.y - b.y) * (point.x - b.x)); + var cs = sign((a.x - c.x) * (point.y - c.y) - (a.y - c.y) * (point.x - c.x)); + + // each of the three signs must be either equal to each other or zero + return (as == 0 || bs == 0 || as == bs) && + (bs == 0 || cs == 0 || bs == cs) && + (as == 0 || cs == 0 || as == cs); }; /** - * Determine the indexes of the data columns, based on the given style and data - * @param {DataSet} data - * @param {Number} style + * Find a data point close to given screen position (x, y) + * @param {Number} x + * @param {Number} y + * @return {Object | null} The closest data point or null if not close to any data point + * @private */ - Graph3d.prototype._determineColumnIndexes = function(data, style) { - if (this.style === Graph3d.STYLE.DOT || - this.style === Graph3d.STYLE.DOTLINE || - this.style === Graph3d.STYLE.LINE || - this.style === Graph3d.STYLE.GRID || - this.style === Graph3d.STYLE.SURFACE || - this.style === Graph3d.STYLE.BAR) { - // 3 columns expected, and optionally a 4th with filter values - this.colX = 0; - this.colY = 1; - this.colZ = 2; - this.colValue = undefined; + Graph3d.prototype._dataPointFromXY = function (x, y) { + var i, + distMax = 100, // px + dataPoint = null, + closestDataPoint = null, + closestDist = null, + center = new Point2d(x, y); - if (data.getNumberOfColumns() > 3) { - this.colFilter = 3; - } - } - else if (this.style === Graph3d.STYLE.DOTCOLOR || - this.style === Graph3d.STYLE.DOTSIZE || + if (this.style === Graph3d.STYLE.BAR || this.style === Graph3d.STYLE.BARCOLOR || this.style === Graph3d.STYLE.BARSIZE) { - // 4 columns expected, and optionally a 5th with filter values - this.colX = 0; - this.colY = 1; - this.colZ = 2; - this.colValue = 3; - - if (data.getNumberOfColumns() > 4) { - this.colFilter = 4; + // the data points are ordered from far away to closest + for (i = this.dataPoints.length - 1; i >= 0; i--) { + dataPoint = this.dataPoints[i]; + var surfaces = dataPoint.surfaces; + if (surfaces) { + for (var s = surfaces.length - 1; s >= 0; s--) { + // split each surface in two triangles, and see if the center point is inside one of these + var surface = surfaces[s]; + var corners = surface.corners; + var triangle1 = [corners[0].screen, corners[1].screen, corners[2].screen]; + var triangle2 = [corners[2].screen, corners[3].screen, corners[0].screen]; + if (this._insideTriangle(center, triangle1) || + this._insideTriangle(center, triangle2)) { + // return immediately at the first hit + return dataPoint; + } + } + } } } else { - throw 'Unknown style "' + this.style + '"'; + // find the closest data point, using distance to the center of the point on 2d screen + for (i = 0; i < this.dataPoints.length; i++) { + dataPoint = this.dataPoints[i]; + var point = dataPoint.screen; + if (point) { + var distX = Math.abs(x - point.x); + var distY = Math.abs(y - point.y); + var dist = Math.sqrt(distX * distX + distY * distY); + + if ((closestDist === null || dist < closestDist) && dist < distMax) { + closestDist = dist; + closestDataPoint = dataPoint; + } + } + } } + + + return closestDataPoint; }; - Graph3d.prototype.getNumberOfRows = function(data) { - return data.length; - } + /** + * Display a tooltip for given data point + * @param {Object} dataPoint + * @private + */ + Graph3d.prototype._showTooltip = function (dataPoint) { + var content, line, dot; + if (!this.tooltip) { + content = document.createElement('div'); + content.style.position = 'absolute'; + content.style.padding = '10px'; + content.style.border = '1px solid #4d4d4d'; + content.style.color = '#1a1a1a'; + content.style.background = 'rgba(255,255,255,0.7)'; + content.style.borderRadius = '2px'; + content.style.boxShadow = '5px 5px 10px rgba(128,128,128,0.5)'; - Graph3d.prototype.getNumberOfColumns = function(data) { - var counter = 0; - for (var column in data[0]) { - if (data[0].hasOwnProperty(column)) { - counter++; - } - } - return counter; - } + line = document.createElement('div'); + line.style.position = 'absolute'; + line.style.height = '40px'; + line.style.width = '0'; + line.style.borderLeft = '1px solid #4d4d4d'; + dot = document.createElement('div'); + dot.style.position = 'absolute'; + dot.style.height = '0'; + dot.style.width = '0'; + dot.style.border = '5px solid #4d4d4d'; + dot.style.borderRadius = '5px'; - Graph3d.prototype.getDistinctValues = function(data, column) { - var distinctValues = []; - for (var i = 0; i < data.length; i++) { - if (distinctValues.indexOf(data[i][column]) == -1) { - distinctValues.push(data[i][column]); - } + this.tooltip = { + dataPoint: null, + dom: { + content: content, + line: line, + dot: dot + } + }; + } + else { + content = this.tooltip.dom.content; + line = this.tooltip.dom.line; + dot = this.tooltip.dom.dot; } - return distinctValues; - } + this._hideTooltip(); - Graph3d.prototype.getColumnRange = function(data,column) { - var minMax = {min:data[0][column],max:data[0][column]}; - for (var i = 0; i < data.length; i++) { - if (minMax.min > data[i][column]) { minMax.min = data[i][column]; } - if (minMax.max < data[i][column]) { minMax.max = data[i][column]; } + this.tooltip.dataPoint = dataPoint; + if (typeof this.showTooltip === 'function') { + content.innerHTML = this.showTooltip(dataPoint.point); } - return minMax; + else { + content.innerHTML = '' + + '' + + '' + + '' + + '
x:' + dataPoint.point.x + '
y:' + dataPoint.point.y + '
z:' + dataPoint.point.z + '
'; + } + + content.style.left = '0'; + content.style.top = '0'; + this.frame.appendChild(content); + this.frame.appendChild(line); + this.frame.appendChild(dot); + + // calculate sizes + var contentWidth = content.offsetWidth; + var contentHeight = content.offsetHeight; + var lineHeight = line.offsetHeight; + var dotWidth = dot.offsetWidth; + var dotHeight = dot.offsetHeight; + + var left = dataPoint.screen.x - contentWidth / 2; + left = Math.min(Math.max(left, 10), this.frame.clientWidth - 10 - contentWidth); + + line.style.left = dataPoint.screen.x + 'px'; + line.style.top = (dataPoint.screen.y - lineHeight) + 'px'; + content.style.left = left + 'px'; + content.style.top = (dataPoint.screen.y - lineHeight - contentHeight) + 'px'; + dot.style.left = (dataPoint.screen.x - dotWidth / 2) + 'px'; + dot.style.top = (dataPoint.screen.y - dotHeight / 2) + 'px'; }; /** - * Initialize the data from the data table. Calculate minimum and maximum values - * and column index values - * @param {Array | DataSet | DataView} rawData The data containing the items for the Graph. - * @param {Number} style Style Number + * Hide the tooltip when displayed + * @private */ - Graph3d.prototype._dataInitialize = function (rawData, style) { - var me = this; + Graph3d.prototype._hideTooltip = function () { + if (this.tooltip) { + this.tooltip.dataPoint = null; - // unsubscribe from the dataTable - if (this.dataSet) { - this.dataSet.off('*', this._onChange); + for (var prop in this.tooltip.dom) { + if (this.tooltip.dom.hasOwnProperty(prop)) { + var elem = this.tooltip.dom[prop]; + if (elem && elem.parentNode) { + elem.parentNode.removeChild(elem); + } + } + } } + }; - if (rawData === undefined) - return; - - if (Array.isArray(rawData)) { - rawData = new DataSet(rawData); - } + /**--------------------------------------------------------------------------**/ - var data; - if (rawData instanceof DataSet || rawData instanceof DataView) { - data = rawData.get(); - } - else { - throw new Error('Array, DataSet, or DataView expected'); - } - if (data.length == 0) - return; + /** + * Get the horizontal mouse position from a mouse event + * @param {Event} event + * @return {Number} mouse x + */ + function getMouseX (event) { + if ('clientX' in event) return event.clientX; + return event.targetTouches[0] && event.targetTouches[0].clientX || 0; + } - this.dataSet = rawData; - this.dataTable = data; + /** + * Get the vertical mouse position from a mouse event + * @param {Event} event + * @return {Number} mouse y + */ + function getMouseY (event) { + if ('clientY' in event) return event.clientY; + return event.targetTouches[0] && event.targetTouches[0].clientY || 0; + } - // subscribe to changes in the dataset - this._onChange = function () { - me.setData(me.dataSet); - }; - this.dataSet.on('*', this._onChange); + module.exports = Graph3d; - // _determineColumnIndexes - // getNumberOfRows (points) - // getNumberOfColumns (x,y,z,v,t,t1,t2...) - // getDistinctValues (unique values?) - // getColumnRange - // determine the location of x,y,z,value,filter columns - this.colX = 'x'; - this.colY = 'y'; - this.colZ = 'z'; - this.colValue = 'style'; - this.colFilter = 'filter'; +/***/ }, +/* 7 */ +/***/ function(module, exports, __webpack_require__) { + var Point3d = __webpack_require__(10); + /** + * @class Camera + * The camera is mounted on a (virtual) camera arm. The camera arm can rotate + * The camera is always looking in the direction of the origin of the arm. + * This way, the camera always rotates around one fixed point, the location + * of the camera arm. + * + * Documentation: + * http://en.wikipedia.org/wiki/3D_projection + */ + function Camera() { + this.armLocation = new Point3d(); + this.armRotation = {}; + this.armRotation.horizontal = 0; + this.armRotation.vertical = 0; + this.armLength = 1.7; - // check if a filter column is provided - if (data[0].hasOwnProperty('filter')) { - if (this.dataFilter === undefined) { - this.dataFilter = new Filter(rawData, this.colFilter, this); - this.dataFilter.setOnLoadCallback(function() {me.redraw();}); - } - } + this.cameraLocation = new Point3d(); + this.cameraRotation = new Point3d(0.5*Math.PI, 0, 0); + this.calculateCameraOrientation(); + } - var withBars = this.style == Graph3d.STYLE.BAR || - this.style == Graph3d.STYLE.BARCOLOR || - this.style == Graph3d.STYLE.BARSIZE; + /** + * Set the location (origin) of the arm + * @param {Number} x Normalized value of x + * @param {Number} y Normalized value of y + * @param {Number} z Normalized value of z + */ + Camera.prototype.setArmLocation = function(x, y, z) { + this.armLocation.x = x; + this.armLocation.y = y; + this.armLocation.z = z; - // determine barWidth from data - if (withBars) { - if (this.defaultXBarWidth !== undefined) { - this.xBarWidth = this.defaultXBarWidth; - } - else { - var dataX = this.getDistinctValues(data,this.colX); - this.xBarWidth = (dataX[1] - dataX[0]) || 1; - } + this.calculateCameraOrientation(); + }; - if (this.defaultYBarWidth !== undefined) { - this.yBarWidth = this.defaultYBarWidth; - } - else { - var dataY = this.getDistinctValues(data,this.colY); - this.yBarWidth = (dataY[1] - dataY[0]) || 1; - } + /** + * Set the rotation of the camera arm + * @param {Number} horizontal The horizontal rotation, between 0 and 2*PI. + * Optional, can be left undefined. + * @param {Number} vertical The vertical rotation, between 0 and 0.5*PI + * if vertical=0.5*PI, the graph is shown from the + * top. Optional, can be left undefined. + */ + Camera.prototype.setArmRotation = function(horizontal, vertical) { + if (horizontal !== undefined) { + this.armRotation.horizontal = horizontal; } - // calculate minimums and maximums - var xRange = this.getColumnRange(data,this.colX); - if (withBars) { - xRange.min -= this.xBarWidth / 2; - xRange.max += this.xBarWidth / 2; + if (vertical !== undefined) { + this.armRotation.vertical = vertical; + if (this.armRotation.vertical < 0) this.armRotation.vertical = 0; + if (this.armRotation.vertical > 0.5*Math.PI) this.armRotation.vertical = 0.5*Math.PI; } - this.xMin = (this.defaultXMin !== undefined) ? this.defaultXMin : xRange.min; - this.xMax = (this.defaultXMax !== undefined) ? this.defaultXMax : xRange.max; - if (this.xMax <= this.xMin) this.xMax = this.xMin + 1; - this.xStep = (this.defaultXStep !== undefined) ? this.defaultXStep : (this.xMax-this.xMin)/5; - var yRange = this.getColumnRange(data,this.colY); - if (withBars) { - yRange.min -= this.yBarWidth / 2; - yRange.max += this.yBarWidth / 2; + if (horizontal !== undefined || vertical !== undefined) { + this.calculateCameraOrientation(); } - this.yMin = (this.defaultYMin !== undefined) ? this.defaultYMin : yRange.min; - this.yMax = (this.defaultYMax !== undefined) ? this.defaultYMax : yRange.max; - if (this.yMax <= this.yMin) this.yMax = this.yMin + 1; - this.yStep = (this.defaultYStep !== undefined) ? this.defaultYStep : (this.yMax-this.yMin)/5; - - var zRange = this.getColumnRange(data,this.colZ); - this.zMin = (this.defaultZMin !== undefined) ? this.defaultZMin : zRange.min; - this.zMax = (this.defaultZMax !== undefined) ? this.defaultZMax : zRange.max; - if (this.zMax <= this.zMin) this.zMax = this.zMin + 1; - this.zStep = (this.defaultZStep !== undefined) ? this.defaultZStep : (this.zMax-this.zMin)/5; + }; - if (this.colValue !== undefined) { - var valueRange = this.getColumnRange(data,this.colValue); - this.valueMin = (this.defaultValueMin !== undefined) ? this.defaultValueMin : valueRange.min; - this.valueMax = (this.defaultValueMax !== undefined) ? this.defaultValueMax : valueRange.max; - if (this.valueMax <= this.valueMin) this.valueMax = this.valueMin + 1; - } + /** + * Retrieve the current arm rotation + * @return {object} An object with parameters horizontal and vertical + */ + Camera.prototype.getArmRotation = function() { + var rot = {}; + rot.horizontal = this.armRotation.horizontal; + rot.vertical = this.armRotation.vertical; - // set the scale dependent on the ranges. - this._setScale(); + return rot; }; + /** + * Set the (normalized) length of the camera arm. + * @param {Number} length A length between 0.71 and 5.0 + */ + Camera.prototype.setArmLength = function(length) { + if (length === undefined) + return; + + this.armLength = length; + + // Radius must be larger than the corner of the graph, + // which has a distance of sqrt(0.5^2+0.5^2) = 0.71 from the center of the + // graph + if (this.armLength < 0.71) this.armLength = 0.71; + if (this.armLength > 5.0) this.armLength = 5.0; + this.calculateCameraOrientation(); + }; /** - * Filter the data based on the current filter - * @param {Array} data - * @return {Array} dataPoints Array with point objects which can be drawn on screen + * Retrieve the arm length + * @return {Number} length */ - Graph3d.prototype._getDataPoints = function (data) { - // TODO: store the created matrix dataPoints in the filters instead of reloading each time - var x, y, i, z, obj, point; - - var dataPoints = []; + Camera.prototype.getArmLength = function() { + return this.armLength; + }; - if (this.style === Graph3d.STYLE.GRID || - this.style === Graph3d.STYLE.SURFACE) { - // copy all values from the google data table to a matrix - // the provided values are supposed to form a grid of (x,y) positions + /** + * Retrieve the camera location + * @return {Point3d} cameraLocation + */ + Camera.prototype.getCameraLocation = function() { + return this.cameraLocation; + }; - // create two lists with all present x and y values - var dataX = []; - var dataY = []; - for (i = 0; i < this.getNumberOfRows(data); i++) { - x = data[i][this.colX] || 0; - y = data[i][this.colY] || 0; + /** + * Retrieve the camera rotation + * @return {Point3d} cameraRotation + */ + Camera.prototype.getCameraRotation = function() { + return this.cameraRotation; + }; - if (dataX.indexOf(x) === -1) { - dataX.push(x); - } - if (dataY.indexOf(y) === -1) { - dataY.push(y); - } - } + /** + * Calculate the location and rotation of the camera based on the + * position and orientation of the camera arm + */ + Camera.prototype.calculateCameraOrientation = function() { + // calculate location of the camera + this.cameraLocation.x = this.armLocation.x - this.armLength * Math.sin(this.armRotation.horizontal) * Math.cos(this.armRotation.vertical); + this.cameraLocation.y = this.armLocation.y - this.armLength * Math.cos(this.armRotation.horizontal) * Math.cos(this.armRotation.vertical); + this.cameraLocation.z = this.armLocation.z + this.armLength * Math.sin(this.armRotation.vertical); - var sortNumber = function (a, b) { - return a - b; - }; - dataX.sort(sortNumber); - dataY.sort(sortNumber); + // calculate rotation of the camera + this.cameraRotation.x = Math.PI/2 - this.armRotation.vertical; + this.cameraRotation.y = 0; + this.cameraRotation.z = -this.armRotation.horizontal; + }; - // create a grid, a 2d matrix, with all values. - var dataMatrix = []; // temporary data matrix - for (i = 0; i < data.length; i++) { - x = data[i][this.colX] || 0; - y = data[i][this.colY] || 0; - z = data[i][this.colZ] || 0; + module.exports = Camera; - var xIndex = dataX.indexOf(x); // TODO: implement Array().indexOf() for Internet Explorer - var yIndex = dataY.indexOf(y); +/***/ }, +/* 8 */ +/***/ function(module, exports, __webpack_require__) { - if (dataMatrix[xIndex] === undefined) { - dataMatrix[xIndex] = []; - } + var DataView = __webpack_require__(4); - var point3d = new Point3d(); - point3d.x = x; - point3d.y = y; - point3d.z = z; + /** + * @class Filter + * + * @param {DataSet} data The google data table + * @param {Number} column The index of the column to be filtered + * @param {Graph} graph The graph + */ + function Filter (data, column, graph) { + this.data = data; + this.column = column; + this.graph = graph; // the parent graph - obj = {}; - obj.point = point3d; - obj.trans = undefined; - obj.screen = undefined; - obj.bottom = new Point3d(x, y, this.zMin); + this.index = undefined; + this.value = undefined; - dataMatrix[xIndex][yIndex] = obj; + // read all distinct values and select the first one + this.values = graph.getDistinctValues(data.get(), this.column); - dataPoints.push(obj); - } + // sort both numeric and string values correctly + this.values.sort(function (a, b) { + return a > b ? 1 : a < b ? -1 : 0; + }); - // fill in the pointers to the neighbors. - for (x = 0; x < dataMatrix.length; x++) { - for (y = 0; y < dataMatrix[x].length; y++) { - if (dataMatrix[x][y]) { - dataMatrix[x][y].pointRight = (x < dataMatrix.length-1) ? dataMatrix[x+1][y] : undefined; - dataMatrix[x][y].pointTop = (y < dataMatrix[x].length-1) ? dataMatrix[x][y+1] : undefined; - dataMatrix[x][y].pointCross = - (x < dataMatrix.length-1 && y < dataMatrix[x].length-1) ? - dataMatrix[x+1][y+1] : - undefined; - } - } - } + if (this.values.length > 0) { + this.selectValue(0); } - else { // 'dot', 'dot-line', etc. - // copy all values from the google data table to a list with Point3d objects - for (i = 0; i < data.length; i++) { - point = new Point3d(); - point.x = data[i][this.colX] || 0; - point.y = data[i][this.colY] || 0; - point.z = data[i][this.colZ] || 0; - if (this.colValue !== undefined) { - point.value = data[i][this.colValue] || 0; - } + // create an array with the filtered datapoints. this will be loaded afterwards + this.dataPoints = []; - obj = {}; - obj.point = point; - obj.bottom = new Point3d(point.x, point.y, this.zMin); - obj.trans = undefined; - obj.screen = undefined; + this.loaded = false; + this.onLoadCallback = undefined; - dataPoints.push(obj); - } + if (graph.animationPreload) { + this.loaded = false; + this.loadInBackground(); + } + else { + this.loaded = true; } + }; - return dataPoints; + + /** + * Return the label + * @return {string} label + */ + Filter.prototype.isLoaded = function() { + return this.loaded; }; + /** - * Create the main frame for the Graph3d. - * This function is executed once when a Graph3d object is created. The frame - * contains a canvas, and this canvas contains all objects like the axis and - * nodes. + * Return the loaded progress + * @return {Number} percentage between 0 and 100 */ - Graph3d.prototype.create = function () { - // remove all elements from the container element. - while (this.containerElement.hasChildNodes()) { - this.containerElement.removeChild(this.containerElement.firstChild); + Filter.prototype.getLoadedProgress = function() { + var len = this.values.length; + + var i = 0; + while (this.dataPoints[i]) { + i++; } - this.frame = document.createElement('div'); - this.frame.style.position = 'relative'; - this.frame.style.overflow = 'hidden'; + return Math.round(i / len * 100); + }; - // create the graph canvas (HTML canvas element) - this.frame.canvas = document.createElement( 'canvas' ); - this.frame.canvas.style.position = 'relative'; - this.frame.appendChild(this.frame.canvas); - //if (!this.frame.canvas.getContext) { - { - var noCanvas = document.createElement( 'DIV' ); - noCanvas.style.color = 'red'; - noCanvas.style.fontWeight = 'bold' ; - noCanvas.style.padding = '10px'; - noCanvas.innerHTML = 'Error: your browser does not support HTML canvas'; - this.frame.canvas.appendChild(noCanvas); - } - this.frame.filter = document.createElement( 'div' ); - this.frame.filter.style.position = 'absolute'; - this.frame.filter.style.bottom = '0px'; - this.frame.filter.style.left = '0px'; - this.frame.filter.style.width = '100%'; - this.frame.appendChild(this.frame.filter); + /** + * Return the label + * @return {string} label + */ + Filter.prototype.getLabel = function() { + return this.graph.filterLabel; + }; - // add event listeners to handle moving and zooming the contents - var me = this; - var onmousedown = function (event) {me._onMouseDown(event);}; - var ontouchstart = function (event) {me._onTouchStart(event);}; - var onmousewheel = function (event) {me._onWheel(event);}; - var ontooltip = function (event) {me._onTooltip(event);}; - // TODO: these events are never cleaned up... can give a 'memory leakage' - util.addEventListener(this.frame.canvas, 'keydown', onkeydown); - util.addEventListener(this.frame.canvas, 'mousedown', onmousedown); - util.addEventListener(this.frame.canvas, 'touchstart', ontouchstart); - util.addEventListener(this.frame.canvas, 'mousewheel', onmousewheel); - util.addEventListener(this.frame.canvas, 'mousemove', ontooltip); + /** + * Return the columnIndex of the filter + * @return {Number} columnIndex + */ + Filter.prototype.getColumn = function() { + return this.column; + }; - // add the new graph to the container element - this.containerElement.appendChild(this.frame); + /** + * Return the currently selected value. Returns undefined if there is no selection + * @return {*} value + */ + Filter.prototype.getSelectedValue = function() { + if (this.index === undefined) + return undefined; + + return this.values[this.index]; }; + /** + * Retrieve all values of the filter + * @return {Array} values + */ + Filter.prototype.getValues = function() { + return this.values; + }; /** - * Set a new size for the graph - * @param {string} width Width in pixels or percentage (for example '800px' - * or '50%') - * @param {string} height Height in pixels or percentage (for example '400px' - * or '30%') + * Retrieve one value of the filter + * @param {Number} index + * @return {*} value */ - Graph3d.prototype.setSize = function(width, height) { - this.frame.style.width = width; - this.frame.style.height = height; + Filter.prototype.getValue = function(index) { + if (index >= this.values.length) + throw 'Error: index out of range'; - this._resizeCanvas(); + return this.values[index]; }; + /** - * Resize the canvas to the current size of the frame + * Retrieve the (filtered) dataPoints for the currently selected filter index + * @param {Number} [index] (optional) + * @return {Array} dataPoints */ - Graph3d.prototype._resizeCanvas = function() { - this.frame.canvas.style.width = '100%'; - this.frame.canvas.style.height = '100%'; + Filter.prototype._getDataPoints = function(index) { + if (index === undefined) + index = this.index; - this.frame.canvas.width = this.frame.canvas.clientWidth; - this.frame.canvas.height = this.frame.canvas.clientHeight; + if (index === undefined) + return []; - // adjust with for margin - this.frame.filter.style.width = (this.frame.canvas.clientWidth - 2 * 10) + 'px'; + var dataPoints; + if (this.dataPoints[index]) { + dataPoints = this.dataPoints[index]; + } + else { + var f = {}; + f.column = this.column; + f.value = this.values[index]; + + var dataView = new DataView(this.data,{filter: function (item) {return (item[f.column] == f.value);}}).get(); + dataPoints = this.graph._getDataPoints(dataView); + + this.dataPoints[index] = dataPoints; + } + + return dataPoints; }; + + /** - * Start animation + * Set a callback function when the filter is fully loaded. */ - Graph3d.prototype.animationStart = function() { - if (!this.frame.filter || !this.frame.filter.slider) - throw 'No animation available'; - - this.frame.filter.slider.play(); + Filter.prototype.setOnLoadCallback = function(callback) { + this.onLoadCallback = callback; }; /** - * Stop animation + * Add a value to the list with available values for this filter + * No double entries will be created. + * @param {Number} index */ - Graph3d.prototype.animationStop = function() { - if (!this.frame.filter || !this.frame.filter.slider) return; + Filter.prototype.selectValue = function(index) { + if (index >= this.values.length) + throw 'Error: index out of range'; - this.frame.filter.slider.stop(); + this.index = index; + this.value = this.values[index]; }; - /** - * Resize the center position based on the current values in this.defaultXCenter - * and this.defaultYCenter (which are strings with a percentage or a value - * in pixels). The center positions are the variables this.xCenter - * and this.yCenter + * Load all filtered rows in the background one by one + * Start this method without providing an index! */ - Graph3d.prototype._resizeCenter = function() { - // calculate the horizontal center position - if (this.defaultXCenter.charAt(this.defaultXCenter.length-1) === '%') { - this.xcenter = - parseFloat(this.defaultXCenter) / 100 * - this.frame.canvas.clientWidth; - } - else { - this.xcenter = parseFloat(this.defaultXCenter); // supposed to be in px - } + Filter.prototype.loadInBackground = function(index) { + if (index === undefined) + index = 0; - // calculate the vertical center position - if (this.defaultYCenter.charAt(this.defaultYCenter.length-1) === '%') { - this.ycenter = - parseFloat(this.defaultYCenter) / 100 * - (this.frame.canvas.clientHeight - this.frame.filter.clientHeight); + var frame = this.graph.frame; + + if (index < this.values.length) { + var dataPointsTemp = this._getDataPoints(index); + //this.graph.redrawInfo(); // TODO: not neat + + // create a progress box + if (frame.progress === undefined) { + frame.progress = document.createElement('DIV'); + frame.progress.style.position = 'absolute'; + frame.progress.style.color = 'gray'; + frame.appendChild(frame.progress); + } + var progress = this.getLoadedProgress(); + frame.progress.innerHTML = 'Loading animation... ' + progress + '%'; + // TODO: this is no nice solution... + frame.progress.style.bottom = 60 + 'px'; // TODO: use height of slider + frame.progress.style.left = 10 + 'px'; + + var me = this; + setTimeout(function() {me.loadInBackground(index+1);}, 10); + this.loaded = false; } else { - this.ycenter = parseFloat(this.defaultYCenter); // supposed to be in px + this.loaded = true; + + // remove the progress box + if (frame.progress !== undefined) { + frame.removeChild(frame.progress); + frame.progress = undefined; + } + + if (this.onLoadCallback) + this.onLoadCallback(); } }; + module.exports = Filter; + + +/***/ }, +/* 9 */ +/***/ function(module, exports, __webpack_require__) { + /** - * Set the rotation and distance of the camera - * @param {Object} pos An object with the camera position. The object - * contains three parameters: - * - horizontal {Number} - * The horizontal rotation, between 0 and 2*PI. - * Optional, can be left undefined. - * - vertical {Number} - * The vertical rotation, between 0 and 0.5*PI - * if vertical=0.5*PI, the graph is shown from the - * top. Optional, can be left undefined. - * - distance {Number} - * The (normalized) distance of the camera to the - * center of the graph, a value between 0.71 and 5.0. - * Optional, can be left undefined. + * @prototype Point2d + * @param {Number} [x] + * @param {Number} [y] */ - Graph3d.prototype.setCameraPosition = function(pos) { - if (pos === undefined) { - return; - } + function Point2d (x, y) { + this.x = x !== undefined ? x : 0; + this.y = y !== undefined ? y : 0; + } - if (pos.horizontal !== undefined && pos.vertical !== undefined) { - this.camera.setArmRotation(pos.horizontal, pos.vertical); - } + module.exports = Point2d; - if (pos.distance !== undefined) { - this.camera.setArmLength(pos.distance); - } - this.redraw(); +/***/ }, +/* 10 */ +/***/ function(module, exports, __webpack_require__) { + + /** + * @prototype Point3d + * @param {Number} [x] + * @param {Number} [y] + * @param {Number} [z] + */ + function Point3d(x, y, z) { + this.x = x !== undefined ? x : 0; + this.y = y !== undefined ? y : 0; + this.z = z !== undefined ? z : 0; + }; + + /** + * Subtract the two provided points, returns a-b + * @param {Point3d} a + * @param {Point3d} b + * @return {Point3d} a-b + */ + Point3d.subtract = function(a, b) { + var sub = new Point3d(); + sub.x = a.x - b.x; + sub.y = a.y - b.y; + sub.z = a.z - b.z; + return sub; }; - /** - * Retrieve the current camera rotation - * @return {object} An object with parameters horizontal, vertical, and - * distance + * Add the two provided points, returns a+b + * @param {Point3d} a + * @param {Point3d} b + * @return {Point3d} a+b */ - Graph3d.prototype.getCameraPosition = function() { - var pos = this.camera.getArmRotation(); - pos.distance = this.camera.getArmLength(); - return pos; + Point3d.add = function(a, b) { + var sum = new Point3d(); + sum.x = a.x + b.x; + sum.y = a.y + b.y; + sum.z = a.z + b.z; + return sum; }; /** - * Load data into the 3D Graph + * Calculate the average of two 3d points + * @param {Point3d} a + * @param {Point3d} b + * @return {Point3d} The average, (a+b)/2 */ - Graph3d.prototype._readData = function(data) { - // read the data - this._dataInitialize(data, this.style); - - - if (this.dataFilter) { - // apply filtering - this.dataPoints = this.dataFilter._getDataPoints(); - } - else { - // no filtering. load all data - this.dataPoints = this._getDataPoints(this.dataTable); - } - - // draw the filter - this._redrawFilter(); + Point3d.avg = function(a, b) { + return new Point3d( + (a.x + b.x) / 2, + (a.y + b.y) / 2, + (a.z + b.z) / 2 + ); }; /** - * Replace the dataset of the Graph3d - * @param {Array | DataSet | DataView} data + * Calculate the cross product of the two provided points, returns axb + * Documentation: http://en.wikipedia.org/wiki/Cross_product + * @param {Point3d} a + * @param {Point3d} b + * @return {Point3d} cross product axb */ - Graph3d.prototype.setData = function (data) { - this._readData(data); - this.redraw(); + Point3d.crossProduct = function(a, b) { + var crossproduct = new Point3d(); - // start animation when option is true - if (this.animationAutoStart && this.dataFilter) { - this.animationStart(); - } + crossproduct.x = a.y * b.z - a.z * b.y; + crossproduct.y = a.z * b.x - a.x * b.z; + crossproduct.z = a.x * b.y - a.y * b.x; + + return crossproduct; }; + /** - * Update the options. Options will be merged with current options - * @param {Object} options + * Rtrieve the length of the vector (or the distance from this point to the origin + * @return {Number} length */ - Graph3d.prototype.setOptions = function (options) { - var cameraPosition = undefined; + Point3d.prototype.length = function() { + return Math.sqrt( + this.x * this.x + + this.y * this.y + + this.z * this.z + ); + }; - this.animationStop(); + module.exports = Point3d; - if (options !== undefined) { - // retrieve parameter values - if (options.width !== undefined) this.width = options.width; - if (options.height !== undefined) this.height = options.height; - if (options.xCenter !== undefined) this.defaultXCenter = options.xCenter; - if (options.yCenter !== undefined) this.defaultYCenter = options.yCenter; +/***/ }, +/* 11 */ +/***/ function(module, exports, __webpack_require__) { - if (options.filterLabel !== undefined) this.filterLabel = options.filterLabel; - if (options.legendLabel !== undefined) this.legendLabel = options.legendLabel; - if (options.xLabel !== undefined) this.xLabel = options.xLabel; - if (options.yLabel !== undefined) this.yLabel = options.yLabel; - if (options.zLabel !== undefined) this.zLabel = options.zLabel; + var util = __webpack_require__(1); - if (options.xValueLabel !== undefined) this.xValueLabel = options.xValueLabel; - if (options.yValueLabel !== undefined) this.yValueLabel = options.yValueLabel; - if (options.zValueLabel !== undefined) this.zValueLabel = options.zValueLabel; + /** + * @constructor Slider + * + * An html slider control with start/stop/prev/next buttons + * @param {Element} container The element where the slider will be created + * @param {Object} options Available options: + * {boolean} visible If true (default) the + * slider is visible. + */ + function Slider(container, options) { + if (container === undefined) { + throw 'Error: No container element defined'; + } + this.container = container; + this.visible = (options && options.visible != undefined) ? options.visible : true; - if (options.style !== undefined) { - var styleNumber = this._getStyleNumber(options.style); - if (styleNumber !== -1) { - this.style = styleNumber; - } - } - if (options.showGrid !== undefined) this.showGrid = options.showGrid; - if (options.showPerspective !== undefined) this.showPerspective = options.showPerspective; - if (options.showShadow !== undefined) this.showShadow = options.showShadow; - if (options.tooltip !== undefined) this.showTooltip = options.tooltip; - if (options.showAnimationControls !== undefined) this.showAnimationControls = options.showAnimationControls; - if (options.keepAspectRatio !== undefined) this.keepAspectRatio = options.keepAspectRatio; - if (options.verticalRatio !== undefined) this.verticalRatio = options.verticalRatio; + if (this.visible) { + this.frame = document.createElement('DIV'); + //this.frame.style.backgroundColor = '#E5E5E5'; + this.frame.style.width = '100%'; + this.frame.style.position = 'relative'; + this.container.appendChild(this.frame); - if (options.animationInterval !== undefined) this.animationInterval = options.animationInterval; - if (options.animationPreload !== undefined) this.animationPreload = options.animationPreload; - if (options.animationAutoStart !== undefined)this.animationAutoStart = options.animationAutoStart; + this.frame.prev = document.createElement('INPUT'); + this.frame.prev.type = 'BUTTON'; + this.frame.prev.value = 'Prev'; + this.frame.appendChild(this.frame.prev); - if (options.xBarWidth !== undefined) this.defaultXBarWidth = options.xBarWidth; - if (options.yBarWidth !== undefined) this.defaultYBarWidth = options.yBarWidth; + this.frame.play = document.createElement('INPUT'); + this.frame.play.type = 'BUTTON'; + this.frame.play.value = 'Play'; + this.frame.appendChild(this.frame.play); - if (options.xMin !== undefined) this.defaultXMin = options.xMin; - if (options.xStep !== undefined) this.defaultXStep = options.xStep; - if (options.xMax !== undefined) this.defaultXMax = options.xMax; - if (options.yMin !== undefined) this.defaultYMin = options.yMin; - if (options.yStep !== undefined) this.defaultYStep = options.yStep; - if (options.yMax !== undefined) this.defaultYMax = options.yMax; - if (options.zMin !== undefined) this.defaultZMin = options.zMin; - if (options.zStep !== undefined) this.defaultZStep = options.zStep; - if (options.zMax !== undefined) this.defaultZMax = options.zMax; - if (options.valueMin !== undefined) this.defaultValueMin = options.valueMin; - if (options.valueMax !== undefined) this.defaultValueMax = options.valueMax; + this.frame.next = document.createElement('INPUT'); + this.frame.next.type = 'BUTTON'; + this.frame.next.value = 'Next'; + this.frame.appendChild(this.frame.next); - if (options.cameraPosition !== undefined) cameraPosition = options.cameraPosition; + this.frame.bar = document.createElement('INPUT'); + this.frame.bar.type = 'BUTTON'; + this.frame.bar.style.position = 'absolute'; + this.frame.bar.style.border = '1px solid red'; + this.frame.bar.style.width = '100px'; + this.frame.bar.style.height = '6px'; + this.frame.bar.style.borderRadius = '2px'; + this.frame.bar.style.MozBorderRadius = '2px'; + this.frame.bar.style.border = '1px solid #7F7F7F'; + this.frame.bar.style.backgroundColor = '#E5E5E5'; + this.frame.appendChild(this.frame.bar); - if (cameraPosition !== undefined) { - this.camera.setArmRotation(cameraPosition.horizontal, cameraPosition.vertical); - this.camera.setArmLength(cameraPosition.distance); - } - else { - this.camera.setArmRotation(1.0, 0.5); - this.camera.setArmLength(1.7); - } + this.frame.slide = document.createElement('INPUT'); + this.frame.slide.type = 'BUTTON'; + this.frame.slide.style.margin = '0px'; + this.frame.slide.value = ' '; + this.frame.slide.style.position = 'relative'; + this.frame.slide.style.left = '-100px'; + this.frame.appendChild(this.frame.slide); + + // create events + var me = this; + this.frame.slide.onmousedown = function (event) {me._onMouseDown(event);}; + this.frame.prev.onclick = function (event) {me.prev(event);}; + this.frame.play.onclick = function (event) {me.togglePlay(event);}; + this.frame.next.onclick = function (event) {me.next(event);}; } - this._setBackgroundColor(options && options.backgroundColor); + this.onChangeCallback = undefined; - this.setSize(this.width, this.height); + this.values = []; + this.index = undefined; - // re-load the data - if (this.dataTable) { - this.setData(this.dataTable); - } + this.playTimeout = undefined; + this.playInterval = 1000; // milliseconds + this.playLoop = true; + } - // start animation when option is true - if (this.animationAutoStart && this.dataFilter) { - this.animationStart(); + /** + * Select the previous index + */ + Slider.prototype.prev = function() { + var index = this.getIndex(); + if (index > 0) { + index--; + this.setIndex(index); } }; /** - * Redraw the Graph. + * Select the next index */ - Graph3d.prototype.redraw = function() { - if (this.dataPoints === undefined) { - throw 'Error: graph data not initialized'; + Slider.prototype.next = function() { + var index = this.getIndex(); + if (index < this.values.length - 1) { + index++; + this.setIndex(index); } + }; - this._resizeCanvas(); - this._resizeCenter(); - this._redrawSlider(); - this._redrawClear(); - this._redrawAxis(); + /** + * Select the next index + */ + Slider.prototype.playNext = function() { + var start = new Date(); - if (this.style === Graph3d.STYLE.GRID || - this.style === Graph3d.STYLE.SURFACE) { - this._redrawDataGrid(); - } - else if (this.style === Graph3d.STYLE.LINE) { - this._redrawDataLine(); - } - else if (this.style === Graph3d.STYLE.BAR || - this.style === Graph3d.STYLE.BARCOLOR || - this.style === Graph3d.STYLE.BARSIZE) { - this._redrawDataBar(); + var index = this.getIndex(); + if (index < this.values.length - 1) { + index++; + this.setIndex(index); } - else { - // style is DOT, DOTLINE, DOTCOLOR, DOTSIZE - this._redrawDataDot(); + else if (this.playLoop) { + // jump to the start + index = 0; + this.setIndex(index); } - this._redrawInfo(); - this._redrawLegend(); + var end = new Date(); + var diff = (end - start); + + // calculate how much time it to to set the index and to execute the callback + // function. + var interval = Math.max(this.playInterval - diff, 0); + // document.title = diff // TODO: cleanup + + var me = this; + this.playTimeout = setTimeout(function() {me.playNext();}, interval); }; /** - * Clear the canvas before redrawing + * Toggle start or stop playing */ - Graph3d.prototype._redrawClear = function() { - var canvas = this.frame.canvas; - var ctx = canvas.getContext('2d'); - - ctx.clearRect(0, 0, canvas.width, canvas.height); + Slider.prototype.togglePlay = function() { + if (this.playTimeout === undefined) { + this.play(); + } else { + this.stop(); + } }; - /** - * Redraw the legend showing the colors + * Start playing */ - Graph3d.prototype._redrawLegend = function() { - var y; + Slider.prototype.play = function() { + // Test whether already playing + if (this.playTimeout) return; - if (this.style === Graph3d.STYLE.DOTCOLOR || - this.style === Graph3d.STYLE.DOTSIZE) { + this.playNext(); - var dotSize = this.frame.clientWidth * 0.02; + if (this.frame) { + this.frame.play.value = 'Stop'; + } + }; - var widthMin, widthMax; - if (this.style === Graph3d.STYLE.DOTSIZE) { - widthMin = dotSize / 2; // px - widthMax = dotSize / 2 + dotSize * 2; // Todo: put this in one function - } - else { - widthMin = 20; // px - widthMax = 20; // px - } + /** + * Stop playing + */ + Slider.prototype.stop = function() { + clearInterval(this.playTimeout); + this.playTimeout = undefined; - var height = Math.max(this.frame.clientHeight * 0.25, 100); - var top = this.margin; - var right = this.frame.clientWidth - this.margin; - var left = right - widthMax; - var bottom = top + height; + if (this.frame) { + this.frame.play.value = 'Play'; } + }; - var canvas = this.frame.canvas; - var ctx = canvas.getContext('2d'); - ctx.lineWidth = 1; - ctx.font = '14px arial'; // TODO: put in options + /** + * Set a callback function which will be triggered when the value of the + * slider bar has changed. + */ + Slider.prototype.setOnChangeCallback = function(callback) { + this.onChangeCallback = callback; + }; - if (this.style === Graph3d.STYLE.DOTCOLOR) { - // draw the color bar - var ymin = 0; - var ymax = height; // Todo: make height customizable - for (y = ymin; y < ymax; y++) { - var f = (y - ymin) / (ymax - ymin); + /** + * Set the interval for playing the list + * @param {Number} interval The interval in milliseconds + */ + Slider.prototype.setPlayInterval = function(interval) { + this.playInterval = interval; + }; - //var width = (dotSize / 2 + (1-f) * dotSize * 2); // Todo: put this in one function - var hue = f * 240; - var color = this._hsv2rgb(hue, 1, 1); + /** + * Retrieve the current play interval + * @return {Number} interval The interval in milliseconds + */ + Slider.prototype.getPlayInterval = function(interval) { + return this.playInterval; + }; - ctx.strokeStyle = color; - ctx.beginPath(); - ctx.moveTo(left, top + y); - ctx.lineTo(right, top + y); - ctx.stroke(); - } + /** + * Set looping on or off + * @pararm {boolean} doLoop If true, the slider will jump to the start when + * the end is passed, and will jump to the end + * when the start is passed. + */ + Slider.prototype.setPlayLoop = function(doLoop) { + this.playLoop = doLoop; + }; - ctx.strokeStyle = this.colorAxis; - ctx.strokeRect(left, top, widthMax, height); + + /** + * Execute the onchange callback function + */ + Slider.prototype.onChange = function() { + if (this.onChangeCallback !== undefined) { + this.onChangeCallback(); } + }; - if (this.style === Graph3d.STYLE.DOTSIZE) { - // draw border around color bar - ctx.strokeStyle = this.colorAxis; - ctx.fillStyle = this.colorDot; - ctx.beginPath(); - ctx.moveTo(left, top); - ctx.lineTo(right, top); - ctx.lineTo(right - widthMax + widthMin, bottom); - ctx.lineTo(left, bottom); - ctx.closePath(); - ctx.fill(); - ctx.stroke(); + /** + * redraw the slider on the correct place + */ + Slider.prototype.redraw = function() { + if (this.frame) { + // resize the bar + this.frame.bar.style.top = (this.frame.clientHeight/2 - + this.frame.bar.offsetHeight/2) + 'px'; + this.frame.bar.style.width = (this.frame.clientWidth - + this.frame.prev.clientWidth - + this.frame.play.clientWidth - + this.frame.next.clientWidth - 30) + 'px'; + + // position the slider button + var left = this.indexToLeft(this.index); + this.frame.slide.style.left = (left) + 'px'; } + }; - if (this.style === Graph3d.STYLE.DOTCOLOR || - this.style === Graph3d.STYLE.DOTSIZE) { - // print values along the color bar - var gridLineLen = 5; // px - var step = new StepNumber(this.valueMin, this.valueMax, (this.valueMax-this.valueMin)/5, true); - step.start(); - if (step.getCurrent() < this.valueMin) { - step.next(); - } - while (!step.end()) { - y = bottom - (step.getCurrent() - this.valueMin) / (this.valueMax - this.valueMin) * height; - ctx.beginPath(); - ctx.moveTo(left - gridLineLen, y); - ctx.lineTo(left, y); - ctx.stroke(); + /** + * Set the list with values for the slider + * @param {Array} values A javascript array with values (any type) + */ + Slider.prototype.setValues = function(values) { + this.values = values; - ctx.textAlign = 'right'; - ctx.textBaseline = 'middle'; - ctx.fillStyle = this.colorAxis; - ctx.fillText(step.getCurrent(), left - 2 * gridLineLen, y); + if (this.values.length > 0) + this.setIndex(0); + else + this.index = undefined; + }; - step.next(); - } + /** + * Select a value by its index + * @param {Number} index + */ + Slider.prototype.setIndex = function(index) { + if (index < this.values.length) { + this.index = index; - ctx.textAlign = 'right'; - ctx.textBaseline = 'top'; - var label = this.legendLabel; - ctx.fillText(label, right, bottom + this.margin); + this.redraw(); + this.onChange(); + } + else { + throw 'Error: index out of range'; } }; /** - * Redraw the filter + * retrieve the index of the currently selected vaue + * @return {Number} index */ - Graph3d.prototype._redrawFilter = function() { - this.frame.filter.innerHTML = ''; + Slider.prototype.getIndex = function() { + return this.index; + }; - if (this.dataFilter) { - var options = { - 'visible': this.showAnimationControls - }; - var slider = new Slider(this.frame.filter, options); - this.frame.filter.slider = slider; - // TODO: css here is not nice here... - this.frame.filter.style.padding = '10px'; - //this.frame.filter.style.backgroundColor = '#EFEFEF'; + /** + * retrieve the currently selected value + * @return {*} value + */ + Slider.prototype.get = function() { + return this.values[this.index]; + }; - slider.setValues(this.dataFilter.values); - slider.setPlayInterval(this.animationInterval); - // create an event handler - var me = this; - var onchange = function () { - var index = slider.getIndex(); + Slider.prototype._onMouseDown = function(event) { + // only react on left mouse button down + var leftButtonDown = event.which ? (event.which === 1) : (event.button === 1); + if (!leftButtonDown) return; - me.dataFilter.selectValue(index); - me.dataPoints = me.dataFilter._getDataPoints(); + this.startClientX = event.clientX; + this.startSlideX = parseFloat(this.frame.slide.style.left); - me.redraw(); - }; - slider.setOnChangeCallback(onchange); - } - else { - this.frame.filter.slider = undefined; - } - }; + this.frame.style.cursor = 'move'; - /** - * Redraw the slider - */ - Graph3d.prototype._redrawSlider = function() { - if ( this.frame.filter.slider !== undefined) { - this.frame.filter.slider.redraw(); - } + // add event listeners to handle moving the contents + // we store the function onmousemove and onmouseup in the graph, so we can + // remove the eventlisteners lateron in the function mouseUp() + var me = this; + this.onmousemove = function (event) {me._onMouseMove(event);}; + this.onmouseup = function (event) {me._onMouseUp(event);}; + util.addEventListener(document, 'mousemove', this.onmousemove); + util.addEventListener(document, 'mouseup', this.onmouseup); + util.preventDefault(event); }; - /** - * Redraw common information - */ - Graph3d.prototype._redrawInfo = function() { - if (this.dataFilter) { - var canvas = this.frame.canvas; - var ctx = canvas.getContext('2d'); + Slider.prototype.leftToIndex = function (left) { + var width = parseFloat(this.frame.bar.style.width) - + this.frame.slide.clientWidth - 10; + var x = left - 3; - ctx.font = '14px arial'; // TODO: put in options - ctx.lineStyle = 'gray'; - ctx.fillStyle = 'gray'; - ctx.textAlign = 'left'; - ctx.textBaseline = 'top'; + var index = Math.round(x / width * (this.values.length-1)); + if (index < 0) index = 0; + if (index > this.values.length-1) index = this.values.length-1; - var x = this.margin; - var y = this.margin; - ctx.fillText(this.dataFilter.getLabel() + ': ' + this.dataFilter.getSelectedValue(), x, y); - } + return index; }; + Slider.prototype.indexToLeft = function (index) { + var width = parseFloat(this.frame.bar.style.width) - + this.frame.slide.clientWidth - 10; - /** - * Redraw the axis - */ - Graph3d.prototype._redrawAxis = function() { - var canvas = this.frame.canvas, - ctx = canvas.getContext('2d'), - from, to, step, prettyStep, - text, xText, yText, zText, - offset, xOffset, yOffset, - xMin2d, xMax2d; + var x = index / (this.values.length-1) * width; + var left = x + 3; - // TODO: get the actual rendered style of the containerElement - //ctx.font = this.containerElement.style.font; - ctx.font = 24 / this.camera.getArmLength() + 'px arial'; + return left; + }; - // calculate the length for the short grid lines - var gridLenX = 0.025 / this.scale.x; - var gridLenY = 0.025 / this.scale.y; - var textMargin = 5 / this.camera.getArmLength(); // px - var armAngle = this.camera.getArmRotation().horizontal; - // draw x-grid lines - ctx.lineWidth = 1; - prettyStep = (this.defaultXStep === undefined); - step = new StepNumber(this.xMin, this.xMax, this.xStep, prettyStep); - step.start(); - if (step.getCurrent() < this.xMin) { - step.next(); - } - while (!step.end()) { - var x = step.getCurrent(); - if (this.showGrid) { - from = this._convert3Dto2D(new Point3d(x, this.yMin, this.zMin)); - to = this._convert3Dto2D(new Point3d(x, this.yMax, this.zMin)); - ctx.strokeStyle = this.colorGrid; - ctx.beginPath(); - ctx.moveTo(from.x, from.y); - ctx.lineTo(to.x, to.y); - ctx.stroke(); - } - else { - from = this._convert3Dto2D(new Point3d(x, this.yMin, this.zMin)); - to = this._convert3Dto2D(new Point3d(x, this.yMin+gridLenX, this.zMin)); - ctx.strokeStyle = this.colorAxis; - ctx.beginPath(); - ctx.moveTo(from.x, from.y); - ctx.lineTo(to.x, to.y); - ctx.stroke(); + Slider.prototype._onMouseMove = function (event) { + var diff = event.clientX - this.startClientX; + var x = this.startSlideX + diff; - from = this._convert3Dto2D(new Point3d(x, this.yMax, this.zMin)); - to = this._convert3Dto2D(new Point3d(x, this.yMax-gridLenX, this.zMin)); - ctx.strokeStyle = this.colorAxis; - ctx.beginPath(); - ctx.moveTo(from.x, from.y); - ctx.lineTo(to.x, to.y); - ctx.stroke(); - } + var index = this.leftToIndex(x); - yText = (Math.cos(armAngle) > 0) ? this.yMin : this.yMax; - text = this._convert3Dto2D(new Point3d(x, yText, this.zMin)); - if (Math.cos(armAngle * 2) > 0) { - ctx.textAlign = 'center'; - ctx.textBaseline = 'top'; - text.y += textMargin; - } - else if (Math.sin(armAngle * 2) < 0){ - ctx.textAlign = 'right'; - ctx.textBaseline = 'middle'; - } - else { - ctx.textAlign = 'left'; - ctx.textBaseline = 'middle'; - } - ctx.fillStyle = this.colorAxis; - ctx.fillText(' ' + this.xValueLabel(step.getCurrent()) + ' ', text.x, text.y); + this.setIndex(index); - step.next(); - } + util.preventDefault(); + }; - // draw y-grid lines - ctx.lineWidth = 1; - prettyStep = (this.defaultYStep === undefined); - step = new StepNumber(this.yMin, this.yMax, this.yStep, prettyStep); - step.start(); - if (step.getCurrent() < this.yMin) { - step.next(); - } - while (!step.end()) { - if (this.showGrid) { - from = this._convert3Dto2D(new Point3d(this.xMin, step.getCurrent(), this.zMin)); - to = this._convert3Dto2D(new Point3d(this.xMax, step.getCurrent(), this.zMin)); - ctx.strokeStyle = this.colorGrid; - ctx.beginPath(); - ctx.moveTo(from.x, from.y); - ctx.lineTo(to.x, to.y); - ctx.stroke(); - } - else { - from = this._convert3Dto2D(new Point3d(this.xMin, step.getCurrent(), this.zMin)); - to = this._convert3Dto2D(new Point3d(this.xMin+gridLenY, step.getCurrent(), this.zMin)); - ctx.strokeStyle = this.colorAxis; - ctx.beginPath(); - ctx.moveTo(from.x, from.y); - ctx.lineTo(to.x, to.y); - ctx.stroke(); - from = this._convert3Dto2D(new Point3d(this.xMax, step.getCurrent(), this.zMin)); - to = this._convert3Dto2D(new Point3d(this.xMax-gridLenY, step.getCurrent(), this.zMin)); - ctx.strokeStyle = this.colorAxis; - ctx.beginPath(); - ctx.moveTo(from.x, from.y); - ctx.lineTo(to.x, to.y); - ctx.stroke(); - } + Slider.prototype._onMouseUp = function (event) { + this.frame.style.cursor = 'auto'; - xText = (Math.sin(armAngle ) > 0) ? this.xMin : this.xMax; - text = this._convert3Dto2D(new Point3d(xText, step.getCurrent(), this.zMin)); - if (Math.cos(armAngle * 2) < 0) { - ctx.textAlign = 'center'; - ctx.textBaseline = 'top'; - text.y += textMargin; - } - else if (Math.sin(armAngle * 2) > 0){ - ctx.textAlign = 'right'; - ctx.textBaseline = 'middle'; - } - else { - ctx.textAlign = 'left'; - ctx.textBaseline = 'middle'; - } - ctx.fillStyle = this.colorAxis; - ctx.fillText(' ' + this.yValueLabel(step.getCurrent()) + ' ', text.x, text.y); + // remove event listeners + util.removeEventListener(document, 'mousemove', this.onmousemove); + util.removeEventListener(document, 'mouseup', this.onmouseup); - step.next(); - } + util.preventDefault(); + }; - // draw z-grid lines and axis - ctx.lineWidth = 1; - prettyStep = (this.defaultZStep === undefined); - step = new StepNumber(this.zMin, this.zMax, this.zStep, prettyStep); - step.start(); - if (step.getCurrent() < this.zMin) { - step.next(); - } - xText = (Math.cos(armAngle ) > 0) ? this.xMin : this.xMax; - yText = (Math.sin(armAngle ) < 0) ? this.yMin : this.yMax; - while (!step.end()) { - // TODO: make z-grid lines really 3d? - from = this._convert3Dto2D(new Point3d(xText, yText, step.getCurrent())); - ctx.strokeStyle = this.colorAxis; - ctx.beginPath(); - ctx.moveTo(from.x, from.y); - ctx.lineTo(from.x - textMargin, from.y); - ctx.stroke(); + module.exports = Slider; - ctx.textAlign = 'right'; - ctx.textBaseline = 'middle'; - ctx.fillStyle = this.colorAxis; - ctx.fillText(this.zValueLabel(step.getCurrent()) + ' ', from.x - 5, from.y); - step.next(); - } - ctx.lineWidth = 1; - from = this._convert3Dto2D(new Point3d(xText, yText, this.zMin)); - to = this._convert3Dto2D(new Point3d(xText, yText, this.zMax)); - ctx.strokeStyle = this.colorAxis; - ctx.beginPath(); - ctx.moveTo(from.x, from.y); - ctx.lineTo(to.x, to.y); - ctx.stroke(); +/***/ }, +/* 12 */ +/***/ function(module, exports, __webpack_require__) { - // draw x-axis - ctx.lineWidth = 1; - // line at yMin - xMin2d = this._convert3Dto2D(new Point3d(this.xMin, this.yMin, this.zMin)); - xMax2d = this._convert3Dto2D(new Point3d(this.xMax, this.yMin, this.zMin)); - ctx.strokeStyle = this.colorAxis; - ctx.beginPath(); - ctx.moveTo(xMin2d.x, xMin2d.y); - ctx.lineTo(xMax2d.x, xMax2d.y); - ctx.stroke(); - // line at ymax - xMin2d = this._convert3Dto2D(new Point3d(this.xMin, this.yMax, this.zMin)); - xMax2d = this._convert3Dto2D(new Point3d(this.xMax, this.yMax, this.zMin)); - ctx.strokeStyle = this.colorAxis; - ctx.beginPath(); - ctx.moveTo(xMin2d.x, xMin2d.y); - ctx.lineTo(xMax2d.x, xMax2d.y); - ctx.stroke(); + /** + * @prototype StepNumber + * The class StepNumber is an iterator for Numbers. You provide a start and end + * value, and a best step size. StepNumber itself rounds to fixed values and + * a finds the step that best fits the provided step. + * + * If prettyStep is true, the step size is chosen as close as possible to the + * provided step, but being a round value like 1, 2, 5, 10, 20, 50, .... + * + * Example usage: + * var step = new StepNumber(0, 10, 2.5, true); + * step.start(); + * while (!step.end()) { + * alert(step.getCurrent()); + * step.next(); + * } + * + * Version: 1.0 + * + * @param {Number} start The start value + * @param {Number} end The end value + * @param {Number} step Optional. Step size. Must be a positive value. + * @param {boolean} prettyStep Optional. If true, the step size is rounded + * To a pretty step size (like 1, 2, 5, 10, 20, 50, ...) + */ + function StepNumber(start, end, step, prettyStep) { + // set default values + this._start = 0; + this._end = 0; + this._step = 1; + this.prettyStep = true; + this.precision = 5; - // draw y-axis - ctx.lineWidth = 1; - // line at xMin - from = this._convert3Dto2D(new Point3d(this.xMin, this.yMin, this.zMin)); - to = this._convert3Dto2D(new Point3d(this.xMin, this.yMax, this.zMin)); - ctx.strokeStyle = this.colorAxis; - ctx.beginPath(); - ctx.moveTo(from.x, from.y); - ctx.lineTo(to.x, to.y); - ctx.stroke(); - // line at xMax - from = this._convert3Dto2D(new Point3d(this.xMax, this.yMin, this.zMin)); - to = this._convert3Dto2D(new Point3d(this.xMax, this.yMax, this.zMin)); - ctx.strokeStyle = this.colorAxis; - ctx.beginPath(); - ctx.moveTo(from.x, from.y); - ctx.lineTo(to.x, to.y); - ctx.stroke(); + this._current = 0; + this.setRange(start, end, step, prettyStep); + }; - // draw x-label - var xLabel = this.xLabel; - if (xLabel.length > 0) { - yOffset = 0.1 / this.scale.y; - xText = (this.xMin + this.xMax) / 2; - yText = (Math.cos(armAngle) > 0) ? this.yMin - yOffset: this.yMax + yOffset; - text = this._convert3Dto2D(new Point3d(xText, yText, this.zMin)); - if (Math.cos(armAngle * 2) > 0) { - ctx.textAlign = 'center'; - ctx.textBaseline = 'top'; - } - else if (Math.sin(armAngle * 2) < 0){ - ctx.textAlign = 'right'; - ctx.textBaseline = 'middle'; - } - else { - ctx.textAlign = 'left'; - ctx.textBaseline = 'middle'; - } - ctx.fillStyle = this.colorAxis; - ctx.fillText(xLabel, text.x, text.y); - } + /** + * Set a new range: start, end and step. + * + * @param {Number} start The start value + * @param {Number} end The end value + * @param {Number} step Optional. Step size. Must be a positive value. + * @param {boolean} prettyStep Optional. If true, the step size is rounded + * To a pretty step size (like 1, 2, 5, 10, 20, 50, ...) + */ + StepNumber.prototype.setRange = function(start, end, step, prettyStep) { + this._start = start ? start : 0; + this._end = end ? end : 0; - // draw y-label - var yLabel = this.yLabel; - if (yLabel.length > 0) { - xOffset = 0.1 / this.scale.x; - xText = (Math.sin(armAngle ) > 0) ? this.xMin - xOffset : this.xMax + xOffset; - yText = (this.yMin + this.yMax) / 2; - text = this._convert3Dto2D(new Point3d(xText, yText, this.zMin)); - if (Math.cos(armAngle * 2) < 0) { - ctx.textAlign = 'center'; - ctx.textBaseline = 'top'; - } - else if (Math.sin(armAngle * 2) > 0){ - ctx.textAlign = 'right'; - ctx.textBaseline = 'middle'; - } - else { - ctx.textAlign = 'left'; - ctx.textBaseline = 'middle'; - } - ctx.fillStyle = this.colorAxis; - ctx.fillText(yLabel, text.x, text.y); - } + this.setStep(step, prettyStep); + }; - // draw z-label - var zLabel = this.zLabel; - if (zLabel.length > 0) { - offset = 30; // pixels. // TODO: relate to the max width of the values on the z axis? - xText = (Math.cos(armAngle ) > 0) ? this.xMin : this.xMax; - yText = (Math.sin(armAngle ) < 0) ? this.yMin : this.yMax; - zText = (this.zMin + this.zMax) / 2; - text = this._convert3Dto2D(new Point3d(xText, yText, zText)); - ctx.textAlign = 'right'; - ctx.textBaseline = 'middle'; - ctx.fillStyle = this.colorAxis; - ctx.fillText(zLabel, text.x - offset, text.y); - } + /** + * Set a new step size + * @param {Number} step New step size. Must be a positive value + * @param {boolean} prettyStep Optional. If true, the provided step is rounded + * to a pretty step size (like 1, 2, 5, 10, 20, 50, ...) + */ + StepNumber.prototype.setStep = function(step, prettyStep) { + if (step === undefined || step <= 0) + return; + + if (prettyStep !== undefined) + this.prettyStep = prettyStep; + + if (this.prettyStep === true) + this._step = StepNumber.calculatePrettyStep(step); + else + this._step = step; }; /** - * Calculate the color based on the given value. - * @param {Number} H Hue, a value be between 0 and 360 - * @param {Number} S Saturation, a value between 0 and 1 - * @param {Number} V Value, a value between 0 and 1 + * Calculate a nice step size, closest to the desired step size. + * Returns a value in one of the ranges 1*10^n, 2*10^n, or 5*10^n, where n is an + * integer Number. For example 1, 2, 5, 10, 20, 50, etc... + * @param {Number} step Desired step size + * @return {Number} Nice step size */ - Graph3d.prototype._hsv2rgb = function(H, S, V) { - var R, G, B, C, Hi, X; + StepNumber.calculatePrettyStep = function (step) { + var log10 = function (x) {return Math.log(x) / Math.LN10;}; - C = V * S; - Hi = Math.floor(H/60); // hi = 0,1,2,3,4,5 - X = C * (1 - Math.abs(((H/60) % 2) - 1)); + // try three steps (multiple of 1, 2, or 5 + var step1 = Math.pow(10, Math.round(log10(step))), + step2 = 2 * Math.pow(10, Math.round(log10(step / 2))), + step5 = 5 * Math.pow(10, Math.round(log10(step / 5))); - switch (Hi) { - case 0: R = C; G = X; B = 0; break; - case 1: R = X; G = C; B = 0; break; - case 2: R = 0; G = C; B = X; break; - case 3: R = 0; G = X; B = C; break; - case 4: R = X; G = 0; B = C; break; - case 5: R = C; G = 0; B = X; break; + // choose the best step (closest to minimum step) + var prettyStep = step1; + if (Math.abs(step2 - step) <= Math.abs(prettyStep - step)) prettyStep = step2; + if (Math.abs(step5 - step) <= Math.abs(prettyStep - step)) prettyStep = step5; - default: R = 0; G = 0; B = 0; break; + // for safety + if (prettyStep <= 0) { + prettyStep = 1; } - return 'RGB(' + parseInt(R*255) + ',' + parseInt(G*255) + ',' + parseInt(B*255) + ')'; + return prettyStep; }; + /** + * returns the current value of the step + * @return {Number} current value + */ + StepNumber.prototype.getCurrent = function () { + return parseFloat(this._current.toPrecision(this.precision)); + }; /** - * Draw all datapoints as a grid - * This function can be used when the style is 'grid' + * returns the current step size + * @return {Number} current step size */ - Graph3d.prototype._redrawDataGrid = function() { - var canvas = this.frame.canvas, - ctx = canvas.getContext('2d'), - point, right, top, cross, - i, - topSideVisible, fillStyle, strokeStyle, lineWidth, - h, s, v, zAvg; + StepNumber.prototype.getStep = function () { + return this._step; + }; + /** + * Set the current value to the largest value smaller than start, which + * is a multiple of the step size + */ + StepNumber.prototype.start = function() { + this._current = this._start - this._start % this._step; + }; - if (this.dataPoints === undefined || this.dataPoints.length <= 0) - return; // TODO: throw exception? + /** + * Do a step, add the step size to the current value + */ + StepNumber.prototype.next = function () { + this._current += this._step; + }; - // calculate the translations and screen position of all points - for (i = 0; i < this.dataPoints.length; i++) { - var trans = this._convertPointToTranslation(this.dataPoints[i].point); - var screen = this._convertTranslationToScreen(trans); + /** + * Returns true whether the end is reached + * @return {boolean} True if the current value has passed the end value. + */ + StepNumber.prototype.end = function () { + return (this._current > this._end); + }; - this.dataPoints[i].trans = trans; - this.dataPoints[i].screen = screen; + module.exports = StepNumber; - // calculate the translation of the point at the bottom (needed for sorting) - var transBottom = this._convertPointToTranslation(this.dataPoints[i].bottom); - this.dataPoints[i].dist = this.showPerspective ? transBottom.length() : -transBottom.z; + +/***/ }, +/* 13 */ +/***/ function(module, exports, __webpack_require__) { + + var Emitter = __webpack_require__(56); + var Hammer = __webpack_require__(45); + var util = __webpack_require__(1); + var DataSet = __webpack_require__(3); + var DataView = __webpack_require__(4); + var Range = __webpack_require__(17); + var Core = __webpack_require__(46); + var TimeAxis = __webpack_require__(30); + var CurrentTime = __webpack_require__(21); + var CustomTime = __webpack_require__(22); + var ItemSet = __webpack_require__(27); + + /** + * Create a timeline visualization + * @param {HTMLElement} container + * @param {vis.DataSet | Array | google.visualization.DataTable} [items] + * @param {vis.DataSet | Array | google.visualization.DataTable} [groups] + * @param {Object} [options] See Timeline.setOptions for the available options. + * @constructor + * @extends Core + */ + function Timeline (container, items, groups, options) { + if (!(this instanceof Timeline)) { + throw new SyntaxError('Constructor must be called with the new operator'); } - // sort the points on depth of their (x,y) position (not on z) - var sortDepth = function (a, b) { - return b.dist - a.dist; + // if the third element is options, the forth is groups (optionally); + if (!(Array.isArray(groups) || groups instanceof DataSet) && groups instanceof Object) { + var forthArgument = options; + options = groups; + groups = forthArgument; + } + + var me = this; + this.defaultOptions = { + start: null, + end: null, + + autoResize: true, + + orientation: 'bottom', + width: null, + height: null, + maxHeight: null, + minHeight: null }; - this.dataPoints.sort(sortDepth); + this.options = util.deepExtend({}, this.defaultOptions); - if (this.style === Graph3d.STYLE.SURFACE) { - for (i = 0; i < this.dataPoints.length; i++) { - point = this.dataPoints[i]; - right = this.dataPoints[i].pointRight; - top = this.dataPoints[i].pointTop; - cross = this.dataPoints[i].pointCross; + // Create the DOM, props, and emitter + this._create(container); - if (point !== undefined && right !== undefined && top !== undefined && cross !== undefined) { + // all components listed here will be repainted automatically + this.components = []; - if (this.showGrayBottom || this.showShadow) { - // calculate the cross product of the two vectors from center - // to left and right, in order to know whether we are looking at the - // bottom or at the top side. We can also use the cross product - // for calculating light intensity - var aDiff = Point3d.subtract(cross.trans, point.trans); - var bDiff = Point3d.subtract(top.trans, right.trans); - var crossproduct = Point3d.crossProduct(aDiff, bDiff); - var len = crossproduct.length(); - // FIXME: there is a bug with determining the surface side (shadow or colored) + this.body = { + dom: this.dom, + domProps: this.props, + emitter: { + on: this.on.bind(this), + off: this.off.bind(this), + emit: this.emit.bind(this) + }, + hiddenDates: [], + util: { + snap: null, // will be specified after TimeAxis is created + toScreen: me._toScreen.bind(me), + toGlobalScreen: me._toGlobalScreen.bind(me), // this refers to the root.width + toTime: me._toTime.bind(me), + toGlobalTime : me._toGlobalTime.bind(me) + } + }; - topSideVisible = (crossproduct.z > 0); - } - else { - topSideVisible = true; - } + // range + this.range = new Range(this.body); + this.components.push(this.range); + this.body.range = this.range; - if (topSideVisible) { - // calculate Hue from the current value. At zMin the hue is 240, at zMax the hue is 0 - zAvg = (point.point.z + right.point.z + top.point.z + cross.point.z) / 4; - h = (1 - (zAvg - this.zMin) * this.scale.z / this.verticalRatio) * 240; - s = 1; // saturation + // time axis + this.timeAxis = new TimeAxis(this.body); + this.components.push(this.timeAxis); + this.body.util.snap = this.timeAxis.snap.bind(this.timeAxis); - if (this.showShadow) { - v = Math.min(1 + (crossproduct.x / len) / 2, 1); // value. TODO: scale - fillStyle = this._hsv2rgb(h, s, v); - strokeStyle = fillStyle; - } - else { - v = 1; - fillStyle = this._hsv2rgb(h, s, v); - strokeStyle = this.colorAxis; - } - } - else { - fillStyle = 'gray'; - strokeStyle = this.colorAxis; - } - lineWidth = 0.5; + // current time bar + this.currentTime = new CurrentTime(this.body); + this.components.push(this.currentTime); - ctx.lineWidth = lineWidth; - ctx.fillStyle = fillStyle; - ctx.strokeStyle = strokeStyle; - ctx.beginPath(); - ctx.moveTo(point.screen.x, point.screen.y); - ctx.lineTo(right.screen.x, right.screen.y); - ctx.lineTo(cross.screen.x, cross.screen.y); - ctx.lineTo(top.screen.x, top.screen.y); - ctx.closePath(); - ctx.fill(); - ctx.stroke(); - } - } - } - else { // grid style - for (i = 0; i < this.dataPoints.length; i++) { - point = this.dataPoints[i]; - right = this.dataPoints[i].pointRight; - top = this.dataPoints[i].pointTop; + // custom time bar + // Note: time bar will be attached in this.setOptions when selected + this.customTime = new CustomTime(this.body); + this.components.push(this.customTime); - if (point !== undefined) { - if (this.showPerspective) { - lineWidth = 2 / -point.trans.z; - } - else { - lineWidth = 2 * -(this.eye.z / this.camera.getArmLength()); - } - } + // item set + this.itemSet = new ItemSet(this.body); + this.components.push(this.itemSet); - if (point !== undefined && right !== undefined) { - // calculate Hue from the current value. At zMin the hue is 240, at zMax the hue is 0 - zAvg = (point.point.z + right.point.z) / 2; - h = (1 - (zAvg - this.zMin) * this.scale.z / this.verticalRatio) * 240; + this.itemsData = null; // DataSet + this.groupsData = null; // DataSet - ctx.lineWidth = lineWidth; - ctx.strokeStyle = this._hsv2rgb(h, 1, 1); - ctx.beginPath(); - ctx.moveTo(point.screen.x, point.screen.y); - ctx.lineTo(right.screen.x, right.screen.y); - ctx.stroke(); - } + // apply options + if (options) { + this.setOptions(options); + } - if (point !== undefined && top !== undefined) { - // calculate Hue from the current value. At zMin the hue is 240, at zMax the hue is 0 - zAvg = (point.point.z + top.point.z) / 2; - h = (1 - (zAvg - this.zMin) * this.scale.z / this.verticalRatio) * 240; + // IMPORTANT: THIS HAPPENS BEFORE SET ITEMS! + if (groups) { + this.setGroups(groups); + } - ctx.lineWidth = lineWidth; - ctx.strokeStyle = this._hsv2rgb(h, 1, 1); - ctx.beginPath(); - ctx.moveTo(point.screen.x, point.screen.y); - ctx.lineTo(top.screen.x, top.screen.y); - ctx.stroke(); - } - } + // create itemset + if (items) { + this.setItems(items); } - }; + else { + this.redraw(); + } + } + // Extend the functionality from Core + Timeline.prototype = new Core(); /** - * Draw all datapoints as dots. - * This function can be used when the style is 'dot' or 'dot-line' + * Set items + * @param {vis.DataSet | Array | google.visualization.DataTable | null} items */ - Graph3d.prototype._redrawDataDot = function() { - var canvas = this.frame.canvas; - var ctx = canvas.getContext('2d'); - var i; - - if (this.dataPoints === undefined || this.dataPoints.length <= 0) - return; // TODO: throw exception? - - // calculate the translations of all points - for (i = 0; i < this.dataPoints.length; i++) { - var trans = this._convertPointToTranslation(this.dataPoints[i].point); - var screen = this._convertTranslationToScreen(trans); - this.dataPoints[i].trans = trans; - this.dataPoints[i].screen = screen; + Timeline.prototype.setItems = function(items) { + var initialLoad = (this.itemsData == null); - // calculate the distance from the point at the bottom to the camera - var transBottom = this._convertPointToTranslation(this.dataPoints[i].bottom); - this.dataPoints[i].dist = this.showPerspective ? transBottom.length() : -transBottom.z; + // convert to type DataSet when needed + var newDataSet; + if (!items) { + newDataSet = null; + } + else if (items instanceof DataSet || items instanceof DataView) { + newDataSet = items; + } + else { + // turn an array into a dataset + newDataSet = new DataSet(items, { + type: { + start: 'Date', + end: 'Date' + } + }); } - // order the translated points by depth - var sortDepth = function (a, b) { - return b.dist - a.dist; - }; - this.dataPoints.sort(sortDepth); - - // draw the datapoints as colored circles - var dotSize = this.frame.clientWidth * 0.02; // px - for (i = 0; i < this.dataPoints.length; i++) { - var point = this.dataPoints[i]; - - if (this.style === Graph3d.STYLE.DOTLINE) { - // draw a vertical line from the bottom to the graph value - //var from = this._convert3Dto2D(new Point3d(point.point.x, point.point.y, this.zMin)); - var from = this._convert3Dto2D(point.bottom); - ctx.lineWidth = 1; - ctx.strokeStyle = this.colorGrid; - ctx.beginPath(); - ctx.moveTo(from.x, from.y); - ctx.lineTo(point.screen.x, point.screen.y); - ctx.stroke(); - } + // set items + this.itemsData = newDataSet; + this.itemSet && this.itemSet.setItems(newDataSet); - // calculate radius for the circle - var size; - if (this.style === Graph3d.STYLE.DOTSIZE) { - size = dotSize/2 + 2*dotSize * (point.point.value - this.valueMin) / (this.valueMax - this.valueMin); - } - else { - size = dotSize; - } + if (initialLoad) { + if (this.options.start != undefined || this.options.end != undefined) { + if (this.options.start == undefined || this.options.end == undefined) { + var dataRange = this._getDataRange(); + } - var radius; - if (this.showPerspective) { - radius = size / -point.trans.z; - } - else { - radius = size * -(this.eye.z / this.camera.getArmLength()); - } - if (radius < 0) { - radius = 0; - } + var start = this.options.start != undefined ? this.options.start : dataRange.start; + var end = this.options.end != undefined ? this.options.end : dataRange.end; - var hue, color, borderColor; - if (this.style === Graph3d.STYLE.DOTCOLOR ) { - // calculate the color based on the value - hue = (1 - (point.point.value - this.valueMin) * this.scale.value) * 240; - color = this._hsv2rgb(hue, 1, 1); - borderColor = this._hsv2rgb(hue, 1, 0.8); - } - else if (this.style === Graph3d.STYLE.DOTSIZE) { - color = this.colorDot; - borderColor = this.colorDotBorder; + this.setWindow(start, end, {animate: false}); } else { - // calculate Hue from the current value. At zMin the hue is 240, at zMax the hue is 0 - hue = (1 - (point.point.z - this.zMin) * this.scale.z / this.verticalRatio) * 240; - color = this._hsv2rgb(hue, 1, 1); - borderColor = this._hsv2rgb(hue, 1, 0.8); + this.fit({animate: false}); } - - // draw the circle - ctx.lineWidth = 1.0; - ctx.strokeStyle = borderColor; - ctx.fillStyle = color; - ctx.beginPath(); - ctx.arc(point.screen.x, point.screen.y, radius, 0, Math.PI*2, true); - ctx.fill(); - ctx.stroke(); } }; /** - * Draw all datapoints as bars. - * This function can be used when the style is 'bar', 'bar-color', or 'bar-size' + * Set groups + * @param {vis.DataSet | Array | google.visualization.DataTable} groups */ - Graph3d.prototype._redrawDataBar = function() { - var canvas = this.frame.canvas; - var ctx = canvas.getContext('2d'); - var i, j, surface, corners; + Timeline.prototype.setGroups = function(groups) { + // convert to type DataSet when needed + var newDataSet; + if (!groups) { + newDataSet = null; + } + else if (groups instanceof DataSet || groups instanceof DataView) { + newDataSet = groups; + } + else { + // turn an array into a dataset + newDataSet = new DataSet(groups); + } - if (this.dataPoints === undefined || this.dataPoints.length <= 0) - return; // TODO: throw exception? + this.groupsData = newDataSet; + this.itemSet.setGroups(newDataSet); + }; - // calculate the translations of all points - for (i = 0; i < this.dataPoints.length; i++) { - var trans = this._convertPointToTranslation(this.dataPoints[i].point); - var screen = this._convertTranslationToScreen(trans); - this.dataPoints[i].trans = trans; - this.dataPoints[i].screen = screen; + /** + * Set selected items by their id. Replaces the current selection + * Unknown id's are silently ignored. + * @param {string[] | string} [ids] An array with zero or more id's of the items to be + * selected. If ids is an empty array, all items will be + * unselected. + * @param {Object} [options] Available options: + * `focus: boolean` + * If true, focus will be set to the selected item(s) + * `animate: boolean | number` + * If true (default), the range is animated + * smoothly to the new window. + * If a number, the number is taken as duration + * for the animation. Default duration is 500 ms. + * Only applicable when option focus is true. + */ + Timeline.prototype.setSelection = function(ids, options) { + this.itemSet && this.itemSet.setSelection(ids); - // calculate the distance from the point at the bottom to the camera - var transBottom = this._convertPointToTranslation(this.dataPoints[i].bottom); - this.dataPoints[i].dist = this.showPerspective ? transBottom.length() : -transBottom.z; + if (options && options.focus) { + this.focus(ids, options); } + }; - // order the translated points by depth - var sortDepth = function (a, b) { - return b.dist - a.dist; - }; - this.dataPoints.sort(sortDepth); + /** + * Get the selected items by their id + * @return {Array} ids The ids of the selected items + */ + Timeline.prototype.getSelection = function() { + return this.itemSet && this.itemSet.getSelection() || []; + }; - // draw the datapoints as bars - var xWidth = this.xBarWidth / 2; - var yWidth = this.yBarWidth / 2; - for (i = 0; i < this.dataPoints.length; i++) { - var point = this.dataPoints[i]; + /** + * Adjust the visible window such that the selected item (or multiple items) + * are centered on screen. + * @param {String | String[]} id An item id or array with item ids + * @param {Object} [options] Available options: + * `animate: boolean | number` + * If true (default), the range is animated + * smoothly to the new window. + * If a number, the number is taken as duration + * for the animation. Default duration is 500 ms. + * Only applicable when option focus is true + */ + Timeline.prototype.focus = function(id, options) { + if (!this.itemsData || id == undefined) return; - // determine color - var hue, color, borderColor; - if (this.style === Graph3d.STYLE.BARCOLOR ) { - // calculate the color based on the value - hue = (1 - (point.point.value - this.valueMin) * this.scale.value) * 240; - color = this._hsv2rgb(hue, 1, 1); - borderColor = this._hsv2rgb(hue, 1, 0.8); - } - else if (this.style === Graph3d.STYLE.BARSIZE) { - color = this.colorDot; - borderColor = this.colorDotBorder; - } - else { - // calculate Hue from the current value. At zMin the hue is 240, at zMax the hue is 0 - hue = (1 - (point.point.z - this.zMin) * this.scale.z / this.verticalRatio) * 240; - color = this._hsv2rgb(hue, 1, 1); - borderColor = this._hsv2rgb(hue, 1, 0.8); - } + var ids = Array.isArray(id) ? id : [id]; - // calculate size for the bar - if (this.style === Graph3d.STYLE.BARSIZE) { - xWidth = (this.xBarWidth / 2) * ((point.point.value - this.valueMin) / (this.valueMax - this.valueMin) * 0.8 + 0.2); - yWidth = (this.yBarWidth / 2) * ((point.point.value - this.valueMin) / (this.valueMax - this.valueMin) * 0.8 + 0.2); + // get the specified item(s) + var itemsData = this.itemsData.getDataSet().get(ids, { + type: { + start: 'Date', + end: 'Date' } + }); - // calculate all corner points - var me = this; - var point3d = point.point; - var top = [ - {point: new Point3d(point3d.x - xWidth, point3d.y - yWidth, point3d.z)}, - {point: new Point3d(point3d.x + xWidth, point3d.y - yWidth, point3d.z)}, - {point: new Point3d(point3d.x + xWidth, point3d.y + yWidth, point3d.z)}, - {point: new Point3d(point3d.x - xWidth, point3d.y + yWidth, point3d.z)} - ]; - var bottom = [ - {point: new Point3d(point3d.x - xWidth, point3d.y - yWidth, this.zMin)}, - {point: new Point3d(point3d.x + xWidth, point3d.y - yWidth, this.zMin)}, - {point: new Point3d(point3d.x + xWidth, point3d.y + yWidth, this.zMin)}, - {point: new Point3d(point3d.x - xWidth, point3d.y + yWidth, this.zMin)} - ]; - - // calculate screen location of the points - top.forEach(function (obj) { - obj.screen = me._convert3Dto2D(obj.point); - }); - bottom.forEach(function (obj) { - obj.screen = me._convert3Dto2D(obj.point); - }); - - // create five sides, calculate both corner points and center points - var surfaces = [ - {corners: top, center: Point3d.avg(bottom[0].point, bottom[2].point)}, - {corners: [top[0], top[1], bottom[1], bottom[0]], center: Point3d.avg(bottom[1].point, bottom[0].point)}, - {corners: [top[1], top[2], bottom[2], bottom[1]], center: Point3d.avg(bottom[2].point, bottom[1].point)}, - {corners: [top[2], top[3], bottom[3], bottom[2]], center: Point3d.avg(bottom[3].point, bottom[2].point)}, - {corners: [top[3], top[0], bottom[0], bottom[3]], center: Point3d.avg(bottom[0].point, bottom[3].point)} - ]; - point.surfaces = surfaces; + // calculate minimum start and maximum end of specified items + var start = null; + var end = null; + itemsData.forEach(function (itemData) { + var s = itemData.start.valueOf(); + var e = 'end' in itemData ? itemData.end.valueOf() : itemData.start.valueOf(); - // calculate the distance of each of the surface centers to the camera - for (j = 0; j < surfaces.length; j++) { - surface = surfaces[j]; - var transCenter = this._convertPointToTranslation(surface.center); - surface.dist = this.showPerspective ? transCenter.length() : -transCenter.z; - // TODO: this dept calculation doesn't work 100% of the cases due to perspective, - // but the current solution is fast/simple and works in 99.9% of all cases - // the issue is visible in example 14, with graph.setCameraPosition({horizontal: 2.97, vertical: 0.5, distance: 0.9}) + if (start === null || s < start) { + start = s; } - // order the surfaces by their (translated) depth - surfaces.sort(function (a, b) { - var diff = b.dist - a.dist; - if (diff) return diff; - - // if equal depth, sort the top surface last - if (a.corners === top) return 1; - if (b.corners === top) return -1; + if (end === null || e > end) { + end = e; + } + }); - // both are equal - return 0; - }); + if (start !== null && end !== null) { + // calculate the new middle and interval for the window + var middle = (start + end) / 2; + var interval = Math.max((this.range.end - this.range.start), (end - start) * 1.1); - // draw the ordered surfaces - ctx.lineWidth = 1; - ctx.strokeStyle = borderColor; - ctx.fillStyle = color; - // NOTE: we start at j=2 instead of j=0 as we don't need to draw the two surfaces at the backside - for (j = 2; j < surfaces.length; j++) { - surface = surfaces[j]; - corners = surface.corners; - ctx.beginPath(); - ctx.moveTo(corners[3].screen.x, corners[3].screen.y); - ctx.lineTo(corners[0].screen.x, corners[0].screen.y); - ctx.lineTo(corners[1].screen.x, corners[1].screen.y); - ctx.lineTo(corners[2].screen.x, corners[2].screen.y); - ctx.lineTo(corners[3].screen.x, corners[3].screen.y); - ctx.fill(); - ctx.stroke(); - } + var animate = (options && options.animate !== undefined) ? options.animate : true; + this.range.setRange(middle - interval / 2, middle + interval / 2, animate); } }; - /** - * Draw a line through all datapoints. - * This function can be used when the style is 'line' + * Get the data range of the item set. + * @returns {{min: Date, max: Date}} range A range with a start and end Date. + * When no minimum is found, min==null + * When no maximum is found, max==null */ - Graph3d.prototype._redrawDataLine = function() { - var canvas = this.frame.canvas, - ctx = canvas.getContext('2d'), - point, i; - - if (this.dataPoints === undefined || this.dataPoints.length <= 0) - return; // TODO: throw exception? + Timeline.prototype.getItemRange = function() { + // calculate min from start filed + var dataset = this.itemsData.getDataSet(), + min = null, + max = null; - // calculate the translations of all points - for (i = 0; i < this.dataPoints.length; i++) { - var trans = this._convertPointToTranslation(this.dataPoints[i].point); - var screen = this._convertTranslationToScreen(trans); + if (dataset) { + // calculate the minimum value of the field 'start' + var minItem = dataset.min('start'); + min = minItem ? util.convert(minItem.start, 'Date').valueOf() : null; + // Note: we convert first to Date and then to number because else + // a conversion from ISODate to Number will fail - this.dataPoints[i].trans = trans; - this.dataPoints[i].screen = screen; + // calculate maximum value of fields 'start' and 'end' + var maxStartItem = dataset.max('start'); + if (maxStartItem) { + max = util.convert(maxStartItem.start, 'Date').valueOf(); + } + var maxEndItem = dataset.max('end'); + if (maxEndItem) { + if (max == null) { + max = util.convert(maxEndItem.end, 'Date').valueOf(); + } + else { + max = Math.max(max, util.convert(maxEndItem.end, 'Date').valueOf()); + } + } } - // start the line - if (this.dataPoints.length > 0) { - point = this.dataPoints[0]; + return { + min: (min != null) ? new Date(min) : null, + max: (max != null) ? new Date(max) : null + }; + }; - ctx.lineWidth = 1; // TODO: make customizable - ctx.strokeStyle = 'blue'; // TODO: make customizable - ctx.beginPath(); - ctx.moveTo(point.screen.x, point.screen.y); - } - // draw the datapoints as colored circles - for (i = 1; i < this.dataPoints.length; i++) { - point = this.dataPoints[i]; - ctx.lineTo(point.screen.x, point.screen.y); - } + module.exports = Timeline; - // finish the line - if (this.dataPoints.length > 0) { - ctx.stroke(); - } - }; + +/***/ }, +/* 14 */ +/***/ function(module, exports, __webpack_require__) { + + var Emitter = __webpack_require__(56); + var Hammer = __webpack_require__(45); + var util = __webpack_require__(1); + var DataSet = __webpack_require__(3); + var DataView = __webpack_require__(4); + var Range = __webpack_require__(17); + var Core = __webpack_require__(46); + var TimeAxis = __webpack_require__(30); + var CurrentTime = __webpack_require__(21); + var CustomTime = __webpack_require__(22); + var LineGraph = __webpack_require__(29); /** - * Start a moving operation inside the provided parent element - * @param {Event} event The event that occurred (required for - * retrieving the mouse position) + * Create a timeline visualization + * @param {HTMLElement} container + * @param {vis.DataSet | Array | google.visualization.DataTable} [items] + * @param {Object} [options] See Graph2d.setOptions for the available options. + * @constructor + * @extends Core */ - Graph3d.prototype._onMouseDown = function(event) { - event = event || window.event; - - // check if mouse is still down (may be up when focus is lost for example - // in an iframe) - if (this.leftButtonDown) { - this._onMouseUp(event); + function Graph2d (container, items, groups, options) { + // if the third element is options, the forth is groups (optionally); + if (!(Array.isArray(groups) || groups instanceof DataSet) && groups instanceof Object) { + var forthArgument = options; + options = groups; + groups = forthArgument; } - // only react on left mouse button down - this.leftButtonDown = event.which ? (event.which === 1) : (event.button === 1); - if (!this.leftButtonDown && !this.touchDown) return; + var me = this; + this.defaultOptions = { + start: null, + end: null, - // get mouse position (different code for IE and all other browsers) - this.startMouseX = getMouseX(event); - this.startMouseY = getMouseY(event); + autoResize: true, - this.startStart = new Date(this.start); - this.startEnd = new Date(this.end); - this.startArmRotation = this.camera.getArmRotation(); + orientation: 'bottom', + width: null, + height: null, + maxHeight: null, + minHeight: null + }; + this.options = util.deepExtend({}, this.defaultOptions); - this.frame.style.cursor = 'move'; + // Create the DOM, props, and emitter + this._create(container); - // add event listeners to handle moving the contents - // we store the function onmousemove and onmouseup in the graph, so we can - // remove the eventlisteners lateron in the function mouseUp() - var me = this; - this.onmousemove = function (event) {me._onMouseMove(event);}; - this.onmouseup = function (event) {me._onMouseUp(event);}; - util.addEventListener(document, 'mousemove', me.onmousemove); - util.addEventListener(document, 'mouseup', me.onmouseup); - util.preventDefault(event); - }; + // all components listed here will be repainted automatically + this.components = []; + this.body = { + dom: this.dom, + domProps: this.props, + emitter: { + on: this.on.bind(this), + off: this.off.bind(this), + emit: this.emit.bind(this) + }, + hiddenDates: [], + util: { + snap: null, // will be specified after TimeAxis is created + toScreen: me._toScreen.bind(me), + toGlobalScreen: me._toGlobalScreen.bind(me), // this refers to the root.width + toTime: me._toTime.bind(me), + toGlobalTime : me._toGlobalTime.bind(me) + } + }; - /** - * Perform moving operating. - * This function activated from within the funcion Graph.mouseDown(). - * @param {Event} event Well, eehh, the event - */ - Graph3d.prototype._onMouseMove = function (event) { - event = event || window.event; + // range + this.range = new Range(this.body); + this.components.push(this.range); + this.body.range = this.range; - // calculate change in mouse position - var diffX = parseFloat(getMouseX(event)) - this.startMouseX; - var diffY = parseFloat(getMouseY(event)) - this.startMouseY; + // time axis + this.timeAxis = new TimeAxis(this.body); + this.components.push(this.timeAxis); + this.body.util.snap = this.timeAxis.snap.bind(this.timeAxis); - var horizontalNew = this.startArmRotation.horizontal + diffX / 200; - var verticalNew = this.startArmRotation.vertical + diffY / 200; + // current time bar + this.currentTime = new CurrentTime(this.body); + this.components.push(this.currentTime); - var snapAngle = 4; // degrees - var snapValue = Math.sin(snapAngle / 360 * 2 * Math.PI); + // custom time bar + // Note: time bar will be attached in this.setOptions when selected + this.customTime = new CustomTime(this.body); + this.components.push(this.customTime); - // snap horizontally to nice angles at 0pi, 0.5pi, 1pi, 1.5pi, etc... - // the -0.001 is to take care that the vertical axis is always drawn at the left front corner - if (Math.abs(Math.sin(horizontalNew)) < snapValue) { - horizontalNew = Math.round((horizontalNew / Math.PI)) * Math.PI - 0.001; + // item set + this.linegraph = new LineGraph(this.body); + this.components.push(this.linegraph); + + this.itemsData = null; // DataSet + this.groupsData = null; // DataSet + + // apply options + if (options) { + this.setOptions(options); } - if (Math.abs(Math.cos(horizontalNew)) < snapValue) { - horizontalNew = (Math.round((horizontalNew/ Math.PI - 0.5)) + 0.5) * Math.PI - 0.001; + + // IMPORTANT: THIS HAPPENS BEFORE SET ITEMS! + if (groups) { + this.setGroups(groups); } - // snap vertically to nice angles - if (Math.abs(Math.sin(verticalNew)) < snapValue) { - verticalNew = Math.round((verticalNew / Math.PI)) * Math.PI; + // create itemset + if (items) { + this.setItems(items); } - if (Math.abs(Math.cos(verticalNew)) < snapValue) { - verticalNew = (Math.round((verticalNew/ Math.PI - 0.5)) + 0.5) * Math.PI; + else { + this.redraw(); } + } - this.camera.setArmRotation(horizontalNew, verticalNew); - this.redraw(); - - // fire a cameraPositionChange event - var parameters = this.getCameraPosition(); - this.emit('cameraPositionChange', parameters); - - util.preventDefault(event); - }; - - - /** - * Stop moving operating. - * This function activated from within the funcion Graph.mouseDown(). - * @param {event} event The event - */ - Graph3d.prototype._onMouseUp = function (event) { - this.frame.style.cursor = 'auto'; - this.leftButtonDown = false; - - // remove event listeners here - util.removeEventListener(document, 'mousemove', this.onmousemove); - util.removeEventListener(document, 'mouseup', this.onmouseup); - util.preventDefault(event); - }; + // Extend the functionality from Core + Graph2d.prototype = new Core(); /** - * After having moved the mouse, a tooltip should pop up when the mouse is resting on a data point - * @param {Event} event A mouse move event + * Set items + * @param {vis.DataSet | Array | google.visualization.DataTable | null} items */ - Graph3d.prototype._onTooltip = function (event) { - var delay = 300; // ms - var boundingRect = this.frame.getBoundingClientRect(); - var mouseX = getMouseX(event) - boundingRect.left; - var mouseY = getMouseY(event) - boundingRect.top; - - if (!this.showTooltip) { - return; - } + Graph2d.prototype.setItems = function(items) { + var initialLoad = (this.itemsData == null); - if (this.tooltipTimeout) { - clearTimeout(this.tooltipTimeout); + // convert to type DataSet when needed + var newDataSet; + if (!items) { + newDataSet = null; } - - // (delayed) display of a tooltip only if no mouse button is down - if (this.leftButtonDown) { - this._hideTooltip(); - return; + else if (items instanceof DataSet || items instanceof DataView) { + newDataSet = items; } - - if (this.tooltip && this.tooltip.dataPoint) { - // tooltip is currently visible - var dataPoint = this._dataPointFromXY(mouseX, mouseY); - if (dataPoint !== this.tooltip.dataPoint) { - // datapoint changed - if (dataPoint) { - this._showTooltip(dataPoint); - } - else { - this._hideTooltip(); + else { + // turn an array into a dataset + newDataSet = new DataSet(items, { + type: { + start: 'Date', + end: 'Date' } - } + }); } - else { - // tooltip is currently not visible - var me = this; - this.tooltipTimeout = setTimeout(function () { - me.tooltipTimeout = null; - // show a tooltip if we have a data point - var dataPoint = me._dataPointFromXY(mouseX, mouseY); - if (dataPoint) { - me._showTooltip(dataPoint); - } - }, delay); + // set items + this.itemsData = newDataSet; + this.linegraph && this.linegraph.setItems(newDataSet); + + if (initialLoad) { + if (this.options.start != undefined || this.options.end != undefined) { + var start = this.options.start != undefined ? this.options.start : null; + var end = this.options.end != undefined ? this.options.end : null; + + this.setWindow(start, end, {animate: false}); + } + else { + this.fit({animate: false}); + } } }; /** - * Event handler for touchstart event on mobile devices + * Set groups + * @param {vis.DataSet | Array | google.visualization.DataTable} groups */ - Graph3d.prototype._onTouchStart = function(event) { - this.touchDown = true; - - var me = this; - this.ontouchmove = function (event) {me._onTouchMove(event);}; - this.ontouchend = function (event) {me._onTouchEnd(event);}; - util.addEventListener(document, 'touchmove', me.ontouchmove); - util.addEventListener(document, 'touchend', me.ontouchend); + Graph2d.prototype.setGroups = function(groups) { + // convert to type DataSet when needed + var newDataSet; + if (!groups) { + newDataSet = null; + } + else if (groups instanceof DataSet || groups instanceof DataView) { + newDataSet = groups; + } + else { + // turn an array into a dataset + newDataSet = new DataSet(groups); + } - this._onMouseDown(event); + this.groupsData = newDataSet; + this.linegraph.setGroups(newDataSet); }; /** - * Event handler for touchmove event on mobile devices + * Returns an object containing an SVG element with the icon of the group (size determined by iconWidth and iconHeight), the label of the group (content) and the yAxisOrientation of the group (left or right). + * @param groupId + * @param width + * @param height */ - Graph3d.prototype._onTouchMove = function(event) { - this._onMouseMove(event); - }; + Graph2d.prototype.getLegend = function(groupId, width, height) { + if (width === undefined) {width = 15;} + if (height === undefined) {height = 15;} + if (this.linegraph.groups[groupId] !== undefined) { + return this.linegraph.groups[groupId].getLegend(width,height); + } + else { + return "cannot find group:" + groupId; + } + } /** - * Event handler for touchend event on mobile devices + * This checks if the visible option of the supplied group (by ID) is true or false. + * @param groupId + * @returns {*} */ - Graph3d.prototype._onTouchEnd = function(event) { - this.touchDown = false; - - util.removeEventListener(document, 'touchmove', this.ontouchmove); - util.removeEventListener(document, 'touchend', this.ontouchend); - - this._onMouseUp(event); - }; + Graph2d.prototype.isGroupVisible = function(groupId) { + if (this.linegraph.groups[groupId] !== undefined) { + return (this.linegraph.groups[groupId].visible && (this.linegraph.options.groups.visibility[groupId] === undefined || this.linegraph.options.groups.visibility[groupId] == true)); + } + else { + return false; + } + } /** - * Event handler for mouse wheel event, used to zoom the graph - * Code from http://adomas.org/javascript-mouse-wheel/ - * @param {event} event The event + * Get the data range of the item set. + * @returns {{min: Date, max: Date}} range A range with a start and end Date. + * When no minimum is found, min==null + * When no maximum is found, max==null */ - Graph3d.prototype._onWheel = function(event) { - if (!event) /* For IE. */ - event = window.event; + Graph2d.prototype.getItemRange = function() { + var min = null; + var max = null; - // retrieve delta - var delta = 0; - if (event.wheelDelta) { /* IE/Opera. */ - delta = event.wheelDelta/120; - } else if (event.detail) { /* Mozilla case. */ - // In Mozilla, sign of delta is different than in IE. - // Also, delta is multiple of 3. - delta = -event.detail/3; + // calculate min from start filed + for (var groupId in this.linegraph.groups) { + if (this.linegraph.groups.hasOwnProperty(groupId)) { + if (this.linegraph.groups[groupId].visible == true) { + for (var i = 0; i < this.linegraph.groups[groupId].itemsData.length; i++) { + var item = this.linegraph.groups[groupId].itemsData[i]; + var value = util.convert(item.x, 'Date').valueOf(); + min = min == null ? value : min > value ? value : min; + max = max == null ? value : max < value ? value : max; + } + } + } } - // If delta is nonzero, handle it. - // Basically, delta is now positive if wheel was scrolled up, - // and negative, if wheel was scrolled down. - if (delta) { - var oldLength = this.camera.getArmLength(); - var newLength = oldLength * (1 - delta / 10); + return { + min: (min != null) ? new Date(min) : null, + max: (max != null) ? new Date(max) : null + }; + }; - this.camera.setArmLength(newLength); - this.redraw(); - this._hideTooltip(); - } - // fire a cameraPositionChange event - var parameters = this.getCameraPosition(); - this.emit('cameraPositionChange', parameters); + module.exports = Graph2d; - // Prevent default actions caused by mouse wheel. - // That might be ugly, but we handle scrolls somehow - // anyway, so don't bother here.. - util.preventDefault(event); - }; + +/***/ }, +/* 15 */ +/***/ function(module, exports, __webpack_require__) { /** - * Test whether a point lies inside given 2D triangle - * @param {Point2d} point - * @param {Point2d[]} triangle - * @return {boolean} Returns true if given point lies inside or on the edge of the triangle - * @private + * Created by Alex on 10/3/2014. */ - Graph3d.prototype._insideTriangle = function (point, triangle) { - var a = triangle[0], - b = triangle[1], - c = triangle[2]; - - function sign (x) { - return x > 0 ? 1 : x < 0 ? -1 : 0; - } + var moment = __webpack_require__(44); - var as = sign((b.x - a.x) * (point.y - a.y) - (b.y - a.y) * (point.x - a.x)); - var bs = sign((c.x - b.x) * (point.y - b.y) - (c.y - b.y) * (point.x - b.x)); - var cs = sign((a.x - c.x) * (point.y - c.y) - (a.y - c.y) * (point.x - c.x)); - - // each of the three signs must be either equal to each other or zero - return (as == 0 || bs == 0 || as == bs) && - (bs == 0 || cs == 0 || bs == cs) && - (as == 0 || cs == 0 || as == cs); - }; /** - * Find a data point close to given screen position (x, y) - * @param {Number} x - * @param {Number} y - * @return {Object | null} The closest data point or null if not close to any data point - * @private + * used in Core to convert the options into a volatile variable + * + * @param Core */ - Graph3d.prototype._dataPointFromXY = function (x, y) { - var i, - distMax = 100, // px - dataPoint = null, - closestDataPoint = null, - closestDist = null, - center = new Point2d(x, y); - - if (this.style === Graph3d.STYLE.BAR || - this.style === Graph3d.STYLE.BARCOLOR || - this.style === Graph3d.STYLE.BARSIZE) { - // the data points are ordered from far away to closest - for (i = this.dataPoints.length - 1; i >= 0; i--) { - dataPoint = this.dataPoints[i]; - var surfaces = dataPoint.surfaces; - if (surfaces) { - for (var s = surfaces.length - 1; s >= 0; s--) { - // split each surface in two triangles, and see if the center point is inside one of these - var surface = surfaces[s]; - var corners = surface.corners; - var triangle1 = [corners[0].screen, corners[1].screen, corners[2].screen]; - var triangle2 = [corners[2].screen, corners[3].screen, corners[0].screen]; - if (this._insideTriangle(center, triangle1) || - this._insideTriangle(center, triangle2)) { - // return immediately at the first hit - return dataPoint; - } + exports.convertHiddenOptions = function(body, hiddenDates) { + body.hiddenDates = []; + if (hiddenDates) { + if (Array.isArray(hiddenDates) == true) { + for (var i = 0; i < hiddenDates.length; i++) { + if (hiddenDates[i].repeat === undefined) { + var dateItem = {}; + dateItem.start = moment(hiddenDates[i].start).toDate().valueOf(); + dateItem.end = moment(hiddenDates[i].end).toDate().valueOf(); + body.hiddenDates.push(dateItem); } } + body.hiddenDates.sort(function (a, b) { + return a.start - b.start; + }); // sort by start time } } - else { - // find the closest data point, using distance to the center of the point on 2d screen - for (i = 0; i < this.dataPoints.length; i++) { - dataPoint = this.dataPoints[i]; - var point = dataPoint.screen; - if (point) { - var distX = Math.abs(x - point.x); - var distY = Math.abs(y - point.y); - var dist = Math.sqrt(distX * distX + distY * distY); + }; - if ((closestDist === null || dist < closestDist) && dist < distMax) { - closestDist = dist; - closestDataPoint = dataPoint; + + /** + * create new entrees for the repeating hidden dates + * @param body + * @param hiddenDates + */ + exports.updateHiddenDates = function (body, hiddenDates) { + if (hiddenDates && body.domProps.centerContainer.width !== undefined) { + exports.convertHiddenOptions(body, hiddenDates); + + var start = moment(body.range.start); + var end = moment(body.range.end); + + var totalRange = (body.range.end - body.range.start); + var pixelTime = totalRange / body.domProps.centerContainer.width; + + for (var i = 0; i < hiddenDates.length; i++) { + if (hiddenDates[i].repeat !== undefined) { + var startDate = moment(hiddenDates[i].start); + var endDate = moment(hiddenDates[i].end); + + if (startDate._d == "Invalid Date") { + throw new Error("Supplied start date is not valid: " + hiddenDates[i].start); } - } - } - } + if (endDate._d == "Invalid Date") { + throw new Error("Supplied end date is not valid: " + hiddenDates[i].end); + } + + var duration = endDate - startDate; + if (duration >= 4 * pixelTime) { + + var offset = 0; + var runUntil = end.clone(); + switch (hiddenDates[i].repeat) { + case "daily": // case of time + if (startDate.day() != endDate.day()) { + offset = 1; + } + startDate.dayOfYear(start.dayOfYear()); + startDate.year(start.year()); + startDate.subtract(7,'days'); + endDate.dayOfYear(start.dayOfYear()); + endDate.year(start.year()); + endDate.subtract(7 - offset,'days'); - return closestDataPoint; - }; + runUntil.add(1, 'weeks'); + break; + case "weekly": + var dayOffset = endDate.diff(startDate,'days') + var day = startDate.day(); - /** - * Display a tooltip for given data point - * @param {Object} dataPoint - * @private - */ - Graph3d.prototype._showTooltip = function (dataPoint) { - var content, line, dot; + // set the start date to the range.start + startDate.date(start.date()); + startDate.month(start.month()); + startDate.year(start.year()); + endDate = startDate.clone(); - if (!this.tooltip) { - content = document.createElement('div'); - content.style.position = 'absolute'; - content.style.padding = '10px'; - content.style.border = '1px solid #4d4d4d'; - content.style.color = '#1a1a1a'; - content.style.background = 'rgba(255,255,255,0.7)'; - content.style.borderRadius = '2px'; - content.style.boxShadow = '5px 5px 10px rgba(128,128,128,0.5)'; + // force + startDate.day(day); + endDate.day(day); + endDate.add(dayOffset,'days'); - line = document.createElement('div'); - line.style.position = 'absolute'; - line.style.height = '40px'; - line.style.width = '0'; - line.style.borderLeft = '1px solid #4d4d4d'; + startDate.subtract(1,'weeks'); + endDate.subtract(1,'weeks'); - dot = document.createElement('div'); - dot.style.position = 'absolute'; - dot.style.height = '0'; - dot.style.width = '0'; - dot.style.border = '5px solid #4d4d4d'; - dot.style.borderRadius = '5px'; + runUntil.add(1, 'weeks'); + break + case "monthly": + if (startDate.month() != endDate.month()) { + offset = 1; + } + startDate.month(start.month()); + startDate.year(start.year()); + startDate.subtract(1,'months'); - this.tooltip = { - dataPoint: null, - dom: { - content: content, - line: line, - dot: dot - } - }; - } - else { - content = this.tooltip.dom.content; - line = this.tooltip.dom.line; - dot = this.tooltip.dom.dot; - } + endDate.month(start.month()); + endDate.year(start.year()); + endDate.subtract(1,'months'); + endDate.add(offset,'months'); - this._hideTooltip(); + runUntil.add(1, 'months'); + break; + case "yearly": + if (startDate.year() != endDate.year()) { + offset = 1; + } + startDate.year(start.year()); + startDate.subtract(1,'years'); + endDate.year(start.year()); + endDate.subtract(1,'years'); + endDate.add(offset,'years'); - this.tooltip.dataPoint = dataPoint; - if (typeof this.showTooltip === 'function') { - content.innerHTML = this.showTooltip(dataPoint.point); - } - else { - content.innerHTML = '' + - '' + - '' + - '' + - '
x:' + dataPoint.point.x + '
y:' + dataPoint.point.y + '
z:' + dataPoint.point.z + '
'; + runUntil.add(1, 'years'); + break; + default: + console.log("Wrong repeat format, allowed are: daily, weekly, monthly, yearly. Given:", hiddenDates[i].repeat); + return; + } + while (startDate < runUntil) { + body.hiddenDates.push({start: startDate.valueOf(), end: endDate.valueOf()}); + switch (hiddenDates[i].repeat) { + case "daily": + startDate.add(1, 'days'); + endDate.add(1, 'days'); + break; + case "weekly": + startDate.add(1, 'weeks'); + endDate.add(1, 'weeks'); + break + case "monthly": + startDate.add(1, 'months'); + endDate.add(1, 'months'); + break; + case "yearly": + startDate.add(1, 'y'); + endDate.add(1, 'y'); + break; + default: + console.log("Wrong repeat format, allowed are: daily, weekly, monthly, yearly. Given:", hiddenDates[i].repeat); + return; + } + } + body.hiddenDates.push({start: startDate.valueOf(), end: endDate.valueOf()}); + } + } + } + // remove duplicates, merge where possible + exports.removeDuplicates(body); + // ensure the new positions are not on hidden dates + var startHidden = exports.isHidden(body.range.start, body.hiddenDates); + var endHidden = exports.isHidden(body.range.end,body.hiddenDates); + var rangeStart = body.range.start; + var rangeEnd = body.range.end; + if (startHidden.hidden == true) {rangeStart = body.range.startToFront == true ? startHidden.startDate - 1 : startHidden.endDate + 1;} + if (endHidden.hidden == true) {rangeEnd = body.range.endToFront == true ? endHidden.startDate - 1 : endHidden.endDate + 1;} + if (startHidden.hidden == true || endHidden.hidden == true) { + body.range._applyRange(rangeStart, rangeEnd); + } } - content.style.left = '0'; - content.style.top = '0'; - this.frame.appendChild(content); - this.frame.appendChild(line); - this.frame.appendChild(dot); - - // calculate sizes - var contentWidth = content.offsetWidth; - var contentHeight = content.offsetHeight; - var lineHeight = line.offsetHeight; - var dotWidth = dot.offsetWidth; - var dotHeight = dot.offsetHeight; - - var left = dataPoint.screen.x - contentWidth / 2; - left = Math.min(Math.max(left, 10), this.frame.clientWidth - 10 - contentWidth); + } - line.style.left = dataPoint.screen.x + 'px'; - line.style.top = (dataPoint.screen.y - lineHeight) + 'px'; - content.style.left = left + 'px'; - content.style.top = (dataPoint.screen.y - lineHeight - contentHeight) + 'px'; - dot.style.left = (dataPoint.screen.x - dotWidth / 2) + 'px'; - dot.style.top = (dataPoint.screen.y - dotHeight / 2) + 'px'; - }; /** - * Hide the tooltip when displayed - * @private + * remove duplicates from the hidden dates list. Duplicates are evil. They mess everything up. + * Scales with N^2 + * @param body */ - Graph3d.prototype._hideTooltip = function () { - if (this.tooltip) { - this.tooltip.dataPoint = null; - - for (var prop in this.tooltip.dom) { - if (this.tooltip.dom.hasOwnProperty(prop)) { - var elem = this.tooltip.dom[prop]; - if (elem && elem.parentNode) { - elem.parentNode.removeChild(elem); + exports.removeDuplicates = function(body) { + var hiddenDates = body.hiddenDates; + var safeDates = []; + for (var i = 0; i < hiddenDates.length; i++) { + for (var j = 0; j < hiddenDates.length; j++) { + if (i != j && hiddenDates[j].remove != true && hiddenDates[i].remove != true) { + // j inside i + if (hiddenDates[j].start >= hiddenDates[i].start && hiddenDates[j].end <= hiddenDates[i].end) { + hiddenDates[j].remove = true; + } + // j start inside i + else if (hiddenDates[j].start >= hiddenDates[i].start && hiddenDates[j].start <= hiddenDates[i].end) { + hiddenDates[i].end = hiddenDates[j].end; + hiddenDates[j].remove = true; + } + // j end inside i + else if (hiddenDates[j].end >= hiddenDates[i].start && hiddenDates[j].end <= hiddenDates[i].end) { + hiddenDates[i].start = hiddenDates[j].start; + hiddenDates[j].remove = true; } } } } - }; - /**--------------------------------------------------------------------------**/ + for (var i = 0; i < hiddenDates.length; i++) { + if (hiddenDates[i].remove !== true) { + safeDates.push(hiddenDates[i]); + } + } + body.hiddenDates = safeDates; + body.hiddenDates.sort(function (a, b) { + return a.start - b.start; + }); // sort by start time + } - /** - * Get the horizontal mouse position from a mouse event - * @param {Event} event - * @return {Number} mouse x - */ - function getMouseX (event) { - if ('clientX' in event) return event.clientX; - return event.targetTouches[0] && event.targetTouches[0].clientX || 0; + exports.printDates = function(dates) { + for (var i =0; i < dates.length; i++) { + console.log(i, new Date(dates[i].start),new Date(dates[i].end), dates[i].start, dates[i].end, dates[i].remove); + } } /** - * Get the vertical mouse position from a mouse event - * @param {Event} event - * @return {Number} mouse y + * Used in TimeStep to avoid the hidden times. + * @param timeStep + * @param previousTime */ - function getMouseY (event) { - if ('clientY' in event) return event.clientY; - return event.targetTouches[0] && event.targetTouches[0].clientY || 0; - } - - module.exports = Graph3d; + exports.stepOverHiddenDates = function(timeStep, previousTime) { + var stepInHidden = false; + var currentValue = timeStep.current.valueOf(); + for (var i = 0; i < timeStep.hiddenDates.length; i++) { + var startDate = timeStep.hiddenDates[i].start; + var endDate = timeStep.hiddenDates[i].end; + if (currentValue >= startDate && currentValue < endDate) { + stepInHidden = true; + break; + } + } + if (stepInHidden == true && currentValue < timeStep._end.valueOf() && currentValue != previousTime) { + var prevValue = moment(previousTime); + var newValue = moment(endDate); + //check if the next step should be major + if (prevValue.year() != newValue.year()) {timeStep.switchedYear = true;} + else if (prevValue.month() != newValue.month()) {timeStep.switchedMonth = true;} + else if (prevValue.dayOfYear() != newValue.dayOfYear()) {timeStep.switchedDay = true;} -/***/ }, -/* 11 */ -/***/ function(module, exports, __webpack_require__) { + timeStep.current = newValue.toDate(); + } + }; - - /** - * Expose `Emitter`. - */ - module.exports = Emitter; + ///** + // * Used in TimeStep to avoid the hidden times. + // * @param timeStep + // * @param previousTime + // */ + //exports.checkFirstStep = function(timeStep) { + // var stepInHidden = false; + // var currentValue = timeStep.current.valueOf(); + // for (var i = 0; i < timeStep.hiddenDates.length; i++) { + // var startDate = timeStep.hiddenDates[i].start; + // var endDate = timeStep.hiddenDates[i].end; + // if (currentValue >= startDate && currentValue < endDate) { + // stepInHidden = true; + // break; + // } + // } + // + // if (stepInHidden == true && currentValue <= timeStep._end.valueOf()) { + // var newValue = moment(endDate); + // timeStep.current = newValue.toDate(); + // } + //}; /** - * Initialize a new `Emitter`. - * - * @api public + * replaces the Core toScreen methods + * @param Core + * @param time + * @param width + * @returns {number} */ + exports.toScreen = function(Core, time, width) { + if (Core.body.hiddenDates.length == 0) { + var conversion = Core.range.conversion(width); + return (time.valueOf() - conversion.offset) * conversion.scale; + } + else { + var hidden = exports.isHidden(time, Core.body.hiddenDates) + if (hidden.hidden == true) { + time = hidden.startDate; + } - function Emitter(obj) { - if (obj) return mixin(obj); + var duration = exports.getHiddenDurationBetween(Core.body.hiddenDates, Core.range.start, Core.range.end); + time = exports.correctTimeForHidden(Core.body.hiddenDates, Core.range, time); + + var conversion = Core.range.conversion(width, duration); + return (time.valueOf() - conversion.offset) * conversion.scale; + } }; + /** - * Mixin the emitter properties. - * - * @param {Object} obj - * @return {Object} - * @api private + * Replaces the core toTime methods + * @param body + * @param range + * @param x + * @param width + * @returns {Date} */ + exports.toTime = function(Core, x, width) { + if (Core.body.hiddenDates.length == 0) { + var conversion = Core.range.conversion(width); + return new Date(x / conversion.scale + conversion.offset); + } + else { + var hiddenDuration = exports.getHiddenDurationBetween(Core.body.hiddenDates, Core.range.start, Core.range.end); + var totalDuration = Core.range.end - Core.range.start - hiddenDuration; + var partialDuration = totalDuration * x / width; + var accumulatedHiddenDuration = exports.getAccumulatedHiddenDuration(Core.body.hiddenDates, Core.range, partialDuration); - function mixin(obj) { - for (var key in Emitter.prototype) { - obj[key] = Emitter.prototype[key]; + var newTime = new Date(accumulatedHiddenDuration + partialDuration + Core.range.start); + return newTime; } - return obj; - } + }; + /** - * Listen on the given `event` with `fn`. + * Support function * - * @param {String} event - * @param {Function} fn - * @return {Emitter} - * @api public + * @param hiddenDates + * @param range + * @returns {number} */ - - Emitter.prototype.on = - Emitter.prototype.addEventListener = function(event, fn){ - this._callbacks = this._callbacks || {}; - (this._callbacks[event] = this._callbacks[event] || []) - .push(fn); - return this; + exports.getHiddenDurationBetween = function(hiddenDates, start, end) { + var duration = 0; + for (var i = 0; i < hiddenDates.length; i++) { + var startDate = hiddenDates[i].start; + var endDate = hiddenDates[i].end; + // if time after the cutout, and the + if (startDate >= start && endDate < end) { + duration += endDate - startDate; + } + } + return duration; }; + /** - * Adds an `event` listener that will be invoked a single - * time then automatically removed. - * - * @param {String} event - * @param {Function} fn - * @return {Emitter} - * @api public + * Support function + * @param hiddenDates + * @param range + * @param time + * @returns {{duration: number, time: *, offset: number}} */ + exports.correctTimeForHidden = function(hiddenDates, range, time) { + time = moment(time).toDate().valueOf(); + time -= exports.getHiddenDurationBefore(hiddenDates,range,time); + return time; + }; - Emitter.prototype.once = function(event, fn){ - var self = this; - this._callbacks = this._callbacks || {}; + exports.getHiddenDurationBefore = function(hiddenDates, range, time) { + var timeOffset = 0; + time = moment(time).toDate().valueOf(); - function on() { - self.off(event, on); - fn.apply(this, arguments); + for (var i = 0; i < hiddenDates.length; i++) { + var startDate = hiddenDates[i].start; + var endDate = hiddenDates[i].end; + // if time after the cutout, and the + if (startDate >= range.start && endDate < range.end) { + if (time >= endDate) { + timeOffset += (endDate - startDate); + } + } } - - on.fn = fn; - this.on(event, on); - return this; - }; + return timeOffset; + } /** - * Remove the given callback for `event` or all - * registered callbacks. - * - * @param {String} event - * @param {Function} fn - * @return {Emitter} - * @api public + * sum the duration from start to finish, including the hidden duration, + * until the required amount has been reached, return the accumulated hidden duration + * @param hiddenDates + * @param range + * @param time + * @returns {{duration: number, time: *, offset: number}} */ - - Emitter.prototype.off = - Emitter.prototype.removeListener = - Emitter.prototype.removeAllListeners = - Emitter.prototype.removeEventListener = function(event, fn){ - this._callbacks = this._callbacks || {}; - - // all - if (0 == arguments.length) { - this._callbacks = {}; - return this; + exports.getAccumulatedHiddenDuration = function(hiddenDates, range, requiredDuration) { + var hiddenDuration = 0; + var duration = 0; + var previousPoint = range.start; + //exports.printDates(hiddenDates) + for (var i = 0; i < hiddenDates.length; i++) { + var startDate = hiddenDates[i].start; + var endDate = hiddenDates[i].end; + // if time after the cutout, and the + if (startDate >= range.start && endDate < range.end) { + duration += startDate - previousPoint; + previousPoint = endDate; + if (duration >= requiredDuration) { + break; + } + else { + hiddenDuration += endDate - startDate; + } + } } - // specific event - var callbacks = this._callbacks[event]; - if (!callbacks) return this; + return hiddenDuration; + }; - // remove all handlers - if (1 == arguments.length) { - delete this._callbacks[event]; - return this; - } - // remove specific handler - var cb; - for (var i = 0; i < callbacks.length; i++) { - cb = callbacks[i]; - if (cb === fn || cb.fn === fn) { - callbacks.splice(i, 1); - break; + + /** + * used to step over to either side of a hidden block. Correction is disabled on tablets, might be set to true + * @param hiddenDates + * @param time + * @param direction + * @param correctionEnabled + * @returns {*} + */ + exports.snapAwayFromHidden = function(hiddenDates, time, direction, correctionEnabled) { + var isHidden = exports.isHidden(time, hiddenDates); + if (isHidden.hidden == true) { + if (direction < 0) { + if (correctionEnabled == true) { + return isHidden.startDate - (isHidden.endDate - time) - 1; + } + else { + return isHidden.startDate - 1; + } + } + else { + if (correctionEnabled == true) { + return isHidden.endDate + (time - isHidden.startDate) + 1; + } + else { + return isHidden.endDate + 1; + } } } - return this; - }; + else { + return time; + } + + } + /** - * Emit `event` with the given args. + * Check if a time is hidden * - * @param {String} event - * @param {Mixed} ... - * @return {Emitter} + * @param time + * @param hiddenDates + * @returns {{hidden: boolean, startDate: Window.start, endDate: *}} */ + exports.isHidden = function(time, hiddenDates) { + for (var i = 0; i < hiddenDates.length; i++) { + var startDate = hiddenDates[i].start; + var endDate = hiddenDates[i].end; - Emitter.prototype.emit = function(event){ - this._callbacks = this._callbacks || {}; - var args = [].slice.call(arguments, 1) - , callbacks = this._callbacks[event]; - - if (callbacks) { - callbacks = callbacks.slice(0); - for (var i = 0, len = callbacks.length; i < len; ++i) { - callbacks[i].apply(this, args); + if (time >= startDate && time < endDate) { // if the start is entering a hidden zone + return {hidden: true, startDate: startDate, endDate: endDate}; + break; } } + return {hidden: false, startDate: startDate, endDate: endDate}; + } - return this; - }; +/***/ }, +/* 16 */ +/***/ function(module, exports, __webpack_require__) { /** - * Return array of callbacks for `event`. + * @constructor DataStep + * The class DataStep is an iterator for data for the lineGraph. You provide a start data point and an + * end data point. The class itself determines the best scale (step size) based on the + * provided start Date, end Date, and minimumStep. * - * @param {String} event - * @return {Array} - * @api public + * If minimumStep is provided, the step size is chosen as close as possible + * to the minimumStep but larger than minimumStep. If minimumStep is not + * provided, the scale is set to 1 DAY. + * The minimumStep should correspond with the onscreen size of about 6 characters + * + * Alternatively, you can set a scale by hand. + * After creation, you can initialize the class by executing first(). Then you + * can iterate from the start date to the end date via next(). You can check if + * the end date is reached with the function hasNext(). After each step, you can + * retrieve the current date via getCurrent(). + * The DataStep has scales ranging from milliseconds, seconds, minutes, hours, + * days, to years. + * + * Version: 1.2 + * + * @param {Date} [start] The start date, for example new Date(2010, 9, 21) + * or new Date(2010, 9, 21, 23, 45, 00) + * @param {Date} [end] The end date + * @param {Number} [minimumStep] Optional. Minimum step size in milliseconds */ + function DataStep(start, end, minimumStep, containerHeight, customRange, alignZeros) { + // variables + this.current = 0; - Emitter.prototype.listeners = function(event){ - this._callbacks = this._callbacks || {}; - return this._callbacks[event] || []; - }; + this.autoScale = true; + this.stepIndex = 0; + this.step = 1; + this.scale = 1; - /** - * Check if this emitter has `event` handlers. - * - * @param {String} event - * @return {Boolean} - * @api public - */ + this.marginStart; + this.marginEnd; + this.deadSpace = 0; - Emitter.prototype.hasListeners = function(event){ - return !! this.listeners(event).length; - }; + this.majorSteps = [1, 2, 5, 10]; + this.minorSteps = [0.25, 0.5, 1, 2]; + this.alignZeros = alignZeros; -/***/ }, -/* 12 */ -/***/ function(module, exports, __webpack_require__) { + this.setRange(start, end, minimumStep, containerHeight, customRange); + } - /** - * @prototype Point3d - * @param {Number} [x] - * @param {Number} [y] - * @param {Number} [z] - */ - function Point3d(x, y, z) { - this.x = x !== undefined ? x : 0; - this.y = y !== undefined ? y : 0; - this.z = z !== undefined ? z : 0; - }; - /** - * Subtract the two provided points, returns a-b - * @param {Point3d} a - * @param {Point3d} b - * @return {Point3d} a-b - */ - Point3d.subtract = function(a, b) { - var sub = new Point3d(); - sub.x = a.x - b.x; - sub.y = a.y - b.y; - sub.z = a.z - b.z; - return sub; - }; /** - * Add the two provided points, returns a+b - * @param {Point3d} a - * @param {Point3d} b - * @return {Point3d} a+b + * Set a new range + * If minimumStep is provided, the step size is chosen as close as possible + * to the minimumStep but larger than minimumStep. If minimumStep is not + * provided, the scale is set to 1 DAY. + * The minimumStep should correspond with the onscreen size of about 6 characters + * @param {Number} [start] The start date and time. + * @param {Number} [end] The end date and time. + * @param {Number} [minimumStep] Optional. Minimum step size in milliseconds */ - Point3d.add = function(a, b) { - var sum = new Point3d(); - sum.x = a.x + b.x; - sum.y = a.y + b.y; - sum.z = a.z + b.z; - return sum; - }; + DataStep.prototype.setRange = function(start, end, minimumStep, containerHeight, customRange) { + this._start = customRange.min === undefined ? start : customRange.min; + this._end = customRange.max === undefined ? end : customRange.max; - /** - * Calculate the average of two 3d points - * @param {Point3d} a - * @param {Point3d} b - * @return {Point3d} The average, (a+b)/2 - */ - Point3d.avg = function(a, b) { - return new Point3d( - (a.x + b.x) / 2, - (a.y + b.y) / 2, - (a.z + b.z) / 2 - ); + if (this._start == this._end) { + this._start -= 0.75; + this._end += 1; + } + + if (this.autoScale == true) { + this.setMinimumStep(minimumStep, containerHeight); + } + + this.setFirst(customRange); }; /** - * Calculate the cross product of the two provided points, returns axb - * Documentation: http://en.wikipedia.org/wiki/Cross_product - * @param {Point3d} a - * @param {Point3d} b - * @return {Point3d} cross product axb + * Automatically determine the scale that bests fits the provided minimum step + * @param {Number} [minimumStep] The minimum step size in milliseconds */ - Point3d.crossProduct = function(a, b) { - var crossproduct = new Point3d(); - - crossproduct.x = a.y * b.z - a.z * b.y; - crossproduct.y = a.z * b.x - a.x * b.z; - crossproduct.z = a.x * b.y - a.y * b.x; + DataStep.prototype.setMinimumStep = function(minimumStep, containerHeight) { + // round to floor + var size = this._end - this._start; + var safeSize = size * 1.2; + var minimumStepValue = minimumStep * (safeSize / containerHeight); + var orderOfMagnitude = Math.round(Math.log(safeSize)/Math.LN10); - return crossproduct; - }; + var minorStepIdx = -1; + var magnitudefactor = Math.pow(10,orderOfMagnitude); + var start = 0; + if (orderOfMagnitude < 0) { + start = orderOfMagnitude; + } - /** - * Rtrieve the length of the vector (or the distance from this point to the origin - * @return {Number} length - */ - Point3d.prototype.length = function() { - return Math.sqrt( - this.x * this.x + - this.y * this.y + - this.z * this.z - ); + var solutionFound = false; + for (var i = start; Math.abs(i) <= Math.abs(orderOfMagnitude); i++) { + magnitudefactor = Math.pow(10,i); + for (var j = 0; j < this.minorSteps.length; j++) { + var stepSize = magnitudefactor * this.minorSteps[j]; + if (stepSize >= minimumStepValue) { + solutionFound = true; + minorStepIdx = j; + break; + } + } + if (solutionFound == true) { + break; + } + } + this.stepIndex = minorStepIdx; + this.scale = magnitudefactor; + this.step = magnitudefactor * this.minorSteps[minorStepIdx]; }; - module.exports = Point3d; - -/***/ }, -/* 13 */ -/***/ function(module, exports, __webpack_require__) { /** - * @prototype Point2d - * @param {Number} [x] - * @param {Number} [y] + * Round the current date to the first minor date value + * This must be executed once when the current date is set to start Date */ - function Point2d (x, y) { - this.x = x !== undefined ? x : 0; - this.y = y !== undefined ? y : 0; - } + DataStep.prototype.setFirst = function(customRange) { + if (customRange === undefined) { + customRange = {}; + } - module.exports = Point2d; + var niceStart = customRange.min === undefined ? this._start - (this.scale * 2 * this.minorSteps[this.stepIndex]) : customRange.min; + var niceEnd = customRange.max === undefined ? this._end + (this.scale * this.minorSteps[this.stepIndex]) : customRange.max; + this.marginEnd = customRange.max === undefined ? this.roundToMinor(niceEnd) : customRange.max; + this.marginStart = customRange.min === undefined ? this.roundToMinor(niceStart) : customRange.min; -/***/ }, -/* 14 */ -/***/ function(module, exports, __webpack_require__) { + // if we need to align the zero's we need to make sure that there is a zero to use. + if (this.alignZeros == true && (this.marginEnd - this.marginStart) % this.step != 0) { + this.marginEnd += this.marginEnd % this.step; + } - var Point3d = __webpack_require__(12); + this.deadSpace = this.roundToMinor(niceEnd) - niceEnd + this.roundToMinor(niceStart) - niceStart; + this.marginRange = this.marginEnd - this.marginStart; - /** - * @class Camera - * The camera is mounted on a (virtual) camera arm. The camera arm can rotate - * The camera is always looking in the direction of the origin of the arm. - * This way, the camera always rotates around one fixed point, the location - * of the camera arm. - * - * Documentation: - * http://en.wikipedia.org/wiki/3D_projection - */ - function Camera() { - this.armLocation = new Point3d(); - this.armRotation = {}; - this.armRotation.horizontal = 0; - this.armRotation.vertical = 0; - this.armLength = 1.7; - this.cameraLocation = new Point3d(); - this.cameraRotation = new Point3d(0.5*Math.PI, 0, 0); + this.current = this.marginEnd; + }; - this.calculateCameraOrientation(); + DataStep.prototype.roundToMinor = function(value) { + var rounded = value - (value % (this.scale * this.minorSteps[this.stepIndex])); + if (value % (this.scale * this.minorSteps[this.stepIndex]) > 0.5 * (this.scale * this.minorSteps[this.stepIndex])) { + return rounded + (this.scale * this.minorSteps[this.stepIndex]); + } + else { + return rounded; + } } + /** - * Set the location (origin) of the arm - * @param {Number} x Normalized value of x - * @param {Number} y Normalized value of y - * @param {Number} z Normalized value of z + * Check if the there is a next step + * @return {boolean} true if the current date has not passed the end date */ - Camera.prototype.setArmLocation = function(x, y, z) { - this.armLocation.x = x; - this.armLocation.y = y; - this.armLocation.z = z; - - this.calculateCameraOrientation(); + DataStep.prototype.hasNext = function () { + return (this.current >= this.marginStart); }; /** - * Set the rotation of the camera arm - * @param {Number} horizontal The horizontal rotation, between 0 and 2*PI. - * Optional, can be left undefined. - * @param {Number} vertical The vertical rotation, between 0 and 0.5*PI - * if vertical=0.5*PI, the graph is shown from the - * top. Optional, can be left undefined. + * Do the next step */ - Camera.prototype.setArmRotation = function(horizontal, vertical) { - if (horizontal !== undefined) { - this.armRotation.horizontal = horizontal; - } - - if (vertical !== undefined) { - this.armRotation.vertical = vertical; - if (this.armRotation.vertical < 0) this.armRotation.vertical = 0; - if (this.armRotation.vertical > 0.5*Math.PI) this.armRotation.vertical = 0.5*Math.PI; - } + DataStep.prototype.next = function() { + var prev = this.current; + this.current -= this.step; - if (horizontal !== undefined || vertical !== undefined) { - this.calculateCameraOrientation(); + // safety mechanism: if current time is still unchanged, move to the end + if (this.current == prev) { + this.current = this._end; } }; /** - * Retrieve the current arm rotation - * @return {object} An object with parameters horizontal and vertical + * Do the next step */ - Camera.prototype.getArmRotation = function() { - var rot = {}; - rot.horizontal = this.armRotation.horizontal; - rot.vertical = this.armRotation.vertical; - - return rot; + DataStep.prototype.previous = function() { + this.current += this.step; + this.marginEnd += this.step; + this.marginRange = this.marginEnd - this.marginStart; }; + + /** - * Set the (normalized) length of the camera arm. - * @param {Number} length A length between 0.71 and 5.0 + * Get the current datetime + * @return {String} current The current date */ - Camera.prototype.setArmLength = function(length) { - if (length === undefined) - return; - - this.armLength = length; + DataStep.prototype.getCurrent = function(decimals) { + // prevent round-off errors when close to zero + var current = (Math.abs(this.current) < this.step / 2) ? 0 : this.current; + var toPrecision = '' + Number(current).toPrecision(5); - // Radius must be larger than the corner of the graph, - // which has a distance of sqrt(0.5^2+0.5^2) = 0.71 from the center of the - // graph - if (this.armLength < 0.71) this.armLength = 0.71; - if (this.armLength > 5.0) this.armLength = 5.0; + // If decimals is specified, then limit or extend the string as required + if(decimals !== undefined && !isNaN(Number(decimals))) { + // If string includes exponent, then we need to add it to the end + var exp = ""; + var index = toPrecision.indexOf("e"); + if(index != -1) { + // Get the exponent + exp = toPrecision.slice(index); + // Remove the exponent in case we need to zero-extend + toPrecision = toPrecision.slice(0, index); + } + index = Math.max(toPrecision.indexOf(","), toPrecision.indexOf(".")); + if(index === -1) { + // No decimal found - if we want decimals, then we need to add it + if(decimals !== 0) { + toPrecision += '.'; + } + // Calculate how long the string should be + index = toPrecision.length + decimals; + } + else if(decimals !== 0) { + // Calculate how long the string should be - accounting for the decimal place + index += decimals + 1; + } + if(index > toPrecision.length) { + // We need to add zeros! + for(var cnt = index - toPrecision.length; cnt > 0; cnt--) { + toPrecision += '0'; + } + } + else { + // we need to remove characters + toPrecision = toPrecision.slice(0, index); + } + // Add the exponent if there is one + toPrecision += exp; + } + else { + if (toPrecision.indexOf(",") != -1 || toPrecision.indexOf(".") != -1) { + // If no decimal is specified, and there are decimal places, remove trailing zeros + for (var i = toPrecision.length - 1; i > 0; i--) { + if (toPrecision[i] == "0") { + toPrecision = toPrecision.slice(0, i); + } + else if (toPrecision[i] == "." || toPrecision[i] == ",") { + toPrecision = toPrecision.slice(0, i); + break; + } + else { + break; + } + } + } + } - this.calculateCameraOrientation(); + return toPrecision; }; - /** - * Retrieve the arm length - * @return {Number} length - */ - Camera.prototype.getArmLength = function() { - return this.armLength; - }; - /** - * Retrieve the camera location - * @return {Point3d} cameraLocation - */ - Camera.prototype.getCameraLocation = function() { - return this.cameraLocation; - }; /** - * Retrieve the camera rotation - * @return {Point3d} cameraRotation + * Snap a date to a rounded value. + * The snap intervals are dependent on the current scale and step. + * @param {Date} date the date to be snapped. + * @return {Date} snappedDate */ - Camera.prototype.getCameraRotation = function() { - return this.cameraRotation; + DataStep.prototype.snap = function(date) { + }; /** - * Calculate the location and rotation of the camera based on the - * position and orientation of the camera arm + * Check if the current value is a major value (for example when the step + * is DAY, a major value is each first day of the MONTH) + * @return {boolean} true if current date is major, else false. */ - Camera.prototype.calculateCameraOrientation = function() { - // calculate location of the camera - this.cameraLocation.x = this.armLocation.x - this.armLength * Math.sin(this.armRotation.horizontal) * Math.cos(this.armRotation.vertical); - this.cameraLocation.y = this.armLocation.y - this.armLength * Math.cos(this.armRotation.horizontal) * Math.cos(this.armRotation.vertical); - this.cameraLocation.z = this.armLocation.z + this.armLength * Math.sin(this.armRotation.vertical); - - // calculate rotation of the camera - this.cameraRotation.x = Math.PI/2 - this.armRotation.vertical; - this.cameraRotation.y = 0; - this.cameraRotation.z = -this.armRotation.horizontal; + DataStep.prototype.isMajor = function() { + return (this.current % (this.scale * this.majorSteps[this.stepIndex]) == 0); }; - module.exports = Camera; + module.exports = DataStep; + /***/ }, -/* 15 */ +/* 17 */ /***/ function(module, exports, __webpack_require__) { - var DataView = __webpack_require__(9); + var util = __webpack_require__(1); + var hammerUtil = __webpack_require__(48); + var moment = __webpack_require__(44); + var Component = __webpack_require__(20); + var DateUtil = __webpack_require__(15); /** - * @class Filter - * - * @param {DataSet} data The google data table - * @param {Number} column The index of the column to be filtered - * @param {Graph} graph The graph + * @constructor Range + * A Range controls a numeric range with a start and end value. + * The Range adjusts the range based on mouse events or programmatic changes, + * and triggers events when the range is changing or has been changed. + * @param {{dom: Object, domProps: Object, emitter: Emitter}} body + * @param {Object} [options] See description at Range.setOptions */ - function Filter (data, column, graph) { - this.data = data; - this.column = column; - this.graph = graph; // the parent graph - - this.index = undefined; - this.value = undefined; + function Range(body, options) { + var now = moment().hours(0).minutes(0).seconds(0).milliseconds(0); + this.start = now.clone().add(-3, 'days').valueOf(); // Number + this.end = now.clone().add(4, 'days').valueOf(); // Number - // read all distinct values and select the first one - this.values = graph.getDistinctValues(data.get(), this.column); + this.body = body; + this.deltaDifference = 0; + this.scaleOffset = 0; + this.startToFront = false; + this.endToFront = true; - // sort both numeric and string values correctly - this.values.sort(function (a, b) { - return a > b ? 1 : a < b ? -1 : 0; - }); + // default options + this.defaultOptions = { + start: null, + end: null, + direction: 'horizontal', // 'horizontal' or 'vertical' + moveable: true, + zoomable: true, + min: null, + max: null, + zoomMin: 10, // milliseconds + zoomMax: 1000 * 60 * 60 * 24 * 365 * 10000 // milliseconds + }; + this.options = util.extend({}, this.defaultOptions); - if (this.values.length > 0) { - this.selectValue(0); - } + this.props = { + touch: {} + }; + this.animateTimer = null; - // create an array with the filtered datapoints. this will be loaded afterwards - this.dataPoints = []; + // drag listeners for dragging + this.body.emitter.on('dragstart', this._onDragStart.bind(this)); + this.body.emitter.on('drag', this._onDrag.bind(this)); + this.body.emitter.on('dragend', this._onDragEnd.bind(this)); - this.loaded = false; - this.onLoadCallback = undefined; + // ignore dragging when holding + this.body.emitter.on('hold', this._onHold.bind(this)); - if (graph.animationPreload) { - this.loaded = false; - this.loadInBackground(); - } - else { - this.loaded = true; - } - }; + // mouse wheel for zooming + this.body.emitter.on('mousewheel', this._onMouseWheel.bind(this)); + this.body.emitter.on('DOMMouseScroll', this._onMouseWheel.bind(this)); // For FF + // pinch to zoom + this.body.emitter.on('touch', this._onTouch.bind(this)); + this.body.emitter.on('pinch', this._onPinch.bind(this)); - /** - * Return the label - * @return {string} label - */ - Filter.prototype.isLoaded = function() { - return this.loaded; - }; + this.setOptions(options); + } + Range.prototype = new Component(); /** - * Return the loaded progress - * @return {Number} percentage between 0 and 100 + * Set options for the range controller + * @param {Object} options Available options: + * {Number | Date | String} start Start date for the range + * {Number | Date | String} end End date for the range + * {Number} min Minimum value for start + * {Number} max Maximum value for end + * {Number} zoomMin Set a minimum value for + * (end - start). + * {Number} zoomMax Set a maximum value for + * (end - start). + * {Boolean} moveable Enable moving of the range + * by dragging. True by default + * {Boolean} zoomable Enable zooming of the range + * by pinching/scrolling. True by default */ - Filter.prototype.getLoadedProgress = function() { - var len = this.values.length; + Range.prototype.setOptions = function (options) { + if (options) { + // copy the options that we know + var fields = ['direction', 'min', 'max', 'zoomMin', 'zoomMax', 'moveable', 'zoomable', 'activate', 'hiddenDates']; + util.selectiveExtend(fields, this.options, options); - var i = 0; - while (this.dataPoints[i]) { - i++; + if ('start' in options || 'end' in options) { + // apply a new range. both start and end are optional + this.setRange(options.start, options.end); + } } - - return Math.round(i / len * 100); }; - /** - * Return the label - * @return {string} label + * Test whether direction has a valid value + * @param {String} direction 'horizontal' or 'vertical' */ - Filter.prototype.getLabel = function() { - return this.graph.filterLabel; - }; - + function validateDirection (direction) { + if (direction != 'horizontal' && direction != 'vertical') { + throw new TypeError('Unknown direction "' + direction + '". ' + + 'Choose "horizontal" or "vertical".'); + } + } /** - * Return the columnIndex of the filter - * @return {Number} columnIndex + * Set a new start and end range + * @param {Date | Number | String} [start] + * @param {Date | Number | String} [end] + * @param {boolean | number} [animate=false] If true, the range is animated + * smoothly to the new window. + * If animate is a number, the + * number is taken as duration + * Default duration is 500 ms. + * @param {Boolean} [byUser=false] + * */ - Filter.prototype.getColumn = function() { - return this.column; - }; + Range.prototype.setRange = function(start, end, animate, byUser) { + if (byUser !== true) { + byUser = false; + } + var _start = start != undefined ? util.convert(start, 'Date').valueOf() : null; + var _end = end != undefined ? util.convert(end, 'Date').valueOf() : null; + this._cancelAnimation(); - /** - * Return the currently selected value. Returns undefined if there is no selection - * @return {*} value - */ - Filter.prototype.getSelectedValue = function() { - if (this.index === undefined) - return undefined; + if (animate) { + var me = this; + var initStart = this.start; + var initEnd = this.end; + var duration = typeof animate === 'number' ? animate : 500; + var initTime = new Date().valueOf(); + var anyChanged = false; - return this.values[this.index]; + var next = function () { + if (!me.props.touch.dragging) { + var now = new Date().valueOf(); + var time = now - initTime; + var done = time > duration; + var s = (done || _start === null) ? _start : util.easeInOutQuad(time, initStart, _start, duration); + var e = (done || _end === null) ? _end : util.easeInOutQuad(time, initEnd, _end, duration); + + changed = me._applyRange(s, e); + DateUtil.updateHiddenDates(me.body, me.options.hiddenDates); + anyChanged = anyChanged || changed; + if (changed) { + me.body.emitter.emit('rangechange', {start: new Date(me.start), end: new Date(me.end), byUser:byUser}); + } + + if (done) { + if (anyChanged) { + me.body.emitter.emit('rangechanged', {start: new Date(me.start), end: new Date(me.end), byUser:byUser}); + } + } + else { + // animate with as high as possible frame rate, leave 20 ms in between + // each to prevent the browser from blocking + me.animateTimer = setTimeout(next, 20); + } + } + } + + return next(); + } + else { + var changed = this._applyRange(_start, _end); + DateUtil.updateHiddenDates(this.body, this.options.hiddenDates); + if (changed) { + var params = {start: new Date(this.start), end: new Date(this.end), byUser:byUser}; + this.body.emitter.emit('rangechange', params); + this.body.emitter.emit('rangechanged', params); + } + } }; /** - * Retrieve all values of the filter - * @return {Array} values + * Stop an animation + * @private */ - Filter.prototype.getValues = function() { - return this.values; + Range.prototype._cancelAnimation = function () { + if (this.animateTimer) { + clearTimeout(this.animateTimer); + this.animateTimer = null; + } }; /** - * Retrieve one value of the filter - * @param {Number} index - * @return {*} value + * Set a new start and end range. This method is the same as setRange, but + * does not trigger a range change and range changed event, and it returns + * true when the range is changed + * @param {Number} [start] + * @param {Number} [end] + * @return {Boolean} changed + * @private */ - Filter.prototype.getValue = function(index) { - if (index >= this.values.length) - throw 'Error: index out of range'; + Range.prototype._applyRange = function(start, end) { + var newStart = (start != null) ? util.convert(start, 'Date').valueOf() : this.start, + newEnd = (end != null) ? util.convert(end, 'Date').valueOf() : this.end, + max = (this.options.max != null) ? util.convert(this.options.max, 'Date').valueOf() : null, + min = (this.options.min != null) ? util.convert(this.options.min, 'Date').valueOf() : null, + diff; - return this.values[index]; - }; + // check for valid number + if (isNaN(newStart) || newStart === null) { + throw new Error('Invalid start "' + start + '"'); + } + if (isNaN(newEnd) || newEnd === null) { + throw new Error('Invalid end "' + end + '"'); + } + // prevent start < end + if (newEnd < newStart) { + newEnd = newStart; + } - /** - * Retrieve the (filtered) dataPoints for the currently selected filter index - * @param {Number} [index] (optional) - * @return {Array} dataPoints - */ - Filter.prototype._getDataPoints = function(index) { - if (index === undefined) - index = this.index; + // prevent start < min + if (min !== null) { + if (newStart < min) { + diff = (min - newStart); + newStart += diff; + newEnd += diff; - if (index === undefined) - return []; + // prevent end > max + if (max != null) { + if (newEnd > max) { + newEnd = max; + } + } + } + } - var dataPoints; - if (this.dataPoints[index]) { - dataPoints = this.dataPoints[index]; + // prevent end > max + if (max !== null) { + if (newEnd > max) { + diff = (newEnd - max); + newStart -= diff; + newEnd -= diff; + + // prevent start < min + if (min != null) { + if (newStart < min) { + newStart = min; + } + } + } } - else { - var f = {}; - f.column = this.column; - f.value = this.values[index]; - var dataView = new DataView(this.data,{filter: function (item) {return (item[f.column] == f.value);}}).get(); - dataPoints = this.graph._getDataPoints(dataView); + // prevent (end-start) < zoomMin + if (this.options.zoomMin !== null) { + var zoomMin = parseFloat(this.options.zoomMin); + if (zoomMin < 0) { + zoomMin = 0; + } + if ((newEnd - newStart) < zoomMin) { + if ((this.end - this.start) === zoomMin) { + // ignore this action, we are already zoomed to the minimum + newStart = this.start; + newEnd = this.end; + } + else { + // zoom to the minimum + diff = (zoomMin - (newEnd - newStart)); + newStart -= diff / 2; + newEnd += diff / 2; + } + } + } - this.dataPoints[index] = dataPoints; + // prevent (end-start) > zoomMax + if (this.options.zoomMax !== null) { + var zoomMax = parseFloat(this.options.zoomMax); + if (zoomMax < 0) { + zoomMax = 0; + } + if ((newEnd - newStart) > zoomMax) { + if ((this.end - this.start) === zoomMax) { + // ignore this action, we are already zoomed to the maximum + newStart = this.start; + newEnd = this.end; + } + else { + // zoom to the maximum + diff = ((newEnd - newStart) - zoomMax); + newStart += diff / 2; + newEnd -= diff / 2; + } + } } - return dataPoints; - }; + var changed = (this.start != newStart || this.end != newEnd); + // if the new range does NOT overlap with the old range, emit checkRangedItems to avoid not showing ranged items (ranged meaning has end time, not neccesarily of type Range) + if (!((newStart >= this.start && newStart <= this.end) || (newEnd >= this.start && newEnd <= this.end)) && + !((this.start >= newStart && this.start <= newEnd) || (this.end >= newStart && this.end <= newEnd) )) { + this.body.emitter.emit('checkRangedItems'); + } + this.start = newStart; + this.end = newEnd; + return changed; + }; /** - * Set a callback function when the filter is fully loaded. + * Retrieve the current range. + * @return {Object} An object with start and end properties */ - Filter.prototype.setOnLoadCallback = function(callback) { - this.onLoadCallback = callback; + Range.prototype.getRange = function() { + return { + start: this.start, + end: this.end + }; }; - /** - * Add a value to the list with available values for this filter - * No double entries will be created. - * @param {Number} index + * Calculate the conversion offset and scale for current range, based on + * the provided width + * @param {Number} width + * @returns {{offset: number, scale: number}} conversion */ - Filter.prototype.selectValue = function(index) { - if (index >= this.values.length) - throw 'Error: index out of range'; - - this.index = index; - this.value = this.values[index]; + Range.prototype.conversion = function (width, totalHidden) { + return Range.conversion(this.start, this.end, width, totalHidden); }; /** - * Load all filtered rows in the background one by one - * Start this method without providing an index! + * Static method to calculate the conversion offset and scale for a range, + * based on the provided start, end, and width + * @param {Number} start + * @param {Number} end + * @param {Number} width + * @returns {{offset: number, scale: number}} conversion */ - Filter.prototype.loadInBackground = function(index) { - if (index === undefined) - index = 0; - - var frame = this.graph.frame; - - if (index < this.values.length) { - var dataPointsTemp = this._getDataPoints(index); - //this.graph.redrawInfo(); // TODO: not neat - - // create a progress box - if (frame.progress === undefined) { - frame.progress = document.createElement('DIV'); - frame.progress.style.position = 'absolute'; - frame.progress.style.color = 'gray'; - frame.appendChild(frame.progress); + Range.conversion = function (start, end, width, totalHidden) { + if (totalHidden === undefined) { + totalHidden = 0; + } + if (width != 0 && (end - start != 0)) { + return { + offset: start, + scale: width / (end - start - totalHidden) } - var progress = this.getLoadedProgress(); - frame.progress.innerHTML = 'Loading animation... ' + progress + '%'; - // TODO: this is no nice solution... - frame.progress.style.bottom = 60 + 'px'; // TODO: use height of slider - frame.progress.style.left = 10 + 'px'; - - var me = this; - setTimeout(function() {me.loadInBackground(index+1);}, 10); - this.loaded = false; } else { - this.loaded = true; - - // remove the progress box - if (frame.progress !== undefined) { - frame.removeChild(frame.progress); - frame.progress = undefined; - } - - if (this.onLoadCallback) - this.onLoadCallback(); + return { + offset: 0, + scale: 1 + }; } }; - module.exports = Filter; + /** + * Start dragging horizontally or vertically + * @param {Event} event + * @private + */ + Range.prototype._onDragStart = function(event) { + this.deltaDifference = 0; + this.previousDelta = 0; + // only allow dragging when configured as movable + if (!this.options.moveable) return; + // refuse to drag when we where pinching to prevent the timeline make a jump + // when releasing the fingers in opposite order from the touch screen + if (!this.props.touch.allowDragging) return; -/***/ }, -/* 16 */ -/***/ function(module, exports, __webpack_require__) { + this.props.touch.start = this.start; + this.props.touch.end = this.end; + this.props.touch.dragging = true; - var util = __webpack_require__(1); + if (this.body.dom.root) { + this.body.dom.root.style.cursor = 'move'; + } + }; /** - * @constructor Slider - * - * An html slider control with start/stop/prev/next buttons - * @param {Element} container The element where the slider will be created - * @param {Object} options Available options: - * {boolean} visible If true (default) the - * slider is visible. + * Perform dragging operation + * @param {Event} event + * @private */ - function Slider(container, options) { - if (container === undefined) { - throw 'Error: No container element defined'; - } - this.container = container; - this.visible = (options && options.visible != undefined) ? options.visible : true; - - if (this.visible) { - this.frame = document.createElement('DIV'); - //this.frame.style.backgroundColor = '#E5E5E5'; - this.frame.style.width = '100%'; - this.frame.style.position = 'relative'; - this.container.appendChild(this.frame); + Range.prototype._onDrag = function (event) { + // only allow dragging when configured as movable + if (!this.options.moveable) return; + // refuse to drag when we where pinching to prevent the timeline make a jump + // when releasing the fingers in opposite order from the touch screen + if (!this.props.touch.allowDragging) return; - this.frame.prev = document.createElement('INPUT'); - this.frame.prev.type = 'BUTTON'; - this.frame.prev.value = 'Prev'; - this.frame.appendChild(this.frame.prev); + var direction = this.options.direction; + validateDirection(direction); - this.frame.play = document.createElement('INPUT'); - this.frame.play.type = 'BUTTON'; - this.frame.play.value = 'Play'; - this.frame.appendChild(this.frame.play); + var delta = (direction == 'horizontal') ? event.gesture.deltaX : event.gesture.deltaY; + delta -= this.deltaDifference; + var interval = (this.props.touch.end - this.props.touch.start); - this.frame.next = document.createElement('INPUT'); - this.frame.next.type = 'BUTTON'; - this.frame.next.value = 'Next'; - this.frame.appendChild(this.frame.next); + // normalize dragging speed if cutout is in between. + var duration = DateUtil.getHiddenDurationBetween(this.body.hiddenDates, this.start, this.end); + interval -= duration; - this.frame.bar = document.createElement('INPUT'); - this.frame.bar.type = 'BUTTON'; - this.frame.bar.style.position = 'absolute'; - this.frame.bar.style.border = '1px solid red'; - this.frame.bar.style.width = '100px'; - this.frame.bar.style.height = '6px'; - this.frame.bar.style.borderRadius = '2px'; - this.frame.bar.style.MozBorderRadius = '2px'; - this.frame.bar.style.border = '1px solid #7F7F7F'; - this.frame.bar.style.backgroundColor = '#E5E5E5'; - this.frame.appendChild(this.frame.bar); + var width = (direction == 'horizontal') ? this.body.domProps.center.width : this.body.domProps.center.height; + var diffRange = -delta / width * interval; + var newStart = this.props.touch.start + diffRange; + var newEnd = this.props.touch.end + diffRange; - this.frame.slide = document.createElement('INPUT'); - this.frame.slide.type = 'BUTTON'; - this.frame.slide.style.margin = '0px'; - this.frame.slide.value = ' '; - this.frame.slide.style.position = 'relative'; - this.frame.slide.style.left = '-100px'; - this.frame.appendChild(this.frame.slide); - // create events - var me = this; - this.frame.slide.onmousedown = function (event) {me._onMouseDown(event);}; - this.frame.prev.onclick = function (event) {me.prev(event);}; - this.frame.play.onclick = function (event) {me.togglePlay(event);}; - this.frame.next.onclick = function (event) {me.next(event);}; + // snapping times away from hidden zones + var safeStart = DateUtil.snapAwayFromHidden(this.body.hiddenDates, newStart, this.previousDelta-delta, true); + var safeEnd = DateUtil.snapAwayFromHidden(this.body.hiddenDates, newEnd, this.previousDelta-delta, true); + if (safeStart != newStart || safeEnd != newEnd) { + this.deltaDifference += delta; + this.props.touch.start = safeStart; + this.props.touch.end = safeEnd; + this._onDrag(event); + return; } - this.onChangeCallback = undefined; - - this.values = []; - this.index = undefined; - - this.playTimeout = undefined; - this.playInterval = 1000; // milliseconds - this.playLoop = true; - } + this.previousDelta = delta; + this._applyRange(newStart, newEnd); - /** - * Select the previous index - */ - Slider.prototype.prev = function() { - var index = this.getIndex(); - if (index > 0) { - index--; - this.setIndex(index); - } + // fire a rangechange event + this.body.emitter.emit('rangechange', { + start: new Date(this.start), + end: new Date(this.end), + byUser: true + }); }; /** - * Select the next index + * Stop dragging operation + * @param {event} event + * @private */ - Slider.prototype.next = function() { - var index = this.getIndex(); - if (index < this.values.length - 1) { - index++; - this.setIndex(index); + Range.prototype._onDragEnd = function (event) { + // only allow dragging when configured as movable + if (!this.options.moveable) return; + + // refuse to drag when we where pinching to prevent the timeline make a jump + // when releasing the fingers in opposite order from the touch screen + if (!this.props.touch.allowDragging) return; + + this.props.touch.dragging = false; + if (this.body.dom.root) { + this.body.dom.root.style.cursor = 'auto'; } + + // fire a rangechanged event + this.body.emitter.emit('rangechanged', { + start: new Date(this.start), + end: new Date(this.end), + byUser: true + }); }; /** - * Select the next index + * Event handler for mouse wheel event, used to zoom + * Code from http://adomas.org/javascript-mouse-wheel/ + * @param {Event} event + * @private */ - Slider.prototype.playNext = function() { - var start = new Date(); + Range.prototype._onMouseWheel = function(event) { + // only allow zooming when configured as zoomable and moveable + if (!(this.options.zoomable && this.options.moveable)) return; - var index = this.getIndex(); - if (index < this.values.length - 1) { - index++; - this.setIndex(index); - } - else if (this.playLoop) { - // jump to the start - index = 0; - this.setIndex(index); + // retrieve delta + var delta = 0; + if (event.wheelDelta) { /* IE/Opera. */ + delta = event.wheelDelta / 120; + } else if (event.detail) { /* Mozilla case. */ + // In Mozilla, sign of delta is different than in IE. + // Also, delta is multiple of 3. + delta = -event.detail / 3; } - var end = new Date(); - var diff = (end - start); + // If delta is nonzero, handle it. + // Basically, delta is now positive if wheel was scrolled up, + // and negative, if wheel was scrolled down. + if (delta) { + // perform the zoom action. Delta is normally 1 or -1 - // calculate how much time it to to set the index and to execute the callback - // function. - var interval = Math.max(this.playInterval - diff, 0); - // document.title = diff // TODO: cleanup + // adjust a negative delta such that zooming in with delta 0.1 + // equals zooming out with a delta -0.1 + var scale; + if (delta < 0) { + scale = 1 - (delta / 5); + } + else { + scale = 1 / (1 + (delta / 5)) ; + } - var me = this; - this.playTimeout = setTimeout(function() {me.playNext();}, interval); + // calculate center, the date to zoom around + var gesture = hammerUtil.fakeGesture(this, event), + pointer = getPointer(gesture.center, this.body.dom.center), + pointerDate = this._pointerToDate(pointer); + + this.zoom(scale, pointerDate, delta); + } + + // Prevent default actions caused by mouse wheel + // (else the page and timeline both zoom and scroll) + event.preventDefault(); }; /** - * Toggle start or stop playing + * Start of a touch gesture + * @private */ - Slider.prototype.togglePlay = function() { - if (this.playTimeout === undefined) { - this.play(); - } else { - this.stop(); - } + Range.prototype._onTouch = function (event) { + this.props.touch.start = this.start; + this.props.touch.end = this.end; + this.props.touch.allowDragging = true; + this.props.touch.center = null; + this.scaleOffset = 0; + this.deltaDifference = 0; }; /** - * Start playing + * On start of a hold gesture + * @private */ - Slider.prototype.play = function() { - // Test whether already playing - if (this.playTimeout) return; - - this.playNext(); - - if (this.frame) { - this.frame.play.value = 'Stop'; - } + Range.prototype._onHold = function () { + this.props.touch.allowDragging = false; }; /** - * Stop playing + * Handle pinch event + * @param {Event} event + * @private */ - Slider.prototype.stop = function() { - clearInterval(this.playTimeout); - this.playTimeout = undefined; + Range.prototype._onPinch = function (event) { + // only allow zooming when configured as zoomable and moveable + if (!(this.options.zoomable && this.options.moveable)) return; - if (this.frame) { - this.frame.play.value = 'Play'; + this.props.touch.allowDragging = false; + + if (event.gesture.touches.length > 1) { + if (!this.props.touch.center) { + this.props.touch.center = getPointer(event.gesture.center, this.body.dom.center); + } + + var scale = 1 / (event.gesture.scale + this.scaleOffset); + var centerDate = this._pointerToDate(this.props.touch.center); + + var hiddenDuration = DateUtil.getHiddenDurationBetween(this.body.hiddenDates, this.start, this.end); + var hiddenDurationBefore = DateUtil.getHiddenDurationBefore(this.body.hiddenDates, this, centerDate); + var hiddenDurationAfter = hiddenDuration - hiddenDurationBefore; + + // calculate new start and end + var newStart = (centerDate - hiddenDurationBefore) + (this.props.touch.start - (centerDate - hiddenDurationBefore)) * scale; + var newEnd = (centerDate + hiddenDurationAfter) + (this.props.touch.end - (centerDate + hiddenDurationAfter)) * scale; + + // snapping times away from hidden zones + this.startToFront = 1 - scale > 0 ? false : true; // used to do the right autocorrection with periodic hidden times + this.endToFront = scale - 1 > 0 ? false : true; // used to do the right autocorrection with periodic hidden times + + var safeStart = DateUtil.snapAwayFromHidden(this.body.hiddenDates, newStart, 1 - scale, true); + var safeEnd = DateUtil.snapAwayFromHidden(this.body.hiddenDates, newEnd, scale - 1, true); + if (safeStart != newStart || safeEnd != newEnd) { + this.props.touch.start = safeStart; + this.props.touch.end = safeEnd; + this.scaleOffset = 1 - event.gesture.scale; + newStart = safeStart; + newEnd = safeEnd; + } + + this.setRange(newStart, newEnd, false, true); + + this.startToFront = false; // revert to default + this.endToFront = true; // revert to default } }; /** - * Set a callback function which will be triggered when the value of the - * slider bar has changed. + * Helper function to calculate the center date for zooming + * @param {{x: Number, y: Number}} pointer + * @return {number} date + * @private */ - Slider.prototype.setOnChangeCallback = function(callback) { - this.onChangeCallback = callback; - }; + Range.prototype._pointerToDate = function (pointer) { + var conversion; + var direction = this.options.direction; - /** - * Set the interval for playing the list - * @param {Number} interval The interval in milliseconds - */ - Slider.prototype.setPlayInterval = function(interval) { - this.playInterval = interval; - }; + validateDirection(direction); - /** - * Retrieve the current play interval - * @return {Number} interval The interval in milliseconds - */ - Slider.prototype.getPlayInterval = function(interval) { - return this.playInterval; + if (direction == 'horizontal') { + return this.body.util.toTime(pointer.x).valueOf(); + } + else { + var height = this.body.domProps.center.height; + conversion = this.conversion(height); + return pointer.y / conversion.scale + conversion.offset; + } }; /** - * Set looping on or off - * @pararm {boolean} doLoop If true, the slider will jump to the start when - * the end is passed, and will jump to the end - * when the start is passed. + * Get the pointer location relative to the location of the dom element + * @param {{pageX: Number, pageY: Number}} touch + * @param {Element} element HTML DOM element + * @return {{x: Number, y: Number}} pointer + * @private */ - Slider.prototype.setPlayLoop = function(doLoop) { - this.playLoop = doLoop; - }; - + function getPointer (touch, element) { + return { + x: touch.pageX - util.getAbsoluteLeft(element), + y: touch.pageY - util.getAbsoluteTop(element) + }; + } /** - * Execute the onchange callback function + * Zoom the range the given scale in or out. Start and end date will + * be adjusted, and the timeline will be redrawn. You can optionally give a + * date around which to zoom. + * For example, try scale = 0.9 or 1.1 + * @param {Number} scale Scaling factor. Values above 1 will zoom out, + * values below 1 will zoom in. + * @param {Number} [center] Value representing a date around which will + * be zoomed. */ - Slider.prototype.onChange = function() { - if (this.onChangeCallback !== undefined) { - this.onChangeCallback(); + Range.prototype.zoom = function(scale, center, delta) { + // if centerDate is not provided, take it half between start Date and end Date + if (center == null) { + center = (this.start + this.end) / 2; } - }; - /** - * redraw the slider on the correct place - */ - Slider.prototype.redraw = function() { - if (this.frame) { - // resize the bar - this.frame.bar.style.top = (this.frame.clientHeight/2 - - this.frame.bar.offsetHeight/2) + 'px'; - this.frame.bar.style.width = (this.frame.clientWidth - - this.frame.prev.clientWidth - - this.frame.play.clientWidth - - this.frame.next.clientWidth - 30) + 'px'; + var hiddenDuration = DateUtil.getHiddenDurationBetween(this.body.hiddenDates, this.start, this.end); + var hiddenDurationBefore = DateUtil.getHiddenDurationBefore(this.body.hiddenDates, this, center); + var hiddenDurationAfter = hiddenDuration - hiddenDurationBefore; - // position the slider button - var left = this.indexToLeft(this.index); - this.frame.slide.style.left = (left) + 'px'; + // calculate new start and end + var newStart = (center-hiddenDurationBefore) + (this.start - (center-hiddenDurationBefore)) * scale; + var newEnd = (center+hiddenDurationAfter) + (this.end - (center+hiddenDurationAfter)) * scale; + + // snapping times away from hidden zones + this.startToFront = delta > 0 ? false : true; // used to do the right autocorrection with periodic hidden times + this.endToFront = -delta > 0 ? false : true; // used to do the right autocorrection with periodic hidden times + var safeStart = DateUtil.snapAwayFromHidden(this.body.hiddenDates, newStart, delta, true); + var safeEnd = DateUtil.snapAwayFromHidden(this.body.hiddenDates, newEnd, -delta, true); + if (safeStart != newStart || safeEnd != newEnd) { + newStart = safeStart; + newEnd = safeEnd; } + + this.setRange(newStart, newEnd, false, true); + + this.startToFront = false; // revert to default + this.endToFront = true; // revert to default }; + /** - * Set the list with values for the slider - * @param {Array} values A javascript array with values (any type) + * Move the range with a given delta to the left or right. Start and end + * value will be adjusted. For example, try delta = 0.1 or -0.1 + * @param {Number} delta Moving amount. Positive value will move right, + * negative value will move left */ - Slider.prototype.setValues = function(values) { - this.values = values; + Range.prototype.move = function(delta) { + // zoom start Date and end Date relative to the centerDate + var diff = (this.end - this.start); - if (this.values.length > 0) - this.setIndex(0); - else - this.index = undefined; + // apply new values + var newStart = this.start + diff * delta; + var newEnd = this.end + diff * delta; + + // TODO: reckon with min and max range + + this.start = newStart; + this.end = newEnd; }; /** - * Select a value by its index - * @param {Number} index + * Move the range to a new center point + * @param {Number} moveTo New center point of the range */ - Slider.prototype.setIndex = function(index) { - if (index < this.values.length) { - this.index = index; + Range.prototype.moveTo = function(moveTo) { + var center = (this.start + this.end) / 2; - this.redraw(); - this.onChange(); - } - else { - throw 'Error: index out of range'; - } + var diff = center - moveTo; + + // calculate new start and end + var newStart = this.start - diff; + var newEnd = this.end - diff; + + this.setRange(newStart, newEnd); }; + module.exports = Range; + + +/***/ }, +/* 18 */ +/***/ function(module, exports, __webpack_require__) { + + // Utility functions for ordering and stacking of items + var EPSILON = 0.001; // used when checking collisions, to prevent round-off errors + /** - * retrieve the index of the currently selected vaue - * @return {Number} index + * Order items by their start data + * @param {Item[]} items */ - Slider.prototype.getIndex = function() { - return this.index; + exports.orderByStart = function(items) { + items.sort(function (a, b) { + return a.data.start - b.data.start; + }); }; - /** - * retrieve the currently selected value - * @return {*} value + * Order items by their end date. If they have no end date, their start date + * is used. + * @param {Item[]} items */ - Slider.prototype.get = function() { - return this.values[this.index]; + exports.orderByEnd = function(items) { + items.sort(function (a, b) { + var aTime = ('end' in a.data) ? a.data.end : a.data.start, + bTime = ('end' in b.data) ? b.data.end : b.data.start; + + return aTime - bTime; + }); }; + /** + * Adjust vertical positions of the items such that they don't overlap each + * other. + * @param {Item[]} items + * All visible items + * @param {{item: {horizontal: number, vertical: number}, axis: number}} margin + * Margins between items and between items and the axis. + * @param {boolean} [force=false] + * If true, all items will be repositioned. If false (default), only + * items having a top===null will be re-stacked + */ + exports.stack = function(items, margin, force) { + var i, iMax; - Slider.prototype._onMouseDown = function(event) { - // only react on left mouse button down - var leftButtonDown = event.which ? (event.which === 1) : (event.button === 1); - if (!leftButtonDown) return; + if (force) { + // reset top position of all items + for (i = 0, iMax = items.length; i < iMax; i++) { + items[i].top = null; + } + } - this.startClientX = event.clientX; - this.startSlideX = parseFloat(this.frame.slide.style.left); + // calculate new, non-overlapping positions + for (i = 0, iMax = items.length; i < iMax; i++) { + var item = items[i]; + if (item.stack && item.top === null) { + // initialize top position + item.top = margin.axis; - this.frame.style.cursor = 'move'; + do { + // TODO: optimize checking for overlap. when there is a gap without items, + // you only need to check for items from the next item on, not from zero + var collidingItem = null; + for (var j = 0, jj = items.length; j < jj; j++) { + var other = items[j]; + if (other.top !== null && other !== item && other.stack && exports.collision(item, other, margin.item)) { + collidingItem = other; + break; + } + } - // add event listeners to handle moving the contents - // we store the function onmousemove and onmouseup in the graph, so we can - // remove the eventlisteners lateron in the function mouseUp() - var me = this; - this.onmousemove = function (event) {me._onMouseMove(event);}; - this.onmouseup = function (event) {me._onMouseUp(event);}; - util.addEventListener(document, 'mousemove', this.onmousemove); - util.addEventListener(document, 'mouseup', this.onmouseup); - util.preventDefault(event); + if (collidingItem != null) { + // There is a collision. Reposition the items above the colliding element + item.top = collidingItem.top + collidingItem.height + margin.item.vertical; + } + } while (collidingItem); + } + } }; - Slider.prototype.leftToIndex = function (left) { - var width = parseFloat(this.frame.bar.style.width) - - this.frame.slide.clientWidth - 10; - var x = left - 3; - - var index = Math.round(x / width * (this.values.length-1)); - if (index < 0) index = 0; - if (index > this.values.length-1) index = this.values.length-1; + /** + * Adjust vertical positions of the items without stacking them + * @param {Item[]} items + * All visible items + * @param {{item: {horizontal: number, vertical: number}, axis: number}} margin + * Margins between items and between items and the axis. + */ + exports.nostack = function(items, margin, subgroups) { + var i, iMax, newTop; - return index; + // reset top position of all items + for (i = 0, iMax = items.length; i < iMax; i++) { + if (items[i].data.subgroup !== undefined) { + newTop = margin.axis; + for (var subgroup in subgroups) { + if (subgroups.hasOwnProperty(subgroup)) { + if (subgroups[subgroup].visible == true && subgroups[subgroup].index < subgroups[items[i].data.subgroup].index) { + newTop += subgroups[subgroup].height + margin.item.vertical; + } + } + } + items[i].top = newTop; + } + else { + items[i].top = margin.axis; + } + } }; - Slider.prototype.indexToLeft = function (index) { - var width = parseFloat(this.frame.bar.style.width) - - this.frame.slide.clientWidth - 10; - - var x = index / (this.values.length-1) * width; - var left = x + 3; - - return left; + /** + * Test if the two provided items collide + * The items must have parameters left, width, top, and height. + * @param {Item} a The first item + * @param {Item} b The second item + * @param {{horizontal: number, vertical: number}} margin + * An object containing a horizontal and vertical + * minimum required margin. + * @return {boolean} true if a and b collide, else false + */ + exports.collision = function(a, b, margin) { + return ((a.left - margin.horizontal + EPSILON) < (b.left + b.width) && + (a.left + a.width + margin.horizontal - EPSILON) > b.left && + (a.top - margin.vertical + EPSILON) < (b.top + b.height) && + (a.top + a.height + margin.vertical - EPSILON) > b.top); }; +/***/ }, +/* 19 */ +/***/ function(module, exports, __webpack_require__) { - Slider.prototype._onMouseMove = function (event) { - var diff = event.clientX - this.startClientX; - var x = this.startSlideX + diff; + var moment = __webpack_require__(44); + var DateUtil = __webpack_require__(15); + var util = __webpack_require__(1); - var index = this.leftToIndex(x); + /** + * @constructor TimeStep + * The class TimeStep is an iterator for dates. You provide a start date and an + * end date. The class itself determines the best scale (step size) based on the + * provided start Date, end Date, and minimumStep. + * + * If minimumStep is provided, the step size is chosen as close as possible + * to the minimumStep but larger than minimumStep. If minimumStep is not + * provided, the scale is set to 1 DAY. + * The minimumStep should correspond with the onscreen size of about 6 characters + * + * Alternatively, you can set a scale by hand. + * After creation, you can initialize the class by executing first(). Then you + * can iterate from the start date to the end date via next(). You can check if + * the end date is reached with the function hasNext(). After each step, you can + * retrieve the current date via getCurrent(). + * The TimeStep has scales ranging from milliseconds, seconds, minutes, hours, + * days, to years. + * + * Version: 1.2 + * + * @param {Date} [start] The start date, for example new Date(2010, 9, 21) + * or new Date(2010, 9, 21, 23, 45, 00) + * @param {Date} [end] The end date + * @param {Number} [minimumStep] Optional. Minimum step size in milliseconds + */ + function TimeStep(start, end, minimumStep, hiddenDates) { + // variables + this.current = new Date(); + this._start = new Date(); + this._end = new Date(); - this.setIndex(index); + this.autoScale = true; + this.scale = 'day'; + this.step = 1; - util.preventDefault(); - }; + // initialize the range + this.setRange(start, end, minimumStep); + // hidden Dates options + this.switchedDay = false; + this.switchedMonth = false; + this.switchedYear = false; + this.hiddenDates = hiddenDates; + if (hiddenDates === undefined) { + this.hiddenDates = []; + } - Slider.prototype._onMouseUp = function (event) { - this.frame.style.cursor = 'auto'; + this.format = TimeStep.FORMAT; // default formatting + } - // remove event listeners - util.removeEventListener(document, 'mousemove', this.onmousemove); - util.removeEventListener(document, 'mouseup', this.onmouseup); + // Time formatting + TimeStep.FORMAT = { + minorLabels: { + millisecond:'SSS', + second: 's', + minute: 'HH:mm', + hour: 'HH:mm', + weekday: 'ddd D', + day: 'D', + month: 'MMM', + year: 'YYYY' + }, + majorLabels: { + millisecond:'HH:mm:ss', + second: 'D MMMM HH:mm', + minute: 'ddd D MMMM', + hour: 'ddd D MMMM', + weekday: 'MMMM YYYY', + day: 'MMMM YYYY', + month: 'YYYY', + year: '' + } + }; - util.preventDefault(); + /** + * Set custom formatting for the minor an major labels of the TimeStep. + * Both `minorLabels` and `majorLabels` are an Object with properties: + * 'millisecond, 'second, 'minute', 'hour', 'weekday, 'day, 'month, 'year'. + * @param {{minorLabels: Object, majorLabels: Object}} format + */ + TimeStep.prototype.setFormat = function (format) { + var defaultFormat = util.deepExtend({}, TimeStep.FORMAT); + this.format = util.deepExtend(defaultFormat, format); }; - module.exports = Slider; + /** + * Set a new range + * If minimumStep is provided, the step size is chosen as close as possible + * to the minimumStep but larger than minimumStep. If minimumStep is not + * provided, the scale is set to 1 DAY. + * The minimumStep should correspond with the onscreen size of about 6 characters + * @param {Date} [start] The start date and time. + * @param {Date} [end] The end date and time. + * @param {int} [minimumStep] Optional. Minimum step size in milliseconds + */ + TimeStep.prototype.setRange = function(start, end, minimumStep) { + if (!(start instanceof Date) || !(end instanceof Date)) { + throw "No legal start or end date in method setRange"; + } + this._start = (start != undefined) ? new Date(start.valueOf()) : new Date(); + this._end = (end != undefined) ? new Date(end.valueOf()) : new Date(); -/***/ }, -/* 17 */ -/***/ function(module, exports, __webpack_require__) { + if (this.autoScale) { + this.setMinimumStep(minimumStep); + } + }; /** - * @prototype StepNumber - * The class StepNumber is an iterator for Numbers. You provide a start and end - * value, and a best step size. StepNumber itself rounds to fixed values and - * a finds the step that best fits the provided step. - * - * If prettyStep is true, the step size is chosen as close as possible to the - * provided step, but being a round value like 1, 2, 5, 10, 20, 50, .... - * - * Example usage: - * var step = new StepNumber(0, 10, 2.5, true); - * step.start(); - * while (!step.end()) { - * alert(step.getCurrent()); - * step.next(); - * } - * - * Version: 1.0 - * - * @param {Number} start The start value - * @param {Number} end The end value - * @param {Number} step Optional. Step size. Must be a positive value. - * @param {boolean} prettyStep Optional. If true, the step size is rounded - * To a pretty step size (like 1, 2, 5, 10, 20, 50, ...) + * Set the range iterator to the start date. */ - function StepNumber(start, end, step, prettyStep) { - // set default values - this._start = 0; - this._end = 0; - this._step = 1; - this.prettyStep = true; - this.precision = 5; - - this._current = 0; - this.setRange(start, end, step, prettyStep); + TimeStep.prototype.first = function() { + this.current = new Date(this._start.valueOf()); + this.roundToMinor(); }; /** - * Set a new range: start, end and step. - * - * @param {Number} start The start value - * @param {Number} end The end value - * @param {Number} step Optional. Step size. Must be a positive value. - * @param {boolean} prettyStep Optional. If true, the step size is rounded - * To a pretty step size (like 1, 2, 5, 10, 20, 50, ...) + * Round the current date to the first minor date value + * This must be executed once when the current date is set to start Date */ - StepNumber.prototype.setRange = function(start, end, step, prettyStep) { - this._start = start ? start : 0; - this._end = end ? end : 0; + TimeStep.prototype.roundToMinor = function() { + // round to floor + // IMPORTANT: we have no breaks in this switch! (this is no bug) + // noinspection FallThroughInSwitchStatementJS + switch (this.scale) { + case 'year': + this.current.setFullYear(this.step * Math.floor(this.current.getFullYear() / this.step)); + this.current.setMonth(0); + case 'month': this.current.setDate(1); + case 'day': // intentional fall through + case 'weekday': this.current.setHours(0); + case 'hour': this.current.setMinutes(0); + case 'minute': this.current.setSeconds(0); + case 'second': this.current.setMilliseconds(0); + //case 'millisecond': // nothing to do for milliseconds + } - this.setStep(step, prettyStep); + if (this.step != 1) { + // round down to the first minor value that is a multiple of the current step size + switch (this.scale) { + case 'millisecond': this.current.setMilliseconds(this.current.getMilliseconds() - this.current.getMilliseconds() % this.step); break; + case 'second': this.current.setSeconds(this.current.getSeconds() - this.current.getSeconds() % this.step); break; + case 'minute': this.current.setMinutes(this.current.getMinutes() - this.current.getMinutes() % this.step); break; + case 'hour': this.current.setHours(this.current.getHours() - this.current.getHours() % this.step); break; + case 'weekday': // intentional fall through + case 'day': this.current.setDate((this.current.getDate()-1) - (this.current.getDate()-1) % this.step + 1); break; + case 'month': this.current.setMonth(this.current.getMonth() - this.current.getMonth() % this.step); break; + case 'year': this.current.setFullYear(this.current.getFullYear() - this.current.getFullYear() % this.step); break; + default: break; + } + } }; /** - * Set a new step size - * @param {Number} step New step size. Must be a positive value - * @param {boolean} prettyStep Optional. If true, the provided step is rounded - * to a pretty step size (like 1, 2, 5, 10, 20, 50, ...) + * Check if the there is a next step + * @return {boolean} true if the current date has not passed the end date */ - StepNumber.prototype.setStep = function(step, prettyStep) { - if (step === undefined || step <= 0) - return; - - if (prettyStep !== undefined) - this.prettyStep = prettyStep; - - if (this.prettyStep === true) - this._step = StepNumber.calculatePrettyStep(step); - else - this._step = step; + TimeStep.prototype.hasNext = function () { + return (this.current.valueOf() <= this._end.valueOf()); }; /** - * Calculate a nice step size, closest to the desired step size. - * Returns a value in one of the ranges 1*10^n, 2*10^n, or 5*10^n, where n is an - * integer Number. For example 1, 2, 5, 10, 20, 50, etc... - * @param {Number} step Desired step size - * @return {Number} Nice step size + * Do the next step */ - StepNumber.calculatePrettyStep = function (step) { - var log10 = function (x) {return Math.log(x) / Math.LN10;}; + TimeStep.prototype.next = function() { + var prev = this.current.valueOf(); - // try three steps (multiple of 1, 2, or 5 - var step1 = Math.pow(10, Math.round(log10(step))), - step2 = 2 * Math.pow(10, Math.round(log10(step / 2))), - step5 = 5 * Math.pow(10, Math.round(log10(step / 5))); + // Two cases, needed to prevent issues with switching daylight savings + // (end of March and end of October) + if (this.current.getMonth() < 6) { + switch (this.scale) { + case 'millisecond': - // choose the best step (closest to minimum step) - var prettyStep = step1; - if (Math.abs(step2 - step) <= Math.abs(prettyStep - step)) prettyStep = step2; - if (Math.abs(step5 - step) <= Math.abs(prettyStep - step)) prettyStep = step5; + this.current = new Date(this.current.valueOf() + this.step); break; + case 'second': this.current = new Date(this.current.valueOf() + this.step * 1000); break; + case 'minute': this.current = new Date(this.current.valueOf() + this.step * 1000 * 60); break; + case 'hour': + this.current = new Date(this.current.valueOf() + this.step * 1000 * 60 * 60); + // in case of skipping an hour for daylight savings, adjust the hour again (else you get: 0h 5h 9h ... instead of 0h 4h 8h ...) + var h = this.current.getHours(); + this.current.setHours(h - (h % this.step)); + break; + case 'weekday': // intentional fall through + case 'day': this.current.setDate(this.current.getDate() + this.step); break; + case 'month': this.current.setMonth(this.current.getMonth() + this.step); break; + case 'year': this.current.setFullYear(this.current.getFullYear() + this.step); break; + default: break; + } + } + else { + switch (this.scale) { + case 'millisecond': this.current = new Date(this.current.valueOf() + this.step); break; + case 'second': this.current.setSeconds(this.current.getSeconds() + this.step); break; + case 'minute': this.current.setMinutes(this.current.getMinutes() + this.step); break; + case 'hour': this.current.setHours(this.current.getHours() + this.step); break; + case 'weekday': // intentional fall through + case 'day': this.current.setDate(this.current.getDate() + this.step); break; + case 'month': this.current.setMonth(this.current.getMonth() + this.step); break; + case 'year': this.current.setFullYear(this.current.getFullYear() + this.step); break; + default: break; + } + } - // for safety - if (prettyStep <= 0) { - prettyStep = 1; + if (this.step != 1) { + // round down to the correct major value + switch (this.scale) { + case 'millisecond': if(this.current.getMilliseconds() < this.step) this.current.setMilliseconds(0); break; + case 'second': if(this.current.getSeconds() < this.step) this.current.setSeconds(0); break; + case 'minute': if(this.current.getMinutes() < this.step) this.current.setMinutes(0); break; + case 'hour': if(this.current.getHours() < this.step) this.current.setHours(0); break; + case 'weekday': // intentional fall through + case 'day': if(this.current.getDate() < this.step+1) this.current.setDate(1); break; + case 'month': if(this.current.getMonth() < this.step) this.current.setMonth(0); break; + case 'year': break; // nothing to do for year + default: break; + } } - return prettyStep; - }; + // safety mechanism: if current time is still unchanged, move to the end + if (this.current.valueOf() == prev) { + this.current = new Date(this._end.valueOf()); + } - /** - * returns the current value of the step - * @return {Number} current value - */ - StepNumber.prototype.getCurrent = function () { - return parseFloat(this._current.toPrecision(this.precision)); + DateUtil.stepOverHiddenDates(this, prev); }; - /** - * returns the current step size - * @return {Number} current step size - */ - StepNumber.prototype.getStep = function () { - return this._step; - }; /** - * Set the current value to the largest value smaller than start, which - * is a multiple of the step size + * Get the current datetime + * @return {Date} current The current date */ - StepNumber.prototype.start = function() { - this._current = this._start - this._start % this._step; + TimeStep.prototype.getCurrent = function() { + return this.current; }; /** - * Do a step, add the step size to the current value + * Set a custom scale. Autoscaling will be disabled. + * For example setScale(SCALE.MINUTES, 5) will result + * in minor steps of 5 minutes, and major steps of an hour. + * + * @param {string} newScale + * A scale. Choose from 'millisecond, 'second, + * 'minute', 'hour', 'weekday, 'day, 'month, 'year'. + * @param {Number} newStep A step size, by default 1. Choose for + * example 1, 2, 5, or 10. */ - StepNumber.prototype.next = function () { - this._current += this._step; + TimeStep.prototype.setScale = function(newScale, newStep) { + this.scale = newScale; + + if (newStep > 0) { + this.step = newStep; + } + + this.autoScale = false; }; /** - * Returns true whether the end is reached - * @return {boolean} True if the current value has passed the end value. + * Enable or disable autoscaling + * @param {boolean} enable If true, autoascaling is set true */ - StepNumber.prototype.end = function () { - return (this._current > this._end); + TimeStep.prototype.setAutoScale = function (enable) { + this.autoScale = enable; }; - module.exports = StepNumber; - - -/***/ }, -/* 18 */ -/***/ function(module, exports, __webpack_require__) { - - var Emitter = __webpack_require__(11); - var Hammer = __webpack_require__(19); - var util = __webpack_require__(1); - var DataSet = __webpack_require__(7); - var DataView = __webpack_require__(9); - var Range = __webpack_require__(21); - var Core = __webpack_require__(25); - var TimeAxis = __webpack_require__(37); - var CurrentTime = __webpack_require__(39); - var CustomTime = __webpack_require__(41); - var ItemSet = __webpack_require__(26); /** - * Create a timeline visualization - * @param {HTMLElement} container - * @param {vis.DataSet | Array | google.visualization.DataTable} [items] - * @param {vis.DataSet | Array | google.visualization.DataTable} [groups] - * @param {Object} [options] See Timeline.setOptions for the available options. - * @constructor - * @extends Core + * Automatically determine the scale that bests fits the provided minimum step + * @param {Number} [minimumStep] The minimum step size in milliseconds */ - function Timeline (container, items, groups, options) { - if (!(this instanceof Timeline)) { - throw new SyntaxError('Constructor must be called with the new operator'); - } - - // if the third element is options, the forth is groups (optionally); - if (!(Array.isArray(groups) || groups instanceof DataSet) && groups instanceof Object) { - var forthArgument = options; - options = groups; - groups = forthArgument; + TimeStep.prototype.setMinimumStep = function(minimumStep) { + if (minimumStep == undefined) { + return; } - var me = this; - this.defaultOptions = { - start: null, - end: null, - - autoResize: true, + //var b = asc + ds; - orientation: 'bottom', - width: null, - height: null, - maxHeight: null, - minHeight: null - }; - this.options = util.deepExtend({}, this.defaultOptions); + var stepYear = (1000 * 60 * 60 * 24 * 30 * 12); + var stepMonth = (1000 * 60 * 60 * 24 * 30); + var stepDay = (1000 * 60 * 60 * 24); + var stepHour = (1000 * 60 * 60); + var stepMinute = (1000 * 60); + var stepSecond = (1000); + var stepMillisecond= (1); - // Create the DOM, props, and emitter - this._create(container); + // find the smallest step that is larger than the provided minimumStep + if (stepYear*1000 > minimumStep) {this.scale = 'year'; this.step = 1000;} + if (stepYear*500 > minimumStep) {this.scale = 'year'; this.step = 500;} + if (stepYear*100 > minimumStep) {this.scale = 'year'; this.step = 100;} + if (stepYear*50 > minimumStep) {this.scale = 'year'; this.step = 50;} + if (stepYear*10 > minimumStep) {this.scale = 'year'; this.step = 10;} + if (stepYear*5 > minimumStep) {this.scale = 'year'; this.step = 5;} + if (stepYear > minimumStep) {this.scale = 'year'; this.step = 1;} + if (stepMonth*3 > minimumStep) {this.scale = 'month'; this.step = 3;} + if (stepMonth > minimumStep) {this.scale = 'month'; this.step = 1;} + if (stepDay*5 > minimumStep) {this.scale = 'day'; this.step = 5;} + if (stepDay*2 > minimumStep) {this.scale = 'day'; this.step = 2;} + if (stepDay > minimumStep) {this.scale = 'day'; this.step = 1;} + if (stepDay/2 > minimumStep) {this.scale = 'weekday'; this.step = 1;} + if (stepHour*4 > minimumStep) {this.scale = 'hour'; this.step = 4;} + if (stepHour > minimumStep) {this.scale = 'hour'; this.step = 1;} + if (stepMinute*15 > minimumStep) {this.scale = 'minute'; this.step = 15;} + if (stepMinute*10 > minimumStep) {this.scale = 'minute'; this.step = 10;} + if (stepMinute*5 > minimumStep) {this.scale = 'minute'; this.step = 5;} + if (stepMinute > minimumStep) {this.scale = 'minute'; this.step = 1;} + if (stepSecond*15 > minimumStep) {this.scale = 'second'; this.step = 15;} + if (stepSecond*10 > minimumStep) {this.scale = 'second'; this.step = 10;} + if (stepSecond*5 > minimumStep) {this.scale = 'second'; this.step = 5;} + if (stepSecond > minimumStep) {this.scale = 'second'; this.step = 1;} + if (stepMillisecond*200 > minimumStep) {this.scale = 'millisecond'; this.step = 200;} + if (stepMillisecond*100 > minimumStep) {this.scale = 'millisecond'; this.step = 100;} + if (stepMillisecond*50 > minimumStep) {this.scale = 'millisecond'; this.step = 50;} + if (stepMillisecond*10 > minimumStep) {this.scale = 'millisecond'; this.step = 10;} + if (stepMillisecond*5 > minimumStep) {this.scale = 'millisecond'; this.step = 5;} + if (stepMillisecond > minimumStep) {this.scale = 'millisecond'; this.step = 1;} + }; - // all components listed here will be repainted automatically - this.components = []; + /** + * Snap a date to a rounded value. + * The snap intervals are dependent on the current scale and step. + * @param {Date} date the date to be snapped. + * @return {Date} snappedDate + */ + TimeStep.prototype.snap = function(date) { + var clone = new Date(date.valueOf()); - this.body = { - dom: this.dom, - domProps: this.props, - emitter: { - on: this.on.bind(this), - off: this.off.bind(this), - emit: this.emit.bind(this) - }, - hiddenDates: [], - util: { - snap: null, // will be specified after TimeAxis is created - toScreen: me._toScreen.bind(me), - toGlobalScreen: me._toGlobalScreen.bind(me), // this refers to the root.width - toTime: me._toTime.bind(me), - toGlobalTime : me._toGlobalTime.bind(me) + if (this.scale == 'year') { + var year = clone.getFullYear() + Math.round(clone.getMonth() / 12); + clone.setFullYear(Math.round(year / this.step) * this.step); + clone.setMonth(0); + clone.setDate(0); + clone.setHours(0); + clone.setMinutes(0); + clone.setSeconds(0); + clone.setMilliseconds(0); + } + else if (this.scale == 'month') { + if (clone.getDate() > 15) { + clone.setDate(1); + clone.setMonth(clone.getMonth() + 1); + // important: first set Date to 1, after that change the month. + } + else { + clone.setDate(1); } - }; - - // range - this.range = new Range(this.body); - this.components.push(this.range); - this.body.range = this.range; - - // time axis - this.timeAxis = new TimeAxis(this.body); - this.components.push(this.timeAxis); - this.body.util.snap = this.timeAxis.snap.bind(this.timeAxis); - - // current time bar - this.currentTime = new CurrentTime(this.body); - this.components.push(this.currentTime); - - // custom time bar - // Note: time bar will be attached in this.setOptions when selected - this.customTime = new CustomTime(this.body); - this.components.push(this.customTime); - - // item set - this.itemSet = new ItemSet(this.body); - this.components.push(this.itemSet); - - this.itemsData = null; // DataSet - this.groupsData = null; // DataSet - // apply options - if (options) { - this.setOptions(options); + clone.setHours(0); + clone.setMinutes(0); + clone.setSeconds(0); + clone.setMilliseconds(0); } - - // IMPORTANT: THIS HAPPENS BEFORE SET ITEMS! - if (groups) { - this.setGroups(groups); + else if (this.scale == 'day') { + //noinspection FallthroughInSwitchStatementJS + switch (this.step) { + case 5: + case 2: + clone.setHours(Math.round(clone.getHours() / 24) * 24); break; + default: + clone.setHours(Math.round(clone.getHours() / 12) * 12); break; + } + clone.setMinutes(0); + clone.setSeconds(0); + clone.setMilliseconds(0); + } + else if (this.scale == 'weekday') { + //noinspection FallthroughInSwitchStatementJS + switch (this.step) { + case 5: + case 2: + clone.setHours(Math.round(clone.getHours() / 12) * 12); break; + default: + clone.setHours(Math.round(clone.getHours() / 6) * 6); break; + } + clone.setMinutes(0); + clone.setSeconds(0); + clone.setMilliseconds(0); + } + else if (this.scale == 'hour') { + switch (this.step) { + case 4: + clone.setMinutes(Math.round(clone.getMinutes() / 60) * 60); break; + default: + clone.setMinutes(Math.round(clone.getMinutes() / 30) * 30); break; + } + clone.setSeconds(0); + clone.setMilliseconds(0); + } else if (this.scale == 'minute') { + //noinspection FallthroughInSwitchStatementJS + switch (this.step) { + case 15: + case 10: + clone.setMinutes(Math.round(clone.getMinutes() / 5) * 5); + clone.setSeconds(0); + break; + case 5: + clone.setSeconds(Math.round(clone.getSeconds() / 60) * 60); break; + default: + clone.setSeconds(Math.round(clone.getSeconds() / 30) * 30); break; + } + clone.setMilliseconds(0); } - - // create itemset - if (items) { - this.setItems(items); + else if (this.scale == 'second') { + //noinspection FallthroughInSwitchStatementJS + switch (this.step) { + case 15: + case 10: + clone.setSeconds(Math.round(clone.getSeconds() / 5) * 5); + clone.setMilliseconds(0); + break; + case 5: + clone.setMilliseconds(Math.round(clone.getMilliseconds() / 1000) * 1000); break; + default: + clone.setMilliseconds(Math.round(clone.getMilliseconds() / 500) * 500); break; + } } - else { - this.redraw(); + else if (this.scale == 'millisecond') { + var step = this.step > 5 ? this.step / 2 : 1; + clone.setMilliseconds(Math.round(clone.getMilliseconds() / step) * step); } - } - - // Extend the functionality from Core - Timeline.prototype = new Core(); + + return clone; + }; /** - * Set items - * @param {vis.DataSet | Array | google.visualization.DataTable | null} items + * Check if the current value is a major value (for example when the step + * is DAY, a major value is each first day of the MONTH) + * @return {boolean} true if current date is major, else false. */ - Timeline.prototype.setItems = function(items) { - var initialLoad = (this.itemsData == null); - - // convert to type DataSet when needed - var newDataSet; - if (!items) { - newDataSet = null; + TimeStep.prototype.isMajor = function() { + if (this.switchedYear == true) { + this.switchedYear = false; + switch (this.scale) { + case 'year': + case 'month': + case 'weekday': + case 'day': + case 'hour': + case 'minute': + case 'second': + case 'millisecond': + return true; + default: + return false; + } } - else if (items instanceof DataSet || items instanceof DataView) { - newDataSet = items; + else if (this.switchedMonth == true) { + this.switchedMonth = false; + switch (this.scale) { + case 'weekday': + case 'day': + case 'hour': + case 'minute': + case 'second': + case 'millisecond': + return true; + default: + return false; + } } - else { - // turn an array into a dataset - newDataSet = new DataSet(items, { - type: { - start: 'Date', - end: 'Date' - } - }); + else if (this.switchedDay == true) { + this.switchedDay = false; + switch (this.scale) { + case 'millisecond': + case 'second': + case 'minute': + case 'hour': + return true; + default: + return false; + } } - // set items - this.itemsData = newDataSet; - this.itemSet && this.itemSet.setItems(newDataSet); - - if (initialLoad) { - if (this.options.start != undefined || this.options.end != undefined) { - if (this.options.start == undefined || this.options.end == undefined) { - var dataRange = this._getDataRange(); - } - - var start = this.options.start != undefined ? this.options.start : dataRange.start; - var end = this.options.end != undefined ? this.options.end : dataRange.end; - - this.setWindow(start, end, {animate: false}); - } - else { - this.fit({animate: false}); - } + switch (this.scale) { + case 'millisecond': + return (this.current.getMilliseconds() == 0); + case 'second': + return (this.current.getSeconds() == 0); + case 'minute': + return (this.current.getHours() == 0) && (this.current.getMinutes() == 0); + case 'hour': + return (this.current.getHours() == 0); + case 'weekday': // intentional fall through + case 'day': + return (this.current.getDate() == 1); + case 'month': + return (this.current.getMonth() == 0); + case 'year': + return false; + default: + return false; } }; + /** - * Set groups - * @param {vis.DataSet | Array | google.visualization.DataTable} groups + * Returns formatted text for the minor axislabel, depending on the current + * date and the scale. For example when scale is MINUTE, the current time is + * formatted as "hh:mm". + * @param {Date} [date] custom date. if not provided, current date is taken */ - Timeline.prototype.setGroups = function(groups) { - // convert to type DataSet when needed - var newDataSet; - if (!groups) { - newDataSet = null; - } - else if (groups instanceof DataSet || groups instanceof DataView) { - newDataSet = groups; - } - else { - // turn an array into a dataset - newDataSet = new DataSet(groups); + TimeStep.prototype.getLabelMinor = function(date) { + if (date == undefined) { + date = this.current; } - this.groupsData = newDataSet; - this.itemSet.setGroups(newDataSet); + var format = this.format.minorLabels[this.scale]; + return (format && format.length > 0) ? moment(date).format(format) : ''; }; /** - * Set selected items by their id. Replaces the current selection - * Unknown id's are silently ignored. - * @param {string[] | string} [ids] An array with zero or more id's of the items to be - * selected. If ids is an empty array, all items will be - * unselected. - * @param {Object} [options] Available options: - * `focus: boolean` - * If true, focus will be set to the selected item(s) - * `animate: boolean | number` - * If true (default), the range is animated - * smoothly to the new window. - * If a number, the number is taken as duration - * for the animation. Default duration is 500 ms. - * Only applicable when option focus is true. + * Returns formatted text for the major axis label, depending on the current + * date and the scale. For example when scale is MINUTE, the major scale is + * hours, and the hour will be formatted as "hh". + * @param {Date} [date] custom date. if not provided, current date is taken */ - Timeline.prototype.setSelection = function(ids, options) { - this.itemSet && this.itemSet.setSelection(ids); - - if (options && options.focus) { - this.focus(ids, options); + TimeStep.prototype.getLabelMajor = function(date) { + if (date == undefined) { + date = this.current; } - }; - /** - * Get the selected items by their id - * @return {Array} ids The ids of the selected items - */ - Timeline.prototype.getSelection = function() { - return this.itemSet && this.itemSet.getSelection() || []; + var format = this.format.majorLabels[this.scale]; + return (format && format.length > 0) ? moment(date).format(format) : ''; }; - /** - * Adjust the visible window such that the selected item (or multiple items) - * are centered on screen. - * @param {String | String[]} id An item id or array with item ids - * @param {Object} [options] Available options: - * `animate: boolean | number` - * If true (default), the range is animated - * smoothly to the new window. - * If a number, the number is taken as duration - * for the animation. Default duration is 500 ms. - * Only applicable when option focus is true - */ - Timeline.prototype.focus = function(id, options) { - if (!this.itemsData || id == undefined) return; + TimeStep.prototype.getClassName = function() { + var m = moment(this.current); + var date = m.locale ? m.locale('en') : m.lang('en'); // old versions of moment have .lang() function + var step = this.step; - var ids = Array.isArray(id) ? id : [id]; + function even(value) { + return (value / step % 2 == 0) ? ' even' : ' odd'; + } - // get the specified item(s) - var itemsData = this.itemsData.getDataSet().get(ids, { - type: { - start: 'Date', - end: 'Date' + function today(date) { + if (date.isSame(new Date(), 'day')) { + return ' today'; } - }); - - // calculate minimum start and maximum end of specified items - var start = null; - var end = null; - itemsData.forEach(function (itemData) { - var s = itemData.start.valueOf(); - var e = 'end' in itemData ? itemData.end.valueOf() : itemData.start.valueOf(); - - if (start === null || s < start) { - start = s; + if (date.isSame(moment().add(1, 'day'), 'day')) { + return ' tomorrow'; } - - if (end === null || e > end) { - end = e; + if (date.isSame(moment().add(-1, 'day'), 'day')) { + return ' yesterday'; } - }); + return ''; + } - if (start !== null && end !== null) { - // calculate the new middle and interval for the window - var middle = (start + end) / 2; - var interval = Math.max((this.range.end - this.range.start), (end - start) * 1.1); + function currentWeek(date) { + return date.isSame(new Date(), 'week') ? ' current-week' : ''; + } - var animate = (options && options.animate !== undefined) ? options.animate : true; - this.range.setRange(middle - interval / 2, middle + interval / 2, animate); + function currentMonth(date) { + return date.isSame(new Date(), 'month') ? ' current-month' : ''; } - }; - /** - * Get the data range of the item set. - * @returns {{min: Date, max: Date}} range A range with a start and end Date. - * When no minimum is found, min==null - * When no maximum is found, max==null - */ - Timeline.prototype.getItemRange = function() { - // calculate min from start filed - var dataset = this.itemsData.getDataSet(), - min = null, - max = null; + function currentYear(date) { + return date.isSame(new Date(), 'year') ? ' current-year' : ''; + } - if (dataset) { - // calculate the minimum value of the field 'start' - var minItem = dataset.min('start'); - min = minItem ? util.convert(minItem.start, 'Date').valueOf() : null; - // Note: we convert first to Date and then to number because else - // a conversion from ISODate to Number will fail + switch (this.scale) { + case 'millisecond': + return even(date.milliseconds()).trim(); - // calculate maximum value of fields 'start' and 'end' - var maxStartItem = dataset.max('start'); - if (maxStartItem) { - max = util.convert(maxStartItem.start, 'Date').valueOf(); - } - var maxEndItem = dataset.max('end'); - if (maxEndItem) { - if (max == null) { - max = util.convert(maxEndItem.end, 'Date').valueOf(); - } - else { - max = Math.max(max, util.convert(maxEndItem.end, 'Date').valueOf()); - } - } - } + case 'second': + return even(date.seconds()).trim(); - return { - min: (min != null) ? new Date(min) : null, - max: (max != null) ? new Date(max) : null - }; - }; + case 'minute': + return even(date.minutes()).trim(); + case 'hour': + var hours = date.hours(); + if (this.step == 4) { + hours = hours + '-' + (hours + 4); + } + return hours + 'h' + today(date) + even(date.hours()); - module.exports = Timeline; + case 'weekday': + return date.format('dddd').toLowerCase() + + today(date) + currentWeek(date) + even(date.date()); + case 'day': + var day = date.date(); + var month = date.format('MMMM').toLowerCase(); + return 'day' + day + ' ' + month + currentMonth(date) + even(day - 1); -/***/ }, -/* 19 */ -/***/ function(module, exports, __webpack_require__) { + case 'month': + return date.format('MMMM').toLowerCase() + + currentMonth(date) + even(date.month()); - // Only load hammer.js when in a browser environment - // (loading hammer.js in a node.js environment gives errors) - if (typeof window !== 'undefined') { - module.exports = window['Hammer'] || __webpack_require__(20); - } - else { - module.exports = function () { - throw Error('hammer.js is only available in a browser, not in node.js.'); + case 'year': + var year = date.year(); + return 'year' + year + currentYear(date)+ even(year); + + default: + return ''; } - } + }; + + module.exports = TimeStep; /***/ }, /* 20 */ /***/ function(module, exports, __webpack_require__) { - var __WEBPACK_AMD_DEFINE_RESULT__;/*! Hammer.JS - v1.1.3 - 2014-05-20 - * http://eightmedia.github.io/hammer.js - * - * Copyright (c) 2014 Jorik Tangelder ; - * Licensed under the MIT license */ - - (function(window, undefined) { - 'use strict'; + /** + * Prototype for visual components + * @param {{dom: Object, domProps: Object, emitter: Emitter, range: Range}} [body] + * @param {Object} [options] + */ + function Component (body, options) { + this.options = null; + this.props = null; + } /** - * @main - * @module hammer - * - * @class Hammer - * @static + * Set options for the component. The new options will be merged into the + * current options. + * @param {Object} options */ + Component.prototype.setOptions = function(options) { + if (options) { + util.extend(this.options, options); + } + }; /** - * Hammer, use this to create instances - * ```` - * var hammertime = new Hammer(myElement); - * ```` - * - * @method Hammer - * @param {HTMLElement} element - * @param {Object} [options={}] - * @return {Hammer.Instance} + * Repaint the component + * @return {boolean} Returns true if the component is resized */ - var Hammer = function Hammer(element, options) { - return new Hammer.Instance(element, options || {}); + Component.prototype.redraw = function() { + // should be implemented by the component + return false; }; /** - * version, as defined in package.json - * the value will be set at each build - * @property VERSION - * @final - * @type {String} + * Destroy the component. Cleanup DOM and event listeners */ - Hammer.VERSION = '1.1.3'; + Component.prototype.destroy = function() { + // should be implemented by the component + }; /** - * default settings. - * more settings are defined per gesture at `/gestures`. Each gesture can be disabled/enabled - * by setting it's name (like `swipe`) to false. - * You can set the defaults for all instances by changing this object before creating an instance. - * @example - * ```` - * Hammer.defaults.drag = false; - * Hammer.defaults.behavior.touchAction = 'pan-y'; - * delete Hammer.defaults.behavior.userSelect; - * ```` - * @property defaults - * @type {Object} + * Test whether the component is resized since the last time _isResized() was + * called. + * @return {Boolean} Returns true if the component is resized + * @protected */ - Hammer.defaults = { - /** - * this setting object adds styles and attributes to the element to prevent the browser from doing - * its native behavior. The css properties are auto prefixed for the browsers when needed. - * @property defaults.behavior - * @type {Object} - */ - behavior: { - /** - * Disables text selection to improve the dragging gesture. When the value is `none` it also sets - * `onselectstart=false` for IE on the element. Mainly for desktop browsers. - * @property defaults.behavior.userSelect - * @type {String} - * @default 'none' - */ - userSelect: 'none', + Component.prototype._isResized = function() { + var resized = (this.props._previousWidth !== this.props.width || + this.props._previousHeight !== this.props.height); - /** - * Specifies whether and how a given region can be manipulated by the user (for instance, by panning or zooming). - * Used by Chrome 35> and IE10>. By default this makes the element blocking any touch event. - * @property defaults.behavior.touchAction - * @type {String} - * @default: 'pan-y' - */ - touchAction: 'pan-y', + this.props._previousWidth = this.props.width; + this.props._previousHeight = this.props.height; - /** - * Disables the default callout shown when you touch and hold a touch target. - * On iOS, when you touch and hold a touch target such as a link, Safari displays - * a callout containing information about the link. This property allows you to disable that callout. - * @property defaults.behavior.touchCallout - * @type {String} - * @default 'none' - */ - touchCallout: 'none', + return resized; + }; - /** - * Specifies whether zooming is enabled. Used by IE10> - * @property defaults.behavior.contentZooming - * @type {String} - * @default 'none' - */ - contentZooming: 'none', + module.exports = Component; - /** - * Specifies that an entire element should be draggable instead of its contents. - * Mainly for desktop browsers. - * @property defaults.behavior.userDrag - * @type {String} - * @default 'none' - */ - userDrag: 'none', - /** - * Overrides the highlight color shown when the user taps a link or a JavaScript - * clickable element in Safari on iPhone. This property obeys the alpha value, if specified. - * - * If you don't specify an alpha value, Safari on iPhone applies a default alpha value - * to the color. To disable tap highlighting, set the alpha value to 0 (invisible). - * If you set the alpha value to 1.0 (opaque), the element is not visible when tapped. - * @property defaults.behavior.tapHighlightColor - * @type {String} - * @default 'rgba(0,0,0,0)' - */ - tapHighlightColor: 'rgba(0,0,0,0)' - } - }; +/***/ }, +/* 21 */ +/***/ function(module, exports, __webpack_require__) { + + var util = __webpack_require__(1); + var Component = __webpack_require__(20); + var moment = __webpack_require__(44); + var locales = __webpack_require__(47); /** - * hammer document where the base events are added at - * @property DOCUMENT - * @type {HTMLElement} - * @default window.document + * A current time bar + * @param {{range: Range, dom: Object, domProps: Object}} body + * @param {Object} [options] Available parameters: + * {Boolean} [showCurrentTime] + * @constructor CurrentTime + * @extends Component */ - Hammer.DOCUMENT = document; + function CurrentTime (body, options) { + this.body = body; + + // default options + this.defaultOptions = { + showCurrentTime: true, + + locales: locales, + locale: 'en' + }; + this.options = util.extend({}, this.defaultOptions); + this.offset = 0; + + this._create(); + + this.setOptions(options); + } + + CurrentTime.prototype = new Component(); /** - * detect support for pointer events - * @property HAS_POINTEREVENTS - * @type {Boolean} + * Create the HTML DOM for the current time bar + * @private */ - Hammer.HAS_POINTEREVENTS = navigator.pointerEnabled || navigator.msPointerEnabled; + CurrentTime.prototype._create = function() { + var bar = document.createElement('div'); + bar.className = 'currenttime'; + bar.style.position = 'absolute'; + bar.style.top = '0px'; + bar.style.height = '100%'; - /** - * detect support for touch events - * @property HAS_TOUCHEVENTS - * @type {Boolean} - */ - Hammer.HAS_TOUCHEVENTS = ('ontouchstart' in window); + this.bar = bar; + }; /** - * detect mobile browsers - * @property IS_MOBILE - * @type {Boolean} + * Destroy the CurrentTime bar */ - Hammer.IS_MOBILE = /mobile|tablet|ip(ad|hone|od)|android|silk/i.test(navigator.userAgent); + CurrentTime.prototype.destroy = function () { + this.options.showCurrentTime = false; + this.redraw(); // will remove the bar from the DOM and stop refreshing - /** - * detect if we want to support mouseevents at all - * @property NO_MOUSEEVENTS - * @type {Boolean} - */ - Hammer.NO_MOUSEEVENTS = (Hammer.HAS_TOUCHEVENTS && Hammer.IS_MOBILE) || Hammer.HAS_POINTEREVENTS; + this.body = null; + }; /** - * interval in which Hammer recalculates current velocity/direction/angle in ms - * @property CALCULATE_INTERVAL - * @type {Number} - * @default 25 + * Set options for the component. Options will be merged in current options. + * @param {Object} options Available parameters: + * {boolean} [showCurrentTime] */ - Hammer.CALCULATE_INTERVAL = 25; + CurrentTime.prototype.setOptions = function(options) { + if (options) { + // copy all options that we know + util.selectiveExtend(['showCurrentTime', 'locale', 'locales'], this.options, options); + } + }; /** - * eventtypes per touchevent (start, move, end) are filled by `Event.determineEventTypes` on `setup` - * the object contains the DOM event names per type (`EVENT_START`, `EVENT_MOVE`, `EVENT_END`) - * @property EVENT_TYPES - * @private - * @writeOnce - * @type {Object} + * Repaint the component + * @return {boolean} Returns true if the component is resized */ - var EVENT_TYPES = {}; + CurrentTime.prototype.redraw = function() { + if (this.options.showCurrentTime) { + var parent = this.body.dom.backgroundVertical; + if (this.bar.parentNode != parent) { + // attach to the dom + if (this.bar.parentNode) { + this.bar.parentNode.removeChild(this.bar); + } + parent.appendChild(this.bar); + + this.start(); + } + + var now = new Date(new Date().valueOf() + this.offset); + var x = this.body.util.toScreen(now); + + var locale = this.options.locales[this.options.locale]; + var title = locale.current + ' ' + locale.time + ': ' + moment(now).format('dddd, MMMM Do YYYY, H:mm:ss'); + title = title.charAt(0).toUpperCase() + title.substring(1); + + this.bar.style.left = x + 'px'; + this.bar.title = title; + } + else { + // remove the line from the DOM + if (this.bar.parentNode) { + this.bar.parentNode.removeChild(this.bar); + } + this.stop(); + } + + return false; + }; /** - * direction strings, for safe comparisons - * @property DIRECTION_DOWN|LEFT|UP|RIGHT - * @final - * @type {String} - * @default 'down' 'left' 'up' 'right' + * Start auto refreshing the current time bar */ - var DIRECTION_DOWN = Hammer.DIRECTION_DOWN = 'down'; - var DIRECTION_LEFT = Hammer.DIRECTION_LEFT = 'left'; - var DIRECTION_UP = Hammer.DIRECTION_UP = 'up'; - var DIRECTION_RIGHT = Hammer.DIRECTION_RIGHT = 'right'; + CurrentTime.prototype.start = function() { + var me = this; + + function update () { + me.stop(); + + // determine interval to refresh + var scale = me.body.range.conversion(me.body.domProps.center.width).scale; + var interval = 1 / scale / 10; + if (interval < 30) interval = 30; + if (interval > 1000) interval = 1000; + + me.redraw(); + + // start a timer to adjust for the new time + me.currentTimeTimer = setTimeout(update, interval); + } + + update(); + }; /** - * pointertype strings, for safe comparisons - * @property POINTER_MOUSE|TOUCH|PEN - * @final - * @type {String} - * @default 'mouse' 'touch' 'pen' + * Stop auto refreshing the current time bar */ - var POINTER_MOUSE = Hammer.POINTER_MOUSE = 'mouse'; - var POINTER_TOUCH = Hammer.POINTER_TOUCH = 'touch'; - var POINTER_PEN = Hammer.POINTER_PEN = 'pen'; + CurrentTime.prototype.stop = function() { + if (this.currentTimeTimer !== undefined) { + clearTimeout(this.currentTimeTimer); + delete this.currentTimeTimer; + } + }; /** - * eventtypes - * @property EVENT_START|MOVE|END|RELEASE|TOUCH - * @final - * @type {String} - * @default 'start' 'change' 'move' 'end' 'release' 'touch' + * Set a current time. This can be used for example to ensure that a client's + * time is synchronized with a shared server time. + * @param {Date | String | Number} time A Date, unix timestamp, or + * ISO date string. */ - var EVENT_START = Hammer.EVENT_START = 'start'; - var EVENT_MOVE = Hammer.EVENT_MOVE = 'move'; - var EVENT_END = Hammer.EVENT_END = 'end'; - var EVENT_RELEASE = Hammer.EVENT_RELEASE = 'release'; - var EVENT_TOUCH = Hammer.EVENT_TOUCH = 'touch'; + CurrentTime.prototype.setCurrentTime = function(time) { + var t = util.convert(time, 'Date').valueOf(); + var now = new Date().valueOf(); + this.offset = t - now; + this.redraw(); + }; /** - * if the window events are set... - * @property READY - * @writeOnce - * @type {Boolean} - * @default false + * Get the current time. + * @return {Date} Returns the current time. */ - Hammer.READY = false; + CurrentTime.prototype.getCurrentTime = function() { + return new Date(new Date().valueOf() + this.offset); + }; + + module.exports = CurrentTime; + + +/***/ }, +/* 22 */ +/***/ function(module, exports, __webpack_require__) { + + var Hammer = __webpack_require__(45); + var util = __webpack_require__(1); + var Component = __webpack_require__(20); + var moment = __webpack_require__(44); + var locales = __webpack_require__(47); /** - * plugins namespace - * @property plugins - * @type {Object} + * A custom time bar + * @param {{range: Range, dom: Object}} body + * @param {Object} [options] Available parameters: + * {Boolean} [showCustomTime] + * @constructor CustomTime + * @extends Component */ - Hammer.plugins = Hammer.plugins || {}; + + function CustomTime (body, options) { + this.body = body; + + // default options + this.defaultOptions = { + showCustomTime: false, + locales: locales, + locale: 'en' + }; + this.options = util.extend({}, this.defaultOptions); + + this.customTime = new Date(); + this.eventParams = {}; // stores state parameters while dragging the bar + + // create the DOM + this._create(); + + this.setOptions(options); + } + + CustomTime.prototype = new Component(); /** - * gestures namespace - * see `/gestures` for the definitions - * @property gestures - * @type {Object} + * Set options for the component. Options will be merged in current options. + * @param {Object} options Available parameters: + * {boolean} [showCustomTime] */ - Hammer.gestures = Hammer.gestures || {}; + CustomTime.prototype.setOptions = function(options) { + if (options) { + // copy all options that we know + util.selectiveExtend(['showCustomTime', 'locale', 'locales'], this.options, options); + } + }; /** - * setup events to detect gestures on the document - * this function is called when creating an new instance + * Create the DOM for the custom time * @private */ - function setup() { - if(Hammer.READY) { - return; - } - - // find what eventtypes we add listeners to - Event.determineEventTypes(); - - // Register all gestures inside Hammer.gestures - Utils.each(Hammer.gestures, function(gesture) { - Detection.register(gesture); - }); + CustomTime.prototype._create = function() { + var bar = document.createElement('div'); + bar.className = 'customtime'; + bar.style.position = 'absolute'; + bar.style.top = '0px'; + bar.style.height = '100%'; + this.bar = bar; - // Add touch events on the document - Event.onTouch(Hammer.DOCUMENT, EVENT_MOVE, Detection.detect); - Event.onTouch(Hammer.DOCUMENT, EVENT_END, Detection.detect); + var drag = document.createElement('div'); + drag.style.position = 'relative'; + drag.style.top = '0px'; + drag.style.left = '-10px'; + drag.style.height = '100%'; + drag.style.width = '20px'; + bar.appendChild(drag); - // Hammer is ready...! - Hammer.READY = true; - } + // attach event listeners + this.hammer = Hammer(bar, { + prevent_default: true + }); + this.hammer.on('dragstart', this._onDragStart.bind(this)); + this.hammer.on('drag', this._onDrag.bind(this)); + this.hammer.on('dragend', this._onDragEnd.bind(this)); + }; /** - * @module hammer - * - * @class Utils - * @static + * Destroy the CustomTime bar */ - var Utils = Hammer.utils = { - /** - * extend method, could also be used for cloning when `dest` is an empty object. - * changes the dest object - * @method extend - * @param {Object} dest - * @param {Object} src - * @param {Boolean} [merge=false] do a merge - * @return {Object} dest - */ - extend: function extend(dest, src, merge) { - for(var key in src) { - if(!src.hasOwnProperty(key) || (dest[key] !== undefined && merge)) { - continue; - } - dest[key] = src[key]; - } - return dest; - }, - - /** - * simple addEventListener wrapper - * @method on - * @param {HTMLElement} element - * @param {String} type - * @param {Function} handler - */ - on: function on(element, type, handler) { - element.addEventListener(type, handler, false); - }, + CustomTime.prototype.destroy = function () { + this.options.showCustomTime = false; + this.redraw(); // will remove the bar from the DOM - /** - * simple removeEventListener wrapper - * @method off - * @param {HTMLElement} element - * @param {String} type - * @param {Function} handler - */ - off: function off(element, type, handler) { - element.removeEventListener(type, handler, false); - }, + this.hammer.enable(false); + this.hammer = null; - /** - * forEach over arrays and objects - * @method each - * @param {Object|Array} obj - * @param {Function} iterator - * @param {any} iterator.item - * @param {Number} iterator.index - * @param {Object|Array} iterator.obj the source object - * @param {Object} context value to use as `this` in the iterator - */ - each: function each(obj, iterator, context) { - var i, len; + this.body = null; + }; - // native forEach on arrays - if('forEach' in obj) { - obj.forEach(iterator, context); - // arrays - } else if(obj.length !== undefined) { - for(i = 0, len = obj.length; i < len; i++) { - if(iterator.call(context, obj[i], i, obj) === false) { - return; - } - } - // objects - } else { - for(i in obj) { - if(obj.hasOwnProperty(i) && - iterator.call(context, obj[i], i, obj) === false) { - return; - } - } - } - }, + /** + * Repaint the component + * @return {boolean} Returns true if the component is resized + */ + CustomTime.prototype.redraw = function () { + if (this.options.showCustomTime) { + var parent = this.body.dom.backgroundVertical; + if (this.bar.parentNode != parent) { + // attach to the dom + if (this.bar.parentNode) { + this.bar.parentNode.removeChild(this.bar); + } + parent.appendChild(this.bar); + } - /** - * find if a string contains the string using indexOf - * @method inStr - * @param {String} src - * @param {String} find - * @return {Boolean} found - */ - inStr: function inStr(src, find) { - return src.indexOf(find) > -1; - }, + var x = this.body.util.toScreen(this.customTime); - /** - * find if a array contains the object using indexOf or a simple polyfill - * @method inArray - * @param {String} src - * @param {String} find - * @return {Boolean|Number} false when not found, or the index - */ - inArray: function inArray(src, find) { - if(src.indexOf) { - var index = src.indexOf(find); - return (index === -1) ? false : index; - } else { - for(var i = 0, len = src.length; i < len; i++) { - if(src[i] === find) { - return i; - } - } - return false; - } - }, + var locale = this.options.locales[this.options.locale]; + var title = locale.time + ': ' + moment(this.customTime).format('dddd, MMMM Do YYYY, H:mm:ss'); + title = title.charAt(0).toUpperCase() + title.substring(1); - /** - * convert an array-like object (`arguments`, `touchlist`) to an array - * @method toArray - * @param {Object} obj - * @return {Array} - */ - toArray: function toArray(obj) { - return Array.prototype.slice.call(obj, 0); - }, + this.bar.style.left = x + 'px'; + this.bar.title = title; + } + else { + // remove the line from the DOM + if (this.bar.parentNode) { + this.bar.parentNode.removeChild(this.bar); + } + } - /** - * find if a node is in the given parent - * @method hasParent - * @param {HTMLElement} node - * @param {HTMLElement} parent - * @return {Boolean} found - */ - hasParent: function hasParent(node, parent) { - while(node) { - if(node == parent) { - return true; - } - node = node.parentNode; - } - return false; - }, + return false; + }; - /** - * get the center of all the touches - * @method getCenter - * @param {Array} touches - * @return {Object} center contains `pageX`, `pageY`, `clientX` and `clientY` properties - */ - getCenter: function getCenter(touches) { - var pageX = [], - pageY = [], - clientX = [], - clientY = [], - min = Math.min, - max = Math.max; + /** + * Set custom time. + * @param {Date | number | string} time + */ + CustomTime.prototype.setCustomTime = function(time) { + this.customTime = util.convert(time, 'Date'); + this.redraw(); + }; - // no need to loop when only one touch - if(touches.length === 1) { - return { - pageX: touches[0].pageX, - pageY: touches[0].pageY, - clientX: touches[0].clientX, - clientY: touches[0].clientY - }; - } + /** + * Retrieve the current custom time. + * @return {Date} customTime + */ + CustomTime.prototype.getCustomTime = function() { + return new Date(this.customTime.valueOf()); + }; - Utils.each(touches, function(touch) { - pageX.push(touch.pageX); - pageY.push(touch.pageY); - clientX.push(touch.clientX); - clientY.push(touch.clientY); - }); + /** + * Start moving horizontally + * @param {Event} event + * @private + */ + CustomTime.prototype._onDragStart = function(event) { + this.eventParams.dragging = true; + this.eventParams.customTime = this.customTime; - return { - pageX: (min.apply(Math, pageX) + max.apply(Math, pageX)) / 2, - pageY: (min.apply(Math, pageY) + max.apply(Math, pageY)) / 2, - clientX: (min.apply(Math, clientX) + max.apply(Math, clientX)) / 2, - clientY: (min.apply(Math, clientY) + max.apply(Math, clientY)) / 2 - }; - }, + event.stopPropagation(); + event.preventDefault(); + }; - /** - * calculate the velocity between two points. unit is in px per ms. - * @method getVelocity - * @param {Number} deltaTime - * @param {Number} deltaX - * @param {Number} deltaY - * @return {Object} velocity `x` and `y` - */ - getVelocity: function getVelocity(deltaTime, deltaX, deltaY) { - return { - x: Math.abs(deltaX / deltaTime) || 0, - y: Math.abs(deltaY / deltaTime) || 0 - }; - }, + /** + * Perform moving operating. + * @param {Event} event + * @private + */ + CustomTime.prototype._onDrag = function (event) { + if (!this.eventParams.dragging) return; - /** - * calculate the angle between two coordinates - * @method getAngle - * @param {Touch} touch1 - * @param {Touch} touch2 - * @return {Number} angle - */ - getAngle: function getAngle(touch1, touch2) { - var x = touch2.clientX - touch1.clientX, - y = touch2.clientY - touch1.clientY; + var deltaX = event.gesture.deltaX, + x = this.body.util.toScreen(this.eventParams.customTime) + deltaX, + time = this.body.util.toTime(x); - return Math.atan2(y, x) * 180 / Math.PI; - }, + this.setCustomTime(time); - /** - * do a small comparision to get the direction between two touches. - * @method getDirection - * @param {Touch} touch1 - * @param {Touch} touch2 - * @return {String} direction matches `DIRECTION_LEFT|RIGHT|UP|DOWN` - */ - getDirection: function getDirection(touch1, touch2) { - var x = Math.abs(touch1.clientX - touch2.clientX), - y = Math.abs(touch1.clientY - touch2.clientY); + // fire a timechange event + this.body.emitter.emit('timechange', { + time: new Date(this.customTime.valueOf()) + }); - if(x >= y) { - return touch1.clientX - touch2.clientX > 0 ? DIRECTION_LEFT : DIRECTION_RIGHT; - } - return touch1.clientY - touch2.clientY > 0 ? DIRECTION_UP : DIRECTION_DOWN; - }, + event.stopPropagation(); + event.preventDefault(); + }; - /** - * calculate the distance between two touches - * @method getDistance - * @param {Touch}touch1 - * @param {Touch} touch2 - * @return {Number} distance - */ - getDistance: function getDistance(touch1, touch2) { - var x = touch2.clientX - touch1.clientX, - y = touch2.clientY - touch1.clientY; + /** + * Stop moving operating. + * @param {event} event + * @private + */ + CustomTime.prototype._onDragEnd = function (event) { + if (!this.eventParams.dragging) return; - return Math.sqrt((x * x) + (y * y)); - }, + // fire a timechanged event + this.body.emitter.emit('timechanged', { + time: new Date(this.customTime.valueOf()) + }); - /** - * calculate the scale factor between two touchLists - * no scale is 1, and goes down to 0 when pinched together, and bigger when pinched out - * @method getScale - * @param {Array} start array of touches - * @param {Array} end array of touches - * @return {Number} scale - */ - getScale: function getScale(start, end) { - // need two fingers... - if(start.length >= 2 && end.length >= 2) { - return this.getDistance(end[0], end[1]) / this.getDistance(start[0], start[1]); - } - return 1; - }, + event.stopPropagation(); + event.preventDefault(); + }; - /** - * calculate the rotation degrees between two touchLists - * @method getRotation - * @param {Array} start array of touches - * @param {Array} end array of touches - * @return {Number} rotation - */ - getRotation: function getRotation(start, end) { - // need two fingers - if(start.length >= 2 && end.length >= 2) { - return this.getAngle(end[1], end[0]) - this.getAngle(start[1], start[0]); - } - return 0; - }, + module.exports = CustomTime; - /** - * find out if the direction is vertical * - * @method isVertical - * @param {String} direction matches `DIRECTION_UP|DOWN` - * @return {Boolean} is_vertical - */ - isVertical: function isVertical(direction) { - return direction == DIRECTION_UP || direction == DIRECTION_DOWN; - }, - /** - * set css properties with their prefixes - * @param {HTMLElement} element - * @param {String} prop - * @param {String} value - * @param {Boolean} [toggle=true] - * @return {Boolean} - */ - setPrefixedCss: function setPrefixedCss(element, prop, value, toggle) { - var prefixes = ['', 'Webkit', 'Moz', 'O', 'ms']; - prop = Utils.toCamelCase(prop); +/***/ }, +/* 23 */ +/***/ function(module, exports, __webpack_require__) { - for(var i = 0; i < prefixes.length; i++) { - var p = prop; - // prefixes - if(prefixes[i]) { - p = prefixes[i] + p.slice(0, 1).toUpperCase() + p.slice(1); - } + var util = __webpack_require__(1); + var DOMutil = __webpack_require__(2); + var Component = __webpack_require__(20); + var DataStep = __webpack_require__(16); - // test the style - if(p in element.style) { - element.style[p] = (toggle == null || toggle) && value || ''; - break; - } - } + /** + * A horizontal time axis + * @param {Object} [options] See DataAxis.setOptions for the available + * options. + * @constructor DataAxis + * @extends Component + * @param body + */ + function DataAxis (body, options, svg, linegraphOptions) { + this.id = util.randomUUID(); + this.body = body; + + this.defaultOptions = { + orientation: 'left', // supported: 'left', 'right' + showMinorLabels: true, + showMajorLabels: true, + icons: true, + majorLinesOffset: 7, + minorLinesOffset: 4, + labelOffsetX: 10, + labelOffsetY: 2, + iconWidth: 20, + width: '40px', + visible: true, + alignZeros: true, + customRange: { + left: {min:undefined, max:undefined}, + right: {min:undefined, max:undefined} + }, + title: { + left: {text:undefined}, + right: {text:undefined} }, + format: { + left: {decimals: undefined}, + right: {decimals: undefined} + } + }; - /** - * toggle browser default behavior by setting css properties. - * `userSelect='none'` also sets `element.onselectstart` to false - * `userDrag='none'` also sets `element.ondragstart` to false - * - * @method toggleBehavior - * @param {HtmlElement} element - * @param {Object} props - * @param {Boolean} [toggle=true] - */ - toggleBehavior: function toggleBehavior(element, props, toggle) { - if(!props || !element || !element.style) { - return; - } + this.linegraphOptions = linegraphOptions; + this.linegraphSVG = svg; + this.props = {}; + this.DOMelements = { // dynamic elements + lines: {}, + labels: {}, + title: {} + }; - // set the css properties - Utils.each(props, function(value, prop) { - Utils.setPrefixedCss(element, prop, value, toggle); - }); + this.dom = {}; - var falseFn = toggle && function() { - return false; - }; + this.range = {start:0, end:0}; - // also the disable onselectstart - if(props.userSelect == 'none') { - element.onselectstart = falseFn; - } - // and disable ondragstart - if(props.userDrag == 'none') { - element.ondragstart = falseFn; - } - }, + this.options = util.extend({}, this.defaultOptions); + this.conversionFactor = 1; - /** - * convert a string with underscores to camelCase - * so prevent_default becomes preventDefault - * @param {String} str - * @return {String} camelCaseStr - */ - toCamelCase: function toCamelCase(str) { - return str.replace(/[_-]([a-z])/g, function(s) { - return s[1].toUpperCase(); - }); - } - }; + this.setOptions(options); + this.width = Number(('' + this.options.width).replace("px","")); + this.minWidth = this.width; + this.height = this.linegraphSVG.offsetHeight; + this.hidden = false; + this.stepPixels = 25; + this.stepPixelsForced = 25; + this.zeroCrossing = -1; - /** - * @module hammer - */ - /** - * @class Event - * @static - */ - var Event = Hammer.event = { - /** - * when touch events have been fired, this is true - * this is used to stop mouse events - * @property prevent_mouseevents - * @private - * @type {Boolean} - */ - preventMouseEvents: false, + this.lineOffset = 0; + this.master = true; + this.svgElements = {}; + this.iconsRemoved = false; - /** - * if EVENT_START has been fired - * @property started - * @private - * @type {Boolean} - */ - started: false, - /** - * when the mouse is hold down, this is true - * @property should_detect - * @private - * @type {Boolean} - */ - shouldDetect: false, + this.groups = {}; + this.amountOfGroups = 0; - /** - * simple event binder with a hook and support for multiple types - * @method on - * @param {HTMLElement} element - * @param {String} type - * @param {Function} handler - * @param {Function} [hook] - * @param {Object} hook.type - */ - on: function on(element, type, handler, hook) { - var types = type.split(' '); - Utils.each(types, function(type) { - Utils.on(element, type, handler); - hook && hook(type); - }); - }, + // create the HTML DOM + this._create(); - /** - * simple event unbinder with a hook and support for multiple types - * @method off - * @param {HTMLElement} element - * @param {String} type - * @param {Function} handler - * @param {Function} [hook] - * @param {Object} hook.type - */ - off: function off(element, type, handler, hook) { - var types = type.split(' '); - Utils.each(types, function(type) { - Utils.off(element, type, handler); - hook && hook(type); - }); - }, + var me = this; + this.body.emitter.on("verticalDrag", function() { + me.dom.lineContainer.style.top = me.body.domProps.scrollTop + 'px'; + }); + } - /** - * the core touch event handler. - * this finds out if we should to detect gestures - * @method onTouch - * @param {HTMLElement} element - * @param {String} eventType matches `EVENT_START|MOVE|END` - * @param {Function} handler - * @return onTouchHandler {Function} the core event handler - */ - onTouch: function onTouch(element, eventType, handler) { - var self = this; + DataAxis.prototype = new Component(); - var onTouchHandler = function onTouchHandler(ev) { - var srcType = ev.type.toLowerCase(), - isPointer = Hammer.HAS_POINTEREVENTS, - isMouse = Utils.inStr(srcType, 'mouse'), - triggerType; - // if we are in a mouseevent, but there has been a touchevent triggered in this session - // we want to do nothing. simply break out of the event. - if(isMouse && self.preventMouseEvents) { - return; + DataAxis.prototype.addGroup = function(label, graphOptions) { + if (!this.groups.hasOwnProperty(label)) { + this.groups[label] = graphOptions; + } + this.amountOfGroups += 1; + }; - // mousebutton must be down - } else if(isMouse && eventType == EVENT_START && ev.button === 0) { - self.preventMouseEvents = false; - self.shouldDetect = true; - } else if(isPointer && eventType == EVENT_START) { - self.shouldDetect = (ev.buttons === 1 || PointerEvent.matchType(POINTER_TOUCH, ev)); - // just a valid start event, but no mouse - } else if(!isMouse && eventType == EVENT_START) { - self.preventMouseEvents = true; - self.shouldDetect = true; - } + DataAxis.prototype.updateGroup = function(label, graphOptions) { + this.groups[label] = graphOptions; + }; - // update the pointer event before entering the detection - if(isPointer && eventType != EVENT_END) { - PointerEvent.updatePointer(eventType, ev); - } + DataAxis.prototype.removeGroup = function(label) { + if (this.groups.hasOwnProperty(label)) { + delete this.groups[label]; + this.amountOfGroups -= 1; + } + }; - // we are in a touch/down state, so allowed detection of gestures - if(self.shouldDetect) { - triggerType = self.doDetect.call(self, ev, eventType, element, handler); - } - // ...and we are done with the detection - // so reset everything to start each detection totally fresh - if(triggerType == EVENT_END) { - self.preventMouseEvents = false; - self.shouldDetect = false; - PointerEvent.reset(); - // update the pointerevent object after the detection - } + DataAxis.prototype.setOptions = function (options) { + if (options) { + var redraw = false; + if (this.options.orientation != options.orientation && options.orientation !== undefined) { + redraw = true; + } + var fields = [ + 'orientation', + 'showMinorLabels', + 'showMajorLabels', + 'icons', + 'majorLinesOffset', + 'minorLinesOffset', + 'labelOffsetX', + 'labelOffsetY', + 'iconWidth', + 'width', + 'visible', + 'customRange', + 'title', + 'format', + 'alignZeros' + ]; + util.selectiveExtend(fields, this.options, options); - if(isPointer && eventType == EVENT_END) { - PointerEvent.updatePointer(eventType, ev); - } - }; + this.minWidth = Number(('' + this.options.width).replace("px","")); - this.on(element, EVENT_TYPES[eventType], onTouchHandler); - return onTouchHandler; - }, + if (redraw == true && this.dom.frame) { + this.hide(); + this.show(); + } + } + }; - /** - * the core detection method - * this finds out what hammer-touch-events to trigger - * @method doDetect - * @param {Object} ev - * @param {String} eventType matches `EVENT_START|MOVE|END` - * @param {HTMLElement} element - * @param {Function} handler - * @return {String} triggerType matches `EVENT_START|MOVE|END` - */ - doDetect: function doDetect(ev, eventType, element, handler) { - var touchList = this.getTouchList(ev, eventType); - var touchListLength = touchList.length; - var triggerType = eventType; - var triggerChange = touchList.trigger; // used by fakeMultitouch plugin - var changedLength = touchListLength; - // at each touchstart-like event we want also want to trigger a TOUCH event... - if(eventType == EVENT_START) { - triggerChange = EVENT_TOUCH; - // ...the same for a touchend-like event - } else if(eventType == EVENT_END) { - triggerChange = EVENT_RELEASE; + /** + * Create the HTML DOM for the DataAxis + */ + DataAxis.prototype._create = function() { + this.dom.frame = document.createElement('div'); + this.dom.frame.style.width = this.options.width; + this.dom.frame.style.height = this.height; - // keep track of how many touches have been removed - changedLength = touchList.length - ((ev.changedTouches) ? ev.changedTouches.length : 1); - } + this.dom.lineContainer = document.createElement('div'); + this.dom.lineContainer.style.width = '100%'; + this.dom.lineContainer.style.height = this.height; + this.dom.lineContainer.style.position = 'relative'; - // after there are still touches on the screen, - // we just want to trigger a MOVE event. so change the START or END to a MOVE - // but only after detection has been started, the first time we actualy want a START - if(changedLength > 0 && this.started) { - triggerType = EVENT_MOVE; - } + // create svg element for graph drawing. + this.svg = document.createElementNS('http://www.w3.org/2000/svg',"svg"); + this.svg.style.position = "absolute"; + this.svg.style.top = '0px'; + this.svg.style.height = '100%'; + this.svg.style.width = '100%'; + this.svg.style.display = "block"; + this.dom.frame.appendChild(this.svg); + }; - // detection has been started, we keep track of this, see above - this.started = true; + DataAxis.prototype._redrawGroupIcons = function () { + DOMutil.prepareElements(this.svgElements); - // generate some event data, some basic information - var evData = this.collectEventData(element, triggerType, touchList, ev); + var x; + var iconWidth = this.options.iconWidth; + var iconHeight = 15; + var iconOffset = 4; + var y = iconOffset + 0.5 * iconHeight; - // trigger the triggerType event before the change (TOUCH, RELEASE) events - // but the END event should be at last - if(eventType != EVENT_END) { - handler.call(Detection, evData); - } + if (this.options.orientation == 'left') { + x = iconOffset; + } + else { + x = this.width - iconWidth - iconOffset; + } - // trigger a change (TOUCH, RELEASE) event, this means the length of the touches changed - if(triggerChange) { - evData.changedLength = changedLength; - evData.eventType = triggerChange; + for (var groupId in this.groups) { + if (this.groups.hasOwnProperty(groupId)) { + if (this.groups[groupId].visible == true && (this.linegraphOptions.visibility[groupId] === undefined || this.linegraphOptions.visibility[groupId] == true)) { + this.groups[groupId].drawIcon(x, y, this.svgElements, this.svg, iconWidth, iconHeight); + y += iconHeight + iconOffset; + } + } + } - handler.call(Detection, evData); + DOMutil.cleanupElements(this.svgElements); + this.iconsRemoved = false; + }; - evData.eventType = triggerType; - delete evData.changedLength; - } + DataAxis.prototype._cleanupIcons = function() { + if (this.iconsRemoved == false) { + DOMutil.prepareElements(this.svgElements); + DOMutil.cleanupElements(this.svgElements); + this.iconsRemoved = true; + } + } + + /** + * Create the HTML DOM for the DataAxis + */ + DataAxis.prototype.show = function() { + this.hidden = false; + if (!this.dom.frame.parentNode) { + if (this.options.orientation == 'left') { + this.body.dom.left.appendChild(this.dom.frame); + } + else { + this.body.dom.right.appendChild(this.dom.frame); + } + } - // trigger the END event - if(triggerType == EVENT_END) { - handler.call(Detection, evData); + if (!this.dom.lineContainer.parentNode) { + this.body.dom.backgroundHorizontal.appendChild(this.dom.lineContainer); + } + }; - // ...and we are done with the detection - // so reset everything to start each detection totally fresh - this.started = false; - } + /** + * Create the HTML DOM for the DataAxis + */ + DataAxis.prototype.hide = function() { + this.hidden = true; + if (this.dom.frame.parentNode) { + this.dom.frame.parentNode.removeChild(this.dom.frame); + } - return triggerType; - }, + if (this.dom.lineContainer.parentNode) { + this.dom.lineContainer.parentNode.removeChild(this.dom.lineContainer); + } + }; - /** - * we have different events for each device/browser - * determine what we need and set them in the EVENT_TYPES constant - * the `onTouch` method is bind to these properties. - * @method determineEventTypes - * @return {Object} events - */ - determineEventTypes: function determineEventTypes() { - var types; - if(Hammer.HAS_POINTEREVENTS) { - if(window.PointerEvent) { - types = [ - 'pointerdown', - 'pointermove', - 'pointerup pointercancel lostpointercapture' - ]; - } else { - types = [ - 'MSPointerDown', - 'MSPointerMove', - 'MSPointerUp MSPointerCancel MSLostPointerCapture' - ]; - } - } else if(Hammer.NO_MOUSEEVENTS) { - types = [ - 'touchstart', - 'touchmove', - 'touchend touchcancel' - ]; - } else { - types = [ - 'touchstart mousedown', - 'touchmove mousemove', - 'touchend touchcancel mouseup' - ]; - } + /** + * Set a range (start and end) + * @param end + * @param start + * @param end + */ + DataAxis.prototype.setRange = function (start, end) { + if (this.master == false && this.options.alignZeros == true && this.zeroCrossing != -1) { + if (start > 0) { + start = 0; + } + } + this.range.start = start; + this.range.end = end; + }; - EVENT_TYPES[EVENT_START] = types[0]; - EVENT_TYPES[EVENT_MOVE] = types[1]; - EVENT_TYPES[EVENT_END] = types[2]; - return EVENT_TYPES; - }, + /** + * Repaint the component + * @return {boolean} Returns true if the component is resized + */ + DataAxis.prototype.redraw = function () { + var resized = false; + var activeGroups = 0; + + // Make sure the line container adheres to the vertical scrolling. + this.dom.lineContainer.style.top = this.body.domProps.scrollTop + 'px'; - /** - * create touchList depending on the event - * @method getTouchList - * @param {Object} ev - * @param {String} eventType - * @return {Array} touches - */ - getTouchList: function getTouchList(ev, eventType) { - // get the fake pointerEvent touchlist - if(Hammer.HAS_POINTEREVENTS) { - return PointerEvent.getTouchList(); - } + for (var groupId in this.groups) { + if (this.groups.hasOwnProperty(groupId)) { + if (this.groups[groupId].visible == true && (this.linegraphOptions.visibility[groupId] === undefined || this.linegraphOptions.visibility[groupId] == true)) { + activeGroups++; + } + } + } + if (this.amountOfGroups == 0 || activeGroups == 0) { + this.hide(); + } + else { + this.show(); + this.height = Number(this.linegraphSVG.style.height.replace("px","")); - // get the touchlist - if(ev.touches) { - if(eventType == EVENT_MOVE) { - return ev.touches; - } + // svg offsetheight did not work in firefox and explorer... + this.dom.lineContainer.style.height = this.height + 'px'; + this.width = this.options.visible == true ? Number(('' + this.options.width).replace("px","")) : 0; - var identifiers = []; - var concat = [].concat(Utils.toArray(ev.touches), Utils.toArray(ev.changedTouches)); - var touchList = []; + var props = this.props; + var frame = this.dom.frame; - Utils.each(concat, function(touch) { - if(Utils.inArray(identifiers, touch.identifier) === false) { - touchList.push(touch); - } - identifiers.push(touch.identifier); - }); + // update classname + frame.className = 'dataaxis'; - return touchList; - } + // calculate character width and height + this._calculateCharSize(); - // make fake touchList from mouse position - ev.identifier = 1; - return [ev]; - }, + var orientation = this.options.orientation; + var showMinorLabels = this.options.showMinorLabels; + var showMajorLabels = this.options.showMajorLabels; - /** - * collect basic event data - * @method collectEventData - * @param {HTMLElement} element - * @param {String} eventType matches `EVENT_START|MOVE|END` - * @param {Array} touches - * @param {Object} ev - * @return {Object} ev - */ - collectEventData: function collectEventData(element, eventType, touches, ev) { - // find out pointerType - var pointerType = POINTER_TOUCH; - if(Utils.inStr(ev.type, 'mouse') || PointerEvent.matchType(POINTER_MOUSE, ev)) { - pointerType = POINTER_MOUSE; - } else if(PointerEvent.matchType(POINTER_PEN, ev)) { - pointerType = POINTER_PEN; - } + // determine the width and height of the elements for the axis + props.minorLabelHeight = showMinorLabels ? props.minorCharHeight : 0; + props.majorLabelHeight = showMajorLabels ? props.majorCharHeight : 0; - return { - center: Utils.getCenter(touches), - timeStamp: Date.now(), - target: ev.target, - touches: touches, - eventType: eventType, - pointerType: pointerType, - srcEvent: ev, + props.minorLineWidth = this.body.dom.backgroundHorizontal.offsetWidth - this.lineOffset - this.width + 2 * this.options.minorLinesOffset; + props.minorLineHeight = 1; + props.majorLineWidth = this.body.dom.backgroundHorizontal.offsetWidth - this.lineOffset - this.width + 2 * this.options.majorLinesOffset; + props.majorLineHeight = 1; - /** - * prevent the browser default actions - * mostly used to disable scrolling of the browser - */ - preventDefault: function() { - var srcEvent = this.srcEvent; - srcEvent.preventManipulation && srcEvent.preventManipulation(); - srcEvent.preventDefault && srcEvent.preventDefault(); - }, + // take frame offline while updating (is almost twice as fast) + if (orientation == 'left') { + frame.style.top = '0'; + frame.style.left = '0'; + frame.style.bottom = ''; + frame.style.width = this.width + 'px'; + frame.style.height = this.height + "px"; + this.props.width = this.body.domProps.left.width; + this.props.height = this.body.domProps.left.height; + } + else { // right + frame.style.top = ''; + frame.style.bottom = '0'; + frame.style.left = '0'; + frame.style.width = this.width + 'px'; + frame.style.height = this.height + "px"; + this.props.width = this.body.domProps.right.width; + this.props.height = this.body.domProps.right.height; + } - /** - * stop bubbling the event up to its parents - */ - stopPropagation: function() { - this.srcEvent.stopPropagation(); - }, + resized = this._redrawLabels(); + resized = this._isResized() || resized; - /** - * immediately stop gesture detection - * might be useful after a swipe was detected - * @return {*} - */ - stopDetect: function() { - return Detection.stopDetect(); - } - }; + if (this.options.icons == true) { + this._redrawGroupIcons(); + } + else { + this._cleanupIcons(); } - }; + this._redrawTitle(orientation); + } + return resized; + }; /** - * @module hammer - * - * @class PointerEvent - * @static + * Repaint major and minor text labels and vertical grid lines + * @private */ - var PointerEvent = Hammer.PointerEvent = { - /** - * holds all pointers, by `identifier` - * @property pointers - * @type {Object} - */ - pointers: {}, + DataAxis.prototype._redrawLabels = function () { + var resized = false; + DOMutil.prepareElements(this.DOMelements.lines); + DOMutil.prepareElements(this.DOMelements.labels); - /** - * get the pointers as an array - * @method getTouchList - * @return {Array} touchlist - */ - getTouchList: function getTouchList() { - var touchlist = []; - // we can use forEach since pointerEvents only is in IE10 - Utils.each(this.pointers, function(pointer) { - touchlist.push(pointer); - }); - return touchlist; - }, + var orientation = this.options['orientation']; - /** - * update the position of a pointer - * @method updatePointer - * @param {String} eventType matches `EVENT_START|MOVE|END` - * @param {Object} pointerEvent - */ - updatePointer: function updatePointer(eventType, pointerEvent) { - if(eventType == EVENT_END || (eventType != EVENT_END && pointerEvent.buttons !== 1)) { - delete this.pointers[pointerEvent.pointerId]; - } else { - pointerEvent.identifier = pointerEvent.pointerId; - this.pointers[pointerEvent.pointerId] = pointerEvent; - } - }, + // calculate range and step (step such that we have space for 7 characters per label) + var minimumStep = this.master ? this.props.majorCharHeight || 10 : this.stepPixelsForced; - /** - * check if ev matches pointertype - * @method matchType - * @param {String} pointerType matches `POINTER_MOUSE|TOUCH|PEN` - * @param {PointerEvent} ev - */ - matchType: function matchType(pointerType, ev) { - if(!ev.pointerType) { - return false; - } + var step = new DataStep( + this.range.start, + this.range.end, + minimumStep, + this.dom.frame.offsetHeight, + this.options.customRange[this.options.orientation], + this.master == false && this.options.alignZeros // doess the step have to align zeros? only if not master and the options is on + ); - var pt = ev.pointerType, - types = {}; + this.step = step; + // get the distance in pixels for a step + // dead space is space that is "left over" after a step + var stepPixels = (this.dom.frame.offsetHeight - (step.deadSpace * (this.dom.frame.offsetHeight / step.marginRange))) / (((step.marginRange - step.deadSpace) / step.step)); - types[POINTER_MOUSE] = (pt === (ev.MSPOINTER_TYPE_MOUSE || POINTER_MOUSE)); - types[POINTER_TOUCH] = (pt === (ev.MSPOINTER_TYPE_TOUCH || POINTER_TOUCH)); - types[POINTER_PEN] = (pt === (ev.MSPOINTER_TYPE_PEN || POINTER_PEN)); - return types[pointerType]; - }, + this.stepPixels = stepPixels; - /** - * reset the stored pointers - * @method reset - */ - reset: function resetList() { - this.pointers = {}; + var amountOfSteps = this.height / stepPixels; + var stepDifference = 0; + + // the slave axis needs to use the same horizontal lines as the master axis. + if (this.master == false) { + stepPixels = this.stepPixelsForced; + stepDifference = Math.round((this.dom.frame.offsetHeight / stepPixels) - amountOfSteps); + for (var i = 0; i < 0.5 * stepDifference; i++) { + step.previous(); } - }; + amountOfSteps = this.height / stepPixels; + if (this.zeroCrossing != -1 && this.options.alignZeros == true) { + var zeroStepDifference = (step.marginEnd / step.step) - this.zeroCrossing; + if (zeroStepDifference > 0) { + for (var i = 0; i < zeroStepDifference; i++) {step.next();} + } + else if (zeroStepDifference < 0) { + for (var i = 0; i < -zeroStepDifference; i++) {step.previous();} + } + } + } + else { + amountOfSteps += 0.25; + } - /** - * @module hammer - * - * @class Detection - * @static - */ - var Detection = Hammer.detection = { - // contains all registred Hammer.gestures in the correct order - gestures: [], - // data of the current Hammer.gesture detection session - current: null, + this.valueAtZero = step.marginEnd; + var marginStartPos = 0; - // the previous Hammer.gesture session data - // is a full clone of the previous gesture.current object - previous: null, + // do not draw the first label + var max = 1; - // when this becomes true, no gestures are fired - stopped: false, + // Get the number of decimal places + var decimals; + if(this.options.format[orientation] !== undefined) { + decimals = this.options.format[orientation].decimals; + } - /** - * start Hammer.gesture detection - * @method startDetect - * @param {Hammer.Instance} inst - * @param {Object} eventData - */ - startDetect: function startDetect(inst, eventData) { - // already busy with a Hammer.gesture detection on an element - if(this.current) { - return; - } + this.maxLabelSize = 0; + var y = 0; + while (max < Math.round(amountOfSteps)) { + step.next(); + y = Math.round(max * stepPixels); + marginStartPos = max * stepPixels; + var isMajor = step.isMajor(); - this.stopped = false; + if (this.options['showMinorLabels'] && isMajor == false || this.master == false && this.options['showMinorLabels'] == true) { + this._redrawLabel(y - 2, step.getCurrent(decimals), orientation, 'yAxis minor', this.props.minorCharHeight); + } - // holds current session - this.current = { - inst: inst, // reference to HammerInstance we're working for - startEvent: Utils.extend({}, eventData), // start eventData for distances, timing etc - lastEvent: false, // last eventData - lastCalcEvent: false, // last eventData for calculations. - futureCalcEvent: false, // last eventData for calculations. - lastCalcData: {}, // last lastCalcData - name: '' // current gesture we're in/detected, can be 'tap', 'hold' etc - }; + if (isMajor && this.options['showMajorLabels'] && this.master == true || + this.options['showMinorLabels'] == false && this.master == false && isMajor == true) { + if (y >= 0) { + this._redrawLabel(y - 2, step.getCurrent(decimals), orientation, 'yAxis major', this.props.majorCharHeight); + } + this._redrawLine(y, orientation, 'grid horizontal major', this.options.majorLinesOffset, this.props.majorLineWidth); + } + else { + this._redrawLine(y, orientation, 'grid horizontal minor', this.options.minorLinesOffset, this.props.minorLineWidth); + } - this.detect(eventData); - }, + if (this.master == true && step.current == 0) { + this.zeroCrossing = max; + } - /** - * Hammer.gesture detection - * @method detect - * @param {Object} eventData - * @return {any} - */ - detect: function detect(eventData) { - if(!this.current || this.stopped) { - return; - } + max++; + } - // extend event data with calculations about scale, distance etc - eventData = this.extendEventData(eventData); + if (this.master == false) { + this.conversionFactor = y / (this.valueAtZero - step.current); + } + else { + this.conversionFactor = this.dom.frame.offsetHeight / step.marginRange; + } - // hammer instance and instance options - var inst = this.current.inst, - instOptions = inst.options; + // Note that title is rotated, so we're using the height, not width! + var titleWidth = 0; + if (this.options.title[orientation] !== undefined && this.options.title[orientation].text !== undefined) { + titleWidth = this.props.titleCharHeight; + } + var offset = this.options.icons == true ? Math.max(this.options.iconWidth, titleWidth) + this.options.labelOffsetX + 15 : titleWidth + this.options.labelOffsetX + 15; - // call Hammer.gesture handlers - Utils.each(this.gestures, function triggerGesture(gesture) { - // only when the instance options have enabled this gesture - if(!this.stopped && inst.enabled && instOptions[gesture.name]) { - gesture.handler.call(gesture, eventData, inst); - } - }, this); + // this will resize the yAxis to accommodate the labels. + if (this.maxLabelSize > (this.width - offset) && this.options.visible == true) { + this.width = this.maxLabelSize + offset; + this.options.width = this.width + "px"; + DOMutil.cleanupElements(this.DOMelements.lines); + DOMutil.cleanupElements(this.DOMelements.labels); + this.redraw(); + resized = true; + } + // this will resize the yAxis if it is too big for the labels. + else if (this.maxLabelSize < (this.width - offset) && this.options.visible == true && this.width > this.minWidth) { + this.width = Math.max(this.minWidth,this.maxLabelSize + offset); + this.options.width = this.width + "px"; + DOMutil.cleanupElements(this.DOMelements.lines); + DOMutil.cleanupElements(this.DOMelements.labels); + this.redraw(); + resized = true; + } + else { + DOMutil.cleanupElements(this.DOMelements.lines); + DOMutil.cleanupElements(this.DOMelements.labels); + resized = false; + } - // store as previous event event - if(this.current) { - this.current.lastEvent = eventData; - } + return resized; + }; + + DataAxis.prototype.convertValue = function (value) { + var invertedValue = this.valueAtZero - value; + var convertedValue = invertedValue * this.conversionFactor; + return convertedValue; + }; + + /** + * Create a label for the axis at position x + * @private + * @param y + * @param text + * @param orientation + * @param className + * @param characterHeight + */ + DataAxis.prototype._redrawLabel = function (y, text, orientation, className, characterHeight) { + // reuse redundant label + var label = DOMutil.getDOMElement('div',this.DOMelements.labels, this.dom.frame); //this.dom.redundant.labels.shift(); + label.className = className; + label.innerHTML = text; + if (orientation == 'left') { + label.style.left = '-' + this.options.labelOffsetX + 'px'; + label.style.textAlign = "right"; + } + else { + label.style.right = '-' + this.options.labelOffsetX + 'px'; + label.style.textAlign = "left"; + } - if(eventData.eventType == EVENT_END) { - this.stopDetect(); - } + label.style.top = y - 0.5 * characterHeight + this.options.labelOffsetY + 'px'; - return eventData; - }, + text += ''; - /** - * clear the Hammer.gesture vars - * this is called on endDetect, but can also be used when a final Hammer.gesture has been detected - * to stop other Hammer.gestures from being fired - * @method stopDetect - */ - stopDetect: function stopDetect() { - // clone current data to the store as the previous gesture - // used for the double tap gesture, since this is an other gesture detect session - this.previous = Utils.extend({}, this.current); + var largestWidth = Math.max(this.props.majorCharWidth,this.props.minorCharWidth); + if (this.maxLabelSize < text.length * largestWidth) { + this.maxLabelSize = text.length * largestWidth; + } + }; - // reset the current - this.current = null; - this.stopped = true; - }, + /** + * Create a minor line for the axis at position y + * @param y + * @param orientation + * @param className + * @param offset + * @param width + */ + DataAxis.prototype._redrawLine = function (y, orientation, className, offset, width) { + if (this.master == true) { + var line = DOMutil.getDOMElement('div',this.DOMelements.lines, this.dom.lineContainer);//this.dom.redundant.lines.shift(); + line.className = className; + line.innerHTML = ''; - /** - * calculate velocity, angle and direction - * @method getVelocityData - * @param {Object} ev - * @param {Object} center - * @param {Number} deltaTime - * @param {Number} deltaX - * @param {Number} deltaY - */ - getCalculatedData: function getCalculatedData(ev, center, deltaTime, deltaX, deltaY) { - var cur = this.current, - recalc = false, - calcEv = cur.lastCalcEvent, - calcData = cur.lastCalcData; + if (orientation == 'left') { + line.style.left = (this.width - offset) + 'px'; + } + else { + line.style.right = (this.width - offset) + 'px'; + } - if(calcEv && ev.timeStamp - calcEv.timeStamp > Hammer.CALCULATE_INTERVAL) { - center = calcEv.center; - deltaTime = ev.timeStamp - calcEv.timeStamp; - deltaX = ev.center.clientX - calcEv.center.clientX; - deltaY = ev.center.clientY - calcEv.center.clientY; - recalc = true; - } + line.style.width = width + 'px'; + line.style.top = y + 'px'; + } + }; - if(ev.eventType == EVENT_TOUCH || ev.eventType == EVENT_RELEASE) { - cur.futureCalcEvent = ev; - } + /** + * Create a title for the axis + * @private + * @param orientation + */ + DataAxis.prototype._redrawTitle = function (orientation) { + DOMutil.prepareElements(this.DOMelements.title); - if(!cur.lastCalcEvent || recalc) { - calcData.velocity = Utils.getVelocity(deltaTime, deltaX, deltaY); - calcData.angle = Utils.getAngle(center, ev.center); - calcData.direction = Utils.getDirection(center, ev.center); + // Check if the title is defined for this axes + if (this.options.title[orientation] !== undefined && this.options.title[orientation].text !== undefined) { + var title = DOMutil.getDOMElement('div', this.DOMelements.title, this.dom.frame); + title.className = 'yAxis title ' + orientation; + title.innerHTML = this.options.title[orientation].text; - cur.lastCalcEvent = cur.futureCalcEvent || ev; - cur.futureCalcEvent = ev; - } + // Add style - if provided + if (this.options.title[orientation].style !== undefined) { + util.addCssText(title, this.options.title[orientation].style); + } - ev.velocityX = calcData.velocity.x; - ev.velocityY = calcData.velocity.y; - ev.interimAngle = calcData.angle; - ev.interimDirection = calcData.direction; - }, + if (orientation == 'left') { + title.style.left = this.props.titleCharHeight + 'px'; + } + else { + title.style.right = this.props.titleCharHeight + 'px'; + } - /** - * extend eventData for Hammer.gestures - * @method extendEventData - * @param {Object} ev - * @return {Object} ev - */ - extendEventData: function extendEventData(ev) { - var cur = this.current, - startEv = cur.startEvent, - lastEv = cur.lastEvent || startEv; + title.style.width = this.height + 'px'; + } - // update the start touchlist to calculate the scale/rotation - if(ev.eventType == EVENT_TOUCH || ev.eventType == EVENT_RELEASE) { - startEv.touches = []; - Utils.each(ev.touches, function(touch) { - startEv.touches.push({ - clientX: touch.clientX, - clientY: touch.clientY - }); - }); - } + // we need to clean up in case we did not use all elements. + DOMutil.cleanupElements(this.DOMelements.title); + }; - var deltaTime = ev.timeStamp - startEv.timeStamp, - deltaX = ev.center.clientX - startEv.center.clientX, - deltaY = ev.center.clientY - startEv.center.clientY; - this.getCalculatedData(ev, lastEv.center, deltaTime, deltaX, deltaY); - Utils.extend(ev, { - startEvent: startEv, - deltaTime: deltaTime, - deltaX: deltaX, - deltaY: deltaY, + /** + * Determine the size of text on the axis (both major and minor axis). + * The size is calculated only once and then cached in this.props. + * @private + */ + DataAxis.prototype._calculateCharSize = function () { + // determine the char width and height on the minor axis + if (!('minorCharHeight' in this.props)) { + var textMinor = document.createTextNode('0'); + var measureCharMinor = document.createElement('div'); + measureCharMinor.className = 'yAxis minor measure'; + measureCharMinor.appendChild(textMinor); + this.dom.frame.appendChild(measureCharMinor); - distance: Utils.getDistance(startEv.center, ev.center), - angle: Utils.getAngle(startEv.center, ev.center), - direction: Utils.getDirection(startEv.center, ev.center), - scale: Utils.getScale(startEv.touches, ev.touches), - rotation: Utils.getRotation(startEv.touches, ev.touches) - }); + this.props.minorCharHeight = measureCharMinor.clientHeight; + this.props.minorCharWidth = measureCharMinor.clientWidth; - return ev; - }, + this.dom.frame.removeChild(measureCharMinor); + } - /** - * register new gesture - * @method register - * @param {Object} gesture object, see `gestures/` for documentation - * @return {Array} gestures - */ - register: function register(gesture) { - // add an enable gesture options if there is no given - var options = gesture.defaults || {}; - if(options[gesture.name] === undefined) { - options[gesture.name] = true; - } + if (!('majorCharHeight' in this.props)) { + var textMajor = document.createTextNode('0'); + var measureCharMajor = document.createElement('div'); + measureCharMajor.className = 'yAxis major measure'; + measureCharMajor.appendChild(textMajor); + this.dom.frame.appendChild(measureCharMajor); - // extend Hammer default options with the Hammer.gesture options - Utils.extend(Hammer.defaults, options, true); + this.props.majorCharHeight = measureCharMajor.clientHeight; + this.props.majorCharWidth = measureCharMajor.clientWidth; - // set its index - gesture.index = gesture.index || 1000; + this.dom.frame.removeChild(measureCharMajor); + } - // add Hammer.gesture to the list - this.gestures.push(gesture); + if (!('titleCharHeight' in this.props)) { + var textTitle = document.createTextNode('0'); + var measureCharTitle = document.createElement('div'); + measureCharTitle.className = 'yAxis title measure'; + measureCharTitle.appendChild(textTitle); + this.dom.frame.appendChild(measureCharTitle); - // sort the list by index - this.gestures.sort(function(a, b) { - if(a.index < b.index) { - return -1; - } - if(a.index > b.index) { - return 1; - } - return 0; - }); + this.props.titleCharHeight = measureCharTitle.clientHeight; + this.props.titleCharWidth = measureCharTitle.clientWidth; - return this.gestures; - } + this.dom.frame.removeChild(measureCharTitle); + } }; - /** - * @module hammer + * Snap a date to a rounded value. + * The snap intervals are dependent on the current scale and step. + * @param {Date} date the date to be snapped. + * @return {Date} snappedDate */ + DataAxis.prototype.snap = function(date) { + return this.step.snap(date); + }; - /** - * create new hammer instance - * all methods should return the instance itself, so it is chainable. - * - * @class Instance - * @constructor - * @param {HTMLElement} element - * @param {Object} [options={}] options are merged with `Hammer.defaults` - * @return {Hammer.Instance} - */ - Hammer.Instance = function(element, options) { - var self = this; + module.exports = DataAxis; - // setup HammerJS window events and register all gestures - // this also sets up the default options - setup(); - /** - * @property element - * @type {HTMLElement} - */ - this.element = element; +/***/ }, +/* 24 */ +/***/ function(module, exports, __webpack_require__) { - /** - * @property enabled - * @type {Boolean} - * @protected - */ - this.enabled = true; + var util = __webpack_require__(1); + var DOMutil = __webpack_require__(2); + var Line = __webpack_require__(49); + var Bar = __webpack_require__(50); + var Points = __webpack_require__(51); - /** - * options, merged with the defaults - * options with an _ are converted to camelCase - * @property options - * @type {Object} - */ - Utils.each(options, function(value, name) { - delete options[name]; - options[Utils.toCamelCase(name)] = value; - }); + /** + * /** + * @param {object} group | the object of the group from the dataset + * @param {string} groupId | ID of the group + * @param {object} options | the default options + * @param {array} groupsUsingDefaultStyles | this array has one entree. + * It is passed as an array so it is passed by reference. + * It enumerates through the default styles + * @constructor + */ + function GraphGroup (group, groupId, options, groupsUsingDefaultStyles) { + this.id = groupId; + var fields = ['sampling','style','sort','yAxisOrientation','barChart','drawPoints','shaded','catmullRom'] + this.options = util.selectiveBridgeObject(fields,options); + this.usingDefaultStyle = group.className === undefined; + this.groupsUsingDefaultStyles = groupsUsingDefaultStyles; + this.zeroPosition = 0; + this.update(group); + if (this.usingDefaultStyle == true) { + this.groupsUsingDefaultStyles[0] += 1; + } + this.itemsData = []; + this.visible = group.visible === undefined ? true : group.visible; + } - this.options = Utils.extend(Utils.extend({}, Hammer.defaults), options || {}); - // add some css to the element to prevent the browser from doing its native behavoir - if(this.options.behavior) { - Utils.toggleBehavior(this.element, this.options.behavior, true); + /** + * this loads a reference to all items in this group into this group. + * @param {array} items + */ + GraphGroup.prototype.setItems = function(items) { + if (items != null) { + this.itemsData = items; + if (this.options.sort == true) { + this.itemsData.sort(function (a,b) {return a.x - b.x;}) } + } + else { + this.itemsData = []; + } + }; - /** - * event start handler on the element to start the detection - * @property eventStartHandler - * @type {Object} - */ - this.eventStartHandler = Event.onTouch(element, EVENT_START, function(ev) { - if(self.enabled && ev.eventType == EVENT_START) { - Detection.startDetect(self, ev); - } else if(ev.eventType == EVENT_TOUCH) { - Detection.detect(ev); - } - }); - /** - * keep a list of user event handlers which needs to be removed when calling 'dispose' - * @property eventHandlers - * @type {Array} - */ - this.eventHandlers = []; + /** + * this is used for plotting barcharts, this way, we only have to calculate it once. + * @param pos + */ + GraphGroup.prototype.setZeroPosition = function(pos) { + this.zeroPosition = pos; }; - Hammer.Instance.prototype = { - /** - * bind events to the instance - * @method on - * @chainable - * @param {String} gestures multiple gestures by splitting with a space - * @param {Function} handler - * @param {Object} handler.ev event object - */ - on: function onEvent(gestures, handler) { - var self = this; - Event.on(self.element, gestures, handler, function(type) { - self.eventHandlers.push({ gesture: type, handler: handler }); - }); - return self; - }, - /** - * unbind events to the instance - * @method off - * @chainable - * @param {String} gestures - * @param {Function} handler - */ - off: function offEvent(gestures, handler) { - var self = this; + /** + * set the options of the graph group over the default options. + * @param options + */ + GraphGroup.prototype.setOptions = function(options) { + if (options !== undefined) { + var fields = ['sampling','style','sort','yAxisOrientation','barChart']; + util.selectiveDeepExtend(fields, this.options, options); - Event.off(self.element, gestures, handler, function(type) { - var index = Utils.inArray({ gesture: type, handler: handler }); - if(index !== false) { - self.eventHandlers.splice(index, 1); - } - }); - return self; - }, + util.mergeOptions(this.options, options,'catmullRom'); + util.mergeOptions(this.options, options,'drawPoints'); + util.mergeOptions(this.options, options,'shaded'); - /** - * trigger gesture event - * @method trigger - * @chainable - * @param {String} gesture - * @param {Object} [eventData] - */ - trigger: function triggerEvent(gesture, eventData) { - // optional - if(!eventData) { - eventData = {}; + if (options.catmullRom) { + if (typeof options.catmullRom == 'object') { + if (options.catmullRom.parametrization) { + if (options.catmullRom.parametrization == 'uniform') { + this.options.catmullRom.alpha = 0; + } + else if (options.catmullRom.parametrization == 'chordal') { + this.options.catmullRom.alpha = 1.0; + } + else { + this.options.catmullRom.parametrization = 'centripetal'; + this.options.catmullRom.alpha = 0.5; + } } + } + } + } - // create DOM event - var event = Hammer.DOCUMENT.createEvent('Event'); - event.initEvent(gesture, true, true); - event.gesture = eventData; - - // trigger on the target if it is in the instance element, - // this is for event delegation tricks - var element = this.element; - if(Utils.hasParent(eventData.target, element)) { - element = eventData.target; - } + if (this.options.style == 'line') { + this.type = new Line(this.id, this.options); + } + else if (this.options.style == 'bar') { + this.type = new Bar(this.id, this.options); + } + else if (this.options.style == 'points') { + this.type = new Points(this.id, this.options); + } + }; - element.dispatchEvent(event); - return this; - }, - /** - * enable of disable hammer.js detection - * @method enable - * @chainable - * @param {Boolean} state - */ - enable: function enable(state) { - this.enabled = state; - return this; - }, + /** + * this updates the current group class with the latest group dataset entree, used in _updateGroup in linegraph + * @param group + */ + GraphGroup.prototype.update = function(group) { + this.group = group; + this.content = group.content || 'graph'; + this.className = group.className || this.className || "graphGroup" + this.groupsUsingDefaultStyles[0] % 10; + this.visible = group.visible === undefined ? true : group.visible; + this.style = group.style; + this.setOptions(group.options); + }; - /** - * dispose this hammer instance - * @method dispose - * @return {Null} - */ - dispose: function dispose() { - var i, eh; - // undo all changes made by stop_browser_behavior - Utils.toggleBehavior(this.element, this.options.behavior, false); + /** + * draw the icon for the legend. + * + * @param x + * @param y + * @param JSONcontainer + * @param SVGcontainer + * @param iconWidth + * @param iconHeight + */ + GraphGroup.prototype.drawIcon = function(x, y, JSONcontainer, SVGcontainer, iconWidth, iconHeight) { + var fillHeight = iconHeight * 0.5; + var path, fillPath; - // unbind all custom event handlers - for(i = -1; (eh = this.eventHandlers[++i]);) { - Utils.off(this.element, eh.gesture, eh.handler); - } + var outline = DOMutil.getSVGElement("rect", JSONcontainer, SVGcontainer); + outline.setAttributeNS(null, "x", x); + outline.setAttributeNS(null, "y", y - fillHeight); + outline.setAttributeNS(null, "width", iconWidth); + outline.setAttributeNS(null, "height", 2*fillHeight); + outline.setAttributeNS(null, "class", "outline"); - this.eventHandlers = []; + if (this.options.style == 'line') { + path = DOMutil.getSVGElement("path", JSONcontainer, SVGcontainer); + path.setAttributeNS(null, "class", this.className); + if(this.style !== undefined) { + path.setAttributeNS(null, "style", this.style); + } - // unbind the start event listener - Event.off(this.element, EVENT_TYPES[EVENT_START], this.eventStartHandler); + path.setAttributeNS(null, "d", "M" + x + ","+y+" L" + (x + iconWidth) + ","+y+""); + if (this.options.shaded.enabled == true) { + fillPath = DOMutil.getSVGElement("path", JSONcontainer, SVGcontainer); + if (this.options.shaded.orientation == 'top') { + fillPath.setAttributeNS(null, "d", "M"+x+", " + (y - fillHeight) + + "L"+x+","+y+" L"+ (x + iconWidth) + ","+y+" L"+ (x + iconWidth) + "," + (y - fillHeight)); + } + else { + fillPath.setAttributeNS(null, "d", "M"+x+","+y+" " + + "L"+x+"," + (y + fillHeight) + " " + + "L"+ (x + iconWidth) + "," + (y + fillHeight) + + "L"+ (x + iconWidth) + ","+y); + } + fillPath.setAttributeNS(null, "class", this.className + " iconFill"); + } - return null; + if (this.options.drawPoints.enabled == true) { + DOMutil.drawPoint(x + 0.5 * iconWidth,y, this, JSONcontainer, SVGcontainer); } + } + else { + var barWidth = Math.round(0.3 * iconWidth); + var bar1Height = Math.round(0.4 * iconHeight); + var bar2Height = Math.round(0.75 * iconHeight); + + var offset = Math.round((iconWidth - (2 * barWidth))/3); + + DOMutil.drawBar(x + 0.5*barWidth + offset , y + fillHeight - bar1Height - 1, barWidth, bar1Height, this.className + ' bar', JSONcontainer, SVGcontainer); + DOMutil.drawBar(x + 1.5*barWidth + offset + 2, y + fillHeight - bar2Height - 1, barWidth, bar2Height, this.className + ' bar', JSONcontainer, SVGcontainer); + } }; /** - * @module gestures - */ - /** - * Move with x fingers (default 1) around on the page. - * Preventing the default browser behavior is a good way to improve feel and working. - * ```` - * hammertime.on("drag", function(ev) { - * console.log(ev); - * ev.gesture.preventDefault(); - * }); - * ```` + * return the legend entree for this group. * - * @class Drag - * @static - */ - /** - * @event drag - * @param {Object} ev - */ - /** - * @event dragstart - * @param {Object} ev - */ - /** - * @event dragend - * @param {Object} ev - */ - /** - * @event drapleft - * @param {Object} ev - */ - /** - * @event dragright - * @param {Object} ev - */ - /** - * @event dragup - * @param {Object} ev - */ - /** - * @event dragdown - * @param {Object} ev + * @param iconWidth + * @param iconHeight + * @returns {{icon: HTMLElement, label: (group.content|*|string), orientation: (.options.yAxisOrientation|*)}} */ + GraphGroup.prototype.getLegend = function(iconWidth, iconHeight) { + var svg = document.createElementNS('http://www.w3.org/2000/svg',"svg"); + this.drawIcon(0,0.5*iconHeight,[],svg,iconWidth,iconHeight); + return {icon: svg, label: this.content, orientation:this.options.yAxisOrientation}; + } - /** - * @param {String} name - */ - (function(name) { - var triggered = false; + GraphGroup.prototype.getYRange = function(groupData) { + return this.type.getYRange(groupData); + } - function dragGesture(ev, inst) { - var cur = Detection.current; + GraphGroup.prototype.draw = function(dataset, group, framework) { + this.type.draw(dataset, group, framework); + } - // max touches - if(inst.options.dragMaxTouches > 0 && - ev.touches.length > inst.options.dragMaxTouches) { - return; - } - switch(ev.eventType) { - case EVENT_START: - triggered = false; - break; + module.exports = GraphGroup; - case EVENT_MOVE: - // when the distance we moved is too small we skip this gesture - // or we can be already in dragging - if(ev.distance < inst.options.dragMinDistance && - cur.name != name) { - return; - } - var startCenter = cur.startEvent.center; +/***/ }, +/* 25 */ +/***/ function(module, exports, __webpack_require__) { - // we are dragging! - if(cur.name != name) { - cur.name = name; - if(inst.options.dragDistanceCorrection && ev.distance > 0) { - // When a drag is triggered, set the event center to dragMinDistance pixels from the original event center. - // Without this correction, the dragged distance would jumpstart at dragMinDistance pixels instead of at 0. - // It might be useful to save the original start point somewhere - var factor = Math.abs(inst.options.dragMinDistance / ev.distance); - startCenter.pageX += ev.deltaX * factor; - startCenter.pageY += ev.deltaY * factor; - startCenter.clientX += ev.deltaX * factor; - startCenter.clientY += ev.deltaY * factor; + var util = __webpack_require__(1); + var stack = __webpack_require__(18); + var RangeItem = __webpack_require__(35); - // recalculate event data using new start point - ev = Detection.extendEventData(ev); - } - } + /** + * @constructor Group + * @param {Number | String} groupId + * @param {Object} data + * @param {ItemSet} itemSet + */ + function Group (groupId, data, itemSet) { + this.groupId = groupId; + this.subgroups = {}; + this.subgroupIndex = 0; + this.subgroupOrderer = data && data.subgroupOrder; + this.itemSet = itemSet; - // lock drag to axis? - if(cur.lastEvent.dragLockToAxis || - ( inst.options.dragLockToAxis && - inst.options.dragLockMinDistance <= ev.distance - )) { - ev.dragLockToAxis = true; - } + this.dom = {}; + this.props = { + label: { + width: 0, + height: 0 + } + }; + this.className = null; - // keep direction on the axis that the drag gesture started on - var lastDirection = cur.lastEvent.direction; - if(ev.dragLockToAxis && lastDirection !== ev.direction) { - if(Utils.isVertical(lastDirection)) { - ev.direction = (ev.deltaY < 0) ? DIRECTION_UP : DIRECTION_DOWN; - } else { - ev.direction = (ev.deltaX < 0) ? DIRECTION_LEFT : DIRECTION_RIGHT; - } - } + this.items = {}; // items filtered by groupId of this group + this.visibleItems = []; // items currently visible in window + this.orderedItems = { + byStart: [], + byEnd: [] + }; + this.checkRangedItems = false; // needed to refresh the ranged items if the window is programatically changed with NO overlap. + var me = this; + this.itemSet.body.emitter.on("checkRangedItems", function () { + me.checkRangedItems = true; + }) - // first time, trigger dragstart event - if(!triggered) { - inst.trigger(name + 'start', ev); - triggered = true; - } + this._create(); - // trigger events - inst.trigger(name, ev); - inst.trigger(name + ev.direction, ev); + this.setData(data); + } - var isVertical = Utils.isVertical(ev.direction); + /** + * Create DOM elements for the group + * @private + */ + Group.prototype._create = function() { + var label = document.createElement('div'); + label.className = 'vlabel'; + this.dom.label = label; - // block the browser events - if((inst.options.dragBlockVertical && isVertical) || - (inst.options.dragBlockHorizontal && !isVertical)) { - ev.preventDefault(); - } - break; + var inner = document.createElement('div'); + inner.className = 'inner'; + label.appendChild(inner); + this.dom.inner = inner; - case EVENT_RELEASE: - if(triggered && ev.changedLength <= inst.options.dragMaxTouches) { - inst.trigger(name + 'end', ev); - triggered = false; - } - break; + var foreground = document.createElement('div'); + foreground.className = 'group'; + foreground['timeline-group'] = this; + this.dom.foreground = foreground; - case EVENT_END: - triggered = false; - break; - } - } + this.dom.background = document.createElement('div'); + this.dom.background.className = 'group'; - Hammer.gestures.Drag = { - name: name, - index: 50, - handler: dragGesture, - defaults: { - /** - * minimal movement that have to be made before the drag event gets triggered - * @property dragMinDistance - * @type {Number} - * @default 10 - */ - dragMinDistance: 10, + this.dom.axis = document.createElement('div'); + this.dom.axis.className = 'group'; - /** - * Set dragDistanceCorrection to true to make the starting point of the drag - * be calculated from where the drag was triggered, not from where the touch started. - * Useful to avoid a jerk-starting drag, which can make fine-adjustments - * through dragging difficult, and be visually unappealing. - * @property dragDistanceCorrection - * @type {Boolean} - * @default true - */ - dragDistanceCorrection: true, + // create a hidden marker to detect when the Timelines container is attached + // to the DOM, or the style of a parent of the Timeline is changed from + // display:none is changed to visible. + this.dom.marker = document.createElement('div'); + this.dom.marker.style.visibility = 'hidden'; // TODO: ask jos why this is not none? + this.dom.marker.innerHTML = '?'; + this.dom.background.appendChild(this.dom.marker); + }; - /** - * set 0 for unlimited, but this can conflict with transform - * @property dragMaxTouches - * @type {Number} - * @default 1 - */ - dragMaxTouches: 1, + /** + * Set the group data for this group + * @param {Object} data Group data, can contain properties content and className + */ + Group.prototype.setData = function(data) { + // update contents + var content = data && data.content; + if (content instanceof Element) { + this.dom.inner.appendChild(content); + } + else if (content !== undefined && content !== null) { + this.dom.inner.innerHTML = content; + } + else { + this.dom.inner.innerHTML = this.groupId || ''; // groupId can be null + } - /** - * prevent default browser behavior when dragging occurs - * be careful with it, it makes the element a blocking element - * when you are using the drag gesture, it is a good practice to set this true - * @property dragBlockHorizontal - * @type {Boolean} - * @default false - */ - dragBlockHorizontal: false, + // update title + this.dom.label.title = data && data.title || ''; - /** - * same as `dragBlockHorizontal`, but for vertical movement - * @property dragBlockVertical - * @type {Boolean} - * @default false - */ - dragBlockVertical: false, + if (!this.dom.inner.firstChild) { + util.addClassName(this.dom.inner, 'hidden'); + } + else { + util.removeClassName(this.dom.inner, 'hidden'); + } - /** - * dragLockToAxis keeps the drag gesture on the axis that it started on, - * It disallows vertical directions if the initial direction was horizontal, and vice versa. - * @property dragLockToAxis - * @type {Boolean} - * @default false - */ - dragLockToAxis: false, + // update className + var className = data && data.className || null; + if (className != this.className) { + if (this.className) { + util.removeClassName(this.dom.label, this.className); + util.removeClassName(this.dom.foreground, this.className); + util.removeClassName(this.dom.background, this.className); + util.removeClassName(this.dom.axis, this.className); + } + util.addClassName(this.dom.label, className); + util.addClassName(this.dom.foreground, className); + util.addClassName(this.dom.background, className); + util.addClassName(this.dom.axis, className); + this.className = className; + } - /** - * drag lock only kicks in when distance > dragLockMinDistance - * This way, locking occurs only when the distance has become large enough to reliably determine the direction - * @property dragLockMinDistance - * @type {Number} - * @default 25 - */ - dragLockMinDistance: 25 - } - }; - })('drag'); + // update style + if (this.style) { + util.removeCssText(this.dom.label, this.style); + this.style = null; + } + if (data && data.style) { + util.addCssText(this.dom.label, data.style); + this.style = data.style; + } + }; /** - * @module gestures - */ - /** - * trigger a simple gesture event, so you can do anything in your handler. - * only usable if you know what your doing... - * - * @class Gesture - * @static - */ - /** - * @event gesture - * @param {Object} ev + * Get the width of the group label + * @return {number} width */ - Hammer.gestures.Gesture = { - name: 'gesture', - index: 1337, - handler: function releaseGesture(ev, inst) { - inst.trigger(this.name, ev); - } + Group.prototype.getLabelWidth = function() { + return this.props.label.width; }; - /** - * @module gestures - */ - /** - * Touch stays at the same place for x time - * - * @class Hold - * @static - */ - /** - * @event hold - * @param {Object} ev - */ /** - * @param {String} name + * Repaint this group + * @param {{start: number, end: number}} range + * @param {{item: {horizontal: number, vertical: number}, axis: number}} margin + * @param {boolean} [restack=false] Force restacking of all items + * @return {boolean} Returns true if the group is resized */ - (function(name) { - var timer; + Group.prototype.redraw = function(range, margin, restack) { + var resized = false; - function holdGesture(ev, inst) { - var options = inst.options, - current = Detection.current; + this.visibleItems = this._updateVisibleItems(this.orderedItems, this.visibleItems, range); - switch(ev.eventType) { - case EVENT_START: - clearTimeout(timer); + // force recalculation of the height of the items when the marker height changed + // (due to the Timeline being attached to the DOM or changed from display:none to visible) + var markerHeight = this.dom.marker.clientHeight; + if (markerHeight != this.lastMarkerHeight) { + this.lastMarkerHeight = markerHeight; - // set the gesture so we can check in the timeout if it still is - current.name = name; + util.forEach(this.items, function (item) { + item.dirty = true; + if (item.displayed) item.redraw(); + }); - // set timer and if after the timeout it still is hold, - // we trigger the hold event - timer = setTimeout(function() { - if(current && current.name == name) { - inst.trigger(name, ev); - } - }, options.holdTimeout); - break; + restack = true; + } - case EVENT_MOVE: - if(ev.distance > options.holdThreshold) { - clearTimeout(timer); - } - break; + // reposition visible items vertically + if (this.itemSet.options.stack) { // TODO: ugly way to access options... + stack.stack(this.visibleItems, margin, restack); + } + else { // no stacking + stack.nostack(this.visibleItems, margin, this.subgroups); + } - case EVENT_RELEASE: - clearTimeout(timer); - break; - } - } + // recalculate the height of the group + var height = this._calculateHeight(margin); - Hammer.gestures.Hold = { - name: name, - index: 10, - defaults: { - /** - * @property holdTimeout - * @type {Number} - * @default 500 - */ - holdTimeout: 500, + // calculate actual size and position + var foreground = this.dom.foreground; + this.top = foreground.offsetTop; + this.left = foreground.offsetLeft; + this.width = foreground.offsetWidth; + resized = util.updateProperty(this, 'height', height) || resized; - /** - * movement allowed while holding - * @property holdThreshold - * @type {Number} - * @default 2 - */ - holdThreshold: 2 - }, - handler: holdGesture - }; - })('hold'); + // recalculate size of label + resized = util.updateProperty(this.props.label, 'width', this.dom.inner.clientWidth) || resized; + resized = util.updateProperty(this.props.label, 'height', this.dom.inner.clientHeight) || resized; + + // apply new height + this.dom.background.style.height = height + 'px'; + this.dom.foreground.style.height = height + 'px'; + this.dom.label.style.height = height + 'px'; + + // update vertical position of items after they are re-stacked and the height of the group is calculated + for (var i = 0, ii = this.visibleItems.length; i < ii; i++) { + var item = this.visibleItems[i]; + item.repositionY(margin); + } + + return resized; + }; /** - * @module gestures - */ - /** - * when a touch is being released from the page - * - * @class Release - * @static - */ - /** - * @event release - * @param {Object} ev + * recalculate the height of the group + * @param {{item: {horizontal: number, vertical: number}, axis: number}} margin + * @returns {number} Returns the height + * @private */ - Hammer.gestures.Release = { - name: 'release', - index: Infinity, - handler: function releaseGesture(ev, inst) { - if(ev.eventType == EVENT_RELEASE) { - inst.trigger(this.name, ev); - } + Group.prototype._calculateHeight = function (margin) { + // recalculate the height of the group + var height; + var visibleItems = this.visibleItems; + //var visibleSubgroups = []; + //this.visibleSubgroups = 0; + this.resetSubgroups(); + var me = this; + if (visibleItems.length) { + var min = visibleItems[0].top; + var max = visibleItems[0].top + visibleItems[0].height; + util.forEach(visibleItems, function (item) { + min = Math.min(min, item.top); + max = Math.max(max, (item.top + item.height)); + if (item.data.subgroup !== undefined) { + me.subgroups[item.data.subgroup].height = Math.max(me.subgroups[item.data.subgroup].height,item.height); + me.subgroups[item.data.subgroup].visible = true; + //if (visibleSubgroups.indexOf(item.data.subgroup) == -1){ + // visibleSubgroups.push(item.data.subgroup); + // me.visibleSubgroups += 1; + //} + } + }); + if (min > margin.axis) { + // there is an empty gap between the lowest item and the axis + var offset = min - margin.axis; + max -= offset; + util.forEach(visibleItems, function (item) { + item.top -= offset; + }); } + height = max + margin.item.vertical / 2; + } + else { + height = margin.axis + margin.item.vertical; + } + height = Math.max(height, this.props.label.height); + + return height; }; /** - * @module gestures - */ - /** - * triggers swipe events when the end velocity is above the threshold - * for best usage, set `preventDefault` (on the drag gesture) to `true` - * ```` - * hammertime.on("dragleft swipeleft", function(ev) { - * console.log(ev); - * ev.gesture.preventDefault(); - * }); - * ```` - * - * @class Swipe - * @static - */ - /** - * @event swipe - * @param {Object} ev - */ - /** - * @event swipeleft - * @param {Object} ev - */ - /** - * @event swiperight - * @param {Object} ev + * Show this group: attach to the DOM */ + Group.prototype.show = function() { + if (!this.dom.label.parentNode) { + this.itemSet.dom.labelSet.appendChild(this.dom.label); + } + + if (!this.dom.foreground.parentNode) { + this.itemSet.dom.foreground.appendChild(this.dom.foreground); + } + + if (!this.dom.background.parentNode) { + this.itemSet.dom.background.appendChild(this.dom.background); + } + + if (!this.dom.axis.parentNode) { + this.itemSet.dom.axis.appendChild(this.dom.axis); + } + }; + /** - * @event swipeup - * @param {Object} ev + * Hide this group: remove from the DOM */ + Group.prototype.hide = function() { + var label = this.dom.label; + if (label.parentNode) { + label.parentNode.removeChild(label); + } + + var foreground = this.dom.foreground; + if (foreground.parentNode) { + foreground.parentNode.removeChild(foreground); + } + + var background = this.dom.background; + if (background.parentNode) { + background.parentNode.removeChild(background); + } + + var axis = this.dom.axis; + if (axis.parentNode) { + axis.parentNode.removeChild(axis); + } + }; + /** - * @event swipedown - * @param {Object} ev + * Add an item to the group + * @param {Item} item */ - Hammer.gestures.Swipe = { - name: 'swipe', - index: 40, - defaults: { - /** - * @property swipeMinTouches - * @type {Number} - * @default 1 - */ - swipeMinTouches: 1, - - /** - * @property swipeMaxTouches - * @type {Number} - * @default 1 - */ - swipeMaxTouches: 1, + Group.prototype.add = function(item) { + this.items[item.id] = item; + item.setParent(this); - /** - * horizontal swipe velocity - * @property swipeVelocityX - * @type {Number} - * @default 0.6 - */ - swipeVelocityX: 0.6, + // add to + if (item.data.subgroup !== undefined) { + if (this.subgroups[item.data.subgroup] === undefined) { + this.subgroups[item.data.subgroup] = {height:0, visible: false, index:this.subgroupIndex, items: []}; + this.subgroupIndex++; + } + this.subgroups[item.data.subgroup].items.push(item); + } + this.orderSubgroups(); - /** - * vertical swipe velocity - * @property swipeVelocityY - * @type {Number} - * @default 0.6 - */ - swipeVelocityY: 0.6 - }, + if (this.visibleItems.indexOf(item) == -1) { + var range = this.itemSet.body.range; // TODO: not nice accessing the range like this + this._checkIfVisible(item, this.visibleItems, range); + } + }; - handler: function swipeGesture(ev, inst) { - if(ev.eventType == EVENT_RELEASE) { - var touches = ev.touches.length, - options = inst.options; + Group.prototype.orderSubgroups = function() { + if (this.subgroupOrderer !== undefined) { + var sortArray = []; + if (typeof this.subgroupOrderer == 'string') { + for (var subgroup in this.subgroups) { + sortArray.push({subgroup: subgroup, sortField: this.subgroups[subgroup].items[0].data[this.subgroupOrderer]}) + } + sortArray.sort(function (a, b) { + return a.sortField - b.sortField; + }) + } + else if (typeof this.subgroupOrderer == 'function') { + for (var subgroup in this.subgroups) { + sortArray.push(this.subgroups[subgroup].items[0].data); + } + sortArray.sort(this.subgroupOrderer); + } - // max touches - if(touches < options.swipeMinTouches || - touches > options.swipeMaxTouches) { - return; - } + if (sortArray.length > 0) { + for (var i = 0; i < sortArray.length; i++) { + this.subgroups[sortArray[i].subgroup].index = i; + } + } + } + }; - // when the distance we moved is too small we skip this gesture - // or we can be already in dragging - if(ev.velocityX > options.swipeVelocityX || - ev.velocityY > options.swipeVelocityY) { - // trigger swipe events - inst.trigger(this.name, ev); - inst.trigger(this.name + ev.direction, ev); - } - } + Group.prototype.resetSubgroups = function() { + for (var subgroup in this.subgroups) { + if (this.subgroups.hasOwnProperty(subgroup)) { + this.subgroups[subgroup].visible = false; } + } }; /** - * @module gestures - */ - /** - * Single tap and a double tap on a place - * - * @class Tap - * @static - */ - /** - * @event tap - * @param {Object} ev + * Remove an item from the group + * @param {Item} item */ + Group.prototype.remove = function(item) { + delete this.items[item.id]; + item.setParent(null); + + // remove from visible items + var index = this.visibleItems.indexOf(item); + if (index != -1) this.visibleItems.splice(index, 1); + + // TODO: also remove from ordered items? + }; + + /** - * @event doubletap - * @param {Object} ev + * Remove an item from the corresponding DataSet + * @param {Item} item */ + Group.prototype.removeFromDataSet = function(item) { + this.itemSet.removeItem(item.id); + }; + /** - * @param {String} name + * Reorder the items */ - (function(name) { - var hasMoved = false; + Group.prototype.order = function() { + var array = util.toArray(this.items); + var startArray = []; + var endArray = []; - function tapGesture(ev, inst) { - var options = inst.options, - current = Detection.current, - prev = Detection.previous, - sincePrev, - didDoubleTap; + for (var i = 0; i < array.length; i++) { + if (array[i].data.end !== undefined) { + endArray.push(array[i]); + } + startArray.push(array[i]); + } + this.orderedItems = { + byStart: startArray, + byEnd: endArray + }; - switch(ev.eventType) { - case EVENT_START: - hasMoved = false; - break; + stack.orderByStart(this.orderedItems.byStart); + stack.orderByEnd(this.orderedItems.byEnd); + }; - case EVENT_MOVE: - hasMoved = hasMoved || (ev.distance > options.tapMaxDistance); - break; - case EVENT_END: - if(!Utils.inStr(ev.srcEvent.type, 'cancel') && ev.deltaTime < options.tapMaxTime && !hasMoved) { - // previous gesture, for the double tap since these are two different gesture detections - sincePrev = prev && prev.lastEvent && ev.timeStamp - prev.lastEvent.timeStamp; - didDoubleTap = false; + /** + * Update the visible items + * @param {{byStart: Item[], byEnd: Item[]}} orderedItems All items ordered by start date and by end date + * @param {Item[]} visibleItems The previously visible items. + * @param {{start: number, end: number}} range Visible range + * @return {Item[]} visibleItems The new visible items. + * @private + */ + Group.prototype._updateVisibleItems = function(orderedItems, oldVisibleItems, range) { + var visibleItems = []; + var visibleItemsLookup = {}; // we keep this to quickly look up if an item already exists in the list without using indexOf on visibleItems + var interval = (range.end - range.start) / 4; + var lowerBound = range.start - interval; + var upperBound = range.end + interval; + var item, i; - // check if double tap - if(prev && prev.name == name && - (sincePrev && sincePrev < options.doubleTapInterval) && - ev.distance < options.doubleTapDistance) { - inst.trigger('doubletap', ev); - didDoubleTap = true; - } + // this function is used to do the binary search. + var searchFunction = function (value) { + if (value < lowerBound) {return -1;} + else if (value <= upperBound) {return 0;} + else {return 1;} + } - // do a single tap - if(!didDoubleTap || options.tapAlways) { - current.name = name; - inst.trigger(current.name, ev); - } - } - break; - } + // first check if the items that were in view previously are still in view. + // IMPORTANT: this handles the case for the items with startdate before the window and enddate after the window! + // also cleans up invisible items. + if (oldVisibleItems.length > 0) { + for (i = 0; i < oldVisibleItems.length; i++) { + this._checkIfVisibleWithReference(oldVisibleItems[i], visibleItems, visibleItemsLookup, range); } + } - Hammer.gestures.Tap = { - name: name, - index: 100, - handler: tapGesture, - defaults: { - /** - * max time of a tap, this is for the slow tappers - * @property tapMaxTime - * @type {Number} - * @default 250 - */ - tapMaxTime: 250, + // we do a binary search for the items that have only start values. + var initialPosByStart = util.binarySearchCustom(orderedItems.byStart, searchFunction, 'data','start'); - /** - * max distance of movement of a tap, this is for the slow tappers - * @property tapMaxDistance - * @type {Number} - * @default 10 - */ - tapMaxDistance: 10, + // trace the visible items from the inital start pos both ways until an invisible item is found, we only look at the start values. + this._traceVisible(initialPosByStart, orderedItems.byStart, visibleItems, visibleItemsLookup, function (item) { + return (item.data.start < lowerBound || item.data.start > upperBound); + }); - /** - * always trigger the `tap` event, even while double-tapping - * @property tapAlways - * @type {Boolean} - * @default true - */ - tapAlways: true, + // if the window has changed programmatically without overlapping the old window, the ranged items with start < lowerBound and end > upperbound are not shown. + // We therefore have to brute force check all items in the byEnd list + if (this.checkRangedItems == true) { + this.checkRangedItems = false; + for (i = 0; i < orderedItems.byEnd.length; i++) { + this._checkIfVisibleWithReference(orderedItems.byEnd[i], visibleItems, visibleItemsLookup, range); + } + } + else { + // we do a binary search for the items that have defined end times. + var initialPosByEnd = util.binarySearchCustom(orderedItems.byEnd, searchFunction, 'data','end'); - /** - * max distance between two taps - * @property doubleTapDistance - * @type {Number} - * @default 20 - */ - doubleTapDistance: 20, + // trace the visible items from the inital start pos both ways until an invisible item is found, we only look at the end values. + this._traceVisible(initialPosByEnd, orderedItems.byEnd, visibleItems, visibleItemsLookup, function (item) { + return (item.data.end < lowerBound || item.data.end > upperBound); + }); + } - /** - * max time between two taps - * @property doubleTapInterval - * @type {Number} - * @default 300 - */ - doubleTapInterval: 300 - } - }; - })('tap'); - /** - * @module gestures - */ - /** - * when a touch is being touched at the page - * - * @class Touch - * @static - */ - /** - * @event touch - * @param {Object} ev - */ - Hammer.gestures.Touch = { - name: 'touch', - index: -Infinity, - defaults: { - /** - * call preventDefault at touchstart, and makes the element blocking by disabling the scrolling of the page, - * but it improves gestures like transforming and dragging. - * be careful with using this, it can be very annoying for users to be stuck on the page - * @property preventDefault - * @type {Boolean} - * @default false - */ - preventDefault: false, + // finally, we reposition all the visible items. + for (i = 0; i < visibleItems.length; i++) { + item = visibleItems[i]; + if (!item.displayed) item.show(); + // reposition item horizontally + item.repositionX(); + } - /** - * disable mouse events, so only touch (or pen!) input triggers events - * @property preventMouse - * @type {Boolean} - * @default false - */ - preventMouse: false - }, - handler: function touchGesture(ev, inst) { - if(inst.options.preventMouse && ev.pointerType == POINTER_MOUSE) { - ev.stopDetect(); - return; - } + // debug + //console.log("new line") + //if (this.groupId == null) { + // for (i = 0; i < orderedItems.byStart.length; i++) { + // item = orderedItems.byStart[i].data; + // console.log('start',i,initialPosByStart, item.start.valueOf(), item.content, item.start >= lowerBound && item.start <= upperBound,i == initialPosByStart ? "<------------------- HEREEEE" : "") + // } + // for (i = 0; i < orderedItems.byEnd.length; i++) { + // item = orderedItems.byEnd[i].data; + // console.log('rangeEnd',i,initialPosByEnd, item.end.valueOf(), item.content, item.end >= range.start && item.end <= range.end,i == initialPosByEnd ? "<------------------- HEREEEE" : "") + // } + //} - if(inst.options.preventDefault) { - ev.preventDefault(); + return visibleItems; + }; + + Group.prototype._traceVisible = function (initialPos, items, visibleItems, visibleItemsLookup, breakCondition) { + var item; + var i; + + if (initialPos != -1) { + for (i = initialPos; i >= 0; i--) { + item = items[i]; + if (breakCondition(item)) { + break; + } + else { + if (visibleItemsLookup[item.id] === undefined) { + visibleItemsLookup[item.id] = true; + visibleItems.push(item); } + } + } - if(ev.eventType == EVENT_TOUCH) { - inst.trigger('touch', ev); + for (i = initialPos + 1; i < items.length; i++) { + item = items[i]; + if (breakCondition(item)) { + break; + } + else { + if (visibleItemsLookup[item.id] === undefined) { + visibleItemsLookup[item.id] = true; + visibleItems.push(item); } + } } - }; + } + } + /** - * @module gestures - */ - /** - * User want to scale or rotate with 2 fingers - * Preventing the default browser behavior is a good way to improve feel and working. This can be done with the - * `preventDefault` option. + * this function is very similar to the _checkIfInvisible() but it does not + * return booleans, hides the item if it should not be seen and always adds to + * the visibleItems. + * this one is for brute forcing and hiding. * - * @class Transform - * @static - */ - /** - * @event transform - * @param {Object} ev - */ - /** - * @event transformstart - * @param {Object} ev - */ - /** - * @event transformend - * @param {Object} ev - */ - /** - * @event pinchin - * @param {Object} ev - */ - /** - * @event pinchout - * @param {Object} ev - */ - /** - * @event rotate - * @param {Object} ev + * @param {Item} item + * @param {Array} visibleItems + * @param {{start:number, end:number}} range + * @private */ + Group.prototype._checkIfVisible = function(item, visibleItems, range) { + if (item.isVisible(range)) { + if (!item.displayed) item.show(); + // reposition item horizontally + item.repositionX(); + visibleItems.push(item); + } + else { + if (item.displayed) item.hide(); + } + }; + /** - * @param {String} name + * this function is very similar to the _checkIfInvisible() but it does not + * return booleans, hides the item if it should not be seen and always adds to + * the visibleItems. + * this one is for brute forcing and hiding. + * + * @param {Item} item + * @param {Array} visibleItems + * @param {{start:number, end:number}} range + * @private */ - (function(name) { - var triggered = false; + Group.prototype._checkIfVisibleWithReference = function(item, visibleItems, visibleItemsLookup, range) { + if (item.isVisible(range)) { + if (visibleItemsLookup[item.id] === undefined) { + visibleItemsLookup[item.id] = true; + visibleItems.push(item); + } + } + else { + if (item.displayed) item.hide(); + } + }; - function transformGesture(ev, inst) { - switch(ev.eventType) { - case EVENT_START: - triggered = false; - break; - case EVENT_MOVE: - // at least multitouch - if(ev.touches.length < 2) { - return; - } - var scaleThreshold = Math.abs(1 - ev.scale); - var rotationThreshold = Math.abs(ev.rotation); + module.exports = Group; - // when the distance we moved is too small we skip this gesture - // or we can be already in dragging - if(scaleThreshold < inst.options.transformMinScale && - rotationThreshold < inst.options.transformMinRotation) { - return; - } - // we are transforming! - Detection.current.name = name; +/***/ }, +/* 26 */ +/***/ function(module, exports, __webpack_require__) { - // first time, trigger dragstart event - if(!triggered) { - inst.trigger(name + 'start', ev); - triggered = true; - } + var util = __webpack_require__(1); + var Group = __webpack_require__(25); - inst.trigger(name, ev); // basic transform event + /** + * @constructor BackgroundGroup + * @param {Number | String} groupId + * @param {Object} data + * @param {ItemSet} itemSet + */ + function BackgroundGroup (groupId, data, itemSet) { + Group.call(this, groupId, data, itemSet); - // trigger rotate event - if(rotationThreshold > inst.options.transformMinRotation) { - inst.trigger('rotate', ev); - } + this.width = 0; + this.height = 0; + this.top = 0; + this.left = 0; + } - // trigger pinch event - if(scaleThreshold > inst.options.transformMinScale) { - inst.trigger('pinch', ev); - inst.trigger('pinch' + (ev.scale < 1 ? 'in' : 'out'), ev); - } - break; + BackgroundGroup.prototype = Object.create(Group.prototype); - case EVENT_RELEASE: - if(triggered && ev.changedLength < 2) { - inst.trigger(name + 'end', ev); - triggered = false; - } - break; - } - } + /** + * Repaint this group + * @param {{start: number, end: number}} range + * @param {{item: {horizontal: number, vertical: number}, axis: number}} margin + * @param {boolean} [restack=false] Force restacking of all items + * @return {boolean} Returns true if the group is resized + */ + BackgroundGroup.prototype.redraw = function(range, margin, restack) { + var resized = false; - Hammer.gestures.Transform = { - name: name, - index: 45, - defaults: { - /** - * minimal scale factor, no scale is 1, zoomin is to 0 and zoomout until higher then 1 - * @property transformMinScale - * @type {Number} - * @default 0.01 - */ - transformMinScale: 0.01, + this.visibleItems = this._updateVisibleItems(this.orderedItems, this.visibleItems, range); - /** - * rotation in degrees - * @property transformMinRotation - * @type {Number} - * @default 1 - */ - transformMinRotation: 1 - }, + // calculate actual size + this.width = this.dom.background.offsetWidth; - handler: transformGesture - }; - })('transform'); + // apply new height (just always zero for BackgroundGroup + this.dom.background.style.height = '0'; + + // update vertical position of items after they are re-stacked and the height of the group is calculated + for (var i = 0, ii = this.visibleItems.length; i < ii; i++) { + var item = this.visibleItems[i]; + item.repositionY(margin); + } + + return resized; + }; /** - * @module hammer + * Show this group: attach to the DOM */ + BackgroundGroup.prototype.show = function() { + if (!this.dom.background.parentNode) { + this.itemSet.dom.background.appendChild(this.dom.background); + } + }; - // AMD export - if(true) { - !(__WEBPACK_AMD_DEFINE_RESULT__ = function() { - return Hammer; - }.call(exports, __webpack_require__, exports, module), __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__)); - // commonjs export - } else if(typeof module !== 'undefined' && module.exports) { - module.exports = Hammer; - // browser export - } else { - window.Hammer = Hammer; - } + module.exports = BackgroundGroup; - })(window); /***/ }, -/* 21 */ +/* 27 */ /***/ function(module, exports, __webpack_require__) { + var Hammer = __webpack_require__(45); var util = __webpack_require__(1); - var hammerUtil = __webpack_require__(22); - var moment = __webpack_require__(2); - var Component = __webpack_require__(23); - var DateUtil = __webpack_require__(24); + var DataSet = __webpack_require__(3); + var DataView = __webpack_require__(4); + var Component = __webpack_require__(20); + var Group = __webpack_require__(25); + var BackgroundGroup = __webpack_require__(26); + var BoxItem = __webpack_require__(33); + var PointItem = __webpack_require__(34); + var RangeItem = __webpack_require__(35); + var BackgroundItem = __webpack_require__(32); + + + var UNGROUPED = '__ungrouped__'; // reserved group id for ungrouped items + var BACKGROUND = '__background__'; // reserved group id for background items without group /** - * @constructor Range - * A Range controls a numeric range with a start and end value. - * The Range adjusts the range based on mouse events or programmatic changes, - * and triggers events when the range is changing or has been changed. - * @param {{dom: Object, domProps: Object, emitter: Emitter}} body - * @param {Object} [options] See description at Range.setOptions + * An ItemSet holds a set of items and ranges which can be displayed in a + * range. The width is determined by the parent of the ItemSet, and the height + * is determined by the size of the items. + * @param {{dom: Object, domProps: Object, emitter: Emitter, range: Range}} body + * @param {Object} [options] See ItemSet.setOptions for the available options. + * @constructor ItemSet + * @extends Component */ - function Range(body, options) { - var now = moment().hours(0).minutes(0).seconds(0).milliseconds(0); - this.start = now.clone().add(-3, 'days').valueOf(); // Number - this.end = now.clone().add(4, 'days').valueOf(); // Number - + function ItemSet(body, options) { this.body = body; - this.deltaDifference = 0; - this.scaleOffset = 0; - this.startToFront = false; - this.endToFront = true; - // default options this.defaultOptions = { - start: null, - end: null, - direction: 'horizontal', // 'horizontal' or 'vertical' - moveable: true, - zoomable: true, - min: null, - max: null, - zoomMin: 10, // milliseconds - zoomMax: 1000 * 60 * 60 * 24 * 365 * 10000 // milliseconds + type: null, // 'box', 'point', 'range', 'background' + orientation: 'bottom', // 'top' or 'bottom' + align: 'auto', // alignment of box items + stack: true, + groupOrder: null, + + selectable: true, + editable: { + updateTime: false, + updateGroup: false, + add: false, + remove: false + }, + + onAdd: function (item, callback) { + callback(item); + }, + onUpdate: function (item, callback) { + callback(item); + }, + onMove: function (item, callback) { + callback(item); + }, + onRemove: function (item, callback) { + callback(item); + }, + onMoving: function (item, callback) { + callback(item); + }, + + margin: { + item: { + horizontal: 10, + vertical: 10 + }, + axis: 20 + }, + padding: 5 }; + + // options is shared by this ItemSet and all its items this.options = util.extend({}, this.defaultOptions); - this.props = { - touch: {} + // options for getting items from the DataSet with the correct type + this.itemOptions = { + type: {start: 'Date', end: 'Date'} }; - this.animateTimer = null; - // drag listeners for dragging - this.body.emitter.on('dragstart', this._onDragStart.bind(this)); - this.body.emitter.on('drag', this._onDrag.bind(this)); - this.body.emitter.on('dragend', this._onDragEnd.bind(this)); + this.conversion = { + toScreen: body.util.toScreen, + toTime: body.util.toTime + }; + this.dom = {}; + this.props = {}; + this.hammer = null; - // ignore dragging when holding - this.body.emitter.on('hold', this._onHold.bind(this)); + var me = this; + this.itemsData = null; // DataSet + this.groupsData = null; // DataSet - // mouse wheel for zooming - this.body.emitter.on('mousewheel', this._onMouseWheel.bind(this)); - this.body.emitter.on('DOMMouseScroll', this._onMouseWheel.bind(this)); // For FF + // listeners for the DataSet of the items + this.itemListeners = { + 'add': function (event, params, senderId) { + me._onAdd(params.items); + }, + 'update': function (event, params, senderId) { + me._onUpdate(params.items); + }, + 'remove': function (event, params, senderId) { + me._onRemove(params.items); + } + }; - // pinch to zoom - this.body.emitter.on('touch', this._onTouch.bind(this)); - this.body.emitter.on('pinch', this._onPinch.bind(this)); + // listeners for the DataSet of the groups + this.groupListeners = { + 'add': function (event, params, senderId) { + me._onAddGroups(params.items); + }, + 'update': function (event, params, senderId) { + me._onUpdateGroups(params.items); + }, + 'remove': function (event, params, senderId) { + me._onRemoveGroups(params.items); + } + }; + + this.items = {}; // object with an Item for every data item + this.groups = {}; // Group object for every group + this.groupIds = []; + + this.selection = []; // list with the ids of all selected nodes + this.stackDirty = true; // if true, all items will be restacked on next redraw + + this.touchParams = {}; // stores properties while dragging + // create the HTML DOM + + this._create(); this.setOptions(options); } - Range.prototype = new Component(); - - /** - * Set options for the range controller - * @param {Object} options Available options: - * {Number | Date | String} start Start date for the range - * {Number | Date | String} end End date for the range - * {Number} min Minimum value for start - * {Number} max Maximum value for end - * {Number} zoomMin Set a minimum value for - * (end - start). - * {Number} zoomMax Set a maximum value for - * (end - start). - * {Boolean} moveable Enable moving of the range - * by dragging. True by default - * {Boolean} zoomable Enable zooming of the range - * by pinching/scrolling. True by default - */ - Range.prototype.setOptions = function (options) { - if (options) { - // copy the options that we know - var fields = ['direction', 'min', 'max', 'zoomMin', 'zoomMax', 'moveable', 'zoomable', 'activate', 'hiddenDates']; - util.selectiveExtend(fields, this.options, options); + ItemSet.prototype = new Component(); - if ('start' in options || 'end' in options) { - // apply a new range. both start and end are optional - this.setRange(options.start, options.end); - } - } + // available item types will be registered here + ItemSet.types = { + background: BackgroundItem, + box: BoxItem, + range: RangeItem, + point: PointItem }; /** - * Test whether direction has a valid value - * @param {String} direction 'horizontal' or 'vertical' + * Create the HTML DOM for the ItemSet */ - function validateDirection (direction) { - if (direction != 'horizontal' && direction != 'vertical') { - throw new TypeError('Unknown direction "' + direction + '". ' + - 'Choose "horizontal" or "vertical".'); - } - } + ItemSet.prototype._create = function(){ + var frame = document.createElement('div'); + frame.className = 'itemset'; + frame['timeline-itemset'] = this; + this.dom.frame = frame; - /** - * Set a new start and end range - * @param {Date | Number | String} [start] - * @param {Date | Number | String} [end] - * @param {boolean | number} [animate=false] If true, the range is animated - * smoothly to the new window. - * If animate is a number, the - * number is taken as duration - * Default duration is 500 ms. - * @param {Boolean} [byUser=false] - * - */ - Range.prototype.setRange = function(start, end, animate, byUser) { - if (byUser !== true) { - byUser = false; - } - var _start = start != undefined ? util.convert(start, 'Date').valueOf() : null; - var _end = end != undefined ? util.convert(end, 'Date').valueOf() : null; - this._cancelAnimation(); + // create background panel + var background = document.createElement('div'); + background.className = 'background'; + frame.appendChild(background); + this.dom.background = background; - if (animate) { - var me = this; - var initStart = this.start; - var initEnd = this.end; - var duration = typeof animate === 'number' ? animate : 500; - var initTime = new Date().valueOf(); - var anyChanged = false; + // create foreground panel + var foreground = document.createElement('div'); + foreground.className = 'foreground'; + frame.appendChild(foreground); + this.dom.foreground = foreground; - var next = function () { - if (!me.props.touch.dragging) { - var now = new Date().valueOf(); - var time = now - initTime; - var done = time > duration; - var s = (done || _start === null) ? _start : util.easeInOutQuad(time, initStart, _start, duration); - var e = (done || _end === null) ? _end : util.easeInOutQuad(time, initEnd, _end, duration); + // create axis panel + var axis = document.createElement('div'); + axis.className = 'axis'; + this.dom.axis = axis; - changed = me._applyRange(s, e); - DateUtil.updateHiddenDates(me.body, me.options.hiddenDates); - anyChanged = anyChanged || changed; - if (changed) { - me.body.emitter.emit('rangechange', {start: new Date(me.start), end: new Date(me.end), byUser:byUser}); - } + // create labelset + var labelSet = document.createElement('div'); + labelSet.className = 'labelset'; + this.dom.labelSet = labelSet; - if (done) { - if (anyChanged) { - me.body.emitter.emit('rangechanged', {start: new Date(me.start), end: new Date(me.end), byUser:byUser}); - } - } - else { - // animate with as high as possible frame rate, leave 20 ms in between - // each to prevent the browser from blocking - me.animateTimer = setTimeout(next, 20); - } - } - } + // create ungrouped Group + this._updateUngrouped(); - return next(); - } - else { - var changed = this._applyRange(_start, _end); - DateUtil.updateHiddenDates(this.body, this.options.hiddenDates); - if (changed) { - var params = {start: new Date(this.start), end: new Date(this.end), byUser:byUser}; - this.body.emitter.emit('rangechange', params); - this.body.emitter.emit('rangechanged', params); - } - } - }; + // create background Group + var backgroundGroup = new BackgroundGroup(BACKGROUND, null, this); + backgroundGroup.show(); + this.groups[BACKGROUND] = backgroundGroup; - /** - * Stop an animation - * @private - */ - Range.prototype._cancelAnimation = function () { - if (this.animateTimer) { - clearTimeout(this.animateTimer); - this.animateTimer = null; - } + // attach event listeners + // Note: we bind to the centerContainer for the case where the height + // of the center container is larger than of the ItemSet, so we + // can click in the empty area to create a new item or deselect an item. + this.hammer = Hammer(this.body.dom.centerContainer, { + preventDefault: true + }); + + // drag items when selected + this.hammer.on('touch', this._onTouch.bind(this)); + this.hammer.on('dragstart', this._onDragStart.bind(this)); + this.hammer.on('drag', this._onDrag.bind(this)); + this.hammer.on('dragend', this._onDragEnd.bind(this)); + + // single select (or unselect) when tapping an item + this.hammer.on('tap', this._onSelectItem.bind(this)); + + // multi select when holding mouse/touch, or on ctrl+click + this.hammer.on('hold', this._onMultiSelectItem.bind(this)); + + // add item on doubletap + this.hammer.on('doubletap', this._onAddItem.bind(this)); + + // attach to the DOM + this.show(); }; /** - * Set a new start and end range. This method is the same as setRange, but - * does not trigger a range change and range changed event, and it returns - * true when the range is changed - * @param {Number} [start] - * @param {Number} [end] - * @return {Boolean} changed - * @private + * Set options for the ItemSet. Existing options will be extended/overwritten. + * @param {Object} [options] The following options are available: + * {String} type + * Default type for the items. Choose from 'box' + * (default), 'point', 'range', or 'background'. + * The default style can be overwritten by + * individual items. + * {String} align + * Alignment for the items, only applicable for + * BoxItem. Choose 'center' (default), 'left', or + * 'right'. + * {String} orientation + * Orientation of the item set. Choose 'top' or + * 'bottom' (default). + * {Function} groupOrder + * A sorting function for ordering groups + * {Boolean} stack + * If true (deafult), items will be stacked on + * top of each other. + * {Number} margin.axis + * Margin between the axis and the items in pixels. + * Default is 20. + * {Number} margin.item.horizontal + * Horizontal margin between items in pixels. + * Default is 10. + * {Number} margin.item.vertical + * Vertical Margin between items in pixels. + * Default is 10. + * {Number} margin.item + * Margin between items in pixels in both horizontal + * and vertical direction. Default is 10. + * {Number} margin + * Set margin for both axis and items in pixels. + * {Number} padding + * Padding of the contents of an item in pixels. + * Must correspond with the items css. Default is 5. + * {Boolean} selectable + * If true (default), items can be selected. + * {Boolean} editable + * Set all editable options to true or false + * {Boolean} editable.updateTime + * Allow dragging an item to an other moment in time + * {Boolean} editable.updateGroup + * Allow dragging an item to an other group + * {Boolean} editable.add + * Allow creating new items on double tap + * {Boolean} editable.remove + * Allow removing items by clicking the delete button + * top right of a selected item. + * {Function(item: Item, callback: Function)} onAdd + * Callback function triggered when an item is about to be added: + * when the user double taps an empty space in the Timeline. + * {Function(item: Item, callback: Function)} onUpdate + * Callback function fired when an item is about to be updated. + * This function typically has to show a dialog where the user + * change the item. If not implemented, nothing happens. + * {Function(item: Item, callback: Function)} onMove + * Fired when an item has been moved. If not implemented, + * the move action will be accepted. + * {Function(item: Item, callback: Function)} onRemove + * Fired when an item is about to be deleted. + * If not implemented, the item will be always removed. */ - Range.prototype._applyRange = function(start, end) { - var newStart = (start != null) ? util.convert(start, 'Date').valueOf() : this.start, - newEnd = (end != null) ? util.convert(end, 'Date').valueOf() : this.end, - max = (this.options.max != null) ? util.convert(this.options.max, 'Date').valueOf() : null, - min = (this.options.min != null) ? util.convert(this.options.min, 'Date').valueOf() : null, - diff; - - // check for valid number - if (isNaN(newStart) || newStart === null) { - throw new Error('Invalid start "' + start + '"'); - } - if (isNaN(newEnd) || newEnd === null) { - throw new Error('Invalid end "' + end + '"'); - } - - // prevent start < end - if (newEnd < newStart) { - newEnd = newStart; - } - - // prevent start < min - if (min !== null) { - if (newStart < min) { - diff = (min - newStart); - newStart += diff; - newEnd += diff; + ItemSet.prototype.setOptions = function(options) { + if (options) { + // copy all options that we know + var fields = ['type', 'align', 'orientation', 'padding', 'stack', 'selectable', 'groupOrder', 'dataAttributes', 'template','hide']; + util.selectiveExtend(fields, this.options, options); - // prevent end > max - if (max != null) { - if (newEnd > max) { - newEnd = max; - } + if ('margin' in options) { + if (typeof options.margin === 'number') { + this.options.margin.axis = options.margin; + this.options.margin.item.horizontal = options.margin; + this.options.margin.item.vertical = options.margin; } - } - } - - // prevent end > max - if (max !== null) { - if (newEnd > max) { - diff = (newEnd - max); - newStart -= diff; - newEnd -= diff; - - // prevent start < min - if (min != null) { - if (newStart < min) { - newStart = min; + else if (typeof options.margin === 'object') { + util.selectiveExtend(['axis'], this.options.margin, options.margin); + if ('item' in options.margin) { + if (typeof options.margin.item === 'number') { + this.options.margin.item.horizontal = options.margin.item; + this.options.margin.item.vertical = options.margin.item; + } + else if (typeof options.margin.item === 'object') { + util.selectiveExtend(['horizontal', 'vertical'], this.options.margin.item, options.margin.item); + } } } } - } - // prevent (end-start) < zoomMin - if (this.options.zoomMin !== null) { - var zoomMin = parseFloat(this.options.zoomMin); - if (zoomMin < 0) { - zoomMin = 0; - } - if ((newEnd - newStart) < zoomMin) { - if ((this.end - this.start) === zoomMin) { - // ignore this action, we are already zoomed to the minimum - newStart = this.start; - newEnd = this.end; + if ('editable' in options) { + if (typeof options.editable === 'boolean') { + this.options.editable.updateTime = options.editable; + this.options.editable.updateGroup = options.editable; + this.options.editable.add = options.editable; + this.options.editable.remove = options.editable; } - else { - // zoom to the minimum - diff = (zoomMin - (newEnd - newStart)); - newStart -= diff / 2; - newEnd += diff / 2; + else if (typeof options.editable === 'object') { + util.selectiveExtend(['updateTime', 'updateGroup', 'add', 'remove'], this.options.editable, options.editable); } } - } - // prevent (end-start) > zoomMax - if (this.options.zoomMax !== null) { - var zoomMax = parseFloat(this.options.zoomMax); - if (zoomMax < 0) { - zoomMax = 0; - } - if ((newEnd - newStart) > zoomMax) { - if ((this.end - this.start) === zoomMax) { - // ignore this action, we are already zoomed to the maximum - newStart = this.start; - newEnd = this.end; - } - else { - // zoom to the maximum - diff = ((newEnd - newStart) - zoomMax); - newStart += diff / 2; - newEnd -= diff / 2; + // callback functions + var addCallback = (function (name) { + var fn = options[name]; + if (fn) { + if (!(fn instanceof Function)) { + throw new Error('option ' + name + ' must be a function ' + name + '(item, callback)'); + } + this.options[name] = fn; } - } - } - - var changed = (this.start != newStart || this.end != newEnd); + }).bind(this); + ['onAdd', 'onUpdate', 'onRemove', 'onMove', 'onMoving'].forEach(addCallback); - // if the new range does NOT overlap with the old range, emit checkRangedItems to avoid not showing ranged items (ranged meaning has end time, not neccesarily of type Range) - if (!((newStart >= this.start && newStart <= this.end) || (newEnd >= this.start && newEnd <= this.end)) && - !((this.start >= newStart && this.start <= newEnd) || (this.end >= newStart && this.end <= newEnd) )) { - this.body.emitter.emit('checkRangedItems'); + // force the itemSet to refresh: options like orientation and margins may be changed + this.markDirty(); } - - this.start = newStart; - this.end = newEnd; - return changed; }; /** - * Retrieve the current range. - * @return {Object} An object with start and end properties + * Mark the ItemSet dirty so it will refresh everything with next redraw */ - Range.prototype.getRange = function() { - return { - start: this.start, - end: this.end - }; + ItemSet.prototype.markDirty = function() { + this.groupIds = []; + this.stackDirty = true; }; /** - * Calculate the conversion offset and scale for current range, based on - * the provided width - * @param {Number} width - * @returns {{offset: number, scale: number}} conversion + * Destroy the ItemSet */ - Range.prototype.conversion = function (width, totalHidden) { - return Range.conversion(this.start, this.end, width, totalHidden); + ItemSet.prototype.destroy = function() { + this.hide(); + this.setItems(null); + this.setGroups(null); + + this.hammer = null; + + this.body = null; + this.conversion = null; }; /** - * Static method to calculate the conversion offset and scale for a range, - * based on the provided start, end, and width - * @param {Number} start - * @param {Number} end - * @param {Number} width - * @returns {{offset: number, scale: number}} conversion + * Hide the component from the DOM */ - Range.conversion = function (start, end, width, totalHidden) { - if (totalHidden === undefined) { - totalHidden = 0; + ItemSet.prototype.hide = function() { + // remove the frame containing the items + if (this.dom.frame.parentNode) { + this.dom.frame.parentNode.removeChild(this.dom.frame); } - if (width != 0 && (end - start != 0)) { - return { - offset: start, - scale: width / (end - start - totalHidden) - } + + // remove the axis with dots + if (this.dom.axis.parentNode) { + this.dom.axis.parentNode.removeChild(this.dom.axis); } - else { - return { - offset: 0, - scale: 1 - }; + + // remove the labelset containing all group labels + if (this.dom.labelSet.parentNode) { + this.dom.labelSet.parentNode.removeChild(this.dom.labelSet); } }; /** - * Start dragging horizontally or vertically - * @param {Event} event - * @private + * Show the component in the DOM (when not already visible). + * @return {Boolean} changed */ - Range.prototype._onDragStart = function(event) { - this.deltaDifference = 0; - this.previousDelta = 0; - // only allow dragging when configured as movable - if (!this.options.moveable) return; - - // refuse to drag when we where pinching to prevent the timeline make a jump - // when releasing the fingers in opposite order from the touch screen - if (!this.props.touch.allowDragging) return; + ItemSet.prototype.show = function() { + // show frame containing the items + if (!this.dom.frame.parentNode) { + this.body.dom.center.appendChild(this.dom.frame); + } - this.props.touch.start = this.start; - this.props.touch.end = this.end; - this.props.touch.dragging = true; + // show axis with dots + if (!this.dom.axis.parentNode) { + this.body.dom.backgroundVertical.appendChild(this.dom.axis); + } - if (this.body.dom.root) { - this.body.dom.root.style.cursor = 'move'; + // show labelset containing labels + if (!this.dom.labelSet.parentNode) { + this.body.dom.left.appendChild(this.dom.labelSet); } }; /** - * Perform dragging operation - * @param {Event} event - * @private + * Set selected items by their id. Replaces the current selection + * Unknown id's are silently ignored. + * @param {string[] | string} [ids] An array with zero or more id's of the items to be + * selected, or a single item id. If ids is undefined + * or an empty array, all items will be unselected. */ - Range.prototype._onDrag = function (event) { - // only allow dragging when configured as movable - if (!this.options.moveable) return; - // refuse to drag when we where pinching to prevent the timeline make a jump - // when releasing the fingers in opposite order from the touch screen - if (!this.props.touch.allowDragging) return; - - var direction = this.options.direction; - validateDirection(direction); - - var delta = (direction == 'horizontal') ? event.gesture.deltaX : event.gesture.deltaY; - delta -= this.deltaDifference; - var interval = (this.props.touch.end - this.props.touch.start); - - // normalize dragging speed if cutout is in between. - var duration = DateUtil.getHiddenDurationBetween(this.body.hiddenDates, this.start, this.end); - interval -= duration; - - var width = (direction == 'horizontal') ? this.body.domProps.center.width : this.body.domProps.center.height; - var diffRange = -delta / width * interval; - var newStart = this.props.touch.start + diffRange; - var newEnd = this.props.touch.end + diffRange; + ItemSet.prototype.setSelection = function(ids) { + var i, ii, id, item; + if (ids == undefined) ids = []; + if (!Array.isArray(ids)) ids = [ids]; - // snapping times away from hidden zones - var safeStart = DateUtil.snapAwayFromHidden(this.body.hiddenDates, newStart, this.previousDelta-delta, true); - var safeEnd = DateUtil.snapAwayFromHidden(this.body.hiddenDates, newEnd, this.previousDelta-delta, true); - if (safeStart != newStart || safeEnd != newEnd) { - this.deltaDifference += delta; - this.props.touch.start = safeStart; - this.props.touch.end = safeEnd; - this._onDrag(event); - return; + // unselect currently selected items + for (i = 0, ii = this.selection.length; i < ii; i++) { + id = this.selection[i]; + item = this.items[id]; + if (item) item.unselect(); } - this.previousDelta = delta; - this._applyRange(newStart, newEnd); - - // fire a rangechange event - this.body.emitter.emit('rangechange', { - start: new Date(this.start), - end: new Date(this.end), - byUser: true - }); + // select items + this.selection = []; + for (i = 0, ii = ids.length; i < ii; i++) { + id = ids[i]; + item = this.items[id]; + if (item) { + this.selection.push(id); + item.select(); + } + } }; /** - * Stop dragging operation - * @param {event} event - * @private + * Get the selected items by their id + * @return {Array} ids The ids of the selected items */ - Range.prototype._onDragEnd = function (event) { - // only allow dragging when configured as movable - if (!this.options.moveable) return; - - // refuse to drag when we where pinching to prevent the timeline make a jump - // when releasing the fingers in opposite order from the touch screen - if (!this.props.touch.allowDragging) return; - - this.props.touch.dragging = false; - if (this.body.dom.root) { - this.body.dom.root.style.cursor = 'auto'; - } - - // fire a rangechanged event - this.body.emitter.emit('rangechanged', { - start: new Date(this.start), - end: new Date(this.end), - byUser: true - }); + ItemSet.prototype.getSelection = function() { + return this.selection.concat([]); }; /** - * Event handler for mouse wheel event, used to zoom - * Code from http://adomas.org/javascript-mouse-wheel/ - * @param {Event} event - * @private + * Get the id's of the currently visible items. + * @returns {Array} The ids of the visible items */ - Range.prototype._onMouseWheel = function(event) { - // only allow zooming when configured as zoomable and moveable - if (!(this.options.zoomable && this.options.moveable)) return; - - // retrieve delta - var delta = 0; - if (event.wheelDelta) { /* IE/Opera. */ - delta = event.wheelDelta / 120; - } else if (event.detail) { /* Mozilla case. */ - // In Mozilla, sign of delta is different than in IE. - // Also, delta is multiple of 3. - delta = -event.detail / 3; - } + ItemSet.prototype.getVisibleItems = function() { + var range = this.body.range.getRange(); + var left = this.body.util.toScreen(range.start); + var right = this.body.util.toScreen(range.end); - // If delta is nonzero, handle it. - // Basically, delta is now positive if wheel was scrolled up, - // and negative, if wheel was scrolled down. - if (delta) { - // perform the zoom action. Delta is normally 1 or -1 + var ids = []; + for (var groupId in this.groups) { + if (this.groups.hasOwnProperty(groupId)) { + var group = this.groups[groupId]; + var rawVisibleItems = group.visibleItems; - // adjust a negative delta such that zooming in with delta 0.1 - // equals zooming out with a delta -0.1 - var scale; - if (delta < 0) { - scale = 1 - (delta / 5); - } - else { - scale = 1 / (1 + (delta / 5)) ; + // filter the "raw" set with visibleItems into a set which is really + // visible by pixels + for (var i = 0; i < rawVisibleItems.length; i++) { + var item = rawVisibleItems[i]; + // TODO: also check whether visible vertically + if ((item.left < right) && (item.left + item.width > left)) { + ids.push(item.id); + } + } } - - // calculate center, the date to zoom around - var gesture = hammerUtil.fakeGesture(this, event), - pointer = getPointer(gesture.center, this.body.dom.center), - pointerDate = this._pointerToDate(pointer); - - this.zoom(scale, pointerDate, delta); } - // Prevent default actions caused by mouse wheel - // (else the page and timeline both zoom and scroll) - event.preventDefault(); + return ids; }; /** - * Start of a touch gesture + * Deselect a selected item + * @param {String | Number} id * @private */ - Range.prototype._onTouch = function (event) { - this.props.touch.start = this.start; - this.props.touch.end = this.end; - this.props.touch.allowDragging = true; - this.props.touch.center = null; - this.scaleOffset = 0; - this.deltaDifference = 0; + ItemSet.prototype._deselect = function(id) { + var selection = this.selection; + for (var i = 0, ii = selection.length; i < ii; i++) { + if (selection[i] == id) { // non-strict comparison! + selection.splice(i, 1); + break; + } + } }; /** - * On start of a hold gesture - * @private + * Repaint the component + * @return {boolean} Returns true if the component is resized */ - Range.prototype._onHold = function () { - this.props.touch.allowDragging = false; - }; + ItemSet.prototype.redraw = function() { + var margin = this.options.margin, + range = this.body.range, + asSize = util.option.asSize, + options = this.options, + orientation = options.orientation, + resized = false, + frame = this.dom.frame, + editable = options.editable.updateTime || options.editable.updateGroup; - /** - * Handle pinch event - * @param {Event} event - * @private - */ - Range.prototype._onPinch = function (event) { - // only allow zooming when configured as zoomable and moveable - if (!(this.options.zoomable && this.options.moveable)) return; + // recalculate absolute position (before redrawing groups) + this.props.top = this.body.domProps.top.height + this.body.domProps.border.top; + this.props.left = this.body.domProps.left.width + this.body.domProps.border.left; - this.props.touch.allowDragging = false; + // update class name + frame.className = 'itemset' + (editable ? ' editable' : ''); - if (event.gesture.touches.length > 1) { - if (!this.props.touch.center) { - this.props.touch.center = getPointer(event.gesture.center, this.body.dom.center); - } + // reorder the groups (if needed) + resized = this._orderGroups() || resized; - var scale = 1 / (event.gesture.scale + this.scaleOffset); - var centerDate = this._pointerToDate(this.props.touch.center); + // check whether zoomed (in that case we need to re-stack everything) + // TODO: would be nicer to get this as a trigger from Range + var visibleInterval = range.end - range.start; + var zoomed = (visibleInterval != this.lastVisibleInterval) || (this.props.width != this.props.lastWidth); + if (zoomed) this.stackDirty = true; + this.lastVisibleInterval = visibleInterval; + this.props.lastWidth = this.props.width; - var hiddenDuration = DateUtil.getHiddenDurationBetween(this.body.hiddenDates, this.start, this.end); - var hiddenDurationBefore = DateUtil.getHiddenDurationBefore(this.body.hiddenDates, this, centerDate); - var hiddenDurationAfter = hiddenDuration - hiddenDurationBefore; + var restack = this.stackDirty; + var firstGroup = this._firstGroup(); + var firstMargin = { + item: margin.item, + axis: margin.axis + }; + var nonFirstMargin = { + item: margin.item, + axis: margin.item.vertical / 2 + }; + var height = 0; + var minHeight = margin.axis + margin.item.vertical; - // calculate new start and end - var newStart = (centerDate - hiddenDurationBefore) + (this.props.touch.start - (centerDate - hiddenDurationBefore)) * scale; - var newEnd = (centerDate + hiddenDurationAfter) + (this.props.touch.end - (centerDate + hiddenDurationAfter)) * scale; + // redraw the background group + this.groups[BACKGROUND].redraw(range, nonFirstMargin, restack); - // snapping times away from hidden zones - this.startToFront = 1 - scale > 0 ? false : true; // used to do the right autocorrection with periodic hidden times - this.endToFront = scale - 1 > 0 ? false : true; // used to do the right autocorrection with periodic hidden times + // redraw all regular groups + util.forEach(this.groups, function (group) { + var groupMargin = (group == firstGroup) ? firstMargin : nonFirstMargin; + var groupResized = group.redraw(range, groupMargin, restack); + resized = groupResized || resized; + height += group.height; + }); + height = Math.max(height, minHeight); + this.stackDirty = false; - var safeStart = DateUtil.snapAwayFromHidden(this.body.hiddenDates, newStart, 1 - scale, true); - var safeEnd = DateUtil.snapAwayFromHidden(this.body.hiddenDates, newEnd, scale - 1, true); - if (safeStart != newStart || safeEnd != newEnd) { - this.props.touch.start = safeStart; - this.props.touch.end = safeEnd; - this.scaleOffset = 1 - event.gesture.scale; - newStart = safeStart; - newEnd = safeEnd; - } + // update frame height + frame.style.height = asSize(height); + + // calculate actual size + this.props.width = frame.offsetWidth; + this.props.height = height; + + // reposition axis + this.dom.axis.style.top = asSize((orientation == 'top') ? + (this.body.domProps.top.height + this.body.domProps.border.top) : + (this.body.domProps.top.height + this.body.domProps.centerContainer.height)); + this.dom.axis.style.left = '0'; - this.setRange(newStart, newEnd, false, true); + // check if this component is resized + resized = this._isResized() || resized; - this.startToFront = false; // revert to default - this.endToFront = true; // revert to default - } + return resized; }; /** - * Helper function to calculate the center date for zooming - * @param {{x: Number, y: Number}} pointer - * @return {number} date + * Get the first group, aligned with the axis + * @return {Group | null} firstGroup * @private */ - Range.prototype._pointerToDate = function (pointer) { - var conversion; - var direction = this.options.direction; - - validateDirection(direction); + ItemSet.prototype._firstGroup = function() { + var firstGroupIndex = (this.options.orientation == 'top') ? 0 : (this.groupIds.length - 1); + var firstGroupId = this.groupIds[firstGroupIndex]; + var firstGroup = this.groups[firstGroupId] || this.groups[UNGROUPED]; - if (direction == 'horizontal') { - return this.body.util.toTime(pointer.x).valueOf(); - } - else { - var height = this.body.domProps.center.height; - conversion = this.conversion(height); - return pointer.y / conversion.scale + conversion.offset; - } + return firstGroup || null; }; /** - * Get the pointer location relative to the location of the dom element - * @param {{pageX: Number, pageY: Number}} touch - * @param {Element} element HTML DOM element - * @return {{x: Number, y: Number}} pointer - * @private - */ - function getPointer (touch, element) { - return { - x: touch.pageX - util.getAbsoluteLeft(element), - y: touch.pageY - util.getAbsoluteTop(element) - }; - } - - /** - * Zoom the range the given scale in or out. Start and end date will - * be adjusted, and the timeline will be redrawn. You can optionally give a - * date around which to zoom. - * For example, try scale = 0.9 or 1.1 - * @param {Number} scale Scaling factor. Values above 1 will zoom out, - * values below 1 will zoom in. - * @param {Number} [center] Value representing a date around which will - * be zoomed. + * Create or delete the group holding all ungrouped items. This group is used when + * there are no groups specified. + * @protected */ - Range.prototype.zoom = function(scale, center, delta) { - // if centerDate is not provided, take it half between start Date and end Date - if (center == null) { - center = (this.start + this.end) / 2; - } - - var hiddenDuration = DateUtil.getHiddenDurationBetween(this.body.hiddenDates, this.start, this.end); - var hiddenDurationBefore = DateUtil.getHiddenDurationBefore(this.body.hiddenDates, this, center); - var hiddenDurationAfter = hiddenDuration - hiddenDurationBefore; + ItemSet.prototype._updateUngrouped = function() { + var ungrouped = this.groups[UNGROUPED]; + var background = this.groups[BACKGROUND]; + var item, itemId; - // calculate new start and end - var newStart = (center-hiddenDurationBefore) + (this.start - (center-hiddenDurationBefore)) * scale; - var newEnd = (center+hiddenDurationAfter) + (this.end - (center+hiddenDurationAfter)) * scale; + if (this.groupsData) { + // remove the group holding all ungrouped items + if (ungrouped) { + ungrouped.hide(); + delete this.groups[UNGROUPED]; - // snapping times away from hidden zones - this.startToFront = delta > 0 ? false : true; // used to do the right autocorrection with periodic hidden times - this.endToFront = -delta > 0 ? false : true; // used to do the right autocorrection with periodic hidden times - var safeStart = DateUtil.snapAwayFromHidden(this.body.hiddenDates, newStart, delta, true); - var safeEnd = DateUtil.snapAwayFromHidden(this.body.hiddenDates, newEnd, -delta, true); - if (safeStart != newStart || safeEnd != newEnd) { - newStart = safeStart; - newEnd = safeEnd; + for (itemId in this.items) { + if (this.items.hasOwnProperty(itemId)) { + item = this.items[itemId]; + item.parent && item.parent.remove(item); + var groupId = this._getGroupId(item.data); + var group = this.groups[groupId]; + group && group.add(item) || item.hide(); + } + } + } } + else { + // create a group holding all (unfiltered) items + if (!ungrouped) { + var id = null; + var data = null; + ungrouped = new Group(id, data, this); + this.groups[UNGROUPED] = ungrouped; - this.setRange(newStart, newEnd, false, true); + for (itemId in this.items) { + if (this.items.hasOwnProperty(itemId)) { + item = this.items[itemId]; + ungrouped.add(item); + } + } - this.startToFront = false; // revert to default - this.endToFront = true; // revert to default + ungrouped.show(); + } + } }; - - /** - * Move the range with a given delta to the left or right. Start and end - * value will be adjusted. For example, try delta = 0.1 or -0.1 - * @param {Number} delta Moving amount. Positive value will move right, - * negative value will move left + * Get the element for the labelset + * @return {HTMLElement} labelSet */ - Range.prototype.move = function(delta) { - // zoom start Date and end Date relative to the centerDate - var diff = (this.end - this.start); - - // apply new values - var newStart = this.start + diff * delta; - var newEnd = this.end + diff * delta; - - // TODO: reckon with min and max range - - this.start = newStart; - this.end = newEnd; + ItemSet.prototype.getLabelSet = function() { + return this.dom.labelSet; }; /** - * Move the range to a new center point - * @param {Number} moveTo New center point of the range + * Set items + * @param {vis.DataSet | null} items */ - Range.prototype.moveTo = function(moveTo) { - var center = (this.start + this.end) / 2; + ItemSet.prototype.setItems = function(items) { + var me = this, + ids, + oldItemsData = this.itemsData; - var diff = center - moveTo; + // replace the dataset + if (!items) { + this.itemsData = null; + } + else if (items instanceof DataSet || items instanceof DataView) { + this.itemsData = items; + } + else { + throw new TypeError('Data must be an instance of DataSet or DataView'); + } - // calculate new start and end - var newStart = this.start - diff; - var newEnd = this.end - diff; + if (oldItemsData) { + // unsubscribe from old dataset + util.forEach(this.itemListeners, function (callback, event) { + oldItemsData.off(event, callback); + }); - this.setRange(newStart, newEnd); - }; + // remove all drawn items + ids = oldItemsData.getIds(); + this._onRemove(ids); + } - module.exports = Range; + if (this.itemsData) { + // subscribe to new dataset + var id = this.id; + util.forEach(this.itemListeners, function (callback, event) { + me.itemsData.on(event, callback, id); + }); + // add all new items + ids = this.itemsData.getIds(); + this._onAdd(ids); -/***/ }, -/* 22 */ -/***/ function(module, exports, __webpack_require__) { + // update the group holding all ungrouped items + this._updateUngrouped(); + } + }; - var Hammer = __webpack_require__(19); + /** + * Get the current items + * @returns {vis.DataSet | null} + */ + ItemSet.prototype.getItems = function() { + return this.itemsData; + }; /** - * Fake a hammer.js gesture. Event can be a ScrollEvent or MouseMoveEvent - * @param {Element} element - * @param {Event} event + * Set groups + * @param {vis.DataSet} groups */ - exports.fakeGesture = function(element, event) { - var eventType = null; + ItemSet.prototype.setGroups = function(groups) { + var me = this, + ids; - // for hammer.js 1.0.5 - // var gesture = Hammer.event.collectEventData(this, eventType, event); + // unsubscribe from current dataset + if (this.groupsData) { + util.forEach(this.groupListeners, function (callback, event) { + me.groupsData.unsubscribe(event, callback); + }); - // for hammer.js 1.0.6+ - var touches = Hammer.event.getTouchList(event, eventType); - var gesture = Hammer.event.collectEventData(this, eventType, touches, event); + // remove all drawn groups + ids = this.groupsData.getIds(); + this.groupsData = null; + this._onRemoveGroups(ids); // note: this will cause a redraw + } - // on IE in standards mode, no touches are recognized by hammer.js, - // resulting in NaN values for center.pageX and center.pageY - if (isNaN(gesture.center.pageX)) { - gesture.center.pageX = event.pageX; + // replace the dataset + if (!groups) { + this.groupsData = null; } - if (isNaN(gesture.center.pageY)) { - gesture.center.pageY = event.pageY; + else if (groups instanceof DataSet || groups instanceof DataView) { + this.groupsData = groups; + } + else { + throw new TypeError('Data must be an instance of DataSet or DataView'); } - return gesture; - }; + if (this.groupsData) { + // subscribe to new dataset + var id = this.id; + util.forEach(this.groupListeners, function (callback, event) { + me.groupsData.on(event, callback, id); + }); + + // draw all ms + ids = this.groupsData.getIds(); + this._onAddGroups(ids); + } + // update the group holding all ungrouped items + this._updateUngrouped(); -/***/ }, -/* 23 */ -/***/ function(module, exports, __webpack_require__) { + // update the order of all items in each group + this._order(); + + this.body.emitter.emit('change', {queue: true}); + }; /** - * Prototype for visual components - * @param {{dom: Object, domProps: Object, emitter: Emitter, range: Range}} [body] - * @param {Object} [options] + * Get the current groups + * @returns {vis.DataSet | null} groups */ - function Component (body, options) { - this.options = null; - this.props = null; - } + ItemSet.prototype.getGroups = function() { + return this.groupsData; + }; /** - * Set options for the component. The new options will be merged into the - * current options. - * @param {Object} options + * Remove an item by its id + * @param {String | Number} id */ - Component.prototype.setOptions = function(options) { - if (options) { - util.extend(this.options, options); + ItemSet.prototype.removeItem = function(id) { + var item = this.itemsData.get(id), + dataset = this.itemsData.getDataSet(); + + if (item) { + // confirm deletion + this.options.onRemove(item, function (item) { + if (item) { + // remove by id here, it is possible that an item has no id defined + // itself, so better not delete by the item itself + dataset.remove(id); + } + }); } }; /** - * Repaint the component - * @return {boolean} Returns true if the component is resized + * Get the time of an item based on it's data and options.type + * @param {Object} itemData + * @returns {string} Returns the type + * @private */ - Component.prototype.redraw = function() { - // should be implemented by the component - return false; + ItemSet.prototype._getType = function (itemData) { + return itemData.type || this.options.type || (itemData.end ? 'range' : 'box'); }; + /** - * Destroy the component. Cleanup DOM and event listeners + * Get the group id for an item + * @param {Object} itemData + * @returns {string} Returns the groupId + * @private */ - Component.prototype.destroy = function() { - // should be implemented by the component + ItemSet.prototype._getGroupId = function (itemData) { + var type = this._getType(itemData); + if (type == 'background' && itemData.group == undefined) { + return BACKGROUND; + } + else { + return this.groupsData ? itemData.group : UNGROUPED; + } }; /** - * Test whether the component is resized since the last time _isResized() was - * called. - * @return {Boolean} Returns true if the component is resized + * Handle updated items + * @param {Number[]} ids * @protected */ - Component.prototype._isResized = function() { - var resized = (this.props._previousWidth !== this.props.width || - this.props._previousHeight !== this.props.height); + ItemSet.prototype._onUpdate = function(ids) { + var me = this; - this.props._previousWidth = this.props.width; - this.props._previousHeight = this.props.height; + ids.forEach(function (id) { + var itemData = me.itemsData.get(id, me.itemOptions); + var item = me.items[id]; + var type = me._getType(itemData); - return resized; - }; + var constructor = ItemSet.types[type]; - module.exports = Component; + if (item) { + // update item + if (!constructor || !(item instanceof constructor)) { + // item type has changed, delete the item and recreate it + me._removeItem(item); + item = null; + } + else { + me._updateItem(item, itemData); + } + } + if (!item) { + // create item + if (constructor) { + item = new constructor(itemData, me.conversion, me.options); + item.id = id; // TODO: not so nice setting id afterwards + me._addItem(item); + } + else if (type == 'rangeoverflow') { + // TODO: deprecated since version 2.1.0 (or 3.0.0?). cleanup some day + throw new TypeError('Item type "rangeoverflow" is deprecated. Use css styling instead: ' + + '.vis.timeline .item.range .content {overflow: visible;}'); + } + else { + throw new TypeError('Unknown item type "' + type + '"'); + } + } + }); -/***/ }, -/* 24 */ -/***/ function(module, exports, __webpack_require__) { + this._order(); + this.stackDirty = true; // force re-stacking of all items next redraw + this.body.emitter.emit('change', {queue: true}); + }; /** - * Created by Alex on 10/3/2014. + * Handle added items + * @param {Number[]} ids + * @protected */ - var moment = __webpack_require__(2); - + ItemSet.prototype._onAdd = ItemSet.prototype._onUpdate; /** - * used in Core to convert the options into a volatile variable - * - * @param Core + * Handle removed items + * @param {Number[]} ids + * @protected */ - exports.convertHiddenOptions = function(body, hiddenDates) { - body.hiddenDates = []; - if (hiddenDates) { - if (Array.isArray(hiddenDates) == true) { - for (var i = 0; i < hiddenDates.length; i++) { - if (hiddenDates[i].repeat === undefined) { - var dateItem = {}; - dateItem.start = moment(hiddenDates[i].start).toDate().valueOf(); - dateItem.end = moment(hiddenDates[i].end).toDate().valueOf(); - body.hiddenDates.push(dateItem); - } - } - body.hiddenDates.sort(function (a, b) { - return a.start - b.start; - }); // sort by start time + ItemSet.prototype._onRemove = function(ids) { + var count = 0; + var me = this; + ids.forEach(function (id) { + var item = me.items[id]; + if (item) { + count++; + me._removeItem(item); } + }); + + if (count) { + // update order + this._order(); + this.stackDirty = true; // force re-stacking of all items next redraw + this.body.emitter.emit('change', {queue: true}); } }; - /** - * create new entrees for the repeating hidden dates - * @param body - * @param hiddenDates + * Update the order of item in all groups + * @private */ - exports.updateHiddenDates = function (body, hiddenDates) { - if (hiddenDates && body.domProps.centerContainer.width !== undefined) { - exports.convertHiddenOptions(body, hiddenDates); - - var start = moment(body.range.start); - var end = moment(body.range.end); - - var totalRange = (body.range.end - body.range.start); - var pixelTime = totalRange / body.domProps.centerContainer.width; - - for (var i = 0; i < hiddenDates.length; i++) { - if (hiddenDates[i].repeat !== undefined) { - var startDate = moment(hiddenDates[i].start); - var endDate = moment(hiddenDates[i].end); - - if (startDate._d == "Invalid Date") { - throw new Error("Supplied start date is not valid: " + hiddenDates[i].start); - } - if (endDate._d == "Invalid Date") { - throw new Error("Supplied end date is not valid: " + hiddenDates[i].end); - } - - var duration = endDate - startDate; - if (duration >= 4 * pixelTime) { - - var offset = 0; - var runUntil = end.clone(); - switch (hiddenDates[i].repeat) { - case "daily": // case of time - if (startDate.day() != endDate.day()) { - offset = 1; - } - startDate.dayOfYear(start.dayOfYear()); - startDate.year(start.year()); - startDate.subtract(7,'days'); - - endDate.dayOfYear(start.dayOfYear()); - endDate.year(start.year()); - endDate.subtract(7 - offset,'days'); - - runUntil.add(1, 'weeks'); - break; - case "weekly": - var dayOffset = endDate.diff(startDate,'days') - var day = startDate.day(); - - // set the start date to the range.start - startDate.date(start.date()); - startDate.month(start.month()); - startDate.year(start.year()); - endDate = startDate.clone(); + ItemSet.prototype._order = function() { + // reorder the items in all groups + // TODO: optimization: only reorder groups affected by the changed items + util.forEach(this.groups, function (group) { + group.order(); + }); + }; - // force - startDate.day(day); - endDate.day(day); - endDate.add(dayOffset,'days'); + /** + * Handle updated groups + * @param {Number[]} ids + * @private + */ + ItemSet.prototype._onUpdateGroups = function(ids) { + this._onAddGroups(ids); + }; - startDate.subtract(1,'weeks'); - endDate.subtract(1,'weeks'); + /** + * Handle changed groups (added or updated) + * @param {Number[]} ids + * @private + */ + ItemSet.prototype._onAddGroups = function(ids) { + var me = this; - runUntil.add(1, 'weeks'); - break - case "monthly": - if (startDate.month() != endDate.month()) { - offset = 1; - } - startDate.month(start.month()); - startDate.year(start.year()); - startDate.subtract(1,'months'); + ids.forEach(function (id) { + var groupData = me.groupsData.get(id); + var group = me.groups[id]; - endDate.month(start.month()); - endDate.year(start.year()); - endDate.subtract(1,'months'); - endDate.add(offset,'months'); + if (!group) { + // check for reserved ids + if (id == UNGROUPED || id == BACKGROUND) { + throw new Error('Illegal group id. ' + id + ' is a reserved id.'); + } - runUntil.add(1, 'months'); - break; - case "yearly": - if (startDate.year() != endDate.year()) { - offset = 1; - } - startDate.year(start.year()); - startDate.subtract(1,'years'); - endDate.year(start.year()); - endDate.subtract(1,'years'); - endDate.add(offset,'years'); + var groupOptions = Object.create(me.options); + util.extend(groupOptions, { + height: null + }); - runUntil.add(1, 'years'); - break; - default: - console.log("Wrong repeat format, allowed are: daily, weekly, monthly, yearly. Given:", hiddenDates[i].repeat); - return; - } - while (startDate < runUntil) { - body.hiddenDates.push({start: startDate.valueOf(), end: endDate.valueOf()}); - switch (hiddenDates[i].repeat) { - case "daily": - startDate.add(1, 'days'); - endDate.add(1, 'days'); - break; - case "weekly": - startDate.add(1, 'weeks'); - endDate.add(1, 'weeks'); - break - case "monthly": - startDate.add(1, 'months'); - endDate.add(1, 'months'); - break; - case "yearly": - startDate.add(1, 'y'); - endDate.add(1, 'y'); - break; - default: - console.log("Wrong repeat format, allowed are: daily, weekly, monthly, yearly. Given:", hiddenDates[i].repeat); - return; - } + group = new Group(id, groupData, me); + me.groups[id] = group; + + // add items with this groupId to the new group + for (var itemId in me.items) { + if (me.items.hasOwnProperty(itemId)) { + var item = me.items[itemId]; + if (item.data.group == id) { + group.add(item); } - body.hiddenDates.push({start: startDate.valueOf(), end: endDate.valueOf()}); } } + + group.order(); + group.show(); } - // remove duplicates, merge where possible - exports.removeDuplicates(body); - // ensure the new positions are not on hidden dates - var startHidden = exports.isHidden(body.range.start, body.hiddenDates); - var endHidden = exports.isHidden(body.range.end,body.hiddenDates); - var rangeStart = body.range.start; - var rangeEnd = body.range.end; - if (startHidden.hidden == true) {rangeStart = body.range.startToFront == true ? startHidden.startDate - 1 : startHidden.endDate + 1;} - if (endHidden.hidden == true) {rangeEnd = body.range.endToFront == true ? endHidden.startDate - 1 : endHidden.endDate + 1;} - if (startHidden.hidden == true || endHidden.hidden == true) { - body.range._applyRange(rangeStart, rangeEnd); + else { + // update group + group.setData(groupData); } - } - - } + }); + this.body.emitter.emit('change', {queue: true}); + }; /** - * remove duplicates from the hidden dates list. Duplicates are evil. They mess everything up. - * Scales with N^2 - * @param body + * Handle removed groups + * @param {Number[]} ids + * @private */ - exports.removeDuplicates = function(body) { - var hiddenDates = body.hiddenDates; - var safeDates = []; - for (var i = 0; i < hiddenDates.length; i++) { - for (var j = 0; j < hiddenDates.length; j++) { - if (i != j && hiddenDates[j].remove != true && hiddenDates[i].remove != true) { - // j inside i - if (hiddenDates[j].start >= hiddenDates[i].start && hiddenDates[j].end <= hiddenDates[i].end) { - hiddenDates[j].remove = true; - } - // j start inside i - else if (hiddenDates[j].start >= hiddenDates[i].start && hiddenDates[j].start <= hiddenDates[i].end) { - hiddenDates[i].end = hiddenDates[j].end; - hiddenDates[j].remove = true; - } - // j end inside i - else if (hiddenDates[j].end >= hiddenDates[i].start && hiddenDates[j].end <= hiddenDates[i].end) { - hiddenDates[i].start = hiddenDates[j].start; - hiddenDates[j].remove = true; - } - } - } - } + ItemSet.prototype._onRemoveGroups = function(ids) { + var groups = this.groups; + ids.forEach(function (id) { + var group = groups[id]; - for (var i = 0; i < hiddenDates.length; i++) { - if (hiddenDates[i].remove !== true) { - safeDates.push(hiddenDates[i]); + if (group) { + group.hide(); + delete groups[id]; } - } + }); - body.hiddenDates = safeDates; - body.hiddenDates.sort(function (a, b) { - return a.start - b.start; - }); // sort by start time - } + this.markDirty(); - exports.printDates = function(dates) { - for (var i =0; i < dates.length; i++) { - console.log(i, new Date(dates[i].start),new Date(dates[i].end), dates[i].start, dates[i].end, dates[i].remove); - } - } + this.body.emitter.emit('change', {queue: true}); + }; /** - * Used in TimeStep to avoid the hidden times. - * @param timeStep - * @param previousTime + * Reorder the groups if needed + * @return {boolean} changed + * @private */ - exports.stepOverHiddenDates = function(timeStep, previousTime) { - var stepInHidden = false; - var currentValue = timeStep.current.valueOf(); - for (var i = 0; i < timeStep.hiddenDates.length; i++) { - var startDate = timeStep.hiddenDates[i].start; - var endDate = timeStep.hiddenDates[i].end; - if (currentValue >= startDate && currentValue < endDate) { - stepInHidden = true; - break; - } - } + ItemSet.prototype._orderGroups = function () { + if (this.groupsData) { + // reorder the groups + var groupIds = this.groupsData.getIds({ + order: this.options.groupOrder + }); - if (stepInHidden == true && currentValue < timeStep._end.valueOf() && currentValue != previousTime) { - var prevValue = moment(previousTime); - var newValue = moment(endDate); - //check if the next step should be major - if (prevValue.year() != newValue.year()) {timeStep.switchedYear = true;} - else if (prevValue.month() != newValue.month()) {timeStep.switchedMonth = true;} - else if (prevValue.dayOfYear() != newValue.dayOfYear()) {timeStep.switchedDay = true;} + var changed = !util.equalArray(groupIds, this.groupIds); + if (changed) { + // hide all groups, removes them from the DOM + var groups = this.groups; + groupIds.forEach(function (groupId) { + groups[groupId].hide(); + }); - timeStep.current = newValue.toDate(); + // show the groups again, attach them to the DOM in correct order + groupIds.forEach(function (groupId) { + groups[groupId].show(); + }); + + this.groupIds = groupIds; + } + + return changed; + } + else { + return false; } }; + /** + * Add a new item + * @param {Item} item + * @private + */ + ItemSet.prototype._addItem = function(item) { + this.items[item.id] = item; - ///** - // * Used in TimeStep to avoid the hidden times. - // * @param timeStep - // * @param previousTime - // */ - //exports.checkFirstStep = function(timeStep) { - // var stepInHidden = false; - // var currentValue = timeStep.current.valueOf(); - // for (var i = 0; i < timeStep.hiddenDates.length; i++) { - // var startDate = timeStep.hiddenDates[i].start; - // var endDate = timeStep.hiddenDates[i].end; - // if (currentValue >= startDate && currentValue < endDate) { - // stepInHidden = true; - // break; - // } - // } - // - // if (stepInHidden == true && currentValue <= timeStep._end.valueOf()) { - // var newValue = moment(endDate); - // timeStep.current = newValue.toDate(); - // } - //}; + // add to group + var groupId = this._getGroupId(item.data); + var group = this.groups[groupId]; + if (group) group.add(item); + }; /** - * replaces the Core toScreen methods - * @param Core - * @param time - * @param width - * @returns {number} + * Update an existing item + * @param {Item} item + * @param {Object} itemData + * @private */ - exports.toScreen = function(Core, time, width) { - if (Core.body.hiddenDates.length == 0) { - var conversion = Core.range.conversion(width); - return (time.valueOf() - conversion.offset) * conversion.scale; - } - else { - var hidden = exports.isHidden(time, Core.body.hiddenDates) - if (hidden.hidden == true) { - time = hidden.startDate; - } + ItemSet.prototype._updateItem = function(item, itemData) { + var oldGroupId = item.data.group; - var duration = exports.getHiddenDurationBetween(Core.body.hiddenDates, Core.range.start, Core.range.end); - time = exports.correctTimeForHidden(Core.body.hiddenDates, Core.range, time); + // update the items data (will redraw the item when displayed) + item.setData(itemData); - var conversion = Core.range.conversion(width, duration); - return (time.valueOf() - conversion.offset) * conversion.scale; + // update group + if (oldGroupId != item.data.group) { + var oldGroup = this.groups[oldGroupId]; + if (oldGroup) oldGroup.remove(item); + + var groupId = this._getGroupId(item.data); + var group = this.groups[groupId]; + if (group) group.add(item); } }; - /** - * Replaces the core toTime methods - * @param body - * @param range - * @param x - * @param width - * @returns {Date} + * Delete an item from the ItemSet: remove it from the DOM, from the map + * with items, and from the map with visible items, and from the selection + * @param {Item} item + * @private */ - exports.toTime = function(Core, x, width) { - if (Core.body.hiddenDates.length == 0) { - var conversion = Core.range.conversion(width); - return new Date(x / conversion.scale + conversion.offset); - } - else { - var hiddenDuration = exports.getHiddenDurationBetween(Core.body.hiddenDates, Core.range.start, Core.range.end); - var totalDuration = Core.range.end - Core.range.start - hiddenDuration; - var partialDuration = totalDuration * x / width; - var accumulatedHiddenDuration = exports.getAccumulatedHiddenDuration(Core.body.hiddenDates, Core.range, partialDuration); + ItemSet.prototype._removeItem = function(item) { + // remove from DOM + item.hide(); - var newTime = new Date(accumulatedHiddenDuration + partialDuration + Core.range.start); - return newTime; - } - }; + // remove from items + delete this.items[item.id]; + + // remove from selection + var index = this.selection.indexOf(item.id); + if (index != -1) this.selection.splice(index, 1); + // remove from group + item.parent && item.parent.remove(item); + }; /** - * Support function - * - * @param hiddenDates - * @param range - * @returns {number} + * Create an array containing all items being a range (having an end date) + * @param array + * @returns {Array} + * @private */ - exports.getHiddenDurationBetween = function(hiddenDates, start, end) { - var duration = 0; - for (var i = 0; i < hiddenDates.length; i++) { - var startDate = hiddenDates[i].start; - var endDate = hiddenDates[i].end; - // if time after the cutout, and the - if (startDate >= start && endDate < end) { - duration += endDate - startDate; + ItemSet.prototype._constructByEndArray = function(array) { + var endArray = []; + + for (var i = 0; i < array.length; i++) { + if (array[i] instanceof RangeItem) { + endArray.push(array[i]); } } - return duration; + return endArray; }; - /** - * Support function - * @param hiddenDates - * @param range - * @param time - * @returns {{duration: number, time: *, offset: number}} + * Register the clicked item on touch, before dragStart is initiated. + * + * dragStart is initiated from a mousemove event, which can have left the item + * already resulting in an item == null + * + * @param {Event} event + * @private */ - exports.correctTimeForHidden = function(hiddenDates, range, time) { - time = moment(time).toDate().valueOf(); - time -= exports.getHiddenDurationBefore(hiddenDates,range,time); - return time; + ItemSet.prototype._onTouch = function (event) { + // store the touched item, used in _onDragStart + this.touchParams.item = ItemSet.itemFromTarget(event); }; - exports.getHiddenDurationBefore = function(hiddenDates, range, time) { - var timeOffset = 0; - time = moment(time).toDate().valueOf(); + /** + * Start dragging the selected events + * @param {Event} event + * @private + */ + ItemSet.prototype._onDragStart = function (event) { + if (!this.options.editable.updateTime && !this.options.editable.updateGroup) { + return; + } - for (var i = 0; i < hiddenDates.length; i++) { - var startDate = hiddenDates[i].start; - var endDate = hiddenDates[i].end; - // if time after the cutout, and the - if (startDate >= range.start && endDate < range.end) { - if (time >= endDate) { - timeOffset += (endDate - startDate); + var item = this.touchParams.item || null; + var me = this; + var props; + + if (item && item.selected) { + var dragLeftItem = event.target.dragLeftItem; + var dragRightItem = event.target.dragRightItem; + + if (dragLeftItem) { + props = { + item: dragLeftItem, + initialX: event.gesture.center.clientX + }; + + if (me.options.editable.updateTime) { + props.start = item.data.start.valueOf(); + } + if (me.options.editable.updateGroup) { + if ('group' in item.data) props.group = item.data.group; + } + + this.touchParams.itemProps = [props]; + } + else if (dragRightItem) { + props = { + item: dragRightItem, + initialX: event.gesture.center.clientX + }; + + if (me.options.editable.updateTime) { + props.end = item.data.end.valueOf(); } + if (me.options.editable.updateGroup) { + if ('group' in item.data) props.group = item.data.group; + } + + this.touchParams.itemProps = [props]; + } + else { + this.touchParams.itemProps = this.getSelection().map(function (id) { + var item = me.items[id]; + var props = { + item: item, + initialX: event.gesture.center.clientX + }; + + if (me.options.editable.updateTime) { + if ('start' in item.data) props.start = item.data.start.valueOf(); + if ('end' in item.data) props.end = item.data.end.valueOf(); + } + if (me.options.editable.updateGroup) { + if ('group' in item.data) props.group = item.data.group; + } + + return props; + }); } + + event.stopPropagation(); } - return timeOffset; - } + }; /** - * sum the duration from start to finish, including the hidden duration, - * until the required amount has been reached, return the accumulated hidden duration - * @param hiddenDates - * @param range - * @param time - * @returns {{duration: number, time: *, offset: number}} + * Drag selected items + * @param {Event} event + * @private */ - exports.getAccumulatedHiddenDuration = function(hiddenDates, range, requiredDuration) { - var hiddenDuration = 0; - var duration = 0; - var previousPoint = range.start; - //exports.printDates(hiddenDates) - for (var i = 0; i < hiddenDates.length; i++) { - var startDate = hiddenDates[i].start; - var endDate = hiddenDates[i].end; - // if time after the cutout, and the - if (startDate >= range.start && endDate < range.end) { - duration += startDate - previousPoint; - previousPoint = endDate; - if (duration >= requiredDuration) { - break; + ItemSet.prototype._onDrag = function (event) { + event.preventDefault() + + if (this.touchParams.itemProps) { + var me = this; + var snap = this.body.util.snap || null; + var xOffset = this.body.dom.root.offsetLeft + this.body.domProps.left.width; + + // move + this.touchParams.itemProps.forEach(function (props) { + var newProps = {}; + var current = me.body.util.toTime(event.gesture.center.clientX - xOffset); + var initial = me.body.util.toTime(props.initialX - xOffset); + var offset = current - initial; + + if ('start' in props) { + var start = new Date(props.start + offset); + newProps.start = snap ? snap(start) : start; } - else { - hiddenDuration += endDate - startDate; + + if ('end' in props) { + var end = new Date(props.end + offset); + newProps.end = snap ? snap(end) : end; } - } + + if ('group' in props) { + // drag from one group to another + var group = ItemSet.groupFromTarget(event); + newProps.group = group && group.groupId; + } + + // confirm moving the item + var itemData = util.extend({}, props.item.data, newProps); + me.options.onMoving(itemData, function (itemData) { + if (itemData) { + me._updateItemProps(props.item, itemData); + } + }); + }); + + this.stackDirty = true; // force re-stacking of all items next redraw + this.body.emitter.emit('change'); + + event.stopPropagation(); + } + }; + + /** + * Update an items properties + * @param {Item} item + * @param {Object} props Can contain properties start, end, and group. + * @private + */ + ItemSet.prototype._updateItemProps = function(item, props) { + // TODO: copy all properties from props to item? (also new ones) + if ('start' in props) item.data.start = props.start; + if ('end' in props) item.data.end = props.end; + if ('group' in props && item.data.group != props.group) { + this._moveToGroup(item, props.group) } + }; + + /** + * Move an item to another group + * @param {Item} item + * @param {String | Number} groupId + * @private + */ + ItemSet.prototype._moveToGroup = function(item, groupId) { + var group = this.groups[groupId]; + if (group && group.groupId != item.data.group) { + var oldGroup = item.parent; + oldGroup.remove(item); + oldGroup.order(); + group.add(item); + group.order(); - return hiddenDuration; + item.data.group = group.groupId; + } }; - - /** - * used to step over to either side of a hidden block. Correction is disabled on tablets, might be set to true - * @param hiddenDates - * @param time - * @param direction - * @param correctionEnabled - * @returns {*} + * End of dragging selected items + * @param {Event} event + * @private */ - exports.snapAwayFromHidden = function(hiddenDates, time, direction, correctionEnabled) { - var isHidden = exports.isHidden(time, hiddenDates); - if (isHidden.hidden == true) { - if (direction < 0) { - if (correctionEnabled == true) { - return isHidden.startDate - (isHidden.endDate - time) - 1; + ItemSet.prototype._onDragEnd = function (event) { + event.preventDefault() + + if (this.touchParams.itemProps) { + // prepare a change set for the changed items + var changes = [], + me = this, + dataset = this.itemsData.getDataSet(); + + var itemProps = this.touchParams.itemProps ; + this.touchParams.itemProps = null; + itemProps.forEach(function (props) { + var id = props.item.id, + itemData = me.itemsData.get(id, me.itemOptions); + + var changed = false; + if ('start' in props.item.data) { + changed = (props.start != props.item.data.start.valueOf()); + itemData.start = util.convert(props.item.data.start, + dataset._options.type && dataset._options.type.start || 'Date'); } - else { - return isHidden.startDate - 1; + if ('end' in props.item.data) { + changed = changed || (props.end != props.item.data.end.valueOf()); + itemData.end = util.convert(props.item.data.end, + dataset._options.type && dataset._options.type.end || 'Date'); } - } - else { - if (correctionEnabled == true) { - return isHidden.endDate + (time - isHidden.startDate) + 1; + if ('group' in props.item.data) { + changed = changed || (props.group != props.item.data.group); + itemData.group = props.item.data.group; } - else { - return isHidden.endDate + 1; + + // only apply changes when start or end is actually changed + if (changed) { + me.options.onMove(itemData, function (itemData) { + if (itemData) { + // apply changes + itemData[dataset._fieldId] = id; // ensure the item contains its id (can be undefined) + changes.push(itemData); + } + else { + // restore original values + me._updateItemProps(props.item, props); + + me.stackDirty = true; // force re-stacking of all items next redraw + me.body.emitter.emit('change'); + } + }); } - } - } - else { - return time; - } + }); - } + // apply the changes to the data (if there are changes) + if (changes.length) { + dataset.update(changes); + } + event.stopPropagation(); + } + }; /** - * Check if a time is hidden - * - * @param time - * @param hiddenDates - * @returns {{hidden: boolean, startDate: Window.start, endDate: *}} + * Handle selecting/deselecting an item when tapping it + * @param {Event} event + * @private */ - exports.isHidden = function(time, hiddenDates) { - for (var i = 0; i < hiddenDates.length; i++) { - var startDate = hiddenDates[i].start; - var endDate = hiddenDates[i].end; + ItemSet.prototype._onSelectItem = function (event) { + if (!this.options.selectable) return; - if (time >= startDate && time < endDate) { // if the start is entering a hidden zone - return {hidden: true, startDate: startDate, endDate: endDate}; - break; - } + var ctrlKey = event.gesture.srcEvent && event.gesture.srcEvent.ctrlKey; + var shiftKey = event.gesture.srcEvent && event.gesture.srcEvent.shiftKey; + if (ctrlKey || shiftKey) { + this._onMultiSelectItem(event); + return; } - return {hidden: false, startDate: startDate, endDate: endDate}; - } -/***/ }, -/* 25 */ -/***/ function(module, exports, __webpack_require__) { + var oldSelection = this.getSelection(); - var Emitter = __webpack_require__(11); - var Hammer = __webpack_require__(19); - var util = __webpack_require__(1); - var DataSet = __webpack_require__(7); - var DataView = __webpack_require__(9); - var Range = __webpack_require__(21); - var ItemSet = __webpack_require__(26); - var Activator = __webpack_require__(35); - var DateUtil = __webpack_require__(24); + var item = ItemSet.itemFromTarget(event); + var selection = item ? [item.id] : []; + this.setSelection(selection); - /** - * Create a timeline visualization - * @param {HTMLElement} container - * @param {vis.DataSet | Array | google.visualization.DataTable} [items] - * @param {Object} [options] See Core.setOptions for the available options. - * @constructor - */ - function Core () {} + var newSelection = this.getSelection(); - // turn Core into an event emitter - Emitter(Core.prototype); + // emit a select event, + // except when old selection is empty and new selection is still empty + if (newSelection.length > 0 || oldSelection.length > 0) { + this.body.emitter.emit('select', { + items: newSelection + }); + } + }; /** - * Create the main DOM for the Core: a root panel containing left, right, - * top, bottom, content, and background panel. - * @param {Element} container The container element where the Core will - * be attached. + * Handle creation and updates of an item on double tap + * @param event * @private */ - Core.prototype._create = function (container) { - this.dom = {}; - - this.dom.root = document.createElement('div'); - this.dom.background = document.createElement('div'); - this.dom.backgroundVertical = document.createElement('div'); - this.dom.backgroundHorizontal = document.createElement('div'); - this.dom.centerContainer = document.createElement('div'); - this.dom.leftContainer = document.createElement('div'); - this.dom.rightContainer = document.createElement('div'); - this.dom.center = document.createElement('div'); - this.dom.left = document.createElement('div'); - this.dom.right = document.createElement('div'); - this.dom.top = document.createElement('div'); - this.dom.bottom = document.createElement('div'); - this.dom.shadowTop = document.createElement('div'); - this.dom.shadowBottom = document.createElement('div'); - this.dom.shadowTopLeft = document.createElement('div'); - this.dom.shadowBottomLeft = document.createElement('div'); - this.dom.shadowTopRight = document.createElement('div'); - this.dom.shadowBottomRight = document.createElement('div'); + ItemSet.prototype._onAddItem = function (event) { + if (!this.options.selectable) return; + if (!this.options.editable.add) return; - this.dom.root.className = 'vis timeline root'; - this.dom.background.className = 'vispanel background'; - this.dom.backgroundVertical.className = 'vispanel background vertical'; - this.dom.backgroundHorizontal.className = 'vispanel background horizontal'; - this.dom.centerContainer.className = 'vispanel center'; - this.dom.leftContainer.className = 'vispanel left'; - this.dom.rightContainer.className = 'vispanel right'; - this.dom.top.className = 'vispanel top'; - this.dom.bottom.className = 'vispanel bottom'; - this.dom.left.className = 'content'; - this.dom.center.className = 'content'; - this.dom.right.className = 'content'; - this.dom.shadowTop.className = 'shadow top'; - this.dom.shadowBottom.className = 'shadow bottom'; - this.dom.shadowTopLeft.className = 'shadow top'; - this.dom.shadowBottomLeft.className = 'shadow bottom'; - this.dom.shadowTopRight.className = 'shadow top'; - this.dom.shadowBottomRight.className = 'shadow bottom'; + var me = this, + snap = this.body.util.snap || null, + item = ItemSet.itemFromTarget(event); - this.dom.root.appendChild(this.dom.background); - this.dom.root.appendChild(this.dom.backgroundVertical); - this.dom.root.appendChild(this.dom.backgroundHorizontal); - this.dom.root.appendChild(this.dom.centerContainer); - this.dom.root.appendChild(this.dom.leftContainer); - this.dom.root.appendChild(this.dom.rightContainer); - this.dom.root.appendChild(this.dom.top); - this.dom.root.appendChild(this.dom.bottom); + if (item) { + // update item - this.dom.centerContainer.appendChild(this.dom.center); - this.dom.leftContainer.appendChild(this.dom.left); - this.dom.rightContainer.appendChild(this.dom.right); + // execute async handler to update the item (or cancel it) + var itemData = me.itemsData.get(item.id); // get a clone of the data from the dataset + this.options.onUpdate(itemData, function (itemData) { + if (itemData) { + me.itemsData.getDataSet().update(itemData); + } + }); + } + else { + // add item + var xAbs = util.getAbsoluteLeft(this.dom.frame); + var x = event.gesture.center.pageX - xAbs; + var start = this.body.util.toTime(x); + var newItem = { + start: snap ? snap(start) : start, + content: 'new item' + }; - this.dom.centerContainer.appendChild(this.dom.shadowTop); - this.dom.centerContainer.appendChild(this.dom.shadowBottom); - this.dom.leftContainer.appendChild(this.dom.shadowTopLeft); - this.dom.leftContainer.appendChild(this.dom.shadowBottomLeft); - this.dom.rightContainer.appendChild(this.dom.shadowTopRight); - this.dom.rightContainer.appendChild(this.dom.shadowBottomRight); + // when default type is a range, add a default end date to the new item + if (this.options.type === 'range') { + var end = this.body.util.toTime(x + this.props.width / 5); + newItem.end = snap ? snap(end) : end; + } - this.on('rangechange', this.redraw.bind(this)); - this.on('touch', this._onTouch.bind(this)); - this.on('pinch', this._onPinch.bind(this)); - this.on('dragstart', this._onDragStart.bind(this)); - this.on('drag', this._onDrag.bind(this)); + newItem[this.itemsData._fieldId] = util.randomUUID(); - var me = this; - this.on('change', function (properties) { - if (properties && properties.queue == true) { - // redraw once on next tick - if (!me._redrawTimer) { - me._redrawTimer = setTimeout(function () { - me._redrawTimer = null; - me.redraw(); - }, 0) - } - } - else { - // redraw immediately - me.redraw(); + var group = ItemSet.groupFromTarget(event); + if (group) { + newItem.group = group.groupId; } - }); - - // create event listeners for all interesting events, these events will be - // emitted via emitter - this.hammer = Hammer(this.dom.root, { - preventDefault: true - }); - this.listeners = {}; - var events = [ - 'touch', 'pinch', - 'tap', 'doubletap', 'hold', - 'dragstart', 'drag', 'dragend', - 'mousewheel', 'DOMMouseScroll' // DOMMouseScroll is needed for Firefox - ]; - events.forEach(function (event) { - var listener = function () { - var args = [event].concat(Array.prototype.slice.call(arguments, 0)); - if (me.isActive()) { - me.emit.apply(me, args); + // execute async handler to customize (or cancel) adding an item + this.options.onAdd(newItem, function (item) { + if (item) { + me.itemsData.getDataSet().add(item); + // TODO: need to trigger a redraw? } - }; - me.hammer.on(event, listener); - me.listeners[event] = listener; - }); - - // size properties of each of the panels - this.props = { - root: {}, - background: {}, - centerContainer: {}, - leftContainer: {}, - rightContainer: {}, - center: {}, - left: {}, - right: {}, - top: {}, - bottom: {}, - border: {}, - scrollTop: 0, - scrollTopMin: 0 - }; - this.touch = {}; // store state information needed for touch events - - this.redrawCount = 0; - - // attach the root panel to the provided container - if (!container) throw new Error('No container provided'); - container.appendChild(this.dom.root); + }); + } }; /** - * Set options. Options will be passed to all components loaded in the Timeline. - * @param {Object} [options] - * {String} orientation - * Vertical orientation for the Timeline, - * can be 'bottom' (default) or 'top'. - * {String | Number} width - * Width for the timeline, a number in pixels or - * a css string like '1000px' or '75%'. '100%' by default. - * {String | Number} height - * Fixed height for the Timeline, a number in pixels or - * a css string like '400px' or '75%'. If undefined, - * The Timeline will automatically size such that - * its contents fit. - * {String | Number} minHeight - * Minimum height for the Timeline, a number in pixels or - * a css string like '400px' or '75%'. - * {String | Number} maxHeight - * Maximum height for the Timeline, a number in pixels or - * a css string like '400px' or '75%'. - * {Number | Date | String} start - * Start date for the visible window - * {Number | Date | String} end - * End date for the visible window + * Handle selecting/deselecting multiple items when holding an item + * @param {Event} event + * @private */ - Core.prototype.setOptions = function (options) { - if (options) { - // copy the known options - var fields = ['width', 'height', 'minHeight', 'maxHeight', 'autoResize', 'start', 'end', 'orientation', 'clickToUse', 'dataAttributes', 'hiddenDates']; - util.selectiveExtend(fields, this.options, options); + ItemSet.prototype._onMultiSelectItem = function (event) { + if (!this.options.selectable) return; - if ('hiddenDates' in this.options) { - DateUtil.convertHiddenOptions(this.body, this.options.hiddenDates); - } + var selection, + item = ItemSet.itemFromTarget(event); - if ('clickToUse' in options) { - if (options.clickToUse) { - if (!this.activator) { - this.activator = new Activator(this.dom.root); + if (item) { + // multi select items + selection = this.getSelection(); // current selection + + var shiftKey = event.gesture.touches[0] && event.gesture.touches[0].shiftKey || false; + if (shiftKey) { + // select all items between the old selection and the tapped item + + // determine the selection range + selection.push(item.id); + var range = ItemSet._getItemRange(this.itemsData.get(selection, this.itemOptions)); + + // select all items within the selection range + selection = []; + for (var id in this.items) { + if (this.items.hasOwnProperty(id)) { + var _item = this.items[id]; + var start = _item.data.start; + var end = (_item.data.end !== undefined) ? _item.data.end : start; + + if (start >= range.min && end <= range.max) { + selection.push(_item.id); // do not use id but item.id, id itself is stringified + } } } + } + else { + // add/remove this item from the current selection + var index = selection.indexOf(item.id); + if (index == -1) { + // item is not yet selected -> select it + selection.push(item.id); + } else { - if (this.activator) { - this.activator.destroy(); - delete this.activator; - } + // item is already selected -> deselect it + selection.splice(index, 1); } } - // enable/disable autoResize - this._initAutoResize(); - } - - // propagate options to all components - this.components.forEach(function (component) { - component.setOptions(options); - }); + this.setSelection(selection); - // TODO: remove deprecation error one day (deprecated since version 0.8.0) - if (options && options.order) { - throw new Error('Option order is deprecated. There is no replacement for this feature.'); + this.body.emitter.emit('select', { + items: this.getSelection() + }); } - - // redraw everything - this.redraw(); - }; - - /** - * Returns true when the Timeline is active. - * @returns {boolean} - */ - Core.prototype.isActive = function () { - return !this.activator || this.activator.active; }; /** - * Destroy the Core, clean up all DOM elements and event listeners. + * Calculate the time range of a list of items + * @param {Array.} itemsData + * @return {{min: Date, max: Date}} Returns the range of the provided items + * @private */ - Core.prototype.destroy = function () { - // unbind datasets - this.clear(); - - // remove all event listeners - this.off(); + ItemSet._getItemRange = function(itemsData) { + var max = null; + var min = null; - // stop checking for changed size - this._stopAutoResize(); + itemsData.forEach(function (data) { + if (min == null || data.start < min) { + min = data.start; + } - // remove from DOM - if (this.dom.root.parentNode) { - this.dom.root.parentNode.removeChild(this.dom.root); - } - this.dom = null; + if (data.end != undefined) { + if (max == null || data.end > max) { + max = data.end; + } + } + else { + if (max == null || data.start > max) { + max = data.start; + } + } + }); - // remove Activator - if (this.activator) { - this.activator.destroy(); - delete this.activator; + return { + min: min, + max: max } + }; - // cleanup hammer touch events - for (var event in this.listeners) { - if (this.listeners.hasOwnProperty(event)) { - delete this.listeners[event]; + /** + * Find an item from an event target: + * searches for the attribute 'timeline-item' in the event target's element tree + * @param {Event} event + * @return {Item | null} item + */ + ItemSet.itemFromTarget = function(event) { + var target = event.target; + while (target) { + if (target.hasOwnProperty('timeline-item')) { + return target['timeline-item']; } + target = target.parentNode; } - this.listeners = null; - this.hammer = null; - - // give all components the opportunity to cleanup - this.components.forEach(function (component) { - component.destroy(); - }); - this.body = null; + return null; }; - /** - * Set a custom time bar - * @param {Date} time + * Find the Group from an event target: + * searches for the attribute 'timeline-group' in the event target's element tree + * @param {Event} event + * @return {Group | null} group */ - Core.prototype.setCustomTime = function (time) { - if (!this.customTime) { - throw new Error('Cannot get custom time: Custom time bar is not enabled'); + ItemSet.groupFromTarget = function(event) { + var target = event.target; + while (target) { + if (target.hasOwnProperty('timeline-group')) { + return target['timeline-group']; + } + target = target.parentNode; } - this.customTime.setCustomTime(time); + return null; }; /** - * Retrieve the current custom time. - * @return {Date} customTime + * Find the ItemSet from an event target: + * searches for the attribute 'timeline-itemset' in the event target's element tree + * @param {Event} event + * @return {ItemSet | null} item */ - Core.prototype.getCustomTime = function() { - if (!this.customTime) { - throw new Error('Cannot get custom time: Custom time bar is not enabled'); + ItemSet.itemSetFromTarget = function(event) { + var target = event.target; + while (target) { + if (target.hasOwnProperty('timeline-itemset')) { + return target['timeline-itemset']; + } + target = target.parentNode; } - return this.customTime.getCustomTime(); + return null; }; + module.exports = ItemSet; - /** - * Get the id's of the currently visible items. - * @returns {Array} The ids of the visible items - */ - Core.prototype.getVisibleItems = function() { - return this.itemSet && this.itemSet.getVisibleItems() || []; - }; +/***/ }, +/* 28 */ +/***/ function(module, exports, __webpack_require__) { + var util = __webpack_require__(1); + var DOMutil = __webpack_require__(2); + var Component = __webpack_require__(20); /** - * Clear the Core. By Default, items, groups and options are cleared. - * Example usage: - * - * timeline.clear(); // clear items, groups, and options - * timeline.clear({options: true}); // clear options only - * - * @param {Object} [what] Optionally specify what to clear. By default: - * {items: true, groups: true, options: true} + * Legend for Graph2d */ - Core.prototype.clear = function(what) { - // clear items - if (!what || what.items) { - this.setItems(null); - } - - // clear groups - if (!what || what.groups) { - this.setGroups(null); + function Legend(body, options, side, linegraphOptions) { + this.body = body; + this.defaultOptions = { + enabled: true, + icons: true, + iconSize: 20, + iconSpacing: 6, + left: { + visible: true, + position: 'top-left' // top/bottom - left,center,right + }, + right: { + visible: true, + position: 'top-left' // top/bottom - left,center,right + } } + this.side = side; + this.options = util.extend({},this.defaultOptions); + this.linegraphOptions = linegraphOptions; - // clear options of timeline and of each of the components - if (!what || what.options) { - this.components.forEach(function (component) { - component.setOptions(component.defaultOptions); - }); - - this.setOptions(this.defaultOptions); // this will also do a redraw - } - }; + this.svgElements = {}; + this.dom = {}; + this.groups = {}; + this.amountOfGroups = 0; + this._create(); - /** - * Set Core window such that it fits all items - * @param {Object} [options] Available options: - * `animate: boolean | number` - * If true (default), the range is animated - * smoothly to the new window. - * If a number, the number is taken as duration - * for the animation. Default duration is 500 ms. - */ - Core.prototype.fit = function(options) { - var range = this._getDataRange(); + this.setOptions(options); + } - // skip range set if there is no start and end date - if (range.start === null && range.end === null) { - return; - } + Legend.prototype = new Component(); - var animate = (options && options.animate !== undefined) ? options.animate : true; - this.range.setRange(range.start, range.end, animate); - }; + Legend.prototype.clear = function() { + this.groups = {}; + this.amountOfGroups = 0; + } - /** - * Calculate the data range of the items and applies a 5% window around it. - * @returns {{start: Date | null, end: Date | null}} - * @protected - */ - Core.prototype._getDataRange = function() { - // apply the data range as range - var dataRange = this.getItemRange(); + Legend.prototype.addGroup = function(label, graphOptions) { - // add 5% space on both sides - var start = dataRange.min; - var end = dataRange.max; - if (start != null && end != null) { - var interval = (end.valueOf() - start.valueOf()); - if (interval <= 0) { - // prevent an empty interval - interval = 24 * 60 * 60 * 1000; // 1 day - } - start = new Date(start.valueOf() - interval * 0.05); - end = new Date(end.valueOf() + interval * 0.05); + if (!this.groups.hasOwnProperty(label)) { + this.groups[label] = graphOptions; } + this.amountOfGroups += 1; + }; - return { - start: start, - end: end - } + Legend.prototype.updateGroup = function(label, graphOptions) { + this.groups[label] = graphOptions; }; - /** - * Set the visible window. Both parameters are optional, you can change only - * start or only end. Syntax: - * - * TimeLine.setWindow(start, end) - * TimeLine.setWindow(range) - * - * Where start and end can be a Date, number, or string, and range is an - * object with properties start and end. - * - * @param {Date | Number | String | Object} [start] Start date of visible window - * @param {Date | Number | String} [end] End date of visible window - * @param {Object} [options] Available options: - * `animate: boolean | number` - * If true (default), the range is animated - * smoothly to the new window. - * If a number, the number is taken as duration - * for the animation. Default duration is 500 ms. - */ - Core.prototype.setWindow = function(start, end, options) { - var animate = (options && options.animate !== undefined) ? options.animate : true; - if (arguments.length == 1) { - var range = arguments[0]; - this.range.setRange(range.start, range.end, animate); - } - else { - this.range.setRange(start, end, animate); + Legend.prototype.removeGroup = function(label) { + if (this.groups.hasOwnProperty(label)) { + delete this.groups[label]; + this.amountOfGroups -= 1; } }; - /** - * Move the window such that given time is centered on screen. - * @param {Date | Number | String} time - * @param {Object} [options] Available options: - * `animate: boolean | number` - * If true (default), the range is animated - * smoothly to the new window. - * If a number, the number is taken as duration - * for the animation. Default duration is 500 ms. - */ - Core.prototype.moveTo = function(time, options) { - var interval = this.range.end - this.range.start; - var t = util.convert(time, 'Date').valueOf(); + Legend.prototype._create = function() { + this.dom.frame = document.createElement('div'); + this.dom.frame.className = 'legend'; + this.dom.frame.style.position = "absolute"; + this.dom.frame.style.top = "10px"; + this.dom.frame.style.display = "block"; - var start = t - interval / 2; - var end = t + interval / 2; - var animate = (options && options.animate !== undefined) ? options.animate : true; + this.dom.textArea = document.createElement('div'); + this.dom.textArea.className = 'legendText'; + this.dom.textArea.style.position = "relative"; + this.dom.textArea.style.top = "0px"; - this.range.setRange(start, end, animate); + this.svg = document.createElementNS('http://www.w3.org/2000/svg',"svg"); + this.svg.style.position = 'absolute'; + this.svg.style.top = 0 +'px'; + this.svg.style.width = this.options.iconSize + 5 + 'px'; + this.svg.style.height = '100%'; + + this.dom.frame.appendChild(this.svg); + this.dom.frame.appendChild(this.dom.textArea); }; /** - * Get the visible window - * @return {{start: Date, end: Date}} Visible range + * Hide the component from the DOM */ - Core.prototype.getWindow = function() { - var range = this.range.getRange(); - return { - start: new Date(range.start), - end: new Date(range.end) - }; + Legend.prototype.hide = function() { + // remove the frame containing the items + if (this.dom.frame.parentNode) { + this.dom.frame.parentNode.removeChild(this.dom.frame); + } }; /** - * Force a redraw of the Core. Can be useful to manually redraw when - * option autoResize=false + * Show the component in the DOM (when not already visible). + * @return {Boolean} changed */ - Core.prototype.redraw = function() { - var resized = false; - var options = this.options; - var props = this.props; - var dom = this.dom; + Legend.prototype.show = function() { + // show frame containing the items + if (!this.dom.frame.parentNode) { + this.body.dom.center.appendChild(this.dom.frame); + } + }; - if (!dom) return; // when destroyed + Legend.prototype.setOptions = function(options) { + var fields = ['enabled','orientation','icons','left','right']; + util.selectiveDeepExtend(fields, this.options, options); + }; - DateUtil.updateHiddenDates(this.body, this.options.hiddenDates); + Legend.prototype.redraw = function() { + var activeGroups = 0; + for (var groupId in this.groups) { + if (this.groups.hasOwnProperty(groupId)) { + if (this.groups[groupId].visible == true && (this.linegraphOptions.visibility[groupId] === undefined || this.linegraphOptions.visibility[groupId] == true)) { + activeGroups++; + } + } + } - // update class names - if (options.orientation == 'top') { - util.addClassName(dom.root, 'top'); - util.removeClassName(dom.root, 'bottom'); + if (this.options[this.side].visible == false || this.amountOfGroups == 0 || this.options.enabled == false || activeGroups == 0) { + this.hide(); } else { - util.removeClassName(dom.root, 'top'); - util.addClassName(dom.root, 'bottom'); - } + this.show(); + if (this.options[this.side].position == 'top-left' || this.options[this.side].position == 'bottom-left') { + this.dom.frame.style.left = '4px'; + this.dom.frame.style.textAlign = "left"; + this.dom.textArea.style.textAlign = "left"; + this.dom.textArea.style.left = (this.options.iconSize + 15) + 'px'; + this.dom.textArea.style.right = ''; + this.svg.style.left = 0 +'px'; + this.svg.style.right = ''; + } + else { + this.dom.frame.style.right = '4px'; + this.dom.frame.style.textAlign = "right"; + this.dom.textArea.style.textAlign = "right"; + this.dom.textArea.style.right = (this.options.iconSize + 15) + 'px'; + this.dom.textArea.style.left = ''; + this.svg.style.right = 0 +'px'; + this.svg.style.left = ''; + } - // update root width and height options - dom.root.style.maxHeight = util.option.asSize(options.maxHeight, ''); - dom.root.style.minHeight = util.option.asSize(options.minHeight, ''); - dom.root.style.width = util.option.asSize(options.width, ''); + if (this.options[this.side].position == 'top-left' || this.options[this.side].position == 'top-right') { + this.dom.frame.style.top = 4 - Number(this.body.dom.center.style.top.replace("px","")) + 'px'; + this.dom.frame.style.bottom = ''; + } + else { + var scrollableHeight = this.body.domProps.center.height - this.body.domProps.centerContainer.height; + this.dom.frame.style.bottom = 4 + scrollableHeight + Number(this.body.dom.center.style.top.replace("px","")) + 'px'; + this.dom.frame.style.top = ''; + } - // calculate border widths - props.border.left = (dom.centerContainer.offsetWidth - dom.centerContainer.clientWidth) / 2; - props.border.right = props.border.left; - props.border.top = (dom.centerContainer.offsetHeight - dom.centerContainer.clientHeight) / 2; - props.border.bottom = props.border.top; - var borderRootHeight= dom.root.offsetHeight - dom.root.clientHeight; - var borderRootWidth = dom.root.offsetWidth - dom.root.clientWidth; + if (this.options.icons == false) { + this.dom.frame.style.width = this.dom.textArea.offsetWidth + 10 + 'px'; + this.dom.textArea.style.right = ''; + this.dom.textArea.style.left = ''; + this.svg.style.width = '0px'; + } + else { + this.dom.frame.style.width = this.options.iconSize + 15 + this.dom.textArea.offsetWidth + 10 + 'px' + this.drawLegendIcons(); + } - // workaround for a bug in IE: the clientWidth of an element with - // a height:0px and overflow:hidden is not calculated and always has value 0 - if (dom.centerContainer.clientHeight === 0) { - props.border.left = props.border.top; - props.border.right = props.border.left; - } - if (dom.root.clientHeight === 0) { - borderRootWidth = borderRootHeight; + var content = ''; + for (var groupId in this.groups) { + if (this.groups.hasOwnProperty(groupId)) { + if (this.groups[groupId].visible == true && (this.linegraphOptions.visibility[groupId] === undefined || this.linegraphOptions.visibility[groupId] == true)) { + content += this.groups[groupId].content + '
'; + } + } + } + this.dom.textArea.innerHTML = content; + this.dom.textArea.style.lineHeight = ((0.75 * this.options.iconSize) + this.options.iconSpacing) + 'px'; } + }; - // calculate the heights. If any of the side panels is empty, we set the height to - // minus the border width, such that the border will be invisible - props.center.height = dom.center.offsetHeight; - props.left.height = dom.left.offsetHeight; - props.right.height = dom.right.offsetHeight; - props.top.height = dom.top.clientHeight || -props.border.top; - props.bottom.height = dom.bottom.clientHeight || -props.border.bottom; + Legend.prototype.drawLegendIcons = function() { + if (this.dom.frame.parentNode) { + DOMutil.prepareElements(this.svgElements); + var padding = window.getComputedStyle(this.dom.frame).paddingTop; + var iconOffset = Number(padding.replace('px','')); + var x = iconOffset; + var iconWidth = this.options.iconSize; + var iconHeight = 0.75 * this.options.iconSize; + var y = iconOffset + 0.5 * iconHeight + 3; - // TODO: compensate borders when any of the panels is empty. + this.svg.style.width = iconWidth + 5 + iconOffset + 'px'; - // apply auto height - // TODO: only calculate autoHeight when needed (else we cause an extra reflow/repaint of the DOM) - var contentHeight = Math.max(props.left.height, props.center.height, props.right.height); - var autoHeight = props.top.height + contentHeight + props.bottom.height + - borderRootHeight + props.border.top + props.border.bottom; - dom.root.style.height = util.option.asSize(options.height, autoHeight + 'px'); + for (var groupId in this.groups) { + if (this.groups.hasOwnProperty(groupId)) { + if (this.groups[groupId].visible == true && (this.linegraphOptions.visibility[groupId] === undefined || this.linegraphOptions.visibility[groupId] == true)) { + this.groups[groupId].drawIcon(x, y, this.svgElements, this.svg, iconWidth, iconHeight); + y += iconHeight + this.options.iconSpacing; + } + } + } - // calculate heights of the content panels - props.root.height = dom.root.offsetHeight; - props.background.height = props.root.height - borderRootHeight; - var containerHeight = props.root.height - props.top.height - props.bottom.height - - borderRootHeight; - props.centerContainer.height = containerHeight; - props.leftContainer.height = containerHeight; - props.rightContainer.height = props.leftContainer.height; + DOMutil.cleanupElements(this.svgElements); + } + }; - // calculate the widths of the panels - props.root.width = dom.root.offsetWidth; - props.background.width = props.root.width - borderRootWidth; - props.left.width = dom.leftContainer.clientWidth || -props.border.left; - props.leftContainer.width = props.left.width; - props.right.width = dom.rightContainer.clientWidth || -props.border.right; - props.rightContainer.width = props.right.width; - var centerWidth = props.root.width - props.left.width - props.right.width - borderRootWidth; - props.center.width = centerWidth; - props.centerContainer.width = centerWidth; - props.top.width = centerWidth; - props.bottom.width = centerWidth; + module.exports = Legend; - // resize the panels - dom.background.style.height = props.background.height + 'px'; - dom.backgroundVertical.style.height = props.background.height + 'px'; - dom.backgroundHorizontal.style.height = props.centerContainer.height + 'px'; - dom.centerContainer.style.height = props.centerContainer.height + 'px'; - dom.leftContainer.style.height = props.leftContainer.height + 'px'; - dom.rightContainer.style.height = props.rightContainer.height + 'px'; - dom.background.style.width = props.background.width + 'px'; - dom.backgroundVertical.style.width = props.centerContainer.width + 'px'; - dom.backgroundHorizontal.style.width = props.background.width + 'px'; - dom.centerContainer.style.width = props.center.width + 'px'; - dom.top.style.width = props.top.width + 'px'; - dom.bottom.style.width = props.bottom.width + 'px'; +/***/ }, +/* 29 */ +/***/ function(module, exports, __webpack_require__) { - // reposition the panels - dom.background.style.left = '0'; - dom.background.style.top = '0'; - dom.backgroundVertical.style.left = (props.left.width + props.border.left) + 'px'; - dom.backgroundVertical.style.top = '0'; - dom.backgroundHorizontal.style.left = '0'; - dom.backgroundHorizontal.style.top = props.top.height + 'px'; - dom.centerContainer.style.left = props.left.width + 'px'; - dom.centerContainer.style.top = props.top.height + 'px'; - dom.leftContainer.style.left = '0'; - dom.leftContainer.style.top = props.top.height + 'px'; - dom.rightContainer.style.left = (props.left.width + props.center.width) + 'px'; - dom.rightContainer.style.top = props.top.height + 'px'; - dom.top.style.left = props.left.width + 'px'; - dom.top.style.top = '0'; - dom.bottom.style.left = props.left.width + 'px'; - dom.bottom.style.top = (props.top.height + props.centerContainer.height) + 'px'; + var util = __webpack_require__(1); + var DOMutil = __webpack_require__(2); + var DataSet = __webpack_require__(3); + var DataView = __webpack_require__(4); + var Component = __webpack_require__(20); + var DataAxis = __webpack_require__(23); + var GraphGroup = __webpack_require__(24); + var Legend = __webpack_require__(28); + var BarGraphFunctions = __webpack_require__(50); - // update the scrollTop, feasible range for the offset can be changed - // when the height of the Core or of the contents of the center changed - this._updateScrollTop(); + var UNGROUPED = '__ungrouped__'; // reserved group id for ungrouped items - // reposition the scrollable contents - var offset = this.props.scrollTop; - if (options.orientation == 'bottom') { - offset += Math.max(this.props.centerContainer.height - this.props.center.height - - this.props.border.top - this.props.border.bottom, 0); - } - dom.center.style.left = '0'; - dom.center.style.top = offset + 'px'; - dom.left.style.left = '0'; - dom.left.style.top = offset + 'px'; - dom.right.style.left = '0'; - dom.right.style.top = offset + 'px'; + /** + * This is the constructor of the LineGraph. It requires a Timeline body and options. + * + * @param body + * @param options + * @constructor + */ + function LineGraph(body, options) { + this.id = util.randomUUID(); + this.body = body; + + this.defaultOptions = { + yAxisOrientation: 'left', + defaultGroup: 'default', + sort: true, + sampling: true, + graphHeight: '400px', + shaded: { + enabled: false, + orientation: 'bottom' // top, bottom + }, + style: 'line', // line, bar + barChart: { + width: 50, + handleOverlap: 'overlap', + align: 'center' // left, center, right + }, + catmullRom: { + enabled: true, + parametrization: 'centripetal', // uniform (alpha = 0.0), chordal (alpha = 1.0), centripetal (alpha = 0.5) + alpha: 0.5 + }, + drawPoints: { + enabled: true, + size: 6, + style: 'square' // square, circle + }, + dataAxis: { + showMinorLabels: true, + showMajorLabels: true, + icons: false, + width: '40px', + visible: true, + alignZeros: true, + customRange: { + left: {min:undefined, max:undefined}, + right: {min:undefined, max:undefined} + } + //, these options are not set by default, but this shows the format they will be in + //format: { + // left: {decimals: 2}, + // right: {decimals: 2} + //}, + //title: { + // left: { + // text: 'left', + // style: 'color:black;' + // }, + // right: { + // text: 'right', + // style: 'color:black;' + // } + //} + }, + legend: { + enabled: false, + icons: true, + left: { + visible: true, + position: 'top-left' // top/bottom - left,right + }, + right: { + visible: true, + position: 'top-right' // top/bottom - left,right + } + }, + groups: { + visibility: {} + } + }; + + // options is shared by this ItemSet and all its items + this.options = util.extend({}, this.defaultOptions); + this.dom = {}; + this.props = {}; + this.hammer = null; + this.groups = {}; + this.abortedGraphUpdate = false; + this.updateSVGheight = false; + this.updateSVGheightOnResize = false; - // show shadows when vertical scrolling is available - var visibilityTop = this.props.scrollTop == 0 ? 'hidden' : ''; - var visibilityBottom = this.props.scrollTop == this.props.scrollTopMin ? 'hidden' : ''; - dom.shadowTop.style.visibility = visibilityTop; - dom.shadowBottom.style.visibility = visibilityBottom; - dom.shadowTopLeft.style.visibility = visibilityTop; - dom.shadowBottomLeft.style.visibility = visibilityBottom; - dom.shadowTopRight.style.visibility = visibilityTop; - dom.shadowBottomRight.style.visibility = visibilityBottom; + var me = this; + this.itemsData = null; // DataSet + this.groupsData = null; // DataSet - // redraw all components - this.components.forEach(function (component) { - resized = component.redraw() || resized; - }); - if (resized) { - // keep repainting until all sizes are settled - var MAX_REDRAWS = 3; // maximum number of consecutive redraws - if (this.redrawCount < MAX_REDRAWS) { - this.redrawCount++; - this.redraw(); + // listeners for the DataSet of the items + this.itemListeners = { + 'add': function (event, params, senderId) { + me._onAdd(params.items); + }, + 'update': function (event, params, senderId) { + me._onUpdate(params.items); + }, + 'remove': function (event, params, senderId) { + me._onRemove(params.items); } - else { - console.log('WARNING: infinite loop in redraw?'); + }; + + // listeners for the DataSet of the groups + this.groupListeners = { + 'add': function (event, params, senderId) { + me._onAddGroups(params.items); + }, + 'update': function (event, params, senderId) { + me._onUpdateGroups(params.items); + }, + 'remove': function (event, params, senderId) { + me._onRemoveGroups(params.items); } - this.redrawCount = 0; - } + }; - this.emit("finishedRedraw"); - }; + this.items = {}; // object with an Item for every data item + this.selection = []; // list with the ids of all selected nodes + this.lastStart = this.body.range.start; + this.touchParams = {}; // stores properties while dragging - // TODO: deprecated since version 1.1.0, remove some day - Core.prototype.repaint = function () { - throw new Error('Function repaint is deprecated. Use redraw instead.'); - }; + this.svgElements = {}; + this.setOptions(options); + this.groupsUsingDefaultStyles = [0]; + this.COUNTER = 0; + this.body.emitter.on('rangechanged', function() { + me.lastStart = me.body.range.start; + me.svg.style.left = util.option.asSize(-me.props.width); + me.redraw.call(me,true); + }); - /** - * Set a current time. This can be used for example to ensure that a client's - * time is synchronized with a shared server time. - * Only applicable when option `showCurrentTime` is true. - * @param {Date | String | Number} time A Date, unix timestamp, or - * ISO date string. - */ - Core.prototype.setCurrentTime = function(time) { - if (!this.currentTime) { - throw new Error('Option showCurrentTime must be true'); - } + // create the HTML DOM + this._create(); + this.framework = {svg: this.svg, svgElements: this.svgElements, options: this.options, groups: this.groups}; + this.body.emitter.emit('change'); - this.currentTime.setCurrentTime(time); - }; + } + + LineGraph.prototype = new Component(); /** - * Get the current time. - * Only applicable when option `showCurrentTime` is true. - * @return {Date} Returns the current time. + * Create the HTML DOM for the ItemSet */ - Core.prototype.getCurrentTime = function() { - if (!this.currentTime) { - throw new Error('Option showCurrentTime must be true'); - } + LineGraph.prototype._create = function(){ + var frame = document.createElement('div'); + frame.className = 'LineGraph'; + this.dom.frame = frame; - return this.currentTime.getCurrentTime(); - }; + // create svg element for graph drawing. + this.svg = document.createElementNS('http://www.w3.org/2000/svg','svg'); + this.svg.style.position = 'relative'; + this.svg.style.height = ('' + this.options.graphHeight).replace('px','') + 'px'; + this.svg.style.display = 'block'; + frame.appendChild(this.svg); - /** - * Convert a position on screen (pixels) to a datetime - * @param {int} x Position on the screen in pixels - * @return {Date} time The datetime the corresponds with given position x - * @private - */ - // TODO: move this function to Range - Core.prototype._toTime = function(x) { - return DateUtil.toTime(this, x, this.props.center.width); + // data axis + this.options.dataAxis.orientation = 'left'; + this.yAxisLeft = new DataAxis(this.body, this.options.dataAxis, this.svg, this.options.groups); + + this.options.dataAxis.orientation = 'right'; + this.yAxisRight = new DataAxis(this.body, this.options.dataAxis, this.svg, this.options.groups); + delete this.options.dataAxis.orientation; + + // legends + this.legendLeft = new Legend(this.body, this.options.legend, 'left', this.options.groups); + this.legendRight = new Legend(this.body, this.options.legend, 'right', this.options.groups); + + this.show(); }; /** - * Convert a position on the global screen (pixels) to a datetime - * @param {int} x Position on the screen in pixels - * @return {Date} time The datetime the corresponds with given position x - * @private + * set the options of the LineGraph. the mergeOptions is used for subObjects that have an enabled element. + * @param {object} options */ - // TODO: move this function to Range - Core.prototype._toGlobalTime = function(x) { - return DateUtil.toTime(this, x, this.props.root.width); - //var conversion = this.range.conversion(this.props.root.width); - //return new Date(x / conversion.scale + conversion.offset); + LineGraph.prototype.setOptions = function(options) { + if (options) { + var fields = ['sampling','defaultGroup','height','graphHeight','yAxisOrientation','style','barChart','dataAxis','sort','groups']; + if (options.graphHeight === undefined && options.height !== undefined && this.body.domProps.centerContainer.height !== undefined) { + this.updateSVGheight = true; + this.updateSVGheightOnResize = true; + } + else if (this.body.domProps.centerContainer.height !== undefined && options.graphHeight !== undefined) { + if (parseInt((options.graphHeight + '').replace("px",'')) < this.body.domProps.centerContainer.height) { + this.updateSVGheight = true; + } + } + util.selectiveDeepExtend(fields, this.options, options); + util.mergeOptions(this.options, options,'catmullRom'); + util.mergeOptions(this.options, options,'drawPoints'); + util.mergeOptions(this.options, options,'shaded'); + util.mergeOptions(this.options, options,'legend'); + + if (options.catmullRom) { + if (typeof options.catmullRom == 'object') { + if (options.catmullRom.parametrization) { + if (options.catmullRom.parametrization == 'uniform') { + this.options.catmullRom.alpha = 0; + } + else if (options.catmullRom.parametrization == 'chordal') { + this.options.catmullRom.alpha = 1.0; + } + else { + this.options.catmullRom.parametrization = 'centripetal'; + this.options.catmullRom.alpha = 0.5; + } + } + } + } + + if (this.yAxisLeft) { + if (options.dataAxis !== undefined) { + this.yAxisLeft.setOptions(this.options.dataAxis); + this.yAxisRight.setOptions(this.options.dataAxis); + } + } + + if (this.legendLeft) { + if (options.legend !== undefined) { + this.legendLeft.setOptions(this.options.legend); + this.legendRight.setOptions(this.options.legend); + } + } + + if (this.groups.hasOwnProperty(UNGROUPED)) { + this.groups[UNGROUPED].setOptions(options); + } + } + + // this is used to redraw the graph if the visibility of the groups is changed. + if (this.dom.frame) { + this.redraw(true); + } }; /** - * Convert a datetime (Date object) into a position on the screen - * @param {Date} time A date - * @return {int} x The position on the screen in pixels which corresponds - * with the given date. - * @private + * Hide the component from the DOM */ - // TODO: move this function to Range - Core.prototype._toScreen = function(time) { - return DateUtil.toScreen(this, time, this.props.center.width); + LineGraph.prototype.hide = function() { + // remove the frame containing the items + if (this.dom.frame.parentNode) { + this.dom.frame.parentNode.removeChild(this.dom.frame); + } }; - /** - * Convert a datetime (Date object) into a position on the root - * This is used to get the pixel density estimate for the screen, not the center panel - * @param {Date} time A date - * @return {int} x The position on root in pixels which corresponds - * with the given date. - * @private + * Show the component in the DOM (when not already visible). + * @return {Boolean} changed */ - // TODO: move this function to Range - Core.prototype._toGlobalScreen = function(time) { - return DateUtil.toScreen(this, time, this.props.root.width); - //var conversion = this.range.conversion(this.props.root.width); - //return (time.valueOf() - conversion.offset) * conversion.scale; + LineGraph.prototype.show = function() { + // show frame containing the items + if (!this.dom.frame.parentNode) { + this.body.dom.center.appendChild(this.dom.frame); + } }; /** - * Initialize watching when option autoResize is true - * @private + * Set items + * @param {vis.DataSet | null} items */ - Core.prototype._initAutoResize = function () { - if (this.options.autoResize == true) { - this._startAutoResize(); + LineGraph.prototype.setItems = function(items) { + var me = this, + ids, + oldItemsData = this.itemsData; + + // replace the dataset + if (!items) { + this.itemsData = null; + } + else if (items instanceof DataSet || items instanceof DataView) { + this.itemsData = items; } else { - this._stopAutoResize(); + throw new TypeError('Data must be an instance of DataSet or DataView'); + } + + if (oldItemsData) { + // unsubscribe from old dataset + util.forEach(this.itemListeners, function (callback, event) { + oldItemsData.off(event, callback); + }); + + // remove all drawn items + ids = oldItemsData.getIds(); + this._onRemove(ids); + } + + if (this.itemsData) { + // subscribe to new dataset + var id = this.id; + util.forEach(this.itemListeners, function (callback, event) { + me.itemsData.on(event, callback, id); + }); + + // add all new items + ids = this.itemsData.getIds(); + this._onAdd(ids); } + this._updateUngrouped(); + //this._updateGraph(); + this.redraw(true); }; + /** - * Watch for changes in the size of the container. On resize, the Panel will - * automatically redraw itself. - * @private + * Set groups + * @param {vis.DataSet} groups */ - Core.prototype._startAutoResize = function () { + LineGraph.prototype.setGroups = function(groups) { var me = this; + var ids; - this._stopAutoResize(); - - this._onResize = function() { - if (me.options.autoResize != true) { - // stop watching when the option autoResize is changed to false - me._stopAutoResize(); - return; - } - - if (me.dom.root) { - // check whether the frame is resized - // Note: we compare offsetWidth here, not clientWidth. For some reason, - // IE does not restore the clientWidth from 0 to the actual width after - // changing the timeline's container display style from none to visible - if ((me.dom.root.offsetWidth != me.props.lastWidth) || - (me.dom.root.offsetHeight != me.props.lastHeight)) { - me.props.lastWidth = me.dom.root.offsetWidth; - me.props.lastHeight = me.dom.root.offsetHeight; + // unsubscribe from current dataset + if (this.groupsData) { + util.forEach(this.groupListeners, function (callback, event) { + me.groupsData.unsubscribe(event, callback); + }); - me.emit('change'); - } - } - }; + // remove all drawn groups + ids = this.groupsData.getIds(); + this.groupsData = null; + this._onRemoveGroups(ids); // note: this will cause a redraw + } - // add event listener to window resize - util.addEventListener(window, 'resize', this._onResize); + // replace the dataset + if (!groups) { + this.groupsData = null; + } + else if (groups instanceof DataSet || groups instanceof DataView) { + this.groupsData = groups; + } + else { + throw new TypeError('Data must be an instance of DataSet or DataView'); + } - this.watchTimer = setInterval(this._onResize, 1000); - }; + if (this.groupsData) { + // subscribe to new dataset + var id = this.id; + util.forEach(this.groupListeners, function (callback, event) { + me.groupsData.on(event, callback, id); + }); - /** - * Stop watching for a resize of the frame. - * @private - */ - Core.prototype._stopAutoResize = function () { - if (this.watchTimer) { - clearInterval(this.watchTimer); - this.watchTimer = undefined; + // draw all ms + ids = this.groupsData.getIds(); + this._onAddGroups(ids); } - - // remove event listener on window.resize - util.removeEventListener(window, 'resize', this._onResize); - this._onResize = null; + this._onUpdate(); }; - /** - * Start moving the timeline vertically - * @param {Event} event - * @private - */ - Core.prototype._onTouch = function (event) { - this.touch.allowDragging = true; - }; /** - * Start moving the timeline vertically - * @param {Event} event + * Update the data + * @param [ids] * @private */ - Core.prototype._onPinch = function (event) { - this.touch.allowDragging = false; + LineGraph.prototype._onUpdate = function(ids) { + this._updateUngrouped(); + this._updateAllGroupData(); + //this._updateGraph(); + this.redraw(true); }; + LineGraph.prototype._onAdd = function (ids) {this._onUpdate(ids);}; + LineGraph.prototype._onRemove = function (ids) {this._onUpdate(ids);}; + LineGraph.prototype._onUpdateGroups = function (groupIds) { + for (var i = 0; i < groupIds.length; i++) { + var group = this.groupsData.get(groupIds[i]); + this._updateGroup(group, groupIds[i]); + } - /** - * Start moving the timeline vertically - * @param {Event} event - * @private - */ - Core.prototype._onDragStart = function (event) { - this.touch.initialScrollTop = this.props.scrollTop; + //this._updateGraph(); + this.redraw(true); }; + LineGraph.prototype._onAddGroups = function (groupIds) {this._onUpdateGroups(groupIds);}; + /** - * Move the timeline vertically - * @param {Event} event + * this cleans the group out off the legends and the dataaxis, updates the ungrouped and updates the graph + * @param {Array} groupIds * @private */ - Core.prototype._onDrag = function (event) { - // refuse to drag when we where pinching to prevent the timeline make a jump - // when releasing the fingers in opposite order from the touch screen - if (!this.touch.allowDragging) return; - - var delta = event.gesture.deltaY; - - var oldScrollTop = this._getScrollTop(); - var newScrollTop = this._setScrollTop(this.touch.initialScrollTop + delta); - - - if (newScrollTop != oldScrollTop) { - this.redraw(); // TODO: this causes two redraws when dragging, the other is triggered by rangechange already - this.emit("verticalDrag"); + LineGraph.prototype._onRemoveGroups = function (groupIds) { + for (var i = 0; i < groupIds.length; i++) { + if (this.groups.hasOwnProperty(groupIds[i])) { + if (this.groups[groupIds[i]].options.yAxisOrientation == 'right') { + this.yAxisRight.removeGroup(groupIds[i]); + this.legendRight.removeGroup(groupIds[i]); + this.legendRight.redraw(); + } + else { + this.yAxisLeft.removeGroup(groupIds[i]); + this.legendLeft.removeGroup(groupIds[i]); + this.legendLeft.redraw(); + } + delete this.groups[groupIds[i]]; + } } + this._updateUngrouped(); + //this._updateGraph(); + this.redraw(true); }; - /** - * Apply a scrollTop - * @param {Number} scrollTop - * @returns {Number} scrollTop Returns the applied scrollTop - * @private - */ - Core.prototype._setScrollTop = function (scrollTop) { - this.props.scrollTop = scrollTop; - this._updateScrollTop(); - return this.props.scrollTop; - }; /** - * Update the current scrollTop when the height of the containers has been changed - * @returns {Number} scrollTop Returns the applied scrollTop + * update a group object with the group dataset entree + * + * @param group + * @param groupId * @private */ - Core.prototype._updateScrollTop = function () { - // recalculate the scrollTopMin - var scrollTopMin = Math.min(this.props.centerContainer.height - this.props.center.height, 0); // is negative or zero - if (scrollTopMin != this.props.scrollTopMin) { - // in case of bottom orientation, change the scrollTop such that the contents - // do not move relative to the time axis at the bottom - if (this.options.orientation == 'bottom') { - this.props.scrollTop += (scrollTopMin - this.props.scrollTopMin); + LineGraph.prototype._updateGroup = function (group, groupId) { + if (!this.groups.hasOwnProperty(groupId)) { + this.groups[groupId] = new GraphGroup(group, groupId, this.options, this.groupsUsingDefaultStyles); + if (this.groups[groupId].options.yAxisOrientation == 'right') { + this.yAxisRight.addGroup(groupId, this.groups[groupId]); + this.legendRight.addGroup(groupId, this.groups[groupId]); + } + else { + this.yAxisLeft.addGroup(groupId, this.groups[groupId]); + this.legendLeft.addGroup(groupId, this.groups[groupId]); } - this.props.scrollTopMin = scrollTopMin; } - - // limit the scrollTop to the feasible scroll range - if (this.props.scrollTop > 0) this.props.scrollTop = 0; - if (this.props.scrollTop < scrollTopMin) this.props.scrollTop = scrollTopMin; - - return this.props.scrollTop; + else { + this.groups[groupId].update(group); + if (this.groups[groupId].options.yAxisOrientation == 'right') { + this.yAxisRight.updateGroup(groupId, this.groups[groupId]); + this.legendRight.updateGroup(groupId, this.groups[groupId]); + } + else { + this.yAxisLeft.updateGroup(groupId, this.groups[groupId]); + this.legendLeft.updateGroup(groupId, this.groups[groupId]); + } + } + this.legendLeft.redraw(); + this.legendRight.redraw(); }; + /** - * Get the current scrollTop - * @returns {number} scrollTop + * this updates all groups, it is used when there is an update the the itemset. + * * @private */ - Core.prototype._getScrollTop = function () { - return this.props.scrollTop; + LineGraph.prototype._updateAllGroupData = function () { + if (this.itemsData != null) { + var groupsContent = {}; + var groupId; + for (groupId in this.groups) { + if (this.groups.hasOwnProperty(groupId)) { + groupsContent[groupId] = []; + } + } + for (var itemId in this.itemsData._data) { + if (this.itemsData._data.hasOwnProperty(itemId)) { + var item = this.itemsData._data[itemId]; + if (groupsContent[item.group] === undefined) { + throw new Error('Cannot find referenced group. Possible reason: items added before groups? Groups need to be added before items, as items refer to groups.') + } + item.x = util.convert(item.x,'Date'); + groupsContent[item.group].push(item); + } + } + for (groupId in this.groups) { + if (this.groups.hasOwnProperty(groupId)) { + this.groups[groupId].setItems(groupsContent[groupId]); + } + } + } }; - module.exports = Core; - -/***/ }, -/* 26 */ -/***/ function(module, exports, __webpack_require__) { + /** + * Create or delete the group holding all ungrouped items. This group is used when + * there are no groups specified. This anonymous group is called 'graph'. + * @protected + */ + LineGraph.prototype._updateUngrouped = function() { + if (this.itemsData && this.itemsData != null) { + var ungroupedCounter = 0; + for (var itemId in this.itemsData._data) { + if (this.itemsData._data.hasOwnProperty(itemId)) { + var item = this.itemsData._data[itemId]; + if (item != undefined) { + if (item.hasOwnProperty('group')) { + if (item.group === undefined) { + item.group = UNGROUPED; + } + } + else { + item.group = UNGROUPED; + } + ungroupedCounter = item.group == UNGROUPED ? ungroupedCounter + 1 : ungroupedCounter; + } + } + } - var Hammer = __webpack_require__(19); - var util = __webpack_require__(1); - var DataSet = __webpack_require__(7); - var DataView = __webpack_require__(9); - var Component = __webpack_require__(23); - var Group = __webpack_require__(27); - var BackgroundGroup = __webpack_require__(31); - var BoxItem = __webpack_require__(32); - var PointItem = __webpack_require__(33); - var RangeItem = __webpack_require__(29); - var BackgroundItem = __webpack_require__(34); + if (ungroupedCounter == 0) { + delete this.groups[UNGROUPED]; + this.legendLeft.removeGroup(UNGROUPED); + this.legendRight.removeGroup(UNGROUPED); + this.yAxisLeft.removeGroup(UNGROUPED); + this.yAxisRight.removeGroup(UNGROUPED); + } + else { + var group = {id: UNGROUPED, content: this.options.defaultGroup}; + this._updateGroup(group, UNGROUPED); + } + } + else { + delete this.groups[UNGROUPED]; + this.legendLeft.removeGroup(UNGROUPED); + this.legendRight.removeGroup(UNGROUPED); + this.yAxisLeft.removeGroup(UNGROUPED); + this.yAxisRight.removeGroup(UNGROUPED); + } + this.legendLeft.redraw(); + this.legendRight.redraw(); + }; - var UNGROUPED = '__ungrouped__'; // reserved group id for ungrouped items - var BACKGROUND = '__background__'; // reserved group id for background items without group /** - * An ItemSet holds a set of items and ranges which can be displayed in a - * range. The width is determined by the parent of the ItemSet, and the height - * is determined by the size of the items. - * @param {{dom: Object, domProps: Object, emitter: Emitter, range: Range}} body - * @param {Object} [options] See ItemSet.setOptions for the available options. - * @constructor ItemSet - * @extends Component + * Redraw the component, mandatory function + * @return {boolean} Returns true if the component is resized */ - function ItemSet(body, options) { - this.body = body; - - this.defaultOptions = { - type: null, // 'box', 'point', 'range', 'background' - orientation: 'bottom', // 'top' or 'bottom' - align: 'auto', // alignment of box items - stack: true, - groupOrder: null, - - selectable: true, - editable: { - updateTime: false, - updateGroup: false, - add: false, - remove: false - }, + LineGraph.prototype.redraw = function(forceGraphUpdate) { + var resized = false; - onAdd: function (item, callback) { - callback(item); - }, - onUpdate: function (item, callback) { - callback(item); - }, - onMove: function (item, callback) { - callback(item); - }, - onRemove: function (item, callback) { - callback(item); - }, - onMoving: function (item, callback) { - callback(item); - }, + // calculate actual size and position + this.props.width = this.dom.frame.offsetWidth; + this.props.height = this.body.domProps.centerContainer.height; - margin: { - item: { - horizontal: 10, - vertical: 10 - }, - axis: 20 - }, - padding: 5 - }; + // update the graph if there is no lastWidth or with, used for the initial draw + if (this.lastWidth === undefined && this.props.width) { + forceGraphUpdate = true; + } - // options is shared by this ItemSet and all its items - this.options = util.extend({}, this.defaultOptions); + // check if this component is resized + resized = this._isResized() || resized; - // options for getting items from the DataSet with the correct type - this.itemOptions = { - type: {start: 'Date', end: 'Date'} - }; + // check whether zoomed (in that case we need to re-stack everything) + var visibleInterval = this.body.range.end - this.body.range.start; + var zoomed = (visibleInterval != this.lastVisibleInterval); + this.lastVisibleInterval = visibleInterval; - this.conversion = { - toScreen: body.util.toScreen, - toTime: body.util.toTime - }; - this.dom = {}; - this.props = {}; - this.hammer = null; - var me = this; - this.itemsData = null; // DataSet - this.groupsData = null; // DataSet + // the svg element is three times as big as the width, this allows for fully dragging left and right + // without reloading the graph. the controls for this are bound to events in the constructor + if (resized == true) { + this.svg.style.width = util.option.asSize(3*this.props.width); + this.svg.style.left = util.option.asSize(-this.props.width); - // listeners for the DataSet of the items - this.itemListeners = { - 'add': function (event, params, senderId) { - me._onAdd(params.items); - }, - 'update': function (event, params, senderId) { - me._onUpdate(params.items); - }, - 'remove': function (event, params, senderId) { - me._onRemove(params.items); + // if the height of the graph is set as proportional, change the height of the svg + if ((this.options.height + '').indexOf("%") != -1 || this.updateSVGheightOnResize == true) { + this.updateSVGheight = true; } - }; + } - // listeners for the DataSet of the groups - this.groupListeners = { - 'add': function (event, params, senderId) { - me._onAddGroups(params.items); - }, - 'update': function (event, params, senderId) { - me._onUpdateGroups(params.items); - }, - 'remove': function (event, params, senderId) { - me._onRemoveGroups(params.items); + // update the height of the graph on each redraw of the graph. + if (this.updateSVGheight == true) { + if (this.options.graphHeight != this.body.domProps.centerContainer.height + 'px') { + this.options.graphHeight = this.body.domProps.centerContainer.height + 'px'; + this.svg.style.height = this.body.domProps.centerContainer.height + 'px'; } - }; - - this.items = {}; // object with an Item for every data item - this.groups = {}; // Group object for every group - this.groupIds = []; - - this.selection = []; // list with the ids of all selected nodes - this.stackDirty = true; // if true, all items will be restacked on next redraw - - this.touchParams = {}; // stores properties while dragging - // create the HTML DOM - - this._create(); - - this.setOptions(options); - } + this.updateSVGheight = false; + } + else { + this.svg.style.height = ('' + this.options.graphHeight).replace('px','') + 'px'; + } - ItemSet.prototype = new Component(); + // zoomed is here to ensure that animations are shown correctly. + if (resized == true || zoomed == true || this.abortedGraphUpdate == true || forceGraphUpdate == true) { + resized = this._updateGraph() || resized; + } + else { + // move the whole svg while dragging + if (this.lastStart != 0) { + var offset = this.body.range.start - this.lastStart; + var range = this.body.range.end - this.body.range.start; + if (this.props.width != 0) { + var rangePerPixelInv = this.props.width/range; + var xOffset = offset * rangePerPixelInv; + this.svg.style.left = (-this.props.width - xOffset) + 'px'; + } + } + } - // available item types will be registered here - ItemSet.types = { - background: BackgroundItem, - box: BoxItem, - range: RangeItem, - point: PointItem + this.legendLeft.redraw(); + this.legendRight.redraw(); + return resized; }; + /** - * Create the HTML DOM for the ItemSet + * Update and redraw the graph. + * */ - ItemSet.prototype._create = function(){ - var frame = document.createElement('div'); - frame.className = 'itemset'; - frame['timeline-itemset'] = this; - this.dom.frame = frame; - - // create background panel - var background = document.createElement('div'); - background.className = 'background'; - frame.appendChild(background); - this.dom.background = background; - - // create foreground panel - var foreground = document.createElement('div'); - foreground.className = 'foreground'; - frame.appendChild(foreground); - this.dom.foreground = foreground; + LineGraph.prototype._updateGraph = function () { + // reset the svg elements + DOMutil.prepareElements(this.svgElements); + if (this.props.width != 0 && this.itemsData != null) { + var group, i; + var preprocessedGroupData = {}; + var processedGroupData = {}; + var groupRanges = {}; + var changeCalled = false; - // create axis panel - var axis = document.createElement('div'); - axis.className = 'axis'; - this.dom.axis = axis; + // getting group Ids + var groupIds = []; + for (var groupId in this.groups) { + if (this.groups.hasOwnProperty(groupId)) { + group = this.groups[groupId]; + if (group.visible == true && (this.options.groups.visibility[groupId] === undefined || this.options.groups.visibility[groupId] == true)) { + groupIds.push(groupId); + } + } + } + if (groupIds.length > 0) { + // this is the range of the SVG canvas + var minDate = this.body.util.toGlobalTime(-this.body.domProps.root.width); + var maxDate = this.body.util.toGlobalTime(2 * this.body.domProps.root.width); + var groupsData = {}; + // fill groups data, this only loads the data we require based on the timewindow + this._getRelevantData(groupIds, groupsData, minDate, maxDate); - // create labelset - var labelSet = document.createElement('div'); - labelSet.className = 'labelset'; - this.dom.labelSet = labelSet; + // apply sampling, if disabled, it will pass through this function. + this._applySampling(groupIds, groupsData); - // create ungrouped Group - this._updateUngrouped(); + // we transform the X coordinates to detect collisions + for (i = 0; i < groupIds.length; i++) { + preprocessedGroupData[groupIds[i]] = this._convertXcoordinates(groupsData[groupIds[i]]); + } - // create background Group - var backgroundGroup = new BackgroundGroup(BACKGROUND, null, this); - backgroundGroup.show(); - this.groups[BACKGROUND] = backgroundGroup; + // now all needed data has been collected we start the processing. + this._getYRanges(groupIds, preprocessedGroupData, groupRanges); - // attach event listeners - // Note: we bind to the centerContainer for the case where the height - // of the center container is larger than of the ItemSet, so we - // can click in the empty area to create a new item or deselect an item. - this.hammer = Hammer(this.body.dom.centerContainer, { - preventDefault: true - }); + // update the Y axis first, we use this data to draw at the correct Y points + // changeCalled is required to clean the SVG on a change emit. + changeCalled = this._updateYAxis(groupIds, groupRanges); + var MAX_CYCLES = 5; + if (changeCalled == true && this.COUNTER < MAX_CYCLES) { + DOMutil.cleanupElements(this.svgElements); + this.abortedGraphUpdate = true; + this.COUNTER++; + this.body.emitter.emit('change'); + return true; + } + else { + if (this.COUNTER > MAX_CYCLES) { + console.log("WARNING: there may be an infinite loop in the _updateGraph emitter cycle.") + } + this.COUNTER = 0; + this.abortedGraphUpdate = false; - // drag items when selected - this.hammer.on('touch', this._onTouch.bind(this)); - this.hammer.on('dragstart', this._onDragStart.bind(this)); - this.hammer.on('drag', this._onDrag.bind(this)); - this.hammer.on('dragend', this._onDragEnd.bind(this)); + // With the yAxis scaled correctly, use this to get the Y values of the points. + for (i = 0; i < groupIds.length; i++) { + group = this.groups[groupIds[i]]; + processedGroupData[groupIds[i]] = this._convertYcoordinates(groupsData[groupIds[i]], group); + } - // single select (or unselect) when tapping an item - this.hammer.on('tap', this._onSelectItem.bind(this)); + // draw the groups + for (i = 0; i < groupIds.length; i++) { + group = this.groups[groupIds[i]]; + if (group.options.style != 'bar') { // bar needs to be drawn enmasse + group.draw(processedGroupData[groupIds[i]], group, this.framework); + } + } + BarGraphFunctions.draw(groupIds, processedGroupData, this.framework); + } + } + } - // multi select when holding mouse/touch, or on ctrl+click - this.hammer.on('hold', this._onMultiSelectItem.bind(this)); + // cleanup unused svg elements + DOMutil.cleanupElements(this.svgElements); + return false; + }; - // add item on doubletap - this.hammer.on('doubletap', this._onAddItem.bind(this)); - // attach to the DOM - this.show(); + /** + * first select and preprocess the data from the datasets. + * the groups have their preselection of data, we now loop over this data to see + * what data we need to draw. Sorted data is much faster. + * more optimization is possible by doing the sampling before and using the binary search + * to find the end date to determine the increment. + * + * @param {array} groupIds + * @param {object} groupsData + * @param {date} minDate + * @param {date} maxDate + * @private + */ + LineGraph.prototype._getRelevantData = function (groupIds, groupsData, minDate, maxDate) { + var group, i, j, item; + if (groupIds.length > 0) { + for (i = 0; i < groupIds.length; i++) { + group = this.groups[groupIds[i]]; + groupsData[groupIds[i]] = []; + var dataContainer = groupsData[groupIds[i]]; + // optimization for sorted data + if (group.options.sort == true) { + var guess = Math.max(0, util.binarySearchValue(group.itemsData, minDate, 'x', 'before')); + for (j = guess; j < group.itemsData.length; j++) { + item = group.itemsData[j]; + if (item !== undefined) { + if (item.x > maxDate) { + dataContainer.push(item); + break; + } + else { + dataContainer.push(item); + } + } + } + } + else { + for (j = 0; j < group.itemsData.length; j++) { + item = group.itemsData[j]; + if (item !== undefined) { + if (item.x > minDate && item.x < maxDate) { + dataContainer.push(item); + } + } + } + } + } + } }; + /** - * Set options for the ItemSet. Existing options will be extended/overwritten. - * @param {Object} [options] The following options are available: - * {String} type - * Default type for the items. Choose from 'box' - * (default), 'point', 'range', or 'background'. - * The default style can be overwritten by - * individual items. - * {String} align - * Alignment for the items, only applicable for - * BoxItem. Choose 'center' (default), 'left', or - * 'right'. - * {String} orientation - * Orientation of the item set. Choose 'top' or - * 'bottom' (default). - * {Function} groupOrder - * A sorting function for ordering groups - * {Boolean} stack - * If true (deafult), items will be stacked on - * top of each other. - * {Number} margin.axis - * Margin between the axis and the items in pixels. - * Default is 20. - * {Number} margin.item.horizontal - * Horizontal margin between items in pixels. - * Default is 10. - * {Number} margin.item.vertical - * Vertical Margin between items in pixels. - * Default is 10. - * {Number} margin.item - * Margin between items in pixels in both horizontal - * and vertical direction. Default is 10. - * {Number} margin - * Set margin for both axis and items in pixels. - * {Number} padding - * Padding of the contents of an item in pixels. - * Must correspond with the items css. Default is 5. - * {Boolean} selectable - * If true (default), items can be selected. - * {Boolean} editable - * Set all editable options to true or false - * {Boolean} editable.updateTime - * Allow dragging an item to an other moment in time - * {Boolean} editable.updateGroup - * Allow dragging an item to an other group - * {Boolean} editable.add - * Allow creating new items on double tap - * {Boolean} editable.remove - * Allow removing items by clicking the delete button - * top right of a selected item. - * {Function(item: Item, callback: Function)} onAdd - * Callback function triggered when an item is about to be added: - * when the user double taps an empty space in the Timeline. - * {Function(item: Item, callback: Function)} onUpdate - * Callback function fired when an item is about to be updated. - * This function typically has to show a dialog where the user - * change the item. If not implemented, nothing happens. - * {Function(item: Item, callback: Function)} onMove - * Fired when an item has been moved. If not implemented, - * the move action will be accepted. - * {Function(item: Item, callback: Function)} onRemove - * Fired when an item is about to be deleted. - * If not implemented, the item will be always removed. + * + * @param groupIds + * @param groupsData + * @private */ - ItemSet.prototype.setOptions = function(options) { - if (options) { - // copy all options that we know - var fields = ['type', 'align', 'orientation', 'padding', 'stack', 'selectable', 'groupOrder', 'dataAttributes', 'template','hide']; - util.selectiveExtend(fields, this.options, options); + LineGraph.prototype._applySampling = function (groupIds, groupsData) { + var group; + if (groupIds.length > 0) { + for (var i = 0; i < groupIds.length; i++) { + group = this.groups[groupIds[i]]; + if (group.options.sampling == true) { + var dataContainer = groupsData[groupIds[i]]; + if (dataContainer.length > 0) { + var increment = 1; + var amountOfPoints = dataContainer.length; + + // the global screen is used because changing the width of the yAxis may affect the increment, resulting in an endless loop + // of width changing of the yAxis. + var xDistance = this.body.util.toGlobalScreen(dataContainer[dataContainer.length - 1].x) - this.body.util.toGlobalScreen(dataContainer[0].x); + var pointsPerPixel = amountOfPoints / xDistance; + increment = Math.min(Math.ceil(0.2 * amountOfPoints), Math.max(1, Math.round(pointsPerPixel))); + + var sampledData = []; + for (var j = 0; j < amountOfPoints; j += increment) { + sampledData.push(dataContainer[j]); - if ('margin' in options) { - if (typeof options.margin === 'number') { - this.options.margin.axis = options.margin; - this.options.margin.item.horizontal = options.margin; - this.options.margin.item.vertical = options.margin; - } - else if (typeof options.margin === 'object') { - util.selectiveExtend(['axis'], this.options.margin, options.margin); - if ('item' in options.margin) { - if (typeof options.margin.item === 'number') { - this.options.margin.item.horizontal = options.margin.item; - this.options.margin.item.vertical = options.margin.item; - } - else if (typeof options.margin.item === 'object') { - util.selectiveExtend(['horizontal', 'vertical'], this.options.margin.item, options.margin.item); } + groupsData[groupIds[i]] = sampledData; + } + } + } + } + }; + + + /** + * + * + * @param {array} groupIds + * @param {object} groupsData + * @param {object} groupRanges | this is being filled here + * @private + */ + LineGraph.prototype._getYRanges = function (groupIds, groupsData, groupRanges) { + var groupData, group, i; + var barCombinedDataLeft = []; + var barCombinedDataRight = []; + var options; + if (groupIds.length > 0) { + for (i = 0; i < groupIds.length; i++) { + groupData = groupsData[groupIds[i]]; + options = this.groups[groupIds[i]].options; + if (groupData.length > 0) { + group = this.groups[groupIds[i]]; + // if bar graphs are stacked, their range need to be handled differently and accumulated over all groups. + if (options.barChart.handleOverlap == 'stack' && options.style == 'bar') { + if (options.yAxisOrientation == 'left') {barCombinedDataLeft = barCombinedDataLeft.concat(group.getYRange(groupData)) ;} + else {barCombinedDataRight = barCombinedDataRight.concat(group.getYRange(groupData));} + } + else { + groupRanges[groupIds[i]] = group.getYRange(groupData,groupIds[i]); } } } - if ('editable' in options) { - if (typeof options.editable === 'boolean') { - this.options.editable.updateTime = options.editable; - this.options.editable.updateGroup = options.editable; - this.options.editable.add = options.editable; - this.options.editable.remove = options.editable; + // if bar graphs are stacked, their range need to be handled differently and accumulated over all groups. + BarGraphFunctions.getStackedBarYRange(barCombinedDataLeft , groupRanges, groupIds, '__barchartLeft' , 'left' ); + BarGraphFunctions.getStackedBarYRange(barCombinedDataRight, groupRanges, groupIds, '__barchartRight', 'right'); + } + }; + + + /** + * this sets the Y ranges for the Y axis. It also determines which of the axis should be shown or hidden. + * @param {Array} groupIds + * @param {Object} groupRanges + * @private + */ + LineGraph.prototype._updateYAxis = function (groupIds, groupRanges) { + var resized = false; + var yAxisLeftUsed = false; + var yAxisRightUsed = false; + var minLeft = 1e9, minRight = 1e9, maxLeft = -1e9, maxRight = -1e9, minVal, maxVal; + // if groups are present + if (groupIds.length > 0) { + // this is here to make sure that if there are no items in the axis but there are groups, that there is no infinite draw/redraw loop. + for (var i = 0; i < groupIds.length; i++) { + var group = this.groups[groupIds[i]]; + if (group && group.options.yAxisOrientation != 'right') { + yAxisLeftUsed = true; + minLeft = 0; + maxLeft = 0; } - else if (typeof options.editable === 'object') { - util.selectiveExtend(['updateTime', 'updateGroup', 'add', 'remove'], this.options.editable, options.editable); + else if (group && group.options.yAxisOrientation) { + yAxisRightUsed = true; + minRight = 0; + maxRight = 0; } } - // callback functions - var addCallback = (function (name) { - var fn = options[name]; - if (fn) { - if (!(fn instanceof Function)) { - throw new Error('option ' + name + ' must be a function ' + name + '(item, callback)'); + // if there are items: + for (var i = 0; i < groupIds.length; i++) { + if (groupRanges.hasOwnProperty(groupIds[i])) { + if (groupRanges[groupIds[i]].ignore !== true) { + minVal = groupRanges[groupIds[i]].min; + maxVal = groupRanges[groupIds[i]].max; + + if (groupRanges[groupIds[i]].yAxisOrientation != 'right') { + yAxisLeftUsed = true; + minLeft = minLeft > minVal ? minVal : minLeft; + maxLeft = maxLeft < maxVal ? maxVal : maxLeft; + } + else { + yAxisRightUsed = true; + minRight = minRight > minVal ? minVal : minRight; + maxRight = maxRight < maxVal ? maxVal : maxRight; + } } - this.options[name] = fn; } - }).bind(this); - ['onAdd', 'onUpdate', 'onRemove', 'onMove', 'onMoving'].forEach(addCallback); + } - // force the itemSet to refresh: options like orientation and margins may be changed - this.markDirty(); + if (yAxisLeftUsed == true) { + this.yAxisLeft.setRange(minLeft, maxLeft); + } + if (yAxisRightUsed == true) { + this.yAxisRight.setRange(minRight, maxRight); + } + } + resized = this._toggleAxisVisiblity(yAxisLeftUsed , this.yAxisLeft) || resized; + resized = this._toggleAxisVisiblity(yAxisRightUsed, this.yAxisRight) || resized; + + if (yAxisRightUsed == true && yAxisLeftUsed == true) { + this.yAxisLeft.drawIcons = true; + this.yAxisRight.drawIcons = true; + } + else { + this.yAxisLeft.drawIcons = false; + this.yAxisRight.drawIcons = false; + } + this.yAxisRight.master = !yAxisLeftUsed; + if (this.yAxisRight.master == false) { + if (yAxisRightUsed == true) {this.yAxisLeft.lineOffset = this.yAxisRight.width;} + else {this.yAxisLeft.lineOffset = 0;} + + resized = this.yAxisLeft.redraw() || resized; + this.yAxisRight.stepPixelsForced = this.yAxisLeft.stepPixels; + this.yAxisRight.zeroCrossing = this.yAxisLeft.zeroCrossing; + resized = this.yAxisRight.redraw() || resized; + } + else { + resized = this.yAxisRight.redraw() || resized; + } + + // clean the accumulated lists + if (groupIds.indexOf('__barchartLeft') != -1) { + groupIds.splice(groupIds.indexOf('__barchartLeft'),1); } + if (groupIds.indexOf('__barchartRight') != -1) { + groupIds.splice(groupIds.indexOf('__barchartRight'),1); + } + + return resized; }; + /** - * Mark the ItemSet dirty so it will refresh everything with next redraw + * This shows or hides the Y axis if needed. If there is a change, the changed event is emitted by the updateYAxis function + * + * @param {boolean} axisUsed + * @returns {boolean} + * @private + * @param axis */ - ItemSet.prototype.markDirty = function() { - this.groupIds = []; - this.stackDirty = true; + LineGraph.prototype._toggleAxisVisiblity = function (axisUsed, axis) { + var changed = false; + if (axisUsed == false) { + if (axis.dom.frame.parentNode && axis.hidden == false) { + axis.hide() + changed = true; + } + } + else { + if (!axis.dom.frame.parentNode && axis.hidden == true) { + axis.show(); + changed = true; + } + } + return changed; }; + /** - * Destroy the ItemSet + * This uses the DataAxis object to generate the correct X coordinate on the SVG window. It uses the + * util function toScreen to get the x coordinate from the timestamp. It also pre-filters the data and get the minMax ranges for + * the yAxis. + * + * @param datapoints + * @returns {Array} + * @private */ - ItemSet.prototype.destroy = function() { - this.hide(); - this.setItems(null); - this.setGroups(null); + LineGraph.prototype._convertXcoordinates = function (datapoints) { + var extractedData = []; + var xValue, yValue; + var toScreen = this.body.util.toScreen; - this.hammer = null; + for (var i = 0; i < datapoints.length; i++) { + xValue = toScreen(datapoints[i].x) + this.props.width; + yValue = datapoints[i].y; + extractedData.push({x: xValue, y: yValue}); + } - this.body = null; - this.conversion = null; + return extractedData; }; + /** - * Hide the component from the DOM + * This uses the DataAxis object to generate the correct X coordinate on the SVG window. It uses the + * util function toScreen to get the x coordinate from the timestamp. It also pre-filters the data and get the minMax ranges for + * the yAxis. + * + * @param datapoints + * @param group + * @returns {Array} + * @private */ - ItemSet.prototype.hide = function() { - // remove the frame containing the items - if (this.dom.frame.parentNode) { - this.dom.frame.parentNode.removeChild(this.dom.frame); + LineGraph.prototype._convertYcoordinates = function (datapoints, group) { + var extractedData = []; + var xValue, yValue; + var toScreen = this.body.util.toScreen; + var axis = this.yAxisLeft; + var svgHeight = Number(this.svg.style.height.replace('px','')); + if (group.options.yAxisOrientation == 'right') { + axis = this.yAxisRight; } - // remove the axis with dots - if (this.dom.axis.parentNode) { - this.dom.axis.parentNode.removeChild(this.dom.axis); + for (var i = 0; i < datapoints.length; i++) { + xValue = toScreen(datapoints[i].x) + this.props.width; + yValue = Math.round(axis.convertValue(datapoints[i].y)); + extractedData.push({x: xValue, y: yValue}); } - // remove the labelset containing all group labels - if (this.dom.labelSet.parentNode) { - this.dom.labelSet.parentNode.removeChild(this.dom.labelSet); - } + group.setZeroPosition(Math.min(svgHeight, axis.convertValue(0))); + + return extractedData; }; - /** - * Show the component in the DOM (when not already visible). - * @return {Boolean} changed - */ - ItemSet.prototype.show = function() { - // show frame containing the items - if (!this.dom.frame.parentNode) { - this.body.dom.center.appendChild(this.dom.frame); - } - // show axis with dots - if (!this.dom.axis.parentNode) { - this.body.dom.backgroundVertical.appendChild(this.dom.axis); - } + module.exports = LineGraph; - // show labelset containing labels - if (!this.dom.labelSet.parentNode) { - this.body.dom.left.appendChild(this.dom.labelSet); - } - }; + +/***/ }, +/* 30 */ +/***/ function(module, exports, __webpack_require__) { + + var util = __webpack_require__(1); + var Component = __webpack_require__(20); + var TimeStep = __webpack_require__(19); + var DateUtil = __webpack_require__(15); + var moment = __webpack_require__(44); /** - * Set selected items by their id. Replaces the current selection - * Unknown id's are silently ignored. - * @param {string[] | string} [ids] An array with zero or more id's of the items to be - * selected, or a single item id. If ids is undefined - * or an empty array, all items will be unselected. + * A horizontal time axis + * @param {{dom: Object, domProps: Object, emitter: Emitter, range: Range}} body + * @param {Object} [options] See TimeAxis.setOptions for the available + * options. + * @constructor TimeAxis + * @extends Component */ - ItemSet.prototype.setSelection = function(ids) { - var i, ii, id, item; + function TimeAxis (body, options) { + this.dom = { + foreground: null, + lines: [], + majorTexts: [], + minorTexts: [], + redundant: { + lines: [], + majorTexts: [], + minorTexts: [] + } + }; + this.props = { + range: { + start: 0, + end: 0, + minimumStep: 0 + }, + lineTop: 0 + }; - if (ids == undefined) ids = []; - if (!Array.isArray(ids)) ids = [ids]; + this.defaultOptions = { + orientation: 'bottom', // supported: 'top', 'bottom' + // TODO: implement timeaxis orientations 'left' and 'right' + showMinorLabels: true, + showMajorLabels: true, + format: null + }; + this.options = util.extend({}, this.defaultOptions); - // unselect currently selected items - for (i = 0, ii = this.selection.length; i < ii; i++) { - id = this.selection[i]; - item = this.items[id]; - if (item) item.unselect(); - } + this.body = body; - // select items - this.selection = []; - for (i = 0, ii = ids.length; i < ii; i++) { - id = ids[i]; - item = this.items[id]; - if (item) { - this.selection.push(id); - item.select(); + // create the HTML DOM + this._create(); + + this.setOptions(options); + } + + TimeAxis.prototype = new Component(); + + /** + * Set options for the TimeAxis. + * Parameters will be merged in current options. + * @param {Object} options Available options: + * {string} [orientation] + * {boolean} [showMinorLabels] + * {boolean} [showMajorLabels] + */ + TimeAxis.prototype.setOptions = function(options) { + if (options) { + // copy all options that we know + util.selectiveExtend([ + 'orientation', + 'showMinorLabels', + 'showMajorLabels', + 'hiddenDates', + 'format' + ], this.options, options); + + // apply locale to moment.js + // TODO: not so nice, this is applied globally to moment.js + if ('locale' in options) { + if (typeof moment.locale === 'function') { + // moment.js 2.8.1+ + moment.locale(options.locale); + } + else { + moment.lang(options.locale); + } } } }; /** - * Get the selected items by their id - * @return {Array} ids The ids of the selected items + * Create the HTML DOM for the TimeAxis */ - ItemSet.prototype.getSelection = function() { - return this.selection.concat([]); + TimeAxis.prototype._create = function() { + this.dom.foreground = document.createElement('div'); + this.dom.background = document.createElement('div'); + + this.dom.foreground.className = 'timeaxis foreground'; + this.dom.background.className = 'timeaxis background'; }; /** - * Get the id's of the currently visible items. - * @returns {Array} The ids of the visible items + * Destroy the TimeAxis */ - ItemSet.prototype.getVisibleItems = function() { - var range = this.body.range.getRange(); - var left = this.body.util.toScreen(range.start); - var right = this.body.util.toScreen(range.end); - - var ids = []; - for (var groupId in this.groups) { - if (this.groups.hasOwnProperty(groupId)) { - var group = this.groups[groupId]; - var rawVisibleItems = group.visibleItems; - - // filter the "raw" set with visibleItems into a set which is really - // visible by pixels - for (var i = 0; i < rawVisibleItems.length; i++) { - var item = rawVisibleItems[i]; - // TODO: also check whether visible vertically - if ((item.left < right) && (item.left + item.width > left)) { - ids.push(item.id); - } - } - } + TimeAxis.prototype.destroy = function() { + // remove from DOM + if (this.dom.foreground.parentNode) { + this.dom.foreground.parentNode.removeChild(this.dom.foreground); + } + if (this.dom.background.parentNode) { + this.dom.background.parentNode.removeChild(this.dom.background); } - return ids; + this.body = null; }; /** - * Deselect a selected item - * @param {String | Number} id - * @private + * Repaint the component + * @return {boolean} Returns true if the component is resized */ - ItemSet.prototype._deselect = function(id) { - var selection = this.selection; - for (var i = 0, ii = selection.length; i < ii; i++) { - if (selection[i] == id) { // non-strict comparison! - selection.splice(i, 1); - break; - } + TimeAxis.prototype.redraw = function () { + var options = this.options; + var props = this.props; + var foreground = this.dom.foreground; + var background = this.dom.background; + + // determine the correct parent DOM element (depending on option orientation) + var parent = (options.orientation == 'top') ? this.body.dom.top : this.body.dom.bottom; + var parentChanged = (foreground.parentNode !== parent); + + // calculate character width and height + this._calculateCharSize(); + + // TODO: recalculate sizes only needed when parent is resized or options is changed + var orientation = this.options.orientation, + showMinorLabels = this.options.showMinorLabels, + showMajorLabels = this.options.showMajorLabels; + + // determine the width and height of the elemens for the axis + props.minorLabelHeight = showMinorLabels ? props.minorCharHeight : 0; + props.majorLabelHeight = showMajorLabels ? props.majorCharHeight : 0; + props.height = props.minorLabelHeight + props.majorLabelHeight; + props.width = foreground.offsetWidth; + + props.minorLineHeight = this.body.domProps.root.height - props.majorLabelHeight - + (options.orientation == 'top' ? this.body.domProps.bottom.height : this.body.domProps.top.height); + props.minorLineWidth = 1; // TODO: really calculate width + props.majorLineHeight = props.minorLineHeight + props.majorLabelHeight; + props.majorLineWidth = 1; // TODO: really calculate width + + // take foreground and background offline while updating (is almost twice as fast) + var foregroundNextSibling = foreground.nextSibling; + var backgroundNextSibling = background.nextSibling; + foreground.parentNode && foreground.parentNode.removeChild(foreground); + background.parentNode && background.parentNode.removeChild(background); + + foreground.style.height = this.props.height + 'px'; + + this._repaintLabels(); + + // put DOM online again (at the same place) + if (foregroundNextSibling) { + parent.insertBefore(foreground, foregroundNextSibling); + } + else { + parent.appendChild(foreground) + } + if (backgroundNextSibling) { + this.body.dom.backgroundVertical.insertBefore(background, backgroundNextSibling); + } + else { + this.body.dom.backgroundVertical.appendChild(background) } + + return this._isResized() || parentChanged; }; /** - * Repaint the component - * @return {boolean} Returns true if the component is resized + * Repaint major and minor text labels and vertical grid lines + * @private */ - ItemSet.prototype.redraw = function() { - var margin = this.options.margin, - range = this.body.range, - asSize = util.option.asSize, - options = this.options, - orientation = options.orientation, - resized = false, - frame = this.dom.frame, - editable = options.editable.updateTime || options.editable.updateGroup; + TimeAxis.prototype._repaintLabels = function () { + var orientation = this.options.orientation; - // recalculate absolute position (before redrawing groups) - this.props.top = this.body.domProps.top.height + this.body.domProps.border.top; - this.props.left = this.body.domProps.left.width + this.body.domProps.border.left; + // calculate range and step (step such that we have space for 7 characters per label) + var start = util.convert(this.body.range.start, 'Number'); + var end = util.convert(this.body.range.end, 'Number'); + var timeLabelsize = this.body.util.toTime((this.props.minorCharWidth || 10) * 7).valueOf(); + var minimumStep = timeLabelsize - DateUtil.getHiddenDurationBefore(this.body.hiddenDates, this.body.range, timeLabelsize); + minimumStep -= this.body.util.toTime(0).valueOf(); - // update class name - frame.className = 'itemset' + (editable ? ' editable' : ''); + var step = new TimeStep(new Date(start), new Date(end), minimumStep, this.body.hiddenDates); + if (this.options.format) { + step.setFormat(this.options.format); + } + this.step = step; - // reorder the groups (if needed) - resized = this._orderGroups() || resized; + // Move all DOM elements to a "redundant" list, where they + // can be picked for re-use, and clear the lists with lines and texts. + // At the end of the function _repaintLabels, left over elements will be cleaned up + var dom = this.dom; + dom.redundant.lines = dom.lines; + dom.redundant.majorTexts = dom.majorTexts; + dom.redundant.minorTexts = dom.minorTexts; + dom.lines = []; + dom.majorTexts = []; + dom.minorTexts = []; - // check whether zoomed (in that case we need to re-stack everything) - // TODO: would be nicer to get this as a trigger from Range - var visibleInterval = range.end - range.start; - var zoomed = (visibleInterval != this.lastVisibleInterval) || (this.props.width != this.props.lastWidth); - if (zoomed) this.stackDirty = true; - this.lastVisibleInterval = visibleInterval; - this.props.lastWidth = this.props.width; + var cur; + var x = 0; + var isMajor; + var xPrev = 0; + var width = 0; + var prevLine; + var xFirstMajorLabel = undefined; + var max = 0; + var className; + + step.first(); + while (step.hasNext() && max < 1000) { + max++; - var restack = this.stackDirty; - var firstGroup = this._firstGroup(); - var firstMargin = { - item: margin.item, - axis: margin.axis - }; - var nonFirstMargin = { - item: margin.item, - axis: margin.item.vertical / 2 - }; - var height = 0; - var minHeight = margin.axis + margin.item.vertical; + cur = step.getCurrent(); + isMajor = step.isMajor(); + className = step.getClassName(); - // redraw the background group - this.groups[BACKGROUND].redraw(range, nonFirstMargin, restack); + xPrev = x; + x = this.body.util.toScreen(cur); + width = x - xPrev; + if (prevLine) { + prevLine.style.width = width + 'px'; + } - // redraw all regular groups - util.forEach(this.groups, function (group) { - var groupMargin = (group == firstGroup) ? firstMargin : nonFirstMargin; - var groupResized = group.redraw(range, groupMargin, restack); - resized = groupResized || resized; - height += group.height; - }); - height = Math.max(height, minHeight); - this.stackDirty = false; + if (this.options.showMinorLabels) { + this._repaintMinorText(x, step.getLabelMinor(), orientation, className); + } - // update frame height - frame.style.height = asSize(height); + if (isMajor && this.options.showMajorLabels) { + if (x > 0) { + if (xFirstMajorLabel == undefined) { + xFirstMajorLabel = x; + } + this._repaintMajorText(x, step.getLabelMajor(), orientation, className); + } + prevLine = this._repaintMajorLine(x, orientation, className); + } + else { + prevLine = this._repaintMinorLine(x, orientation, className); + } - // calculate actual size - this.props.width = frame.offsetWidth; - this.props.height = height; + step.next(); + } - // reposition axis - this.dom.axis.style.top = asSize((orientation == 'top') ? - (this.body.domProps.top.height + this.body.domProps.border.top) : - (this.body.domProps.top.height + this.body.domProps.centerContainer.height)); - this.dom.axis.style.left = '0'; + // create a major label on the left when needed + if (this.options.showMajorLabels) { + var leftTime = this.body.util.toTime(0), + leftText = step.getLabelMajor(leftTime), + widthText = leftText.length * (this.props.majorCharWidth || 10) + 10; // upper bound estimation - // check if this component is resized - resized = this._isResized() || resized; + if (xFirstMajorLabel == undefined || widthText < xFirstMajorLabel) { + this._repaintMajorText(0, leftText, orientation, className); + } + } - return resized; + // Cleanup leftover DOM elements from the redundant list + util.forEach(this.dom.redundant, function (arr) { + while (arr.length) { + var elem = arr.pop(); + if (elem && elem.parentNode) { + elem.parentNode.removeChild(elem); + } + } + }); }; /** - * Get the first group, aligned with the axis - * @return {Group | null} firstGroup + * Create a minor label for the axis at position x + * @param {Number} x + * @param {String} text + * @param {String} orientation "top" or "bottom" (default) + * @param {String} className * @private */ - ItemSet.prototype._firstGroup = function() { - var firstGroupIndex = (this.options.orientation == 'top') ? 0 : (this.groupIds.length - 1); - var firstGroupId = this.groupIds[firstGroupIndex]; - var firstGroup = this.groups[firstGroupId] || this.groups[UNGROUPED]; + TimeAxis.prototype._repaintMinorText = function (x, text, orientation, className) { + // reuse redundant label + var label = this.dom.redundant.minorTexts.shift(); - return firstGroup || null; + if (!label) { + // create new label + var content = document.createTextNode(''); + label = document.createElement('div'); + label.appendChild(content); + this.dom.foreground.appendChild(label); + } + this.dom.minorTexts.push(label); + + label.childNodes[0].nodeValue = text; + + label.style.top = (orientation == 'top') ? (this.props.majorLabelHeight + 'px') : '0'; + label.style.left = x + 'px'; + label.className = 'text minor ' + className; + //label.title = title; // TODO: this is a heavy operation }; /** - * Create or delete the group holding all ungrouped items. This group is used when - * there are no groups specified. - * @protected + * Create a Major label for the axis at position x + * @param {Number} x + * @param {String} text + * @param {String} orientation "top" or "bottom" (default) + * @param {String} className + * @private */ - ItemSet.prototype._updateUngrouped = function() { - var ungrouped = this.groups[UNGROUPED]; - var background = this.groups[BACKGROUND]; - var item, itemId; - - if (this.groupsData) { - // remove the group holding all ungrouped items - if (ungrouped) { - ungrouped.hide(); - delete this.groups[UNGROUPED]; + TimeAxis.prototype._repaintMajorText = function (x, text, orientation, className) { + // reuse redundant label + var label = this.dom.redundant.majorTexts.shift(); - for (itemId in this.items) { - if (this.items.hasOwnProperty(itemId)) { - item = this.items[itemId]; - item.parent && item.parent.remove(item); - var groupId = this._getGroupId(item.data); - var group = this.groups[groupId]; - group && group.add(item) || item.hide(); - } - } - } + if (!label) { + // create label + var content = document.createTextNode(text); + label = document.createElement('div'); + label.appendChild(content); + this.dom.foreground.appendChild(label); } - else { - // create a group holding all (unfiltered) items - if (!ungrouped) { - var id = null; - var data = null; - ungrouped = new Group(id, data, this); - this.groups[UNGROUPED] = ungrouped; + this.dom.majorTexts.push(label); - for (itemId in this.items) { - if (this.items.hasOwnProperty(itemId)) { - item = this.items[itemId]; - ungrouped.add(item); - } - } + label.childNodes[0].nodeValue = text; + label.className = 'text major ' + className; + //label.title = title; // TODO: this is a heavy operation - ungrouped.show(); - } - } + label.style.top = (orientation == 'top') ? '0' : (this.props.minorLabelHeight + 'px'); + label.style.left = x + 'px'; }; /** - * Get the element for the labelset - * @return {HTMLElement} labelSet + * Create a minor line for the axis at position x + * @param {Number} x + * @param {String} orientation "top" or "bottom" (default) + * @param {String} className + * @return {Element} Returns the created line + * @private */ - ItemSet.prototype.getLabelSet = function() { - return this.dom.labelSet; + TimeAxis.prototype._repaintMinorLine = function (x, orientation, className) { + // reuse redundant line + var line = this.dom.redundant.lines.shift(); + if (!line) { + // create vertical line + line = document.createElement('div'); + this.dom.background.appendChild(line); + } + this.dom.lines.push(line); + + var props = this.props; + if (orientation == 'top') { + line.style.top = props.majorLabelHeight + 'px'; + } + else { + line.style.top = this.body.domProps.top.height + 'px'; + } + line.style.height = props.minorLineHeight + 'px'; + line.style.left = (x - props.minorLineWidth / 2) + 'px'; + + line.className = 'grid vertical minor ' + className; + + return line; }; /** - * Set items - * @param {vis.DataSet | null} items + * Create a Major line for the axis at position x + * @param {Number} x + * @param {String} orientation "top" or "bottom" (default) + * @param {String} className + * @return {Element} Returns the created line + * @private */ - ItemSet.prototype.setItems = function(items) { - var me = this, - ids, - oldItemsData = this.itemsData; - - // replace the dataset - if (!items) { - this.itemsData = null; + TimeAxis.prototype._repaintMajorLine = function (x, orientation, className) { + // reuse redundant line + var line = this.dom.redundant.lines.shift(); + if (!line) { + // create vertical line + line = document.createElement('div'); + this.dom.background.appendChild(line); } - else if (items instanceof DataSet || items instanceof DataView) { - this.itemsData = items; + this.dom.lines.push(line); + + var props = this.props; + if (orientation == 'top') { + line.style.top = '0'; } else { - throw new TypeError('Data must be an instance of DataSet or DataView'); + line.style.top = this.body.domProps.top.height + 'px'; } + line.style.left = (x - props.majorLineWidth / 2) + 'px'; + line.style.height = props.majorLineHeight + 'px'; - if (oldItemsData) { - // unsubscribe from old dataset - util.forEach(this.itemListeners, function (callback, event) { - oldItemsData.off(event, callback); - }); + line.className = 'grid vertical major ' + className; - // remove all drawn items - ids = oldItemsData.getIds(); - this._onRemove(ids); - } + return line; + }; - if (this.itemsData) { - // subscribe to new dataset - var id = this.id; - util.forEach(this.itemListeners, function (callback, event) { - me.itemsData.on(event, callback, id); - }); + /** + * Determine the size of text on the axis (both major and minor axis). + * The size is calculated only once and then cached in this.props. + * @private + */ + TimeAxis.prototype._calculateCharSize = function () { + // Note: We calculate char size with every redraw. Size may change, for + // example when any of the timelines parents had display:none for example. - // add all new items - ids = this.itemsData.getIds(); - this._onAdd(ids); + // determine the char width and height on the minor axis + if (!this.dom.measureCharMinor) { + this.dom.measureCharMinor = document.createElement('DIV'); + this.dom.measureCharMinor.className = 'text minor measure'; + this.dom.measureCharMinor.style.position = 'absolute'; - // update the group holding all ungrouped items - this._updateUngrouped(); + this.dom.measureCharMinor.appendChild(document.createTextNode('0')); + this.dom.foreground.appendChild(this.dom.measureCharMinor); } - }; + this.props.minorCharHeight = this.dom.measureCharMinor.clientHeight; + this.props.minorCharWidth = this.dom.measureCharMinor.clientWidth; - /** - * Get the current items - * @returns {vis.DataSet | null} - */ - ItemSet.prototype.getItems = function() { - return this.itemsData; + // determine the char width and height on the major axis + if (!this.dom.measureCharMajor) { + this.dom.measureCharMajor = document.createElement('DIV'); + this.dom.measureCharMajor.className = 'text major measure'; + this.dom.measureCharMajor.style.position = 'absolute'; + + this.dom.measureCharMajor.appendChild(document.createTextNode('0')); + this.dom.foreground.appendChild(this.dom.measureCharMajor); + } + this.props.majorCharHeight = this.dom.measureCharMajor.clientHeight; + this.props.majorCharWidth = this.dom.measureCharMajor.clientWidth; }; /** - * Set groups - * @param {vis.DataSet} groups + * Snap a date to a rounded value. + * The snap intervals are dependent on the current scale and step. + * @param {Date} date the date to be snapped. + * @return {Date} snappedDate */ - ItemSet.prototype.setGroups = function(groups) { - var me = this, - ids; + TimeAxis.prototype.snap = function(date) { + return this.step.snap(date); + }; - // unsubscribe from current dataset - if (this.groupsData) { - util.forEach(this.groupListeners, function (callback, event) { - me.groupsData.unsubscribe(event, callback); - }); + module.exports = TimeAxis; - // remove all drawn groups - ids = this.groupsData.getIds(); - this.groupsData = null; - this._onRemoveGroups(ids); // note: this will cause a redraw - } - // replace the dataset - if (!groups) { - this.groupsData = null; - } - else if (groups instanceof DataSet || groups instanceof DataView) { - this.groupsData = groups; - } - else { - throw new TypeError('Data must be an instance of DataSet or DataView'); - } +/***/ }, +/* 31 */ +/***/ function(module, exports, __webpack_require__) { - if (this.groupsData) { - // subscribe to new dataset - var id = this.id; - util.forEach(this.groupListeners, function (callback, event) { - me.groupsData.on(event, callback, id); - }); + var Hammer = __webpack_require__(45); + var util = __webpack_require__(1); - // draw all ms - ids = this.groupsData.getIds(); - this._onAddGroups(ids); - } + /** + * @constructor Item + * @param {Object} data Object containing (optional) parameters type, + * start, end, content, group, className. + * @param {{toScreen: function, toTime: function}} conversion + * Conversion functions from time to screen and vice versa + * @param {Object} options Configuration options + * // TODO: describe available options + */ + function Item (data, conversion, options) { + this.id = null; + this.parent = null; + this.data = data; + this.dom = null; + this.conversion = conversion || {}; + this.options = options || {}; - // update the group holding all ungrouped items - this._updateUngrouped(); + this.selected = false; + this.displayed = false; + this.dirty = true; - // update the order of all items in each group - this._order(); + this.top = null; + this.left = null; + this.width = null; + this.height = null; + } - this.body.emitter.emit('change', {queue: true}); - }; + Item.prototype.stack = true; /** - * Get the current groups - * @returns {vis.DataSet | null} groups + * Select current item */ - ItemSet.prototype.getGroups = function() { - return this.groupsData; + Item.prototype.select = function() { + this.selected = true; + this.dirty = true; + if (this.displayed) this.redraw(); }; /** - * Remove an item by its id - * @param {String | Number} id + * Unselect current item */ - ItemSet.prototype.removeItem = function(id) { - var item = this.itemsData.get(id), - dataset = this.itemsData.getDataSet(); - - if (item) { - // confirm deletion - this.options.onRemove(item, function (item) { - if (item) { - // remove by id here, it is possible that an item has no id defined - // itself, so better not delete by the item itself - dataset.remove(id); - } - }); - } + Item.prototype.unselect = function() { + this.selected = false; + this.dirty = true; + if (this.displayed) this.redraw(); }; /** - * Get the time of an item based on it's data and options.type - * @param {Object} itemData - * @returns {string} Returns the type - * @private + * Set data for the item. Existing data will be updated. The id should not + * be changed. When the item is displayed, it will be redrawn immediately. + * @param {Object} data */ - ItemSet.prototype._getType = function (itemData) { - return itemData.type || this.options.type || (itemData.end ? 'range' : 'box'); + Item.prototype.setData = function(data) { + this.data = data; + this.dirty = true; + if (this.displayed) this.redraw(); }; - /** - * Get the group id for an item - * @param {Object} itemData - * @returns {string} Returns the groupId - * @private + * Set a parent for the item + * @param {ItemSet | Group} parent */ - ItemSet.prototype._getGroupId = function (itemData) { - var type = this._getType(itemData); - if (type == 'background' && itemData.group == undefined) { - return BACKGROUND; + Item.prototype.setParent = function(parent) { + if (this.displayed) { + this.hide(); + this.parent = parent; + if (this.parent) { + this.show(); + } } else { - return this.groupsData ? itemData.group : UNGROUPED; + this.parent = parent; } }; /** - * Handle updated items - * @param {Number[]} ids - * @protected + * Check whether this item is visible inside given range + * @returns {{start: Number, end: Number}} range with a timestamp for start and end + * @returns {boolean} True if visible */ - ItemSet.prototype._onUpdate = function(ids) { - var me = this; - - ids.forEach(function (id) { - var itemData = me.itemsData.get(id, me.itemOptions); - var item = me.items[id]; - var type = me._getType(itemData); + Item.prototype.isVisible = function(range) { + // Should be implemented by Item implementations + return false; + }; - var constructor = ItemSet.types[type]; + /** + * Show the Item in the DOM (when not already visible) + * @return {Boolean} changed + */ + Item.prototype.show = function() { + return false; + }; - if (item) { - // update item - if (!constructor || !(item instanceof constructor)) { - // item type has changed, delete the item and recreate it - me._removeItem(item); - item = null; - } - else { - me._updateItem(item, itemData); - } - } + /** + * Hide the Item from the DOM (when visible) + * @return {Boolean} changed + */ + Item.prototype.hide = function() { + return false; + }; - if (!item) { - // create item - if (constructor) { - item = new constructor(itemData, me.conversion, me.options); - item.id = id; // TODO: not so nice setting id afterwards - me._addItem(item); - } - else if (type == 'rangeoverflow') { - // TODO: deprecated since version 2.1.0 (or 3.0.0?). cleanup some day - throw new TypeError('Item type "rangeoverflow" is deprecated. Use css styling instead: ' + - '.vis.timeline .item.range .content {overflow: visible;}'); - } - else { - throw new TypeError('Unknown item type "' + type + '"'); - } - } - }); + /** + * Repaint the item + */ + Item.prototype.redraw = function() { + // should be implemented by the item + }; - this._order(); - this.stackDirty = true; // force re-stacking of all items next redraw - this.body.emitter.emit('change', {queue: true}); + /** + * Reposition the Item horizontally + */ + Item.prototype.repositionX = function() { + // should be implemented by the item }; /** - * Handle added items - * @param {Number[]} ids - * @protected + * Reposition the Item vertically */ - ItemSet.prototype._onAdd = ItemSet.prototype._onUpdate; + Item.prototype.repositionY = function() { + // should be implemented by the item + }; /** - * Handle removed items - * @param {Number[]} ids + * Repaint a delete button on the top right of the item when the item is selected + * @param {HTMLElement} anchor * @protected */ - ItemSet.prototype._onRemove = function(ids) { - var count = 0; - var me = this; - ids.forEach(function (id) { - var item = me.items[id]; - if (item) { - count++; - me._removeItem(item); - } - }); + Item.prototype._repaintDeleteButton = function (anchor) { + if (this.selected && this.options.editable.remove && !this.dom.deleteButton) { + // create and show button + var me = this; - if (count) { - // update order - this._order(); - this.stackDirty = true; // force re-stacking of all items next redraw - this.body.emitter.emit('change', {queue: true}); + var deleteButton = document.createElement('div'); + deleteButton.className = 'delete'; + deleteButton.title = 'Delete this item'; + + Hammer(deleteButton, { + preventDefault: true + }).on('tap', function (event) { + me.parent.removeFromDataSet(me); + event.stopPropagation(); + }); + + anchor.appendChild(deleteButton); + this.dom.deleteButton = deleteButton; + } + else if (!this.selected && this.dom.deleteButton) { + // remove button + if (this.dom.deleteButton.parentNode) { + this.dom.deleteButton.parentNode.removeChild(this.dom.deleteButton); + } + this.dom.deleteButton = null; } }; /** - * Update the order of item in all groups + * Set HTML contents for the item + * @param {Element} element HTML element to fill with the contents * @private */ - ItemSet.prototype._order = function() { - // reorder the items in all groups - // TODO: optimization: only reorder groups affected by the changed items - util.forEach(this.groups, function (group) { - group.order(); - }); + Item.prototype._updateContents = function (element) { + var content; + if (this.options.template) { + var itemData = this.parent.itemSet.itemsData.get(this.id); // get a clone of the data from the dataset + content = this.options.template(itemData); + } + else { + content = this.data.content; + } + + if(content !== this.content) { + // only replace the content when changed + if (content instanceof Element) { + element.innerHTML = ''; + element.appendChild(content); + } + else if (content != undefined) { + element.innerHTML = content; + } + else { + if (!(this.data.type == 'background' && this.data.content === undefined)) { + throw new Error('Property "content" missing in item ' + this.id); + } + } + + this.content = content; + } }; /** - * Handle updated groups - * @param {Number[]} ids + * Set HTML contents for the item + * @param {Element} element HTML element to fill with the contents * @private */ - ItemSet.prototype._onUpdateGroups = function(ids) { - this._onAddGroups(ids); + Item.prototype._updateTitle = function (element) { + if (this.data.title != null) { + element.title = this.data.title || ''; + } + else { + element.removeAttribute('title'); + } }; /** - * Handle changed groups (added or updated) - * @param {Number[]} ids + * Process dataAttributes timeline option and set as data- attributes on dom.content + * @param {Element} element HTML element to which the attributes will be attached * @private */ - ItemSet.prototype._onAddGroups = function(ids) { - var me = this; - - ids.forEach(function (id) { - var groupData = me.groupsData.get(id); - var group = me.groups[id]; - - if (!group) { - // check for reserved ids - if (id == UNGROUPED || id == BACKGROUND) { - throw new Error('Illegal group id. ' + id + ' is a reserved id.'); - } - - var groupOptions = Object.create(me.options); - util.extend(groupOptions, { - height: null - }); - - group = new Group(id, groupData, me); - me.groups[id] = group; - - // add items with this groupId to the new group - for (var itemId in me.items) { - if (me.items.hasOwnProperty(itemId)) { - var item = me.items[itemId]; - if (item.data.group == id) { - group.add(item); - } - } - } + Item.prototype._updateDataAttributes = function(element) { + if (this.options.dataAttributes && this.options.dataAttributes.length > 0) { + var attributes = []; - group.order(); - group.show(); + if (Array.isArray(this.options.dataAttributes)) { + attributes = this.options.dataAttributes; + } + else if (this.options.dataAttributes == 'all') { + attributes = Object.keys(this.data); } else { - // update group - group.setData(groupData); + return; } - }); - this.body.emitter.emit('change', {queue: true}); + for (var i = 0; i < attributes.length; i++) { + var name = attributes[i]; + var value = this.data[name]; + + if (value != null) { + element.setAttribute('data-' + name, value); + } + else { + element.removeAttribute('data-' + name); + } + } + } }; /** - * Handle removed groups - * @param {Number[]} ids + * Update custom styles of the element + * @param element * @private */ - ItemSet.prototype._onRemoveGroups = function(ids) { - var groups = this.groups; - ids.forEach(function (id) { - var group = groups[id]; + Item.prototype._updateStyle = function(element) { + // remove old styles + if (this.style) { + util.removeCssText(element, this.style); + this.style = null; + } - if (group) { - group.hide(); - delete groups[id]; - } - }); + // append new styles + if (this.data.style) { + util.addCssText(element, this.data.style); + this.style = this.data.style; + } + }; - this.markDirty(); + module.exports = Item; - this.body.emitter.emit('change', {queue: true}); - }; + +/***/ }, +/* 32 */ +/***/ function(module, exports, __webpack_require__) { + + var Hammer = __webpack_require__(45); + var Item = __webpack_require__(31); + var BackgroundGroup = __webpack_require__(26); + var RangeItem = __webpack_require__(35); /** - * Reorder the groups if needed - * @return {boolean} changed - * @private + * @constructor BackgroundItem + * @extends Item + * @param {Object} data Object containing parameters start, end + * content, className. + * @param {{toScreen: function, toTime: function}} conversion + * Conversion functions from time to screen and vice versa + * @param {Object} [options] Configuration options + * // TODO: describe options */ - ItemSet.prototype._orderGroups = function () { - if (this.groupsData) { - // reorder the groups - var groupIds = this.groupsData.getIds({ - order: this.options.groupOrder - }); + // TODO: implement support for the BackgroundItem just having a start, then being displayed as a sort of an annotation + function BackgroundItem (data, conversion, options) { + this.props = { + content: { + width: 0 + } + }; + this.overflow = false; // if contents can overflow (css styling), this flag is set to true - var changed = !util.equalArray(groupIds, this.groupIds); - if (changed) { - // hide all groups, removes them from the DOM - var groups = this.groups; - groupIds.forEach(function (groupId) { - groups[groupId].hide(); - }); + // validate data + if (data) { + if (data.start == undefined) { + throw new Error('Property "start" missing in item ' + data.id); + } + if (data.end == undefined) { + throw new Error('Property "end" missing in item ' + data.id); + } + } - // show the groups again, attach them to the DOM in correct order - groupIds.forEach(function (groupId) { - groups[groupId].show(); - }); + Item.call(this, data, conversion, options); - this.groupIds = groupIds; - } + this.emptyContent = false; + } - return changed; - } - else { - return false; - } - }; + BackgroundItem.prototype = new Item (null, null, null); + + BackgroundItem.prototype.baseClassName = 'item background'; + BackgroundItem.prototype.stack = false; /** - * Add a new item - * @param {Item} item - * @private + * Check whether this item is visible inside given range + * @returns {{start: Number, end: Number}} range with a timestamp for start and end + * @returns {boolean} True if visible */ - ItemSet.prototype._addItem = function(item) { - this.items[item.id] = item; - - // add to group - var groupId = this._getGroupId(item.data); - var group = this.groups[groupId]; - if (group) group.add(item); + BackgroundItem.prototype.isVisible = function(range) { + // determine visibility + return (this.data.start < range.end) && (this.data.end > range.start); }; /** - * Update an existing item - * @param {Item} item - * @param {Object} itemData - * @private + * Repaint the item */ - ItemSet.prototype._updateItem = function(item, itemData) { - var oldGroupId = item.data.group; + BackgroundItem.prototype.redraw = function() { + var dom = this.dom; + if (!dom) { + // create DOM + this.dom = {}; + dom = this.dom; - // update the items data (will redraw the item when displayed) - item.setData(itemData); + // background box + dom.box = document.createElement('div'); + // className is updated in redraw() - // update group - if (oldGroupId != item.data.group) { - var oldGroup = this.groups[oldGroupId]; - if (oldGroup) oldGroup.remove(item); + // contents box + dom.content = document.createElement('div'); + dom.content.className = 'content'; + dom.box.appendChild(dom.content); - var groupId = this._getGroupId(item.data); - var group = this.groups[groupId]; - if (group) group.add(item); + // Note: we do NOT attach this item as attribute to the DOM, + // such that background items cannot be selected + //dom.box['timeline-item'] = this; + + this.dirty = true; } - }; - /** - * Delete an item from the ItemSet: remove it from the DOM, from the map - * with items, and from the map with visible items, and from the selection - * @param {Item} item - * @private - */ - ItemSet.prototype._removeItem = function(item) { - // remove from DOM - item.hide(); + // append DOM to parent DOM + if (!this.parent) { + throw new Error('Cannot redraw item: no parent attached'); + } + if (!dom.box.parentNode) { + var background = this.parent.dom.background; + if (!background) { + throw new Error('Cannot redraw item: parent has no background container element'); + } + background.appendChild(dom.box); + } + this.displayed = true; - // remove from items - delete this.items[item.id]; + // Update DOM when item is marked dirty. An item is marked dirty when: + // - the item is not yet rendered + // - the item's data is changed + // - the item is selected/deselected + if (this.dirty) { + this._updateContents(this.dom.content); + this._updateTitle(this.dom.content); + this._updateDataAttributes(this.dom.content); + this._updateStyle(this.dom.box); - // remove from selection - var index = this.selection.indexOf(item.id); - if (index != -1) this.selection.splice(index, 1); + // update class + var className = (this.data.className ? (' ' + this.data.className) : '') + + (this.selected ? ' selected' : ''); + dom.box.className = this.baseClassName + className; - // remove from group - item.parent && item.parent.remove(item); - }; + // determine from css whether this box has overflow + this.overflow = window.getComputedStyle(dom.content).overflow !== 'hidden'; - /** - * Create an array containing all items being a range (having an end date) - * @param array - * @returns {Array} - * @private - */ - ItemSet.prototype._constructByEndArray = function(array) { - var endArray = []; + // recalculate size + this.props.content.width = this.dom.content.offsetWidth; + this.height = 0; // set height zero, so this item will be ignored when stacking items - for (var i = 0; i < array.length; i++) { - if (array[i] instanceof RangeItem) { - endArray.push(array[i]); - } + this.dirty = false; } - return endArray; }; /** - * Register the clicked item on touch, before dragStart is initiated. - * - * dragStart is initiated from a mousemove event, which can have left the item - * already resulting in an item == null - * - * @param {Event} event - * @private + * Show the item in the DOM (when not already visible). The items DOM will + * be created when needed. */ - ItemSet.prototype._onTouch = function (event) { - // store the touched item, used in _onDragStart - this.touchParams.item = ItemSet.itemFromTarget(event); - }; + BackgroundItem.prototype.show = RangeItem.prototype.show; /** - * Start dragging the selected events - * @param {Event} event - * @private + * Hide the item from the DOM (when visible) + * @return {Boolean} changed */ - ItemSet.prototype._onDragStart = function (event) { - if (!this.options.editable.updateTime && !this.options.editable.updateGroup) { - return; - } - - var item = this.touchParams.item || null; - var me = this; - var props; + BackgroundItem.prototype.hide = RangeItem.prototype.hide; - if (item && item.selected) { - var dragLeftItem = event.target.dragLeftItem; - var dragRightItem = event.target.dragRightItem; + /** + * Reposition the item horizontally + * @Override + */ + BackgroundItem.prototype.repositionX = RangeItem.prototype.repositionX; - if (dragLeftItem) { - props = { - item: dragLeftItem, - initialX: event.gesture.center.clientX - }; + /** + * Reposition the item vertically + * @Override + */ + BackgroundItem.prototype.repositionY = function(margin) { + var onTop = this.options.orientation === 'top'; + this.dom.content.style.top = onTop ? '' : '0'; + this.dom.content.style.bottom = onTop ? '0' : ''; + var height; - if (me.options.editable.updateTime) { - props.start = item.data.start.valueOf(); - } - if (me.options.editable.updateGroup) { - if ('group' in item.data) props.group = item.data.group; + // special positioning for subgroups + if (this.data.subgroup !== undefined) { + var itemSubgroup = this.data.subgroup; + var subgroups = this.parent.subgroups; + var subgroupIndex = subgroups[itemSubgroup].index; + // if the orientation is top, we need to take the difference in height into account. + if (onTop == true) { + // the first subgroup will have to account for the distance from the top to the first item. + height = this.parent.subgroups[itemSubgroup].height + margin.item.vertical; + height += subgroupIndex == 0 ? margin.axis - 0.5*margin.item.vertical : 0; + var newTop = this.parent.top; + for (var subgroup in subgroups) { + if (subgroups.hasOwnProperty(subgroup)) { + if (subgroups[subgroup].visible == true && subgroups[subgroup].index < subgroupIndex) { + newTop += subgroups[subgroup].height + margin.item.vertical; + } + } } - this.touchParams.itemProps = [props]; + // the others will have to be offset downwards with this same distance. + newTop += subgroupIndex != 0 ? margin.axis - 0.5 * margin.item.vertical : 0; + this.dom.box.style.top = newTop + 'px'; + this.dom.box.style.bottom = ''; } - else if (dragRightItem) { - props = { - item: dragRightItem, - initialX: event.gesture.center.clientX - }; - - if (me.options.editable.updateTime) { - props.end = item.data.end.valueOf(); - } - if (me.options.editable.updateGroup) { - if ('group' in item.data) props.group = item.data.group; + // and when the orientation is bottom: + else { + var newTop = this.parent.top; + for (var subgroup in subgroups) { + if (subgroups.hasOwnProperty(subgroup)) { + if (subgroups[subgroup].visible == true && subgroups[subgroup].index > subgroupIndex) { + newTop += subgroups[subgroup].height + margin.item.vertical; + } + } } + height = this.parent.subgroups[itemSubgroup].height + margin.item.vertical; + this.dom.box.style.top = newTop + 'px'; + this.dom.box.style.bottom = ''; + } + } + // and in the case of no subgroups: + else { + // we want backgrounds with groups to only show in groups. + if (this.parent instanceof BackgroundGroup) { + // if the item is not in a group: + height = Math.max(this.parent.height, + this.parent.itemSet.body.domProps.center.height, + this.parent.itemSet.body.domProps.centerContainer.height); + this.dom.box.style.top = onTop ? '0' : ''; + this.dom.box.style.bottom = onTop ? '' : '0'; + } + else { + height = this.parent.height; + // same alignment for items when orientation is top or bottom + this.dom.box.style.top = this.parent.top + 'px'; + this.dom.box.style.bottom = ''; + } + } + this.dom.box.style.height = height + 'px'; + }; + + module.exports = BackgroundItem; + + +/***/ }, +/* 33 */ +/***/ function(module, exports, __webpack_require__) { + + var Item = __webpack_require__(31); + var util = __webpack_require__(1); + + /** + * @constructor BoxItem + * @extends Item + * @param {Object} data Object containing parameters start + * content, className. + * @param {{toScreen: function, toTime: function}} conversion + * Conversion functions from time to screen and vice versa + * @param {Object} [options] Configuration options + * // TODO: describe available options + */ + function BoxItem (data, conversion, options) { + this.props = { + dot: { + width: 0, + height: 0 + }, + line: { + width: 0, + height: 0 + } + }; - this.touchParams.itemProps = [props]; + // validate data + if (data) { + if (data.start == undefined) { + throw new Error('Property "start" missing in item ' + data); } - else { - this.touchParams.itemProps = this.getSelection().map(function (id) { - var item = me.items[id]; - var props = { - item: item, - initialX: event.gesture.center.clientX - }; + } - if (me.options.editable.updateTime) { - if ('start' in item.data) props.start = item.data.start.valueOf(); - if ('end' in item.data) props.end = item.data.end.valueOf(); - } - if (me.options.editable.updateGroup) { - if ('group' in item.data) props.group = item.data.group; - } + Item.call(this, data, conversion, options); + } - return props; - }); - } + BoxItem.prototype = new Item (null, null, null); - event.stopPropagation(); - } + /** + * Check whether this item is visible inside given range + * @returns {{start: Number, end: Number}} range with a timestamp for start and end + * @returns {boolean} True if visible + */ + BoxItem.prototype.isVisible = function(range) { + // determine visibility + // TODO: account for the real width of the item. Right now we just add 1/4 to the window + var interval = (range.end - range.start) / 4; + return (this.data.start > range.start - interval) && (this.data.start < range.end + interval); }; /** - * Drag selected items - * @param {Event} event - * @private + * Repaint the item */ - ItemSet.prototype._onDrag = function (event) { - event.preventDefault() - - if (this.touchParams.itemProps) { - var me = this; - var snap = this.body.util.snap || null; - var xOffset = this.body.dom.root.offsetLeft + this.body.domProps.left.width; + BoxItem.prototype.redraw = function() { + var dom = this.dom; + if (!dom) { + // create DOM + this.dom = {}; + dom = this.dom; - // move - this.touchParams.itemProps.forEach(function (props) { - var newProps = {}; - var current = me.body.util.toTime(event.gesture.center.clientX - xOffset); - var initial = me.body.util.toTime(props.initialX - xOffset); - var offset = current - initial; + // create main box + dom.box = document.createElement('DIV'); - if ('start' in props) { - var start = new Date(props.start + offset); - newProps.start = snap ? snap(start) : start; - } + // contents box (inside the background box). used for making margins + dom.content = document.createElement('DIV'); + dom.content.className = 'content'; + dom.box.appendChild(dom.content); - if ('end' in props) { - var end = new Date(props.end + offset); - newProps.end = snap ? snap(end) : end; - } + // line to axis + dom.line = document.createElement('DIV'); + dom.line.className = 'line'; - if ('group' in props) { - // drag from one group to another - var group = ItemSet.groupFromTarget(event); - newProps.group = group && group.groupId; - } + // dot on axis + dom.dot = document.createElement('DIV'); + dom.dot.className = 'dot'; - // confirm moving the item - var itemData = util.extend({}, props.item.data, newProps); - me.options.onMoving(itemData, function (itemData) { - if (itemData) { - me._updateItemProps(props.item, itemData); - } - }); - }); + // attach this item as attribute + dom.box['timeline-item'] = this; - this.stackDirty = true; // force re-stacking of all items next redraw - this.body.emitter.emit('change'); + this.dirty = true; + } - event.stopPropagation(); + // append DOM to parent DOM + if (!this.parent) { + throw new Error('Cannot redraw item: no parent attached'); } - }; + if (!dom.box.parentNode) { + var foreground = this.parent.dom.foreground; + if (!foreground) throw new Error('Cannot redraw item: parent has no foreground container element'); + foreground.appendChild(dom.box); + } + if (!dom.line.parentNode) { + var background = this.parent.dom.background; + if (!background) throw new Error('Cannot redraw item: parent has no background container element'); + background.appendChild(dom.line); + } + if (!dom.dot.parentNode) { + var axis = this.parent.dom.axis; + if (!background) throw new Error('Cannot redraw item: parent has no axis container element'); + axis.appendChild(dom.dot); + } + this.displayed = true; - /** - * Update an items properties - * @param {Item} item - * @param {Object} props Can contain properties start, end, and group. - * @private - */ - ItemSet.prototype._updateItemProps = function(item, props) { - // TODO: copy all properties from props to item? (also new ones) - if ('start' in props) item.data.start = props.start; - if ('end' in props) item.data.end = props.end; - if ('group' in props && item.data.group != props.group) { - this._moveToGroup(item, props.group) + // Update DOM when item is marked dirty. An item is marked dirty when: + // - the item is not yet rendered + // - the item's data is changed + // - the item is selected/deselected + if (this.dirty) { + this._updateContents(this.dom.content); + this._updateTitle(this.dom.box); + this._updateDataAttributes(this.dom.box); + this._updateStyle(this.dom.box); + + // update class + var className = (this.data.className? ' ' + this.data.className : '') + + (this.selected ? ' selected' : ''); + dom.box.className = 'item box' + className; + dom.line.className = 'item line' + className; + dom.dot.className = 'item dot' + className; + + // recalculate size + this.props.dot.height = dom.dot.offsetHeight; + this.props.dot.width = dom.dot.offsetWidth; + this.props.line.width = dom.line.offsetWidth; + this.width = dom.box.offsetWidth; + this.height = dom.box.offsetHeight; + + this.dirty = false; } + + this._repaintDeleteButton(dom.box); }; /** - * Move an item to another group - * @param {Item} item - * @param {String | Number} groupId - * @private + * Show the item in the DOM (when not already displayed). The items DOM will + * be created when needed. */ - ItemSet.prototype._moveToGroup = function(item, groupId) { - var group = this.groups[groupId]; - if (group && group.groupId != item.data.group) { - var oldGroup = item.parent; - oldGroup.remove(item); - oldGroup.order(); - group.add(item); - group.order(); - - item.data.group = group.groupId; + BoxItem.prototype.show = function() { + if (!this.displayed) { + this.redraw(); } }; /** - * End of dragging selected items - * @param {Event} event - * @private + * Hide the item from the DOM (when visible) */ - ItemSet.prototype._onDragEnd = function (event) { - event.preventDefault() - - if (this.touchParams.itemProps) { - // prepare a change set for the changed items - var changes = [], - me = this, - dataset = this.itemsData.getDataSet(); - - var itemProps = this.touchParams.itemProps ; - this.touchParams.itemProps = null; - itemProps.forEach(function (props) { - var id = props.item.id, - itemData = me.itemsData.get(id, me.itemOptions); - - var changed = false; - if ('start' in props.item.data) { - changed = (props.start != props.item.data.start.valueOf()); - itemData.start = util.convert(props.item.data.start, - dataset._options.type && dataset._options.type.start || 'Date'); - } - if ('end' in props.item.data) { - changed = changed || (props.end != props.item.data.end.valueOf()); - itemData.end = util.convert(props.item.data.end, - dataset._options.type && dataset._options.type.end || 'Date'); - } - if ('group' in props.item.data) { - changed = changed || (props.group != props.item.data.group); - itemData.group = props.item.data.group; - } - - // only apply changes when start or end is actually changed - if (changed) { - me.options.onMove(itemData, function (itemData) { - if (itemData) { - // apply changes - itemData[dataset._fieldId] = id; // ensure the item contains its id (can be undefined) - changes.push(itemData); - } - else { - // restore original values - me._updateItemProps(props.item, props); + BoxItem.prototype.hide = function() { + if (this.displayed) { + var dom = this.dom; - me.stackDirty = true; // force re-stacking of all items next redraw - me.body.emitter.emit('change'); - } - }); - } - }); + if (dom.box.parentNode) dom.box.parentNode.removeChild(dom.box); + if (dom.line.parentNode) dom.line.parentNode.removeChild(dom.line); + if (dom.dot.parentNode) dom.dot.parentNode.removeChild(dom.dot); - // apply the changes to the data (if there are changes) - if (changes.length) { - dataset.update(changes); - } + this.top = null; + this.left = null; - event.stopPropagation(); + this.displayed = false; } }; /** - * Handle selecting/deselecting an item when tapping it - * @param {Event} event - * @private + * Reposition the item horizontally + * @Override */ - ItemSet.prototype._onSelectItem = function (event) { - if (!this.options.selectable) return; + BoxItem.prototype.repositionX = function() { + var start = this.conversion.toScreen(this.data.start); + var align = this.options.align; + var left; + var box = this.dom.box; + var line = this.dom.line; + var dot = this.dom.dot; - var ctrlKey = event.gesture.srcEvent && event.gesture.srcEvent.ctrlKey; - var shiftKey = event.gesture.srcEvent && event.gesture.srcEvent.shiftKey; - if (ctrlKey || shiftKey) { - this._onMultiSelectItem(event); - return; + // calculate left position of the box + if (align == 'right') { + this.left = start - this.width; + } + else if (align == 'left') { + this.left = start; + } + else { + // default or 'center' + this.left = start - this.width / 2; } - var oldSelection = this.getSelection(); - - var item = ItemSet.itemFromTarget(event); - var selection = item ? [item.id] : []; - this.setSelection(selection); + // reposition box + box.style.left = this.left + 'px'; - var newSelection = this.getSelection(); + // reposition line + line.style.left = (start - this.props.line.width / 2) + 'px'; - // emit a select event, - // except when old selection is empty and new selection is still empty - if (newSelection.length > 0 || oldSelection.length > 0) { - this.body.emitter.emit('select', { - items: newSelection - }); - } + // reposition dot + dot.style.left = (start - this.props.dot.width / 2) + 'px'; }; /** - * Handle creation and updates of an item on double tap - * @param event - * @private + * Reposition the item vertically + * @Override */ - ItemSet.prototype._onAddItem = function (event) { - if (!this.options.selectable) return; - if (!this.options.editable.add) return; + BoxItem.prototype.repositionY = function() { + var orientation = this.options.orientation; + var box = this.dom.box; + var line = this.dom.line; + var dot = this.dom.dot; - var me = this, - snap = this.body.util.snap || null, - item = ItemSet.itemFromTarget(event); + if (orientation == 'top') { + box.style.top = (this.top || 0) + 'px'; - if (item) { - // update item + line.style.top = '0'; + line.style.height = (this.parent.top + this.top + 1) + 'px'; + line.style.bottom = ''; + } + else { // orientation 'bottom' + var itemSetHeight = this.parent.itemSet.props.height; // TODO: this is nasty + var lineHeight = itemSetHeight - this.parent.top - this.parent.height + this.top; - // execute async handler to update the item (or cancel it) - var itemData = me.itemsData.get(item.id); // get a clone of the data from the dataset - this.options.onUpdate(itemData, function (itemData) { - if (itemData) { - me.itemsData.getDataSet().update(itemData); - } - }); + box.style.top = (this.parent.height - this.top - this.height || 0) + 'px'; + line.style.top = (itemSetHeight - lineHeight) + 'px'; + line.style.bottom = '0'; } - else { - // add item - var xAbs = util.getAbsoluteLeft(this.dom.frame); - var x = event.gesture.center.pageX - xAbs; - var start = this.body.util.toTime(x); - var newItem = { - start: snap ? snap(start) : start, - content: 'new item' - }; - // when default type is a range, add a default end date to the new item - if (this.options.type === 'range') { - var end = this.body.util.toTime(x + this.props.width / 5); - newItem.end = snap ? snap(end) : end; - } + dot.style.top = (-this.props.dot.height / 2) + 'px'; + }; - newItem[this.itemsData._fieldId] = util.randomUUID(); + module.exports = BoxItem; - var group = ItemSet.groupFromTarget(event); - if (group) { - newItem.group = group.groupId; + +/***/ }, +/* 34 */ +/***/ function(module, exports, __webpack_require__) { + + var Item = __webpack_require__(31); + + /** + * @constructor PointItem + * @extends Item + * @param {Object} data Object containing parameters start + * content, className. + * @param {{toScreen: function, toTime: function}} conversion + * Conversion functions from time to screen and vice versa + * @param {Object} [options] Configuration options + * // TODO: describe available options + */ + function PointItem (data, conversion, options) { + this.props = { + dot: { + top: 0, + width: 0, + height: 0 + }, + content: { + height: 0, + marginLeft: 0 } + }; - // execute async handler to customize (or cancel) adding an item - this.options.onAdd(newItem, function (item) { - if (item) { - me.itemsData.getDataSet().add(item); - // TODO: need to trigger a redraw? - } - }); + // validate data + if (data) { + if (data.start == undefined) { + throw new Error('Property "start" missing in item ' + data); + } } + + Item.call(this, data, conversion, options); + } + + PointItem.prototype = new Item (null, null, null); + + /** + * Check whether this item is visible inside given range + * @returns {{start: Number, end: Number}} range with a timestamp for start and end + * @returns {boolean} True if visible + */ + PointItem.prototype.isVisible = function(range) { + // determine visibility + // TODO: account for the real width of the item. Right now we just add 1/4 to the window + var interval = (range.end - range.start) / 4; + return (this.data.start > range.start - interval) && (this.data.start < range.end + interval); }; /** - * Handle selecting/deselecting multiple items when holding an item - * @param {Event} event - * @private + * Repaint the item */ - ItemSet.prototype._onMultiSelectItem = function (event) { - if (!this.options.selectable) return; + PointItem.prototype.redraw = function() { + var dom = this.dom; + if (!dom) { + // create DOM + this.dom = {}; + dom = this.dom; - var selection, - item = ItemSet.itemFromTarget(event); + // background box + dom.point = document.createElement('div'); + // className is updated in redraw() - if (item) { - // multi select items - selection = this.getSelection(); // current selection + // contents box, right from the dot + dom.content = document.createElement('div'); + dom.content.className = 'content'; + dom.point.appendChild(dom.content); - var shiftKey = event.gesture.touches[0] && event.gesture.touches[0].shiftKey || false; - if (shiftKey) { - // select all items between the old selection and the tapped item + // dot at start + dom.dot = document.createElement('div'); + dom.point.appendChild(dom.dot); - // determine the selection range - selection.push(item.id); - var range = ItemSet._getItemRange(this.itemsData.get(selection, this.itemOptions)); + // attach this item as attribute + dom.point['timeline-item'] = this; - // select all items within the selection range - selection = []; - for (var id in this.items) { - if (this.items.hasOwnProperty(id)) { - var _item = this.items[id]; - var start = _item.data.start; - var end = (_item.data.end !== undefined) ? _item.data.end : start; + this.dirty = true; + } - if (start >= range.min && end <= range.max) { - selection.push(_item.id); // do not use id but item.id, id itself is stringified - } - } - } - } - else { - // add/remove this item from the current selection - var index = selection.indexOf(item.id); - if (index == -1) { - // item is not yet selected -> select it - selection.push(item.id); - } - else { - // item is already selected -> deselect it - selection.splice(index, 1); - } + // append DOM to parent DOM + if (!this.parent) { + throw new Error('Cannot redraw item: no parent attached'); + } + if (!dom.point.parentNode) { + var foreground = this.parent.dom.foreground; + if (!foreground) { + throw new Error('Cannot redraw item: parent has no foreground container element'); } + foreground.appendChild(dom.point); + } + this.displayed = true; + + // Update DOM when item is marked dirty. An item is marked dirty when: + // - the item is not yet rendered + // - the item's data is changed + // - the item is selected/deselected + if (this.dirty) { + this._updateContents(this.dom.content); + this._updateTitle(this.dom.point); + this._updateDataAttributes(this.dom.point); + this._updateStyle(this.dom.point); + + // update class + var className = (this.data.className? ' ' + this.data.className : '') + + (this.selected ? ' selected' : ''); + dom.point.className = 'item point' + className; + dom.dot.className = 'item dot' + className; + + // recalculate size + this.width = dom.point.offsetWidth; + this.height = dom.point.offsetHeight; + this.props.dot.width = dom.dot.offsetWidth; + this.props.dot.height = dom.dot.offsetHeight; + this.props.content.height = dom.content.offsetHeight; + + // resize contents + dom.content.style.marginLeft = 2 * this.props.dot.width + 'px'; + //dom.content.style.marginRight = ... + 'px'; // TODO: margin right - this.setSelection(selection); + dom.dot.style.top = ((this.height - this.props.dot.height) / 2) + 'px'; + dom.dot.style.left = (this.props.dot.width / 2) + 'px'; - this.body.emitter.emit('select', { - items: this.getSelection() - }); + this.dirty = false; } + + this._repaintDeleteButton(dom.point); }; /** - * Calculate the time range of a list of items - * @param {Array.} itemsData - * @return {{min: Date, max: Date}} Returns the range of the provided items - * @private + * Show the item in the DOM (when not already visible). The items DOM will + * be created when needed. */ - ItemSet._getItemRange = function(itemsData) { - var max = null; - var min = null; - - itemsData.forEach(function (data) { - if (min == null || data.start < min) { - min = data.start; - } - - if (data.end != undefined) { - if (max == null || data.end > max) { - max = data.end; - } - } - else { - if (max == null || data.start > max) { - max = data.start; - } - } - }); - - return { - min: min, - max: max + PointItem.prototype.show = function() { + if (!this.displayed) { + this.redraw(); } }; /** - * Find an item from an event target: - * searches for the attribute 'timeline-item' in the event target's element tree - * @param {Event} event - * @return {Item | null} item + * Hide the item from the DOM (when visible) */ - ItemSet.itemFromTarget = function(event) { - var target = event.target; - while (target) { - if (target.hasOwnProperty('timeline-item')) { - return target['timeline-item']; + PointItem.prototype.hide = function() { + if (this.displayed) { + if (this.dom.point.parentNode) { + this.dom.point.parentNode.removeChild(this.dom.point); } - target = target.parentNode; - } - return null; + this.top = null; + this.left = null; + + this.displayed = false; + } }; /** - * Find the Group from an event target: - * searches for the attribute 'timeline-group' in the event target's element tree - * @param {Event} event - * @return {Group | null} group + * Reposition the item horizontally + * @Override */ - ItemSet.groupFromTarget = function(event) { - var target = event.target; - while (target) { - if (target.hasOwnProperty('timeline-group')) { - return target['timeline-group']; - } - target = target.parentNode; - } + PointItem.prototype.repositionX = function() { + var start = this.conversion.toScreen(this.data.start); - return null; + this.left = start - this.props.dot.width; + + // reposition point + this.dom.point.style.left = this.left + 'px'; }; /** - * Find the ItemSet from an event target: - * searches for the attribute 'timeline-itemset' in the event target's element tree - * @param {Event} event - * @return {ItemSet | null} item + * Reposition the item vertically + * @Override */ - ItemSet.itemSetFromTarget = function(event) { - var target = event.target; - while (target) { - if (target.hasOwnProperty('timeline-itemset')) { - return target['timeline-itemset']; - } - target = target.parentNode; - } + PointItem.prototype.repositionY = function() { + var orientation = this.options.orientation, + point = this.dom.point; - return null; + if (orientation == 'top') { + point.style.top = this.top + 'px'; + } + else { + point.style.top = (this.parent.height - this.top - this.height) + 'px'; + } }; - module.exports = ItemSet; + module.exports = PointItem; /***/ }, -/* 27 */ +/* 35 */ /***/ function(module, exports, __webpack_require__) { - var util = __webpack_require__(1); - var stack = __webpack_require__(28); - var RangeItem = __webpack_require__(29); + var Hammer = __webpack_require__(45); + var Item = __webpack_require__(31); /** - * @constructor Group - * @param {Number | String} groupId - * @param {Object} data - * @param {ItemSet} itemSet + * @constructor RangeItem + * @extends Item + * @param {Object} data Object containing parameters start, end + * content, className. + * @param {{toScreen: function, toTime: function}} conversion + * Conversion functions from time to screen and vice versa + * @param {Object} [options] Configuration options + * // TODO: describe options */ - function Group (groupId, data, itemSet) { - this.groupId = groupId; - this.subgroups = {}; - this.subgroupIndex = 0; - this.subgroupOrderer = data && data.subgroupOrder; - this.itemSet = itemSet; - - this.dom = {}; + function RangeItem (data, conversion, options) { this.props = { - label: { - width: 0, - height: 0 + content: { + width: 0 } }; - this.className = null; - - this.items = {}; // items filtered by groupId of this group - this.visibleItems = []; // items currently visible in window - this.orderedItems = { - byStart: [], - byEnd: [] - }; - this.checkRangedItems = false; // needed to refresh the ranged items if the window is programatically changed with NO overlap. - var me = this; - this.itemSet.body.emitter.on("checkRangedItems", function () { - me.checkRangedItems = true; - }) + this.overflow = false; // if contents can overflow (css styling), this flag is set to true - this._create(); + // validate data + if (data) { + if (data.start == undefined) { + throw new Error('Property "start" missing in item ' + data.id); + } + if (data.end == undefined) { + throw new Error('Property "end" missing in item ' + data.id); + } + } - this.setData(data); + Item.call(this, data, conversion, options); } + RangeItem.prototype = new Item (null, null, null); + + RangeItem.prototype.baseClassName = 'item range'; + /** - * Create DOM elements for the group - * @private + * Check whether this item is visible inside given range + * @returns {{start: Number, end: Number}} range with a timestamp for start and end + * @returns {boolean} True if visible */ - Group.prototype._create = function() { - var label = document.createElement('div'); - label.className = 'vlabel'; - this.dom.label = label; - - var inner = document.createElement('div'); - inner.className = 'inner'; - label.appendChild(inner); - this.dom.inner = inner; + RangeItem.prototype.isVisible = function(range) { + // determine visibility + return (this.data.start < range.end) && (this.data.end > range.start); + }; - var foreground = document.createElement('div'); - foreground.className = 'group'; - foreground['timeline-group'] = this; - this.dom.foreground = foreground; + /** + * Repaint the item + */ + RangeItem.prototype.redraw = function() { + var dom = this.dom; + if (!dom) { + // create DOM + this.dom = {}; + dom = this.dom; - this.dom.background = document.createElement('div'); - this.dom.background.className = 'group'; + // background box + dom.box = document.createElement('div'); + // className is updated in redraw() - this.dom.axis = document.createElement('div'); - this.dom.axis.className = 'group'; + // contents box + dom.content = document.createElement('div'); + dom.content.className = 'content'; + dom.box.appendChild(dom.content); - // create a hidden marker to detect when the Timelines container is attached - // to the DOM, or the style of a parent of the Timeline is changed from - // display:none is changed to visible. - this.dom.marker = document.createElement('div'); - this.dom.marker.style.visibility = 'hidden'; // TODO: ask jos why this is not none? - this.dom.marker.innerHTML = '?'; - this.dom.background.appendChild(this.dom.marker); - }; + // attach this item as attribute + dom.box['timeline-item'] = this; - /** - * Set the group data for this group - * @param {Object} data Group data, can contain properties content and className - */ - Group.prototype.setData = function(data) { - // update contents - var content = data && data.content; - if (content instanceof Element) { - this.dom.inner.appendChild(content); + this.dirty = true; } - else if (content !== undefined && content !== null) { - this.dom.inner.innerHTML = content; + + // append DOM to parent DOM + if (!this.parent) { + throw new Error('Cannot redraw item: no parent attached'); } - else { - this.dom.inner.innerHTML = this.groupId || ''; // groupId can be null + if (!dom.box.parentNode) { + var foreground = this.parent.dom.foreground; + if (!foreground) { + throw new Error('Cannot redraw item: parent has no foreground container element'); + } + foreground.appendChild(dom.box); } + this.displayed = true; - // update title - this.dom.label.title = data && data.title || ''; + // Update DOM when item is marked dirty. An item is marked dirty when: + // - the item is not yet rendered + // - the item's data is changed + // - the item is selected/deselected + if (this.dirty) { + this._updateContents(this.dom.content); + this._updateTitle(this.dom.box); + this._updateDataAttributes(this.dom.box); + this._updateStyle(this.dom.box); - if (!this.dom.inner.firstChild) { - util.addClassName(this.dom.inner, 'hidden'); - } - else { - util.removeClassName(this.dom.inner, 'hidden'); - } + // update class + var className = (this.data.className ? (' ' + this.data.className) : '') + + (this.selected ? ' selected' : ''); + dom.box.className = this.baseClassName + className; - // update className - var className = data && data.className || null; - if (className != this.className) { - if (this.className) { - util.removeClassName(this.dom.label, this.className); - util.removeClassName(this.dom.foreground, this.className); - util.removeClassName(this.dom.background, this.className); - util.removeClassName(this.dom.axis, this.className); - } - util.addClassName(this.dom.label, className); - util.addClassName(this.dom.foreground, className); - util.addClassName(this.dom.background, className); - util.addClassName(this.dom.axis, className); - this.className = className; - } + // determine from css whether this box has overflow + this.overflow = window.getComputedStyle(dom.content).overflow !== 'hidden'; - // update style - if (this.style) { - util.removeCssText(this.dom.label, this.style); - this.style = null; - } - if (data && data.style) { - util.addCssText(this.dom.label, data.style); - this.style = data.style; + // recalculate size + // turn off max-width to be able to calculate the real width + // this causes an extra browser repaint/reflow, but so be it + this.dom.content.style.maxWidth = 'none'; + this.props.content.width = this.dom.content.offsetWidth; + this.height = this.dom.box.offsetHeight; + this.dom.content.style.maxWidth = ''; + + this.dirty = false; } + + this._repaintDeleteButton(dom.box); + this._repaintDragLeft(); + this._repaintDragRight(); }; /** - * Get the width of the group label - * @return {number} width + * Show the item in the DOM (when not already visible). The items DOM will + * be created when needed. */ - Group.prototype.getLabelWidth = function() { - return this.props.label.width; + RangeItem.prototype.show = function() { + if (!this.displayed) { + this.redraw(); + } }; - /** - * Repaint this group - * @param {{start: number, end: number}} range - * @param {{item: {horizontal: number, vertical: number}, axis: number}} margin - * @param {boolean} [restack=false] Force restacking of all items - * @return {boolean} Returns true if the group is resized + * Hide the item from the DOM (when visible) + * @return {Boolean} changed */ - Group.prototype.redraw = function(range, margin, restack) { - var resized = false; + RangeItem.prototype.hide = function() { + if (this.displayed) { + var box = this.dom.box; - this.visibleItems = this._updateVisibleItems(this.orderedItems, this.visibleItems, range); + if (box.parentNode) { + box.parentNode.removeChild(box); + } - // force recalculation of the height of the items when the marker height changed - // (due to the Timeline being attached to the DOM or changed from display:none to visible) - var markerHeight = this.dom.marker.clientHeight; - if (markerHeight != this.lastMarkerHeight) { - this.lastMarkerHeight = markerHeight; + this.top = null; + this.left = null; - util.forEach(this.items, function (item) { - item.dirty = true; - if (item.displayed) item.redraw(); - }); + this.displayed = false; + } + }; - restack = true; + /** + * Reposition the item horizontally + * @Override + */ + RangeItem.prototype.repositionX = function() { + var parentWidth = this.parent.width; + var start = this.conversion.toScreen(this.data.start); + var end = this.conversion.toScreen(this.data.end); + var contentLeft; + var contentWidth; + + // limit the width of the this, as browsers cannot draw very wide divs + if (start < -parentWidth) { + start = -parentWidth; + } + if (end > 2 * parentWidth) { + end = 2 * parentWidth; } + var boxWidth = Math.max(end - start, 1); - // reposition visible items vertically - if (this.itemSet.options.stack) { // TODO: ugly way to access options... - stack.stack(this.visibleItems, margin, restack); + if (this.overflow) { + this.left = start; + this.width = boxWidth + this.props.content.width; + contentWidth = this.props.content.width; + + // Note: The calculation of width is an optimistic calculation, giving + // a width which will not change when moving the Timeline + // So no re-stacking needed, which is nicer for the eye; } - else { // no stacking - stack.nostack(this.visibleItems, margin, this.subgroups); + else { + this.left = start; + this.width = boxWidth; + contentWidth = Math.min(end - start - 2 * this.options.padding, this.props.content.width); } - // recalculate the height of the group - var height = this._calculateHeight(margin); + this.dom.box.style.left = this.left + 'px'; + this.dom.box.style.width = boxWidth + 'px'; - // calculate actual size and position - var foreground = this.dom.foreground; - this.top = foreground.offsetTop; - this.left = foreground.offsetLeft; - this.width = foreground.offsetWidth; - resized = util.updateProperty(this, 'height', height) || resized; + switch (this.options.align) { + case 'left': + this.dom.content.style.left = '0'; + break; - // recalculate size of label - resized = util.updateProperty(this.props.label, 'width', this.dom.inner.clientWidth) || resized; - resized = util.updateProperty(this.props.label, 'height', this.dom.inner.clientHeight) || resized; + case 'right': + this.dom.content.style.left = Math.max((boxWidth - contentWidth - 2 * this.options.padding), 0) + 'px'; + break; - // apply new height - this.dom.background.style.height = height + 'px'; - this.dom.foreground.style.height = height + 'px'; - this.dom.label.style.height = height + 'px'; + case 'center': + this.dom.content.style.left = Math.max((boxWidth - contentWidth - 2 * this.options.padding) / 2, 0) + 'px'; + break; - // update vertical position of items after they are re-stacked and the height of the group is calculated - for (var i = 0, ii = this.visibleItems.length; i < ii; i++) { - var item = this.visibleItems[i]; - item.repositionY(margin); + default: // 'auto' + // when range exceeds left of the window, position the contents at the left of the visible area + if (this.overflow) { + if (end > 0) { + contentLeft = Math.max(-start, 0); + } + else { + contentLeft = -contentWidth; // ensure it's not visible anymore + } + } + else { + if (start < 0) { + contentLeft = Math.min(-start, + (end - start - contentWidth - 2 * this.options.padding)); + // TODO: remove the need for options.padding. it's terrible. + } + else { + contentLeft = 0; + } + } + this.dom.content.style.left = contentLeft + 'px'; } - - return resized; }; /** - * recalculate the height of the group - * @param {{item: {horizontal: number, vertical: number}, axis: number}} margin - * @returns {number} Returns the height - * @private + * Reposition the item vertically + * @Override */ - Group.prototype._calculateHeight = function (margin) { - // recalculate the height of the group - var height; - var visibleItems = this.visibleItems; - //var visibleSubgroups = []; - //this.visibleSubgroups = 0; - this.resetSubgroups(); - var me = this; - if (visibleItems.length) { - var min = visibleItems[0].top; - var max = visibleItems[0].top + visibleItems[0].height; - util.forEach(visibleItems, function (item) { - min = Math.min(min, item.top); - max = Math.max(max, (item.top + item.height)); - if (item.data.subgroup !== undefined) { - me.subgroups[item.data.subgroup].height = Math.max(me.subgroups[item.data.subgroup].height,item.height); - me.subgroups[item.data.subgroup].visible = true; - //if (visibleSubgroups.indexOf(item.data.subgroup) == -1){ - // visibleSubgroups.push(item.data.subgroup); - // me.visibleSubgroups += 1; - //} - } - }); - if (min > margin.axis) { - // there is an empty gap between the lowest item and the axis - var offset = min - margin.axis; - max -= offset; - util.forEach(visibleItems, function (item) { - item.top -= offset; - }); - } - height = max + margin.item.vertical / 2; + RangeItem.prototype.repositionY = function() { + var orientation = this.options.orientation, + box = this.dom.box; + + if (orientation == 'top') { + box.style.top = this.top + 'px'; } else { - height = margin.axis + margin.item.vertical; + box.style.top = (this.parent.height - this.top - this.height) + 'px'; + } + }; + + /** + * Repaint a drag area on the left side of the range when the range is selected + * @protected + */ + RangeItem.prototype._repaintDragLeft = function () { + if (this.selected && this.options.editable.updateTime && !this.dom.dragLeft) { + // create and show drag area + var dragLeft = document.createElement('div'); + dragLeft.className = 'drag-left'; + dragLeft.dragLeftItem = this; + + // TODO: this should be redundant? + Hammer(dragLeft, { + preventDefault: true + }).on('drag', function () { + //console.log('drag left') + }); + + this.dom.box.appendChild(dragLeft); + this.dom.dragLeft = dragLeft; + } + else if (!this.selected && this.dom.dragLeft) { + // delete drag area + if (this.dom.dragLeft.parentNode) { + this.dom.dragLeft.parentNode.removeChild(this.dom.dragLeft); + } + this.dom.dragLeft = null; } - height = Math.max(height, this.props.label.height); - - return height; }; /** - * Show this group: attach to the DOM + * Repaint a drag area on the right side of the range when the range is selected + * @protected */ - Group.prototype.show = function() { - if (!this.dom.label.parentNode) { - this.itemSet.dom.labelSet.appendChild(this.dom.label); - } + RangeItem.prototype._repaintDragRight = function () { + if (this.selected && this.options.editable.updateTime && !this.dom.dragRight) { + // create and show drag area + var dragRight = document.createElement('div'); + dragRight.className = 'drag-right'; + dragRight.dragRightItem = this; - if (!this.dom.foreground.parentNode) { - this.itemSet.dom.foreground.appendChild(this.dom.foreground); - } + // TODO: this should be redundant? + Hammer(dragRight, { + preventDefault: true + }).on('drag', function () { + //console.log('drag right') + }); - if (!this.dom.background.parentNode) { - this.itemSet.dom.background.appendChild(this.dom.background); + this.dom.box.appendChild(dragRight); + this.dom.dragRight = dragRight; } - - if (!this.dom.axis.parentNode) { - this.itemSet.dom.axis.appendChild(this.dom.axis); + else if (!this.selected && this.dom.dragRight) { + // delete drag area + if (this.dom.dragRight.parentNode) { + this.dom.dragRight.parentNode.removeChild(this.dom.dragRight); + } + this.dom.dragRight = null; } }; - /** - * Hide this group: remove from the DOM - */ - Group.prototype.hide = function() { - var label = this.dom.label; - if (label.parentNode) { - label.parentNode.removeChild(label); - } + module.exports = RangeItem; - var foreground = this.dom.foreground; - if (foreground.parentNode) { - foreground.parentNode.removeChild(foreground); - } - var background = this.dom.background; - if (background.parentNode) { - background.parentNode.removeChild(background); - } +/***/ }, +/* 36 */ +/***/ function(module, exports, __webpack_require__) { - var axis = this.dom.axis; - if (axis.parentNode) { - axis.parentNode.removeChild(axis); - } - }; + var Emitter = __webpack_require__(56); + var Hammer = __webpack_require__(45); + var keycharm = __webpack_require__(59); + var util = __webpack_require__(1); + var hammerUtil = __webpack_require__(48); + var DataSet = __webpack_require__(3); + var DataView = __webpack_require__(4); + var dotparser = __webpack_require__(42); + var gephiParser = __webpack_require__(43); + var Groups = __webpack_require__(38); + var Images = __webpack_require__(39); + var Node = __webpack_require__(40); + var Edge = __webpack_require__(37); + var Popup = __webpack_require__(41); + var MixinLoader = __webpack_require__(54); + var Activator = __webpack_require__(55); + var locales = __webpack_require__(52); + + // Load custom shapes into CanvasRenderingContext2D + __webpack_require__(53); /** - * Add an item to the group - * @param {Item} item + * @constructor Network + * Create a network visualization, displaying nodes and edges. + * + * @param {Element} container The DOM element in which the Network will + * be created. Normally a div element. + * @param {Object} data An object containing parameters + * {Array} nodes + * {Array} edges + * @param {Object} options Options */ - Group.prototype.add = function(item) { - this.items[item.id] = item; - item.setParent(this); - - // add to - if (item.data.subgroup !== undefined) { - if (this.subgroups[item.data.subgroup] === undefined) { - this.subgroups[item.data.subgroup] = {height:0, visible: false, index:this.subgroupIndex, items: []}; - this.subgroupIndex++; - } - this.subgroups[item.data.subgroup].items.push(item); + function Network (container, data, options) { + if (!(this instanceof Network)) { + throw new SyntaxError('Constructor must be called with the new operator'); } - this.orderSubgroups(); - if (this.visibleItems.indexOf(item) == -1) { - var range = this.itemSet.body.range; // TODO: not nice accessing the range like this - this._checkIfVisible(item, this.visibleItems, range); - } - }; + this._determineBrowserMethod(); + this._initializeMixinLoaders(); - Group.prototype.orderSubgroups = function() { - if (this.subgroupOrderer !== undefined) { - var sortArray = []; - if (typeof this.subgroupOrderer == 'string') { - for (var subgroup in this.subgroups) { - sortArray.push({subgroup: subgroup, sortField: this.subgroups[subgroup].items[0].data[this.subgroupOrderer]}) - } - sortArray.sort(function (a, b) { - return a.sortField - b.sortField; - }) - } - else if (typeof this.subgroupOrderer == 'function') { - for (var subgroup in this.subgroups) { - sortArray.push(this.subgroups[subgroup].items[0].data); - } - sortArray.sort(this.subgroupOrderer); - } + // create variables and set default values + this.containerElement = container; - if (sortArray.length > 0) { - for (var i = 0; i < sortArray.length; i++) { - this.subgroups[sortArray[i].subgroup].index = i; + // render and calculation settings + this.renderRefreshRate = 60; // hz (fps) + this.renderTimestep = 1000 / this.renderRefreshRate; // ms -- saves calculation later on + this.renderTime = 0; // measured time it takes to render a frame + this.physicsTime = 0; // measured time it takes to render a frame + this.runDoubleSpeed = false; + this.physicsDiscreteStepsize = 0.50; // discrete stepsize of the simulation + + this.initializing = true; + + this.triggerFunctions = {add:null,edit:null,editEdge:null,connect:null,del:null}; + + // set constant values + this.defaultOptions = { + nodes: { + mass: 1, + radiusMin: 10, + radiusMax: 30, + radius: 10, + shape: 'ellipse', + image: undefined, + widthMin: 16, // px + widthMax: 64, // px + fontColor: 'black', + fontSize: 14, // px + fontFace: 'verdana', + fontFill: undefined, + fontStrokeWidth: 0, // px + fontStrokeColor: 'white', + level: -1, + color: { + border: '#2B7CE9', + background: '#97C2FC', + highlight: { + border: '#2B7CE9', + background: '#D2E5FF' + }, + hover: { + border: '#2B7CE9', + background: '#D2E5FF' + } + }, + group: undefined, + borderWidth: 1, + borderWidthSelected: undefined + }, + edges: { + widthMin: 1, // + widthMax: 15,// + width: 1, + widthSelectionMultiplier: 2, + hoverWidth: 1.5, + style: 'line', + color: { + color:'#848484', + highlight:'#848484', + hover: '#848484' + }, + fontColor: '#343434', + fontSize: 14, // px + fontFace: 'arial', + fontFill: 'white', + fontStrokeWidth: 0, // px + fontStrokeColor: 'white', + labelAlignment:'horizontal', + arrowScaleFactor: 1, + dash: { + length: 10, + gap: 5, + altLength: undefined + }, + inheritColor: "from" // to, from, false, true (== from) + }, + configurePhysics:false, + physics: { + barnesHut: { + enabled: true, + thetaInverted: 1 / 0.5, // inverted to save time during calculation + gravitationalConstant: -2000, + centralGravity: 0.3, + springLength: 95, + springConstant: 0.04, + damping: 0.09 + }, + repulsion: { + centralGravity: 0.0, + springLength: 200, + springConstant: 0.05, + nodeDistance: 100, + damping: 0.09 + }, + hierarchicalRepulsion: { + enabled: false, + centralGravity: 0.0, + springLength: 100, + springConstant: 0.01, + nodeDistance: 150, + damping: 0.09 + }, + damping: null, + centralGravity: null, + springLength: null, + springConstant: null + }, + clustering: { // Per Node in Cluster = PNiC + enabled: false, // (Boolean) | global on/off switch for clustering. + initialMaxNodes: 100, // (# nodes) | if the initial amount of nodes is larger than this, we cluster until the total number is less than this threshold. + clusterThreshold:500, // (# nodes) | during calculate forces, we check if the total number of nodes is larger than this. If it is, cluster until reduced to reduceToNodes + reduceToNodes:300, // (# nodes) | during calculate forces, we check if the total number of nodes is larger than clusterThreshold. If it is, cluster until reduced to this + chainThreshold: 0.4, // (% of all drawn nodes)| maximum percentage of allowed chainnodes (long strings of connected nodes) within all nodes. (lower means less chains). + clusterEdgeThreshold: 20, // (px) | edge length threshold. if smaller, this node is clustered. + sectorThreshold: 100, // (# nodes in cluster) | cluster size threshold. If larger, expanding in own sector. + screenSizeThreshold: 0.2, // (% of canvas) | relative size threshold. If the width or height of a clusternode takes up this much of the screen, decluster node. + fontSizeMultiplier: 4.0, // (px PNiC) | how much the cluster font size grows per node in cluster (in px). + maxFontSize: 1000, + forceAmplification: 0.1, // (multiplier PNiC) | factor of increase fo the repulsion force of a cluster (per node in cluster). + distanceAmplification: 0.1, // (multiplier PNiC) | factor how much the repulsion distance of a cluster increases (per node in cluster). + edgeGrowth: 20, // (px PNiC) | amount of clusterSize connected to the edge is multiplied with this and added to edgeLength. + nodeScaling: {width: 1, // (px PNiC) | growth of the width per node in cluster. + height: 1, // (px PNiC) | growth of the height per node in cluster. + radius: 1}, // (px PNiC) | growth of the radius per node in cluster. + maxNodeSizeIncrements: 600, // (# increments) | max growth of the width per node in cluster. + activeAreaBoxSize: 80, // (px) | box area around the curser where clusters are popped open. + clusterLevelDifference: 2 + }, + navigation: { + enabled: false + }, + keyboard: { + enabled: false, + speed: {x: 10, y: 10, zoom: 0.02} + }, + dataManipulation: { + enabled: false, + initiallyVisible: false + }, + hierarchicalLayout: { + enabled:false, + levelSeparation: 150, + nodeSpacing: 100, + direction: "UD", // UD, DU, LR, RL + layout: "hubsize" // hubsize, directed + }, + freezeForStabilization: false, + smoothCurves: { + enabled: true, + dynamic: true, + type: "continuous", + roundness: 0.5 + }, + maxVelocity: 30, + minVelocity: 0.1, // px/s + stabilize: true, // stabilize before displaying the network + stabilizationIterations: 1000, // maximum number of iteration to stabilize + zoomExtentOnStabilize: true, + locale: 'en', + locales: locales, + tooltip: { + delay: 300, + fontColor: 'black', + fontSize: 14, // px + fontFace: 'verdana', + color: { + border: '#666', + background: '#FFFFC6' } - } - } - }; + }, + dragNetwork: true, + dragNodes: true, + zoomable: true, + hover: false, + hideEdgesOnDrag: false, + hideNodesOnDrag: false, + width : '100%', + height : '100%', + selectable: true + }; + this.constants = util.extend({}, this.defaultOptions); + this.pixelRatio = 1; + + + this.hoverObj = {nodes:{},edges:{}}; + this.controlNodesActive = false; + this.navigationHammers = {existing:[], _new: []}; - Group.prototype.resetSubgroups = function() { - for (var subgroup in this.subgroups) { - if (this.subgroups.hasOwnProperty(subgroup)) { - this.subgroups[subgroup].visible = false; - } - } - }; + // animation properties + this.animationSpeed = 1/this.renderRefreshRate; + this.animationEasingFunction = "easeInOutQuint"; + this.easingTime = 0; + this.sourceScale = 0; + this.targetScale = 0; + this.sourceTranslation = 0; + this.targetTranslation = 0; + this.lockedOnNodeId = null; + this.lockedOnNodeOffset = null; + this.touchTime = 0; - /** - * Remove an item from the group - * @param {Item} item - */ - Group.prototype.remove = function(item) { - delete this.items[item.id]; - item.setParent(null); + // Node variables + var network = this; + this.groups = new Groups(); // object with groups + this.images = new Images(); // object with images + this.images.setOnloadCallback(function (status) { + network._redraw(); + }); - // remove from visible items - var index = this.visibleItems.indexOf(item); - if (index != -1) this.visibleItems.splice(index, 1); + // keyboard navigation variables + this.xIncrement = 0; + this.yIncrement = 0; + this.zoomIncrement = 0; - // TODO: also remove from ordered items? - }; + // loading all the mixins: + // load the force calculation functions, grouped under the physics system. + this._loadPhysicsSystem(); + // create a frame and canvas + this._create(); + // load the sector system. (mandatory, fully integrated with Network) + this._loadSectorSystem(); + // load the cluster system. (mandatory, even when not using the cluster system, there are function calls to it) + this._loadClusterSystem(); + // load the selection system. (mandatory, required by Network) + this._loadSelectionSystem(); + // load the selection system. (mandatory, required by Network) + this._loadHierarchySystem(); - /** - * Remove an item from the corresponding DataSet - * @param {Item} item - */ - Group.prototype.removeFromDataSet = function(item) { - this.itemSet.removeItem(item.id); - }; + // apply options + this._setTranslation(this.frame.clientWidth / 2, this.frame.clientHeight / 2); + this._setScale(1); + this.setOptions(options); + // other vars + this.freezeSimulation = false;// freeze the simulation + this.cachedFunctions = {}; + this.startedStabilization = false; + this.stabilized = false; + this.stabilizationIterations = null; + this.draggingNodes = false; - /** - * Reorder the items - */ - Group.prototype.order = function() { - var array = util.toArray(this.items); - var startArray = []; - var endArray = []; + // containers for nodes and edges + this.calculationNodes = {}; + this.calculationNodeIndices = []; + this.nodeIndices = []; // array with all the indices of the nodes. Used to speed up forces calculation + this.nodes = {}; // object with Node objects + this.edges = {}; // object with Edge objects - for (var i = 0; i < array.length; i++) { - if (array[i].data.end !== undefined) { - endArray.push(array[i]); + // position and scale variables and objects + this.canvasTopLeft = {"x": 0,"y": 0}; // coordinates of the top left of the canvas. they will be set during _redraw. + this.canvasBottomRight = {"x": 0,"y": 0}; // coordinates of the bottom right of the canvas. they will be set during _redraw + this.pointerPosition = {"x": 0,"y": 0}; // coordinates of the bottom right of the canvas. they will be set during _redraw + this.areaCenter = {}; // object with x and y elements used for determining the center of the zoom action + this.scale = 1; // defining the global scale variable in the constructor + this.previousScale = this.scale; // this is used to check if the zoom operation is zooming in or out + + // datasets or dataviews + this.nodesData = null; // A DataSet or DataView + this.edgesData = null; // A DataSet or DataView + + // create event listeners used to subscribe on the DataSets of the nodes and edges + this.nodesListeners = { + 'add': function (event, params) { + network._addNodes(params.items); + network.start(); + }, + 'update': function (event, params) { + network._updateNodes(params.items, params.data); + network.start(); + }, + 'remove': function (event, params) { + network._removeNodes(params.items); + network.start(); + } + }; + this.edgesListeners = { + 'add': function (event, params) { + network._addEdges(params.items); + network.start(); + }, + 'update': function (event, params) { + network._updateEdges(params.items); + network.start(); + }, + 'remove': function (event, params) { + network._removeEdges(params.items); + network.start(); } - startArray.push(array[i]); - } - this.orderedItems = { - byStart: startArray, - byEnd: endArray }; - stack.orderByStart(this.orderedItems.byStart); - stack.orderByEnd(this.orderedItems.byEnd); - }; - + // properties for the animation + this.moving = true; + this.timer = undefined; // Scheduling function. Is definded in this.start(); - /** - * Update the visible items - * @param {{byStart: Item[], byEnd: Item[]}} orderedItems All items ordered by start date and by end date - * @param {Item[]} visibleItems The previously visible items. - * @param {{start: number, end: number}} range Visible range - * @return {Item[]} visibleItems The new visible items. - * @private - */ - Group.prototype._updateVisibleItems = function(orderedItems, oldVisibleItems, range) { - var visibleItems = []; - var visibleItemsLookup = {}; // we keep this to quickly look up if an item already exists in the list without using indexOf on visibleItems - var interval = (range.end - range.start) / 4; - var lowerBound = range.start - interval; - var upperBound = range.end + interval; - var item, i; + // load data (the disable start variable will be the same as the enabled clustering) + this.setData(data,this.constants.clustering.enabled || this.constants.hierarchicalLayout.enabled); - // this function is used to do the binary search. - var searchFunction = function (value) { - if (value < lowerBound) {return -1;} - else if (value <= upperBound) {return 0;} - else {return 1;} + // hierarchical layout + this.initializing = false; + if (this.constants.hierarchicalLayout.enabled == true) { + this._setupHierarchicalLayout(); } - - // first check if the items that were in view previously are still in view. - // IMPORTANT: this handles the case for the items with startdate before the window and enddate after the window! - // also cleans up invisible items. - if (oldVisibleItems.length > 0) { - for (i = 0; i < oldVisibleItems.length; i++) { - this._checkIfVisibleWithReference(oldVisibleItems[i], visibleItems, visibleItemsLookup, range); + else { + // zoom so all data will fit on the screen, if clustering is enabled, we do not want start to be called here. + if (this.constants.stabilize == false) { + this.zoomExtent(undefined, true,this.constants.clustering.enabled); } } - // we do a binary search for the items that have only start values. - var initialPosByStart = util.binarySearchCustom(orderedItems.byStart, searchFunction, 'data','start'); + // if clustering is disabled, the simulation will have started in the setData function + if (this.constants.clustering.enabled) { + this.startWithClustering(); + } + } - // trace the visible items from the inital start pos both ways until an invisible item is found, we only look at the start values. - this._traceVisible(initialPosByStart, orderedItems.byStart, visibleItems, visibleItemsLookup, function (item) { - return (item.data.start < lowerBound || item.data.start > upperBound); - }); + // Extend Network with an Emitter mixin + Emitter(Network.prototype); - // if the window has changed programmatically without overlapping the old window, the ranged items with start < lowerBound and end > upperbound are not shown. - // We therefore have to brute force check all items in the byEnd list - if (this.checkRangedItems == true) { - this.checkRangedItems = false; - for (i = 0; i < orderedItems.byEnd.length; i++) { - this._checkIfVisibleWithReference(orderedItems.byEnd[i], visibleItems, visibleItemsLookup, range); + /** + * Determine if the browser requires a setTimeout or a requestAnimationFrame. This was required because + * some implementations (safari and IE9) did not support requestAnimationFrame + * @private + */ + Network.prototype._determineBrowserMethod = function() { + var browserType = navigator.userAgent.toLowerCase(); + this.requiresTimeout = false; + if (browserType.indexOf('msie 9.0') != -1) { // IE 9 + this.requiresTimeout = true; + } + else if (browserType.indexOf('safari') != -1) { // safari + if (browserType.indexOf('chrome') <= -1) { + this.requiresTimeout = true; } } - else { - // we do a binary search for the items that have defined end times. - var initialPosByEnd = util.binarySearchCustom(orderedItems.byEnd, searchFunction, 'data','end'); + } - // trace the visible items from the inital start pos both ways until an invisible item is found, we only look at the end values. - this._traceVisible(initialPosByEnd, orderedItems.byEnd, visibleItems, visibleItemsLookup, function (item) { - return (item.data.end < lowerBound || item.data.end > upperBound); - }); - } + /** + * Get the script path where the vis.js library is located + * + * @returns {string | null} path Path or null when not found. Path does not + * end with a slash. + * @private + */ + Network.prototype._getScriptPath = function() { + var scripts = document.getElementsByTagName( 'script' ); - // finally, we reposition all the visible items. - for (i = 0; i < visibleItems.length; i++) { - item = visibleItems[i]; - if (!item.displayed) item.show(); - // reposition item horizontally - item.repositionX(); + // find script named vis.js or vis.min.js + for (var i = 0; i < scripts.length; i++) { + var src = scripts[i].src; + var match = src && /\/?vis(.min)?\.js$/.exec(src); + if (match) { + // return path without the script name + return src.substring(0, src.length - match[0].length); + } } - // debug - //console.log("new line") - //if (this.groupId == null) { - // for (i = 0; i < orderedItems.byStart.length; i++) { - // item = orderedItems.byStart[i].data; - // console.log('start',i,initialPosByStart, item.start.valueOf(), item.content, item.start >= lowerBound && item.start <= upperBound,i == initialPosByStart ? "<------------------- HEREEEE" : "") - // } - // for (i = 0; i < orderedItems.byEnd.length; i++) { - // item = orderedItems.byEnd[i].data; - // console.log('rangeEnd',i,initialPosByEnd, item.end.valueOf(), item.content, item.end >= range.start && item.end <= range.end,i == initialPosByEnd ? "<------------------- HEREEEE" : "") - // } - //} - - return visibleItems; + return null; }; - Group.prototype._traceVisible = function (initialPos, items, visibleItems, visibleItemsLookup, breakCondition) { - var item; - var i; - - if (initialPos != -1) { - for (i = initialPos; i >= 0; i--) { - item = items[i]; - if (breakCondition(item)) { - break; - } - else { - if (visibleItemsLookup[item.id] === undefined) { - visibleItemsLookup[item.id] = true; - visibleItems.push(item); - } - } - } - for (i = initialPos + 1; i < items.length; i++) { - item = items[i]; - if (breakCondition(item)) { - break; - } - else { - if (visibleItemsLookup[item.id] === undefined) { - visibleItemsLookup[item.id] = true; - visibleItems.push(item); - } - } + /** + * Find the center position of the network + * @private + */ + Network.prototype._getRange = function() { + var minY = 1e9, maxY = -1e9, minX = 1e9, maxX = -1e9, node; + for (var nodeId in this.nodes) { + if (this.nodes.hasOwnProperty(nodeId)) { + node = this.nodes[nodeId]; + if (minX > (node.boundingBox.left)) {minX = node.boundingBox.left;} + if (maxX < (node.boundingBox.right)) {maxX = node.boundingBox.right;} + if (minY > (node.boundingBox.bottom)) {minY = node.boundingBox.bottom;} + if (maxY < (node.boundingBox.top)) {maxY = node.boundingBox.top;} } } - } + if (minX == 1e9 && maxX == -1e9 && minY == 1e9 && maxY == -1e9) { + minY = 0, maxY = 0, minX = 0, maxX = 0; + } + return {minX: minX, maxX: maxX, minY: minY, maxY: maxY}; + }; /** - * this function is very similar to the _checkIfInvisible() but it does not - * return booleans, hides the item if it should not be seen and always adds to - * the visibleItems. - * this one is for brute forcing and hiding. - * - * @param {Item} item - * @param {Array} visibleItems - * @param {{start:number, end:number}} range + * @param {object} range = {minX: minX, maxX: maxX, minY: minY, maxY: maxY}; + * @returns {{x: number, y: number}} * @private */ - Group.prototype._checkIfVisible = function(item, visibleItems, range) { - if (item.isVisible(range)) { - if (!item.displayed) item.show(); - // reposition item horizontally - item.repositionX(); - visibleItems.push(item); - } - else { - if (item.displayed) item.hide(); - } + Network.prototype._findCenter = function(range) { + return {x: (0.5 * (range.maxX + range.minX)), + y: (0.5 * (range.maxY + range.minY))}; }; /** - * this function is very similar to the _checkIfInvisible() but it does not - * return booleans, hides the item if it should not be seen and always adds to - * the visibleItems. - * this one is for brute forcing and hiding. + * This function zooms out to fit all data on screen based on amount of nodes * - * @param {Item} item - * @param {Array} visibleItems - * @param {{start:number, end:number}} range - * @private + * @param {Boolean} [initialZoom] | zoom based on fitted formula or range, true = fitted, default = false; + * @param {Boolean} [disableStart] | If true, start is not called. */ - Group.prototype._checkIfVisibleWithReference = function(item, visibleItems, visibleItemsLookup, range) { - if (item.isVisible(range)) { - if (visibleItemsLookup[item.id] === undefined) { - visibleItemsLookup[item.id] = true; - visibleItems.push(item); - } + Network.prototype.zoomExtent = function(animationOptions, initialZoom, disableStart) { + this._redraw(true); + + if (initialZoom === undefined) { + initialZoom = false; } - else { - if (item.displayed) item.hide(); + if (disableStart === undefined) { + disableStart = false; + } + if (animationOptions === undefined) { + animationOptions = false; } - }; + var range = this._getRange(); + var zoomLevel; + if (initialZoom == true) { + var numberOfNodes = this.nodeIndices.length; + if (this.constants.smoothCurves == true) { + if (this.constants.clustering.enabled == true && + numberOfNodes >= this.constants.clustering.initialMaxNodes) { + zoomLevel = 49.07548 / (numberOfNodes + 142.05338) + 9.1444e-04; // this is obtained from fitting a dataset from 5 points with scale levels that looked good. + } + else { + zoomLevel = 12.662 / (numberOfNodes + 7.4147) + 0.0964822; // this is obtained from fitting a dataset from 5 points with scale levels that looked good. + } + } + else { + if (this.constants.clustering.enabled == true && + numberOfNodes >= this.constants.clustering.initialMaxNodes) { + zoomLevel = 77.5271985 / (numberOfNodes + 187.266146) + 4.76710517e-05; // this is obtained from fitting a dataset from 5 points with scale levels that looked good. + } + else { + zoomLevel = 30.5062972 / (numberOfNodes + 19.93597763) + 0.08413486; // this is obtained from fitting a dataset from 5 points with scale levels that looked good. + } + } - module.exports = Group; + // correct for larger canvasses. + var factor = Math.min(this.frame.canvas.clientWidth / 600, this.frame.canvas.clientHeight / 600); + zoomLevel *= factor; + } + else { + var xDistance = Math.abs(range.maxX - range.minX) * 1.1; + var yDistance = Math.abs(range.maxY - range.minY) * 1.1; + var xZoomLevel = this.frame.canvas.clientWidth / xDistance; + var yZoomLevel = this.frame.canvas.clientHeight / yDistance; -/***/ }, -/* 28 */ -/***/ function(module, exports, __webpack_require__) { + zoomLevel = (xZoomLevel <= yZoomLevel) ? xZoomLevel : yZoomLevel; + } - // Utility functions for ordering and stacking of items - var EPSILON = 0.001; // used when checking collisions, to prevent round-off errors + if (zoomLevel > 1.0) { + zoomLevel = 1.0; + } - /** - * Order items by their start data - * @param {Item[]} items - */ - exports.orderByStart = function(items) { - items.sort(function (a, b) { - return a.data.start - b.data.start; - }); + + var center = this._findCenter(range); + if (disableStart == false) { + var options = {position: center, scale: zoomLevel, animation: animationOptions}; + this.moveTo(options); + this.moving = true; + this.start(); + } + else { + center.x *= zoomLevel; + center.y *= zoomLevel; + center.x -= 0.5 * this.frame.canvas.clientWidth; + center.y -= 0.5 * this.frame.canvas.clientHeight; + this._setScale(zoomLevel); + this._setTranslation(-center.x,-center.y); + } }; + /** - * Order items by their end date. If they have no end date, their start date - * is used. - * @param {Item[]} items + * Update the this.nodeIndices with the most recent node index list + * @private */ - exports.orderByEnd = function(items) { - items.sort(function (a, b) { - var aTime = ('end' in a.data) ? a.data.end : a.data.start, - bTime = ('end' in b.data) ? b.data.end : b.data.start; - - return aTime - bTime; - }); + Network.prototype._updateNodeIndexList = function() { + this._clearNodeIndexList(); + for (var idx in this.nodes) { + if (this.nodes.hasOwnProperty(idx)) { + this.nodeIndices.push(idx); + } + } }; + /** - * Adjust vertical positions of the items such that they don't overlap each - * other. - * @param {Item[]} items - * All visible items - * @param {{item: {horizontal: number, vertical: number}, axis: number}} margin - * Margins between items and between items and the axis. - * @param {boolean} [force=false] - * If true, all items will be repositioned. If false (default), only - * items having a top===null will be re-stacked + * Set nodes and edges, and optionally options as well. + * + * @param {Object} data Object containing parameters: + * {Array | DataSet | DataView} [nodes] Array with nodes + * {Array | DataSet | DataView} [edges] Array with edges + * {String} [dot] String containing data in DOT format + * {String} [gephi] String containing data in gephi JSON format + * {Options} [options] Object with options + * @param {Boolean} [disableStart] | optional: disable the calling of the start function. */ - exports.stack = function(items, margin, force) { - var i, iMax; - - if (force) { - // reset top position of all items - for (i = 0, iMax = items.length; i < iMax; i++) { - items[i].top = null; - } + Network.prototype.setData = function(data, disableStart) { + if (disableStart === undefined) { + disableStart = false; } + // we set initializing to true to ensure that the hierarchical layout is not performed until both nodes and edges are added. + this.initializing = true; - // calculate new, non-overlapping positions - for (i = 0, iMax = items.length; i < iMax; i++) { - var item = items[i]; - if (item.stack && item.top === null) { - // initialize top position - item.top = margin.axis; + if (data && data.dot && (data.nodes || data.edges)) { + throw new SyntaxError('Data must contain either parameter "dot" or ' + + ' parameter pair "nodes" and "edges", but not both.'); + } - do { - // TODO: optimize checking for overlap. when there is a gap without items, - // you only need to check for items from the next item on, not from zero - var collidingItem = null; - for (var j = 0, jj = items.length; j < jj; j++) { - var other = items[j]; - if (other.top !== null && other !== item && other.stack && exports.collision(item, other, margin.item)) { - collidingItem = other; - break; - } - } + // clean up in case there is anyone in an active mode of the manipulation. This is the same option as bound to the escape button. + if (this.constants.dataManipulation.enabled == true) { + this._createManipulatorBar(); + } - if (collidingItem != null) { - // There is a collision. Reposition the items above the colliding element - item.top = collidingItem.top + collidingItem.height + margin.item.vertical; - } - } while (collidingItem); + // set options + this.setOptions(data && data.options); + // set all data + if (data && data.dot) { + // parse DOT file + if(data && data.dot) { + var dotData = dotparser.DOTToGraph(data.dot); + this.setData(dotData); + return; + } + } + else if (data && data.gephi) { + // parse DOT file + if(data && data.gephi) { + var gephiData = gephiParser.parseGephi(data.gephi); + this.setData(gephiData); + return; + } + } + else { + this._setNodes(data && data.nodes); + this._setEdges(data && data.edges); + } + this._putDataInSector(); + if (disableStart == false) { + if (this.constants.hierarchicalLayout.enabled == true) { + this._resetLevels(); + this._setupHierarchicalLayout(); } + else { + // find a stable position or start animating to a stable position + if (this.constants.stabilize) { + this._stabilize(); + } + } + this.start(); } + this.initializing = false; }; - /** - * Adjust vertical positions of the items without stacking them - * @param {Item[]} items - * All visible items - * @param {{item: {horizontal: number, vertical: number}, axis: number}} margin - * Margins between items and between items and the axis. + * Set options + * @param {Object} options */ - exports.nostack = function(items, margin, subgroups) { - var i, iMax, newTop; + Network.prototype.setOptions = function (options) { + if (options) { + var prop; + var fields = ['nodes','edges','smoothCurves','hierarchicalLayout','clustering','navigation', + 'keyboard','dataManipulation','onAdd','onEdit','onEditEdge','onConnect','onDelete','clickToUse' + ]; + // extend all but the values in fields + util.selectiveNotDeepExtend(fields,this.constants, options); + util.selectiveNotDeepExtend(['color'],this.constants.nodes, options.nodes); + util.selectiveNotDeepExtend(['color','length'],this.constants.edges, options.edges); - // reset top position of all items - for (i = 0, iMax = items.length; i < iMax; i++) { - if (items[i].data.subgroup !== undefined) { - newTop = margin.axis; - for (var subgroup in subgroups) { - if (subgroups.hasOwnProperty(subgroup)) { - if (subgroups[subgroup].visible == true && subgroups[subgroup].index < subgroups[items[i].data.subgroup].index) { - newTop += subgroups[subgroup].height + margin.item.vertical; + if (options.physics) { + util.mergeOptions(this.constants.physics, options.physics,'barnesHut'); + util.mergeOptions(this.constants.physics, options.physics,'repulsion'); + + if (options.physics.hierarchicalRepulsion) { + this.constants.hierarchicalLayout.enabled = true; + this.constants.physics.hierarchicalRepulsion.enabled = true; + this.constants.physics.barnesHut.enabled = false; + for (prop in options.physics.hierarchicalRepulsion) { + if (options.physics.hierarchicalRepulsion.hasOwnProperty(prop)) { + this.constants.physics.hierarchicalRepulsion[prop] = options.physics.hierarchicalRepulsion[prop]; } } } - items[i].top = newTop; } - else { - items[i].top = margin.axis; + + if (options.onAdd) {this.triggerFunctions.add = options.onAdd;} + if (options.onEdit) {this.triggerFunctions.edit = options.onEdit;} + if (options.onEditEdge) {this.triggerFunctions.editEdge = options.onEditEdge;} + if (options.onConnect) {this.triggerFunctions.connect = options.onConnect;} + if (options.onDelete) {this.triggerFunctions.del = options.onDelete;} + + util.mergeOptions(this.constants, options,'smoothCurves'); + util.mergeOptions(this.constants, options,'hierarchicalLayout'); + util.mergeOptions(this.constants, options,'clustering'); + util.mergeOptions(this.constants, options,'navigation'); + util.mergeOptions(this.constants, options,'keyboard'); + util.mergeOptions(this.constants, options,'dataManipulation'); + + + if (options.dataManipulation) { + this.editMode = this.constants.dataManipulation.initiallyVisible; } - } - }; - /** - * Test if the two provided items collide - * The items must have parameters left, width, top, and height. - * @param {Item} a The first item - * @param {Item} b The second item - * @param {{horizontal: number, vertical: number}} margin - * An object containing a horizontal and vertical - * minimum required margin. - * @return {boolean} true if a and b collide, else false - */ - exports.collision = function(a, b, margin) { - return ((a.left - margin.horizontal + EPSILON) < (b.left + b.width) && - (a.left + a.width + margin.horizontal - EPSILON) > b.left && - (a.top - margin.vertical + EPSILON) < (b.top + b.height) && - (a.top + a.height + margin.vertical - EPSILON) > b.top); - }; + // TODO: work out these options and document them + if (options.edges) { + if (options.edges.color !== undefined) { + if (util.isString(options.edges.color)) { + this.constants.edges.color = {}; + this.constants.edges.color.color = options.edges.color; + this.constants.edges.color.highlight = options.edges.color; + this.constants.edges.color.hover = options.edges.color; + } + else { + if (options.edges.color.color !== undefined) {this.constants.edges.color.color = options.edges.color.color;} + if (options.edges.color.highlight !== undefined) {this.constants.edges.color.highlight = options.edges.color.highlight;} + if (options.edges.color.hover !== undefined) {this.constants.edges.color.hover = options.edges.color.hover;} + } + this.constants.edges.inheritColor = false; + } -/***/ }, -/* 29 */ -/***/ function(module, exports, __webpack_require__) { + if (!options.edges.fontColor) { + if (options.edges.color !== undefined) { + if (util.isString(options.edges.color)) {this.constants.edges.fontColor = options.edges.color;} + else if (options.edges.color.color !== undefined) {this.constants.edges.fontColor = options.edges.color.color;} + } + } + } - var Hammer = __webpack_require__(19); - var Item = __webpack_require__(30); + if (options.nodes) { + if (options.nodes.color) { + var newColorObj = util.parseColor(options.nodes.color); + this.constants.nodes.color.background = newColorObj.background; + this.constants.nodes.color.border = newColorObj.border; + this.constants.nodes.color.highlight.background = newColorObj.highlight.background; + this.constants.nodes.color.highlight.border = newColorObj.highlight.border; + this.constants.nodes.color.hover.background = newColorObj.hover.background; + this.constants.nodes.color.hover.border = newColorObj.hover.border; + } + } + if (options.groups) { + for (var groupname in options.groups) { + if (options.groups.hasOwnProperty(groupname)) { + var group = options.groups[groupname]; + this.groups.add(groupname, group); + } + } + } - /** - * @constructor RangeItem - * @extends Item - * @param {Object} data Object containing parameters start, end - * content, className. - * @param {{toScreen: function, toTime: function}} conversion - * Conversion functions from time to screen and vice versa - * @param {Object} [options] Configuration options - * // TODO: describe options - */ - function RangeItem (data, conversion, options) { - this.props = { - content: { - width: 0 + if (options.tooltip) { + for (prop in options.tooltip) { + if (options.tooltip.hasOwnProperty(prop)) { + this.constants.tooltip[prop] = options.tooltip[prop]; + } + } + if (options.tooltip.color) { + this.constants.tooltip.color = util.parseColor(options.tooltip.color); + } } - }; - this.overflow = false; // if contents can overflow (css styling), this flag is set to true - // validate data - if (data) { - if (data.start == undefined) { - throw new Error('Property "start" missing in item ' + data.id); + if ('clickToUse' in options) { + if (options.clickToUse) { + if (!this.activator) { + this.activator = new Activator(this.frame); + this.activator.on('change', this._createKeyBinds.bind(this)); + } + } + else { + if (this.activator) { + this.activator.destroy(); + delete this.activator; + } + } } - if (data.end == undefined) { - throw new Error('Property "end" missing in item ' + data.id); + + if (options.labels) { + throw new Error('Option "labels" is deprecated. Use options "locale" and "locales" instead.'); } - } - Item.call(this, data, conversion, options); - } - RangeItem.prototype = new Item (null, null, null); + // (Re)loading the mixins that can be enabled or disabled in the options. + // load the force calculation functions, grouped under the physics system. + this._loadPhysicsSystem(); + // load the navigation system. + this._loadNavigationControls(); + // load the data manipulation system + this._loadManipulationSystem(); + // configure the smooth curves + this._configureSmoothCurves(); + - RangeItem.prototype.baseClassName = 'item range'; + // bind keys. If disabled, this will not do anything; + this._createKeyBinds(); - /** - * Check whether this item is visible inside given range - * @returns {{start: Number, end: Number}} range with a timestamp for start and end - * @returns {boolean} True if visible - */ - RangeItem.prototype.isVisible = function(range) { - // determine visibility - return (this.data.start < range.end) && (this.data.end > range.start); + this.setSize(this.constants.width, this.constants.height); + this.moving = true; + this.start(); + } }; + + /** - * Repaint the item + * Create the main frame for the Network. + * This function is executed once when a Network object is created. The frame + * contains a canvas, and this canvas contains all objects like the axis and + * nodes. + * @private */ - RangeItem.prototype.redraw = function() { - var dom = this.dom; - if (!dom) { - // create DOM - this.dom = {}; - dom = this.dom; + Network.prototype._create = function () { + // remove all elements from the container element. + while (this.containerElement.hasChildNodes()) { + this.containerElement.removeChild(this.containerElement.firstChild); + } - // background box - dom.box = document.createElement('div'); - // className is updated in redraw() + this.frame = document.createElement('div'); + this.frame.className = 'vis network-frame'; + this.frame.style.position = 'relative'; + this.frame.style.overflow = 'hidden'; - // contents box - dom.content = document.createElement('div'); - dom.content.className = 'content'; - dom.box.appendChild(dom.content); - // attach this item as attribute - dom.box['timeline-item'] = this; + ////////////////////////////////////////////////////////////////// - this.dirty = true; - } + this.frame.canvas = document.createElement("canvas"); + this.frame.canvas.style.position = 'relative'; + this.frame.appendChild(this.frame.canvas); - // append DOM to parent DOM - if (!this.parent) { - throw new Error('Cannot redraw item: no parent attached'); + if (!this.frame.canvas.getContext) { + var noCanvas = document.createElement( 'DIV' ); + noCanvas.style.color = 'red'; + noCanvas.style.fontWeight = 'bold' ; + noCanvas.style.padding = '10px'; + noCanvas.innerHTML = 'Error: your browser does not support HTML canvas'; + this.frame.canvas.appendChild(noCanvas); } - if (!dom.box.parentNode) { - var foreground = this.parent.dom.foreground; - if (!foreground) { - throw new Error('Cannot redraw item: parent has no foreground container element'); - } - foreground.appendChild(dom.box); + else { + var ctx = this.frame.canvas.getContext("2d"); + this.pixelRatio = (window.devicePixelRatio || 1) / (ctx.webkitBackingStorePixelRatio || + ctx.mozBackingStorePixelRatio || + ctx.msBackingStorePixelRatio || + ctx.oBackingStorePixelRatio || + ctx.backingStorePixelRatio || 1); + + this.frame.canvas.getContext("2d").setTransform(this.pixelRatio, 0, 0, this.pixelRatio, 0, 0); } - this.displayed = true; - // Update DOM when item is marked dirty. An item is marked dirty when: - // - the item is not yet rendered - // - the item's data is changed - // - the item is selected/deselected - if (this.dirty) { - this._updateContents(this.dom.content); - this._updateTitle(this.dom.box); - this._updateDataAttributes(this.dom.box); - this._updateStyle(this.dom.box); + ////////////////////////////////////////////////////////////////// - // update class - var className = (this.data.className ? (' ' + this.data.className) : '') + - (this.selected ? ' selected' : ''); - dom.box.className = this.baseClassName + className; - // determine from css whether this box has overflow - this.overflow = window.getComputedStyle(dom.content).overflow !== 'hidden'; + var me = this; + this.drag = {}; + this.pinch = {}; + this.hammer = Hammer(this.frame.canvas, { + prevent_default: true + }); + this.hammer.on('tap', me._onTap.bind(me) ); + this.hammer.on('doubletap', me._onDoubleTap.bind(me) ); + this.hammer.on('hold', me._onHold.bind(me) ); + this.hammer.on('pinch', me._onPinch.bind(me) ); + this.hammer.on('touch', me._onTouch.bind(me) ); + this.hammer.on('dragstart', me._onDragStart.bind(me) ); + this.hammer.on('drag', me._onDrag.bind(me) ); + this.hammer.on('dragend', me._onDragEnd.bind(me) ); + this.hammer.on('mousewheel',me._onMouseWheel.bind(me) ); + this.hammer.on('DOMMouseScroll',me._onMouseWheel.bind(me) ); // for FF + this.hammer.on('mousemove', me._onMouseMoveTitle.bind(me) ); - // recalculate size - // turn off max-width to be able to calculate the real width - // this causes an extra browser repaint/reflow, but so be it - this.dom.content.style.maxWidth = 'none'; - this.props.content.width = this.dom.content.offsetWidth; - this.height = this.dom.box.offsetHeight; - this.dom.content.style.maxWidth = ''; + this.hammerFrame = Hammer(this.frame, { + prevent_default: true + }); + this.hammerFrame.on('release', me._onRelease.bind(me) ); - this.dirty = false; - } + // add the frame to the container element + this.containerElement.appendChild(this.frame); - this._repaintDeleteButton(dom.box); - this._repaintDragLeft(); - this._repaintDragRight(); }; - /** - * Show the item in the DOM (when not already visible). The items DOM will - * be created when needed. - */ - RangeItem.prototype.show = function() { - if (!this.displayed) { - this.redraw(); - } - }; /** - * Hide the item from the DOM (when visible) - * @return {Boolean} changed + * Binding the keys for keyboard navigation. These functions are defined in the NavigationMixin + * @private */ - RangeItem.prototype.hide = function() { - if (this.displayed) { - var box = this.dom.box; + Network.prototype._createKeyBinds = function() { + var me = this; + if (this.keycharm !== undefined) { + this.keycharm.destroy(); + } + this.keycharm = keycharm(); - if (box.parentNode) { - box.parentNode.removeChild(box); - } + this.keycharm.reset(); - this.top = null; - this.left = null; + if (this.constants.keyboard.enabled && this.isActive()) { + this.keycharm.bind("up", this._moveUp.bind(me) , "keydown"); + this.keycharm.bind("up", this._yStopMoving.bind(me), "keyup"); + this.keycharm.bind("down", this._moveDown.bind(me) , "keydown"); + this.keycharm.bind("down", this._yStopMoving.bind(me), "keyup"); + this.keycharm.bind("left", this._moveLeft.bind(me) , "keydown"); + this.keycharm.bind("left", this._xStopMoving.bind(me), "keyup"); + this.keycharm.bind("right",this._moveRight.bind(me), "keydown"); + this.keycharm.bind("right",this._xStopMoving.bind(me), "keyup"); + this.keycharm.bind("=", this._zoomIn.bind(me), "keydown"); + this.keycharm.bind("=", this._stopZoom.bind(me), "keyup"); + this.keycharm.bind("num+", this._zoomIn.bind(me), "keydown"); + this.keycharm.bind("num+", this._stopZoom.bind(me), "keyup"); + this.keycharm.bind("num-", this._zoomOut.bind(me), "keydown"); + this.keycharm.bind("num-", this._stopZoom.bind(me), "keyup"); + this.keycharm.bind("-", this._zoomOut.bind(me), "keydown"); + this.keycharm.bind("-", this._stopZoom.bind(me), "keyup"); + this.keycharm.bind("[", this._zoomIn.bind(me), "keydown"); + this.keycharm.bind("[", this._stopZoom.bind(me), "keyup"); + this.keycharm.bind("]", this._zoomOut.bind(me), "keydown"); + this.keycharm.bind("]", this._stopZoom.bind(me), "keyup"); + this.keycharm.bind("pageup",this._zoomIn.bind(me), "keydown"); + this.keycharm.bind("pageup",this._stopZoom.bind(me), "keyup"); + this.keycharm.bind("pagedown",this._zoomOut.bind(me),"keydown"); + this.keycharm.bind("pagedown",this._stopZoom.bind(me), "keyup"); + } - this.displayed = false; + if (this.constants.dataManipulation.enabled == true) { + this.keycharm.bind("esc",this._createManipulatorBar.bind(me)); + this.keycharm.bind("delete",this._deleteSelected.bind(me)); } }; /** - * Reposition the item horizontally - * @Override + * Cleans up all bindings of the network, removing it fully from the memory IF the variable is set to null after calling this function. + * var network = new vis.Network(..); + * network.destroy(); + * network = null; */ - RangeItem.prototype.repositionX = function() { - var parentWidth = this.parent.width; - var start = this.conversion.toScreen(this.data.start); - var end = this.conversion.toScreen(this.data.end); - var contentLeft; - var contentWidth; - - // limit the width of the this, as browsers cannot draw very wide divs - if (start < -parentWidth) { - start = -parentWidth; - } - if (end > 2 * parentWidth) { - end = 2 * parentWidth; - } - var boxWidth = Math.max(end - start, 1); - - if (this.overflow) { - this.left = start; - this.width = boxWidth + this.props.content.width; - contentWidth = this.props.content.width; + Network.prototype.destroy = function() { + this.start = function () {}; + this.redraw = function () {}; + this.timer = false; - // Note: The calculation of width is an optimistic calculation, giving - // a width which will not change when moving the Timeline - // So no re-stacking needed, which is nicer for the eye; - } - else { - this.left = start; - this.width = boxWidth; - contentWidth = Math.min(end - start - 2 * this.options.padding, this.props.content.width); - } + // cleanup physicsConfiguration if it exists + this._cleanupPhysicsConfiguration(); - this.dom.box.style.left = this.left + 'px'; - this.dom.box.style.width = boxWidth + 'px'; + // remove keybindings + this.keycharm.reset(); - switch (this.options.align) { - case 'left': - this.dom.content.style.left = '0'; - break; + // clear hammer bindings + this.hammer.dispose(); - case 'right': - this.dom.content.style.left = Math.max((boxWidth - contentWidth - 2 * this.options.padding), 0) + 'px'; - break; + // clear events + this.off(); - case 'center': - this.dom.content.style.left = Math.max((boxWidth - contentWidth - 2 * this.options.padding) / 2, 0) + 'px'; - break; + this._recursiveDOMDelete(this.containerElement); + } - default: // 'auto' - // when range exceeds left of the window, position the contents at the left of the visible area - if (this.overflow) { - if (end > 0) { - contentLeft = Math.max(-start, 0); - } - else { - contentLeft = -contentWidth; // ensure it's not visible anymore - } - } - else { - if (start < 0) { - contentLeft = Math.min(-start, - (end - start - contentWidth - 2 * this.options.padding)); - // TODO: remove the need for options.padding. it's terrible. - } - else { - contentLeft = 0; - } - } - this.dom.content.style.left = contentLeft + 'px'; + Network.prototype._recursiveDOMDelete = function(DOMobject) { + while (DOMobject.hasChildNodes() == true) { + this._recursiveDOMDelete(DOMobject.firstChild); + DOMobject.removeChild(DOMobject.firstChild); } - }; + } /** - * Reposition the item vertically - * @Override + * Get the pointer location from a touch location + * @param {{pageX: Number, pageY: Number}} touch + * @return {{x: Number, y: Number}} pointer + * @private */ - RangeItem.prototype.repositionY = function() { - var orientation = this.options.orientation, - box = this.dom.box; - - if (orientation == 'top') { - box.style.top = this.top + 'px'; - } - else { - box.style.top = (this.parent.height - this.top - this.height) + 'px'; - } + Network.prototype._getPointer = function (touch) { + return { + x: touch.pageX - util.getAbsoluteLeft(this.frame.canvas), + y: touch.pageY - util.getAbsoluteTop(this.frame.canvas) + }; }; /** - * Repaint a drag area on the left side of the range when the range is selected - * @protected + * On start of a touch gesture, store the pointer + * @param event + * @private */ - RangeItem.prototype._repaintDragLeft = function () { - if (this.selected && this.options.editable.updateTime && !this.dom.dragLeft) { - // create and show drag area - var dragLeft = document.createElement('div'); - dragLeft.className = 'drag-left'; - dragLeft.dragLeftItem = this; + Network.prototype._onTouch = function (event) { + if (new Date().valueOf() - this.touchTime > 100) { + this.drag.pointer = this._getPointer(event.gesture.center); + this.drag.pinched = false; + this.pinch.scale = this._getScale(); - // TODO: this should be redundant? - Hammer(dragLeft, { - preventDefault: true - }).on('drag', function () { - //console.log('drag left') - }); + // to avoid double fireing of this event because we have two hammer instances. (on canvas and on frame) + this.touchTime = new Date().valueOf(); - this.dom.box.appendChild(dragLeft); - this.dom.dragLeft = dragLeft; - } - else if (!this.selected && this.dom.dragLeft) { - // delete drag area - if (this.dom.dragLeft.parentNode) { - this.dom.dragLeft.parentNode.removeChild(this.dom.dragLeft); - } - this.dom.dragLeft = null; + this._handleTouch(this.drag.pointer); } }; /** - * Repaint a drag area on the right side of the range when the range is selected - * @protected + * handle drag start event + * @private */ - RangeItem.prototype._repaintDragRight = function () { - if (this.selected && this.options.editable.updateTime && !this.dom.dragRight) { - // create and show drag area - var dragRight = document.createElement('div'); - dragRight.className = 'drag-right'; - dragRight.dragRightItem = this; + Network.prototype._onDragStart = function (event) { + this._handleDragStart(event); + }; - // TODO: this should be redundant? - Hammer(dragRight, { - preventDefault: true - }).on('drag', function () { - //console.log('drag right') - }); - this.dom.box.appendChild(dragRight); - this.dom.dragRight = dragRight; - } - else if (!this.selected && this.dom.dragRight) { - // delete drag area - if (this.dom.dragRight.parentNode) { - this.dom.dragRight.parentNode.removeChild(this.dom.dragRight); - } - this.dom.dragRight = null; + /** + * This function is called by _onDragStart. + * It is separated out because we can then overload it for the datamanipulation system. + * + * @private + */ + Network.prototype._handleDragStart = function(event) { + // in case the touch event was triggered on an external div, do the initial touch now. + if (this.drag.pointer === undefined) { + this._onTouch(event); } - }; - module.exports = RangeItem; + var node = this._getNodeAt(this.drag.pointer); + // note: drag.pointer is set in _onTouch to get the initial touch location + + this.drag.dragging = true; + this.drag.selection = []; + this.drag.translation = this._getTranslation(); + this.drag.nodeId = null; + this.draggingNodes = false; + if (node != null && this.constants.dragNodes == true) { + this.draggingNodes = true; + this.drag.nodeId = node.id; + // select the clicked node if not yet selected + if (!node.isSelected()) { + this._selectObject(node,false); + } -/***/ }, -/* 30 */ -/***/ function(module, exports, __webpack_require__) { + this.emit("dragStart",{nodeIds:this.getSelection().nodes}); - var Hammer = __webpack_require__(19); - var util = __webpack_require__(1); + // create an array with the selected nodes and their original location and status + for (var objectId in this.selectionObj.nodes) { + if (this.selectionObj.nodes.hasOwnProperty(objectId)) { + var object = this.selectionObj.nodes[objectId]; + var s = { + id: object.id, + node: object, - /** - * @constructor Item - * @param {Object} data Object containing (optional) parameters type, - * start, end, content, group, className. - * @param {{toScreen: function, toTime: function}} conversion - * Conversion functions from time to screen and vice versa - * @param {Object} options Configuration options - * // TODO: describe available options - */ - function Item (data, conversion, options) { - this.id = null; - this.parent = null; - this.data = data; - this.dom = null; - this.conversion = conversion || {}; - this.options = options || {}; + // store original x, y, xFixed and yFixed, make the node temporarily Fixed + x: object.x, + y: object.y, + xFixed: object.xFixed, + yFixed: object.yFixed + }; - this.selected = false; - this.displayed = false; - this.dirty = true; + object.xFixed = true; + object.yFixed = true; - this.top = null; - this.left = null; - this.width = null; - this.height = null; - } + this.drag.selection.push(s); + } + } + } + }; - Item.prototype.stack = true; /** - * Select current item + * handle drag event + * @private */ - Item.prototype.select = function() { - this.selected = true; - this.dirty = true; - if (this.displayed) this.redraw(); + Network.prototype._onDrag = function (event) { + this._handleOnDrag(event) }; + /** - * Unselect current item + * This function is called by _onDrag. + * It is separated out because we can then overload it for the datamanipulation system. + * + * @private */ - Item.prototype.unselect = function() { - this.selected = false; - this.dirty = true; - if (this.displayed) this.redraw(); + Network.prototype._handleOnDrag = function(event) { + if (this.drag.pinched) { + return; + } + + // remove the focus on node if it is focussed on by the focusOnNode + this.releaseNode(); + + var pointer = this._getPointer(event.gesture.center); + var me = this; + var drag = this.drag; + var selection = drag.selection; + if (selection && selection.length && this.constants.dragNodes == true) { + // calculate delta's and new location + var deltaX = pointer.x - drag.pointer.x; + var deltaY = pointer.y - drag.pointer.y; + + // update position of all selected nodes + selection.forEach(function (s) { + var node = s.node; + + if (!s.xFixed) { + node.x = me._XconvertDOMtoCanvas(me._XconvertCanvasToDOM(s.x) + deltaX); + } + + if (!s.yFixed) { + node.y = me._YconvertDOMtoCanvas(me._YconvertCanvasToDOM(s.y) + deltaY); + } + }); + + + // start _animationStep if not yet running + if (!this.moving) { + this.moving = true; + this.start(); + } + } + else { + // move the network + if (this.constants.dragNetwork == true) { + // if the drag was not started properly because the click started outside the network div, start it now. + if (this.drag.pointer === undefined) { + this._handleDragStart(event); + return; + } + var diffX = pointer.x - this.drag.pointer.x; + var diffY = pointer.y - this.drag.pointer.y; + + this._setTranslation( + this.drag.translation.x + diffX, + this.drag.translation.y + diffY + ); + this._redraw(); + } + } }; /** - * Set data for the item. Existing data will be updated. The id should not - * be changed. When the item is displayed, it will be redrawn immediately. - * @param {Object} data + * handle drag start event + * @private */ - Item.prototype.setData = function(data) { - this.data = data; - this.dirty = true; - if (this.displayed) this.redraw(); + Network.prototype._onDragEnd = function (event) { + this._handleDragEnd(event); }; - /** - * Set a parent for the item - * @param {ItemSet | Group} parent - */ - Item.prototype.setParent = function(parent) { - if (this.displayed) { - this.hide(); - this.parent = parent; - if (this.parent) { - this.show(); - } + + Network.prototype._handleDragEnd = function(event) { + this.drag.dragging = false; + var selection = this.drag.selection; + if (selection && selection.length) { + selection.forEach(function (s) { + // restore original xFixed and yFixed + s.node.xFixed = s.xFixed; + s.node.yFixed = s.yFixed; + }); + this.moving = true; + this.start(); } else { - this.parent = parent; + this._redraw(); + } + if (this.draggingNodes == false) { + this.emit("dragEnd",{nodeIds:[]}); + } + else { + this.emit("dragEnd",{nodeIds:this.getSelection().nodes}); } - }; + } /** - * Check whether this item is visible inside given range - * @returns {{start: Number, end: Number}} range with a timestamp for start and end - * @returns {boolean} True if visible + * handle tap/click event: select/unselect a node + * @private */ - Item.prototype.isVisible = function(range) { - // Should be implemented by Item implementations - return false; - }; + Network.prototype._onTap = function (event) { + var pointer = this._getPointer(event.gesture.center); + this.pointerPosition = pointer; + this._handleTap(pointer); - /** - * Show the Item in the DOM (when not already visible) - * @return {Boolean} changed - */ - Item.prototype.show = function() { - return false; }; + /** - * Hide the Item from the DOM (when visible) - * @return {Boolean} changed + * handle doubletap event + * @private */ - Item.prototype.hide = function() { - return false; + Network.prototype._onDoubleTap = function (event) { + var pointer = this._getPointer(event.gesture.center); + this._handleDoubleTap(pointer); }; + /** - * Repaint the item + * handle long tap event: multi select nodes + * @private */ - Item.prototype.redraw = function() { - // should be implemented by the item + Network.prototype._onHold = function (event) { + var pointer = this._getPointer(event.gesture.center); + this.pointerPosition = pointer; + this._handleOnHold(pointer); }; /** - * Reposition the Item horizontally + * handle the release of the screen + * + * @private */ - Item.prototype.repositionX = function() { - // should be implemented by the item + Network.prototype._onRelease = function (event) { + var pointer = this._getPointer(event.gesture.center); + this._handleOnRelease(pointer); }; /** - * Reposition the Item vertically + * Handle pinch event + * @param event + * @private */ - Item.prototype.repositionY = function() { - // should be implemented by the item + Network.prototype._onPinch = function (event) { + var pointer = this._getPointer(event.gesture.center); + + this.drag.pinched = true; + if (!('scale' in this.pinch)) { + this.pinch.scale = 1; + } + + // TODO: enabled moving while pinching? + var scale = this.pinch.scale * event.gesture.scale; + this._zoom(scale, pointer) }; /** - * Repaint a delete button on the top right of the item when the item is selected - * @param {HTMLElement} anchor - * @protected + * Zoom the network in or out + * @param {Number} scale a number around 1, and between 0.01 and 10 + * @param {{x: Number, y: Number}} pointer Position on screen + * @return {Number} appliedScale scale is limited within the boundaries + * @private */ - Item.prototype._repaintDeleteButton = function (anchor) { - if (this.selected && this.options.editable.remove && !this.dom.deleteButton) { - // create and show button - var me = this; + Network.prototype._zoom = function(scale, pointer) { + if (this.constants.zoomable == true) { + var scaleOld = this._getScale(); + if (scale < 0.00001) { + scale = 0.00001; + } + if (scale > 10) { + scale = 10; + } - var deleteButton = document.createElement('div'); - deleteButton.className = 'delete'; - deleteButton.title = 'Delete this item'; + var preScaleDragPointer = null; + if (this.drag !== undefined) { + if (this.drag.dragging == true) { + preScaleDragPointer = this.DOMtoCanvas(this.drag.pointer); + } + } + // + this.frame.canvas.clientHeight / 2 + var translation = this._getTranslation(); - Hammer(deleteButton, { - preventDefault: true - }).on('tap', function (event) { - me.parent.removeFromDataSet(me); - event.stopPropagation(); - }); + var scaleFrac = scale / scaleOld; + var tx = (1 - scaleFrac) * pointer.x + translation.x * scaleFrac; + var ty = (1 - scaleFrac) * pointer.y + translation.y * scaleFrac; - anchor.appendChild(deleteButton); - this.dom.deleteButton = deleteButton; - } - else if (!this.selected && this.dom.deleteButton) { - // remove button - if (this.dom.deleteButton.parentNode) { - this.dom.deleteButton.parentNode.removeChild(this.dom.deleteButton); + this.areaCenter = {"x" : this._XconvertDOMtoCanvas(pointer.x), + "y" : this._YconvertDOMtoCanvas(pointer.y)}; + + this._setScale(scale); + this._setTranslation(tx, ty); + this.updateClustersDefault(); + + if (preScaleDragPointer != null) { + var postScaleDragPointer = this.canvasToDOM(preScaleDragPointer); + this.drag.pointer.x = postScaleDragPointer.x; + this.drag.pointer.y = postScaleDragPointer.y; } - this.dom.deleteButton = null; + + this._redraw(); + + if (scaleOld < scale) { + this.emit("zoom", {direction:"+"}); + } + else { + this.emit("zoom", {direction:"-"}); + } + + return scale; } }; + /** - * Set HTML contents for the item - * @param {Element} element HTML element to fill with the contents + * Event handler for mouse wheel event, used to zoom the timeline + * See http://adomas.org/javascript-mouse-wheel/ + * https://github.com/EightMedia/hammer.js/issues/256 + * @param {MouseEvent} event * @private */ - Item.prototype._updateContents = function (element) { - var content; - if (this.options.template) { - var itemData = this.parent.itemSet.itemsData.get(this.id); // get a clone of the data from the dataset - content = this.options.template(itemData); - } - else { - content = this.data.content; + Network.prototype._onMouseWheel = function(event) { + // retrieve delta + var delta = 0; + if (event.wheelDelta) { /* IE/Opera. */ + delta = event.wheelDelta/120; + } else if (event.detail) { /* Mozilla case. */ + // In Mozilla, sign of delta is different than in IE. + // Also, delta is multiple of 3. + delta = -event.detail/3; } - if(content !== this.content) { - // only replace the content when changed - if (content instanceof Element) { - element.innerHTML = ''; - element.appendChild(content); - } - else if (content != undefined) { - element.innerHTML = content; - } - else { - if (!(this.data.type == 'background' && this.data.content === undefined)) { - throw new Error('Property "content" missing in item ' + this.id); - } + // If delta is nonzero, handle it. + // Basically, delta is now positive if wheel was scrolled up, + // and negative, if wheel was scrolled down. + if (delta) { + + // calculate the new scale + var scale = this._getScale(); + var zoom = delta / 10; + if (delta < 0) { + zoom = zoom / (1 - zoom); } + scale *= (1 + zoom); - this.content = content; + // calculate the pointer location + var gesture = hammerUtil.fakeGesture(this, event); + var pointer = this._getPointer(gesture.center); + + // apply the new scale + this._zoom(scale, pointer); } + + // Prevent default actions caused by mouse wheel. + event.preventDefault(); }; + /** - * Set HTML contents for the item - * @param {Element} element HTML element to fill with the contents + * Mouse move handler for checking whether the title moves over a node with a title. + * @param {Event} event * @private */ - Item.prototype._updateTitle = function (element) { - if (this.data.title != null) { - element.title = this.data.title || ''; + Network.prototype._onMouseMoveTitle = function (event) { + var gesture = hammerUtil.fakeGesture(this, event); + var pointer = this._getPointer(gesture.center); + + // check if the previously selected node is still selected + if (this.popupObj) { + this._checkHidePopup(pointer); } - else { - element.removeAttribute('title'); + + // start a timeout that will check if the mouse is positioned above + // an element + var me = this; + var checkShow = function() { + me._checkShowPopup(pointer); + }; + if (this.popupTimer) { + clearInterval(this.popupTimer); // stop any running calculationTimer + } + if (!this.drag.dragging) { + this.popupTimer = setTimeout(checkShow, this.constants.tooltip.delay); + } + + + /** + * Adding hover highlights + */ + if (this.constants.hover == true) { + // removing all hover highlights + for (var edgeId in this.hoverObj.edges) { + if (this.hoverObj.edges.hasOwnProperty(edgeId)) { + this.hoverObj.edges[edgeId].hover = false; + delete this.hoverObj.edges[edgeId]; + } + } + + // adding hover highlights + var obj = this._getNodeAt(pointer); + if (obj == null) { + obj = this._getEdgeAt(pointer); + } + if (obj != null) { + this._hoverObject(obj); + } + + // removing all node hover highlights except for the selected one. + for (var nodeId in this.hoverObj.nodes) { + if (this.hoverObj.nodes.hasOwnProperty(nodeId)) { + if (obj instanceof Node && obj.id != nodeId || obj instanceof Edge || obj == null) { + this._blurObject(this.hoverObj.nodes[nodeId]); + delete this.hoverObj.nodes[nodeId]; + } + } + } + this.redraw(); } }; /** - * Process dataAttributes timeline option and set as data- attributes on dom.content - * @param {Element} element HTML element to which the attributes will be attached + * Check if there is an element on the given position in the network + * (a node or edge). If so, and if this element has a title, + * show a popup window with its title. + * + * @param {{x:Number, y:Number}} pointer * @private */ - Item.prototype._updateDataAttributes = function(element) { - if (this.options.dataAttributes && this.options.dataAttributes.length > 0) { - var attributes = []; + Network.prototype._checkShowPopup = function (pointer) { + var obj = { + left: this._XconvertDOMtoCanvas(pointer.x), + top: this._YconvertDOMtoCanvas(pointer.y), + right: this._XconvertDOMtoCanvas(pointer.x), + bottom: this._YconvertDOMtoCanvas(pointer.y) + }; - if (Array.isArray(this.options.dataAttributes)) { - attributes = this.options.dataAttributes; + var id; + var lastPopupNode = this.popupObj; + var nodeUnderCursor = false; + + if (this.popupObj == undefined) { + // search the nodes for overlap, select the top one in case of multiple nodes + var nodes = this.nodes; + var overlappingNodes = []; + for (id in nodes) { + if (nodes.hasOwnProperty(id)) { + var node = nodes[id]; + if (node.isOverlappingWith(obj)) { + if (node.getTitle() !== undefined) { + overlappingNodes.push(id); + } + } + } } - else if (this.options.dataAttributes == 'all') { - attributes = Object.keys(this.data); + + if (overlappingNodes.length > 0) { + // if there are overlapping nodes, select the last one, this is the + // one which is drawn on top of the others + this.popupObj = this.nodes[overlappingNodes[overlappingNodes.length - 1]]; + // if you hover over a node, the title of the edge is not supposed to be shown. + nodeUnderCursor = true; } - else { - return; + } + + if (this.popupObj === undefined && nodeUnderCursor == false) { + // search the edges for overlap + var edges = this.edges; + var overlappingEdges = []; + for (id in edges) { + if (edges.hasOwnProperty(id)) { + var edge = edges[id]; + if (edge.connected && (edge.getTitle() !== undefined) && + edge.isOverlappingWith(obj)) { + overlappingEdges.push(id); + } + } } - for (var i = 0; i < attributes.length; i++) { - var name = attributes[i]; - var value = this.data[name]; + if (overlappingEdges.length > 0) { + this.popupObj = this.edges[overlappingEdges[overlappingEdges.length - 1]]; + } + } - if (value != null) { - element.setAttribute('data-' + name, value); - } - else { - element.removeAttribute('data-' + name); + if (this.popupObj) { + // show popup message window + if (this.popupObj != lastPopupNode) { + var me = this; + if (!me.popup) { + me.popup = new Popup(me.frame, me.constants.tooltip); } + + // adjust a small offset such that the mouse cursor is located in the + // bottom left location of the popup, and you can easily move over the + // popup area + me.popup.setPosition(pointer.x - 3, pointer.y - 3); + me.popup.setText(me.popupObj.getTitle()); + me.popup.show(); + } + } + else { + if (this.popup) { + this.popup.hide(); } } }; + /** - * Update custom styles of the element - * @param element + * Check if the popup must be hided, which is the case when the mouse is no + * longer hovering on the object + * @param {{x:Number, y:Number}} pointer * @private */ - Item.prototype._updateStyle = function(element) { - // remove old styles - if (this.style) { - util.removeCssText(element, this.style); - this.style = null; - } - - // append new styles - if (this.data.style) { - util.addCssText(element, this.data.style); - this.style = this.data.style; + Network.prototype._checkHidePopup = function (pointer) { + if (!this.popupObj || !this._getNodeAt(pointer) ) { + this.popupObj = undefined; + if (this.popup) { + this.popup.hide(); + } } }; - module.exports = Item; + /** + * Set a new size for the network + * @param {string} width Width in pixels or percentage (for example '800px' + * or '50%') + * @param {string} height Height in pixels or percentage (for example '400px' + * or '30%') + */ + Network.prototype.setSize = function(width, height) { + var emitEvent = false; + var oldWidth = this.frame.canvas.width; + var oldHeight = this.frame.canvas.height; + if (width != this.constants.width || height != this.constants.height || this.frame.style.width != width || this.frame.style.height != height) { + this.frame.style.width = width; + this.frame.style.height = height; -/***/ }, -/* 31 */ -/***/ function(module, exports, __webpack_require__) { + this.frame.canvas.style.width = '100%'; + this.frame.canvas.style.height = '100%'; - var util = __webpack_require__(1); - var Group = __webpack_require__(27); + this.frame.canvas.width = this.frame.canvas.clientWidth * this.pixelRatio; + this.frame.canvas.height = this.frame.canvas.clientHeight * this.pixelRatio; - /** - * @constructor BackgroundGroup - * @param {Number | String} groupId - * @param {Object} data - * @param {ItemSet} itemSet - */ - function BackgroundGroup (groupId, data, itemSet) { - Group.call(this, groupId, data, itemSet); + this.constants.width = width; + this.constants.height = height; - this.width = 0; - this.height = 0; - this.top = 0; - this.left = 0; - } + emitEvent = true; + } + else { + // this would adapt the width of the canvas to the width from 100% if and only if + // there is a change. - BackgroundGroup.prototype = Object.create(Group.prototype); + if (this.frame.canvas.width != this.frame.canvas.clientWidth * this.pixelRatio) { + this.frame.canvas.width = this.frame.canvas.clientWidth * this.pixelRatio; + emitEvent = true; + } + if (this.frame.canvas.height != this.frame.canvas.clientHeight * this.pixelRatio) { + this.frame.canvas.height = this.frame.canvas.clientHeight * this.pixelRatio; + emitEvent = true; + } + } + + if (emitEvent == true) { + this.emit('resize', {width:this.frame.canvas.width * this.pixelRatio,height:this.frame.canvas.height * this.pixelRatio, oldWidth: oldWidth * this.pixelRatio, oldHeight: oldHeight * this.pixelRatio}); + } + }; /** - * Repaint this group - * @param {{start: number, end: number}} range - * @param {{item: {horizontal: number, vertical: number}, axis: number}} margin - * @param {boolean} [restack=false] Force restacking of all items - * @return {boolean} Returns true if the group is resized + * Set a data set with nodes for the network + * @param {Array | DataSet | DataView} nodes The data containing the nodes. + * @private */ - BackgroundGroup.prototype.redraw = function(range, margin, restack) { - var resized = false; + Network.prototype._setNodes = function(nodes) { + var oldNodesData = this.nodesData; - this.visibleItems = this._updateVisibleItems(this.orderedItems, this.visibleItems, range); + if (nodes instanceof DataSet || nodes instanceof DataView) { + this.nodesData = nodes; + } + else if (Array.isArray(nodes)) { + this.nodesData = new DataSet(); + this.nodesData.add(nodes); + } + else if (!nodes) { + this.nodesData = new DataSet(); + } + else { + throw new TypeError('Array or DataSet expected'); + } - // calculate actual size - this.width = this.dom.background.offsetWidth; + if (oldNodesData) { + // unsubscribe from old dataset + util.forEach(this.nodesListeners, function (callback, event) { + oldNodesData.off(event, callback); + }); + } - // apply new height (just always zero for BackgroundGroup - this.dom.background.style.height = '0'; + // remove drawn nodes + this.nodes = {}; - // update vertical position of items after they are re-stacked and the height of the group is calculated - for (var i = 0, ii = this.visibleItems.length; i < ii; i++) { - var item = this.visibleItems[i]; - item.repositionY(margin); - } + if (this.nodesData) { + // subscribe to new dataset + var me = this; + util.forEach(this.nodesListeners, function (callback, event) { + me.nodesData.on(event, callback); + }); - return resized; + // draw all new nodes + var ids = this.nodesData.getIds(); + this._addNodes(ids); + } + this._updateSelection(); }; /** - * Show this group: attach to the DOM + * Add nodes + * @param {Number[] | String[]} ids + * @private */ - BackgroundGroup.prototype.show = function() { - if (!this.dom.background.parentNode) { - this.itemSet.dom.background.appendChild(this.dom.background); + Network.prototype._addNodes = function(ids) { + var id; + for (var i = 0, len = ids.length; i < len; i++) { + id = ids[i]; + var data = this.nodesData.get(id); + var node = new Node(data, this.images, this.groups, this.constants); + this.nodes[id] = node; // note: this may replace an existing node + if ((node.xFixed == false || node.yFixed == false) && (node.x === null || node.y === null)) { + var radius = 10 * 0.1*ids.length + 10; + var angle = 2 * Math.PI * Math.random(); + if (node.xFixed == false) {node.x = radius * Math.cos(angle);} + if (node.yFixed == false) {node.y = radius * Math.sin(angle);} + } + this.moving = true; } - }; - - module.exports = BackgroundGroup; - - -/***/ }, -/* 32 */ -/***/ function(module, exports, __webpack_require__) { - var Item = __webpack_require__(30); - var util = __webpack_require__(1); + this._updateNodeIndexList(); + if (this.constants.hierarchicalLayout.enabled == true && this.initializing == false) { + this._resetLevels(); + this._setupHierarchicalLayout(); + } + this._updateCalculationNodes(); + this._reconnectEdges(); + this._updateValueRange(this.nodes); + this.updateLabels(); + }; /** - * @constructor BoxItem - * @extends Item - * @param {Object} data Object containing parameters start - * content, className. - * @param {{toScreen: function, toTime: function}} conversion - * Conversion functions from time to screen and vice versa - * @param {Object} [options] Configuration options - * // TODO: describe available options + * Update existing nodes, or create them when not yet existing + * @param {Number[] | String[]} ids + * @private */ - function BoxItem (data, conversion, options) { - this.props = { - dot: { - width: 0, - height: 0 - }, - line: { - width: 0, - height: 0 + Network.prototype._updateNodes = function(ids,changedData) { + var nodes = this.nodes; + for (var i = 0, len = ids.length; i < len; i++) { + var id = ids[i]; + var node = nodes[id]; + var data = changedData[i]; + if (node) { + // update node + node.setProperties(data, this.constants); } - }; - - // validate data - if (data) { - if (data.start == undefined) { - throw new Error('Property "start" missing in item ' + data); + else { + // create node + node = new Node(properties, this.images, this.groups, this.constants); + nodes[id] = node; } } - - Item.call(this, data, conversion, options); - } - - BoxItem.prototype = new Item (null, null, null); + this.moving = true; + if (this.constants.hierarchicalLayout.enabled == true && this.initializing == false) { + this._resetLevels(); + this._setupHierarchicalLayout(); + } + this._updateNodeIndexList(); + this._updateValueRange(nodes); + }; /** - * Check whether this item is visible inside given range - * @returns {{start: Number, end: Number}} range with a timestamp for start and end - * @returns {boolean} True if visible + * Remove existing nodes. If nodes do not exist, the method will just ignore it. + * @param {Number[] | String[]} ids + * @private */ - BoxItem.prototype.isVisible = function(range) { - // determine visibility - // TODO: account for the real width of the item. Right now we just add 1/4 to the window - var interval = (range.end - range.start) / 4; - return (this.data.start > range.start - interval) && (this.data.start < range.end + interval); + Network.prototype._removeNodes = function(ids) { + var nodes = this.nodes; + for (var i = 0, len = ids.length; i < len; i++) { + var id = ids[i]; + delete nodes[id]; + } + this._updateNodeIndexList(); + if (this.constants.hierarchicalLayout.enabled == true && this.initializing == false) { + this._resetLevels(); + this._setupHierarchicalLayout(); + } + this._updateCalculationNodes(); + this._reconnectEdges(); + this._updateSelection(); + this._updateValueRange(nodes); }; /** - * Repaint the item + * Load edges by reading the data table + * @param {Array | DataSet | DataView} edges The data containing the edges. + * @private + * @private */ - BoxItem.prototype.redraw = function() { - var dom = this.dom; - if (!dom) { - // create DOM - this.dom = {}; - dom = this.dom; - - // create main box - dom.box = document.createElement('DIV'); - - // contents box (inside the background box). used for making margins - dom.content = document.createElement('DIV'); - dom.content.className = 'content'; - dom.box.appendChild(dom.content); - - // line to axis - dom.line = document.createElement('DIV'); - dom.line.className = 'line'; - - // dot on axis - dom.dot = document.createElement('DIV'); - dom.dot.className = 'dot'; - - // attach this item as attribute - dom.box['timeline-item'] = this; - - this.dirty = true; - } + Network.prototype._setEdges = function(edges) { + var oldEdgesData = this.edgesData; - // append DOM to parent DOM - if (!this.parent) { - throw new Error('Cannot redraw item: no parent attached'); + if (edges instanceof DataSet || edges instanceof DataView) { + this.edgesData = edges; } - if (!dom.box.parentNode) { - var foreground = this.parent.dom.foreground; - if (!foreground) throw new Error('Cannot redraw item: parent has no foreground container element'); - foreground.appendChild(dom.box); + else if (Array.isArray(edges)) { + this.edgesData = new DataSet(); + this.edgesData.add(edges); } - if (!dom.line.parentNode) { - var background = this.parent.dom.background; - if (!background) throw new Error('Cannot redraw item: parent has no background container element'); - background.appendChild(dom.line); + else if (!edges) { + this.edgesData = new DataSet(); } - if (!dom.dot.parentNode) { - var axis = this.parent.dom.axis; - if (!background) throw new Error('Cannot redraw item: parent has no axis container element'); - axis.appendChild(dom.dot); + else { + throw new TypeError('Array or DataSet expected'); } - this.displayed = true; - // Update DOM when item is marked dirty. An item is marked dirty when: - // - the item is not yet rendered - // - the item's data is changed - // - the item is selected/deselected - if (this.dirty) { - this._updateContents(this.dom.content); - this._updateTitle(this.dom.box); - this._updateDataAttributes(this.dom.box); - this._updateStyle(this.dom.box); + if (oldEdgesData) { + // unsubscribe from old dataset + util.forEach(this.edgesListeners, function (callback, event) { + oldEdgesData.off(event, callback); + }); + } - // update class - var className = (this.data.className? ' ' + this.data.className : '') + - (this.selected ? ' selected' : ''); - dom.box.className = 'item box' + className; - dom.line.className = 'item line' + className; - dom.dot.className = 'item dot' + className; + // remove drawn edges + this.edges = {}; - // recalculate size - this.props.dot.height = dom.dot.offsetHeight; - this.props.dot.width = dom.dot.offsetWidth; - this.props.line.width = dom.line.offsetWidth; - this.width = dom.box.offsetWidth; - this.height = dom.box.offsetHeight; + if (this.edgesData) { + // subscribe to new dataset + var me = this; + util.forEach(this.edgesListeners, function (callback, event) { + me.edgesData.on(event, callback); + }); - this.dirty = false; + // draw all new nodes + var ids = this.edgesData.getIds(); + this._addEdges(ids); } - this._repaintDeleteButton(dom.box); + this._reconnectEdges(); }; /** - * Show the item in the DOM (when not already displayed). The items DOM will - * be created when needed. + * Add edges + * @param {Number[] | String[]} ids + * @private */ - BoxItem.prototype.show = function() { - if (!this.displayed) { - this.redraw(); + Network.prototype._addEdges = function (ids) { + var edges = this.edges, + edgesData = this.edgesData; + + for (var i = 0, len = ids.length; i < len; i++) { + var id = ids[i]; + + var oldEdge = edges[id]; + if (oldEdge) { + oldEdge.disconnect(); + } + + var data = edgesData.get(id, {"showInternalIds" : true}); + edges[id] = new Edge(data, this, this.constants); + } + this.moving = true; + this._updateValueRange(edges); + this._createBezierNodes(); + this._updateCalculationNodes(); + if (this.constants.hierarchicalLayout.enabled == true && this.initializing == false) { + this._resetLevels(); + this._setupHierarchicalLayout(); } }; /** - * Hide the item from the DOM (when visible) + * Update existing edges, or create them when not yet existing + * @param {Number[] | String[]} ids + * @private */ - BoxItem.prototype.hide = function() { - if (this.displayed) { - var dom = this.dom; - - if (dom.box.parentNode) dom.box.parentNode.removeChild(dom.box); - if (dom.line.parentNode) dom.line.parentNode.removeChild(dom.line); - if (dom.dot.parentNode) dom.dot.parentNode.removeChild(dom.dot); + Network.prototype._updateEdges = function (ids) { + var edges = this.edges, + edgesData = this.edgesData; + for (var i = 0, len = ids.length; i < len; i++) { + var id = ids[i]; - this.top = null; - this.left = null; + var data = edgesData.get(id); + var edge = edges[id]; + if (edge) { + // update edge + edge.disconnect(); + edge.setProperties(data, this.constants); + edge.connect(); + } + else { + // create edge + edge = new Edge(data, this, this.constants); + this.edges[id] = edge; + } + } - this.displayed = false; + this._createBezierNodes(); + if (this.constants.hierarchicalLayout.enabled == true && this.initializing == false) { + this._resetLevels(); + this._setupHierarchicalLayout(); } + this.moving = true; + this._updateValueRange(edges); }; /** - * Reposition the item horizontally - * @Override + * Remove existing edges. Non existing ids will be ignored + * @param {Number[] | String[]} ids + * @private */ - BoxItem.prototype.repositionX = function() { - var start = this.conversion.toScreen(this.data.start); - var align = this.options.align; - var left; - var box = this.dom.box; - var line = this.dom.line; - var dot = this.dom.dot; - - // calculate left position of the box - if (align == 'right') { - this.left = start - this.width; - } - else if (align == 'left') { - this.left = start; - } - else { - // default or 'center' - this.left = start - this.width / 2; + Network.prototype._removeEdges = function (ids) { + var edges = this.edges; + for (var i = 0, len = ids.length; i < len; i++) { + var id = ids[i]; + var edge = edges[id]; + if (edge) { + if (edge.via != null) { + delete this.sectors['support']['nodes'][edge.via.id]; + } + edge.disconnect(); + delete edges[id]; + } } - // reposition box - box.style.left = this.left + 'px'; - - // reposition line - line.style.left = (start - this.props.line.width / 2) + 'px'; - - // reposition dot - dot.style.left = (start - this.props.dot.width / 2) + 'px'; + this.moving = true; + this._updateValueRange(edges); + if (this.constants.hierarchicalLayout.enabled == true && this.initializing == false) { + this._resetLevels(); + this._setupHierarchicalLayout(); + } + this._updateCalculationNodes(); }; /** - * Reposition the item vertically - * @Override + * Reconnect all edges + * @private */ - BoxItem.prototype.repositionY = function() { - var orientation = this.options.orientation; - var box = this.dom.box; - var line = this.dom.line; - var dot = this.dom.dot; - - if (orientation == 'top') { - box.style.top = (this.top || 0) + 'px'; - - line.style.top = '0'; - line.style.height = (this.parent.top + this.top + 1) + 'px'; - line.style.bottom = ''; + Network.prototype._reconnectEdges = function() { + var id, + nodes = this.nodes, + edges = this.edges; + for (id in nodes) { + if (nodes.hasOwnProperty(id)) { + nodes[id].edges = []; + nodes[id].dynamicEdges = []; + } } - else { // orientation 'bottom' - var itemSetHeight = this.parent.itemSet.props.height; // TODO: this is nasty - var lineHeight = itemSetHeight - this.parent.top - this.parent.height + this.top; - box.style.top = (this.parent.height - this.top - this.height || 0) + 'px'; - line.style.top = (itemSetHeight - lineHeight) + 'px'; - line.style.bottom = '0'; + for (id in edges) { + if (edges.hasOwnProperty(id)) { + var edge = edges[id]; + edge.from = null; + edge.to = null; + edge.connect(); + } } - - dot.style.top = (-this.props.dot.height / 2) + 'px'; }; - module.exports = BoxItem; - - -/***/ }, -/* 33 */ -/***/ function(module, exports, __webpack_require__) { - - var Item = __webpack_require__(30); - /** - * @constructor PointItem - * @extends Item - * @param {Object} data Object containing parameters start - * content, className. - * @param {{toScreen: function, toTime: function}} conversion - * Conversion functions from time to screen and vice versa - * @param {Object} [options] Configuration options - * // TODO: describe available options + * Update the values of all object in the given array according to the current + * value range of the objects in the array. + * @param {Object} obj An object containing a set of Edges or Nodes + * The objects must have a method getValue() and + * setValueRange(min, max). + * @private */ - function PointItem (data, conversion, options) { - this.props = { - dot: { - top: 0, - width: 0, - height: 0 - }, - content: { - height: 0, - marginLeft: 0 - } - }; + Network.prototype._updateValueRange = function(obj) { + var id; - // validate data - if (data) { - if (data.start == undefined) { - throw new Error('Property "start" missing in item ' + data); + // determine the range of the objects + var valueMin = undefined; + var valueMax = undefined; + for (id in obj) { + if (obj.hasOwnProperty(id)) { + var value = obj[id].getValue(); + if (value !== undefined) { + valueMin = (valueMin === undefined) ? value : Math.min(value, valueMin); + valueMax = (valueMax === undefined) ? value : Math.max(value, valueMax); + } } } - Item.call(this, data, conversion, options); - } - - PointItem.prototype = new Item (null, null, null); + // adjust the range of all objects + if (valueMin !== undefined && valueMax !== undefined) { + for (id in obj) { + if (obj.hasOwnProperty(id)) { + obj[id].setValueRange(valueMin, valueMax); + } + } + } + }; /** - * Check whether this item is visible inside given range - * @returns {{start: Number, end: Number}} range with a timestamp for start and end - * @returns {boolean} True if visible + * Redraw the network with the current data + * chart will be resized too. */ - PointItem.prototype.isVisible = function(range) { - // determine visibility - // TODO: account for the real width of the item. Right now we just add 1/4 to the window - var interval = (range.end - range.start) / 4; - return (this.data.start > range.start - interval) && (this.data.start < range.end + interval); + Network.prototype.redraw = function() { + this.setSize(this.constants.width, this.constants.height); + this._redraw(); }; /** - * Repaint the item + * Redraw the network with the current data + * @param hidden | used to get the first estimate of the node sizes. only the nodes are drawn after which they are quickly drawn over. + * @private */ - PointItem.prototype.redraw = function() { - var dom = this.dom; - if (!dom) { - // create DOM - this.dom = {}; - dom = this.dom; + Network.prototype._redraw = function(hidden) { + var ctx = this.frame.canvas.getContext('2d'); - // background box - dom.point = document.createElement('div'); - // className is updated in redraw() + ctx.setTransform(this.pixelRatio, 0, 0, this.pixelRatio, 0, 0); - // contents box, right from the dot - dom.content = document.createElement('div'); - dom.content.className = 'content'; - dom.point.appendChild(dom.content); + // clear the canvas + var w = this.frame.canvas.width * this.pixelRatio; + var h = this.frame.canvas.height * this.pixelRatio; + ctx.clearRect(0, 0, w, h); - // dot at start - dom.dot = document.createElement('div'); - dom.point.appendChild(dom.dot); + // set scaling and translation + ctx.save(); + ctx.translate(this.translation.x, this.translation.y); + ctx.scale(this.scale, this.scale); - // attach this item as attribute - dom.point['timeline-item'] = this; + this.canvasTopLeft = { + "x": this._XconvertDOMtoCanvas(0), + "y": this._YconvertDOMtoCanvas(0) + }; + this.canvasBottomRight = { + "x": this._XconvertDOMtoCanvas(this.frame.canvas.clientWidth * this.pixelRatio), + "y": this._YconvertDOMtoCanvas(this.frame.canvas.clientHeight * this.pixelRatio) + }; - this.dirty = true; + if (!(hidden == true)) { + this._doInAllSectors("_drawAllSectorNodes", ctx); + if (this.drag.dragging == false || this.drag.dragging === undefined || this.constants.hideEdgesOnDrag == false) { + this._doInAllSectors("_drawEdges", ctx); + } } - // append DOM to parent DOM - if (!this.parent) { - throw new Error('Cannot redraw item: no parent attached'); + if (this.drag.dragging == false || this.drag.dragging === undefined || this.constants.hideNodesOnDrag == false) { + this._doInAllSectors("_drawNodes",ctx,false); } - if (!dom.point.parentNode) { - var foreground = this.parent.dom.foreground; - if (!foreground) { - throw new Error('Cannot redraw item: parent has no foreground container element'); + + if (!(hidden == true)) { + if (this.controlNodesActive == true) { + this._doInAllSectors("_drawControlNodes", ctx); } - foreground.appendChild(dom.point); } - this.displayed = true; - - // Update DOM when item is marked dirty. An item is marked dirty when: - // - the item is not yet rendered - // - the item's data is changed - // - the item is selected/deselected - if (this.dirty) { - this._updateContents(this.dom.content); - this._updateTitle(this.dom.point); - this._updateDataAttributes(this.dom.point); - this._updateStyle(this.dom.point); - // update class - var className = (this.data.className? ' ' + this.data.className : '') + - (this.selected ? ' selected' : ''); - dom.point.className = 'item point' + className; - dom.dot.className = 'item dot' + className; + // this._doInSupportSector("_drawNodes",ctx,true); + // this._drawTree(ctx,"#F00F0F"); - // recalculate size - this.width = dom.point.offsetWidth; - this.height = dom.point.offsetHeight; - this.props.dot.width = dom.dot.offsetWidth; - this.props.dot.height = dom.dot.offsetHeight; - this.props.content.height = dom.content.offsetHeight; + // restore original scaling and translation + ctx.restore(); - // resize contents - dom.content.style.marginLeft = 2 * this.props.dot.width + 'px'; - //dom.content.style.marginRight = ... + 'px'; // TODO: margin right + if (hidden == true) { + ctx.clearRect(0, 0, w, h); + } + }; - dom.dot.style.top = ((this.height - this.props.dot.height) / 2) + 'px'; - dom.dot.style.left = (this.props.dot.width / 2) + 'px'; + /** + * Set the translation of the network + * @param {Number} offsetX Horizontal offset + * @param {Number} offsetY Vertical offset + * @private + */ + Network.prototype._setTranslation = function(offsetX, offsetY) { + if (this.translation === undefined) { + this.translation = { + x: 0, + y: 0 + }; + } - this.dirty = false; + if (offsetX !== undefined) { + this.translation.x = offsetX; + } + if (offsetY !== undefined) { + this.translation.y = offsetY; } - this._repaintDeleteButton(dom.point); + this.emit('viewChanged'); }; /** - * Show the item in the DOM (when not already visible). The items DOM will - * be created when needed. + * Get the translation of the network + * @return {Object} translation An object with parameters x and y, both a number + * @private */ - PointItem.prototype.show = function() { - if (!this.displayed) { - this.redraw(); - } + Network.prototype._getTranslation = function() { + return { + x: this.translation.x, + y: this.translation.y + }; }; /** - * Hide the item from the DOM (when visible) + * Scale the network + * @param {Number} scale Scaling factor 1.0 is unscaled + * @private */ - PointItem.prototype.hide = function() { - if (this.displayed) { - if (this.dom.point.parentNode) { - this.dom.point.parentNode.removeChild(this.dom.point); - } - - this.top = null; - this.left = null; - - this.displayed = false; - } + Network.prototype._setScale = function(scale) { + this.scale = scale; }; /** - * Reposition the item horizontally - * @Override + * Get the current scale of the network + * @return {Number} scale Scaling factor 1.0 is unscaled + * @private */ - PointItem.prototype.repositionX = function() { - var start = this.conversion.toScreen(this.data.start); - - this.left = start - this.props.dot.width; - - // reposition point - this.dom.point.style.left = this.left + 'px'; + Network.prototype._getScale = function() { + return this.scale; }; /** - * Reposition the item vertically - * @Override + * Convert the X coordinate in DOM-space (coordinate point in browser relative to the container div) to + * the X coordinate in canvas-space (the simulation sandbox, which the camera looks upon) + * @param {number} x + * @returns {number} + * @private */ - PointItem.prototype.repositionY = function() { - var orientation = this.options.orientation, - point = this.dom.point; - - if (orientation == 'top') { - point.style.top = this.top + 'px'; - } - else { - point.style.top = (this.parent.height - this.top - this.height) + 'px'; - } + Network.prototype._XconvertDOMtoCanvas = function(x) { + return (x - this.translation.x) / this.scale; }; - module.exports = PointItem; - - -/***/ }, -/* 34 */ -/***/ function(module, exports, __webpack_require__) { - - var Hammer = __webpack_require__(19); - var Item = __webpack_require__(30); - var BackgroundGroup = __webpack_require__(31); - var RangeItem = __webpack_require__(29); - /** - * @constructor BackgroundItem - * @extends Item - * @param {Object} data Object containing parameters start, end - * content, className. - * @param {{toScreen: function, toTime: function}} conversion - * Conversion functions from time to screen and vice versa - * @param {Object} [options] Configuration options - * // TODO: describe options + * Convert the X coordinate in canvas-space (the simulation sandbox, which the camera looks upon) to + * the X coordinate in DOM-space (coordinate point in browser relative to the container div) + * @param {number} x + * @returns {number} + * @private */ - // TODO: implement support for the BackgroundItem just having a start, then being displayed as a sort of an annotation - function BackgroundItem (data, conversion, options) { - this.props = { - content: { - width: 0 - } - }; - this.overflow = false; // if contents can overflow (css styling), this flag is set to true - - // validate data - if (data) { - if (data.start == undefined) { - throw new Error('Property "start" missing in item ' + data.id); - } - if (data.end == undefined) { - throw new Error('Property "end" missing in item ' + data.id); - } - } - - Item.call(this, data, conversion, options); + Network.prototype._XconvertCanvasToDOM = function(x) { + return x * this.scale + this.translation.x; + }; - this.emptyContent = false; - } + /** + * Convert the Y coordinate in DOM-space (coordinate point in browser relative to the container div) to + * the Y coordinate in canvas-space (the simulation sandbox, which the camera looks upon) + * @param {number} y + * @returns {number} + * @private + */ + Network.prototype._YconvertDOMtoCanvas = function(y) { + return (y - this.translation.y) / this.scale; + }; - BackgroundItem.prototype = new Item (null, null, null); + /** + * Convert the Y coordinate in canvas-space (the simulation sandbox, which the camera looks upon) to + * the Y coordinate in DOM-space (coordinate point in browser relative to the container div) + * @param {number} y + * @returns {number} + * @private + */ + Network.prototype._YconvertCanvasToDOM = function(y) { + return y * this.scale + this.translation.y ; + }; - BackgroundItem.prototype.baseClassName = 'item background'; - BackgroundItem.prototype.stack = false; /** - * Check whether this item is visible inside given range - * @returns {{start: Number, end: Number}} range with a timestamp for start and end - * @returns {boolean} True if visible + * + * @param {object} pos = {x: number, y: number} + * @returns {{x: number, y: number}} + * @constructor */ - BackgroundItem.prototype.isVisible = function(range) { - // determine visibility - return (this.data.start < range.end) && (this.data.end > range.start); + Network.prototype.canvasToDOM = function (pos) { + return {x: this._XconvertCanvasToDOM(pos.x), y: this._YconvertCanvasToDOM(pos.y)}; }; /** - * Repaint the item + * + * @param {object} pos = {x: number, y: number} + * @returns {{x: number, y: number}} + * @constructor */ - BackgroundItem.prototype.redraw = function() { - var dom = this.dom; - if (!dom) { - // create DOM - this.dom = {}; - dom = this.dom; - - // background box - dom.box = document.createElement('div'); - // className is updated in redraw() + Network.prototype.DOMtoCanvas = function (pos) { + return {x: this._XconvertDOMtoCanvas(pos.x), y: this._YconvertDOMtoCanvas(pos.y)}; + }; - // contents box - dom.content = document.createElement('div'); - dom.content.className = 'content'; - dom.box.appendChild(dom.content); + /** + * Redraw all nodes + * The 2d context of a HTML canvas can be retrieved by canvas.getContext('2d'); + * @param {CanvasRenderingContext2D} ctx + * @param {Boolean} [alwaysShow] + * @private + */ + Network.prototype._drawNodes = function(ctx,alwaysShow) { + if (alwaysShow === undefined) { + alwaysShow = false; + } - // Note: we do NOT attach this item as attribute to the DOM, - // such that background items cannot be selected - //dom.box['timeline-item'] = this; + // first draw the unselected nodes + var nodes = this.nodes; + var selected = []; - this.dirty = true; + for (var id in nodes) { + if (nodes.hasOwnProperty(id)) { + nodes[id].setScaleAndPos(this.scale,this.canvasTopLeft,this.canvasBottomRight); + if (nodes[id].isSelected()) { + selected.push(id); + } + else { + if (nodes[id].inArea() || alwaysShow) { + nodes[id].draw(ctx); + } + } + } } - // append DOM to parent DOM - if (!this.parent) { - throw new Error('Cannot redraw item: no parent attached'); + // draw the selected nodes on top + for (var s = 0, sMax = selected.length; s < sMax; s++) { + if (nodes[selected[s]].inArea() || alwaysShow) { + nodes[selected[s]].draw(ctx); + } } - if (!dom.box.parentNode) { - var background = this.parent.dom.background; - if (!background) { - throw new Error('Cannot redraw item: parent has no background container element'); + }; + + /** + * Redraw all edges + * The 2d context of a HTML canvas can be retrieved by canvas.getContext('2d'); + * @param {CanvasRenderingContext2D} ctx + * @private + */ + Network.prototype._drawEdges = function(ctx) { + var edges = this.edges; + for (var id in edges) { + if (edges.hasOwnProperty(id)) { + var edge = edges[id]; + edge.setScale(this.scale); + if (edge.connected) { + edges[id].draw(ctx); + } } - background.appendChild(dom.box); } - this.displayed = true; + }; - // Update DOM when item is marked dirty. An item is marked dirty when: - // - the item is not yet rendered - // - the item's data is changed - // - the item is selected/deselected - if (this.dirty) { - this._updateContents(this.dom.content); - this._updateTitle(this.dom.content); - this._updateDataAttributes(this.dom.content); - this._updateStyle(this.dom.box); + /** + * Redraw all edges + * The 2d context of a HTML canvas can be retrieved by canvas.getContext('2d'); + * @param {CanvasRenderingContext2D} ctx + * @private + */ + Network.prototype._drawControlNodes = function(ctx) { + var edges = this.edges; + for (var id in edges) { + if (edges.hasOwnProperty(id)) { + edges[id]._drawControlNodes(ctx); + } + } + }; - // update class - var className = (this.data.className ? (' ' + this.data.className) : '') + - (this.selected ? ' selected' : ''); - dom.box.className = this.baseClassName + className; + /** + * Find a stable position for all nodes + * @private + */ + Network.prototype._stabilize = function() { + if (this.constants.freezeForStabilization == true) { + this._freezeDefinedNodes(); + } - // determine from css whether this box has overflow - this.overflow = window.getComputedStyle(dom.content).overflow !== 'hidden'; + // find stable position + var count = 0; + while (this.moving && count < this.constants.stabilizationIterations) { + this._physicsTick(); + count++; + } - // recalculate size - this.props.content.width = this.dom.content.offsetWidth; - this.height = 0; // set height zero, so this item will be ignored when stacking items + if (this.constants.zoomExtentOnStabilize == true) { + this.zoomExtent(undefined, false, true); + } - this.dirty = false; + if (this.constants.freezeForStabilization == true) { + this._restoreFrozenNodes(); } }; /** - * Show the item in the DOM (when not already visible). The items DOM will - * be created when needed. + * When initializing and stabilizing, we can freeze nodes with a predefined position. This greatly speeds up stabilization + * because only the supportnodes for the smoothCurves have to settle. + * + * @private */ - BackgroundItem.prototype.show = RangeItem.prototype.show; + Network.prototype._freezeDefinedNodes = function() { + var nodes = this.nodes; + for (var id in nodes) { + if (nodes.hasOwnProperty(id)) { + if (nodes[id].x != null && nodes[id].y != null) { + nodes[id].fixedData.x = nodes[id].xFixed; + nodes[id].fixedData.y = nodes[id].yFixed; + nodes[id].xFixed = true; + nodes[id].yFixed = true; + } + } + } + }; /** - * Hide the item from the DOM (when visible) - * @return {Boolean} changed + * Unfreezes the nodes that have been frozen by _freezeDefinedNodes. + * + * @private */ - BackgroundItem.prototype.hide = RangeItem.prototype.hide; + Network.prototype._restoreFrozenNodes = function() { + var nodes = this.nodes; + for (var id in nodes) { + if (nodes.hasOwnProperty(id)) { + if (nodes[id].fixedData.x != null) { + nodes[id].xFixed = nodes[id].fixedData.x; + nodes[id].yFixed = nodes[id].fixedData.y; + } + } + } + }; + /** - * Reposition the item horizontally - * @Override + * Check if any of the nodes is still moving + * @param {number} vmin the minimum velocity considered as 'moving' + * @return {boolean} true if moving, false if non of the nodes is moving + * @private */ - BackgroundItem.prototype.repositionX = RangeItem.prototype.repositionX; + Network.prototype._isMoving = function(vmin) { + var nodes = this.nodes; + for (var id in nodes) { + if (nodes.hasOwnProperty(id) && nodes[id].isMoving(vmin)) { + return true; + } + } + return false; + }; + /** - * Reposition the item vertically - * @Override + * /** + * Perform one discrete step for all nodes + * + * @private */ - BackgroundItem.prototype.repositionY = function(margin) { - var onTop = this.options.orientation === 'top'; - this.dom.content.style.top = onTop ? '' : '0'; - this.dom.content.style.bottom = onTop ? '0' : ''; - var height; + Network.prototype._discreteStepNodes = function() { + var interval = this.physicsDiscreteStepsize; + var nodes = this.nodes; + var nodeId; + var nodesPresent = false; - // special positioning for subgroups - if (this.data.subgroup !== undefined) { - var itemSubgroup = this.data.subgroup; - var subgroups = this.parent.subgroups; - var subgroupIndex = subgroups[itemSubgroup].index; - // if the orientation is top, we need to take the difference in height into account. - if (onTop == true) { - // the first subgroup will have to account for the distance from the top to the first item. - height = this.parent.subgroups[itemSubgroup].height + margin.item.vertical; - height += subgroupIndex == 0 ? margin.axis - 0.5*margin.item.vertical : 0; - var newTop = this.parent.top; - for (var subgroup in subgroups) { - if (subgroups.hasOwnProperty(subgroup)) { - if (subgroups[subgroup].visible == true && subgroups[subgroup].index < subgroupIndex) { - newTop += subgroups[subgroup].height + margin.item.vertical; - } - } + if (this.constants.maxVelocity > 0) { + for (nodeId in nodes) { + if (nodes.hasOwnProperty(nodeId)) { + nodes[nodeId].discreteStepLimited(interval, this.constants.maxVelocity); + nodesPresent = true; } - - // the others will have to be offset downwards with this same distance. - newTop += subgroupIndex != 0 ? margin.axis - 0.5 * margin.item.vertical : 0; - this.dom.box.style.top = newTop + 'px'; - this.dom.box.style.bottom = ''; } - // and when the orientation is bottom: - else { - var newTop = this.parent.top; - for (var subgroup in subgroups) { - if (subgroups.hasOwnProperty(subgroup)) { - if (subgroups[subgroup].visible == true && subgroups[subgroup].index > subgroupIndex) { - newTop += subgroups[subgroup].height + margin.item.vertical; - } - } + } + else { + for (nodeId in nodes) { + if (nodes.hasOwnProperty(nodeId)) { + nodes[nodeId].discreteStep(interval); + nodesPresent = true; } - height = this.parent.subgroups[itemSubgroup].height + margin.item.vertical; - this.dom.box.style.top = newTop + 'px'; - this.dom.box.style.bottom = ''; } } - // and in the case of no subgroups: - else { - // we want backgrounds with groups to only show in groups. - if (this.parent instanceof BackgroundGroup) { - // if the item is not in a group: - height = Math.max(this.parent.height, - this.parent.itemSet.body.domProps.center.height, - this.parent.itemSet.body.domProps.centerContainer.height); - this.dom.box.style.top = onTop ? '0' : ''; - this.dom.box.style.bottom = onTop ? '' : '0'; + + if (nodesPresent == true) { + var vminCorrected = this.constants.minVelocity / Math.max(this.scale,0.05); + if (vminCorrected > 0.5*this.constants.maxVelocity) { + return true; } else { - height = this.parent.height; - // same alignment for items when orientation is top or bottom - this.dom.box.style.top = this.parent.top + 'px'; - this.dom.box.style.bottom = ''; + return this._isMoving(vminCorrected); } } - this.dom.box.style.height = height + 'px'; + return false; }; - module.exports = BackgroundItem; - -/***/ }, -/* 35 */ -/***/ function(module, exports, __webpack_require__) { + Network.prototype._revertPhysicsState = function() { + var nodes = this.nodes; + for (var nodeId in nodes) { + if (nodes.hasOwnProperty(nodeId)) { + nodes[nodeId].revertPosition(); + } + } + } - var keycharm = __webpack_require__(36); - var Emitter = __webpack_require__(11); - var Hammer = __webpack_require__(19); - var util = __webpack_require__(1); + Network.prototype._revertPhysicsTick = function() { + this._doInAllActiveSectors("_revertPhysicsState"); + if (this.constants.smoothCurves.enabled == true && this.constants.smoothCurves.dynamic == true) { + this._doInSupportSector("_revertPhysicsState"); + } + } /** - * Turn an element into an clickToUse element. - * When not active, the element has a transparent overlay. When the overlay is - * clicked, the mode is changed to active. - * When active, the element is displayed with a blue border around it, and - * the interactive contents of the element can be used. When clicked outside - * the element, the elements mode is changed to inactive. - * @param {Element} container - * @constructor + * A single simulation step (or "tick") in the physics simulation + * + * @private */ - function Activator(container) { - this.active = false; - - this.dom = { - container: container - }; + Network.prototype._physicsTick = function() { + if (!this.freezeSimulation) { + if (this.moving == true) { + var mainMovingStatus = false; + var supportMovingStatus = false; - this.dom.overlay = document.createElement('div'); - this.dom.overlay.className = 'overlay'; + this._doInAllActiveSectors("_initializeForceCalculation"); + var mainMoving = this._doInAllActiveSectors("_discreteStepNodes"); + if (this.constants.smoothCurves.enabled == true && this.constants.smoothCurves.dynamic == true) { + supportMovingStatus = this._doInSupportSector("_discreteStepNodes"); + } - this.dom.container.appendChild(this.dom.overlay); + // gather movement data from all sectors, if one moves, we are NOT stabilzied + for (var i = 0; i < mainMoving.length; i++) {mainMovingStatus = mainMoving[0] || mainMovingStatus;} - this.hammer = Hammer(this.dom.overlay, {prevent_default: false}); - this.hammer.on('tap', this._onTapOverlay.bind(this)); + // determine if the network has stabilzied + this.moving = mainMovingStatus || supportMovingStatus; - // block all touch events (except tap) - var me = this; - var events = [ - 'touch', 'pinch', - 'doubletap', 'hold', - 'dragstart', 'drag', 'dragend', - 'mousewheel', 'DOMMouseScroll' // DOMMouseScroll is needed for Firefox - ]; - events.forEach(function (event) { - me.hammer.on(event, function (event) { - event.stopPropagation(); - }); - }); + if (this.moving == false) { + this._revertPhysicsTick(); + } + else { + // this is here to ensure that there is no start event when the network is already stable. + if (this.startedStabilization == false) { + this.emit("startStabilization"); + this.startedStabilization = true; + } + } - // attach a tap event to the window, in order to deactivate when clicking outside the timeline - this.windowHammer = Hammer(window, {prevent_default: false}); - this.windowHammer.on('tap', function (event) { - // deactivate when clicked outside the container - if (!_hasParent(event.target, container)) { - me.deactivate(); + this.stabilizationIterations++; } - }); - - if (this.keycharm !== undefined) { - this.keycharm.destroy(); } - this.keycharm = keycharm(); - - // keycharm listener only bounded when active) - this.escListener = this.deactivate.bind(this); - } - - // turn into an event emitter - Emitter(Activator.prototype); + }; - // The currently active activator - Activator.current = null; /** - * Destroy the activator. Cleans up all created DOM and event listeners + * This function runs one step of the animation. It calls an x amount of physics ticks and one render tick. + * It reschedules itself at the beginning of the function + * + * @private */ - Activator.prototype.destroy = function () { - this.deactivate(); + Network.prototype._animationStep = function() { + // reset the timer so a new scheduled animation step can be set + this.timer = undefined; - // remove dom - this.dom.overlay.parentNode.removeChild(this.dom.overlay); + // handle the keyboad movement + this._handleNavigation(); - // cleanup hammer instances - this.hammer = null; - this.windowHammer = null; - // FIXME: cleaning up hammer instances doesn't work (Timeline not removed from memory) - }; + var startTime = Date.now(); + this._physicsTick(); + var physicsTime = Date.now() - startTime; - /** - * Activate the element - * Overlay is hidden, element is decorated with a blue shadow border - */ - Activator.prototype.activate = function () { - // we allow only one active activator at a time - if (Activator.current) { - Activator.current.deactivate(); - } - Activator.current = this; + // run double speed if it is a little graph + if ((this.renderTimestep - this.renderTime > 2 * physicsTime || this.runDoubleSpeed == true) && this.moving == true) { + this._physicsTick(); - this.active = true; - this.dom.overlay.style.display = 'none'; - util.addClassName(this.dom.container, 'vis-active'); + // this makes sure there is no jitter. The decision is taken once to run it at double speed. + if (this.renderTime != 0) { + this.runDoubleSpeed = true + } + } - this.emit('change'); - this.emit('activate'); + var renderStartTime = Date.now(); + this._redraw(); + this.renderTime = Date.now() - renderStartTime; - // ugly hack: bind ESC after emitting the events, as the Network rebinds all - // keyboard events on a 'change' event - this.keycharm.bind('esc', this.escListener); + // this schedules a new animation step + this.start(); }; + if (typeof window !== 'undefined') { + window.requestAnimationFrame = window.requestAnimationFrame || window.mozRequestAnimationFrame || + window.webkitRequestAnimationFrame || window.msRequestAnimationFrame; + } + /** - * Deactivate the element - * Overlay is displayed on top of the element + * Schedule a animation step with the refreshrate interval. */ - Activator.prototype.deactivate = function () { - this.active = false; - this.dom.overlay.style.display = ''; - util.removeClassName(this.dom.container, 'vis-active'); - this.keycharm.unbind('esc', this.escListener); - - this.emit('change'); - this.emit('deactivate'); + Network.prototype.start = function() { + if (this.moving == true || this.xIncrement != 0 || this.yIncrement != 0 || this.zoomIncrement != 0) { + if (!this.timer) { + if (this.requiresTimeout == true) { + this.timer = window.setTimeout(this._animationStep.bind(this), this.renderTimestep); // wait this.renderTimeStep milliseconds and perform the animation step function + } + else { + this.timer = window.requestAnimationFrame(this._animationStep.bind(this)); // wait this.renderTimeStep milliseconds and perform the animation step function + } + } + } + else { + this._redraw(); + // this check is to ensure that the network does not emit these events if it was already stabilized and setOptions is called (setting moving to true and calling start()) + if (this.stabilizationIterations > 1) { + // trigger the "stabilized" event. + // The event is triggered on the next tick, to prevent the case that + // it is fired while initializing the Network, in which case you would not + // be able to catch it + var me = this; + var params = { + iterations: me.stabilizationIterations + }; + this.stabilizationIterations = 0; + this.startedStabilization = false; + setTimeout(function () { + me.emit("stabilized", params); + }, 0); + } + else { + this.stabilizationIterations = 0; + } + } }; + /** - * Handle a tap event: activate the container - * @param event + * Move the network according to the keyboard presses. + * * @private */ - Activator.prototype._onTapOverlay = function (event) { - // activate the container - this.activate(); - event.stopPropagation(); + Network.prototype._handleNavigation = function() { + if (this.xIncrement != 0 || this.yIncrement != 0) { + var translation = this._getTranslation(); + this._setTranslation(translation.x+this.xIncrement, translation.y+this.yIncrement); + } + if (this.zoomIncrement != 0) { + var center = { + x: this.frame.canvas.clientWidth / 2, + y: this.frame.canvas.clientHeight / 2 + }; + this._zoom(this.scale*(1 + this.zoomIncrement), center); + } }; + /** - * Test whether the element has the requested parent element somewhere in - * its chain of parent nodes. - * @param {HTMLElement} element - * @param {HTMLElement} parent - * @returns {boolean} Returns true when the parent is found somewhere in the - * chain of parent nodes. - * @private + * Freeze the _animationStep */ - function _hasParent(element, parent) { - while (element) { - if (element === parent) { - return true - } - element = element.parentNode; + Network.prototype.toggleFreeze = function() { + if (this.freezeSimulation == false) { + this.freezeSimulation = true; } - return false; - } - - module.exports = Activator; - + else { + this.freezeSimulation = false; + this.start(); + } + }; -/***/ }, -/* 36 */ -/***/ function(module, exports, __webpack_require__) { - var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;"use strict"; /** - * Created by Alex on 11/6/2014. + * This function cleans the support nodes if they are not needed and adds them when they are. + * + * @param {boolean} [disableStart] + * @private */ - - // https://github.com/umdjs/umd/blob/master/returnExports.js#L40-L60 - // if the module has no dependencies, the above pattern can be simplified to - (function (root, factory) { - if (true) { - // AMD. Register as an anonymous module. - !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory), __WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ? (__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__), __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__)); - } else if (typeof exports === 'object') { - // Node. Does not work with strict CommonJS, but - // only CommonJS-like environments that support module.exports, - // like Node. - module.exports = factory(); - } else { - // Browser globals (root is window) - root.keycharm = factory(); + Network.prototype._configureSmoothCurves = function(disableStart) { + if (disableStart === undefined) { + disableStart = true; + } + if (this.constants.smoothCurves.enabled == true && this.constants.smoothCurves.dynamic == true) { + this._createBezierNodes(); + // cleanup unused support nodes + for (var nodeId in this.sectors['support']['nodes']) { + if (this.sectors['support']['nodes'].hasOwnProperty(nodeId)) { + if (this.edges[this.sectors['support']['nodes'][nodeId].parentEdgeId] === undefined) { + delete this.sectors['support']['nodes'][nodeId]; + } + } + } + } + else { + // delete the support nodes + this.sectors['support']['nodes'] = {}; + for (var edgeId in this.edges) { + if (this.edges.hasOwnProperty(edgeId)) { + this.edges[edgeId].via = null; + } + } } - }(this, function () { - - function keycharm(options) { - var preventDefault = options && options.preventDefault || false; - - var container = options && options.container || window; - - var _exportFunctions = {}; - var _bound = {keydown:{}, keyup:{}}; - var _keys = {}; - var i; - - // a - z - for (i = 97; i <= 122; i++) {_keys[String.fromCharCode(i)] = {code:65 + (i - 97), shift: false};} - // A - Z - for (i = 65; i <= 90; i++) {_keys[String.fromCharCode(i)] = {code:i, shift: true};} - // 0 - 9 - for (i = 0; i <= 9; i++) {_keys['' + i] = {code:48 + i, shift: false};} - // F1 - F12 - for (i = 1; i <= 12; i++) {_keys['F' + i] = {code:111 + i, shift: false};} - // num0 - num9 - for (i = 0; i <= 9; i++) {_keys['num' + i] = {code:96 + i, shift: false};} - - // numpad misc - _keys['num*'] = {code:106, shift: false}; - _keys['num+'] = {code:107, shift: false}; - _keys['num-'] = {code:109, shift: false}; - _keys['num/'] = {code:111, shift: false}; - _keys['num.'] = {code:110, shift: false}; - // arrows - _keys['left'] = {code:37, shift: false}; - _keys['up'] = {code:38, shift: false}; - _keys['right'] = {code:39, shift: false}; - _keys['down'] = {code:40, shift: false}; - // extra keys - _keys['space'] = {code:32, shift: false}; - _keys['enter'] = {code:13, shift: false}; - _keys['shift'] = {code:16, shift: undefined}; - _keys['esc'] = {code:27, shift: false}; - _keys['backspace'] = {code:8, shift: false}; - _keys['tab'] = {code:9, shift: false}; - _keys['ctrl'] = {code:17, shift: false}; - _keys['alt'] = {code:18, shift: false}; - _keys['delete'] = {code:46, shift: false}; - _keys['pageup'] = {code:33, shift: false}; - _keys['pagedown'] = {code:34, shift: false}; - // symbols - _keys['='] = {code:187, shift: false}; - _keys['-'] = {code:189, shift: false}; - _keys[']'] = {code:221, shift: false}; - _keys['['] = {code:219, shift: false}; - - var down = function(event) {handleEvent(event,'keydown');}; - var up = function(event) {handleEvent(event,'keyup');}; + this._updateCalculationNodes(); + if (!disableStart) { + this.moving = true; + this.start(); + } + }; - // handle the actualy bound key with the event - var handleEvent = function(event,type) { - if (_bound[type][event.keyCode] !== undefined) { - var bound = _bound[type][event.keyCode]; - for (var i = 0; i < bound.length; i++) { - if (bound[i].shift === undefined) { - bound[i].fn(event); - } - else if (bound[i].shift == true && event.shiftKey == true) { - bound[i].fn(event); - } - else if (bound[i].shift == false && event.shiftKey == false) { - bound[i].fn(event); - } - } - if (preventDefault == true) { - event.preventDefault(); + /** + * Bezier curves require an anchor point to calculate the smooth flow. These points are nodes. These nodes are invisible but + * are used for the force calculation. + * + * @private + */ + Network.prototype._createBezierNodes = function() { + if (this.constants.smoothCurves.enabled == true && this.constants.smoothCurves.dynamic == true) { + for (var edgeId in this.edges) { + if (this.edges.hasOwnProperty(edgeId)) { + var edge = this.edges[edgeId]; + if (edge.via == null) { + var nodeId = "edgeId:".concat(edge.id); + this.sectors['support']['nodes'][nodeId] = new Node( + {id:nodeId, + mass:1, + shape:'circle', + image:"", + internalMultiplier:1 + },{},{},this.constants); + edge.via = this.sectors['support']['nodes'][nodeId]; + edge.via.parentEdgeId = edge.id; + edge.positionBezierNode(); } } - }; + } + } + }; - // bind a key to a callback - _exportFunctions.bind = function(key, callback, type) { - if (type === undefined) { - type = 'keydown'; - } - if (_keys[key] === undefined) { - throw new Error("unsupported key: " + key); - } - if (_bound[type][_keys[key].code] === undefined) { - _bound[type][_keys[key].code] = []; - } - _bound[type][_keys[key].code].push({fn:callback, shift:_keys[key].shift}); - }; + /** + * load the functions that load the mixins into the prototype. + * + * @private + */ + Network.prototype._initializeMixinLoaders = function () { + for (var mixin in MixinLoader) { + if (MixinLoader.hasOwnProperty(mixin)) { + Network.prototype[mixin] = MixinLoader[mixin]; + } + } + }; + /** + * Load the XY positions of the nodes into the dataset. + */ + Network.prototype.storePosition = function() { + console.log("storePosition is depricated: use .storePositions() from now on.") + this.storePositions(); + }; - // bind all keys to a call back (demo purposes) - _exportFunctions.bindAll = function(callback, type) { - if (type === undefined) { - type = 'keydown'; - } - for (var key in _keys) { - if (_keys.hasOwnProperty(key)) { - _exportFunctions.bind(key,callback,type); - } + /** + * Load the XY positions of the nodes into the dataset. + */ + Network.prototype.storePositions = function() { + var dataArray = []; + for (var nodeId in this.nodes) { + if (this.nodes.hasOwnProperty(nodeId)) { + var node = this.nodes[nodeId]; + var allowedToMoveX = !this.nodes.xFixed; + var allowedToMoveY = !this.nodes.yFixed; + if (this.nodesData._data[nodeId].x != Math.round(node.x) || this.nodesData._data[nodeId].y != Math.round(node.y)) { + dataArray.push({id:nodeId,x:Math.round(node.x),y:Math.round(node.y),allowedToMoveX:allowedToMoveX,allowedToMoveY:allowedToMoveY}); } - }; + } + } + this.nodesData.update(dataArray); + }; - // get the key label from an event - _exportFunctions.getKey = function(event) { - for (var key in _keys) { - if (_keys.hasOwnProperty(key)) { - if (event.shiftKey == true && _keys[key].shift == true && event.keyCode == _keys[key].code) { - return key; - } - else if (event.shiftKey == false && _keys[key].shift == false && event.keyCode == _keys[key].code) { - return key; - } - else if (event.keyCode == _keys[key].code && key == 'shift') { - return key; - } + /** + * Return the positions of the nodes. + */ + Network.prototype.getPositions = function(ids) { + var dataArray = {}; + if (ids !== undefined) { + if (Array.isArray(ids) == true) { + for (var i = 0; i < ids.length; i++) { + if (this.nodes[ids[i]] !== undefined) { + var node = this.nodes[ids[i]]; + dataArray[ids[i]] = {x: Math.round(node.x), y: Math.round(node.y)}; } } - return "unknown key, currently not supported"; - }; - - // unbind either a specific callback from a key or all of them (by leaving callback undefined) - _exportFunctions.unbind = function(key, callback, type) { - if (type === undefined) { - type = 'keydown'; - } - if (_keys[key] === undefined) { - throw new Error("unsupported key: " + key); - } - if (callback !== undefined) { - var newBindings = []; - var bound = _bound[type][_keys[key].code]; - if (bound !== undefined) { - for (var i = 0; i < bound.length; i++) { - if (!(bound[i].fn == callback && bound[i].shift == _keys[key].shift)) { - newBindings.push(_bound[type][_keys[key].code][i]); - } - } - } - _bound[type][_keys[key].code] = newBindings; + } + else { + if (this.nodes[ids] !== undefined) { + var node = this.nodes[ids]; + dataArray[ids] = {x: Math.round(node.x), y: Math.round(node.y)}; } - else { - _bound[type][_keys[key].code] = []; + } + } + else { + for (var nodeId in this.nodes) { + if (this.nodes.hasOwnProperty(nodeId)) { + var node = this.nodes[nodeId]; + dataArray[nodeId] = {x: Math.round(node.x), y: Math.round(node.y)}; } - }; + } + } + return dataArray; + }; - // reset all bound variables. - _exportFunctions.reset = function() { - _bound = {keydown:{}, keyup:{}}; - }; - // unbind all listeners and reset all variables. - _exportFunctions.destroy = function() { - _bound = {keydown:{}, keyup:{}}; - container.removeEventListener('keydown', down, true); - container.removeEventListener('keyup', up, true); - }; - // create listeners. - container.addEventListener('keydown',down,true); - container.addEventListener('keyup',up,true); + /** + * Center a node in view. + * + * @param {Number} nodeId + * @param {Number} [options] + */ + Network.prototype.focusOnNode = function (nodeId, options) { + if (this.nodes.hasOwnProperty(nodeId)) { + if (options === undefined) { + options = {}; + } + var nodePosition = {x: this.nodes[nodeId].x, y: this.nodes[nodeId].y}; + options.position = nodePosition; + options.lockedOnNode = nodeId; - // return the public functions. - return _exportFunctions; + this.moveTo(options) + } + else { + console.log("This nodeId cannot be found."); } + }; - return keycharm; - })); + /** + * + * @param {Object} options | options.offset = {x:Number, y:Number} // offset from the center in DOM pixels + * | options.scale = Number // scale to move to + * | options.position = {x:Number, y:Number} // position to move to + * | options.animation = {duration:Number, easingFunction:String} || Boolean // position to move to + */ + Network.prototype.moveTo = function (options) { + if (options === undefined) { + options = {}; + return; + } + if (options.offset === undefined) {options.offset = {x: 0, y: 0}; } + if (options.offset.x === undefined) {options.offset.x = 0; } + if (options.offset.y === undefined) {options.offset.y = 0; } + if (options.scale === undefined) {options.scale = this._getScale(); } + if (options.position === undefined) {options.position = this._getTranslation();} + if (options.animation === undefined) {options.animation = {duration:0}; } + if (options.animation === false ) {options.animation = {duration:0}; } + if (options.animation === true ) {options.animation = {}; } + if (options.animation.duration === undefined) {options.animation.duration = 1000; } // default duration + if (options.animation.easingFunction === undefined) {options.animation.easingFunction = "easeInOutQuad"; } // default easing function + this.animateView(options); + }; + /** + * + * @param {Object} options | options.offset = {x:Number, y:Number} // offset from the center in DOM pixels + * | options.time = Number // animation time in milliseconds + * | options.scale = Number // scale to animate to + * | options.position = {x:Number, y:Number} // position to animate to + * | options.easingFunction = String // linear, easeInQuad, easeOutQuad, easeInOutQuad, + * // easeInCubic, easeOutCubic, easeInOutCubic, + * // easeInQuart, easeOutQuart, easeInOutQuart, + * // easeInQuint, easeOutQuint, easeInOutQuint + */ + Network.prototype.animateView = function (options) { + if (options === undefined) { + options = {}; + return; + } + // release if something focussed on the node + this.releaseNode(); + if (options.locked == true) { + this.lockedOnNodeId = options.lockedOnNode; + this.lockedOnNodeOffset = options.offset; + } -/***/ }, -/* 37 */ -/***/ function(module, exports, __webpack_require__) { + // forcefully complete the old animation if it was still running + if (this.easingTime != 0) { + this._transitionRedraw(1); // by setting easingtime to 1, we finish the animation. + } - var util = __webpack_require__(1); - var Component = __webpack_require__(23); - var TimeStep = __webpack_require__(38); - var DateUtil = __webpack_require__(24); - var moment = __webpack_require__(2); + this.sourceScale = this._getScale(); + this.sourceTranslation = this._getTranslation(); + this.targetScale = options.scale; - /** - * A horizontal time axis - * @param {{dom: Object, domProps: Object, emitter: Emitter, range: Range}} body - * @param {Object} [options] See TimeAxis.setOptions for the available - * options. - * @constructor TimeAxis - * @extends Component - */ - function TimeAxis (body, options) { - this.dom = { - foreground: null, - lines: [], - majorTexts: [], - minorTexts: [], - redundant: { - lines: [], - majorTexts: [], - minorTexts: [] - } - }; - this.props = { - range: { - start: 0, - end: 0, - minimumStep: 0 - }, - lineTop: 0 + // set the scale so the viewCenter is based on the correct zoom level. This is overridden in the transitionRedraw + // but at least then we'll have the target transition + this._setScale(this.targetScale); + var viewCenter = this.DOMtoCanvas({x: 0.5 * this.frame.canvas.clientWidth, y: 0.5 * this.frame.canvas.clientHeight}); + var distanceFromCenter = { // offset from view, distance view has to change by these x and y to center the node + x: viewCenter.x - options.position.x, + y: viewCenter.y - options.position.y }; - - this.defaultOptions = { - orientation: 'bottom', // supported: 'top', 'bottom' - // TODO: implement timeaxis orientations 'left' and 'right' - showMinorLabels: true, - showMajorLabels: true, - format: null + this.targetTranslation = { + x: this.sourceTranslation.x + distanceFromCenter.x * this.targetScale + options.offset.x, + y: this.sourceTranslation.y + distanceFromCenter.y * this.targetScale + options.offset.y }; - this.options = util.extend({}, this.defaultOptions); - this.body = body; + // if the time is set to 0, don't do an animation + if (options.animation.duration == 0) { + if (this.lockedOnNodeId != null) { + this._classicRedraw = this._redraw; + this._redraw = this._lockedRedraw; + } + else { + this._setScale(this.targetScale); + this._setTranslation(this.targetTranslation.x, this.targetTranslation.y); + this._redraw(); + } + } + else { + this.animationSpeed = 1 / (this.renderRefreshRate * options.animation.duration * 0.001) || 1 / this.renderRefreshRate; + this.animationEasingFunction = options.animation.easingFunction; + this._classicRedraw = this._redraw; + this._redraw = this._transitionRedraw; + this._redraw(); + this.moving = true; + this.start(); + } + }; - // create the HTML DOM - this._create(); + /** + * used to animate smoothly by hijacking the redraw function. + * @private + */ + Network.prototype._lockedRedraw = function () { + var nodePosition = {x: this.nodes[this.lockedOnNodeId].x, y: this.nodes[this.lockedOnNodeId].y}; + var viewCenter = this.DOMtoCanvas({x: 0.5 * this.frame.canvas.clientWidth, y: 0.5 * this.frame.canvas.clientHeight}); + var distanceFromCenter = { // offset from view, distance view has to change by these x and y to center the node + x: viewCenter.x - nodePosition.x, + y: viewCenter.y - nodePosition.y + }; + var sourceTranslation = this._getTranslation(); + var targetTranslation = { + x: sourceTranslation.x + distanceFromCenter.x * this.scale + this.lockedOnNodeOffset.x, + y: sourceTranslation.y + distanceFromCenter.y * this.scale + this.lockedOnNodeOffset.y + }; - this.setOptions(options); + this._setTranslation(targetTranslation.x,targetTranslation.y); + this._classicRedraw(); } - TimeAxis.prototype = new Component(); + Network.prototype.releaseNode = function () { + if (this.lockedOnNodeId != null) { + this._redraw = this._classicRedraw; + this.lockedOnNodeId = null; + this.lockedOnNodeOffset = null; + } + } /** - * Set options for the TimeAxis. - * Parameters will be merged in current options. - * @param {Object} options Available options: - * {string} [orientation] - * {boolean} [showMinorLabels] - * {boolean} [showMajorLabels] + * + * @param easingTime + * @private */ - TimeAxis.prototype.setOptions = function(options) { - if (options) { - // copy all options that we know - util.selectiveExtend([ - 'orientation', - 'showMinorLabels', - 'showMajorLabels', - 'hiddenDates', - 'format' - ], this.options, options); + Network.prototype._transitionRedraw = function (easingTime) { + this.easingTime = easingTime || this.easingTime + this.animationSpeed; + this.easingTime += this.animationSpeed; - // apply locale to moment.js - // TODO: not so nice, this is applied globally to moment.js - if ('locale' in options) { - if (typeof moment.locale === 'function') { - // moment.js 2.8.1+ - moment.locale(options.locale); - } - else { - moment.lang(options.locale); - } + var progress = util.easingFunctions[this.animationEasingFunction](this.easingTime); + + this._setScale(this.sourceScale + (this.targetScale - this.sourceScale) * progress); + this._setTranslation( + this.sourceTranslation.x + (this.targetTranslation.x - this.sourceTranslation.x) * progress, + this.sourceTranslation.y + (this.targetTranslation.y - this.sourceTranslation.y) * progress + ); + + this._classicRedraw(); + this.moving = true; + + // cleanup + if (this.easingTime >= 1.0) { + this.easingTime = 0; + if (this.lockedOnNodeId != null) { + this._redraw = this._lockedRedraw; + } + else { + this._redraw = this._classicRedraw; } + this.emit("animationFinished"); } }; - /** - * Create the HTML DOM for the TimeAxis - */ - TimeAxis.prototype._create = function() { - this.dom.foreground = document.createElement('div'); - this.dom.background = document.createElement('div'); - - this.dom.foreground.className = 'timeaxis foreground'; - this.dom.background.className = 'timeaxis background'; + Network.prototype._classicRedraw = function () { + // placeholder function to be overloaded by animations; }; /** - * Destroy the TimeAxis + * Returns true when the Network is active. + * @returns {boolean} */ - TimeAxis.prototype.destroy = function() { - // remove from DOM - if (this.dom.foreground.parentNode) { - this.dom.foreground.parentNode.removeChild(this.dom.foreground); - } - if (this.dom.background.parentNode) { - this.dom.background.parentNode.removeChild(this.dom.background); - } - - this.body = null; + Network.prototype.isActive = function () { + return !this.activator || this.activator.active; }; + /** - * Repaint the component - * @return {boolean} Returns true if the component is resized + * Sets the scale + * @returns {Number} */ - TimeAxis.prototype.redraw = function () { - var options = this.options; - var props = this.props; - var foreground = this.dom.foreground; - var background = this.dom.background; + Network.prototype.setScale = function () { + return this._setScale(); + }; - // determine the correct parent DOM element (depending on option orientation) - var parent = (options.orientation == 'top') ? this.body.dom.top : this.body.dom.bottom; - var parentChanged = (foreground.parentNode !== parent); - // calculate character width and height - this._calculateCharSize(); + /** + * Returns the scale + * @returns {Number} + */ + Network.prototype.getScale = function () { + return this._getScale(); + }; - // TODO: recalculate sizes only needed when parent is resized or options is changed - var orientation = this.options.orientation, - showMinorLabels = this.options.showMinorLabels, - showMajorLabels = this.options.showMajorLabels; - // determine the width and height of the elemens for the axis - props.minorLabelHeight = showMinorLabels ? props.minorCharHeight : 0; - props.majorLabelHeight = showMajorLabels ? props.majorCharHeight : 0; - props.height = props.minorLabelHeight + props.majorLabelHeight; - props.width = foreground.offsetWidth; + /** + * Returns the scale + * @returns {Number} + */ + Network.prototype.getCenterCoordinates = function () { + return this.DOMtoCanvas({x: 0.5 * this.frame.canvas.clientWidth, y: 0.5 * this.frame.canvas.clientHeight}); + }; - props.minorLineHeight = this.body.domProps.root.height - props.majorLabelHeight - - (options.orientation == 'top' ? this.body.domProps.bottom.height : this.body.domProps.top.height); - props.minorLineWidth = 1; // TODO: really calculate width - props.majorLineHeight = props.minorLineHeight + props.majorLabelHeight; - props.majorLineWidth = 1; // TODO: really calculate width - // take foreground and background offline while updating (is almost twice as fast) - var foregroundNextSibling = foreground.nextSibling; - var backgroundNextSibling = background.nextSibling; - foreground.parentNode && foreground.parentNode.removeChild(foreground); - background.parentNode && background.parentNode.removeChild(background); + Network.prototype.getBoundingBox = function(nodeId) { + if (this.nodes[nodeId] !== undefined) { + return this.nodes[nodeId].boundingBox; + } + } - foreground.style.height = this.props.height + 'px'; + module.exports = Network; - this._repaintLabels(); - // put DOM online again (at the same place) - if (foregroundNextSibling) { - parent.insertBefore(foreground, foregroundNextSibling); - } - else { - parent.appendChild(foreground) - } - if (backgroundNextSibling) { - this.body.dom.backgroundVertical.insertBefore(background, backgroundNextSibling); - } - else { - this.body.dom.backgroundVertical.appendChild(background) - } +/***/ }, +/* 37 */ +/***/ function(module, exports, __webpack_require__) { - return this._isResized() || parentChanged; - }; + var util = __webpack_require__(1); + var Node = __webpack_require__(40); /** - * Repaint major and minor text labels and vertical grid lines - * @private + * @class Edge + * + * A edge connects two nodes + * @param {Object} properties Object with properties. Must contain + * At least properties from and to. + * Available properties: from (number), + * to (number), label (string, color (string), + * width (number), style (string), + * length (number), title (string) + * @param {Network} network A Network object, used to find and edge to + * nodes. + * @param {Object} constants An object with default values for + * example for the color */ - TimeAxis.prototype._repaintLabels = function () { - var orientation = this.options.orientation; - - // calculate range and step (step such that we have space for 7 characters per label) - var start = util.convert(this.body.range.start, 'Number'); - var end = util.convert(this.body.range.end, 'Number'); - var timeLabelsize = this.body.util.toTime((this.props.minorCharWidth || 10) * 7).valueOf(); - var minimumStep = timeLabelsize - DateUtil.getHiddenDurationBefore(this.body.hiddenDates, this.body.range, timeLabelsize); - minimumStep -= this.body.util.toTime(0).valueOf(); - - var step = new TimeStep(new Date(start), new Date(end), minimumStep, this.body.hiddenDates); - if (this.options.format) { - step.setFormat(this.options.format); + function Edge (properties, network, networkConstants) { + if (!network) { + throw "No network provided"; } - this.step = step; - - // Move all DOM elements to a "redundant" list, where they - // can be picked for re-use, and clear the lists with lines and texts. - // At the end of the function _repaintLabels, left over elements will be cleaned up - var dom = this.dom; - dom.redundant.lines = dom.lines; - dom.redundant.majorTexts = dom.majorTexts; - dom.redundant.minorTexts = dom.minorTexts; - dom.lines = []; - dom.majorTexts = []; - dom.minorTexts = []; + var fields = ['edges','physics']; + var constants = util.selectiveBridgeObject(fields,networkConstants); + this.options = constants.edges; + this.physics = constants.physics; + this.options['smoothCurves'] = networkConstants['smoothCurves']; - var cur; - var x = 0; - var isMajor; - var xPrev = 0; - var width = 0; - var prevLine; - var xFirstMajorLabel = undefined; - var max = 0; - var className; - step.first(); - while (step.hasNext() && max < 1000) { - max++; + this.network = network; - cur = step.getCurrent(); - isMajor = step.isMajor(); - className = step.getClassName(); + // initialize variables + this.id = undefined; + this.fromId = undefined; + this.toId = undefined; + this.title = undefined; + this.widthSelected = this.options.width * this.options.widthSelectionMultiplier; + this.value = undefined; + this.selected = false; + this.hover = false; + this.labelDimensions = {top:0,left:0,width:0,height:0,yLine:0}; // could be cached + this.dirtyLabel = true; - xPrev = x; - x = this.body.util.toScreen(cur); - width = x - xPrev; - if (prevLine) { - prevLine.style.width = width + 'px'; - } + this.from = null; // a node + this.to = null; // a node + this.via = null; // a temp node - if (this.options.showMinorLabels) { - this._repaintMinorText(x, step.getLabelMinor(), orientation, className); - } + this.fromBackup = null; // used to clean up after reconnect + this.toBackup = null;; // used to clean up after reconnect - if (isMajor && this.options.showMajorLabels) { - if (x > 0) { - if (xFirstMajorLabel == undefined) { - xFirstMajorLabel = x; - } - this._repaintMajorText(x, step.getLabelMajor(), orientation, className); - } - prevLine = this._repaintMajorLine(x, orientation, className); - } - else { - prevLine = this._repaintMinorLine(x, orientation, className); - } + // we use this to be able to reconnect the edge to a cluster if its node is put into a cluster + // by storing the original information we can revert to the original connection when the cluser is opened. + this.originalFromId = []; + this.originalToId = []; - step.next(); - } + this.connected = false; - // create a major label on the left when needed - if (this.options.showMajorLabels) { - var leftTime = this.body.util.toTime(0), - leftText = step.getLabelMajor(leftTime), - widthText = leftText.length * (this.props.majorCharWidth || 10) + 10; // upper bound estimation + this.widthFixed = false; + this.lengthFixed = false; - if (xFirstMajorLabel == undefined || widthText < xFirstMajorLabel) { - this._repaintMajorText(0, leftText, orientation, className); - } - } + this.setProperties(properties); - // Cleanup leftover DOM elements from the redundant list - util.forEach(this.dom.redundant, function (arr) { - while (arr.length) { - var elem = arr.pop(); - if (elem && elem.parentNode) { - elem.parentNode.removeChild(elem); - } - } - }); - }; + this.controlNodesEnabled = false; + this.controlNodes = {from:null, to:null, positions:{}}; + this.connectedNode = null; + } /** - * Create a minor label for the axis at position x - * @param {Number} x - * @param {String} text - * @param {String} orientation "top" or "bottom" (default) - * @param {String} className - * @private + * Set or overwrite properties for the edge + * @param {Object} properties an object with properties + * @param {Object} constants and object with default, global properties */ - TimeAxis.prototype._repaintMinorText = function (x, text, orientation, className) { - // reuse redundant label - var label = this.dom.redundant.minorTexts.shift(); - - if (!label) { - // create new label - var content = document.createTextNode(''); - label = document.createElement('div'); - label.appendChild(content); - this.dom.foreground.appendChild(label); + Edge.prototype.setProperties = function(properties) { + if (!properties) { + return; } - this.dom.minorTexts.push(label); - label.childNodes[0].nodeValue = text; + var fields = ['style','fontSize','fontFace','fontColor','fontFill','fontStrokeWidth','fontStrokeColor','width', + 'widthSelectionMultiplier','hoverWidth','arrowScaleFactor','dash','inheritColor','labelAlignment' + ]; + util.selectiveDeepExtend(fields, this.options, properties); + + if (properties.from !== undefined) {this.fromId = properties.from;} + if (properties.to !== undefined) {this.toId = properties.to;} - label.style.top = (orientation == 'top') ? (this.props.majorLabelHeight + 'px') : '0'; - label.style.left = x + 'px'; - label.className = 'text minor ' + className; - //label.title = title; // TODO: this is a heavy operation - }; + if (properties.id !== undefined) {this.id = properties.id;} + if (properties.label !== undefined) {this.label = properties.label; this.dirtyLabel = true;} - /** - * Create a Major label for the axis at position x - * @param {Number} x - * @param {String} text - * @param {String} orientation "top" or "bottom" (default) - * @param {String} className - * @private - */ - TimeAxis.prototype._repaintMajorText = function (x, text, orientation, className) { - // reuse redundant label - var label = this.dom.redundant.majorTexts.shift(); + if (properties.title !== undefined) {this.title = properties.title;} + if (properties.value !== undefined) {this.value = properties.value;} + if (properties.length !== undefined) {this.physics.springLength = properties.length;} - if (!label) { - // create label - var content = document.createTextNode(text); - label = document.createElement('div'); - label.appendChild(content); - this.dom.foreground.appendChild(label); + if (properties.color !== undefined) { + this.options.inheritColor = false; + if (util.isString(properties.color)) { + this.options.color.color = properties.color; + this.options.color.highlight = properties.color; + } + else { + if (properties.color.color !== undefined) {this.options.color.color = properties.color.color;} + if (properties.color.highlight !== undefined) {this.options.color.highlight = properties.color.highlight;} + if (properties.color.hover !== undefined) {this.options.color.hover = properties.color.hover;} + } } - this.dom.majorTexts.push(label); - label.childNodes[0].nodeValue = text; - label.className = 'text major ' + className; - //label.title = title; // TODO: this is a heavy operation + // A node is connected when it has a from and to node. + this.connect(); - label.style.top = (orientation == 'top') ? '0' : (this.props.minorLabelHeight + 'px'); - label.style.left = x + 'px'; + this.widthFixed = this.widthFixed || (properties.width !== undefined); + this.lengthFixed = this.lengthFixed || (properties.length !== undefined); + + this.widthSelected = this.options.width* this.options.widthSelectionMultiplier; + + // set draw method based on style + switch (this.options.style) { + case 'line': this.draw = this._drawLine; break; + case 'arrow': this.draw = this._drawArrow; break; + case 'arrow-center': this.draw = this._drawArrowCenter; break; + case 'dash-line': this.draw = this._drawDashLine; break; + default: this.draw = this._drawLine; break; + } + }; /** - * Create a minor line for the axis at position x - * @param {Number} x - * @param {String} orientation "top" or "bottom" (default) - * @param {String} className - * @return {Element} Returns the created line - * @private + * Connect an edge to its nodes */ - TimeAxis.prototype._repaintMinorLine = function (x, orientation, className) { - // reuse redundant line - var line = this.dom.redundant.lines.shift(); - if (!line) { - // create vertical line - line = document.createElement('div'); - this.dom.background.appendChild(line); - } - this.dom.lines.push(line); + Edge.prototype.connect = function () { + this.disconnect(); - var props = this.props; - if (orientation == 'top') { - line.style.top = props.majorLabelHeight + 'px'; + this.from = this.network.nodes[this.fromId] || null; + this.to = this.network.nodes[this.toId] || null; + this.connected = (this.from && this.to); + + if (this.connected) { + this.from.attachEdge(this); + this.to.attachEdge(this); } else { - line.style.top = this.body.domProps.top.height + 'px'; + if (this.from) { + this.from.detachEdge(this); + } + if (this.to) { + this.to.detachEdge(this); + } } - line.style.height = props.minorLineHeight + 'px'; - line.style.left = (x - props.minorLineWidth / 2) + 'px'; - - line.className = 'grid vertical minor ' + className; - - return line; }; /** - * Create a Major line for the axis at position x - * @param {Number} x - * @param {String} orientation "top" or "bottom" (default) - * @param {String} className - * @return {Element} Returns the created line - * @private + * Disconnect an edge from its nodes */ - TimeAxis.prototype._repaintMajorLine = function (x, orientation, className) { - // reuse redundant line - var line = this.dom.redundant.lines.shift(); - if (!line) { - // create vertical line - line = document.createElement('div'); - this.dom.background.appendChild(line); - } - this.dom.lines.push(line); - - var props = this.props; - if (orientation == 'top') { - line.style.top = '0'; + Edge.prototype.disconnect = function () { + if (this.from) { + this.from.detachEdge(this); + this.from = null; } - else { - line.style.top = this.body.domProps.top.height + 'px'; + if (this.to) { + this.to.detachEdge(this); + this.to = null; } - line.style.left = (x - props.majorLineWidth / 2) + 'px'; - line.style.height = props.majorLineHeight + 'px'; - line.className = 'grid vertical major ' + className; - - return line; + this.connected = false; }; /** - * Determine the size of text on the axis (both major and minor axis). - * The size is calculated only once and then cached in this.props. - * @private + * get the title of this edge. + * @return {string} title The title of the edge, or undefined when no title + * has been set. */ - TimeAxis.prototype._calculateCharSize = function () { - // Note: We calculate char size with every redraw. Size may change, for - // example when any of the timelines parents had display:none for example. - - // determine the char width and height on the minor axis - if (!this.dom.measureCharMinor) { - this.dom.measureCharMinor = document.createElement('DIV'); - this.dom.measureCharMinor.className = 'text minor measure'; - this.dom.measureCharMinor.style.position = 'absolute'; + Edge.prototype.getTitle = function() { + return typeof this.title === "function" ? this.title() : this.title; + }; - this.dom.measureCharMinor.appendChild(document.createTextNode('0')); - this.dom.foreground.appendChild(this.dom.measureCharMinor); - } - this.props.minorCharHeight = this.dom.measureCharMinor.clientHeight; - this.props.minorCharWidth = this.dom.measureCharMinor.clientWidth; - // determine the char width and height on the major axis - if (!this.dom.measureCharMajor) { - this.dom.measureCharMajor = document.createElement('DIV'); - this.dom.measureCharMajor.className = 'text major measure'; - this.dom.measureCharMajor.style.position = 'absolute'; + /** + * Retrieve the value of the edge. Can be undefined + * @return {Number} value + */ + Edge.prototype.getValue = function() { + return this.value; + }; - this.dom.measureCharMajor.appendChild(document.createTextNode('0')); - this.dom.foreground.appendChild(this.dom.measureCharMajor); + /** + * Adjust the value range of the edge. The edge will adjust it's width + * based on its value. + * @param {Number} min + * @param {Number} max + */ + Edge.prototype.setValueRange = function(min, max) { + if (!this.widthFixed && this.value !== undefined) { + var scale = (this.options.widthMax - this.options.widthMin) / (max - min); + this.options.width= (this.value - min) * scale + this.options.widthMin; + this.widthSelected = this.options.width* this.options.widthSelectionMultiplier; } - this.props.majorCharHeight = this.dom.measureCharMajor.clientHeight; - this.props.majorCharWidth = this.dom.measureCharMajor.clientWidth; }; /** - * Snap a date to a rounded value. - * The snap intervals are dependent on the current scale and step. - * @param {Date} date the date to be snapped. - * @return {Date} snappedDate + * Redraw a edge + * Draw this edge in the given canvas + * The 2d context of a HTML canvas can be retrieved by canvas.getContext("2d"); + * @param {CanvasRenderingContext2D} ctx */ - TimeAxis.prototype.snap = function(date) { - return this.step.snap(date); + Edge.prototype.draw = function(ctx) { + throw "Method draw not initialized in edge"; }; - module.exports = TimeAxis; + /** + * Check if this object is overlapping with the provided object + * @param {Object} obj an object with parameters left, top + * @return {boolean} True if location is located on the edge + */ + Edge.prototype.isOverlappingWith = function(obj) { + if (this.connected) { + var distMax = 10; + var xFrom = this.from.x; + var yFrom = this.from.y; + var xTo = this.to.x; + var yTo = this.to.y; + var xObj = obj.left; + var yObj = obj.top; + var dist = this._getDistanceToEdge(xFrom, yFrom, xTo, yTo, xObj, yObj); -/***/ }, -/* 38 */ -/***/ function(module, exports, __webpack_require__) { + return (dist < distMax); + } + else { + return false + } + }; + + Edge.prototype._getColor = function() { + var colorObj = this.options.color; + if (this.options.inheritColor == "to") { + colorObj = { + highlight: this.to.options.color.highlight.border, + hover: this.to.options.color.hover.border, + color: this.to.options.color.border + }; + } + else if (this.options.inheritColor == "from" || this.options.inheritColor == true) { + colorObj = { + highlight: this.from.options.color.highlight.border, + hover: this.from.options.color.hover.border, + color: this.from.options.color.border + }; + } + + if (this.selected == true) {return colorObj.highlight;} + else if (this.hover == true) {return colorObj.hover;} + else {return colorObj.color;} + }; - var moment = __webpack_require__(2); - var DateUtil = __webpack_require__(24); - var util = __webpack_require__(1); /** - * @constructor TimeStep - * The class TimeStep is an iterator for dates. You provide a start date and an - * end date. The class itself determines the best scale (step size) based on the - * provided start Date, end Date, and minimumStep. - * - * If minimumStep is provided, the step size is chosen as close as possible - * to the minimumStep but larger than minimumStep. If minimumStep is not - * provided, the scale is set to 1 DAY. - * The minimumStep should correspond with the onscreen size of about 6 characters - * - * Alternatively, you can set a scale by hand. - * After creation, you can initialize the class by executing first(). Then you - * can iterate from the start date to the end date via next(). You can check if - * the end date is reached with the function hasNext(). After each step, you can - * retrieve the current date via getCurrent(). - * The TimeStep has scales ranging from milliseconds, seconds, minutes, hours, - * days, to years. - * - * Version: 1.2 - * - * @param {Date} [start] The start date, for example new Date(2010, 9, 21) - * or new Date(2010, 9, 21, 23, 45, 00) - * @param {Date} [end] The end date - * @param {Number} [minimumStep] Optional. Minimum step size in milliseconds + * Redraw a edge as a line + * Draw this edge in the given canvas + * The 2d context of a HTML canvas can be retrieved by canvas.getContext("2d"); + * @param {CanvasRenderingContext2D} ctx + * @private */ - function TimeStep(start, end, minimumStep, hiddenDates) { - // variables - this.current = new Date(); - this._start = new Date(); - this._end = new Date(); - - this.autoScale = true; - this.scale = 'day'; - this.step = 1; + Edge.prototype._drawLine = function(ctx) { + // set style + ctx.strokeStyle = this._getColor(); + ctx.lineWidth = this._getLineWidth(); - // initialize the range - this.setRange(start, end, minimumStep); + if (this.from != this.to) { + // draw line + var via = this._line(ctx); - // hidden Dates options - this.switchedDay = false; - this.switchedMonth = false; - this.switchedYear = false; - this.hiddenDates = hiddenDates; - if (hiddenDates === undefined) { - this.hiddenDates = []; + // draw label + var point; + if (this.label) { + if (this.options.smoothCurves.enabled == true && via != null) { + var midpointX = 0.5*(0.5*(this.from.x + via.x) + 0.5*(this.to.x + via.x)); + var midpointY = 0.5*(0.5*(this.from.y + via.y) + 0.5*(this.to.y + via.y)); + point = {x:midpointX, y:midpointY}; + } + else { + point = this._pointOnLine(0.5); + } + this._label(ctx, this.label, point.x, point.y); + } } - - this.format = TimeStep.FORMAT; // default formatting - } - - // Time formatting - TimeStep.FORMAT = { - minorLabels: { - millisecond:'SSS', - second: 's', - minute: 'HH:mm', - hour: 'HH:mm', - weekday: 'ddd D', - day: 'D', - month: 'MMM', - year: 'YYYY' - }, - majorLabels: { - millisecond:'HH:mm:ss', - second: 'D MMMM HH:mm', - minute: 'ddd D MMMM', - hour: 'ddd D MMMM', - weekday: 'MMMM YYYY', - day: 'MMMM YYYY', - month: 'YYYY', - year: '' + else { + var x, y; + var radius = this.physics.springLength / 4; + var node = this.from; + if (!node.width) { + node.resize(ctx); + } + if (node.width > node.height) { + x = node.x + node.width / 2; + y = node.y - radius; + } + else { + x = node.x + radius; + y = node.y - node.height / 2; + } + this._circle(ctx, x, y, radius); + point = this._pointOnCircle(x, y, radius, 0.5); + this._label(ctx, this.label, point.x, point.y); } }; /** - * Set custom formatting for the minor an major labels of the TimeStep. - * Both `minorLabels` and `majorLabels` are an Object with properties: - * 'millisecond, 'second, 'minute', 'hour', 'weekday, 'day, 'month, 'year'. - * @param {{minorLabels: Object, majorLabels: Object}} format + * Get the line width of the edge. Depends on width and whether one of the + * connected nodes is selected. + * @return {Number} width + * @private */ - TimeStep.prototype.setFormat = function (format) { - var defaultFormat = util.deepExtend({}, TimeStep.FORMAT); - this.format = util.deepExtend(defaultFormat, format); + Edge.prototype._getLineWidth = function() { + if (this.selected == true) { + return Math.max(Math.min(this.widthSelected, this.options.widthMax), 0.3*this.networkScaleInv); + } + else { + if (this.hover == true) { + return Math.max(Math.min(this.options.hoverWidth, this.options.widthMax), 0.3*this.networkScaleInv); + } + else { + return Math.max(this.options.width, 0.3*this.networkScaleInv); + } + } }; - /** - * Set a new range - * If minimumStep is provided, the step size is chosen as close as possible - * to the minimumStep but larger than minimumStep. If minimumStep is not - * provided, the scale is set to 1 DAY. - * The minimumStep should correspond with the onscreen size of about 6 characters - * @param {Date} [start] The start date and time. - * @param {Date} [end] The end date and time. - * @param {int} [minimumStep] Optional. Minimum step size in milliseconds - */ - TimeStep.prototype.setRange = function(start, end, minimumStep) { - if (!(start instanceof Date) || !(end instanceof Date)) { - throw "No legal start or end date in method setRange"; + Edge.prototype._getViaCoordinates = function () { + if (this.options.smoothCurves.dynamic == true && this.options.smoothCurves.enabled == true ) { + return this.via; + } + else if (this.options.smoothCurves.enabled == false) { + return {x:0,y:0}; } + else { + var xVia = null; + var yVia = null; + var factor = this.options.smoothCurves.roundness; + var type = this.options.smoothCurves.type; + + var dx = Math.abs(this.from.x - this.to.x); + var dy = Math.abs(this.from.y - this.to.y); + if (type == 'discrete' || type == 'diagonalCross') { + if (Math.abs(this.from.x - this.to.x) < Math.abs(this.from.y - this.to.y)) { + if (this.from.y > this.to.y) { + if (this.from.x < this.to.x) { + xVia = this.from.x + factor * dy; + yVia = this.from.y - factor * dy; + } + else if (this.from.x > this.to.x) { + xVia = this.from.x - factor * dy; + yVia = this.from.y - factor * dy; + } + } + else if (this.from.y < this.to.y) { + if (this.from.x < this.to.x) { + xVia = this.from.x + factor * dy; + yVia = this.from.y + factor * dy; + } + else if (this.from.x > this.to.x) { + xVia = this.from.x - factor * dy; + yVia = this.from.y + factor * dy; + } + } + if (type == "discrete") { + xVia = dx < factor * dy ? this.from.x : xVia; + } + } + else if (Math.abs(this.from.x - this.to.x) > Math.abs(this.from.y - this.to.y)) { + if (this.from.y > this.to.y) { + if (this.from.x < this.to.x) { + xVia = this.from.x + factor * dx; + yVia = this.from.y - factor * dx; + } + else if (this.from.x > this.to.x) { + xVia = this.from.x - factor * dx; + yVia = this.from.y - factor * dx; + } + } + else if (this.from.y < this.to.y) { + if (this.from.x < this.to.x) { + xVia = this.from.x + factor * dx; + yVia = this.from.y + factor * dx; + } + else if (this.from.x > this.to.x) { + xVia = this.from.x - factor * dx; + yVia = this.from.y + factor * dx; + } + } + if (type == "discrete") { + yVia = dy < factor * dx ? this.from.y : yVia; + } + } + } + else if (type == "straightCross") { + if (Math.abs(this.from.x - this.to.x) < Math.abs(this.from.y - this.to.y)) { // up - down + xVia = this.from.x; + if (this.from.y < this.to.y) { + yVia = this.to.y - (1 - factor) * dy; + } + else { + yVia = this.to.y + (1 - factor) * dy; + } + } + else if (Math.abs(this.from.x - this.to.x) > Math.abs(this.from.y - this.to.y)) { // left - right + if (this.from.x < this.to.x) { + xVia = this.to.x - (1 - factor) * dx; + } + else { + xVia = this.to.x + (1 - factor) * dx; + } + yVia = this.from.y; + } + } + else if (type == 'horizontal') { + if (this.from.x < this.to.x) { + xVia = this.to.x - (1 - factor) * dx; + } + else { + xVia = this.to.x + (1 - factor) * dx; + } + yVia = this.from.y; + } + else if (type == 'vertical') { + xVia = this.from.x; + if (this.from.y < this.to.y) { + yVia = this.to.y - (1 - factor) * dy; + } + else { + yVia = this.to.y + (1 - factor) * dy; + } + } + else { // continuous + if (Math.abs(this.from.x - this.to.x) < Math.abs(this.from.y - this.to.y)) { + if (this.from.y > this.to.y) { + if (this.from.x < this.to.x) { + // console.log(1) + xVia = this.from.x + factor * dy; + yVia = this.from.y - factor * dy; + xVia = this.to.x < xVia ? this.to.x : xVia; + } + else if (this.from.x > this.to.x) { + // console.log(2) + xVia = this.from.x - factor * dy; + yVia = this.from.y - factor * dy; + xVia = this.to.x > xVia ? this.to.x : xVia; + } + } + else if (this.from.y < this.to.y) { + if (this.from.x < this.to.x) { + // console.log(3) + xVia = this.from.x + factor * dy; + yVia = this.from.y + factor * dy; + xVia = this.to.x < xVia ? this.to.x : xVia; + } + else if (this.from.x > this.to.x) { + // console.log(4, this.from.x, this.to.x) + xVia = this.from.x - factor * dy; + yVia = this.from.y + factor * dy; + xVia = this.to.x > xVia ? this.to.x : xVia; + } + } + } + else if (Math.abs(this.from.x - this.to.x) > Math.abs(this.from.y - this.to.y)) { + if (this.from.y > this.to.y) { + if (this.from.x < this.to.x) { + // console.log(5) + xVia = this.from.x + factor * dx; + yVia = this.from.y - factor * dx; + yVia = this.to.y > yVia ? this.to.y : yVia; + } + else if (this.from.x > this.to.x) { + // console.log(6) + xVia = this.from.x - factor * dx; + yVia = this.from.y - factor * dx; + yVia = this.to.y > yVia ? this.to.y : yVia; + } + } + else if (this.from.y < this.to.y) { + if (this.from.x < this.to.x) { + // console.log(7) + xVia = this.from.x + factor * dx; + yVia = this.from.y + factor * dx; + yVia = this.to.y < yVia ? this.to.y : yVia; + } + else if (this.from.x > this.to.x) { + // console.log(8) + xVia = this.from.x - factor * dx; + yVia = this.from.y + factor * dx; + yVia = this.to.y < yVia ? this.to.y : yVia; + } + } + } + } - this._start = (start != undefined) ? new Date(start.valueOf()) : new Date(); - this._end = (end != undefined) ? new Date(end.valueOf()) : new Date(); - if (this.autoScale) { - this.setMinimumStep(minimumStep); + return {x: xVia, y: yVia}; } }; /** - * Set the range iterator to the start date. - */ - TimeStep.prototype.first = function() { - this.current = new Date(this._start.valueOf()); - this.roundToMinor(); - }; - - /** - * Round the current date to the first minor date value - * This must be executed once when the current date is set to start Date + * Draw a line between two nodes + * @param {CanvasRenderingContext2D} ctx + * @private */ - TimeStep.prototype.roundToMinor = function() { - // round to floor - // IMPORTANT: we have no breaks in this switch! (this is no bug) - // noinspection FallThroughInSwitchStatementJS - switch (this.scale) { - case 'year': - this.current.setFullYear(this.step * Math.floor(this.current.getFullYear() / this.step)); - this.current.setMonth(0); - case 'month': this.current.setDate(1); - case 'day': // intentional fall through - case 'weekday': this.current.setHours(0); - case 'hour': this.current.setMinutes(0); - case 'minute': this.current.setSeconds(0); - case 'second': this.current.setMilliseconds(0); - //case 'millisecond': // nothing to do for milliseconds - } - - if (this.step != 1) { - // round down to the first minor value that is a multiple of the current step size - switch (this.scale) { - case 'millisecond': this.current.setMilliseconds(this.current.getMilliseconds() - this.current.getMilliseconds() % this.step); break; - case 'second': this.current.setSeconds(this.current.getSeconds() - this.current.getSeconds() % this.step); break; - case 'minute': this.current.setMinutes(this.current.getMinutes() - this.current.getMinutes() % this.step); break; - case 'hour': this.current.setHours(this.current.getHours() - this.current.getHours() % this.step); break; - case 'weekday': // intentional fall through - case 'day': this.current.setDate((this.current.getDate()-1) - (this.current.getDate()-1) % this.step + 1); break; - case 'month': this.current.setMonth(this.current.getMonth() - this.current.getMonth() % this.step); break; - case 'year': this.current.setFullYear(this.current.getFullYear() - this.current.getFullYear() % this.step); break; - default: break; + Edge.prototype._line = function (ctx) { + // draw a straight line + ctx.beginPath(); + ctx.moveTo(this.from.x, this.from.y); + if (this.options.smoothCurves.enabled == true) { + if (this.options.smoothCurves.dynamic == false) { + var via = this._getViaCoordinates(); + if (via.x == null) { + ctx.lineTo(this.to.x, this.to.y); + ctx.stroke(); + return null; + } + else { + // this.via.x = via.x; + // this.via.y = via.y; + ctx.quadraticCurveTo(via.x,via.y,this.to.x, this.to.y); + ctx.stroke(); + return via; + } } + else { + ctx.quadraticCurveTo(this.via.x,this.via.y,this.to.x, this.to.y); + ctx.stroke(); + return this.via; + } + } + else { + ctx.lineTo(this.to.x, this.to.y); + ctx.stroke(); + return null; } }; /** - * Check if the there is a next step - * @return {boolean} true if the current date has not passed the end date + * Draw a line from a node to itself, a circle + * @param {CanvasRenderingContext2D} ctx + * @param {Number} x + * @param {Number} y + * @param {Number} radius + * @private */ - TimeStep.prototype.hasNext = function () { - return (this.current.valueOf() <= this._end.valueOf()); + Edge.prototype._circle = function (ctx, x, y, radius) { + // draw a circle + ctx.beginPath(); + ctx.arc(x, y, radius, 0, 2 * Math.PI, false); + ctx.stroke(); }; /** - * Do the next step + * Draw label with white background and with the middle at (x, y) + * @param {CanvasRenderingContext2D} ctx + * @param {String} text + * @param {Number} x + * @param {Number} y + * @private */ - TimeStep.prototype.next = function() { - var prev = this.current.valueOf(); + Edge.prototype._label = function (ctx, text, x, y) { + if (text) { + ctx.font = ((this.from.selected || this.to.selected) ? "bold " : "") + + this.options.fontSize + "px " + this.options.fontFace; + var yLine; - // Two cases, needed to prevent issues with switching daylight savings - // (end of March and end of October) - if (this.current.getMonth() < 6) { - switch (this.scale) { - case 'millisecond': + if (this.dirtyLabel == true) { + var lines = String(text).split('\n'); + var lineCount = lines.length; + var fontSize = Number(this.options.fontSize); + yLine = y + (1 - lineCount) / 2 * fontSize; - this.current = new Date(this.current.valueOf() + this.step); break; - case 'second': this.current = new Date(this.current.valueOf() + this.step * 1000); break; - case 'minute': this.current = new Date(this.current.valueOf() + this.step * 1000 * 60); break; - case 'hour': - this.current = new Date(this.current.valueOf() + this.step * 1000 * 60 * 60); - // in case of skipping an hour for daylight savings, adjust the hour again (else you get: 0h 5h 9h ... instead of 0h 4h 8h ...) - var h = this.current.getHours(); - this.current.setHours(h - (h % this.step)); - break; - case 'weekday': // intentional fall through - case 'day': this.current.setDate(this.current.getDate() + this.step); break; - case 'month': this.current.setMonth(this.current.getMonth() + this.step); break; - case 'year': this.current.setFullYear(this.current.getFullYear() + this.step); break; - default: break; - } - } - else { - switch (this.scale) { - case 'millisecond': this.current = new Date(this.current.valueOf() + this.step); break; - case 'second': this.current.setSeconds(this.current.getSeconds() + this.step); break; - case 'minute': this.current.setMinutes(this.current.getMinutes() + this.step); break; - case 'hour': this.current.setHours(this.current.getHours() + this.step); break; - case 'weekday': // intentional fall through - case 'day': this.current.setDate(this.current.getDate() + this.step); break; - case 'month': this.current.setMonth(this.current.getMonth() + this.step); break; - case 'year': this.current.setFullYear(this.current.getFullYear() + this.step); break; - default: break; - } - } + var width = ctx.measureText(lines[0]).width; + for (var i = 1; i < lineCount; i++) { + var lineWidth = ctx.measureText(lines[i]).width; + width = lineWidth > width ? lineWidth : width; + } + var height = this.options.fontSize * lineCount; + var left = x - width / 2; + var top = y - height / 2; - if (this.step != 1) { - // round down to the correct major value - switch (this.scale) { - case 'millisecond': if(this.current.getMilliseconds() < this.step) this.current.setMilliseconds(0); break; - case 'second': if(this.current.getSeconds() < this.step) this.current.setSeconds(0); break; - case 'minute': if(this.current.getMinutes() < this.step) this.current.setMinutes(0); break; - case 'hour': if(this.current.getHours() < this.step) this.current.setHours(0); break; - case 'weekday': // intentional fall through - case 'day': if(this.current.getDate() < this.step+1) this.current.setDate(1); break; - case 'month': if(this.current.getMonth() < this.step) this.current.setMonth(0); break; - case 'year': break; // nothing to do for year - default: break; + // cache + this.labelDimensions = {top:top,left:left,width:width,height:height,yLine:yLine}; } - } - // safety mechanism: if current time is still unchanged, move to the end - if (this.current.valueOf() == prev) { - this.current = new Date(this._end.valueOf()); + var yLine = this.labelDimensions.yLine; + + ctx.save(); + + if (this.options.labelAlignment != "horizontal"){ + ctx.translate(x, yLine); + this._rotateForLabelAlignment(ctx); + x = 0; + yLine = 0; + } + + this._drawLabelRect(ctx); + this._drawLabelText(ctx,x,yLine, lines, lineCount, fontSize); + + ctx.restore(); } - - DateUtil.stepOverHiddenDates(this, prev); - }; - - - /** - * Get the current datetime - * @return {Date} current The current date - */ - TimeStep.prototype.getCurrent = function() { - return this.current; }; /** - * Set a custom scale. Autoscaling will be disabled. - * For example setScale(SCALE.MINUTES, 5) will result - * in minor steps of 5 minutes, and major steps of an hour. - * - * @param {string} newScale - * A scale. Choose from 'millisecond, 'second, - * 'minute', 'hour', 'weekday, 'day, 'month, 'year'. - * @param {Number} newStep A step size, by default 1. Choose for - * example 1, 2, 5, or 10. + * Rotates the canvas so the text is most readable + * @param {CanvasRenderingContext2D} ctx + * @private */ - TimeStep.prototype.setScale = function(newScale, newStep) { - this.scale = newScale; - - if (newStep > 0) { - this.step = newStep; - } + Edge.prototype._rotateForLabelAlignment = function(ctx) { + var dy = this.from.y - this.to.y; + var dx = this.from.x - this.to.x; + var angleInDegrees = Math.atan2(dy, dx); - this.autoScale = false; + // rotate so label it is readable + if((angleInDegrees < -1 && dx < 0) || (angleInDegrees > 0 && dx < 0)){ + angleInDegrees = angleInDegrees + Math.PI; + } + + ctx.rotate(angleInDegrees); }; /** - * Enable or disable autoscaling - * @param {boolean} enable If true, autoascaling is set true + * Draws the label rectangle + * @param {CanvasRenderingContext2D} ctx + * @param {String} labelAlignment + * @private */ - TimeStep.prototype.setAutoScale = function (enable) { - this.autoScale = enable; - }; - + Edge.prototype._drawLabelRect = function(ctx) { + if (this.options.fontFill !== undefined && this.options.fontFill !== null && this.options.fontFill !== "none") { + ctx.fillStyle = this.options.fontFill; + + var lineMargin = 2; - /** - * Automatically determine the scale that bests fits the provided minimum step - * @param {Number} [minimumStep] The minimum step size in milliseconds - */ - TimeStep.prototype.setMinimumStep = function(minimumStep) { - if (minimumStep == undefined) { - return; + if (this.options.labelAlignment == 'line-center') { + ctx.fillRect(-this.labelDimensions.width * 0.5, -this.labelDimensions.height * 0.5, this.labelDimensions.width, this.labelDimensions.height); + } + else if (this.options.labelAlignment == 'line-above') { + ctx.fillRect(-this.labelDimensions.width * 0.5, -(this.labelDimensions.height + lineMargin), this.labelDimensions.width, this.labelDimensions.height); + } + else if (this.options.labelAlignment == 'line-below') { + ctx.fillRect(-this.labelDimensions.width * 0.5, lineMargin, this.labelDimensions.width, this.labelDimensions.height); + } + else { + ctx.fillStyle = this.options.fontFill; + ctx.fillRect(this.labelDimensions.left, this.labelDimensions.top, this.labelDimensions.width, this.labelDimensions.height); + } } - - //var b = asc + ds; - - var stepYear = (1000 * 60 * 60 * 24 * 30 * 12); - var stepMonth = (1000 * 60 * 60 * 24 * 30); - var stepDay = (1000 * 60 * 60 * 24); - var stepHour = (1000 * 60 * 60); - var stepMinute = (1000 * 60); - var stepSecond = (1000); - var stepMillisecond= (1); - - // find the smallest step that is larger than the provided minimumStep - if (stepYear*1000 > minimumStep) {this.scale = 'year'; this.step = 1000;} - if (stepYear*500 > minimumStep) {this.scale = 'year'; this.step = 500;} - if (stepYear*100 > minimumStep) {this.scale = 'year'; this.step = 100;} - if (stepYear*50 > minimumStep) {this.scale = 'year'; this.step = 50;} - if (stepYear*10 > minimumStep) {this.scale = 'year'; this.step = 10;} - if (stepYear*5 > minimumStep) {this.scale = 'year'; this.step = 5;} - if (stepYear > minimumStep) {this.scale = 'year'; this.step = 1;} - if (stepMonth*3 > minimumStep) {this.scale = 'month'; this.step = 3;} - if (stepMonth > minimumStep) {this.scale = 'month'; this.step = 1;} - if (stepDay*5 > minimumStep) {this.scale = 'day'; this.step = 5;} - if (stepDay*2 > minimumStep) {this.scale = 'day'; this.step = 2;} - if (stepDay > minimumStep) {this.scale = 'day'; this.step = 1;} - if (stepDay/2 > minimumStep) {this.scale = 'weekday'; this.step = 1;} - if (stepHour*4 > minimumStep) {this.scale = 'hour'; this.step = 4;} - if (stepHour > minimumStep) {this.scale = 'hour'; this.step = 1;} - if (stepMinute*15 > minimumStep) {this.scale = 'minute'; this.step = 15;} - if (stepMinute*10 > minimumStep) {this.scale = 'minute'; this.step = 10;} - if (stepMinute*5 > minimumStep) {this.scale = 'minute'; this.step = 5;} - if (stepMinute > minimumStep) {this.scale = 'minute'; this.step = 1;} - if (stepSecond*15 > minimumStep) {this.scale = 'second'; this.step = 15;} - if (stepSecond*10 > minimumStep) {this.scale = 'second'; this.step = 10;} - if (stepSecond*5 > minimumStep) {this.scale = 'second'; this.step = 5;} - if (stepSecond > minimumStep) {this.scale = 'second'; this.step = 1;} - if (stepMillisecond*200 > minimumStep) {this.scale = 'millisecond'; this.step = 200;} - if (stepMillisecond*100 > minimumStep) {this.scale = 'millisecond'; this.step = 100;} - if (stepMillisecond*50 > minimumStep) {this.scale = 'millisecond'; this.step = 50;} - if (stepMillisecond*10 > minimumStep) {this.scale = 'millisecond'; this.step = 10;} - if (stepMillisecond*5 > minimumStep) {this.scale = 'millisecond'; this.step = 5;} - if (stepMillisecond > minimumStep) {this.scale = 'millisecond'; this.step = 1;} }; /** - * Snap a date to a rounded value. - * The snap intervals are dependent on the current scale and step. - * @param {Date} date the date to be snapped. - * @return {Date} snappedDate + * Draws the label text + * @param {CanvasRenderingContext2D} ctx + * @param {Number} x + * @param {Number} yLine + * @param {Array} lines + * @param {Number} lineCount + * @param {Number} fontSize + * @private */ - TimeStep.prototype.snap = function(date) { - var clone = new Date(date.valueOf()); + Edge.prototype._drawLabelText = function(ctx, x, yLine, lines, lineCount, fontSize) { + // draw text + ctx.fillStyle = this.options.fontColor || "black"; + ctx.textAlign = "center"; - if (this.scale == 'year') { - var year = clone.getFullYear() + Math.round(clone.getMonth() / 12); - clone.setFullYear(Math.round(year / this.step) * this.step); - clone.setMonth(0); - clone.setDate(0); - clone.setHours(0); - clone.setMinutes(0); - clone.setSeconds(0); - clone.setMilliseconds(0); - } - else if (this.scale == 'month') { - if (clone.getDate() > 15) { - clone.setDate(1); - clone.setMonth(clone.getMonth() + 1); - // important: first set Date to 1, after that change the month. - } - else { - clone.setDate(1); + // check for label alignment + if (this.options.labelAlignment != 'horizontal') { + var lineMargin = 2; + if (this.options.labelAlignment == 'line-above') { + ctx.textBaseline = "alphabetic"; + yLine -= 2 * lineMargin; // distance from edge, required because we use alphabetic. Alphabetic has less difference between browsers } - - clone.setHours(0); - clone.setMinutes(0); - clone.setSeconds(0); - clone.setMilliseconds(0); - } - else if (this.scale == 'day') { - //noinspection FallthroughInSwitchStatementJS - switch (this.step) { - case 5: - case 2: - clone.setHours(Math.round(clone.getHours() / 24) * 24); break; - default: - clone.setHours(Math.round(clone.getHours() / 12) * 12); break; + else if (this.options.labelAlignment == 'line-below') { + ctx.textBaseline = "hanging"; + yLine += 2 * lineMargin;// distance from edge, required because we use hanging. Hanging has less difference between browsers } - clone.setMinutes(0); - clone.setSeconds(0); - clone.setMilliseconds(0); - } - else if (this.scale == 'weekday') { - //noinspection FallthroughInSwitchStatementJS - switch (this.step) { - case 5: - case 2: - clone.setHours(Math.round(clone.getHours() / 12) * 12); break; - default: - clone.setHours(Math.round(clone.getHours() / 6) * 6); break; + else { + ctx.textBaseline = "middle"; } - clone.setMinutes(0); - clone.setSeconds(0); - clone.setMilliseconds(0); } - else if (this.scale == 'hour') { - switch (this.step) { - case 4: - clone.setMinutes(Math.round(clone.getMinutes() / 60) * 60); break; - default: - clone.setMinutes(Math.round(clone.getMinutes() / 30) * 30); break; - } - clone.setSeconds(0); - clone.setMilliseconds(0); - } else if (this.scale == 'minute') { - //noinspection FallthroughInSwitchStatementJS - switch (this.step) { - case 15: - case 10: - clone.setMinutes(Math.round(clone.getMinutes() / 5) * 5); - clone.setSeconds(0); - break; - case 5: - clone.setSeconds(Math.round(clone.getSeconds() / 60) * 60); break; - default: - clone.setSeconds(Math.round(clone.getSeconds() / 30) * 30); break; - } - clone.setMilliseconds(0); + + // check for strokeWidth + if (this.options.fontStrokeWidth > 0){ + ctx.lineWidth = this.options.fontStrokeWidth; + ctx.strokeStyle = this.options.fontStrokeColor; + ctx.lineJoin = 'round'; } - else if (this.scale == 'second') { - //noinspection FallthroughInSwitchStatementJS - switch (this.step) { - case 15: - case 10: - clone.setSeconds(Math.round(clone.getSeconds() / 5) * 5); - clone.setMilliseconds(0); - break; - case 5: - clone.setMilliseconds(Math.round(clone.getMilliseconds() / 1000) * 1000); break; - default: - clone.setMilliseconds(Math.round(clone.getMilliseconds() / 500) * 500); break; + for (var i = 0; i < lineCount; i++) { + if(this.options.fontStrokeWidth > 0){ + ctx.strokeText(lines[i], x, yLine); } - } - else if (this.scale == 'millisecond') { - var step = this.step > 5 ? this.step / 2 : 1; - clone.setMilliseconds(Math.round(clone.getMilliseconds() / step) * step); - } - - return clone; + ctx.fillText(lines[i], x, yLine); + yLine += fontSize; + } }; /** - * Check if the current value is a major value (for example when the step - * is DAY, a major value is each first day of the MONTH) - * @return {boolean} true if current date is major, else false. + * Redraw a edge as a dashed line + * Draw this edge in the given canvas + * @author David Jordan + * @date 2012-08-08 + * The 2d context of a HTML canvas can be retrieved by canvas.getContext("2d"); + * @param {CanvasRenderingContext2D} ctx + * @private */ - TimeStep.prototype.isMajor = function() { - if (this.switchedYear == true) { - this.switchedYear = false; - switch (this.scale) { - case 'year': - case 'month': - case 'weekday': - case 'day': - case 'hour': - case 'minute': - case 'second': - case 'millisecond': - return true; - default: - return false; + Edge.prototype._drawDashLine = function(ctx) { + // set style + ctx.strokeStyle = this._getColor(); + ctx.lineWidth = this._getLineWidth(); + + var via = null; + // only firefox and chrome support this method, else we use the legacy one. + if (ctx.setLineDash !== undefined) { + ctx.save(); + // configure the dash pattern + var pattern = [0]; + if (this.options.dash.length !== undefined && this.options.dash.gap !== undefined) { + pattern = [this.options.dash.length,this.options.dash.gap]; } - } - else if (this.switchedMonth == true) { - this.switchedMonth = false; - switch (this.scale) { - case 'weekday': - case 'day': - case 'hour': - case 'minute': - case 'second': - case 'millisecond': - return true; - default: - return false; + else { + pattern = [5,5]; } + + // set dash settings for chrome or firefox + ctx.setLineDash(pattern); + ctx.lineDashOffset = 0; + + // draw the line + via = this._line(ctx); + + // restore the dash settings. + ctx.setLineDash([0]); + ctx.lineDashOffset = 0; + ctx.restore(); } - else if (this.switchedDay == true) { - this.switchedDay = false; - switch (this.scale) { - case 'millisecond': - case 'second': - case 'minute': - case 'hour': - return true; - default: - return false; + else { // unsupporting smooth lines + // draw dashed line + ctx.beginPath(); + ctx.lineCap = 'round'; + if (this.options.dash.altLength !== undefined) //If an alt dash value has been set add to the array this value + { + ctx.dashedLine(this.from.x,this.from.y,this.to.x,this.to.y, + [this.options.dash.length,this.options.dash.gap,this.options.dash.altLength,this.options.dash.gap]); } + else if (this.options.dash.length !== undefined && this.options.dash.gap !== undefined) //If a dash and gap value has been set add to the array this value + { + ctx.dashedLine(this.from.x,this.from.y,this.to.x,this.to.y, + [this.options.dash.length,this.options.dash.gap]); + } + else //If all else fails draw a line + { + ctx.moveTo(this.from.x, this.from.y); + ctx.lineTo(this.to.x, this.to.y); + } + ctx.stroke(); } - switch (this.scale) { - case 'millisecond': - return (this.current.getMilliseconds() == 0); - case 'second': - return (this.current.getSeconds() == 0); - case 'minute': - return (this.current.getHours() == 0) && (this.current.getMinutes() == 0); - case 'hour': - return (this.current.getHours() == 0); - case 'weekday': // intentional fall through - case 'day': - return (this.current.getDate() == 1); - case 'month': - return (this.current.getMonth() == 0); - case 'year': - return false; - default: - return false; + // draw label + if (this.label) { + var point; + if (this.options.smoothCurves.enabled == true && via != null) { + var midpointX = 0.5*(0.5*(this.from.x + via.x) + 0.5*(this.to.x + via.x)); + var midpointY = 0.5*(0.5*(this.from.y + via.y) + 0.5*(this.to.y + via.y)); + point = {x:midpointX, y:midpointY}; + } + else { + point = this._pointOnLine(0.5); + } + this._label(ctx, this.label, point.x, point.y); } }; - /** - * Returns formatted text for the minor axislabel, depending on the current - * date and the scale. For example when scale is MINUTE, the current time is - * formatted as "hh:mm". - * @param {Date} [date] custom date. if not provided, current date is taken + * Get a point on a line + * @param {Number} percentage. Value between 0 (line start) and 1 (line end) + * @return {Object} point + * @private */ - TimeStep.prototype.getLabelMinor = function(date) { - if (date == undefined) { - date = this.current; + Edge.prototype._pointOnLine = function (percentage) { + return { + x: (1 - percentage) * this.from.x + percentage * this.to.x, + y: (1 - percentage) * this.from.y + percentage * this.to.y } - - var format = this.format.minorLabels[this.scale]; - return (format && format.length > 0) ? moment(date).format(format) : ''; }; /** - * Returns formatted text for the major axis label, depending on the current - * date and the scale. For example when scale is MINUTE, the major scale is - * hours, and the hour will be formatted as "hh". - * @param {Date} [date] custom date. if not provided, current date is taken + * Get a point on a circle + * @param {Number} x + * @param {Number} y + * @param {Number} radius + * @param {Number} percentage. Value between 0 (line start) and 1 (line end) + * @return {Object} point + * @private */ - TimeStep.prototype.getLabelMajor = function(date) { - if (date == undefined) { - date = this.current; + Edge.prototype._pointOnCircle = function (x, y, radius, percentage) { + var angle = (percentage - 3/8) * 2 * Math.PI; + return { + x: x + radius * Math.cos(angle), + y: y - radius * Math.sin(angle) } - - var format = this.format.majorLabels[this.scale]; - return (format && format.length > 0) ? moment(date).format(format) : ''; }; - TimeStep.prototype.getClassName = function() { - var m = moment(this.current); - var date = m.locale ? m.locale('en') : m.lang('en'); // old versions of moment have .lang() function - var step = this.step; + /** + * Redraw a edge as a line with an arrow halfway the line + * Draw this edge in the given canvas + * The 2d context of a HTML canvas can be retrieved by canvas.getContext("2d"); + * @param {CanvasRenderingContext2D} ctx + * @private + */ + Edge.prototype._drawArrowCenter = function(ctx) { + var point; + // set style + ctx.strokeStyle = this._getColor(); + ctx.fillStyle = ctx.strokeStyle; + ctx.lineWidth = this._getLineWidth(); - function even(value) { - return (value / step % 2 == 0) ? ' even' : ' odd'; - } + if (this.from != this.to) { + // draw line + var via = this._line(ctx); - function today(date) { - if (date.isSame(new Date(), 'day')) { - return ' today'; + var angle = Math.atan2((this.to.y - this.from.y), (this.to.x - this.from.x)); + var length = (10 + 5 * this.options.width) * this.options.arrowScaleFactor; + // draw an arrow halfway the line + if (this.options.smoothCurves.enabled == true && via != null) { + var midpointX = 0.5*(0.5*(this.from.x + via.x) + 0.5*(this.to.x + via.x)); + var midpointY = 0.5*(0.5*(this.from.y + via.y) + 0.5*(this.to.y + via.y)); + point = {x:midpointX, y:midpointY}; } - if (date.isSame(moment().add(1, 'day'), 'day')) { - return ' tomorrow'; + else { + point = this._pointOnLine(0.5); } - if (date.isSame(moment().add(-1, 'day'), 'day')) { - return ' yesterday'; + + ctx.arrow(point.x, point.y, angle, length); + ctx.fill(); + ctx.stroke(); + + // draw label + if (this.label) { + this._label(ctx, this.label, point.x, point.y); } - return ''; } + else { + // draw circle + var x, y; + var radius = 0.25 * Math.max(100,this.physics.springLength); + var node = this.from; + if (!node.width) { + node.resize(ctx); + } + if (node.width > node.height) { + x = node.x + node.width * 0.5; + y = node.y - radius; + } + else { + x = node.x + radius; + y = node.y - node.height * 0.5; + } + this._circle(ctx, x, y, radius); - function currentWeek(date) { - return date.isSame(new Date(), 'week') ? ' current-week' : ''; - } + // draw all arrows + var angle = 0.2 * Math.PI; + var length = (10 + 5 * this.options.width) * this.options.arrowScaleFactor; + point = this._pointOnCircle(x, y, radius, 0.5); + ctx.arrow(point.x, point.y, angle, length); + ctx.fill(); + ctx.stroke(); - function currentMonth(date) { - return date.isSame(new Date(), 'month') ? ' current-month' : ''; + // draw label + if (this.label) { + point = this._pointOnCircle(x, y, radius, 0.5); + this._label(ctx, this.label, point.x, point.y); + } } + }; - function currentYear(date) { - return date.isSame(new Date(), 'year') ? ' current-year' : ''; - } + Edge.prototype._pointOnBezier = function(t) { + var via = this._getViaCoordinates(); - switch (this.scale) { - case 'millisecond': - return even(date.milliseconds()).trim(); + var x = Math.pow(1-t,2)*this.from.x + (2*t*(1 - t))*via.x + Math.pow(t,2)*this.to.x; + var y = Math.pow(1-t,2)*this.from.y + (2*t*(1 - t))*via.y + Math.pow(t,2)*this.to.y; - case 'second': - return even(date.seconds()).trim(); + return {x:x,y:y}; + } - case 'minute': - return even(date.minutes()).trim(); + /** + * This function uses binary search to look for the point where the bezier curve crosses the border of the node. + * + * @param from + * @param ctx + * @returns {*} + * @private + */ + Edge.prototype._findBorderPosition = function(from,ctx) { + var maxIterations = 10; + var iteration = 0; + var low = 0; + var high = 1; + var pos,angle,distanceToBorder, distanceToNodes, difference; + var threshold = 0.2; + var node = this.to; + if (from == true) { + node = this.from; + } - case 'hour': - var hours = date.hours(); - if (this.step == 4) { - hours = hours + '-' + (hours + 4); + while (low <= high && iteration < maxIterations) { + var middle = (low + high) * 0.5; + + pos = this._pointOnBezier(middle); + angle = Math.atan2((node.y - pos.y), (node.x - pos.x)); + distanceToBorder = node.distanceToBorder(ctx,angle); + distanceToNodes = Math.sqrt(Math.pow(pos.x-node.x,2) + Math.pow(pos.y-node.y,2)); + difference = distanceToBorder - distanceToNodes; + if (Math.abs(difference) < threshold) { + break; // found + } + else if (difference < 0) { // distance to nodes is larger than distance to border --> t needs to be bigger if we're looking at the to node. + if (from == false) { + low = middle; } - return hours + 'h' + today(date) + even(date.hours()); + else { + high = middle; + } + } + else { + if (from == false) { + high = middle; + } + else { + low = middle; + } + } - case 'weekday': - return date.format('dddd').toLowerCase() + - today(date) + currentWeek(date) + even(date.date()); + iteration++; + } + pos.t = middle; - case 'day': - var day = date.date(); - var month = date.format('MMMM').toLowerCase(); - return 'day' + day + ' ' + month + currentMonth(date) + even(day - 1); + return pos; + }; - case 'month': - return date.format('MMMM').toLowerCase() + - currentMonth(date) + even(date.month()); + /** + * Redraw a edge as a line with an arrow + * Draw this edge in the given canvas + * The 2d context of a HTML canvas can be retrieved by canvas.getContext("2d"); + * @param {CanvasRenderingContext2D} ctx + * @private + */ + Edge.prototype._drawArrow = function(ctx) { + // set style + ctx.strokeStyle = this._getColor(); + ctx.fillStyle = ctx.strokeStyle; + ctx.lineWidth = this._getLineWidth(); - case 'year': - var year = date.year(); - return 'year' + year + currentYear(date)+ even(year); + // set vars + var angle, length, arrowPos; - default: - return ''; - } - }; + // if not connected to itself + if (this.from != this.to) { + // draw line + this._line(ctx); - module.exports = TimeStep; + // draw arrow head + if (this.options.smoothCurves.enabled == true) { + var via = this._getViaCoordinates(); + arrowPos = this._findBorderPosition(false, ctx); + var guidePos = this._pointOnBezier(Math.max(0.0, arrowPos.t - 0.1)) + angle = Math.atan2((arrowPos.y - guidePos.y), (arrowPos.x - guidePos.x)); + } + else { + angle = Math.atan2((this.to.y - this.from.y), (this.to.x - this.from.x)); + var dx = (this.to.x - this.from.x); + var dy = (this.to.y - this.from.y); + var edgeSegmentLength = Math.sqrt(dx * dx + dy * dy); + var toBorderDist = this.to.distanceToBorder(ctx, angle); + var toBorderPoint = (edgeSegmentLength - toBorderDist) / edgeSegmentLength; + arrowPos = {}; + arrowPos.x = (1 - toBorderPoint) * this.from.x + toBorderPoint * this.to.x; + arrowPos.y = (1 - toBorderPoint) * this.from.y + toBorderPoint * this.to.y; + } -/***/ }, -/* 39 */ -/***/ function(module, exports, __webpack_require__) { + // draw arrow at the end of the line + length = (10 + 5 * this.options.width) * this.options.arrowScaleFactor; + ctx.arrow(arrowPos.x,arrowPos.y, angle, length); + ctx.fill(); + ctx.stroke(); - var util = __webpack_require__(1); - var Component = __webpack_require__(23); - var moment = __webpack_require__(2); - var locales = __webpack_require__(40); + // draw label + if (this.label) { + var point; + if (this.options.smoothCurves.enabled == true && via != null) { + point = this._pointOnBezier(0.5); + } + else { + point = this._pointOnLine(0.5); + } + this._label(ctx, this.label, point.x, point.y); + } + } + else { + // draw circle + var node = this.from; + var x, y, arrow; + var radius = 0.25 * Math.max(100,this.physics.springLength); + if (!node.width) { + node.resize(ctx); + } + if (node.width > node.height) { + x = node.x + node.width * 0.5; + y = node.y - radius; + arrow = { + x: x, + y: node.y, + angle: 0.9 * Math.PI + }; + } + else { + x = node.x + radius; + y = node.y - node.height * 0.5; + arrow = { + x: node.x, + y: y, + angle: 0.6 * Math.PI + }; + } + ctx.beginPath(); + // TODO: similarly, for a line without arrows, draw to the border of the nodes instead of the center + ctx.arc(x, y, radius, 0, 2 * Math.PI, false); + ctx.stroke(); + + // draw all arrows + var length = (10 + 5 * this.options.width) * this.options.arrowScaleFactor; + ctx.arrow(arrow.x, arrow.y, arrow.angle, length); + ctx.fill(); + ctx.stroke(); + + // draw label + if (this.label) { + point = this._pointOnCircle(x, y, radius, 0.5); + this._label(ctx, this.label, point.x, point.y); + } + } + }; /** - * A current time bar - * @param {{range: Range, dom: Object, domProps: Object}} body - * @param {Object} [options] Available parameters: - * {Boolean} [showCurrentTime] - * @constructor CurrentTime - * @extends Component + * Calculate the distance between a point (x3,y3) and a line segment from + * (x1,y1) to (x2,y2). + * http://stackoverflow.com/questions/849211/shortest-distancae-between-a-point-and-a-line-segment + * @param {number} x1 + * @param {number} y1 + * @param {number} x2 + * @param {number} y2 + * @param {number} x3 + * @param {number} y3 + * @private */ - function CurrentTime (body, options) { - this.body = body; + Edge.prototype._getDistanceToEdge = function (x1,y1, x2,y2, x3,y3) { // x3,y3 is the point + var returnValue = 0; + if (this.from != this.to) { + if (this.options.smoothCurves.enabled == true) { + var xVia, yVia; + if (this.options.smoothCurves.enabled == true && this.options.smoothCurves.dynamic == true) { + xVia = this.via.x; + yVia = this.via.y; + } + else { + var via = this._getViaCoordinates(); + xVia = via.x; + yVia = via.y; + } + var minDistance = 1e9; + var distance; + var i,t,x,y, lastX, lastY; + for (i = 0; i < 10; i++) { + t = 0.1*i; + x = Math.pow(1-t,2)*x1 + (2*t*(1 - t))*xVia + Math.pow(t,2)*x2; + y = Math.pow(1-t,2)*y1 + (2*t*(1 - t))*yVia + Math.pow(t,2)*y2; + if (i > 0) { + distance = this._getDistanceToLine(lastX,lastY,x,y, x3,y3); + minDistance = distance < minDistance ? distance : minDistance; + } + lastX = x; lastY = y; + } + returnValue = minDistance; + } + else { + returnValue = this._getDistanceToLine(x1,y1,x2,y2,x3,y3); + } + } + else { + var x, y, dx, dy; + var radius = 0.25 * this.physics.springLength; + var node = this.from; + if (node.width > node.height) { + x = node.x + 0.5 * node.width; + y = node.y - radius; + } + else { + x = node.x + radius; + y = node.y - 0.5 * node.height; + } + dx = x - x3; + dy = y - y3; + returnValue = Math.abs(Math.sqrt(dx*dx + dy*dy) - radius); + } - // default options - this.defaultOptions = { - showCurrentTime: true, + if (this.labelDimensions.left < x3 && + this.labelDimensions.left + this.labelDimensions.width > x3 && + this.labelDimensions.top < y3 && + this.labelDimensions.top + this.labelDimensions.height > y3) { + return 0; + } + else { + return returnValue; + } + }; - locales: locales, - locale: 'en' - }; - this.options = util.extend({}, this.defaultOptions); - this.offset = 0; + Edge.prototype._getDistanceToLine = function(x1,y1,x2,y2,x3,y3) { + var px = x2-x1, + py = y2-y1, + something = px*px + py*py, + u = ((x3 - x1) * px + (y3 - y1) * py) / something; - this._create(); + if (u > 1) { + u = 1; + } + else if (u < 0) { + u = 0; + } - this.setOptions(options); - } + var x = x1 + u * px, + y = y1 + u * py, + dx = x - x3, + dy = y - y3; + + //# Note: If the actual distance does not matter, + //# if you only want to compare what this function + //# returns to other results of this function, you + //# can just return the squared distance instead + //# (i.e. remove the sqrt) to gain a little performance - CurrentTime.prototype = new Component(); + return Math.sqrt(dx*dx + dy*dy); + }; /** - * Create the HTML DOM for the current time bar - * @private + * This allows the zoom level of the network to influence the rendering + * + * @param scale */ - CurrentTime.prototype._create = function() { - var bar = document.createElement('div'); - bar.className = 'currenttime'; - bar.style.position = 'absolute'; - bar.style.top = '0px'; - bar.style.height = '100%'; - - this.bar = bar; + Edge.prototype.setScale = function(scale) { + this.networkScaleInv = 1.0/scale; }; - /** - * Destroy the CurrentTime bar - */ - CurrentTime.prototype.destroy = function () { - this.options.showCurrentTime = false; - this.redraw(); // will remove the bar from the DOM and stop refreshing - this.body = null; + Edge.prototype.select = function() { + this.selected = true; }; - /** - * Set options for the component. Options will be merged in current options. - * @param {Object} options Available parameters: - * {boolean} [showCurrentTime] - */ - CurrentTime.prototype.setOptions = function(options) { - if (options) { - // copy all options that we know - util.selectiveExtend(['showCurrentTime', 'locale', 'locales'], this.options, options); + Edge.prototype.unselect = function() { + this.selected = false; + }; + + Edge.prototype.positionBezierNode = function() { + if (this.via !== null && this.from !== null && this.to !== null) { + this.via.x = 0.5 * (this.from.x + this.to.x); + this.via.y = 0.5 * (this.from.y + this.to.y); + } + else { + this.via.x = 0; + this.via.y = 0; } }; /** - * Repaint the component - * @return {boolean} Returns true if the component is resized + * This function draws the control nodes for the manipulator. + * In order to enable this, only set the this.controlNodesEnabled to true. + * @param ctx */ - CurrentTime.prototype.redraw = function() { - if (this.options.showCurrentTime) { - var parent = this.body.dom.backgroundVertical; - if (this.bar.parentNode != parent) { - // attach to the dom - if (this.bar.parentNode) { - this.bar.parentNode.removeChild(this.bar); - } - parent.appendChild(this.bar); - - this.start(); + Edge.prototype._drawControlNodes = function(ctx) { + if (this.controlNodesEnabled == true) { + if (this.controlNodes.from === null && this.controlNodes.to === null) { + var nodeIdFrom = "edgeIdFrom:".concat(this.id); + var nodeIdTo = "edgeIdTo:".concat(this.id); + var constants = { + nodes:{group:'', radius:7, borderWidth:2, borderWidthSelected: 2}, + physics:{damping:0}, + clustering: {maxNodeSizeIncrements: 0 ,nodeScaling: {width:0, height: 0, radius:0}} + }; + this.controlNodes.from = new Node( + {id:nodeIdFrom, + shape:'dot', + color:{background:'#ff0000', border:'#3c3c3c', highlight: {background:'#07f968'}} + },{},{},constants); + this.controlNodes.to = new Node( + {id:nodeIdTo, + shape:'dot', + color:{background:'#ff0000', border:'#3c3c3c', highlight: {background:'#07f968'}} + },{},{},constants); } - var now = new Date(new Date().valueOf() + this.offset); - var x = this.body.util.toScreen(now); - - var locale = this.options.locales[this.options.locale]; - var title = locale.current + ' ' + locale.time + ': ' + moment(now).format('dddd, MMMM Do YYYY, H:mm:ss'); - title = title.charAt(0).toUpperCase() + title.substring(1); + this.controlNodes.positions = {}; + if (this.controlNodes.from.selected == false) { + this.controlNodes.positions.from = this.getControlNodeFromPosition(ctx); + this.controlNodes.from.x = this.controlNodes.positions.from.x; + this.controlNodes.from.y = this.controlNodes.positions.from.y; + } + if (this.controlNodes.to.selected == false) { + this.controlNodes.positions.to = this.getControlNodeToPosition(ctx); + this.controlNodes.to.x = this.controlNodes.positions.to.x; + this.controlNodes.to.y = this.controlNodes.positions.to.y; + } - this.bar.style.left = x + 'px'; - this.bar.title = title; + this.controlNodes.from.draw(ctx); + this.controlNodes.to.draw(ctx); } else { - // remove the line from the DOM - if (this.bar.parentNode) { - this.bar.parentNode.removeChild(this.bar); - } - this.stop(); + this.controlNodes = {from:null, to:null, positions:{}}; } - - return false; }; /** - * Start auto refreshing the current time bar + * Enable control nodes. + * @private */ - CurrentTime.prototype.start = function() { - var me = this; - - function update () { - me.stop(); - - // determine interval to refresh - var scale = me.body.range.conversion(me.body.domProps.center.width).scale; - var interval = 1 / scale / 10; - if (interval < 30) interval = 30; - if (interval > 1000) interval = 1000; - - me.redraw(); + Edge.prototype._enableControlNodes = function() { + this.fromBackup = this.from; + this.toBackup = this.to; + this.controlNodesEnabled = true; + }; - // start a timer to adjust for the new time - me.currentTimeTimer = setTimeout(update, interval); + /** + * disable control nodes and remove from dynamicEdges from old node + * @private + */ + Edge.prototype._disableControlNodes = function() { + this.fromId = this.from.id; + this.toId = this.to.id; + if (this.fromId != this.fromBackup.id) { // from was changed, remove edge from old 'from' node dynamic edges + this.fromBackup.detachEdge(this); + } + else if (this.toId != this.toBackup.id) { // to was changed, remove edge from old 'to' node dynamic edges + this.toBackup.detachEdge(this); } - update(); + this.fromBackup = null; + this.toBackup = null; + this.controlNodesEnabled = false; }; + /** - * Stop auto refreshing the current time bar + * This checks if one of the control nodes is selected and if so, returns the control node object. Else it returns null. + * @param x + * @param y + * @returns {null} + * @private */ - CurrentTime.prototype.stop = function() { - if (this.currentTimeTimer !== undefined) { - clearTimeout(this.currentTimeTimer); - delete this.currentTimeTimer; + Edge.prototype._getSelectedControlNode = function(x,y) { + var positions = this.controlNodes.positions; + var fromDistance = Math.sqrt(Math.pow(x - positions.from.x,2) + Math.pow(y - positions.from.y,2)); + var toDistance = Math.sqrt(Math.pow(x - positions.to.x ,2) + Math.pow(y - positions.to.y ,2)); + + if (fromDistance < 15) { + this.connectedNode = this.from; + this.from = this.controlNodes.from; + return this.controlNodes.from; + } + else if (toDistance < 15) { + this.connectedNode = this.to; + this.to = this.controlNodes.to; + return this.controlNodes.to; + } + else { + return null; } }; + /** - * Set a current time. This can be used for example to ensure that a client's - * time is synchronized with a shared server time. - * @param {Date | String | Number} time A Date, unix timestamp, or - * ISO date string. + * this resets the control nodes to their original position. + * @private */ - CurrentTime.prototype.setCurrentTime = function(time) { - var t = util.convert(time, 'Date').valueOf(); - var now = new Date().valueOf(); - this.offset = t - now; - this.redraw(); + Edge.prototype._restoreControlNodes = function() { + if (this.controlNodes.from.selected == true) { + this.from = this.connectedNode; + this.connectedNode = null; + this.controlNodes.from.unselect(); + } + else if (this.controlNodes.to.selected == true) { + this.to = this.connectedNode; + this.connectedNode = null; + this.controlNodes.to.unselect(); + } }; /** - * Get the current time. - * @return {Date} Returns the current time. + * this calculates the position of the control nodes on the edges of the parent nodes. + * + * @param ctx + * @returns {x: *, y: *} */ - CurrentTime.prototype.getCurrentTime = function() { - return new Date(new Date().valueOf() + this.offset); - }; + Edge.prototype.getControlNodeFromPosition = function(ctx) { + // draw arrow head + var controlnodeFromPos; + if (this.options.smoothCurves.enabled == true) { + controlnodeFromPos = this._findBorderPosition(true, ctx); + } + else { + var angle = Math.atan2((this.to.y - this.from.y), (this.to.x - this.from.x)); + var dx = (this.to.x - this.from.x); + var dy = (this.to.y - this.from.y); + var edgeSegmentLength = Math.sqrt(dx * dx + dy * dy); - module.exports = CurrentTime; + var fromBorderDist = this.from.distanceToBorder(ctx, angle + Math.PI); + var fromBorderPoint = (edgeSegmentLength - fromBorderDist) / edgeSegmentLength; + controlnodeFromPos = {}; + controlnodeFromPos.x = (fromBorderPoint) * this.from.x + (1 - fromBorderPoint) * this.to.x; + controlnodeFromPos.y = (fromBorderPoint) * this.from.y + (1 - fromBorderPoint) * this.to.y; + } + return controlnodeFromPos; + }; -/***/ }, -/* 40 */ -/***/ function(module, exports, __webpack_require__) { + /** + * this calculates the position of the control nodes on the edges of the parent nodes. + * + * @param ctx + * @returns {{from: {x: number, y: number}, to: {x: *, y: *}}} + */ + Edge.prototype.getControlNodeToPosition = function(ctx) { + // draw arrow head + var controlnodeFromPos,controlnodeToPos; + if (this.options.smoothCurves.enabled == true) { + controlnodeToPos = this._findBorderPosition(false, ctx); + } + else { + var angle = Math.atan2((this.to.y - this.from.y), (this.to.x - this.from.x)); + var dx = (this.to.x - this.from.x); + var dy = (this.to.y - this.from.y); + var edgeSegmentLength = Math.sqrt(dx * dx + dy * dy); + var toBorderDist = this.to.distanceToBorder(ctx, angle); + var toBorderPoint = (edgeSegmentLength - toBorderDist) / edgeSegmentLength; - // English - exports['en'] = { - current: 'current', - time: 'time' - }; - exports['en_EN'] = exports['en']; - exports['en_US'] = exports['en']; + controlnodeToPos = {}; + controlnodeToPos.x = (1 - toBorderPoint) * this.from.x + toBorderPoint * this.to.x; + controlnodeToPos.y = (1 - toBorderPoint) * this.from.y + toBorderPoint * this.to.y; + } - // Dutch - exports['nl'] = { - custom: 'aangepaste', - time: 'tijd' + return controlnodeToPos; }; - exports['nl_NL'] = exports['nl']; - exports['nl_BE'] = exports['nl']; + module.exports = Edge; /***/ }, -/* 41 */ +/* 38 */ /***/ function(module, exports, __webpack_require__) { - var Hammer = __webpack_require__(19); var util = __webpack_require__(1); - var Component = __webpack_require__(23); - var moment = __webpack_require__(2); - var locales = __webpack_require__(40); /** - * A custom time bar - * @param {{range: Range, dom: Object}} body - * @param {Object} [options] Available parameters: - * {Boolean} [showCustomTime] - * @constructor CustomTime - * @extends Component + * @class Groups + * This class can store groups and properties specific for groups. */ - - function CustomTime (body, options) { - this.body = body; - - // default options - this.defaultOptions = { - showCustomTime: false, - locales: locales, - locale: 'en' - }; - this.options = util.extend({}, this.defaultOptions); - - this.customTime = new Date(); - this.eventParams = {}; // stores state parameters while dragging the bar - - // create the DOM - this._create(); - - this.setOptions(options); + function Groups() { + this.clear(); + this.defaultIndex = 0; } - CustomTime.prototype = new Component(); - - /** - * Set options for the component. Options will be merged in current options. - * @param {Object} options Available parameters: - * {boolean} [showCustomTime] - */ - CustomTime.prototype.setOptions = function(options) { - if (options) { - // copy all options that we know - util.selectiveExtend(['showCustomTime', 'locale', 'locales'], this.options, options); - } - }; - - /** - * Create the DOM for the custom time - * @private - */ - CustomTime.prototype._create = function() { - var bar = document.createElement('div'); - bar.className = 'customtime'; - bar.style.position = 'absolute'; - bar.style.top = '0px'; - bar.style.height = '100%'; - this.bar = bar; - - var drag = document.createElement('div'); - drag.style.position = 'relative'; - drag.style.top = '0px'; - drag.style.left = '-10px'; - drag.style.height = '100%'; - drag.style.width = '20px'; - bar.appendChild(drag); - - // attach event listeners - this.hammer = Hammer(bar, { - prevent_default: true - }); - this.hammer.on('dragstart', this._onDragStart.bind(this)); - this.hammer.on('drag', this._onDrag.bind(this)); - this.hammer.on('dragend', this._onDragEnd.bind(this)); - }; /** - * Destroy the CustomTime bar + * default constants for group colors */ - CustomTime.prototype.destroy = function () { - this.options.showCustomTime = false; - this.redraw(); // will remove the bar from the DOM - - this.hammer.enable(false); - this.hammer = null; + Groups.DEFAULT = [ + {border: "#2B7CE9", background: "#97C2FC", highlight: {border: "#2B7CE9", background: "#D2E5FF"}, hover: {border: "#2B7CE9", background: "#D2E5FF"}}, // blue + {border: "#FFA500", background: "#FFFF00", highlight: {border: "#FFA500", background: "#FFFFA3"}, hover: {border: "#FFA500", background: "#FFFFA3"}}, // yellow + {border: "#FA0A10", background: "#FB7E81", highlight: {border: "#FA0A10", background: "#FFAFB1"}, hover: {border: "#FA0A10", background: "#FFAFB1"}}, // red + {border: "#41A906", background: "#7BE141", highlight: {border: "#41A906", background: "#A1EC76"}, hover: {border: "#41A906", background: "#A1EC76"}}, // green + {border: "#E129F0", background: "#EB7DF4", highlight: {border: "#E129F0", background: "#F0B3F5"}, hover: {border: "#E129F0", background: "#F0B3F5"}}, // magenta + {border: "#7C29F0", background: "#AD85E4", highlight: {border: "#7C29F0", background: "#D3BDF0"}, hover: {border: "#7C29F0", background: "#D3BDF0"}}, // purple + {border: "#C37F00", background: "#FFA807", highlight: {border: "#C37F00", background: "#FFCA66"}, hover: {border: "#C37F00", background: "#FFCA66"}}, // orange + {border: "#4220FB", background: "#6E6EFD", highlight: {border: "#4220FB", background: "#9B9BFD"}, hover: {border: "#4220FB", background: "#9B9BFD"}}, // darkblue + {border: "#FD5A77", background: "#FFC0CB", highlight: {border: "#FD5A77", background: "#FFD1D9"}, hover: {border: "#FD5A77", background: "#FFD1D9"}}, // pink + {border: "#4AD63A", background: "#C2FABC", highlight: {border: "#4AD63A", background: "#E6FFE3"}, hover: {border: "#4AD63A", background: "#E6FFE3"}} // mint + ]; - this.body = null; - }; /** - * Repaint the component - * @return {boolean} Returns true if the component is resized + * Clear all groups */ - CustomTime.prototype.redraw = function () { - if (this.options.showCustomTime) { - var parent = this.body.dom.backgroundVertical; - if (this.bar.parentNode != parent) { - // attach to the dom - if (this.bar.parentNode) { - this.bar.parentNode.removeChild(this.bar); + Groups.prototype.clear = function () { + this.groups = {}; + this.groups.length = function() + { + var i = 0; + for ( var p in this ) { + if (this.hasOwnProperty(p)) { + i++; } - parent.appendChild(this.bar); } + return i; + } + }; - var x = this.body.util.toScreen(this.customTime); - - var locale = this.options.locales[this.options.locale]; - var title = locale.time + ': ' + moment(this.customTime).format('dddd, MMMM Do YYYY, H:mm:ss'); - title = title.charAt(0).toUpperCase() + title.substring(1); - this.bar.style.left = x + 'px'; - this.bar.title = title; - } - else { - // remove the line from the DOM - if (this.bar.parentNode) { - this.bar.parentNode.removeChild(this.bar); - } + /** + * get group properties of a groupname. If groupname is not found, a new group + * is added. + * @param {*} groupname Can be a number, string, Date, etc. + * @return {Object} group The created group, containing all group properties + */ + Groups.prototype.get = function (groupname) { + var group = this.groups[groupname]; + if (group == undefined) { + // create new group + var index = this.defaultIndex % Groups.DEFAULT.length; + this.defaultIndex++; + group = {}; + group.color = Groups.DEFAULT[index]; + this.groups[groupname] = group; } - return false; + return group; }; /** - * Set custom time. - * @param {Date | number | string} time + * Add a custom group style + * @param {String} groupname + * @param {Object} style An object containing borderColor, + * backgroundColor, etc. + * @return {Object} group The created group object */ - CustomTime.prototype.setCustomTime = function(time) { - this.customTime = util.convert(time, 'Date'); - this.redraw(); + Groups.prototype.add = function (groupname, style) { + this.groups[groupname] = style; + return style; }; + module.exports = Groups; + + +/***/ }, +/* 39 */ +/***/ function(module, exports, __webpack_require__) { + /** - * Retrieve the current custom time. - * @return {Date} customTime + * @class Images + * This class loads images and keeps them stored. */ - CustomTime.prototype.getCustomTime = function() { - return new Date(this.customTime.valueOf()); - }; + function Images() { + this.images = {}; + this.callback = undefined; + } /** - * Start moving horizontally - * @param {Event} event - * @private + * Set an onload callback function. This will be called each time an image + * is loaded + * @param {function} callback */ - CustomTime.prototype._onDragStart = function(event) { - this.eventParams.dragging = true; - this.eventParams.customTime = this.customTime; - - event.stopPropagation(); - event.preventDefault(); + Images.prototype.setOnloadCallback = function(callback) { + this.callback = callback; }; /** - * Perform moving operating. - * @param {Event} event - * @private + * + * @param {string} url Url of the image + * @param {string} url Url of an image to use if the url image is not found + * @return {Image} img The image object */ - CustomTime.prototype._onDrag = function (event) { - if (!this.eventParams.dragging) return; - - var deltaX = event.gesture.deltaX, - x = this.body.util.toScreen(this.eventParams.customTime) + deltaX, - time = this.body.util.toTime(x); - - this.setCustomTime(time); - - // fire a timechange event - this.body.emitter.emit('timechange', { - time: new Date(this.customTime.valueOf()) - }); + Images.prototype.load = function(url, brokenUrl) { + var img = this.images[url]; + if (img === undefined) { + // create the image + var me = this; + img = new Image(); + img.onload = function () { - event.stopPropagation(); - event.preventDefault(); - }; + // IE11 fix -- thanks dponch! + if (this.width == 0) { + document.body.appendChild(this); + this.width = this.offsetWidth; + this.height = this.offsetHeight; + document.body.removeChild(this); + } - /** - * Stop moving operating. - * @param {event} event - * @private - */ - CustomTime.prototype._onDragEnd = function (event) { - if (!this.eventParams.dragging) return; + if (me.callback) { + me.images[url] = img; + me.callback(this); + } + }; - // fire a timechanged event - this.body.emitter.emit('timechanged', { - time: new Date(this.customTime.valueOf()) - }); + img.onerror = function () { + if (brokenUrl === undefined) { + console.error("Could not load image:", url); + delete this.src; + if (me.callback) { + me.callback(this); + } + } + else { + this.src = brokenUrl; + } + }; - event.stopPropagation(); - event.preventDefault(); + img.src = url; + } + + return img; }; - module.exports = CustomTime; + module.exports = Images; /***/ }, -/* 42 */ +/* 40 */ /***/ function(module, exports, __webpack_require__) { - var Emitter = __webpack_require__(11); - var Hammer = __webpack_require__(19); var util = __webpack_require__(1); - var DataSet = __webpack_require__(7); - var DataView = __webpack_require__(9); - var Range = __webpack_require__(21); - var Core = __webpack_require__(25); - var TimeAxis = __webpack_require__(37); - var CurrentTime = __webpack_require__(39); - var CustomTime = __webpack_require__(41); - var LineGraph = __webpack_require__(43); /** - * Create a timeline visualization - * @param {HTMLElement} container - * @param {vis.DataSet | Array | google.visualization.DataTable} [items] - * @param {Object} [options] See Graph2d.setOptions for the available options. - * @constructor - * @extends Core + * @class Node + * A node. A node can be connected to other nodes via one or multiple edges. + * @param {object} properties An object containing properties for the node. All + * properties are optional, except for the id. + * {number} id Id of the node. Required + * {string} label Text label for the node + * {number} x Horizontal position of the node + * {number} y Vertical position of the node + * {string} shape Node shape, available: + * "database", "circle", "ellipse", + * "box", "image", "text", "dot", + * "star", "triangle", "triangleDown", + * "square" + * {string} image An image url + * {string} title An title text, can be HTML + * {anytype} group A group name or number + * @param {Network.Images} imagelist A list with images. Only needed + * when the node has an image + * @param {Network.Groups} grouplist A list with groups. Needed for + * retrieving group properties + * @param {Object} constants An object with default values for + * example for the color + * */ - function Graph2d (container, items, groups, options) { - // if the third element is options, the forth is groups (optionally); - if (!(Array.isArray(groups) || groups instanceof DataSet) && groups instanceof Object) { - var forthArgument = options; - options = groups; - groups = forthArgument; - } - - var me = this; - this.defaultOptions = { - start: null, - end: null, - - autoResize: true, - - orientation: 'bottom', - width: null, - height: null, - maxHeight: null, - minHeight: null - }; - this.options = util.deepExtend({}, this.defaultOptions); - - // Create the DOM, props, and emitter - this._create(container); + function Node(properties, imagelist, grouplist, networkConstants) { + var constants = util.selectiveBridgeObject(['nodes'],networkConstants); + this.options = constants.nodes; - // all components listed here will be repainted automatically - this.components = []; + this.selected = false; + this.hover = false; - this.body = { - dom: this.dom, - domProps: this.props, - emitter: { - on: this.on.bind(this), - off: this.off.bind(this), - emit: this.emit.bind(this) - }, - hiddenDates: [], - util: { - snap: null, // will be specified after TimeAxis is created - toScreen: me._toScreen.bind(me), - toGlobalScreen: me._toGlobalScreen.bind(me), // this refers to the root.width - toTime: me._toTime.bind(me), - toGlobalTime : me._toGlobalTime.bind(me) - } - }; + this.edges = []; // all edges connected to this node + this.dynamicEdges = []; + this.reroutedEdges = {}; - // range - this.range = new Range(this.body); - this.components.push(this.range); - this.body.range = this.range; + this.fontDrawThreshold = 3; - // time axis - this.timeAxis = new TimeAxis(this.body); - this.components.push(this.timeAxis); - this.body.util.snap = this.timeAxis.snap.bind(this.timeAxis); + // set defaults for the properties + this.id = undefined; + this.allowedToMoveX = false; + this.allowedToMoveY = false; + this.xFixed = false; + this.yFixed = false; + this.horizontalAlignLeft = true; // these are for the navigation controls + this.verticalAlignTop = true; // these are for the navigation controls + this.baseRadiusValue = networkConstants.nodes.radius; + this.radiusFixed = false; + this.level = -1; + this.preassignedLevel = false; + this.hierarchyEnumerated = false; + this.labelDimensions = {top:0, left:0, width:0, height:0, yLine:0}; // could be cached + this.boundingBox = {top:0, left:0, right:0, bottom:0}; - // current time bar - this.currentTime = new CurrentTime(this.body); - this.components.push(this.currentTime); + this.imagelist = imagelist; + this.grouplist = grouplist; - // custom time bar - // Note: time bar will be attached in this.setOptions when selected - this.customTime = new CustomTime(this.body); - this.components.push(this.customTime); + // physics properties + this.fx = 0.0; // external force x + this.fy = 0.0; // external force y + this.vx = 0.0; // velocity x + this.vy = 0.0; // velocity y + this.x = null; + this.y = null; - // item set - this.linegraph = new LineGraph(this.body); - this.components.push(this.linegraph); + // used for reverting to previous position on stabilization + this.previousState = {vx:0,vy:0,x:0,y:0}; - this.itemsData = null; // DataSet - this.groupsData = null; // DataSet + this.damping = networkConstants.physics.damping; // written every time gravity is calculated + this.fixedData = {x:null,y:null}; - // apply options - if (options) { - this.setOptions(options); - } + this.setProperties(properties, constants); - // IMPORTANT: THIS HAPPENS BEFORE SET ITEMS! - if (groups) { - this.setGroups(groups); - } + // creating the variables for clustering + this.resetCluster(); + this.dynamicEdgesLength = 0; + this.clusterSession = 0; + this.clusterSizeWidthFactor = networkConstants.clustering.nodeScaling.width; + this.clusterSizeHeightFactor = networkConstants.clustering.nodeScaling.height; + this.clusterSizeRadiusFactor = networkConstants.clustering.nodeScaling.radius; + this.maxNodeSizeIncrements = networkConstants.clustering.maxNodeSizeIncrements; + this.growthIndicator = 0; - // create itemset - if (items) { - this.setItems(items); - } - else { - this.redraw(); - } + // variables to tell the node about the network. + this.networkScaleInv = 1; + this.networkScale = 1; + this.canvasTopLeft = {"x": -300, "y": -300}; + this.canvasBottomRight = {"x": 300, "y": 300}; + this.parentEdgeId = null; } - // Extend the functionality from Core - Graph2d.prototype = new Core(); /** - * Set items - * @param {vis.DataSet | Array | google.visualization.DataTable | null} items + * Revert the position and velocity of the previous step. */ - Graph2d.prototype.setItems = function(items) { - var initialLoad = (this.itemsData == null); - - // convert to type DataSet when needed - var newDataSet; - if (!items) { - newDataSet = null; - } - else if (items instanceof DataSet || items instanceof DataView) { - newDataSet = items; - } - else { - // turn an array into a dataset - newDataSet = new DataSet(items, { - type: { - start: 'Date', - end: 'Date' - } - }); - } - - // set items - this.itemsData = newDataSet; - this.linegraph && this.linegraph.setItems(newDataSet); - - if (initialLoad) { - if (this.options.start != undefined || this.options.end != undefined) { - var start = this.options.start != undefined ? this.options.start : null; - var end = this.options.end != undefined ? this.options.end : null; + Node.prototype.revertPosition = function() { + this.x = this.previousState.x; + this.y = this.previousState.y; + this.vx = this.previousState.vx; + this.vy = this.previousState.vy; + } - this.setWindow(start, end, {animate: false}); - } - else { - this.fit({animate: false}); - } - } - }; /** - * Set groups - * @param {vis.DataSet | Array | google.visualization.DataTable} groups + * (re)setting the clustering variables and objects */ - Graph2d.prototype.setGroups = function(groups) { - // convert to type DataSet when needed - var newDataSet; - if (!groups) { - newDataSet = null; - } - else if (groups instanceof DataSet || groups instanceof DataView) { - newDataSet = groups; - } - else { - // turn an array into a dataset - newDataSet = new DataSet(groups); - } - - this.groupsData = newDataSet; - this.linegraph.setGroups(newDataSet); + Node.prototype.resetCluster = function() { + // clustering variables + this.formationScale = undefined; // this is used to determine when to open the cluster + this.clusterSize = 1; // this signifies the total amount of nodes in this cluster + this.containedNodes = {}; + this.containedEdges = {}; + this.clusterSessions = []; }; /** - * Returns an object containing an SVG element with the icon of the group (size determined by iconWidth and iconHeight), the label of the group (content) and the yAxisOrientation of the group (left or right). - * @param groupId - * @param width - * @param height + * Attach a edge to the node + * @param {Edge} edge */ - Graph2d.prototype.getLegend = function(groupId, width, height) { - if (width === undefined) {width = 15;} - if (height === undefined) {height = 15;} - if (this.linegraph.groups[groupId] !== undefined) { - return this.linegraph.groups[groupId].getLegend(width,height); + Node.prototype.attachEdge = function(edge) { + if (this.edges.indexOf(edge) == -1) { + this.edges.push(edge); } - else { - return "cannot find group:" + groupId; + if (this.dynamicEdges.indexOf(edge) == -1) { + this.dynamicEdges.push(edge); } - } + this.dynamicEdgesLength = this.dynamicEdges.length; + }; /** - * This checks if the visible option of the supplied group (by ID) is true or false. - * @param groupId - * @returns {*} + * Detach a edge from the node + * @param {Edge} edge */ - Graph2d.prototype.isGroupVisible = function(groupId) { - if (this.linegraph.groups[groupId] !== undefined) { - return (this.linegraph.groups[groupId].visible && (this.linegraph.options.groups.visibility[groupId] === undefined || this.linegraph.options.groups.visibility[groupId] == true)); + Node.prototype.detachEdge = function(edge) { + var index = this.edges.indexOf(edge); + if (index != -1) { + this.edges.splice(index, 1); } - else { - return false; + index = this.dynamicEdges.indexOf(edge); + if (index != -1) { + this.dynamicEdges.splice(index, 1); } - } + this.dynamicEdgesLength = this.dynamicEdges.length; + }; /** - * Get the data range of the item set. - * @returns {{min: Date, max: Date}} range A range with a start and end Date. - * When no minimum is found, min==null - * When no maximum is found, max==null + * Set or overwrite properties for the node + * @param {Object} properties an object with properties + * @param {Object} constants and object with default, global properties */ - Graph2d.prototype.getItemRange = function() { - var min = null; - var max = null; - - // calculate min from start filed - for (var groupId in this.linegraph.groups) { - if (this.linegraph.groups.hasOwnProperty(groupId)) { - if (this.linegraph.groups[groupId].visible == true) { - for (var i = 0; i < this.linegraph.groups[groupId].itemsData.length; i++) { - var item = this.linegraph.groups[groupId].itemsData[i]; - var value = util.convert(item.x, 'Date').valueOf(); - min = min == null ? value : min > value ? value : min; - max = max == null ? value : max < value ? value : max; - } - } - } + Node.prototype.setProperties = function(properties, constants) { + if (!properties) { + return; } - return { - min: (min != null) ? new Date(min) : null, - max: (max != null) ? new Date(max) : null - }; - }; - - - - module.exports = Graph2d; - + var fields = ['borderWidth','borderWidthSelected','shape','image','brokenImage','radius','fontColor', + 'fontSize','fontFace','fontFill','fontStrokeWidth','fontStrokeColor','group','mass' + ]; + util.selectiveDeepExtend(fields, this.options, properties); -/***/ }, -/* 43 */ -/***/ function(module, exports, __webpack_require__) { + // basic properties + if (properties.id !== undefined) {this.id = properties.id;} + if (properties.label !== undefined) {this.label = properties.label; this.originalLabel = properties.label;} + if (properties.title !== undefined) {this.title = properties.title;} + if (properties.x !== undefined) {this.x = properties.x;} + if (properties.y !== undefined) {this.y = properties.y;} + if (properties.value !== undefined) {this.value = properties.value;} + if (properties.level !== undefined) {this.level = properties.level; this.preassignedLevel = true;} - var util = __webpack_require__(1); - var DOMutil = __webpack_require__(6); - var DataSet = __webpack_require__(7); - var DataView = __webpack_require__(9); - var Component = __webpack_require__(23); - var DataAxis = __webpack_require__(44); - var GraphGroup = __webpack_require__(46); - var Legend = __webpack_require__(50); - var BarGraphFunctions = __webpack_require__(49); + // navigation controls properties + if (properties.horizontalAlignLeft !== undefined) {this.horizontalAlignLeft = properties.horizontalAlignLeft;} + if (properties.verticalAlignTop !== undefined) {this.verticalAlignTop = properties.verticalAlignTop;} + if (properties.triggerFunction !== undefined) {this.triggerFunction = properties.triggerFunction;} - var UNGROUPED = '__ungrouped__'; // reserved group id for ungrouped items + if (this.id === undefined) { + throw "Node must have an id"; + } - /** - * This is the constructor of the LineGraph. It requires a Timeline body and options. - * - * @param body - * @param options - * @constructor - */ - function LineGraph(body, options) { - this.id = util.randomUUID(); - this.body = body; + // copy group properties + if (typeof this.options.group === 'number' || (typeof this.options.group === 'string' && this.options.group != '')) { + var groupObj = this.grouplist.get(this.options.group); + util.deepExtend(this.options, groupObj); + // the color object needs to be completely defined. Since groups can partially overwrite the colors, we parse it again, just in case. + this.options.color = util.parseColor(this.options.color); + } - this.defaultOptions = { - yAxisOrientation: 'left', - defaultGroup: 'default', - sort: true, - sampling: true, - graphHeight: '400px', - shaded: { - enabled: false, - orientation: 'bottom' // top, bottom - }, - style: 'line', // line, bar - barChart: { - width: 50, - handleOverlap: 'overlap', - align: 'center' // left, center, right - }, - catmullRom: { - enabled: true, - parametrization: 'centripetal', // uniform (alpha = 0.0), chordal (alpha = 1.0), centripetal (alpha = 0.5) - alpha: 0.5 - }, - drawPoints: { - enabled: true, - size: 6, - style: 'square' // square, circle - }, - dataAxis: { - showMinorLabels: true, - showMajorLabels: true, - icons: false, - width: '40px', - visible: true, - alignZeros: true, - customRange: { - left: {min:undefined, max:undefined}, - right: {min:undefined, max:undefined} - } - //, these options are not set by default, but this shows the format they will be in - //format: { - // left: {decimals: 2}, - // right: {decimals: 2} - //}, - //title: { - // left: { - // text: 'left', - // style: 'color:black;' - // }, - // right: { - // text: 'right', - // style: 'color:black;' - // } - //} - }, - legend: { - enabled: false, - icons: true, - left: { - visible: true, - position: 'top-left' // top/bottom - left,right - }, - right: { - visible: true, - position: 'top-right' // top/bottom - left,right - } - }, - groups: { - visibility: {} + // individual shape properties + if (properties.radius !== undefined) {this.baseRadiusValue = this.options.radius;} + if (properties.color !== undefined) {this.options.color = util.parseColor(properties.color);} + if (this.options.image !== undefined && this.options.image!= "") { + if (this.imagelist) { + this.imageObj = this.imagelist.load(this.options.image, this.options.brokenImage); } - }; - - // options is shared by this ItemSet and all its items - this.options = util.extend({}, this.defaultOptions); - this.dom = {}; - this.props = {}; - this.hammer = null; - this.groups = {}; - this.abortedGraphUpdate = false; - this.updateSVGheight = false; - this.updateSVGheightOnResize = false; - - var me = this; - this.itemsData = null; // DataSet - this.groupsData = null; // DataSet - - // listeners for the DataSet of the items - this.itemListeners = { - 'add': function (event, params, senderId) { - me._onAdd(params.items); - }, - 'update': function (event, params, senderId) { - me._onUpdate(params.items); - }, - 'remove': function (event, params, senderId) { - me._onRemove(params.items); + else { + throw "No imagelist provided"; } - }; + } - // listeners for the DataSet of the groups - this.groupListeners = { - 'add': function (event, params, senderId) { - me._onAddGroups(params.items); - }, - 'update': function (event, params, senderId) { - me._onUpdateGroups(params.items); - }, - 'remove': function (event, params, senderId) { - me._onRemoveGroups(params.items); - } - }; + if (properties.allowedToMoveX !== undefined) { + this.xFixed = !properties.allowedToMoveX; + this.allowedToMoveX = properties.allowedToMoveX; + } + else if (properties.x !== undefined && this.allowedToMoveX == false) { + this.xFixed = true; + } - this.items = {}; // object with an Item for every data item - this.selection = []; // list with the ids of all selected nodes - this.lastStart = this.body.range.start; - this.touchParams = {}; // stores properties while dragging - this.svgElements = {}; - this.setOptions(options); - this.groupsUsingDefaultStyles = [0]; - this.COUNTER = 0; - this.body.emitter.on('rangechanged', function() { - me.lastStart = me.body.range.start; - me.svg.style.left = util.option.asSize(-me.props.width); - me.redraw.call(me,true); - }); + if (properties.allowedToMoveY !== undefined) { + this.yFixed = !properties.allowedToMoveY; + this.allowedToMoveY = properties.allowedToMoveY; + } + else if (properties.y !== undefined && this.allowedToMoveY == false) { + this.yFixed = true; + } + + this.radiusFixed = this.radiusFixed || (properties.radius !== undefined); - // create the HTML DOM - this._create(); - this.framework = {svg: this.svg, svgElements: this.svgElements, options: this.options, groups: this.groups}; - this.body.emitter.emit('change'); + if (this.options.shape === 'image' || this.options.shape === 'circularImage') { + this.options.radiusMin = constants.nodes.widthMin; + this.options.radiusMax = constants.nodes.widthMax; + } - } + // choose draw method depending on the shape + switch (this.options.shape) { + case 'database': this.draw = this._drawDatabase; this.resize = this._resizeDatabase; break; + case 'box': this.draw = this._drawBox; this.resize = this._resizeBox; break; + case 'circle': this.draw = this._drawCircle; this.resize = this._resizeCircle; break; + case 'ellipse': this.draw = this._drawEllipse; this.resize = this._resizeEllipse; break; + // TODO: add diamond shape + case 'image': this.draw = this._drawImage; this.resize = this._resizeImage; break; + case 'circularImage': this.draw = this._drawCircularImage; this.resize = this._resizeCircularImage; break; + case 'text': this.draw = this._drawText; this.resize = this._resizeText; break; + case 'dot': this.draw = this._drawDot; this.resize = this._resizeShape; break; + case 'square': this.draw = this._drawSquare; this.resize = this._resizeShape; break; + case 'triangle': this.draw = this._drawTriangle; this.resize = this._resizeShape; break; + case 'triangleDown': this.draw = this._drawTriangleDown; this.resize = this._resizeShape; break; + case 'star': this.draw = this._drawStar; this.resize = this._resizeShape; break; + default: this.draw = this._drawEllipse; this.resize = this._resizeEllipse; break; + } + // reset the size of the node, this can be changed + this._reset(); - LineGraph.prototype = new Component(); + }; /** - * Create the HTML DOM for the ItemSet + * select this node */ - LineGraph.prototype._create = function(){ - var frame = document.createElement('div'); - frame.className = 'LineGraph'; - this.dom.frame = frame; + Node.prototype.select = function() { + this.selected = true; + this._reset(); + }; - // create svg element for graph drawing. - this.svg = document.createElementNS('http://www.w3.org/2000/svg','svg'); - this.svg.style.position = 'relative'; - this.svg.style.height = ('' + this.options.graphHeight).replace('px','') + 'px'; - this.svg.style.display = 'block'; - frame.appendChild(this.svg); + /** + * unselect this node + */ + Node.prototype.unselect = function() { + this.selected = false; + this._reset(); + }; - // data axis - this.options.dataAxis.orientation = 'left'; - this.yAxisLeft = new DataAxis(this.body, this.options.dataAxis, this.svg, this.options.groups); - this.options.dataAxis.orientation = 'right'; - this.yAxisRight = new DataAxis(this.body, this.options.dataAxis, this.svg, this.options.groups); - delete this.options.dataAxis.orientation; + /** + * Reset the calculated size of the node, forces it to recalculate its size + */ + Node.prototype.clearSizeCache = function() { + this._reset(); + }; - // legends - this.legendLeft = new Legend(this.body, this.options.legend, 'left', this.options.groups); - this.legendRight = new Legend(this.body, this.options.legend, 'right', this.options.groups); + /** + * Reset the calculated size of the node, forces it to recalculate its size + * @private + */ + Node.prototype._reset = function() { + this.width = undefined; + this.height = undefined; + }; - this.show(); + /** + * get the title of this node. + * @return {string} title The title of the node, or undefined when no title + * has been set. + */ + Node.prototype.getTitle = function() { + return typeof this.title === "function" ? this.title() : this.title; }; /** - * set the options of the LineGraph. the mergeOptions is used for subObjects that have an enabled element. - * @param {object} options + * Calculate the distance to the border of the Node + * @param {CanvasRenderingContext2D} ctx + * @param {Number} angle Angle in radians + * @returns {number} distance Distance to the border in pixels */ - LineGraph.prototype.setOptions = function(options) { - if (options) { - var fields = ['sampling','defaultGroup','height','graphHeight','yAxisOrientation','style','barChart','dataAxis','sort','groups']; - if (options.graphHeight === undefined && options.height !== undefined && this.body.domProps.centerContainer.height !== undefined) { - this.updateSVGheight = true; - this.updateSVGheightOnResize = true; - } - else if (this.body.domProps.centerContainer.height !== undefined && options.graphHeight !== undefined) { - if (parseInt((options.graphHeight + '').replace("px",'')) < this.body.domProps.centerContainer.height) { - this.updateSVGheight = true; - } - } - util.selectiveDeepExtend(fields, this.options, options); - util.mergeOptions(this.options, options,'catmullRom'); - util.mergeOptions(this.options, options,'drawPoints'); - util.mergeOptions(this.options, options,'shaded'); - util.mergeOptions(this.options, options,'legend'); + Node.prototype.distanceToBorder = function (ctx, angle) { + var borderWidth = 1; - if (options.catmullRom) { - if (typeof options.catmullRom == 'object') { - if (options.catmullRom.parametrization) { - if (options.catmullRom.parametrization == 'uniform') { - this.options.catmullRom.alpha = 0; - } - else if (options.catmullRom.parametrization == 'chordal') { - this.options.catmullRom.alpha = 1.0; - } - else { - this.options.catmullRom.parametrization = 'centripetal'; - this.options.catmullRom.alpha = 0.5; - } - } - } - } + if (!this.width) { + this.resize(ctx); + } - if (this.yAxisLeft) { - if (options.dataAxis !== undefined) { - this.yAxisLeft.setOptions(this.options.dataAxis); - this.yAxisRight.setOptions(this.options.dataAxis); - } - } + switch (this.options.shape) { + case 'circle': + case 'dot': + return this.options.radius+ borderWidth; - if (this.legendLeft) { - if (options.legend !== undefined) { - this.legendLeft.setOptions(this.options.legend); - this.legendRight.setOptions(this.options.legend); - } - } + case 'ellipse': + var a = this.width / 2; + var b = this.height / 2; + var w = (Math.sin(angle) * a); + var h = (Math.cos(angle) * b); + return a * b / Math.sqrt(w * w + h * h); - if (this.groups.hasOwnProperty(UNGROUPED)) { - this.groups[UNGROUPED].setOptions(options); - } - } + // TODO: implement distanceToBorder for database + // TODO: implement distanceToBorder for triangle + // TODO: implement distanceToBorder for triangleDown + + case 'box': + case 'image': + case 'text': + default: + if (this.width) { + return Math.min( + Math.abs(this.width / 2 / Math.cos(angle)), + Math.abs(this.height / 2 / Math.sin(angle))) + borderWidth; + // TODO: reckon with border radius too in case of box + } + else { + return 0; + } - // this is used to redraw the graph if the visibility of the groups is changed. - if (this.dom.frame) { - this.redraw(true); } + // TODO: implement calculation of distance to border for all shapes }; /** - * Hide the component from the DOM + * Set forces acting on the node + * @param {number} fx Force in horizontal direction + * @param {number} fy Force in vertical direction */ - LineGraph.prototype.hide = function() { - // remove the frame containing the items - if (this.dom.frame.parentNode) { - this.dom.frame.parentNode.removeChild(this.dom.frame); - } + Node.prototype._setForce = function(fx, fy) { + this.fx = fx; + this.fy = fy; }; - /** - * Show the component in the DOM (when not already visible). - * @return {Boolean} changed + * Add forces acting on the node + * @param {number} fx Force in horizontal direction + * @param {number} fy Force in vertical direction + * @private */ - LineGraph.prototype.show = function() { - // show frame containing the items - if (!this.dom.frame.parentNode) { - this.body.dom.center.appendChild(this.dom.frame); - } + Node.prototype._addForce = function(fx, fy) { + this.fx += fx; + this.fy += fy; }; - /** - * Set items - * @param {vis.DataSet | null} items + * Store the state before the next step */ - LineGraph.prototype.setItems = function(items) { - var me = this, - ids, - oldItemsData = this.itemsData; + Node.prototype.storeState = function() { + this.previousState.x = this.x; + this.previousState.y = this.y; + this.previousState.vx = this.vx; + this.previousState.vy = this.vy; + } - // replace the dataset - if (!items) { - this.itemsData = null; - } - else if (items instanceof DataSet || items instanceof DataView) { - this.itemsData = items; + /** + * Perform one discrete step for the node + * @param {number} interval Time interval in seconds + */ + Node.prototype.discreteStep = function(interval) { + this.storeState(); + if (!this.xFixed) { + var dx = this.damping * this.vx; // damping force + var ax = (this.fx - dx) / this.options.mass; // acceleration + this.vx += ax * interval; // velocity + this.x += this.vx * interval; // position } else { - throw new TypeError('Data must be an instance of DataSet or DataView'); + this.fx = 0; + this.vx = 0; } - if (oldItemsData) { - // unsubscribe from old dataset - util.forEach(this.itemListeners, function (callback, event) { - oldItemsData.off(event, callback); - }); - - // remove all drawn items - ids = oldItemsData.getIds(); - this._onRemove(ids); + if (!this.yFixed) { + var dy = this.damping * this.vy; // damping force + var ay = (this.fy - dy) / this.options.mass; // acceleration + this.vy += ay * interval; // velocity + this.y += this.vy * interval; // position } - - if (this.itemsData) { - // subscribe to new dataset - var id = this.id; - util.forEach(this.itemListeners, function (callback, event) { - me.itemsData.on(event, callback, id); - }); - - // add all new items - ids = this.itemsData.getIds(); - this._onAdd(ids); + else { + this.fy = 0; + this.vy = 0; } - this._updateUngrouped(); - //this._updateGraph(); - this.redraw(true); }; + /** - * Set groups - * @param {vis.DataSet} groups + * Perform one discrete step for the node + * @param {number} interval Time interval in seconds + * @param {number} maxVelocity The speed limit imposed on the velocity */ - LineGraph.prototype.setGroups = function(groups) { - var me = this; - var ids; - - // unsubscribe from current dataset - if (this.groupsData) { - util.forEach(this.groupListeners, function (callback, event) { - me.groupsData.unsubscribe(event, callback); - }); - - // remove all drawn groups - ids = this.groupsData.getIds(); - this.groupsData = null; - this._onRemoveGroups(ids); // note: this will cause a redraw - } - - // replace the dataset - if (!groups) { - this.groupsData = null; - } - else if (groups instanceof DataSet || groups instanceof DataView) { - this.groupsData = groups; + Node.prototype.discreteStepLimited = function(interval, maxVelocity) { + this.storeState(); + if (!this.xFixed) { + var dx = this.damping * this.vx; // damping force + var ax = (this.fx - dx) / this.options.mass; // acceleration + this.vx += ax * interval; // velocity + this.vx = (Math.abs(this.vx) > maxVelocity) ? ((this.vx > 0) ? maxVelocity : -maxVelocity) : this.vx; + this.x += this.vx * interval; // position } else { - throw new TypeError('Data must be an instance of DataSet or DataView'); + this.fx = 0; + this.vx = 0; } - if (this.groupsData) { - // subscribe to new dataset - var id = this.id; - util.forEach(this.groupListeners, function (callback, event) { - me.groupsData.on(event, callback, id); - }); - - // draw all ms - ids = this.groupsData.getIds(); - this._onAddGroups(ids); + if (!this.yFixed) { + var dy = this.damping * this.vy; // damping force + var ay = (this.fy - dy) / this.options.mass; // acceleration + this.vy += ay * interval; // velocity + this.vy = (Math.abs(this.vy) > maxVelocity) ? ((this.vy > 0) ? maxVelocity : -maxVelocity) : this.vy; + this.y += this.vy * interval; // position + } + else { + this.fy = 0; + this.vy = 0; } - this._onUpdate(); }; + /** + * Check if this node has a fixed x and y position + * @return {boolean} true if fixed, false if not + */ + Node.prototype.isFixed = function() { + return (this.xFixed && this.yFixed); + }; /** - * Update the data - * @param [ids] - * @private + * Check if this node is moving + * @param {number} vmin the minimum velocity considered as "moving" + * @return {boolean} true if moving, false if it has no velocity */ - LineGraph.prototype._onUpdate = function(ids) { - this._updateUngrouped(); - this._updateAllGroupData(); - //this._updateGraph(); - this.redraw(true); + Node.prototype.isMoving = function(vmin) { + var velocity = Math.sqrt(Math.pow(this.vx,2) + Math.pow(this.vy,2)); + // this.velocity = Math.sqrt(Math.pow(this.vx,2) + Math.pow(this.vy,2)) + return (velocity > vmin); }; - LineGraph.prototype._onAdd = function (ids) {this._onUpdate(ids);}; - LineGraph.prototype._onRemove = function (ids) {this._onUpdate(ids);}; - LineGraph.prototype._onUpdateGroups = function (groupIds) { - for (var i = 0; i < groupIds.length; i++) { - var group = this.groupsData.get(groupIds[i]); - this._updateGroup(group, groupIds[i]); - } - //this._updateGraph(); - this.redraw(true); + /** + * check if this node is selecte + * @return {boolean} selected True if node is selected, else false + */ + Node.prototype.isSelected = function() { + return this.selected; }; - LineGraph.prototype._onAddGroups = function (groupIds) {this._onUpdateGroups(groupIds);}; + /** + * Retrieve the value of the node. Can be undefined + * @return {Number} value + */ + Node.prototype.getValue = function() { + return this.value; + }; /** - * this cleans the group out off the legends and the dataaxis, updates the ungrouped and updates the graph - * @param {Array} groupIds - * @private + * Calculate the distance from the nodes location to the given location (x,y) + * @param {Number} x + * @param {Number} y + * @return {Number} value */ - LineGraph.prototype._onRemoveGroups = function (groupIds) { - for (var i = 0; i < groupIds.length; i++) { - if (this.groups.hasOwnProperty(groupIds[i])) { - if (this.groups[groupIds[i]].options.yAxisOrientation == 'right') { - this.yAxisRight.removeGroup(groupIds[i]); - this.legendRight.removeGroup(groupIds[i]); - this.legendRight.redraw(); - } - else { - this.yAxisLeft.removeGroup(groupIds[i]); - this.legendLeft.removeGroup(groupIds[i]); - this.legendLeft.redraw(); - } - delete this.groups[groupIds[i]]; - } - } - this._updateUngrouped(); - //this._updateGraph(); - this.redraw(true); + Node.prototype.getDistance = function(x, y) { + var dx = this.x - x, + dy = this.y - y; + return Math.sqrt(dx * dx + dy * dy); }; /** - * update a group object with the group dataset entree - * - * @param group - * @param groupId - * @private + * Adjust the value range of the node. The node will adjust it's radius + * based on its value. + * @param {Number} min + * @param {Number} max */ - LineGraph.prototype._updateGroup = function (group, groupId) { - if (!this.groups.hasOwnProperty(groupId)) { - this.groups[groupId] = new GraphGroup(group, groupId, this.options, this.groupsUsingDefaultStyles); - if (this.groups[groupId].options.yAxisOrientation == 'right') { - this.yAxisRight.addGroup(groupId, this.groups[groupId]); - this.legendRight.addGroup(groupId, this.groups[groupId]); - } - else { - this.yAxisLeft.addGroup(groupId, this.groups[groupId]); - this.legendLeft.addGroup(groupId, this.groups[groupId]); - } - } - else { - this.groups[groupId].update(group); - if (this.groups[groupId].options.yAxisOrientation == 'right') { - this.yAxisRight.updateGroup(groupId, this.groups[groupId]); - this.legendRight.updateGroup(groupId, this.groups[groupId]); + Node.prototype.setValueRange = function(min, max) { + if (!this.radiusFixed && this.value !== undefined) { + if (max == min) { + this.options.radius= (this.options.radiusMin + this.options.radiusMax) / 2; } else { - this.yAxisLeft.updateGroup(groupId, this.groups[groupId]); - this.legendLeft.updateGroup(groupId, this.groups[groupId]); + var scale = (this.options.radiusMax - this.options.radiusMin) / (max - min); + this.options.radius= (this.value - min) * scale + this.options.radiusMin; } } - this.legendLeft.redraw(); - this.legendRight.redraw(); + this.baseRadiusValue = this.options.radius; }; + /** + * Draw this node in the given canvas + * The 2d context of a HTML canvas can be retrieved by canvas.getContext("2d"); + * @param {CanvasRenderingContext2D} ctx + */ + Node.prototype.draw = function(ctx) { + throw "Draw method not initialized for node"; + }; /** - * this updates all groups, it is used when there is an update the the itemset. - * - * @private + * Recalculate the size of this node in the given canvas + * The 2d context of a HTML canvas can be retrieved by canvas.getContext("2d"); + * @param {CanvasRenderingContext2D} ctx */ - LineGraph.prototype._updateAllGroupData = function () { - if (this.itemsData != null) { - var groupsContent = {}; - var groupId; - for (groupId in this.groups) { - if (this.groups.hasOwnProperty(groupId)) { - groupsContent[groupId] = []; + Node.prototype.resize = function(ctx) { + throw "Resize method not initialized for node"; + }; + + /** + * Check if this object is overlapping with the provided object + * @param {Object} obj an object with parameters left, top, right, bottom + * @return {boolean} True if location is located on node + */ + Node.prototype.isOverlappingWith = function(obj) { + return (this.left < obj.right && + this.left + this.width > obj.left && + this.top < obj.bottom && + this.top + this.height > obj.top); + }; + + Node.prototype._resizeImage = function (ctx) { + // TODO: pre calculate the image size + + if (!this.width || !this.height) { // undefined or 0 + var width, height; + if (this.value) { + this.options.radius= this.baseRadiusValue; + var scale = this.imageObj.height / this.imageObj.width; + if (scale !== undefined) { + width = this.options.radius|| this.imageObj.width; + height = this.options.radius* scale || this.imageObj.height; } - } - for (var itemId in this.itemsData._data) { - if (this.itemsData._data.hasOwnProperty(itemId)) { - var item = this.itemsData._data[itemId]; - if (groupsContent[item.group] === undefined) { - throw new Error('Cannot find referenced group. Possible reason: items added before groups? Groups need to be added before items, as items refer to groups.') - } - item.x = util.convert(item.x,'Date'); - groupsContent[item.group].push(item); + else { + width = 0; + height = 0; } } - for (groupId in this.groups) { - if (this.groups.hasOwnProperty(groupId)) { - this.groups[groupId].setItems(groupsContent[groupId]); - } + else { + width = this.imageObj.width; + height = this.imageObj.height; + } + this.width = width; + this.height = height; + + this.growthIndicator = 0; + if (this.width > 0 && this.height > 0) { + this.width += Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * this.clusterSizeWidthFactor; + this.height += Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * this.clusterSizeHeightFactor; + this.options.radius+= Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * this.clusterSizeRadiusFactor; + this.growthIndicator = this.width - width; } } + }; + Node.prototype._drawImageAtPosition = function (ctx) { + if (this.imageObj.width != 0 ) { + // draw the shade + if (this.clusterSize > 1) { + var lineWidth = ((this.clusterSize > 1) ? 10 : 0.0); + lineWidth *= this.networkScaleInv; + lineWidth = Math.min(0.2 * this.width,lineWidth); - /** - * Create or delete the group holding all ungrouped items. This group is used when - * there are no groups specified. This anonymous group is called 'graph'. - * @protected - */ - LineGraph.prototype._updateUngrouped = function() { - if (this.itemsData && this.itemsData != null) { - var ungroupedCounter = 0; - for (var itemId in this.itemsData._data) { - if (this.itemsData._data.hasOwnProperty(itemId)) { - var item = this.itemsData._data[itemId]; - if (item != undefined) { - if (item.hasOwnProperty('group')) { - if (item.group === undefined) { - item.group = UNGROUPED; - } - } - else { - item.group = UNGROUPED; - } - ungroupedCounter = item.group == UNGROUPED ? ungroupedCounter + 1 : ungroupedCounter; - } - } + ctx.globalAlpha = 0.5; + ctx.drawImage(this.imageObj, this.left - lineWidth, this.top - lineWidth, this.width + 2*lineWidth, this.height + 2*lineWidth); } - if (ungroupedCounter == 0) { - delete this.groups[UNGROUPED]; - this.legendLeft.removeGroup(UNGROUPED); - this.legendRight.removeGroup(UNGROUPED); - this.yAxisLeft.removeGroup(UNGROUPED); - this.yAxisRight.removeGroup(UNGROUPED); - } - else { - var group = {id: UNGROUPED, content: this.options.defaultGroup}; - this._updateGroup(group, UNGROUPED); - } + // draw the image + ctx.globalAlpha = 1.0; + ctx.drawImage(this.imageObj, this.left, this.top, this.width, this.height); + } + }; + + Node.prototype._drawImageLabel = function (ctx) { + var yLabel; + if (this.imageObj.width != 0 ) { + yLabel = this.y + this.height / 2; } else { - delete this.groups[UNGROUPED]; - this.legendLeft.removeGroup(UNGROUPED); - this.legendRight.removeGroup(UNGROUPED); - this.yAxisLeft.removeGroup(UNGROUPED); - this.yAxisRight.removeGroup(UNGROUPED); + // image still loading... just draw the label for now + yLabel = this.y; } - this.legendLeft.redraw(); - this.legendRight.redraw(); + this._label(ctx, this.label, this.x, yLabel, undefined, 'hanging'); }; + Node.prototype._drawImage = function (ctx) { + this._resizeImage(ctx); + this.left = this.x - this.width / 2; + this.top = this.y - this.height / 2; - /** - * Redraw the component, mandatory function - * @return {boolean} Returns true if the component is resized - */ - LineGraph.prototype.redraw = function(forceGraphUpdate) { - var resized = false; + this._drawImageAtPosition(ctx); - // calculate actual size and position - this.props.width = this.dom.frame.offsetWidth; - this.props.height = this.body.domProps.centerContainer.height; + this.boundingBox.top = this.top; + this.boundingBox.left = this.left; + this.boundingBox.right = this.left + this.width; + this.boundingBox.bottom = this.top + this.height; - // update the graph if there is no lastWidth or with, used for the initial draw - if (this.lastWidth === undefined && this.props.width) { - forceGraphUpdate = true; - } + this._drawImageLabel(ctx); + this.boundingBox.left = Math.min(this.boundingBox.left, this.labelDimensions.left); + this.boundingBox.right = Math.max(this.boundingBox.right, this.labelDimensions.left + this.labelDimensions.width); + this.boundingBox.bottom = Math.max(this.boundingBox.bottom, this.boundingBox.bottom + this.labelDimensions.height); + }; - // check if this component is resized - resized = this._isResized() || resized; + Node.prototype._resizeCircularImage = function (ctx) { + this._resizeImage(ctx); + }; - // check whether zoomed (in that case we need to re-stack everything) - var visibleInterval = this.body.range.end - this.body.range.start; - var zoomed = (visibleInterval != this.lastVisibleInterval); - this.lastVisibleInterval = visibleInterval; + Node.prototype._drawCircularImage = function (ctx) { + this._resizeCircularImage(ctx); + this.left = this.x - this.width / 2; + this.top = this.y - this.height / 2; + + var centerX = this.left + (this.width / 2); + var centerY = this.top + (this.height / 2); + var radius = Math.abs(this.height / 2); - // the svg element is three times as big as the width, this allows for fully dragging left and right - // without reloading the graph. the controls for this are bound to events in the constructor - if (resized == true) { - this.svg.style.width = util.option.asSize(3*this.props.width); - this.svg.style.left = util.option.asSize(-this.props.width); + this._drawRawCircle(ctx, centerX, centerY, radius); - // if the height of the graph is set as proportional, change the height of the svg - if ((this.options.height + '').indexOf("%") != -1 || this.updateSVGheightOnResize == true) { - this.updateSVGheight = true; - } - } + ctx.save(); + ctx.circle(this.x, this.y, radius); + ctx.stroke(); + ctx.clip(); - // update the height of the graph on each redraw of the graph. - if (this.updateSVGheight == true) { - if (this.options.graphHeight != this.body.domProps.centerContainer.height + 'px') { - this.options.graphHeight = this.body.domProps.centerContainer.height + 'px'; - this.svg.style.height = this.body.domProps.centerContainer.height + 'px'; - } - this.updateSVGheight = false; - } - else { - this.svg.style.height = ('' + this.options.graphHeight).replace('px','') + 'px'; - } + this._drawImageAtPosition(ctx); - // zoomed is here to ensure that animations are shown correctly. - if (resized == true || zoomed == true || this.abortedGraphUpdate == true || forceGraphUpdate == true) { - resized = this._updateGraph() || resized; - } - else { - // move the whole svg while dragging - if (this.lastStart != 0) { - var offset = this.body.range.start - this.lastStart; - var range = this.body.range.end - this.body.range.start; - if (this.props.width != 0) { - var rangePerPixelInv = this.props.width/range; - var xOffset = offset * rangePerPixelInv; - this.svg.style.left = (-this.props.width - xOffset) + 'px'; - } - } - } + ctx.restore(); - this.legendLeft.redraw(); - this.legendRight.redraw(); - return resized; + this.boundingBox.top = this.y - this.options.radius; + this.boundingBox.left = this.x - this.options.radius; + this.boundingBox.right = this.x + this.options.radius; + this.boundingBox.bottom = this.y + this.options.radius; + + this._drawImageLabel(ctx); + + this.boundingBox.left = Math.min(this.boundingBox.left, this.labelDimensions.left); + this.boundingBox.right = Math.max(this.boundingBox.right, this.labelDimensions.left + this.labelDimensions.width); + this.boundingBox.bottom = Math.max(this.boundingBox.bottom, this.boundingBox.bottom + this.labelDimensions.height); }; + Node.prototype._resizeBox = function (ctx) { + if (!this.width) { + var margin = 5; + var textSize = this.getTextSize(ctx); + this.width = textSize.width + 2 * margin; + this.height = textSize.height + 2 * margin; - /** - * Update and redraw the graph. - * - */ - LineGraph.prototype._updateGraph = function () { - // reset the svg elements - DOMutil.prepareElements(this.svgElements); - if (this.props.width != 0 && this.itemsData != null) { - var group, i; - var preprocessedGroupData = {}; - var processedGroupData = {}; - var groupRanges = {}; - var changeCalled = false; + this.width += Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * 0.5 * this.clusterSizeWidthFactor; + this.height += Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * 0.5 * this.clusterSizeHeightFactor; + this.growthIndicator = this.width - (textSize.width + 2 * margin); + // this.options.radius+= Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * 0.5 * this.clusterSizeRadiusFactor; - // getting group Ids - var groupIds = []; - for (var groupId in this.groups) { - if (this.groups.hasOwnProperty(groupId)) { - group = this.groups[groupId]; - if (group.visible == true && (this.options.groups.visibility[groupId] === undefined || this.options.groups.visibility[groupId] == true)) { - groupIds.push(groupId); - } - } - } - if (groupIds.length > 0) { - // this is the range of the SVG canvas - var minDate = this.body.util.toGlobalTime(-this.body.domProps.root.width); - var maxDate = this.body.util.toGlobalTime(2 * this.body.domProps.root.width); - var groupsData = {}; - // fill groups data, this only loads the data we require based on the timewindow - this._getRelevantData(groupIds, groupsData, minDate, maxDate); + } + }; - // apply sampling, if disabled, it will pass through this function. - this._applySampling(groupIds, groupsData); + Node.prototype._drawBox = function (ctx) { + this._resizeBox(ctx); - // we transform the X coordinates to detect collisions - for (i = 0; i < groupIds.length; i++) { - preprocessedGroupData[groupIds[i]] = this._convertXcoordinates(groupsData[groupIds[i]]); - } + this.left = this.x - this.width / 2; + this.top = this.y - this.height / 2; - // now all needed data has been collected we start the processing. - this._getYRanges(groupIds, preprocessedGroupData, groupRanges); + var clusterLineWidth = 2.5; + var borderWidth = this.options.borderWidth; + var selectionLineWidth = this.options.borderWidthSelected || 2 * this.options.borderWidth; - // update the Y axis first, we use this data to draw at the correct Y points - // changeCalled is required to clean the SVG on a change emit. - changeCalled = this._updateYAxis(groupIds, groupRanges); - var MAX_CYCLES = 5; - if (changeCalled == true && this.COUNTER < MAX_CYCLES) { - DOMutil.cleanupElements(this.svgElements); - this.abortedGraphUpdate = true; - this.COUNTER++; - this.body.emitter.emit('change'); - return true; - } - else { - if (this.COUNTER > MAX_CYCLES) { - console.log("WARNING: there may be an infinite loop in the _updateGraph emitter cycle.") - } - this.COUNTER = 0; - this.abortedGraphUpdate = false; + ctx.strokeStyle = this.selected ? this.options.color.highlight.border : this.hover ? this.options.color.hover.border : this.options.color.border; - // With the yAxis scaled correctly, use this to get the Y values of the points. - for (i = 0; i < groupIds.length; i++) { - group = this.groups[groupIds[i]]; - processedGroupData[groupIds[i]] = this._convertYcoordinates(groupsData[groupIds[i]], group); - } + // draw the outer border + if (this.clusterSize > 1) { + ctx.lineWidth = (this.selected ? selectionLineWidth : borderWidth) + ((this.clusterSize > 1) ? clusterLineWidth : 0.0); + ctx.lineWidth *= this.networkScaleInv; + ctx.lineWidth = Math.min(this.width,ctx.lineWidth); - // draw the groups - for (i = 0; i < groupIds.length; i++) { - group = this.groups[groupIds[i]]; - if (group.options.style != 'bar') { // bar needs to be drawn enmasse - group.draw(processedGroupData[groupIds[i]], group, this.framework); - } - } - BarGraphFunctions.draw(groupIds, processedGroupData, this.framework); - } - } + ctx.roundRect(this.left-2*ctx.lineWidth, this.top-2*ctx.lineWidth, this.width+4*ctx.lineWidth, this.height+4*ctx.lineWidth, this.options.radius); + ctx.stroke(); } + ctx.lineWidth = (this.selected ? selectionLineWidth : borderWidth) + ((this.clusterSize > 1) ? clusterLineWidth : 0.0); + ctx.lineWidth *= this.networkScaleInv; + ctx.lineWidth = Math.min(this.width,ctx.lineWidth); - // cleanup unused svg elements - DOMutil.cleanupElements(this.svgElements); - return false; + ctx.fillStyle = this.selected ? this.options.color.highlight.background : this.hover ? this.options.color.hover.background : this.options.color.background; + + ctx.roundRect(this.left, this.top, this.width, this.height, this.options.radius); + ctx.fill(); + ctx.stroke(); + + this.boundingBox.top = this.top; + this.boundingBox.left = this.left; + this.boundingBox.right = this.left + this.width; + this.boundingBox.bottom = this.top + this.height; + + this._label(ctx, this.label, this.x, this.y); }; - /** - * first select and preprocess the data from the datasets. - * the groups have their preselection of data, we now loop over this data to see - * what data we need to draw. Sorted data is much faster. - * more optimization is possible by doing the sampling before and using the binary search - * to find the end date to determine the increment. - * - * @param {array} groupIds - * @param {object} groupsData - * @param {date} minDate - * @param {date} maxDate - * @private - */ - LineGraph.prototype._getRelevantData = function (groupIds, groupsData, minDate, maxDate) { - var group, i, j, item; - if (groupIds.length > 0) { - for (i = 0; i < groupIds.length; i++) { - group = this.groups[groupIds[i]]; - groupsData[groupIds[i]] = []; - var dataContainer = groupsData[groupIds[i]]; - // optimization for sorted data - if (group.options.sort == true) { - var guess = Math.max(0, util.binarySearchValue(group.itemsData, minDate, 'x', 'before')); - for (j = guess; j < group.itemsData.length; j++) { - item = group.itemsData[j]; - if (item !== undefined) { - if (item.x > maxDate) { - dataContainer.push(item); - break; - } - else { - dataContainer.push(item); - } - } - } - } - else { - for (j = 0; j < group.itemsData.length; j++) { - item = group.itemsData[j]; - if (item !== undefined) { - if (item.x > minDate && item.x < maxDate) { - dataContainer.push(item); - } - } - } - } - } + Node.prototype._resizeDatabase = function (ctx) { + if (!this.width) { + var margin = 5; + var textSize = this.getTextSize(ctx); + var size = textSize.width + 2 * margin; + this.width = size; + this.height = size; + + // scaling used for clustering + this.width += Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * this.clusterSizeWidthFactor; + this.height += Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * this.clusterSizeHeightFactor; + this.options.radius+= Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * this.clusterSizeRadiusFactor; + this.growthIndicator = this.width - size; } }; + Node.prototype._drawDatabase = function (ctx) { + this._resizeDatabase(ctx); + this.left = this.x - this.width / 2; + this.top = this.y - this.height / 2; - /** - * - * @param groupIds - * @param groupsData - * @private - */ - LineGraph.prototype._applySampling = function (groupIds, groupsData) { - var group; - if (groupIds.length > 0) { - for (var i = 0; i < groupIds.length; i++) { - group = this.groups[groupIds[i]]; - if (group.options.sampling == true) { - var dataContainer = groupsData[groupIds[i]]; - if (dataContainer.length > 0) { - var increment = 1; - var amountOfPoints = dataContainer.length; + var clusterLineWidth = 2.5; + var borderWidth = this.options.borderWidth; + var selectionLineWidth = this.options.borderWidthSelected || 2 * this.options.borderWidth; - // the global screen is used because changing the width of the yAxis may affect the increment, resulting in an endless loop - // of width changing of the yAxis. - var xDistance = this.body.util.toGlobalScreen(dataContainer[dataContainer.length - 1].x) - this.body.util.toGlobalScreen(dataContainer[0].x); - var pointsPerPixel = amountOfPoints / xDistance; - increment = Math.min(Math.ceil(0.2 * amountOfPoints), Math.max(1, Math.round(pointsPerPixel))); + ctx.strokeStyle = this.selected ? this.options.color.highlight.border : this.hover ? this.options.color.hover.border : this.options.color.border; - var sampledData = []; - for (var j = 0; j < amountOfPoints; j += increment) { - sampledData.push(dataContainer[j]); + // draw the outer border + if (this.clusterSize > 1) { + ctx.lineWidth = (this.selected ? selectionLineWidth : borderWidth) + ((this.clusterSize > 1) ? clusterLineWidth : 0.0); + ctx.lineWidth *= this.networkScaleInv; + ctx.lineWidth = Math.min(this.width,ctx.lineWidth); - } - groupsData[groupIds[i]] = sampledData; - } - } - } + ctx.database(this.x - this.width/2 - 2*ctx.lineWidth, this.y - this.height*0.5 - 2*ctx.lineWidth, this.width + 4*ctx.lineWidth, this.height + 4*ctx.lineWidth); + ctx.stroke(); } + ctx.lineWidth = (this.selected ? selectionLineWidth : borderWidth) + ((this.clusterSize > 1) ? clusterLineWidth : 0.0); + ctx.lineWidth *= this.networkScaleInv; + ctx.lineWidth = Math.min(this.width,ctx.lineWidth); + + ctx.fillStyle = this.selected ? this.options.color.highlight.background : this.hover ? this.options.color.hover.background : this.options.color.background; + ctx.database(this.x - this.width/2, this.y - this.height*0.5, this.width, this.height); + ctx.fill(); + ctx.stroke(); + + this.boundingBox.top = this.top; + this.boundingBox.left = this.left; + this.boundingBox.right = this.left + this.width; + this.boundingBox.bottom = this.top + this.height; + + this._label(ctx, this.label, this.x, this.y); }; - /** - * - * - * @param {array} groupIds - * @param {object} groupsData - * @param {object} groupRanges | this is being filled here - * @private - */ - LineGraph.prototype._getYRanges = function (groupIds, groupsData, groupRanges) { - var groupData, group, i; - var barCombinedDataLeft = []; - var barCombinedDataRight = []; - var options; - if (groupIds.length > 0) { - for (i = 0; i < groupIds.length; i++) { - groupData = groupsData[groupIds[i]]; - options = this.groups[groupIds[i]].options; - if (groupData.length > 0) { - group = this.groups[groupIds[i]]; - // if bar graphs are stacked, their range need to be handled differently and accumulated over all groups. - if (options.barChart.handleOverlap == 'stack' && options.style == 'bar') { - if (options.yAxisOrientation == 'left') {barCombinedDataLeft = barCombinedDataLeft.concat(group.getYRange(groupData)) ;} - else {barCombinedDataRight = barCombinedDataRight.concat(group.getYRange(groupData));} - } - else { - groupRanges[groupIds[i]] = group.getYRange(groupData,groupIds[i]); - } - } + Node.prototype._resizeCircle = function (ctx) { + if (!this.width) { + var margin = 5; + var textSize = this.getTextSize(ctx); + var diameter = Math.max(textSize.width, textSize.height) + 2 * margin; + this.options.radius = diameter / 2; + + this.width = diameter; + this.height = diameter; + + // scaling used for clustering + // this.width += Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * 0.5 * this.clusterSizeWidthFactor; + // this.height += Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * 0.5 * this.clusterSizeHeightFactor; + this.options.radius += Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * 0.5 * this.clusterSizeRadiusFactor; + this.growthIndicator = this.options.radius- 0.5*diameter; + } + }; + + Node.prototype._drawRawCircle = function (ctx, x, y, radius) { + var clusterLineWidth = 2.5; + var borderWidth = this.options.borderWidth; + var selectionLineWidth = this.options.borderWidthSelected || 2 * this.options.borderWidth; + + ctx.strokeStyle = this.selected ? this.options.color.highlight.border : this.hover ? this.options.color.hover.border : this.options.color.border; + + // draw the outer border + if (this.clusterSize > 1) { + ctx.lineWidth = (this.selected ? selectionLineWidth : borderWidth) + ((this.clusterSize > 1) ? clusterLineWidth : 0.0); + ctx.lineWidth *= this.networkScaleInv; + ctx.lineWidth = Math.min(this.width,ctx.lineWidth); + + ctx.circle(x, y, radius+2*ctx.lineWidth); + ctx.stroke(); + } + ctx.lineWidth = (this.selected ? selectionLineWidth : borderWidth) + ((this.clusterSize > 1) ? clusterLineWidth : 0.0); + ctx.lineWidth *= this.networkScaleInv; + ctx.lineWidth = Math.min(this.width,ctx.lineWidth); + + ctx.fillStyle = this.selected ? this.options.color.highlight.background : this.hover ? this.options.color.hover.background : this.options.color.background; + ctx.circle(this.x, this.y, radius); + ctx.fill(); + ctx.stroke(); + }; + + Node.prototype._drawCircle = function (ctx) { + this._resizeCircle(ctx); + this.left = this.x - this.width / 2; + this.top = this.y - this.height / 2; + + this._drawRawCircle(ctx, this.x, this.y, this.options.radius); + + this.boundingBox.top = this.y - this.options.radius; + this.boundingBox.left = this.x - this.options.radius; + this.boundingBox.right = this.x + this.options.radius; + this.boundingBox.bottom = this.y + this.options.radius; + + this._label(ctx, this.label, this.x, this.y); + }; + + Node.prototype._resizeEllipse = function (ctx) { + if (!this.width) { + var textSize = this.getTextSize(ctx); + + this.width = textSize.width * 1.5; + this.height = textSize.height * 2; + if (this.width < this.height) { + this.width = this.height; } + var defaultSize = this.width; - // if bar graphs are stacked, their range need to be handled differently and accumulated over all groups. - BarGraphFunctions.getStackedBarYRange(barCombinedDataLeft , groupRanges, groupIds, '__barchartLeft' , 'left' ); - BarGraphFunctions.getStackedBarYRange(barCombinedDataRight, groupRanges, groupIds, '__barchartRight', 'right'); + // scaling used for clustering + this.width += Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * this.clusterSizeWidthFactor; + this.height += Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * this.clusterSizeHeightFactor; + this.options.radius += Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * this.clusterSizeRadiusFactor; + this.growthIndicator = this.width - defaultSize; } }; + Node.prototype._drawEllipse = function (ctx) { + this._resizeEllipse(ctx); + this.left = this.x - this.width / 2; + this.top = this.y - this.height / 2; - /** - * this sets the Y ranges for the Y axis. It also determines which of the axis should be shown or hidden. - * @param {Array} groupIds - * @param {Object} groupRanges - * @private - */ - LineGraph.prototype._updateYAxis = function (groupIds, groupRanges) { - var resized = false; - var yAxisLeftUsed = false; - var yAxisRightUsed = false; - var minLeft = 1e9, minRight = 1e9, maxLeft = -1e9, maxRight = -1e9, minVal, maxVal; - // if groups are present - if (groupIds.length > 0) { - // this is here to make sure that if there are no items in the axis but there are groups, that there is no infinite draw/redraw loop. - for (var i = 0; i < groupIds.length; i++) { - var group = this.groups[groupIds[i]]; - if (group && group.options.yAxisOrientation != 'right') { - yAxisLeftUsed = true; - minLeft = 0; - maxLeft = 0; - } - else if (group && group.options.yAxisOrientation) { - yAxisRightUsed = true; - minRight = 0; - maxRight = 0; - } - } + var clusterLineWidth = 2.5; + var borderWidth = this.options.borderWidth; + var selectionLineWidth = this.options.borderWidthSelected || 2 * this.options.borderWidth; - // if there are items: - for (var i = 0; i < groupIds.length; i++) { - if (groupRanges.hasOwnProperty(groupIds[i])) { - if (groupRanges[groupIds[i]].ignore !== true) { - minVal = groupRanges[groupIds[i]].min; - maxVal = groupRanges[groupIds[i]].max; + ctx.strokeStyle = this.selected ? this.options.color.highlight.border : this.hover ? this.options.color.hover.border : this.options.color.border; - if (groupRanges[groupIds[i]].yAxisOrientation != 'right') { - yAxisLeftUsed = true; - minLeft = minLeft > minVal ? minVal : minLeft; - maxLeft = maxLeft < maxVal ? maxVal : maxLeft; - } - else { - yAxisRightUsed = true; - minRight = minRight > minVal ? minVal : minRight; - maxRight = maxRight < maxVal ? maxVal : maxRight; - } - } - } - } + // draw the outer border + if (this.clusterSize > 1) { + ctx.lineWidth = (this.selected ? selectionLineWidth : borderWidth) + ((this.clusterSize > 1) ? clusterLineWidth : 0.0); + ctx.lineWidth *= this.networkScaleInv; + ctx.lineWidth = Math.min(this.width,ctx.lineWidth); - if (yAxisLeftUsed == true) { - this.yAxisLeft.setRange(minLeft, maxLeft); - } - if (yAxisRightUsed == true) { - this.yAxisRight.setRange(minRight, maxRight); - } + ctx.ellipse(this.left-2*ctx.lineWidth, this.top-2*ctx.lineWidth, this.width+4*ctx.lineWidth, this.height+4*ctx.lineWidth); + ctx.stroke(); } - resized = this._toggleAxisVisiblity(yAxisLeftUsed , this.yAxisLeft) || resized; - resized = this._toggleAxisVisiblity(yAxisRightUsed, this.yAxisRight) || resized; + ctx.lineWidth = (this.selected ? selectionLineWidth : borderWidth) + ((this.clusterSize > 1) ? clusterLineWidth : 0.0); + ctx.lineWidth *= this.networkScaleInv; + ctx.lineWidth = Math.min(this.width,ctx.lineWidth); - if (yAxisRightUsed == true && yAxisLeftUsed == true) { - this.yAxisLeft.drawIcons = true; - this.yAxisRight.drawIcons = true; - } - else { - this.yAxisLeft.drawIcons = false; - this.yAxisRight.drawIcons = false; - } - this.yAxisRight.master = !yAxisLeftUsed; - if (this.yAxisRight.master == false) { - if (yAxisRightUsed == true) {this.yAxisLeft.lineOffset = this.yAxisRight.width;} - else {this.yAxisLeft.lineOffset = 0;} + ctx.fillStyle = this.selected ? this.options.color.highlight.background : this.hover ? this.options.color.hover.background : this.options.color.background; - resized = this.yAxisLeft.redraw() || resized; - this.yAxisRight.stepPixelsForced = this.yAxisLeft.stepPixels; - this.yAxisRight.zeroCrossing = this.yAxisLeft.zeroCrossing; - resized = this.yAxisRight.redraw() || resized; - } - else { - resized = this.yAxisRight.redraw() || resized; - } + ctx.ellipse(this.left, this.top, this.width, this.height); + ctx.fill(); + ctx.stroke(); - // clean the accumulated lists - if (groupIds.indexOf('__barchartLeft') != -1) { - groupIds.splice(groupIds.indexOf('__barchartLeft'),1); - } - if (groupIds.indexOf('__barchartRight') != -1) { - groupIds.splice(groupIds.indexOf('__barchartRight'),1); - } + this.boundingBox.top = this.top; + this.boundingBox.left = this.left; + this.boundingBox.right = this.left + this.width; + this.boundingBox.bottom = this.top + this.height; - return resized; + this._label(ctx, this.label, this.x, this.y); }; - - /** - * This shows or hides the Y axis if needed. If there is a change, the changed event is emitted by the updateYAxis function - * - * @param {boolean} axisUsed - * @returns {boolean} - * @private - * @param axis - */ - LineGraph.prototype._toggleAxisVisiblity = function (axisUsed, axis) { - var changed = false; - if (axisUsed == false) { - if (axis.dom.frame.parentNode && axis.hidden == false) { - axis.hide() - changed = true; - } - } - else { - if (!axis.dom.frame.parentNode && axis.hidden == true) { - axis.show(); - changed = true; - } - } - return changed; + Node.prototype._drawDot = function (ctx) { + this._drawShape(ctx, 'circle'); }; + Node.prototype._drawTriangle = function (ctx) { + this._drawShape(ctx, 'triangle'); + }; - /** - * This uses the DataAxis object to generate the correct X coordinate on the SVG window. It uses the - * util function toScreen to get the x coordinate from the timestamp. It also pre-filters the data and get the minMax ranges for - * the yAxis. - * - * @param datapoints - * @returns {Array} - * @private - */ - LineGraph.prototype._convertXcoordinates = function (datapoints) { - var extractedData = []; - var xValue, yValue; - var toScreen = this.body.util.toScreen; + Node.prototype._drawTriangleDown = function (ctx) { + this._drawShape(ctx, 'triangleDown'); + }; - for (var i = 0; i < datapoints.length; i++) { - xValue = toScreen(datapoints[i].x) + this.props.width; - yValue = datapoints[i].y; - extractedData.push({x: xValue, y: yValue}); - } + Node.prototype._drawSquare = function (ctx) { + this._drawShape(ctx, 'square'); + }; - return extractedData; + Node.prototype._drawStar = function (ctx) { + this._drawShape(ctx, 'star'); }; + Node.prototype._resizeShape = function (ctx) { + if (!this.width) { + this.options.radius= this.baseRadiusValue; + var size = 2 * this.options.radius; + this.width = size; + this.height = size; - /** - * This uses the DataAxis object to generate the correct X coordinate on the SVG window. It uses the - * util function toScreen to get the x coordinate from the timestamp. It also pre-filters the data and get the minMax ranges for - * the yAxis. - * - * @param datapoints - * @param group - * @returns {Array} - * @private - */ - LineGraph.prototype._convertYcoordinates = function (datapoints, group) { - var extractedData = []; - var xValue, yValue; - var toScreen = this.body.util.toScreen; - var axis = this.yAxisLeft; - var svgHeight = Number(this.svg.style.height.replace('px','')); - if (group.options.yAxisOrientation == 'right') { - axis = this.yAxisRight; + // scaling used for clustering + this.width += Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * this.clusterSizeWidthFactor; + this.height += Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * this.clusterSizeHeightFactor; + this.options.radius+= Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * 0.5 * this.clusterSizeRadiusFactor; + this.growthIndicator = this.width - size; } + }; - for (var i = 0; i < datapoints.length; i++) { - xValue = toScreen(datapoints[i].x) + this.props.width; - yValue = Math.round(axis.convertValue(datapoints[i].y)); - extractedData.push({x: xValue, y: yValue}); - } + Node.prototype._drawShape = function (ctx, shape) { + this._resizeShape(ctx); - group.setZeroPosition(Math.min(svgHeight, axis.convertValue(0))); + this.left = this.x - this.width / 2; + this.top = this.y - this.height / 2; - return extractedData; - }; + var clusterLineWidth = 2.5; + var borderWidth = this.options.borderWidth; + var selectionLineWidth = this.options.borderWidthSelected || 2 * this.options.borderWidth; + var radiusMultiplier = 2; + // choose draw method depending on the shape + switch (shape) { + case 'dot': radiusMultiplier = 2; break; + case 'square': radiusMultiplier = 2; break; + case 'triangle': radiusMultiplier = 3; break; + case 'triangleDown': radiusMultiplier = 3; break; + case 'star': radiusMultiplier = 4; break; + } - module.exports = LineGraph; + ctx.strokeStyle = this.selected ? this.options.color.highlight.border : this.hover ? this.options.color.hover.border : this.options.color.border; + // draw the outer border + if (this.clusterSize > 1) { + ctx.lineWidth = (this.selected ? selectionLineWidth : borderWidth) + ((this.clusterSize > 1) ? clusterLineWidth : 0.0); + ctx.lineWidth *= this.networkScaleInv; + ctx.lineWidth = Math.min(this.width,ctx.lineWidth); + ctx[shape](this.x, this.y, this.options.radius+ radiusMultiplier * ctx.lineWidth); + ctx.stroke(); + } + ctx.lineWidth = (this.selected ? selectionLineWidth : borderWidth) + ((this.clusterSize > 1) ? clusterLineWidth : 0.0); + ctx.lineWidth *= this.networkScaleInv; + ctx.lineWidth = Math.min(this.width,ctx.lineWidth); -/***/ }, -/* 44 */ -/***/ function(module, exports, __webpack_require__) { + ctx.fillStyle = this.selected ? this.options.color.highlight.background : this.hover ? this.options.color.hover.background : this.options.color.background; + ctx[shape](this.x, this.y, this.options.radius); + ctx.fill(); + ctx.stroke(); - var util = __webpack_require__(1); - var DOMutil = __webpack_require__(6); - var Component = __webpack_require__(23); - var DataStep = __webpack_require__(45); + this.boundingBox.top = this.y - this.options.radius; + this.boundingBox.left = this.x - this.options.radius; + this.boundingBox.right = this.x + this.options.radius; + this.boundingBox.bottom = this.y + this.options.radius; - /** - * A horizontal time axis - * @param {Object} [options] See DataAxis.setOptions for the available - * options. - * @constructor DataAxis - * @extends Component - * @param body - */ - function DataAxis (body, options, svg, linegraphOptions) { - this.id = util.randomUUID(); - this.body = body; + if (this.label) { + this._label(ctx, this.label, this.x, this.y + this.height / 2, undefined, 'hanging',true); + this.boundingBox.left = Math.min(this.boundingBox.left, this.labelDimensions.left); + this.boundingBox.right = Math.max(this.boundingBox.right, this.labelDimensions.left + this.labelDimensions.width); + this.boundingBox.bottom = Math.max(this.boundingBox.bottom, this.boundingBox.bottom + this.labelDimensions.height); + } + }; - this.defaultOptions = { - orientation: 'left', // supported: 'left', 'right' - showMinorLabels: true, - showMajorLabels: true, - icons: true, - majorLinesOffset: 7, - minorLinesOffset: 4, - labelOffsetX: 10, - labelOffsetY: 2, - iconWidth: 20, - width: '40px', - visible: true, - alignZeros: true, - customRange: { - left: {min:undefined, max:undefined}, - right: {min:undefined, max:undefined} - }, - title: { - left: {text:undefined}, - right: {text:undefined} - }, - format: { - left: {decimals: undefined}, - right: {decimals: undefined} - } - }; + Node.prototype._resizeText = function (ctx) { + if (!this.width) { + var margin = 5; + var textSize = this.getTextSize(ctx); + this.width = textSize.width + 2 * margin; + this.height = textSize.height + 2 * margin; - this.linegraphOptions = linegraphOptions; - this.linegraphSVG = svg; - this.props = {}; - this.DOMelements = { // dynamic elements - lines: {}, - labels: {}, - title: {} - }; + // scaling used for clustering + this.width += Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * this.clusterSizeWidthFactor; + this.height += Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * this.clusterSizeHeightFactor; + this.options.radius+= Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * this.clusterSizeRadiusFactor; + this.growthIndicator = this.width - (textSize.width + 2 * margin); + } + }; - this.dom = {}; + Node.prototype._drawText = function (ctx) { + this._resizeText(ctx); + this.left = this.x - this.width / 2; + this.top = this.y - this.height / 2; - this.range = {start:0, end:0}; + this._label(ctx, this.label, this.x, this.y); - this.options = util.extend({}, this.defaultOptions); - this.conversionFactor = 1; + this.boundingBox.top = this.top; + this.boundingBox.left = this.left; + this.boundingBox.right = this.left + this.width; + this.boundingBox.bottom = this.top + this.height; + }; - this.setOptions(options); - this.width = Number(('' + this.options.width).replace("px","")); - this.minWidth = this.width; - this.height = this.linegraphSVG.offsetHeight; - this.hidden = false; - this.stepPixels = 25; - this.stepPixelsForced = 25; - this.zeroCrossing = -1; + Node.prototype._label = function (ctx, text, x, y, align, baseline, labelUnderNode) { + if (text && Number(this.options.fontSize) * this.networkScale > this.fontDrawThreshold) { + ctx.font = (this.selected ? "bold " : "") + this.options.fontSize + "px " + this.options.fontFace; - this.lineOffset = 0; - this.master = true; - this.svgElements = {}; - this.iconsRemoved = false; + var lines = text.split('\n'); + var lineCount = lines.length; + var fontSize = Number(this.options.fontSize); + var yLine = y + (1 - lineCount) / 2 * fontSize; + if (labelUnderNode == true) { + yLine = y + (1 - lineCount) / (2 * fontSize); + } + // font fill from edges now for nodes! + var width = ctx.measureText(lines[0]).width; + for (var i = 1; i < lineCount; i++) { + var lineWidth = ctx.measureText(lines[i]).width; + width = lineWidth > width ? lineWidth : width; + } + var height = this.options.fontSize * lineCount; + var left = x - width / 2; + var top = y - height / 2; + if (baseline == "hanging") { + top += 0.5 * fontSize; + top += 4; // distance from node, required because we use hanging. Hanging has less difference between browsers + yLine += 4; // distance from node + } + this.labelDimensions = {top:top,left:left,width:width,height:height,yLine:yLine}; - this.groups = {}; - this.amountOfGroups = 0; + // create the fontfill background + if (this.options.fontFill !== undefined && this.options.fontFill !== null && this.options.fontFill !== "none") { + ctx.fillStyle = this.options.fontFill; + ctx.fillRect(left, top, width, height); + } - // create the HTML DOM - this._create(); + // draw text + ctx.fillStyle = this.options.fontColor || "black"; + ctx.textAlign = align || "center"; + ctx.textBaseline = baseline || "middle"; + if (this.options.fontStrokeWidth > 0){ + ctx.lineWidth = this.options.fontStrokeWidth; + ctx.strokeStyle = this.options.fontStrokeColor; + ctx.lineJoin = 'round'; + } + for (var i = 0; i < lineCount; i++) { + if(this.options.fontStrokeWidth){ + ctx.strokeText(lines[i], x, yLine); + } + ctx.fillText(lines[i], x, yLine); + yLine += fontSize; + } + } + }; - var me = this; - this.body.emitter.on("verticalDrag", function() { - me.dom.lineContainer.style.top = me.body.domProps.scrollTop + 'px'; - }); - } - DataAxis.prototype = new Component(); + Node.prototype.getTextSize = function(ctx) { + if (this.label !== undefined) { + ctx.font = (this.selected ? "bold " : "") + this.options.fontSize + "px " + this.options.fontFace; + var lines = this.label.split('\n'), + height = (Number(this.options.fontSize) + 4) * lines.length, + width = 0; - DataAxis.prototype.addGroup = function(label, graphOptions) { - if (!this.groups.hasOwnProperty(label)) { - this.groups[label] = graphOptions; + for (var i = 0, iMax = lines.length; i < iMax; i++) { + width = Math.max(width, ctx.measureText(lines[i]).width); + } + + return {"width": width, "height": height}; + } + else { + return {"width": 0, "height": 0}; } - this.amountOfGroups += 1; }; - DataAxis.prototype.updateGroup = function(label, graphOptions) { - this.groups[label] = graphOptions; + /** + * this is used to determine if a node is visible at all. this is used to determine when it needs to be drawn. + * there is a safety margin of 0.3 * width; + * + * @returns {boolean} + */ + Node.prototype.inArea = function() { + if (this.width !== undefined) { + return (this.x + this.width *this.networkScaleInv >= this.canvasTopLeft.x && + this.x - this.width *this.networkScaleInv < this.canvasBottomRight.x && + this.y + this.height*this.networkScaleInv >= this.canvasTopLeft.y && + this.y - this.height*this.networkScaleInv < this.canvasBottomRight.y); + } + else { + return true; + } }; - DataAxis.prototype.removeGroup = function(label) { - if (this.groups.hasOwnProperty(label)) { - delete this.groups[label]; - this.amountOfGroups -= 1; - } + /** + * checks if the core of the node is in the display area, this is used for opening clusters around zoom + * @returns {boolean} + */ + Node.prototype.inView = function() { + return (this.x >= this.canvasTopLeft.x && + this.x < this.canvasBottomRight.x && + this.y >= this.canvasTopLeft.y && + this.y < this.canvasBottomRight.y); }; + /** + * This allows the zoom level of the network to influence the rendering + * We store the inverted scale and the coordinates of the top left, and bottom right points of the canvas + * + * @param scale + * @param canvasTopLeft + * @param canvasBottomRight + */ + Node.prototype.setScaleAndPos = function(scale,canvasTopLeft,canvasBottomRight) { + this.networkScaleInv = 1.0/scale; + this.networkScale = scale; + this.canvasTopLeft = canvasTopLeft; + this.canvasBottomRight = canvasBottomRight; + }; - DataAxis.prototype.setOptions = function (options) { - if (options) { - var redraw = false; - if (this.options.orientation != options.orientation && options.orientation !== undefined) { - redraw = true; - } - var fields = [ - 'orientation', - 'showMinorLabels', - 'showMajorLabels', - 'icons', - 'majorLinesOffset', - 'minorLinesOffset', - 'labelOffsetX', - 'labelOffsetY', - 'iconWidth', - 'width', - 'visible', - 'customRange', - 'title', - 'format', - 'alignZeros' - ]; - util.selectiveExtend(fields, this.options, options); - this.minWidth = Number(('' + this.options.width).replace("px","")); + /** + * This allows the zoom level of the network to influence the rendering + * + * @param scale + */ + Node.prototype.setScale = function(scale) { + this.networkScaleInv = 1.0/scale; + this.networkScale = scale; + }; - if (redraw == true && this.dom.frame) { - this.hide(); - this.show(); - } - } + + + /** + * set the velocity at 0. Is called when this node is contained in another during clustering + */ + Node.prototype.clearVelocity = function() { + this.vx = 0; + this.vy = 0; }; /** - * Create the HTML DOM for the DataAxis + * Basic preservation of (kinectic) energy + * + * @param massBeforeClustering */ - DataAxis.prototype._create = function() { - this.dom.frame = document.createElement('div'); - this.dom.frame.style.width = this.options.width; - this.dom.frame.style.height = this.height; - - this.dom.lineContainer = document.createElement('div'); - this.dom.lineContainer.style.width = '100%'; - this.dom.lineContainer.style.height = this.height; - this.dom.lineContainer.style.position = 'relative'; - - // create svg element for graph drawing. - this.svg = document.createElementNS('http://www.w3.org/2000/svg',"svg"); - this.svg.style.position = "absolute"; - this.svg.style.top = '0px'; - this.svg.style.height = '100%'; - this.svg.style.width = '100%'; - this.svg.style.display = "block"; - this.dom.frame.appendChild(this.svg); + Node.prototype.updateVelocity = function(massBeforeClustering) { + var energyBefore = this.vx * this.vx * massBeforeClustering; + //this.vx = (this.vx < 0) ? -Math.sqrt(energyBefore/this.options.mass) : Math.sqrt(energyBefore/this.options.mass); + this.vx = Math.sqrt(energyBefore/this.options.mass); + energyBefore = this.vy * this.vy * massBeforeClustering; + //this.vy = (this.vy < 0) ? -Math.sqrt(energyBefore/this.options.mass) : Math.sqrt(energyBefore/this.options.mass); + this.vy = Math.sqrt(energyBefore/this.options.mass); }; - DataAxis.prototype._redrawGroupIcons = function () { - DOMutil.prepareElements(this.svgElements); + module.exports = Node; - var x; - var iconWidth = this.options.iconWidth; - var iconHeight = 15; - var iconOffset = 4; - var y = iconOffset + 0.5 * iconHeight; - if (this.options.orientation == 'left') { - x = iconOffset; +/***/ }, +/* 41 */ +/***/ function(module, exports, __webpack_require__) { + + /** + * Popup is a class to create a popup window with some text + * @param {Element} container The container object. + * @param {Number} [x] + * @param {Number} [y] + * @param {String} [text] + * @param {Object} [style] An object containing borderColor, + * backgroundColor, etc. + */ + function Popup(container, x, y, text, style) { + if (container) { + this.container = container; } else { - x = this.width - iconWidth - iconOffset; + this.container = document.body; } - for (var groupId in this.groups) { - if (this.groups.hasOwnProperty(groupId)) { - if (this.groups[groupId].visible == true && (this.linegraphOptions.visibility[groupId] === undefined || this.linegraphOptions.visibility[groupId] == true)) { - this.groups[groupId].drawIcon(x, y, this.svgElements, this.svg, iconWidth, iconHeight); - y += iconHeight + iconOffset; + // x, y and text are optional, see if a style object was passed in their place + if (style === undefined) { + if (typeof x === "object") { + style = x; + x = undefined; + } else if (typeof text === "object") { + style = text; + text = undefined; + } else { + // for backwards compatibility, in case clients other than Network are creating Popup directly + style = { + fontColor: 'black', + fontSize: 14, // px + fontFace: 'verdana', + color: { + border: '#666', + background: '#FFFFC6' + } } } } - DOMutil.cleanupElements(this.svgElements); - this.iconsRemoved = false; - }; + this.x = 0; + this.y = 0; + this.padding = 5; - DataAxis.prototype._cleanupIcons = function() { - if (this.iconsRemoved == false) { - DOMutil.prepareElements(this.svgElements); - DOMutil.cleanupElements(this.svgElements); - this.iconsRemoved = true; + if (x !== undefined && y !== undefined ) { + this.setPosition(x, y); } - } - - /** - * Create the HTML DOM for the DataAxis - */ - DataAxis.prototype.show = function() { - this.hidden = false; - if (!this.dom.frame.parentNode) { - if (this.options.orientation == 'left') { - this.body.dom.left.appendChild(this.dom.frame); - } - else { - this.body.dom.right.appendChild(this.dom.frame); - } + if (text !== undefined) { + this.setText(text); } - if (!this.dom.lineContainer.parentNode) { - this.body.dom.backgroundHorizontal.appendChild(this.dom.lineContainer); - } - }; + // create the frame + this.frame = document.createElement("div"); + var styleAttr = this.frame.style; + styleAttr.position = "absolute"; + styleAttr.visibility = "hidden"; + styleAttr.border = "1px solid " + style.color.border; + styleAttr.color = style.fontColor; + styleAttr.fontSize = style.fontSize + "px"; + styleAttr.fontFamily = style.fontFace; + styleAttr.padding = this.padding + "px"; + styleAttr.backgroundColor = style.color.background; + styleAttr.borderRadius = "3px"; + styleAttr.MozBorderRadius = "3px"; + styleAttr.WebkitBorderRadius = "3px"; + styleAttr.boxShadow = "3px 3px 10px rgba(128, 128, 128, 0.5)"; + styleAttr.whiteSpace = "nowrap"; + this.container.appendChild(this.frame); + } /** - * Create the HTML DOM for the DataAxis + * @param {number} x Horizontal position of the popup window + * @param {number} y Vertical position of the popup window */ - DataAxis.prototype.hide = function() { - this.hidden = true; - if (this.dom.frame.parentNode) { - this.dom.frame.parentNode.removeChild(this.dom.frame); - } - - if (this.dom.lineContainer.parentNode) { - this.dom.lineContainer.parentNode.removeChild(this.dom.lineContainer); - } + Popup.prototype.setPosition = function(x, y) { + this.x = parseInt(x); + this.y = parseInt(y); }; /** - * Set a range (start and end) - * @param end - * @param start - * @param end + * Set the content for the popup window. This can be HTML code or text. + * @param {string | Element} content */ - DataAxis.prototype.setRange = function (start, end) { - if (this.master == false && this.options.alignZeros == true && this.zeroCrossing != -1) { - if (start > 0) { - start = 0; - } + Popup.prototype.setText = function(content) { + if (content instanceof Element) { + this.frame.innerHTML = ''; + this.frame.appendChild(content); + } + else { + this.frame.innerHTML = content; // string containing text or HTML } - this.range.start = start; - this.range.end = end; }; /** - * Repaint the component - * @return {boolean} Returns true if the component is resized + * Show the popup window + * @param {boolean} show Optional. Show or hide the window */ - DataAxis.prototype.redraw = function () { - var resized = false; - var activeGroups = 0; - - // Make sure the line container adheres to the vertical scrolling. - this.dom.lineContainer.style.top = this.body.domProps.scrollTop + 'px'; - - for (var groupId in this.groups) { - if (this.groups.hasOwnProperty(groupId)) { - if (this.groups[groupId].visible == true && (this.linegraphOptions.visibility[groupId] === undefined || this.linegraphOptions.visibility[groupId] == true)) { - activeGroups++; - } - } - } - if (this.amountOfGroups == 0 || activeGroups == 0) { - this.hide(); + Popup.prototype.show = function (show) { + if (show === undefined) { + show = true; } - else { - this.show(); - this.height = Number(this.linegraphSVG.style.height.replace("px","")); - // svg offsetheight did not work in firefox and explorer... - this.dom.lineContainer.style.height = this.height + 'px'; - this.width = this.options.visible == true ? Number(('' + this.options.width).replace("px","")) : 0; - - var props = this.props; - var frame = this.dom.frame; - - // update classname - frame.className = 'dataaxis'; - - // calculate character width and height - this._calculateCharSize(); - - var orientation = this.options.orientation; - var showMinorLabels = this.options.showMinorLabels; - var showMajorLabels = this.options.showMajorLabels; - - // determine the width and height of the elements for the axis - props.minorLabelHeight = showMinorLabels ? props.minorCharHeight : 0; - props.majorLabelHeight = showMajorLabels ? props.majorCharHeight : 0; - - props.minorLineWidth = this.body.dom.backgroundHorizontal.offsetWidth - this.lineOffset - this.width + 2 * this.options.minorLinesOffset; - props.minorLineHeight = 1; - props.majorLineWidth = this.body.dom.backgroundHorizontal.offsetWidth - this.lineOffset - this.width + 2 * this.options.majorLinesOffset; - props.majorLineHeight = 1; + if (show) { + var height = this.frame.clientHeight; + var width = this.frame.clientWidth; + var maxHeight = this.frame.parentNode.clientHeight; + var maxWidth = this.frame.parentNode.clientWidth; - // take frame offline while updating (is almost twice as fast) - if (orientation == 'left') { - frame.style.top = '0'; - frame.style.left = '0'; - frame.style.bottom = ''; - frame.style.width = this.width + 'px'; - frame.style.height = this.height + "px"; - this.props.width = this.body.domProps.left.width; - this.props.height = this.body.domProps.left.height; + var top = (this.y - height); + if (top + height + this.padding > maxHeight) { + top = maxHeight - height - this.padding; } - else { // right - frame.style.top = ''; - frame.style.bottom = '0'; - frame.style.left = '0'; - frame.style.width = this.width + 'px'; - frame.style.height = this.height + "px"; - this.props.width = this.body.domProps.right.width; - this.props.height = this.body.domProps.right.height; + if (top < this.padding) { + top = this.padding; } - resized = this._redrawLabels(); - resized = this._isResized() || resized; - - if (this.options.icons == true) { - this._redrawGroupIcons(); + var left = this.x; + if (left + width + this.padding > maxWidth) { + left = maxWidth - width - this.padding; } - else { - this._cleanupIcons(); + if (left < this.padding) { + left = this.padding; } - this._redrawTitle(orientation); + this.frame.style.left = left + "px"; + this.frame.style.top = top + "px"; + this.frame.style.visibility = "visible"; + } + else { + this.hide(); } - return resized; }; /** - * Repaint major and minor text labels and vertical grid lines - * @private + * Hide the popup window */ - DataAxis.prototype._redrawLabels = function () { - var resized = false; - DOMutil.prepareElements(this.DOMelements.lines); - DOMutil.prepareElements(this.DOMelements.labels); - - var orientation = this.options['orientation']; - - // calculate range and step (step such that we have space for 7 characters per label) - var minimumStep = this.master ? this.props.majorCharHeight || 10 : this.stepPixelsForced; - - var step = new DataStep( - this.range.start, - this.range.end, - minimumStep, - this.dom.frame.offsetHeight, - this.options.customRange[this.options.orientation], - this.master == false && this.options.alignZeros // doess the step have to align zeros? only if not master and the options is on - ); - - this.step = step; - // get the distance in pixels for a step - // dead space is space that is "left over" after a step - var stepPixels = (this.dom.frame.offsetHeight - (step.deadSpace * (this.dom.frame.offsetHeight / step.marginRange))) / (((step.marginRange - step.deadSpace) / step.step)); - - this.stepPixels = stepPixels; - - var amountOfSteps = this.height / stepPixels; - var stepDifference = 0; - - // the slave axis needs to use the same horizontal lines as the master axis. - if (this.master == false) { - stepPixels = this.stepPixelsForced; - stepDifference = Math.round((this.dom.frame.offsetHeight / stepPixels) - amountOfSteps); - for (var i = 0; i < 0.5 * stepDifference; i++) { - step.previous(); - } - amountOfSteps = this.height / stepPixels; - - if (this.zeroCrossing != -1 && this.options.alignZeros == true) { - var zeroStepDifference = (step.marginEnd / step.step) - this.zeroCrossing; - if (zeroStepDifference > 0) { - for (var i = 0; i < zeroStepDifference; i++) {step.next();} - } - else if (zeroStepDifference < 0) { - for (var i = 0; i < -zeroStepDifference; i++) {step.previous();} - } - } - } - else { - amountOfSteps += 0.25; - } - - - this.valueAtZero = step.marginEnd; - var marginStartPos = 0; + Popup.prototype.hide = function () { + this.frame.style.visibility = "hidden"; + }; - // do not draw the first label - var max = 1; + module.exports = Popup; - // Get the number of decimal places - var decimals; - if(this.options.format[orientation] !== undefined) { - decimals = this.options.format[orientation].decimals; - } - this.maxLabelSize = 0; - var y = 0; - while (max < Math.round(amountOfSteps)) { - step.next(); - y = Math.round(max * stepPixels); - marginStartPos = max * stepPixels; - var isMajor = step.isMajor(); +/***/ }, +/* 42 */ +/***/ function(module, exports, __webpack_require__) { - if (this.options['showMinorLabels'] && isMajor == false || this.master == false && this.options['showMinorLabels'] == true) { - this._redrawLabel(y - 2, step.getCurrent(decimals), orientation, 'yAxis minor', this.props.minorCharHeight); - } + /** + * Parse a text source containing data in DOT language into a JSON object. + * The object contains two lists: one with nodes and one with edges. + * + * DOT language reference: http://www.graphviz.org/doc/info/lang.html + * + * @param {String} data Text containing a graph in DOT-notation + * @return {Object} graph An object containing two parameters: + * {Object[]} nodes + * {Object[]} edges + */ + function parseDOT (data) { + dot = data; + return parseGraph(); + } - if (isMajor && this.options['showMajorLabels'] && this.master == true || - this.options['showMinorLabels'] == false && this.master == false && isMajor == true) { - if (y >= 0) { - this._redrawLabel(y - 2, step.getCurrent(decimals), orientation, 'yAxis major', this.props.majorCharHeight); - } - this._redrawLine(y, orientation, 'grid horizontal major', this.options.majorLinesOffset, this.props.majorLineWidth); - } - else { - this._redrawLine(y, orientation, 'grid horizontal minor', this.options.minorLinesOffset, this.props.minorLineWidth); - } + // token types enumeration + var TOKENTYPE = { + NULL : 0, + DELIMITER : 1, + IDENTIFIER: 2, + UNKNOWN : 3 + }; - if (this.master == true && step.current == 0) { - this.zeroCrossing = max; - } + // map with all delimiters + var DELIMITERS = { + '{': true, + '}': true, + '[': true, + ']': true, + ';': true, + '=': true, + ',': true, - max++; - } + '->': true, + '--': true + }; - if (this.master == false) { - this.conversionFactor = y / (this.valueAtZero - step.current); - } - else { - this.conversionFactor = this.dom.frame.offsetHeight / step.marginRange; - } + var dot = ''; // current dot file + var index = 0; // current index in dot file + var c = ''; // current token character in expr + var token = ''; // current token + var tokenType = TOKENTYPE.NULL; // type of the token - // Note that title is rotated, so we're using the height, not width! - var titleWidth = 0; - if (this.options.title[orientation] !== undefined && this.options.title[orientation].text !== undefined) { - titleWidth = this.props.titleCharHeight; - } - var offset = this.options.icons == true ? Math.max(this.options.iconWidth, titleWidth) + this.options.labelOffsetX + 15 : titleWidth + this.options.labelOffsetX + 15; + /** + * Get the first character from the dot file. + * The character is stored into the char c. If the end of the dot file is + * reached, the function puts an empty string in c. + */ + function first() { + index = 0; + c = dot.charAt(0); + } - // this will resize the yAxis to accommodate the labels. - if (this.maxLabelSize > (this.width - offset) && this.options.visible == true) { - this.width = this.maxLabelSize + offset; - this.options.width = this.width + "px"; - DOMutil.cleanupElements(this.DOMelements.lines); - DOMutil.cleanupElements(this.DOMelements.labels); - this.redraw(); - resized = true; - } - // this will resize the yAxis if it is too big for the labels. - else if (this.maxLabelSize < (this.width - offset) && this.options.visible == true && this.width > this.minWidth) { - this.width = Math.max(this.minWidth,this.maxLabelSize + offset); - this.options.width = this.width + "px"; - DOMutil.cleanupElements(this.DOMelements.lines); - DOMutil.cleanupElements(this.DOMelements.labels); - this.redraw(); - resized = true; - } - else { - DOMutil.cleanupElements(this.DOMelements.lines); - DOMutil.cleanupElements(this.DOMelements.labels); - resized = false; - } + /** + * Get the next character from the dot file. + * The character is stored into the char c. If the end of the dot file is + * reached, the function puts an empty string in c. + */ + function next() { + index++; + c = dot.charAt(index); + } - return resized; - }; + /** + * Preview the next character from the dot file. + * @return {String} cNext + */ + function nextPreview() { + return dot.charAt(index + 1); + } - DataAxis.prototype.convertValue = function (value) { - var invertedValue = this.valueAtZero - value; - var convertedValue = invertedValue * this.conversionFactor; - return convertedValue; - }; + /** + * Test whether given character is alphabetic or numeric + * @param {String} c + * @return {Boolean} isAlphaNumeric + */ + var regexAlphaNumeric = /[a-zA-Z_0-9.:#]/; + function isAlphaNumeric(c) { + return regexAlphaNumeric.test(c); + } /** - * Create a label for the axis at position x - * @private - * @param y - * @param text - * @param orientation - * @param className - * @param characterHeight + * Merge all properties of object b into object b + * @param {Object} a + * @param {Object} b + * @return {Object} a */ - DataAxis.prototype._redrawLabel = function (y, text, orientation, className, characterHeight) { - // reuse redundant label - var label = DOMutil.getDOMElement('div',this.DOMelements.labels, this.dom.frame); //this.dom.redundant.labels.shift(); - label.className = className; - label.innerHTML = text; - if (orientation == 'left') { - label.style.left = '-' + this.options.labelOffsetX + 'px'; - label.style.textAlign = "right"; - } - else { - label.style.right = '-' + this.options.labelOffsetX + 'px'; - label.style.textAlign = "left"; + function merge (a, b) { + if (!a) { + a = {}; } - label.style.top = y - 0.5 * characterHeight + this.options.labelOffsetY + 'px'; - - text += ''; - - var largestWidth = Math.max(this.props.majorCharWidth,this.props.minorCharWidth); - if (this.maxLabelSize < text.length * largestWidth) { - this.maxLabelSize = text.length * largestWidth; + if (b) { + for (var name in b) { + if (b.hasOwnProperty(name)) { + a[name] = b[name]; + } + } } - }; + return a; + } /** - * Create a minor line for the axis at position y - * @param y - * @param orientation - * @param className - * @param offset - * @param width + * Set a value in an object, where the provided parameter name can be a + * path with nested parameters. For example: + * + * var obj = {a: 2}; + * setValue(obj, 'b.c', 3); // obj = {a: 2, b: {c: 3}} + * + * @param {Object} obj + * @param {String} path A parameter name or dot-separated parameter path, + * like "color.highlight.border". + * @param {*} value */ - DataAxis.prototype._redrawLine = function (y, orientation, className, offset, width) { - if (this.master == true) { - var line = DOMutil.getDOMElement('div',this.DOMelements.lines, this.dom.lineContainer);//this.dom.redundant.lines.shift(); - line.className = className; - line.innerHTML = ''; - - if (orientation == 'left') { - line.style.left = (this.width - offset) + 'px'; + function setValue(obj, path, value) { + var keys = path.split('.'); + var o = obj; + while (keys.length) { + var key = keys.shift(); + if (keys.length) { + // this isn't the end point + if (!o[key]) { + o[key] = {}; + } + o = o[key]; } else { - line.style.right = (this.width - offset) + 'px'; + // this is the end point + o[key] = value; } - - line.style.width = width + 'px'; - line.style.top = y + 'px'; } - }; + } /** - * Create a title for the axis - * @private - * @param orientation + * Add a node to a graph object. If there is already a node with + * the same id, their attributes will be merged. + * @param {Object} graph + * @param {Object} node */ - DataAxis.prototype._redrawTitle = function (orientation) { - DOMutil.prepareElements(this.DOMelements.title); + function addNode(graph, node) { + var i, len; + var current = null; - // Check if the title is defined for this axes - if (this.options.title[orientation] !== undefined && this.options.title[orientation].text !== undefined) { - var title = DOMutil.getDOMElement('div', this.DOMelements.title, this.dom.frame); - title.className = 'yAxis title ' + orientation; - title.innerHTML = this.options.title[orientation].text; + // find root graph (in case of subgraph) + var graphs = [graph]; // list with all graphs from current graph to root graph + var root = graph; + while (root.parent) { + graphs.push(root.parent); + root = root.parent; + } - // Add style - if provided - if (this.options.title[orientation].style !== undefined) { - util.addCssText(title, this.options.title[orientation].style); + // find existing node (at root level) by its id + if (root.nodes) { + for (i = 0, len = root.nodes.length; i < len; i++) { + if (node.id === root.nodes[i].id) { + current = root.nodes[i]; + break; + } } + } - if (orientation == 'left') { - title.style.left = this.props.titleCharHeight + 'px'; + if (!current) { + // this is a new node + current = { + id: node.id + }; + if (graph.node) { + // clone default attributes + current.attr = merge(current.attr, graph.node); } - else { - title.style.right = this.props.titleCharHeight + 'px'; + } + + // add node to this (sub)graph and all its parent graphs + for (i = graphs.length - 1; i >= 0; i--) { + var g = graphs[i]; + + if (!g.nodes) { + g.nodes = []; } + if (g.nodes.indexOf(current) == -1) { + g.nodes.push(current); + } + } - title.style.width = this.height + 'px'; + // merge attributes + if (node.attr) { + current.attr = merge(current.attr, node.attr); } + } - // we need to clean up in case we did not use all elements. - DOMutil.cleanupElements(this.DOMelements.title); - }; + /** + * Add an edge to a graph object + * @param {Object} graph + * @param {Object} edge + */ + function addEdge(graph, edge) { + if (!graph.edges) { + graph.edges = []; + } + graph.edges.push(edge); + if (graph.edge) { + var attr = merge({}, graph.edge); // clone default attributes + edge.attr = merge(attr, edge.attr); // merge attributes + } + } + /** + * Create an edge to a graph object + * @param {Object} graph + * @param {String | Number | Object} from + * @param {String | Number | Object} to + * @param {String} type + * @param {Object | null} attr + * @return {Object} edge + */ + function createEdge(graph, from, to, type, attr) { + var edge = { + from: from, + to: to, + type: type + }; + if (graph.edge) { + edge.attr = merge({}, graph.edge); // clone default attributes + } + edge.attr = merge(edge.attr || {}, attr); // merge attributes + return edge; + } /** - * Determine the size of text on the axis (both major and minor axis). - * The size is calculated only once and then cached in this.props. - * @private + * Get next token in the current dot file. + * The token and token type are available as token and tokenType */ - DataAxis.prototype._calculateCharSize = function () { - // determine the char width and height on the minor axis - if (!('minorCharHeight' in this.props)) { - var textMinor = document.createTextNode('0'); - var measureCharMinor = document.createElement('div'); - measureCharMinor.className = 'yAxis minor measure'; - measureCharMinor.appendChild(textMinor); - this.dom.frame.appendChild(measureCharMinor); - - this.props.minorCharHeight = measureCharMinor.clientHeight; - this.props.minorCharWidth = measureCharMinor.clientWidth; + function getToken() { + tokenType = TOKENTYPE.NULL; + token = ''; - this.dom.frame.removeChild(measureCharMinor); + // skip over whitespaces + while (c == ' ' || c == '\t' || c == '\n' || c == '\r') { // space, tab, enter + next(); } - if (!('majorCharHeight' in this.props)) { - var textMajor = document.createTextNode('0'); - var measureCharMajor = document.createElement('div'); - measureCharMajor.className = 'yAxis major measure'; - measureCharMajor.appendChild(textMajor); - this.dom.frame.appendChild(measureCharMajor); + do { + var isComment = false; - this.props.majorCharHeight = measureCharMajor.clientHeight; - this.props.majorCharWidth = measureCharMajor.clientWidth; + // skip comment + if (c == '#') { + // find the previous non-space character + var i = index - 1; + while (dot.charAt(i) == ' ' || dot.charAt(i) == '\t') { + i--; + } + if (dot.charAt(i) == '\n' || dot.charAt(i) == '') { + // the # is at the start of a line, this is indeed a line comment + while (c != '' && c != '\n') { + next(); + } + isComment = true; + } + } + if (c == '/' && nextPreview() == '/') { + // skip line comment + while (c != '' && c != '\n') { + next(); + } + isComment = true; + } + if (c == '/' && nextPreview() == '*') { + // skip block comment + while (c != '') { + if (c == '*' && nextPreview() == '/') { + // end of block comment found. skip these last two characters + next(); + next(); + break; + } + else { + next(); + } + } + isComment = true; + } - this.dom.frame.removeChild(measureCharMajor); + // skip over whitespaces + while (c == ' ' || c == '\t' || c == '\n' || c == '\r') { // space, tab, enter + next(); + } } + while (isComment); - if (!('titleCharHeight' in this.props)) { - var textTitle = document.createTextNode('0'); - var measureCharTitle = document.createElement('div'); - measureCharTitle.className = 'yAxis title measure'; - measureCharTitle.appendChild(textTitle); - this.dom.frame.appendChild(measureCharTitle); + // check for end of dot file + if (c == '') { + // token is still empty + tokenType = TOKENTYPE.DELIMITER; + return; + } - this.props.titleCharHeight = measureCharTitle.clientHeight; - this.props.titleCharWidth = measureCharTitle.clientWidth; + // check for delimiters consisting of 2 characters + var c2 = c + nextPreview(); + if (DELIMITERS[c2]) { + tokenType = TOKENTYPE.DELIMITER; + token = c2; + next(); + next(); + return; + } - this.dom.frame.removeChild(measureCharTitle); + // check for delimiters consisting of 1 character + if (DELIMITERS[c]) { + tokenType = TOKENTYPE.DELIMITER; + token = c; + next(); + return; } - }; - /** - * Snap a date to a rounded value. - * The snap intervals are dependent on the current scale and step. - * @param {Date} date the date to be snapped. - * @return {Date} snappedDate - */ - DataAxis.prototype.snap = function(date) { - return this.step.snap(date); - }; + // check for an identifier (number or string) + // TODO: more precise parsing of numbers/strings (and the port separator ':') + if (isAlphaNumeric(c) || c == '-') { + token += c; + next(); - module.exports = DataAxis; + while (isAlphaNumeric(c)) { + token += c; + next(); + } + if (token == 'false') { + token = false; // convert to boolean + } + else if (token == 'true') { + token = true; // convert to boolean + } + else if (!isNaN(Number(token))) { + token = Number(token); // convert to number + } + tokenType = TOKENTYPE.IDENTIFIER; + return; + } + // check for a string enclosed by double quotes + if (c == '"') { + next(); + while (c != '' && (c != '"' || (c == '"' && nextPreview() == '"'))) { + token += c; + if (c == '"') { // skip the escape character + next(); + } + next(); + } + if (c != '"') { + throw newSyntaxError('End of string " expected'); + } + next(); + tokenType = TOKENTYPE.IDENTIFIER; + return; + } -/***/ }, -/* 45 */ -/***/ function(module, exports, __webpack_require__) { + // something unknown is found, wrong characters, a syntax error + tokenType = TOKENTYPE.UNKNOWN; + while (c != '') { + token += c; + next(); + } + throw new SyntaxError('Syntax error in part "' + chop(token, 30) + '"'); + } /** - * @constructor DataStep - * The class DataStep is an iterator for data for the lineGraph. You provide a start data point and an - * end data point. The class itself determines the best scale (step size) based on the - * provided start Date, end Date, and minimumStep. - * - * If minimumStep is provided, the step size is chosen as close as possible - * to the minimumStep but larger than minimumStep. If minimumStep is not - * provided, the scale is set to 1 DAY. - * The minimumStep should correspond with the onscreen size of about 6 characters - * - * Alternatively, you can set a scale by hand. - * After creation, you can initialize the class by executing first(). Then you - * can iterate from the start date to the end date via next(). You can check if - * the end date is reached with the function hasNext(). After each step, you can - * retrieve the current date via getCurrent(). - * The DataStep has scales ranging from milliseconds, seconds, minutes, hours, - * days, to years. - * - * Version: 1.2 - * - * @param {Date} [start] The start date, for example new Date(2010, 9, 21) - * or new Date(2010, 9, 21, 23, 45, 00) - * @param {Date} [end] The end date - * @param {Number} [minimumStep] Optional. Minimum step size in milliseconds + * Parse a graph. + * @returns {Object} graph */ - function DataStep(start, end, minimumStep, containerHeight, customRange, alignZeros) { - // variables - this.current = 0; - - this.autoScale = true; - this.stepIndex = 0; - this.step = 1; - this.scale = 1; - - this.marginStart; - this.marginEnd; - this.deadSpace = 0; + function parseGraph() { + var graph = {}; - this.majorSteps = [1, 2, 5, 10]; - this.minorSteps = [0.25, 0.5, 1, 2]; + first(); + getToken(); - this.alignZeros = alignZeros; + // optional strict keyword + if (token == 'strict') { + graph.strict = true; + getToken(); + } - this.setRange(start, end, minimumStep, containerHeight, customRange); - } + // graph or digraph keyword + if (token == 'graph' || token == 'digraph') { + graph.type = token; + getToken(); + } + // optional graph id + if (tokenType == TOKENTYPE.IDENTIFIER) { + graph.id = token; + getToken(); + } + // open angle bracket + if (token != '{') { + throw newSyntaxError('Angle bracket { expected'); + } + getToken(); - /** - * Set a new range - * If minimumStep is provided, the step size is chosen as close as possible - * to the minimumStep but larger than minimumStep. If minimumStep is not - * provided, the scale is set to 1 DAY. - * The minimumStep should correspond with the onscreen size of about 6 characters - * @param {Number} [start] The start date and time. - * @param {Number} [end] The end date and time. - * @param {Number} [minimumStep] Optional. Minimum step size in milliseconds - */ - DataStep.prototype.setRange = function(start, end, minimumStep, containerHeight, customRange) { - this._start = customRange.min === undefined ? start : customRange.min; - this._end = customRange.max === undefined ? end : customRange.max; + // statements + parseStatements(graph); - if (this._start == this._end) { - this._start -= 0.75; - this._end += 1; + // close angle bracket + if (token != '}') { + throw newSyntaxError('Angle bracket } expected'); } + getToken(); - if (this.autoScale == true) { - this.setMinimumStep(minimumStep, containerHeight); + // end of file + if (token !== '') { + throw newSyntaxError('End of file expected'); } + getToken(); - this.setFirst(customRange); - }; + // remove temporary default properties + delete graph.node; + delete graph.edge; + delete graph.graph; + + return graph; + } /** - * Automatically determine the scale that bests fits the provided minimum step - * @param {Number} [minimumStep] The minimum step size in milliseconds + * Parse a list with statements. + * @param {Object} graph */ - DataStep.prototype.setMinimumStep = function(minimumStep, containerHeight) { - // round to floor - var size = this._end - this._start; - var safeSize = size * 1.2; - var minimumStepValue = minimumStep * (safeSize / containerHeight); - var orderOfMagnitude = Math.round(Math.log(safeSize)/Math.LN10); + function parseStatements (graph) { + while (token !== '' && token != '}') { + parseStatement(graph); + if (token == ';') { + getToken(); + } + } + } - var minorStepIdx = -1; - var magnitudefactor = Math.pow(10,orderOfMagnitude); + /** + * Parse a single statement. Can be a an attribute statement, node + * statement, a series of node statements and edge statements, or a + * parameter. + * @param {Object} graph + */ + function parseStatement(graph) { + // parse subgraph + var subgraph = parseSubgraph(graph); + if (subgraph) { + // edge statements + parseEdge(graph, subgraph); - var start = 0; - if (orderOfMagnitude < 0) { - start = orderOfMagnitude; + return; } - var solutionFound = false; - for (var i = start; Math.abs(i) <= Math.abs(orderOfMagnitude); i++) { - magnitudefactor = Math.pow(10,i); - for (var j = 0; j < this.minorSteps.length; j++) { - var stepSize = magnitudefactor * this.minorSteps[j]; - if (stepSize >= minimumStepValue) { - solutionFound = true; - minorStepIdx = j; - break; - } - } - if (solutionFound == true) { - break; - } + // parse an attribute statement + var attr = parseAttributeStatement(graph); + if (attr) { + return; } - this.stepIndex = minorStepIdx; - this.scale = magnitudefactor; - this.step = magnitudefactor * this.minorSteps[minorStepIdx]; - }; + // parse node + if (tokenType != TOKENTYPE.IDENTIFIER) { + throw newSyntaxError('Identifier expected'); + } + var id = token; // id can be a string or a number + getToken(); + if (token == '=') { + // id statement + getToken(); + if (tokenType != TOKENTYPE.IDENTIFIER) { + throw newSyntaxError('Identifier expected'); + } + graph[id] = token; + getToken(); + // TODO: implement comma separated list with "a_list: ID=ID [','] [a_list] " + } + else { + parseNodeStatement(graph, id); + } + } /** - * Round the current date to the first minor date value - * This must be executed once when the current date is set to start Date + * Parse a subgraph + * @param {Object} graph parent graph object + * @return {Object | null} subgraph */ - DataStep.prototype.setFirst = function(customRange) { - if (customRange === undefined) { - customRange = {}; - } - - var niceStart = customRange.min === undefined ? this._start - (this.scale * 2 * this.minorSteps[this.stepIndex]) : customRange.min; - var niceEnd = customRange.max === undefined ? this._end + (this.scale * this.minorSteps[this.stepIndex]) : customRange.max; + function parseSubgraph (graph) { + var subgraph = null; - this.marginEnd = customRange.max === undefined ? this.roundToMinor(niceEnd) : customRange.max; - this.marginStart = customRange.min === undefined ? this.roundToMinor(niceStart) : customRange.min; + // optional subgraph keyword + if (token == 'subgraph') { + subgraph = {}; + subgraph.type = 'subgraph'; + getToken(); - // if we need to align the zero's we need to make sure that there is a zero to use. - if (this.alignZeros == true && (this.marginEnd - this.marginStart) % this.step != 0) { - this.marginEnd += this.marginEnd % this.step; + // optional graph id + if (tokenType == TOKENTYPE.IDENTIFIER) { + subgraph.id = token; + getToken(); + } } - this.deadSpace = this.roundToMinor(niceEnd) - niceEnd + this.roundToMinor(niceStart) - niceStart; - this.marginRange = this.marginEnd - this.marginStart; + // open angle bracket + if (token == '{') { + getToken(); + if (!subgraph) { + subgraph = {}; + } + subgraph.parent = graph; + subgraph.node = graph.node; + subgraph.edge = graph.edge; + subgraph.graph = graph.graph; - this.current = this.marginEnd; - }; + // statements + parseStatements(subgraph); - DataStep.prototype.roundToMinor = function(value) { - var rounded = value - (value % (this.scale * this.minorSteps[this.stepIndex])); - if (value % (this.scale * this.minorSteps[this.stepIndex]) > 0.5 * (this.scale * this.minorSteps[this.stepIndex])) { - return rounded + (this.scale * this.minorSteps[this.stepIndex]); - } - else { - return rounded; + // close angle bracket + if (token != '}') { + throw newSyntaxError('Angle bracket } expected'); + } + getToken(); + + // remove temporary default properties + delete subgraph.node; + delete subgraph.edge; + delete subgraph.graph; + delete subgraph.parent; + + // register at the parent graph + if (!graph.subgraphs) { + graph.subgraphs = []; + } + graph.subgraphs.push(subgraph); } - } + return subgraph; + } /** - * Check if the there is a next step - * @return {boolean} true if the current date has not passed the end date + * parse an attribute statement like "node [shape=circle fontSize=16]". + * Available keywords are 'node', 'edge', 'graph'. + * The previous list with default attributes will be replaced + * @param {Object} graph + * @returns {String | null} keyword Returns the name of the parsed attribute + * (node, edge, graph), or null if nothing + * is parsed. */ - DataStep.prototype.hasNext = function () { - return (this.current >= this.marginStart); - }; + function parseAttributeStatement (graph) { + // attribute statements + if (token == 'node') { + getToken(); - /** - * Do the next step - */ - DataStep.prototype.next = function() { - var prev = this.current; - this.current -= this.step; + // node attributes + graph.node = parseAttributeList(); + return 'node'; + } + else if (token == 'edge') { + getToken(); - // safety mechanism: if current time is still unchanged, move to the end - if (this.current == prev) { - this.current = this._end; + // edge attributes + graph.edge = parseAttributeList(); + return 'edge'; } - }; + else if (token == 'graph') { + getToken(); + + // graph attributes + graph.graph = parseAttributeList(); + return 'graph'; + } + + return null; + } /** - * Do the next step + * parse a node statement + * @param {Object} graph + * @param {String | Number} id */ - DataStep.prototype.previous = function() { - this.current += this.step; - this.marginEnd += this.step; - this.marginRange = this.marginEnd - this.marginStart; - }; - + function parseNodeStatement(graph, id) { + // node statement + var node = { + id: id + }; + var attr = parseAttributeList(); + if (attr) { + node.attr = attr; + } + addNode(graph, node); + // edge statements + parseEdge(graph, id); + } /** - * Get the current datetime - * @return {String} current The current date + * Parse an edge or a series of edges + * @param {Object} graph + * @param {String | Number} from Id of the from node */ - DataStep.prototype.getCurrent = function(decimals) { - // prevent round-off errors when close to zero - var current = (Math.abs(this.current) < this.step / 2) ? 0 : this.current; - var toPrecision = '' + Number(current).toPrecision(5); + function parseEdge(graph, from) { + while (token == '->' || token == '--') { + var to; + var type = token; + getToken(); - // If decimals is specified, then limit or extend the string as required - if(decimals !== undefined && !isNaN(Number(decimals))) { - // If string includes exponent, then we need to add it to the end - var exp = ""; - var index = toPrecision.indexOf("e"); - if(index != -1) { - // Get the exponent - exp = toPrecision.slice(index); - // Remove the exponent in case we need to zero-extend - toPrecision = toPrecision.slice(0, index); - } - index = Math.max(toPrecision.indexOf(","), toPrecision.indexOf(".")); - if(index === -1) { - // No decimal found - if we want decimals, then we need to add it - if(decimals !== 0) { - toPrecision += '.'; - } - // Calculate how long the string should be - index = toPrecision.length + decimals; - } - else if(decimals !== 0) { - // Calculate how long the string should be - accounting for the decimal place - index += decimals + 1; - } - if(index > toPrecision.length) { - // We need to add zeros! - for(var cnt = index - toPrecision.length; cnt > 0; cnt--) { - toPrecision += '0'; - } + var subgraph = parseSubgraph(graph); + if (subgraph) { + to = subgraph; } else { - // we need to remove characters - toPrecision = toPrecision.slice(0, index); - } - // Add the exponent if there is one - toPrecision += exp; - } - else { - if (toPrecision.indexOf(",") != -1 || toPrecision.indexOf(".") != -1) { - // If no decimal is specified, and there are decimal places, remove trailing zeros - for (var i = toPrecision.length - 1; i > 0; i--) { - if (toPrecision[i] == "0") { - toPrecision = toPrecision.slice(0, i); - } - else if (toPrecision[i] == "." || toPrecision[i] == ",") { - toPrecision = toPrecision.slice(0, i); - break; - } - else { - break; - } + if (tokenType != TOKENTYPE.IDENTIFIER) { + throw newSyntaxError('Identifier or subgraph expected'); } + to = token; + addNode(graph, { + id: to + }); + getToken(); } - } - return toPrecision; - }; + // parse edge attributes + var attr = parseAttributeList(); + // create edge + var edge = createEdge(graph, from, to, type, attr); + addEdge(graph, edge); + from = to; + } + } /** - * Snap a date to a rounded value. - * The snap intervals are dependent on the current scale and step. - * @param {Date} date the date to be snapped. - * @return {Date} snappedDate + * Parse a set with attributes, + * for example [label="1.000", shape=solid] + * @return {Object | null} attr */ - DataStep.prototype.snap = function(date) { + function parseAttributeList() { + var attr = null; - }; + while (token == '[') { + getToken(); + attr = {}; + while (token !== '' && token != ']') { + if (tokenType != TOKENTYPE.IDENTIFIER) { + throw newSyntaxError('Attribute name expected'); + } + var name = token; - /** - * Check if the current value is a major value (for example when the step - * is DAY, a major value is each first day of the MONTH) - * @return {boolean} true if current date is major, else false. - */ - DataStep.prototype.isMajor = function() { - return (this.current % (this.scale * this.majorSteps[this.stepIndex]) == 0); - }; + getToken(); + if (token != '=') { + throw newSyntaxError('Equal sign = expected'); + } + getToken(); - module.exports = DataStep; + if (tokenType != TOKENTYPE.IDENTIFIER) { + throw newSyntaxError('Attribute value expected'); + } + var value = token; + setValue(attr, name, value); // name can be a path + getToken(); + if (token ==',') { + getToken(); + } + } -/***/ }, -/* 46 */ -/***/ function(module, exports, __webpack_require__) { + if (token != ']') { + throw newSyntaxError('Bracket ] expected'); + } + getToken(); + } - var util = __webpack_require__(1); - var DOMutil = __webpack_require__(6); - var Line = __webpack_require__(47); - var Bar = __webpack_require__(49); - var Points = __webpack_require__(48); + return attr; + } /** - * /** - * @param {object} group | the object of the group from the dataset - * @param {string} groupId | ID of the group - * @param {object} options | the default options - * @param {array} groupsUsingDefaultStyles | this array has one entree. - * It is passed as an array so it is passed by reference. - * It enumerates through the default styles - * @constructor + * Create a syntax error with extra information on current token and index. + * @param {String} message + * @returns {SyntaxError} err */ - function GraphGroup (group, groupId, options, groupsUsingDefaultStyles) { - this.id = groupId; - var fields = ['sampling','style','sort','yAxisOrientation','barChart','drawPoints','shaded','catmullRom'] - this.options = util.selectiveBridgeObject(fields,options); - this.usingDefaultStyle = group.className === undefined; - this.groupsUsingDefaultStyles = groupsUsingDefaultStyles; - this.zeroPosition = 0; - this.update(group); - if (this.usingDefaultStyle == true) { - this.groupsUsingDefaultStyles[0] += 1; - } - this.itemsData = []; - this.visible = group.visible === undefined ? true : group.visible; + function newSyntaxError(message) { + return new SyntaxError(message + ', got "' + chop(token, 30) + '" (char ' + index + ')'); } + /** + * Chop off text after a maximum length + * @param {String} text + * @param {Number} maxLength + * @returns {String} + */ + function chop (text, maxLength) { + return (text.length <= maxLength) ? text : (text.substr(0, 27) + '...'); + } /** - * this loads a reference to all items in this group into this group. - * @param {array} items + * Execute a function fn for each pair of elements in two arrays + * @param {Array | *} array1 + * @param {Array | *} array2 + * @param {function} fn */ - GraphGroup.prototype.setItems = function(items) { - if (items != null) { - this.itemsData = items; - if (this.options.sort == true) { - this.itemsData.sort(function (a,b) {return a.x - b.x;}) - } + function forEach2(array1, array2, fn) { + if (Array.isArray(array1)) { + array1.forEach(function (elem1) { + if (Array.isArray(array2)) { + array2.forEach(function (elem2) { + fn(elem1, elem2); + }); + } + else { + fn(elem1, array2); + } + }); } else { - this.itemsData = []; + if (Array.isArray(array2)) { + array2.forEach(function (elem2) { + fn(array1, elem2); + }); + } + else { + fn(array1, array2); + } } - }; - + } /** - * this is used for plotting barcharts, this way, we only have to calculate it once. - * @param pos + * Convert a string containing a graph in DOT language into a map containing + * with nodes and edges in the format of graph. + * @param {String} data Text containing a graph in DOT-notation + * @return {Object} graphData */ - GraphGroup.prototype.setZeroPosition = function(pos) { - this.zeroPosition = pos; - }; + function DOTToGraph (data) { + // parse the DOT file + var dotData = parseDOT(data); + var graphData = { + nodes: [], + edges: [], + options: {} + }; + // copy the nodes + if (dotData.nodes) { + dotData.nodes.forEach(function (dotNode) { + var graphNode = { + id: dotNode.id, + label: String(dotNode.label || dotNode.id) + }; + merge(graphNode, dotNode.attr); + if (graphNode.image) { + graphNode.shape = 'image'; + } + graphData.nodes.push(graphNode); + }); + } - /** - * set the options of the graph group over the default options. - * @param options - */ - GraphGroup.prototype.setOptions = function(options) { - if (options !== undefined) { - var fields = ['sampling','style','sort','yAxisOrientation','barChart']; - util.selectiveDeepExtend(fields, this.options, options); + // copy the edges + if (dotData.edges) { + /** + * Convert an edge in DOT format to an edge with VisGraph format + * @param {Object} dotEdge + * @returns {Object} graphEdge + */ + var convertEdge = function (dotEdge) { + var graphEdge = { + from: dotEdge.from, + to: dotEdge.to + }; + merge(graphEdge, dotEdge.attr); + graphEdge.style = (dotEdge.type == '->') ? 'arrow' : 'line'; + return graphEdge; + } - util.mergeOptions(this.options, options,'catmullRom'); - util.mergeOptions(this.options, options,'drawPoints'); - util.mergeOptions(this.options, options,'shaded'); + dotData.edges.forEach(function (dotEdge) { + var from, to; + if (dotEdge.from instanceof Object) { + from = dotEdge.from.nodes; + } + else { + from = { + id: dotEdge.from + } + } - if (options.catmullRom) { - if (typeof options.catmullRom == 'object') { - if (options.catmullRom.parametrization) { - if (options.catmullRom.parametrization == 'uniform') { - this.options.catmullRom.alpha = 0; - } - else if (options.catmullRom.parametrization == 'chordal') { - this.options.catmullRom.alpha = 1.0; - } - else { - this.options.catmullRom.parametrization = 'centripetal'; - this.options.catmullRom.alpha = 0.5; - } + if (dotEdge.to instanceof Object) { + to = dotEdge.to.nodes; + } + else { + to = { + id: dotEdge.to } } - } + + if (dotEdge.from instanceof Object && dotEdge.from.edges) { + dotEdge.from.edges.forEach(function (subEdge) { + var graphEdge = convertEdge(subEdge); + graphData.edges.push(graphEdge); + }); + } + + forEach2(from, to, function (from, to) { + var subEdge = createEdge(graphData, from.id, to.id, dotEdge.type, dotEdge.attr); + var graphEdge = convertEdge(subEdge); + graphData.edges.push(graphEdge); + }); + + if (dotEdge.to instanceof Object && dotEdge.to.edges) { + dotEdge.to.edges.forEach(function (subEdge) { + var graphEdge = convertEdge(subEdge); + graphData.edges.push(graphEdge); + }); + } + }); } - if (this.options.style == 'line') { - this.type = new Line(this.id, this.options); + // copy the options + if (dotData.attr) { + graphData.options = dotData.attr; } - else if (this.options.style == 'bar') { - this.type = new Bar(this.id, this.options); + + return graphData; + } + + // exports + exports.parseDOT = parseDOT; + exports.DOTToGraph = DOTToGraph; + + +/***/ }, +/* 43 */ +/***/ function(module, exports, __webpack_require__) { + + + function parseGephi(gephiJSON, options) { + var edges = []; + var nodes = []; + this.options = { + edges: { + inheritColor: true + }, + nodes: { + allowedToMove: false, + parseColor: false + } + }; + + if (options !== undefined) { + this.options.nodes['allowedToMove'] = options.allowedToMove | false; + this.options.nodes['parseColor'] = options.parseColor | false; + this.options.edges['inheritColor'] = options.inheritColor | true; } - else if (this.options.style == 'points') { - this.type = new Points(this.id, this.options); + + var gEdges = gephiJSON.edges; + var gNodes = gephiJSON.nodes; + for (var i = 0; i < gEdges.length; i++) { + var edge = {}; + var gEdge = gEdges[i]; + edge['id'] = gEdge.id; + edge['from'] = gEdge.source; + edge['to'] = gEdge.target; + edge['attributes'] = gEdge.attributes; + // edge['value'] = gEdge.attributes !== undefined ? gEdge.attributes.Weight : undefined; + // edge['width'] = edge['value'] !== undefined ? undefined : edgegEdge.size; + edge['color'] = gEdge.color; + edge['inheritColor'] = edge['color'] !== undefined ? false : this.options.inheritColor; + edges.push(edge); + } + + for (var i = 0; i < gNodes.length; i++) { + var node = {}; + var gNode = gNodes[i]; + node['id'] = gNode.id; + node['attributes'] = gNode.attributes; + node['x'] = gNode.x; + node['y'] = gNode.y; + node['label'] = gNode.label; + if (this.options.nodes.parseColor == true) { + node['color'] = gNode.color; + } + else { + node['color'] = gNode.color !== undefined ? {background:gNode.color, border:gNode.color} : undefined; + } + node['radius'] = gNode.size; + node['allowedToMoveX'] = this.options.nodes.allowedToMove; + node['allowedToMoveY'] = this.options.nodes.allowedToMove; + nodes.push(node); } - }; + return {nodes:nodes, edges:edges}; + } - /** - * this updates the current group class with the latest group dataset entree, used in _updateGroup in linegraph - * @param group - */ - GraphGroup.prototype.update = function(group) { - this.group = group; - this.content = group.content || 'graph'; - this.className = group.className || this.className || "graphGroup" + this.groupsUsingDefaultStyles[0] % 10; - this.visible = group.visible === undefined ? true : group.visible; - this.style = group.style; - this.setOptions(group.options); - }; - + exports.parseGephi = parseGephi; - /** - * draw the icon for the legend. - * - * @param x - * @param y - * @param JSONcontainer - * @param SVGcontainer - * @param iconWidth - * @param iconHeight - */ - GraphGroup.prototype.drawIcon = function(x, y, JSONcontainer, SVGcontainer, iconWidth, iconHeight) { - var fillHeight = iconHeight * 0.5; - var path, fillPath; +/***/ }, +/* 44 */ +/***/ function(module, exports, __webpack_require__) { - var outline = DOMutil.getSVGElement("rect", JSONcontainer, SVGcontainer); - outline.setAttributeNS(null, "x", x); - outline.setAttributeNS(null, "y", y - fillHeight); - outline.setAttributeNS(null, "width", iconWidth); - outline.setAttributeNS(null, "height", 2*fillHeight); - outline.setAttributeNS(null, "class", "outline"); + // first check if moment.js is already loaded in the browser window, if so, + // use this instance. Else, load via commonjs. + module.exports = (typeof window !== 'undefined') && window['moment'] || __webpack_require__(57); - if (this.options.style == 'line') { - path = DOMutil.getSVGElement("path", JSONcontainer, SVGcontainer); - path.setAttributeNS(null, "class", this.className); - if(this.style !== undefined) { - path.setAttributeNS(null, "style", this.style); - } - path.setAttributeNS(null, "d", "M" + x + ","+y+" L" + (x + iconWidth) + ","+y+""); - if (this.options.shaded.enabled == true) { - fillPath = DOMutil.getSVGElement("path", JSONcontainer, SVGcontainer); - if (this.options.shaded.orientation == 'top') { - fillPath.setAttributeNS(null, "d", "M"+x+", " + (y - fillHeight) + - "L"+x+","+y+" L"+ (x + iconWidth) + ","+y+" L"+ (x + iconWidth) + "," + (y - fillHeight)); - } - else { - fillPath.setAttributeNS(null, "d", "M"+x+","+y+" " + - "L"+x+"," + (y + fillHeight) + " " + - "L"+ (x + iconWidth) + "," + (y + fillHeight) + - "L"+ (x + iconWidth) + ","+y); - } - fillPath.setAttributeNS(null, "class", this.className + " iconFill"); - } +/***/ }, +/* 45 */ +/***/ function(module, exports, __webpack_require__) { - if (this.options.drawPoints.enabled == true) { - DOMutil.drawPoint(x + 0.5 * iconWidth,y, this, JSONcontainer, SVGcontainer); - } + // Only load hammer.js when in a browser environment + // (loading hammer.js in a node.js environment gives errors) + if (typeof window !== 'undefined') { + module.exports = window['Hammer'] || __webpack_require__(58); + } + else { + module.exports = function () { + throw Error('hammer.js is only available in a browser, not in node.js.'); } - else { - var barWidth = Math.round(0.3 * iconWidth); - var bar1Height = Math.round(0.4 * iconHeight); - var bar2Height = Math.round(0.75 * iconHeight); + } - var offset = Math.round((iconWidth - (2 * barWidth))/3); - DOMutil.drawBar(x + 0.5*barWidth + offset , y + fillHeight - bar1Height - 1, barWidth, bar1Height, this.className + ' bar', JSONcontainer, SVGcontainer); - DOMutil.drawBar(x + 1.5*barWidth + offset + 2, y + fillHeight - bar2Height - 1, barWidth, bar2Height, this.className + ' bar', JSONcontainer, SVGcontainer); - } - }; +/***/ }, +/* 46 */ +/***/ function(module, exports, __webpack_require__) { + var Emitter = __webpack_require__(56); + var Hammer = __webpack_require__(45); + var util = __webpack_require__(1); + var DataSet = __webpack_require__(3); + var DataView = __webpack_require__(4); + var Range = __webpack_require__(17); + var ItemSet = __webpack_require__(27); + var Activator = __webpack_require__(55); + var DateUtil = __webpack_require__(15); /** - * return the legend entree for this group. - * - * @param iconWidth - * @param iconHeight - * @returns {{icon: HTMLElement, label: (group.content|*|string), orientation: (.options.yAxisOrientation|*)}} + * Create a timeline visualization + * @param {HTMLElement} container + * @param {vis.DataSet | Array | google.visualization.DataTable} [items] + * @param {Object} [options] See Core.setOptions for the available options. + * @constructor */ - GraphGroup.prototype.getLegend = function(iconWidth, iconHeight) { - var svg = document.createElementNS('http://www.w3.org/2000/svg',"svg"); - this.drawIcon(0,0.5*iconHeight,[],svg,iconWidth,iconHeight); - return {icon: svg, label: this.content, orientation:this.options.yAxisOrientation}; - } - - GraphGroup.prototype.getYRange = function(groupData) { - return this.type.getYRange(groupData); - } - - GraphGroup.prototype.draw = function(dataset, group, framework) { - this.type.draw(dataset, group, framework); - } + function Core () {} + // turn Core into an event emitter + Emitter(Core.prototype); - module.exports = GraphGroup; + /** + * Create the main DOM for the Core: a root panel containing left, right, + * top, bottom, content, and background panel. + * @param {Element} container The container element where the Core will + * be attached. + * @private + */ + Core.prototype._create = function (container) { + this.dom = {}; + this.dom.root = document.createElement('div'); + this.dom.background = document.createElement('div'); + this.dom.backgroundVertical = document.createElement('div'); + this.dom.backgroundHorizontal = document.createElement('div'); + this.dom.centerContainer = document.createElement('div'); + this.dom.leftContainer = document.createElement('div'); + this.dom.rightContainer = document.createElement('div'); + this.dom.center = document.createElement('div'); + this.dom.left = document.createElement('div'); + this.dom.right = document.createElement('div'); + this.dom.top = document.createElement('div'); + this.dom.bottom = document.createElement('div'); + this.dom.shadowTop = document.createElement('div'); + this.dom.shadowBottom = document.createElement('div'); + this.dom.shadowTopLeft = document.createElement('div'); + this.dom.shadowBottomLeft = document.createElement('div'); + this.dom.shadowTopRight = document.createElement('div'); + this.dom.shadowBottomRight = document.createElement('div'); -/***/ }, -/* 47 */ -/***/ function(module, exports, __webpack_require__) { + this.dom.root.className = 'vis timeline root'; + this.dom.background.className = 'vispanel background'; + this.dom.backgroundVertical.className = 'vispanel background vertical'; + this.dom.backgroundHorizontal.className = 'vispanel background horizontal'; + this.dom.centerContainer.className = 'vispanel center'; + this.dom.leftContainer.className = 'vispanel left'; + this.dom.rightContainer.className = 'vispanel right'; + this.dom.top.className = 'vispanel top'; + this.dom.bottom.className = 'vispanel bottom'; + this.dom.left.className = 'content'; + this.dom.center.className = 'content'; + this.dom.right.className = 'content'; + this.dom.shadowTop.className = 'shadow top'; + this.dom.shadowBottom.className = 'shadow bottom'; + this.dom.shadowTopLeft.className = 'shadow top'; + this.dom.shadowBottomLeft.className = 'shadow bottom'; + this.dom.shadowTopRight.className = 'shadow top'; + this.dom.shadowBottomRight.className = 'shadow bottom'; - /** - * Created by Alex on 11/11/2014. - */ - var DOMutil = __webpack_require__(6); - var Points = __webpack_require__(48); + this.dom.root.appendChild(this.dom.background); + this.dom.root.appendChild(this.dom.backgroundVertical); + this.dom.root.appendChild(this.dom.backgroundHorizontal); + this.dom.root.appendChild(this.dom.centerContainer); + this.dom.root.appendChild(this.dom.leftContainer); + this.dom.root.appendChild(this.dom.rightContainer); + this.dom.root.appendChild(this.dom.top); + this.dom.root.appendChild(this.dom.bottom); - function Line(groupId, options) { - this.groupId = groupId; - this.options = options; - } + this.dom.centerContainer.appendChild(this.dom.center); + this.dom.leftContainer.appendChild(this.dom.left); + this.dom.rightContainer.appendChild(this.dom.right); - Line.prototype.getYRange = function(groupData) { - var yMin = groupData[0].y; - var yMax = groupData[0].y; - for (var j = 0; j < groupData.length; j++) { - yMin = yMin > groupData[j].y ? groupData[j].y : yMin; - yMax = yMax < groupData[j].y ? groupData[j].y : yMax; - } - return {min: yMin, max: yMax, yAxisOrientation: this.options.yAxisOrientation}; - }; + this.dom.centerContainer.appendChild(this.dom.shadowTop); + this.dom.centerContainer.appendChild(this.dom.shadowBottom); + this.dom.leftContainer.appendChild(this.dom.shadowTopLeft); + this.dom.leftContainer.appendChild(this.dom.shadowBottomLeft); + this.dom.rightContainer.appendChild(this.dom.shadowTopRight); + this.dom.rightContainer.appendChild(this.dom.shadowBottomRight); + this.on('rangechange', this.redraw.bind(this)); + this.on('touch', this._onTouch.bind(this)); + this.on('pinch', this._onPinch.bind(this)); + this.on('dragstart', this._onDragStart.bind(this)); + this.on('drag', this._onDrag.bind(this)); - /** - * draw a line graph - * - * @param dataset - * @param group - */ - Line.prototype.draw = function (dataset, group, framework) { - if (dataset != null) { - if (dataset.length > 0) { - var path, d; - var svgHeight = Number(framework.svg.style.height.replace('px','')); - path = DOMutil.getSVGElement('path', framework.svgElements, framework.svg); - path.setAttributeNS(null, "class", group.className); - if(group.style !== undefined) { - path.setAttributeNS(null, "style", group.style); + var me = this; + this.on('change', function (properties) { + if (properties && properties.queue == true) { + // redraw once on next tick + if (!me._redrawTimer) { + me._redrawTimer = setTimeout(function () { + me._redrawTimer = null; + me.redraw(); + }, 0) } + } + else { + // redraw immediately + me.redraw(); + } + }); - // construct path from dataset - if (group.options.catmullRom.enabled == true) { - d = Line._catmullRom(dataset, group); - } - else { - d = Line._linear(dataset); - } + // create event listeners for all interesting events, these events will be + // emitted via emitter + this.hammer = Hammer(this.dom.root, { + preventDefault: true + }); + this.listeners = {}; - // append with points for fill and finalize the path - if (group.options.shaded.enabled == true) { - var fillPath = DOMutil.getSVGElement('path', framework.svgElements, framework.svg); - var dFill; - if (group.options.shaded.orientation == 'top') { - dFill = 'M' + dataset[0].x + ',' + 0 + ' ' + d + 'L' + dataset[dataset.length - 1].x + ',' + 0; - } - else { - dFill = 'M' + dataset[0].x + ',' + svgHeight + ' ' + d + 'L' + dataset[dataset.length - 1].x + ',' + svgHeight; - } - fillPath.setAttributeNS(null, "class", group.className + " fill"); - if(group.options.shaded.style !== undefined) { - fillPath.setAttributeNS(null, "style", group.options.shaded.style); - } - fillPath.setAttributeNS(null, "d", dFill); + var events = [ + 'touch', 'pinch', + 'tap', 'doubletap', 'hold', + 'dragstart', 'drag', 'dragend', + 'mousewheel', 'DOMMouseScroll' // DOMMouseScroll is needed for Firefox + ]; + events.forEach(function (event) { + var listener = function () { + var args = [event].concat(Array.prototype.slice.call(arguments, 0)); + if (me.isActive()) { + me.emit.apply(me, args); } - // copy properties to path for drawing. - path.setAttributeNS(null, 'd', 'M' + d); + }; + me.hammer.on(event, listener); + me.listeners[event] = listener; + }); - // draw points - if (group.options.drawPoints.enabled == true) { - Points.draw(dataset, group, framework); - } - } - } - }; + // size properties of each of the panels + this.props = { + root: {}, + background: {}, + centerContainer: {}, + leftContainer: {}, + rightContainer: {}, + center: {}, + left: {}, + right: {}, + top: {}, + bottom: {}, + border: {}, + scrollTop: 0, + scrollTopMin: 0 + }; + this.touch = {}; // store state information needed for touch events + this.redrawCount = 0; + // attach the root panel to the provided container + if (!container) throw new Error('No container provided'); + container.appendChild(this.dom.root); + }; /** - * This uses an uniform parametrization of the CatmullRom algorithm: - * 'On the Parameterization of Catmull-Rom Curves' by Cem Yuksel et al. - * @param data - * @returns {string} - * @private + * Set options. Options will be passed to all components loaded in the Timeline. + * @param {Object} [options] + * {String} orientation + * Vertical orientation for the Timeline, + * can be 'bottom' (default) or 'top'. + * {String | Number} width + * Width for the timeline, a number in pixels or + * a css string like '1000px' or '75%'. '100%' by default. + * {String | Number} height + * Fixed height for the Timeline, a number in pixels or + * a css string like '400px' or '75%'. If undefined, + * The Timeline will automatically size such that + * its contents fit. + * {String | Number} minHeight + * Minimum height for the Timeline, a number in pixels or + * a css string like '400px' or '75%'. + * {String | Number} maxHeight + * Maximum height for the Timeline, a number in pixels or + * a css string like '400px' or '75%'. + * {Number | Date | String} start + * Start date for the visible window + * {Number | Date | String} end + * End date for the visible window */ - Line._catmullRomUniform = function(data) { - // catmull rom - var p0, p1, p2, p3, bp1, bp2; - var d = Math.round(data[0].x) + ',' + Math.round(data[0].y) + ' '; - var normalization = 1/6; - var length = data.length; - for (var i = 0; i < length - 1; i++) { + Core.prototype.setOptions = function (options) { + if (options) { + // copy the known options + var fields = ['width', 'height', 'minHeight', 'maxHeight', 'autoResize', 'start', 'end', 'orientation', 'clickToUse', 'dataAttributes', 'hiddenDates']; + util.selectiveExtend(fields, this.options, options); - p0 = (i == 0) ? data[0] : data[i-1]; - p1 = data[i]; - p2 = data[i+1]; - p3 = (i + 2 < length) ? data[i+2] : p2; + if ('hiddenDates' in this.options) { + DateUtil.convertHiddenOptions(this.body, this.options.hiddenDates); + } + if ('clickToUse' in options) { + if (options.clickToUse) { + if (!this.activator) { + this.activator = new Activator(this.dom.root); + } + } + else { + if (this.activator) { + this.activator.destroy(); + delete this.activator; + } + } + } - // Catmull-Rom to Cubic Bezier conversion matrix - // 0 1 0 0 - // -1/6 1 1/6 0 - // 0 1/6 1 -1/6 - // 0 0 1 0 + // enable/disable autoResize + this._initAutoResize(); + } - // bp0 = { x: p1.x, y: p1.y }; - bp1 = { x: ((-p0.x + 6*p1.x + p2.x) *normalization), y: ((-p0.y + 6*p1.y + p2.y) *normalization)}; - bp2 = { x: (( p1.x + 6*p2.x - p3.x) *normalization), y: (( p1.y + 6*p2.y - p3.y) *normalization)}; - // bp0 = { x: p2.x, y: p2.y }; + // propagate options to all components + this.components.forEach(function (component) { + component.setOptions(options); + }); - d += 'C' + - bp1.x + ',' + - bp1.y + ' ' + - bp2.x + ',' + - bp2.y + ' ' + - p2.x + ',' + - p2.y + ' '; + // TODO: remove deprecation error one day (deprecated since version 0.8.0) + if (options && options.order) { + throw new Error('Option order is deprecated. There is no replacement for this feature.'); } - return d; + // redraw everything + this.redraw(); }; /** - * This uses either the chordal or centripetal parameterization of the catmull-rom algorithm. - * By default, the centripetal parameterization is used because this gives the nicest results. - * These parameterizations are relatively heavy because the distance between 4 points have to be calculated. - * - * One optimization can be used to reuse distances since this is a sliding window approach. - * @param data - * @param group - * @returns {string} - * @private + * Returns true when the Timeline is active. + * @returns {boolean} */ - Line._catmullRom = function(data, group) { - var alpha = group.options.catmullRom.alpha; - if (alpha == 0 || alpha === undefined) { - return this._catmullRomUniform(data); - } - else { - var p0, p1, p2, p3, bp1, bp2, d1,d2,d3, A, B, N, M; - var d3powA, d2powA, d3pow2A, d2pow2A, d1pow2A, d1powA; - var d = Math.round(data[0].x) + ',' + Math.round(data[0].y) + ' '; - var length = data.length; - for (var i = 0; i < length - 1; i++) { - - p0 = (i == 0) ? data[0] : data[i-1]; - p1 = data[i]; - p2 = data[i+1]; - p3 = (i + 2 < length) ? data[i+2] : p2; + Core.prototype.isActive = function () { + return !this.activator || this.activator.active; + }; - d1 = Math.sqrt(Math.pow(p0.x - p1.x,2) + Math.pow(p0.y - p1.y,2)); - d2 = Math.sqrt(Math.pow(p1.x - p2.x,2) + Math.pow(p1.y - p2.y,2)); - d3 = Math.sqrt(Math.pow(p2.x - p3.x,2) + Math.pow(p2.y - p3.y,2)); + /** + * Destroy the Core, clean up all DOM elements and event listeners. + */ + Core.prototype.destroy = function () { + // unbind datasets + this.clear(); - // Catmull-Rom to Cubic Bezier conversion matrix + // remove all event listeners + this.off(); - // A = 2d1^2a + 3d1^a * d2^a + d3^2a - // B = 2d3^2a + 3d3^a * d2^a + d2^2a + // stop checking for changed size + this._stopAutoResize(); - // [ 0 1 0 0 ] - // [ -d2^2a /N A/N d1^2a /N 0 ] - // [ 0 d3^2a /M B/M -d2^2a /M ] - // [ 0 0 1 0 ] + // remove from DOM + if (this.dom.root.parentNode) { + this.dom.root.parentNode.removeChild(this.dom.root); + } + this.dom = null; - d3powA = Math.pow(d3, alpha); - d3pow2A = Math.pow(d3,2*alpha); - d2powA = Math.pow(d2, alpha); - d2pow2A = Math.pow(d2,2*alpha); - d1powA = Math.pow(d1, alpha); - d1pow2A = Math.pow(d1,2*alpha); + // remove Activator + if (this.activator) { + this.activator.destroy(); + delete this.activator; + } - A = 2*d1pow2A + 3*d1powA * d2powA + d2pow2A; - B = 2*d3pow2A + 3*d3powA * d2powA + d2pow2A; - N = 3*d1powA * (d1powA + d2powA); - if (N > 0) {N = 1 / N;} - M = 3*d3powA * (d3powA + d2powA); - if (M > 0) {M = 1 / M;} + // cleanup hammer touch events + for (var event in this.listeners) { + if (this.listeners.hasOwnProperty(event)) { + delete this.listeners[event]; + } + } + this.listeners = null; + this.hammer = null; - bp1 = { x: ((-d2pow2A * p0.x + A*p1.x + d1pow2A * p2.x) * N), - y: ((-d2pow2A * p0.y + A*p1.y + d1pow2A * p2.y) * N)}; + // give all components the opportunity to cleanup + this.components.forEach(function (component) { + component.destroy(); + }); - bp2 = { x: (( d3pow2A * p1.x + B*p2.x - d2pow2A * p3.x) * M), - y: (( d3pow2A * p1.y + B*p2.y - d2pow2A * p3.y) * M)}; + this.body = null; + }; - if (bp1.x == 0 && bp1.y == 0) {bp1 = p1;} - if (bp2.x == 0 && bp2.y == 0) {bp2 = p2;} - d += 'C' + - bp1.x + ',' + - bp1.y + ' ' + - bp2.x + ',' + - bp2.y + ' ' + - p2.x + ',' + - p2.y + ' '; - } - return d; + /** + * Set a custom time bar + * @param {Date} time + */ + Core.prototype.setCustomTime = function (time) { + if (!this.customTime) { + throw new Error('Cannot get custom time: Custom time bar is not enabled'); } + + this.customTime.setCustomTime(time); }; /** - * this generates the SVG path for a linear drawing between datapoints. - * @param data - * @returns {string} - * @private + * Retrieve the current custom time. + * @return {Date} customTime */ - Line._linear = function(data) { - // linear - var d = ''; - for (var i = 0; i < data.length; i++) { - if (i == 0) { - d += data[i].x + ',' + data[i].y; - } - else { - d += ' ' + data[i].x + ',' + data[i].y; - } + Core.prototype.getCustomTime = function() { + if (!this.customTime) { + throw new Error('Cannot get custom time: Custom time bar is not enabled'); } - return d; + + return this.customTime.getCustomTime(); }; - module.exports = Line; + + /** + * Get the id's of the currently visible items. + * @returns {Array} The ids of the visible items + */ + Core.prototype.getVisibleItems = function() { + return this.itemSet && this.itemSet.getVisibleItems() || []; + }; -/***/ }, -/* 48 */ -/***/ function(module, exports, __webpack_require__) { /** - * Created by Alex on 11/11/2014. + * Clear the Core. By Default, items, groups and options are cleared. + * Example usage: + * + * timeline.clear(); // clear items, groups, and options + * timeline.clear({options: true}); // clear options only + * + * @param {Object} [what] Optionally specify what to clear. By default: + * {items: true, groups: true, options: true} */ - var DOMutil = __webpack_require__(6); + Core.prototype.clear = function(what) { + // clear items + if (!what || what.items) { + this.setItems(null); + } - function Points(groupId, options) { - this.groupId = groupId; - this.options = options; - } + // clear groups + if (!what || what.groups) { + this.setGroups(null); + } + // clear options of timeline and of each of the components + if (!what || what.options) { + this.components.forEach(function (component) { + component.setOptions(component.defaultOptions); + }); - Points.prototype.getYRange = function(groupData) { - var yMin = groupData[0].y; - var yMax = groupData[0].y; - for (var j = 0; j < groupData.length; j++) { - yMin = yMin > groupData[j].y ? groupData[j].y : yMin; - yMax = yMax < groupData[j].y ? groupData[j].y : yMax; + this.setOptions(this.defaultOptions); // this will also do a redraw } - return {min: yMin, max: yMax, yAxisOrientation: this.options.yAxisOrientation}; }; - Points.prototype.draw = function(dataset, group, framework, offset) { - Points.draw(dataset, group, framework, offset); - } - /** - * draw the data points - * - * @param {Array} dataset - * @param {Object} JSONcontainer - * @param {Object} svg | SVG DOM element - * @param {GraphGroup} group - * @param {Number} [offset] + * Set Core window such that it fits all items + * @param {Object} [options] Available options: + * `animate: boolean | number` + * If true (default), the range is animated + * smoothly to the new window. + * If a number, the number is taken as duration + * for the animation. Default duration is 500 ms. */ - Points.draw = function (dataset, group, framework, offset) { - if (offset === undefined) {offset = 0;} - for (var i = 0; i < dataset.length; i++) { - DOMutil.drawPoint(dataset[i].x + offset, dataset[i].y, group, framework.svgElements, framework.svg); + Core.prototype.fit = function(options) { + var range = this._getDataRange(); + + // skip range set if there is no start and end date + if (range.start === null && range.end === null) { + return; } + + var animate = (options && options.animate !== undefined) ? options.animate : true; + this.range.setRange(range.start, range.end, animate); }; + /** + * Calculate the data range of the items and applies a 5% window around it. + * @returns {{start: Date | null, end: Date | null}} + * @protected + */ + Core.prototype._getDataRange = function() { + // apply the data range as range + var dataRange = this.getItemRange(); - module.exports = Points; + // add 5% space on both sides + var start = dataRange.min; + var end = dataRange.max; + if (start != null && end != null) { + var interval = (end.valueOf() - start.valueOf()); + if (interval <= 0) { + // prevent an empty interval + interval = 24 * 60 * 60 * 1000; // 1 day + } + start = new Date(start.valueOf() - interval * 0.05); + end = new Date(end.valueOf() + interval * 0.05); + } -/***/ }, -/* 49 */ -/***/ function(module, exports, __webpack_require__) { + return { + start: start, + end: end + } + }; /** - * Created by Alex on 11/11/2014. + * Set the visible window. Both parameters are optional, you can change only + * start or only end. Syntax: + * + * TimeLine.setWindow(start, end) + * TimeLine.setWindow(range) + * + * Where start and end can be a Date, number, or string, and range is an + * object with properties start and end. + * + * @param {Date | Number | String | Object} [start] Start date of visible window + * @param {Date | Number | String} [end] End date of visible window + * @param {Object} [options] Available options: + * `animate: boolean | number` + * If true (default), the range is animated + * smoothly to the new window. + * If a number, the number is taken as duration + * for the animation. Default duration is 500 ms. */ - var DOMutil = __webpack_require__(6); - var Points = __webpack_require__(48); - - function Bargraph(groupId, options) { - this.groupId = groupId; - this.options = options; - } - - Bargraph.prototype.getYRange = function(groupData) { - if (this.options.barChart.handleOverlap != 'stack') { - var yMin = groupData[0].y; - var yMax = groupData[0].y; - for (var j = 0; j < groupData.length; j++) { - yMin = yMin > groupData[j].y ? groupData[j].y : yMin; - yMax = yMax < groupData[j].y ? groupData[j].y : yMax; - } - return {min: yMin, max: yMax, yAxisOrientation: this.options.yAxisOrientation}; + Core.prototype.setWindow = function(start, end, options) { + var animate = (options && options.animate !== undefined) ? options.animate : true; + if (arguments.length == 1) { + var range = arguments[0]; + this.range.setRange(range.start, range.end, animate); } else { - var barCombinedData = []; - for (var j = 0; j < groupData.length; j++) { - barCombinedData.push({ - x: groupData[j].x, - y: groupData[j].y, - groupId: this.groupId - }); - } - return barCombinedData; + this.range.setRange(start, end, animate); } }; + /** + * Move the window such that given time is centered on screen. + * @param {Date | Number | String} time + * @param {Object} [options] Available options: + * `animate: boolean | number` + * If true (default), the range is animated + * smoothly to the new window. + * If a number, the number is taken as duration + * for the animation. Default duration is 500 ms. + */ + Core.prototype.moveTo = function(time, options) { + var interval = this.range.end - this.range.start; + var t = util.convert(time, 'Date').valueOf(); + + var start = t - interval / 2; + var end = t + interval / 2; + var animate = (options && options.animate !== undefined) ? options.animate : true; + this.range.setRange(start, end, animate); + }; /** - * draw a bar graph - * - * @param groupIds - * @param processedGroupData + * Get the visible window + * @return {{start: Date, end: Date}} Visible range */ - Bargraph.draw = function (groupIds, processedGroupData, framework) { - var combinedData = []; - var intersections = {}; - var coreDistance; - var key, drawData; - var group; - var i,j; - var barPoints = 0; + Core.prototype.getWindow = function() { + var range = this.range.getRange(); + return { + start: new Date(range.start), + end: new Date(range.end) + }; + }; - // combine all barchart data - for (i = 0; i < groupIds.length; i++) { - group = framework.groups[groupIds[i]]; - if (group.options.style == 'bar') { - if (group.visible == true && (framework.options.groups.visibility[groupIds[i]] === undefined || framework.options.groups.visibility[groupIds[i]] == true)) { - for (j = 0; j < processedGroupData[groupIds[i]].length; j++) { - combinedData.push({ - x: processedGroupData[groupIds[i]][j].x, - y: processedGroupData[groupIds[i]][j].y, - groupId: groupIds[i] - }); - barPoints += 1; - } - } - } + /** + * Force a redraw of the Core. Can be useful to manually redraw when + * option autoResize=false + */ + Core.prototype.redraw = function() { + var resized = false; + var options = this.options; + var props = this.props; + var dom = this.dom; + + if (!dom) return; // when destroyed + + DateUtil.updateHiddenDates(this.body, this.options.hiddenDates); + + // update class names + if (options.orientation == 'top') { + util.addClassName(dom.root, 'top'); + util.removeClassName(dom.root, 'bottom'); + } + else { + util.removeClassName(dom.root, 'top'); + util.addClassName(dom.root, 'bottom'); } - if (barPoints == 0) {return;} + // update root width and height options + dom.root.style.maxHeight = util.option.asSize(options.maxHeight, ''); + dom.root.style.minHeight = util.option.asSize(options.minHeight, ''); + dom.root.style.width = util.option.asSize(options.width, ''); - // sort by time and by group - combinedData.sort(function (a, b) { - if (a.x == b.x) { - return a.groupId - b.groupId; - } else { - return a.x - b.x; - } - }); + // calculate border widths + props.border.left = (dom.centerContainer.offsetWidth - dom.centerContainer.clientWidth) / 2; + props.border.right = props.border.left; + props.border.top = (dom.centerContainer.offsetHeight - dom.centerContainer.clientHeight) / 2; + props.border.bottom = props.border.top; + var borderRootHeight= dom.root.offsetHeight - dom.root.clientHeight; + var borderRootWidth = dom.root.offsetWidth - dom.root.clientWidth; - // get intersections - Bargraph._getDataIntersections(intersections, combinedData); + // workaround for a bug in IE: the clientWidth of an element with + // a height:0px and overflow:hidden is not calculated and always has value 0 + if (dom.centerContainer.clientHeight === 0) { + props.border.left = props.border.top; + props.border.right = props.border.left; + } + if (dom.root.clientHeight === 0) { + borderRootWidth = borderRootHeight; + } - // plot barchart - for (i = 0; i < combinedData.length; i++) { - group = framework.groups[combinedData[i].groupId]; - var minWidth = 0.1 * group.options.barChart.width; + // calculate the heights. If any of the side panels is empty, we set the height to + // minus the border width, such that the border will be invisible + props.center.height = dom.center.offsetHeight; + props.left.height = dom.left.offsetHeight; + props.right.height = dom.right.offsetHeight; + props.top.height = dom.top.clientHeight || -props.border.top; + props.bottom.height = dom.bottom.clientHeight || -props.border.bottom; - key = combinedData[i].x; - var heightOffset = 0; - if (intersections[key] === undefined) { - if (i+1 < combinedData.length) {coreDistance = Math.abs(combinedData[i+1].x - key);} - if (i > 0) {coreDistance = Math.min(coreDistance,Math.abs(combinedData[i-1].x - key));} - drawData = Bargraph._getSafeDrawData(coreDistance, group, minWidth); - } - else { - var nextKey = i + (intersections[key].amount - intersections[key].resolved); - var prevKey = i - (intersections[key].resolved + 1); - if (nextKey < combinedData.length) {coreDistance = Math.abs(combinedData[nextKey].x - key);} - if (prevKey > 0) {coreDistance = Math.min(coreDistance,Math.abs(combinedData[prevKey].x - key));} - drawData = Bargraph._getSafeDrawData(coreDistance, group, minWidth); - intersections[key].resolved += 1; + // TODO: compensate borders when any of the panels is empty. - if (group.options.barChart.handleOverlap == 'stack') { - heightOffset = intersections[key].accumulated; - intersections[key].accumulated += group.zeroPosition - combinedData[i].y; - } - else if (group.options.barChart.handleOverlap == 'sideBySide') { - drawData.width = drawData.width / intersections[key].amount; - drawData.offset += (intersections[key].resolved) * drawData.width - (0.5*drawData.width * (intersections[key].amount+1)); - if (group.options.barChart.align == 'left') {drawData.offset -= 0.5*drawData.width;} - else if (group.options.barChart.align == 'right') {drawData.offset += 0.5*drawData.width;} - } + // apply auto height + // TODO: only calculate autoHeight when needed (else we cause an extra reflow/repaint of the DOM) + var contentHeight = Math.max(props.left.height, props.center.height, props.right.height); + var autoHeight = props.top.height + contentHeight + props.bottom.height + + borderRootHeight + props.border.top + props.border.bottom; + dom.root.style.height = util.option.asSize(options.height, autoHeight + 'px'); + + // calculate heights of the content panels + props.root.height = dom.root.offsetHeight; + props.background.height = props.root.height - borderRootHeight; + var containerHeight = props.root.height - props.top.height - props.bottom.height - + borderRootHeight; + props.centerContainer.height = containerHeight; + props.leftContainer.height = containerHeight; + props.rightContainer.height = props.leftContainer.height; + + // calculate the widths of the panels + props.root.width = dom.root.offsetWidth; + props.background.width = props.root.width - borderRootWidth; + props.left.width = dom.leftContainer.clientWidth || -props.border.left; + props.leftContainer.width = props.left.width; + props.right.width = dom.rightContainer.clientWidth || -props.border.right; + props.rightContainer.width = props.right.width; + var centerWidth = props.root.width - props.left.width - props.right.width - borderRootWidth; + props.center.width = centerWidth; + props.centerContainer.width = centerWidth; + props.top.width = centerWidth; + props.bottom.width = centerWidth; + + // resize the panels + dom.background.style.height = props.background.height + 'px'; + dom.backgroundVertical.style.height = props.background.height + 'px'; + dom.backgroundHorizontal.style.height = props.centerContainer.height + 'px'; + dom.centerContainer.style.height = props.centerContainer.height + 'px'; + dom.leftContainer.style.height = props.leftContainer.height + 'px'; + dom.rightContainer.style.height = props.rightContainer.height + 'px'; + + dom.background.style.width = props.background.width + 'px'; + dom.backgroundVertical.style.width = props.centerContainer.width + 'px'; + dom.backgroundHorizontal.style.width = props.background.width + 'px'; + dom.centerContainer.style.width = props.center.width + 'px'; + dom.top.style.width = props.top.width + 'px'; + dom.bottom.style.width = props.bottom.width + 'px'; + + // reposition the panels + dom.background.style.left = '0'; + dom.background.style.top = '0'; + dom.backgroundVertical.style.left = (props.left.width + props.border.left) + 'px'; + dom.backgroundVertical.style.top = '0'; + dom.backgroundHorizontal.style.left = '0'; + dom.backgroundHorizontal.style.top = props.top.height + 'px'; + dom.centerContainer.style.left = props.left.width + 'px'; + dom.centerContainer.style.top = props.top.height + 'px'; + dom.leftContainer.style.left = '0'; + dom.leftContainer.style.top = props.top.height + 'px'; + dom.rightContainer.style.left = (props.left.width + props.center.width) + 'px'; + dom.rightContainer.style.top = props.top.height + 'px'; + dom.top.style.left = props.left.width + 'px'; + dom.top.style.top = '0'; + dom.bottom.style.left = props.left.width + 'px'; + dom.bottom.style.top = (props.top.height + props.centerContainer.height) + 'px'; + + // update the scrollTop, feasible range for the offset can be changed + // when the height of the Core or of the contents of the center changed + this._updateScrollTop(); + + // reposition the scrollable contents + var offset = this.props.scrollTop; + if (options.orientation == 'bottom') { + offset += Math.max(this.props.centerContainer.height - this.props.center.height - + this.props.border.top - this.props.border.bottom, 0); + } + dom.center.style.left = '0'; + dom.center.style.top = offset + 'px'; + dom.left.style.left = '0'; + dom.left.style.top = offset + 'px'; + dom.right.style.left = '0'; + dom.right.style.top = offset + 'px'; + + // show shadows when vertical scrolling is available + var visibilityTop = this.props.scrollTop == 0 ? 'hidden' : ''; + var visibilityBottom = this.props.scrollTop == this.props.scrollTopMin ? 'hidden' : ''; + dom.shadowTop.style.visibility = visibilityTop; + dom.shadowBottom.style.visibility = visibilityBottom; + dom.shadowTopLeft.style.visibility = visibilityTop; + dom.shadowBottomLeft.style.visibility = visibilityBottom; + dom.shadowTopRight.style.visibility = visibilityTop; + dom.shadowBottomRight.style.visibility = visibilityBottom; + + // redraw all components + this.components.forEach(function (component) { + resized = component.redraw() || resized; + }); + if (resized) { + // keep repainting until all sizes are settled + var MAX_REDRAWS = 3; // maximum number of consecutive redraws + if (this.redrawCount < MAX_REDRAWS) { + this.redrawCount++; + this.redraw(); } - DOMutil.drawBar(combinedData[i].x + drawData.offset, combinedData[i].y - heightOffset, drawData.width, group.zeroPosition - combinedData[i].y, group.className + ' bar', framework.svgElements, framework.svg); - // draw points - if (group.options.drawPoints.enabled == true) { - DOMutil.drawPoint(combinedData[i].x + drawData.offset, combinedData[i].y, group, framework.svgElements, framework.svg); + else { + console.log('WARNING: infinite loop in redraw?'); } + this.redrawCount = 0; } + + this.emit("finishedRedraw"); }; + // TODO: deprecated since version 1.1.0, remove some day + Core.prototype.repaint = function () { + throw new Error('Function repaint is deprecated. Use redraw instead.'); + }; /** - * Fill the intersections object with counters of how many datapoints share the same x coordinates - * @param intersections - * @param combinedData - * @private + * Set a current time. This can be used for example to ensure that a client's + * time is synchronized with a shared server time. + * Only applicable when option `showCurrentTime` is true. + * @param {Date | String | Number} time A Date, unix timestamp, or + * ISO date string. */ - Bargraph._getDataIntersections = function (intersections, combinedData) { - // get intersections - var coreDistance; - for (var i = 0; i < combinedData.length; i++) { - if (i + 1 < combinedData.length) { - coreDistance = Math.abs(combinedData[i + 1].x - combinedData[i].x); - } - if (i > 0) { - coreDistance = Math.min(coreDistance, Math.abs(combinedData[i - 1].x - combinedData[i].x)); - } - if (coreDistance == 0) { - if (intersections[combinedData[i].x] === undefined) { - intersections[combinedData[i].x] = {amount: 0, resolved: 0, accumulated: 0}; - } - intersections[combinedData[i].x].amount += 1; - } + Core.prototype.setCurrentTime = function(time) { + if (!this.currentTime) { + throw new Error('Option showCurrentTime must be true'); + } + + this.currentTime.setCurrentTime(time); + }; + + /** + * Get the current time. + * Only applicable when option `showCurrentTime` is true. + * @return {Date} Returns the current time. + */ + Core.prototype.getCurrentTime = function() { + if (!this.currentTime) { + throw new Error('Option showCurrentTime must be true'); } + + return this.currentTime.getCurrentTime(); + }; + + /** + * Convert a position on screen (pixels) to a datetime + * @param {int} x Position on the screen in pixels + * @return {Date} time The datetime the corresponds with given position x + * @private + */ + // TODO: move this function to Range + Core.prototype._toTime = function(x) { + return DateUtil.toTime(this, x, this.props.center.width); + }; + + /** + * Convert a position on the global screen (pixels) to a datetime + * @param {int} x Position on the screen in pixels + * @return {Date} time The datetime the corresponds with given position x + * @private + */ + // TODO: move this function to Range + Core.prototype._toGlobalTime = function(x) { + return DateUtil.toTime(this, x, this.props.root.width); + //var conversion = this.range.conversion(this.props.root.width); + //return new Date(x / conversion.scale + conversion.offset); + }; + + /** + * Convert a datetime (Date object) into a position on the screen + * @param {Date} time A date + * @return {int} x The position on the screen in pixels which corresponds + * with the given date. + * @private + */ + // TODO: move this function to Range + Core.prototype._toScreen = function(time) { + return DateUtil.toScreen(this, time, this.props.center.width); }; + /** - * Get the width and offset for bargraphs based on the coredistance between datapoints - * - * @param coreDistance - * @param group - * @param minWidth - * @returns {{width: Number, offset: Number}} + * Convert a datetime (Date object) into a position on the root + * This is used to get the pixel density estimate for the screen, not the center panel + * @param {Date} time A date + * @return {int} x The position on root in pixels which corresponds + * with the given date. * @private */ - Bargraph._getSafeDrawData = function (coreDistance, group, minWidth) { - var width, offset; - if (coreDistance < group.options.barChart.width && coreDistance > 0) { - width = coreDistance < minWidth ? minWidth : coreDistance; + // TODO: move this function to Range + Core.prototype._toGlobalScreen = function(time) { + return DateUtil.toScreen(this, time, this.props.root.width); + //var conversion = this.range.conversion(this.props.root.width); + //return (time.valueOf() - conversion.offset) * conversion.scale; + }; - offset = 0; // recalculate offset with the new width; - if (group.options.barChart.align == 'left') { - offset -= 0.5 * coreDistance; - } - else if (group.options.barChart.align == 'right') { - offset += 0.5 * coreDistance; - } + + /** + * Initialize watching when option autoResize is true + * @private + */ + Core.prototype._initAutoResize = function () { + if (this.options.autoResize == true) { + this._startAutoResize(); } else { - // default settings - width = group.options.barChart.width; - offset = 0; - if (group.options.barChart.align == 'left') { - offset -= 0.5 * group.options.barChart.width; - } - else if (group.options.barChart.align == 'right') { - offset += 0.5 * group.options.barChart.width; - } + this._stopAutoResize(); } - - return {width: width, offset: offset}; }; - Bargraph.getStackedBarYRange = function(barCombinedData, groupRanges, groupIds, groupLabel, orientation) { - if (barCombinedData.length > 0) { - // sort by time and by group - barCombinedData.sort(function (a, b) { - if (a.x == b.x) { - return a.groupId - b.groupId; - } else { - return a.x - b.x; - } - }); - var intersections = {}; + /** + * Watch for changes in the size of the container. On resize, the Panel will + * automatically redraw itself. + * @private + */ + Core.prototype._startAutoResize = function () { + var me = this; - Bargraph._getDataIntersections(intersections, barCombinedData); - groupRanges[groupLabel] = Bargraph._getStackedBarYRange(intersections, barCombinedData); - groupRanges[groupLabel].yAxisOrientation = orientation; - groupIds.push(groupLabel); - } - } + this._stopAutoResize(); - Bargraph._getStackedBarYRange = function (intersections, combinedData) { - var key; - var yMin = combinedData[0].y; - var yMax = combinedData[0].y; - for (var i = 0; i < combinedData.length; i++) { - key = combinedData[i].x; - if (intersections[key] === undefined) { - yMin = yMin > combinedData[i].y ? combinedData[i].y : yMin; - yMax = yMax < combinedData[i].y ? combinedData[i].y : yMax; - } - else { - intersections[key].accumulated += combinedData[i].y; + this._onResize = function() { + if (me.options.autoResize != true) { + // stop watching when the option autoResize is changed to false + me._stopAutoResize(); + return; } - } - for (var xpos in intersections) { - if (intersections.hasOwnProperty(xpos)) { - yMin = yMin > intersections[xpos].accumulated ? intersections[xpos].accumulated : yMin; - yMax = yMax < intersections[xpos].accumulated ? intersections[xpos].accumulated : yMax; + + if (me.dom.root) { + // check whether the frame is resized + // Note: we compare offsetWidth here, not clientWidth. For some reason, + // IE does not restore the clientWidth from 0 to the actual width after + // changing the timeline's container display style from none to visible + if ((me.dom.root.offsetWidth != me.props.lastWidth) || + (me.dom.root.offsetHeight != me.props.lastHeight)) { + me.props.lastWidth = me.dom.root.offsetWidth; + me.props.lastHeight = me.dom.root.offsetHeight; + + me.emit('change'); + } } - } + }; - return {min: yMin, max: yMax}; + // add event listener to window resize + util.addEventListener(window, 'resize', this._onResize); + + this.watchTimer = setInterval(this._onResize, 1000); }; - module.exports = Bargraph; + /** + * Stop watching for a resize of the frame. + * @private + */ + Core.prototype._stopAutoResize = function () { + if (this.watchTimer) { + clearInterval(this.watchTimer); + this.watchTimer = undefined; + } -/***/ }, -/* 50 */ -/***/ function(module, exports, __webpack_require__) { + // remove event listener on window.resize + util.removeEventListener(window, 'resize', this._onResize); + this._onResize = null; + }; - var util = __webpack_require__(1); - var DOMutil = __webpack_require__(6); - var Component = __webpack_require__(23); + /** + * Start moving the timeline vertically + * @param {Event} event + * @private + */ + Core.prototype._onTouch = function (event) { + this.touch.allowDragging = true; + }; /** - * Legend for Graph2d + * Start moving the timeline vertically + * @param {Event} event + * @private */ - function Legend(body, options, side, linegraphOptions) { - this.body = body; - this.defaultOptions = { - enabled: true, - icons: true, - iconSize: 20, - iconSpacing: 6, - left: { - visible: true, - position: 'top-left' // top/bottom - left,center,right - }, - right: { - visible: true, - position: 'top-left' // top/bottom - left,center,right - } - } - this.side = side; - this.options = util.extend({},this.defaultOptions); - this.linegraphOptions = linegraphOptions; + Core.prototype._onPinch = function (event) { + this.touch.allowDragging = false; + }; - this.svgElements = {}; - this.dom = {}; - this.groups = {}; - this.amountOfGroups = 0; - this._create(); + /** + * Start moving the timeline vertically + * @param {Event} event + * @private + */ + Core.prototype._onDragStart = function (event) { + this.touch.initialScrollTop = this.props.scrollTop; + }; - this.setOptions(options); - } + /** + * Move the timeline vertically + * @param {Event} event + * @private + */ + Core.prototype._onDrag = function (event) { + // refuse to drag when we where pinching to prevent the timeline make a jump + // when releasing the fingers in opposite order from the touch screen + if (!this.touch.allowDragging) return; - Legend.prototype = new Component(); + var delta = event.gesture.deltaY; - Legend.prototype.clear = function() { - this.groups = {}; - this.amountOfGroups = 0; - } + var oldScrollTop = this._getScrollTop(); + var newScrollTop = this._setScrollTop(this.touch.initialScrollTop + delta); - Legend.prototype.addGroup = function(label, graphOptions) { - if (!this.groups.hasOwnProperty(label)) { - this.groups[label] = graphOptions; + if (newScrollTop != oldScrollTop) { + this.redraw(); // TODO: this causes two redraws when dragging, the other is triggered by rangechange already + this.emit("verticalDrag"); } - this.amountOfGroups += 1; }; - Legend.prototype.updateGroup = function(label, graphOptions) { - this.groups[label] = graphOptions; + /** + * Apply a scrollTop + * @param {Number} scrollTop + * @returns {Number} scrollTop Returns the applied scrollTop + * @private + */ + Core.prototype._setScrollTop = function (scrollTop) { + this.props.scrollTop = scrollTop; + this._updateScrollTop(); + return this.props.scrollTop; }; - Legend.prototype.removeGroup = function(label) { - if (this.groups.hasOwnProperty(label)) { - delete this.groups[label]; - this.amountOfGroups -= 1; + /** + * Update the current scrollTop when the height of the containers has been changed + * @returns {Number} scrollTop Returns the applied scrollTop + * @private + */ + Core.prototype._updateScrollTop = function () { + // recalculate the scrollTopMin + var scrollTopMin = Math.min(this.props.centerContainer.height - this.props.center.height, 0); // is negative or zero + if (scrollTopMin != this.props.scrollTopMin) { + // in case of bottom orientation, change the scrollTop such that the contents + // do not move relative to the time axis at the bottom + if (this.options.orientation == 'bottom') { + this.props.scrollTop += (scrollTopMin - this.props.scrollTopMin); + } + this.props.scrollTopMin = scrollTopMin; } + + // limit the scrollTop to the feasible scroll range + if (this.props.scrollTop > 0) this.props.scrollTop = 0; + if (this.props.scrollTop < scrollTopMin) this.props.scrollTop = scrollTopMin; + + return this.props.scrollTop; }; - Legend.prototype._create = function() { - this.dom.frame = document.createElement('div'); - this.dom.frame.className = 'legend'; - this.dom.frame.style.position = "absolute"; - this.dom.frame.style.top = "10px"; - this.dom.frame.style.display = "block"; + /** + * Get the current scrollTop + * @returns {number} scrollTop + * @private + */ + Core.prototype._getScrollTop = function () { + return this.props.scrollTop; + }; - this.dom.textArea = document.createElement('div'); - this.dom.textArea.className = 'legendText'; - this.dom.textArea.style.position = "relative"; - this.dom.textArea.style.top = "0px"; + module.exports = Core; - this.svg = document.createElementNS('http://www.w3.org/2000/svg',"svg"); - this.svg.style.position = 'absolute'; - this.svg.style.top = 0 +'px'; - this.svg.style.width = this.options.iconSize + 5 + 'px'; - this.svg.style.height = '100%'; - this.dom.frame.appendChild(this.svg); - this.dom.frame.appendChild(this.dom.textArea); +/***/ }, +/* 47 */ +/***/ function(module, exports, __webpack_require__) { + + // English + exports['en'] = { + current: 'current', + time: 'time' + }; + exports['en_EN'] = exports['en']; + exports['en_US'] = exports['en']; + + // Dutch + exports['nl'] = { + custom: 'aangepaste', + time: 'tijd' }; + exports['nl_NL'] = exports['nl']; + exports['nl_BE'] = exports['nl']; + + +/***/ }, +/* 48 */ +/***/ function(module, exports, __webpack_require__) { + + var Hammer = __webpack_require__(45); /** - * Hide the component from the DOM + * Fake a hammer.js gesture. Event can be a ScrollEvent or MouseMoveEvent + * @param {Element} element + * @param {Event} event */ - Legend.prototype.hide = function() { - // remove the frame containing the items - if (this.dom.frame.parentNode) { - this.dom.frame.parentNode.removeChild(this.dom.frame); + exports.fakeGesture = function(element, event) { + var eventType = null; + + // for hammer.js 1.0.5 + // var gesture = Hammer.event.collectEventData(this, eventType, event); + + // for hammer.js 1.0.6+ + var touches = Hammer.event.getTouchList(event, eventType); + var gesture = Hammer.event.collectEventData(this, eventType, touches, event); + + // on IE in standards mode, no touches are recognized by hammer.js, + // resulting in NaN values for center.pageX and center.pageY + if (isNaN(gesture.center.pageX)) { + gesture.center.pageX = event.pageX; + } + if (isNaN(gesture.center.pageY)) { + gesture.center.pageY = event.pageY; } + + return gesture; }; + +/***/ }, +/* 49 */ +/***/ function(module, exports, __webpack_require__) { + /** - * Show the component in the DOM (when not already visible). - * @return {Boolean} changed + * Created by Alex on 11/11/2014. */ - Legend.prototype.show = function() { - // show frame containing the items - if (!this.dom.frame.parentNode) { - this.body.dom.center.appendChild(this.dom.frame); - } - }; + var DOMutil = __webpack_require__(2); + var Points = __webpack_require__(51); - Legend.prototype.setOptions = function(options) { - var fields = ['enabled','orientation','icons','left','right']; - util.selectiveDeepExtend(fields, this.options, options); - }; + function Line(groupId, options) { + this.groupId = groupId; + this.options = options; + } - Legend.prototype.redraw = function() { - var activeGroups = 0; - for (var groupId in this.groups) { - if (this.groups.hasOwnProperty(groupId)) { - if (this.groups[groupId].visible == true && (this.linegraphOptions.visibility[groupId] === undefined || this.linegraphOptions.visibility[groupId] == true)) { - activeGroups++; - } - } + Line.prototype.getYRange = function(groupData) { + var yMin = groupData[0].y; + var yMax = groupData[0].y; + for (var j = 0; j < groupData.length; j++) { + yMin = yMin > groupData[j].y ? groupData[j].y : yMin; + yMax = yMax < groupData[j].y ? groupData[j].y : yMax; } + return {min: yMin, max: yMax, yAxisOrientation: this.options.yAxisOrientation}; + }; - if (this.options[this.side].visible == false || this.amountOfGroups == 0 || this.options.enabled == false || activeGroups == 0) { - this.hide(); - } - else { - this.show(); - if (this.options[this.side].position == 'top-left' || this.options[this.side].position == 'bottom-left') { - this.dom.frame.style.left = '4px'; - this.dom.frame.style.textAlign = "left"; - this.dom.textArea.style.textAlign = "left"; - this.dom.textArea.style.left = (this.options.iconSize + 15) + 'px'; - this.dom.textArea.style.right = ''; - this.svg.style.left = 0 +'px'; - this.svg.style.right = ''; - } - else { - this.dom.frame.style.right = '4px'; - this.dom.frame.style.textAlign = "right"; - this.dom.textArea.style.textAlign = "right"; - this.dom.textArea.style.right = (this.options.iconSize + 15) + 'px'; - this.dom.textArea.style.left = ''; - this.svg.style.right = 0 +'px'; - this.svg.style.left = ''; - } - if (this.options[this.side].position == 'top-left' || this.options[this.side].position == 'top-right') { - this.dom.frame.style.top = 4 - Number(this.body.dom.center.style.top.replace("px","")) + 'px'; - this.dom.frame.style.bottom = ''; - } - else { - var scrollableHeight = this.body.domProps.center.height - this.body.domProps.centerContainer.height; - this.dom.frame.style.bottom = 4 + scrollableHeight + Number(this.body.dom.center.style.top.replace("px","")) + 'px'; - this.dom.frame.style.top = ''; - } + /** + * draw a line graph + * + * @param dataset + * @param group + */ + Line.prototype.draw = function (dataset, group, framework) { + if (dataset != null) { + if (dataset.length > 0) { + var path, d; + var svgHeight = Number(framework.svg.style.height.replace('px','')); + path = DOMutil.getSVGElement('path', framework.svgElements, framework.svg); + path.setAttributeNS(null, "class", group.className); + if(group.style !== undefined) { + path.setAttributeNS(null, "style", group.style); + } - if (this.options.icons == false) { - this.dom.frame.style.width = this.dom.textArea.offsetWidth + 10 + 'px'; - this.dom.textArea.style.right = ''; - this.dom.textArea.style.left = ''; - this.svg.style.width = '0px'; - } - else { - this.dom.frame.style.width = this.options.iconSize + 15 + this.dom.textArea.offsetWidth + 10 + 'px' - this.drawLegendIcons(); - } + // construct path from dataset + if (group.options.catmullRom.enabled == true) { + d = Line._catmullRom(dataset, group); + } + else { + d = Line._linear(dataset); + } - var content = ''; - for (var groupId in this.groups) { - if (this.groups.hasOwnProperty(groupId)) { - if (this.groups[groupId].visible == true && (this.linegraphOptions.visibility[groupId] === undefined || this.linegraphOptions.visibility[groupId] == true)) { - content += this.groups[groupId].content + '
'; + // append with points for fill and finalize the path + if (group.options.shaded.enabled == true) { + var fillPath = DOMutil.getSVGElement('path', framework.svgElements, framework.svg); + var dFill; + if (group.options.shaded.orientation == 'top') { + dFill = 'M' + dataset[0].x + ',' + 0 + ' ' + d + 'L' + dataset[dataset.length - 1].x + ',' + 0; + } + else { + dFill = 'M' + dataset[0].x + ',' + svgHeight + ' ' + d + 'L' + dataset[dataset.length - 1].x + ',' + svgHeight; } + fillPath.setAttributeNS(null, "class", group.className + " fill"); + if(group.options.shaded.style !== undefined) { + fillPath.setAttributeNS(null, "style", group.options.shaded.style); + } + fillPath.setAttributeNS(null, "d", dFill); + } + // copy properties to path for drawing. + path.setAttributeNS(null, 'd', 'M' + d); + + // draw points + if (group.options.drawPoints.enabled == true) { + Points.draw(dataset, group, framework); } } - this.dom.textArea.innerHTML = content; - this.dom.textArea.style.lineHeight = ((0.75 * this.options.iconSize) + this.options.iconSpacing) + 'px'; } }; - Legend.prototype.drawLegendIcons = function() { - if (this.dom.frame.parentNode) { - DOMutil.prepareElements(this.svgElements); - var padding = window.getComputedStyle(this.dom.frame).paddingTop; - var iconOffset = Number(padding.replace('px','')); - var x = iconOffset; - var iconWidth = this.options.iconSize; - var iconHeight = 0.75 * this.options.iconSize; - var y = iconOffset + 0.5 * iconHeight + 3; - this.svg.style.width = iconWidth + 5 + iconOffset + 'px'; - for (var groupId in this.groups) { - if (this.groups.hasOwnProperty(groupId)) { - if (this.groups[groupId].visible == true && (this.linegraphOptions.visibility[groupId] === undefined || this.linegraphOptions.visibility[groupId] == true)) { - this.groups[groupId].drawIcon(x, y, this.svgElements, this.svg, iconWidth, iconHeight); - y += iconHeight + this.options.iconSpacing; - } - } - } + /** + * This uses an uniform parametrization of the CatmullRom algorithm: + * 'On the Parameterization of Catmull-Rom Curves' by Cem Yuksel et al. + * @param data + * @returns {string} + * @private + */ + Line._catmullRomUniform = function(data) { + // catmull rom + var p0, p1, p2, p3, bp1, bp2; + var d = Math.round(data[0].x) + ',' + Math.round(data[0].y) + ' '; + var normalization = 1/6; + var length = data.length; + for (var i = 0; i < length - 1; i++) { - DOMutil.cleanupElements(this.svgElements); - } - }; + p0 = (i == 0) ? data[0] : data[i-1]; + p1 = data[i]; + p2 = data[i+1]; + p3 = (i + 2 < length) ? data[i+2] : p2; - module.exports = Legend; + // Catmull-Rom to Cubic Bezier conversion matrix + // 0 1 0 0 + // -1/6 1 1/6 0 + // 0 1/6 1 -1/6 + // 0 0 1 0 -/***/ }, -/* 51 */ -/***/ function(module, exports, __webpack_require__) { + // bp0 = { x: p1.x, y: p1.y }; + bp1 = { x: ((-p0.x + 6*p1.x + p2.x) *normalization), y: ((-p0.y + 6*p1.y + p2.y) *normalization)}; + bp2 = { x: (( p1.x + 6*p2.x - p3.x) *normalization), y: (( p1.y + 6*p2.y - p3.y) *normalization)}; + // bp0 = { x: p2.x, y: p2.y }; - var Emitter = __webpack_require__(11); - var Hammer = __webpack_require__(19); - var keycharm = __webpack_require__(36); - var util = __webpack_require__(1); - var hammerUtil = __webpack_require__(22); - var DataSet = __webpack_require__(7); - var DataView = __webpack_require__(9); - var dotparser = __webpack_require__(52); - var gephiParser = __webpack_require__(53); - var Groups = __webpack_require__(54); - var Images = __webpack_require__(55); - var Node = __webpack_require__(56); - var Edge = __webpack_require__(57); - var Popup = __webpack_require__(58); - var MixinLoader = __webpack_require__(59); - var Activator = __webpack_require__(35); - var locales = __webpack_require__(70); + d += 'C' + + bp1.x + ',' + + bp1.y + ' ' + + bp2.x + ',' + + bp2.y + ' ' + + p2.x + ',' + + p2.y + ' '; + } - // Load custom shapes into CanvasRenderingContext2D - __webpack_require__(71); + return d; + }; /** - * @constructor Network - * Create a network visualization, displaying nodes and edges. + * This uses either the chordal or centripetal parameterization of the catmull-rom algorithm. + * By default, the centripetal parameterization is used because this gives the nicest results. + * These parameterizations are relatively heavy because the distance between 4 points have to be calculated. * - * @param {Element} container The DOM element in which the Network will - * be created. Normally a div element. - * @param {Object} data An object containing parameters - * {Array} nodes - * {Array} edges - * @param {Object} options Options + * One optimization can be used to reuse distances since this is a sliding window approach. + * @param data + * @param group + * @returns {string} + * @private */ - function Network (container, data, options) { - if (!(this instanceof Network)) { - throw new SyntaxError('Constructor must be called with the new operator'); + Line._catmullRom = function(data, group) { + var alpha = group.options.catmullRom.alpha; + if (alpha == 0 || alpha === undefined) { + return this._catmullRomUniform(data); } + else { + var p0, p1, p2, p3, bp1, bp2, d1,d2,d3, A, B, N, M; + var d3powA, d2powA, d3pow2A, d2pow2A, d1pow2A, d1powA; + var d = Math.round(data[0].x) + ',' + Math.round(data[0].y) + ' '; + var length = data.length; + for (var i = 0; i < length - 1; i++) { - this._determineBrowserMethod(); - this._initializeMixinLoaders(); - - // create variables and set default values - this.containerElement = container; - - // render and calculation settings - this.renderRefreshRate = 60; // hz (fps) - this.renderTimestep = 1000 / this.renderRefreshRate; // ms -- saves calculation later on - this.renderTime = 0; // measured time it takes to render a frame - this.physicsTime = 0; // measured time it takes to render a frame - this.runDoubleSpeed = false; - this.physicsDiscreteStepsize = 0.50; // discrete stepsize of the simulation + p0 = (i == 0) ? data[0] : data[i-1]; + p1 = data[i]; + p2 = data[i+1]; + p3 = (i + 2 < length) ? data[i+2] : p2; - this.initializing = true; + d1 = Math.sqrt(Math.pow(p0.x - p1.x,2) + Math.pow(p0.y - p1.y,2)); + d2 = Math.sqrt(Math.pow(p1.x - p2.x,2) + Math.pow(p1.y - p2.y,2)); + d3 = Math.sqrt(Math.pow(p2.x - p3.x,2) + Math.pow(p2.y - p3.y,2)); - this.triggerFunctions = {add:null,edit:null,editEdge:null,connect:null,del:null}; + // Catmull-Rom to Cubic Bezier conversion matrix - // set constant values - this.defaultOptions = { - nodes: { - mass: 1, - radiusMin: 10, - radiusMax: 30, - radius: 10, - shape: 'ellipse', - image: undefined, - widthMin: 16, // px - widthMax: 64, // px - fontColor: 'black', - fontSize: 14, // px - fontFace: 'verdana', - fontFill: undefined, - fontStrokeWidth: 0, // px - fontStrokeColor: 'white', - level: -1, - color: { - border: '#2B7CE9', - background: '#97C2FC', - highlight: { - border: '#2B7CE9', - background: '#D2E5FF' - }, - hover: { - border: '#2B7CE9', - background: '#D2E5FF' - } - }, - group: undefined, - borderWidth: 1, - borderWidthSelected: undefined - }, - edges: { - widthMin: 1, // - widthMax: 15,// - width: 1, - widthSelectionMultiplier: 2, - hoverWidth: 1.5, - style: 'line', - color: { - color:'#848484', - highlight:'#848484', - hover: '#848484' - }, - fontColor: '#343434', - fontSize: 14, // px - fontFace: 'arial', - fontFill: 'white', - fontStrokeWidth: 0, // px - fontStrokeColor: 'white', - labelAlignment:'horizontal', - arrowScaleFactor: 1, - dash: { - length: 10, - gap: 5, - altLength: undefined - }, - inheritColor: "from" // to, from, false, true (== from) - }, - configurePhysics:false, - physics: { - barnesHut: { - enabled: true, - thetaInverted: 1 / 0.5, // inverted to save time during calculation - gravitationalConstant: -2000, - centralGravity: 0.3, - springLength: 95, - springConstant: 0.04, - damping: 0.09 - }, - repulsion: { - centralGravity: 0.0, - springLength: 200, - springConstant: 0.05, - nodeDistance: 100, - damping: 0.09 - }, - hierarchicalRepulsion: { - enabled: false, - centralGravity: 0.0, - springLength: 100, - springConstant: 0.01, - nodeDistance: 150, - damping: 0.09 - }, - damping: null, - centralGravity: null, - springLength: null, - springConstant: null - }, - clustering: { // Per Node in Cluster = PNiC - enabled: false, // (Boolean) | global on/off switch for clustering. - initialMaxNodes: 100, // (# nodes) | if the initial amount of nodes is larger than this, we cluster until the total number is less than this threshold. - clusterThreshold:500, // (# nodes) | during calculate forces, we check if the total number of nodes is larger than this. If it is, cluster until reduced to reduceToNodes - reduceToNodes:300, // (# nodes) | during calculate forces, we check if the total number of nodes is larger than clusterThreshold. If it is, cluster until reduced to this - chainThreshold: 0.4, // (% of all drawn nodes)| maximum percentage of allowed chainnodes (long strings of connected nodes) within all nodes. (lower means less chains). - clusterEdgeThreshold: 20, // (px) | edge length threshold. if smaller, this node is clustered. - sectorThreshold: 100, // (# nodes in cluster) | cluster size threshold. If larger, expanding in own sector. - screenSizeThreshold: 0.2, // (% of canvas) | relative size threshold. If the width or height of a clusternode takes up this much of the screen, decluster node. - fontSizeMultiplier: 4.0, // (px PNiC) | how much the cluster font size grows per node in cluster (in px). - maxFontSize: 1000, - forceAmplification: 0.1, // (multiplier PNiC) | factor of increase fo the repulsion force of a cluster (per node in cluster). - distanceAmplification: 0.1, // (multiplier PNiC) | factor how much the repulsion distance of a cluster increases (per node in cluster). - edgeGrowth: 20, // (px PNiC) | amount of clusterSize connected to the edge is multiplied with this and added to edgeLength. - nodeScaling: {width: 1, // (px PNiC) | growth of the width per node in cluster. - height: 1, // (px PNiC) | growth of the height per node in cluster. - radius: 1}, // (px PNiC) | growth of the radius per node in cluster. - maxNodeSizeIncrements: 600, // (# increments) | max growth of the width per node in cluster. - activeAreaBoxSize: 80, // (px) | box area around the curser where clusters are popped open. - clusterLevelDifference: 2 - }, - navigation: { - enabled: false - }, - keyboard: { - enabled: false, - speed: {x: 10, y: 10, zoom: 0.02} - }, - dataManipulation: { - enabled: false, - initiallyVisible: false - }, - hierarchicalLayout: { - enabled:false, - levelSeparation: 150, - nodeSpacing: 100, - direction: "UD", // UD, DU, LR, RL - layout: "hubsize" // hubsize, directed - }, - freezeForStabilization: false, - smoothCurves: { - enabled: true, - dynamic: true, - type: "continuous", - roundness: 0.5 - }, - maxVelocity: 30, - minVelocity: 0.1, // px/s - stabilize: true, // stabilize before displaying the network - stabilizationIterations: 1000, // maximum number of iteration to stabilize - zoomExtentOnStabilize: true, - locale: 'en', - locales: locales, - tooltip: { - delay: 300, - fontColor: 'black', - fontSize: 14, // px - fontFace: 'verdana', - color: { - border: '#666', - background: '#FFFFC6' - } - }, - dragNetwork: true, - dragNodes: true, - zoomable: true, - hover: false, - hideEdgesOnDrag: false, - hideNodesOnDrag: false, - width : '100%', - height : '100%', - selectable: true - }; - this.constants = util.extend({}, this.defaultOptions); - this.pixelRatio = 1; - - - this.hoverObj = {nodes:{},edges:{}}; - this.controlNodesActive = false; - this.navigationHammers = {existing:[], _new: []}; + // A = 2d1^2a + 3d1^a * d2^a + d3^2a + // B = 2d3^2a + 3d3^a * d2^a + d2^2a - // animation properties - this.animationSpeed = 1/this.renderRefreshRate; - this.animationEasingFunction = "easeInOutQuint"; - this.easingTime = 0; - this.sourceScale = 0; - this.targetScale = 0; - this.sourceTranslation = 0; - this.targetTranslation = 0; - this.lockedOnNodeId = null; - this.lockedOnNodeOffset = null; - this.touchTime = 0; + // [ 0 1 0 0 ] + // [ -d2^2a /N A/N d1^2a /N 0 ] + // [ 0 d3^2a /M B/M -d2^2a /M ] + // [ 0 0 1 0 ] - // Node variables - var network = this; - this.groups = new Groups(); // object with groups - this.images = new Images(); // object with images - this.images.setOnloadCallback(function (status) { - network._redraw(); - }); + d3powA = Math.pow(d3, alpha); + d3pow2A = Math.pow(d3,2*alpha); + d2powA = Math.pow(d2, alpha); + d2pow2A = Math.pow(d2,2*alpha); + d1powA = Math.pow(d1, alpha); + d1pow2A = Math.pow(d1,2*alpha); - // keyboard navigation variables - this.xIncrement = 0; - this.yIncrement = 0; - this.zoomIncrement = 0; + A = 2*d1pow2A + 3*d1powA * d2powA + d2pow2A; + B = 2*d3pow2A + 3*d3powA * d2powA + d2pow2A; + N = 3*d1powA * (d1powA + d2powA); + if (N > 0) {N = 1 / N;} + M = 3*d3powA * (d3powA + d2powA); + if (M > 0) {M = 1 / M;} - // loading all the mixins: - // load the force calculation functions, grouped under the physics system. - this._loadPhysicsSystem(); - // create a frame and canvas - this._create(); - // load the sector system. (mandatory, fully integrated with Network) - this._loadSectorSystem(); - // load the cluster system. (mandatory, even when not using the cluster system, there are function calls to it) - this._loadClusterSystem(); - // load the selection system. (mandatory, required by Network) - this._loadSelectionSystem(); - // load the selection system. (mandatory, required by Network) - this._loadHierarchySystem(); + bp1 = { x: ((-d2pow2A * p0.x + A*p1.x + d1pow2A * p2.x) * N), + y: ((-d2pow2A * p0.y + A*p1.y + d1pow2A * p2.y) * N)}; + bp2 = { x: (( d3pow2A * p1.x + B*p2.x - d2pow2A * p3.x) * M), + y: (( d3pow2A * p1.y + B*p2.y - d2pow2A * p3.y) * M)}; - // apply options - this._setTranslation(this.frame.clientWidth / 2, this.frame.clientHeight / 2); - this._setScale(1); - this.setOptions(options); + if (bp1.x == 0 && bp1.y == 0) {bp1 = p1;} + if (bp2.x == 0 && bp2.y == 0) {bp2 = p2;} + d += 'C' + + bp1.x + ',' + + bp1.y + ' ' + + bp2.x + ',' + + bp2.y + ' ' + + p2.x + ',' + + p2.y + ' '; + } - // other vars - this.freezeSimulation = false;// freeze the simulation - this.cachedFunctions = {}; - this.startedStabilization = false; - this.stabilized = false; - this.stabilizationIterations = null; - this.draggingNodes = false; + return d; + } + }; - // containers for nodes and edges - this.calculationNodes = {}; - this.calculationNodeIndices = []; - this.nodeIndices = []; // array with all the indices of the nodes. Used to speed up forces calculation - this.nodes = {}; // object with Node objects - this.edges = {}; // object with Edge objects + /** + * this generates the SVG path for a linear drawing between datapoints. + * @param data + * @returns {string} + * @private + */ + Line._linear = function(data) { + // linear + var d = ''; + for (var i = 0; i < data.length; i++) { + if (i == 0) { + d += data[i].x + ',' + data[i].y; + } + else { + d += ' ' + data[i].x + ',' + data[i].y; + } + } + return d; + }; - // position and scale variables and objects - this.canvasTopLeft = {"x": 0,"y": 0}; // coordinates of the top left of the canvas. they will be set during _redraw. - this.canvasBottomRight = {"x": 0,"y": 0}; // coordinates of the bottom right of the canvas. they will be set during _redraw - this.pointerPosition = {"x": 0,"y": 0}; // coordinates of the bottom right of the canvas. they will be set during _redraw - this.areaCenter = {}; // object with x and y elements used for determining the center of the zoom action - this.scale = 1; // defining the global scale variable in the constructor - this.previousScale = this.scale; // this is used to check if the zoom operation is zooming in or out + module.exports = Line; - // datasets or dataviews - this.nodesData = null; // A DataSet or DataView - this.edgesData = null; // A DataSet or DataView - // create event listeners used to subscribe on the DataSets of the nodes and edges - this.nodesListeners = { - 'add': function (event, params) { - network._addNodes(params.items); - network.start(); - }, - 'update': function (event, params) { - network._updateNodes(params.items, params.data); - network.start(); - }, - 'remove': function (event, params) { - network._removeNodes(params.items); - network.start(); - } - }; - this.edgesListeners = { - 'add': function (event, params) { - network._addEdges(params.items); - network.start(); - }, - 'update': function (event, params) { - network._updateEdges(params.items); - network.start(); - }, - 'remove': function (event, params) { - network._removeEdges(params.items); - network.start(); - } - }; +/***/ }, +/* 50 */ +/***/ function(module, exports, __webpack_require__) { - // properties for the animation - this.moving = true; - this.timer = undefined; // Scheduling function. Is definded in this.start(); + /** + * Created by Alex on 11/11/2014. + */ + var DOMutil = __webpack_require__(2); + var Points = __webpack_require__(51); - // load data (the disable start variable will be the same as the enabled clustering) - this.setData(data,this.constants.clustering.enabled || this.constants.hierarchicalLayout.enabled); + function Bargraph(groupId, options) { + this.groupId = groupId; + this.options = options; + } - // hierarchical layout - this.initializing = false; - if (this.constants.hierarchicalLayout.enabled == true) { - this._setupHierarchicalLayout(); + Bargraph.prototype.getYRange = function(groupData) { + if (this.options.barChart.handleOverlap != 'stack') { + var yMin = groupData[0].y; + var yMax = groupData[0].y; + for (var j = 0; j < groupData.length; j++) { + yMin = yMin > groupData[j].y ? groupData[j].y : yMin; + yMax = yMax < groupData[j].y ? groupData[j].y : yMax; + } + return {min: yMin, max: yMax, yAxisOrientation: this.options.yAxisOrientation}; } else { - // zoom so all data will fit on the screen, if clustering is enabled, we do not want start to be called here. - if (this.constants.stabilize == false) { - this.zoomExtent(undefined, true,this.constants.clustering.enabled); + var barCombinedData = []; + for (var j = 0; j < groupData.length; j++) { + barCombinedData.push({ + x: groupData[j].x, + y: groupData[j].y, + groupId: this.groupId + }); } + return barCombinedData; } + }; - // if clustering is disabled, the simulation will have started in the setData function - if (this.constants.clustering.enabled) { - this.startWithClustering(); - } - } - // Extend Network with an Emitter mixin - Emitter(Network.prototype); /** - * Determine if the browser requires a setTimeout or a requestAnimationFrame. This was required because - * some implementations (safari and IE9) did not support requestAnimationFrame - * @private + * draw a bar graph + * + * @param groupIds + * @param processedGroupData */ - Network.prototype._determineBrowserMethod = function() { - var browserType = navigator.userAgent.toLowerCase(); - this.requiresTimeout = false; - if (browserType.indexOf('msie 9.0') != -1) { // IE 9 - this.requiresTimeout = true; + Bargraph.draw = function (groupIds, processedGroupData, framework) { + var combinedData = []; + var intersections = {}; + var coreDistance; + var key, drawData; + var group; + var i,j; + var barPoints = 0; + + // combine all barchart data + for (i = 0; i < groupIds.length; i++) { + group = framework.groups[groupIds[i]]; + if (group.options.style == 'bar') { + if (group.visible == true && (framework.options.groups.visibility[groupIds[i]] === undefined || framework.options.groups.visibility[groupIds[i]] == true)) { + for (j = 0; j < processedGroupData[groupIds[i]].length; j++) { + combinedData.push({ + x: processedGroupData[groupIds[i]][j].x, + y: processedGroupData[groupIds[i]][j].y, + groupId: groupIds[i] + }); + barPoints += 1; + } + } + } } - else if (browserType.indexOf('safari') != -1) { // safari - if (browserType.indexOf('chrome') <= -1) { - this.requiresTimeout = true; + + if (barPoints == 0) {return;} + + // sort by time and by group + combinedData.sort(function (a, b) { + if (a.x == b.x) { + return a.groupId - b.groupId; + } else { + return a.x - b.x; + } + }); + + // get intersections + Bargraph._getDataIntersections(intersections, combinedData); + + // plot barchart + for (i = 0; i < combinedData.length; i++) { + group = framework.groups[combinedData[i].groupId]; + var minWidth = 0.1 * group.options.barChart.width; + + key = combinedData[i].x; + var heightOffset = 0; + if (intersections[key] === undefined) { + if (i+1 < combinedData.length) {coreDistance = Math.abs(combinedData[i+1].x - key);} + if (i > 0) {coreDistance = Math.min(coreDistance,Math.abs(combinedData[i-1].x - key));} + drawData = Bargraph._getSafeDrawData(coreDistance, group, minWidth); + } + else { + var nextKey = i + (intersections[key].amount - intersections[key].resolved); + var prevKey = i - (intersections[key].resolved + 1); + if (nextKey < combinedData.length) {coreDistance = Math.abs(combinedData[nextKey].x - key);} + if (prevKey > 0) {coreDistance = Math.min(coreDistance,Math.abs(combinedData[prevKey].x - key));} + drawData = Bargraph._getSafeDrawData(coreDistance, group, minWidth); + intersections[key].resolved += 1; + + if (group.options.barChart.handleOverlap == 'stack') { + heightOffset = intersections[key].accumulated; + intersections[key].accumulated += group.zeroPosition - combinedData[i].y; + } + else if (group.options.barChart.handleOverlap == 'sideBySide') { + drawData.width = drawData.width / intersections[key].amount; + drawData.offset += (intersections[key].resolved) * drawData.width - (0.5*drawData.width * (intersections[key].amount+1)); + if (group.options.barChart.align == 'left') {drawData.offset -= 0.5*drawData.width;} + else if (group.options.barChart.align == 'right') {drawData.offset += 0.5*drawData.width;} + } + } + DOMutil.drawBar(combinedData[i].x + drawData.offset, combinedData[i].y - heightOffset, drawData.width, group.zeroPosition - combinedData[i].y, group.className + ' bar', framework.svgElements, framework.svg); + // draw points + if (group.options.drawPoints.enabled == true) { + DOMutil.drawPoint(combinedData[i].x + drawData.offset, combinedData[i].y, group, framework.svgElements, framework.svg); } } - } + }; /** - * Get the script path where the vis.js library is located - * - * @returns {string | null} path Path or null when not found. Path does not - * end with a slash. + * Fill the intersections object with counters of how many datapoints share the same x coordinates + * @param intersections + * @param combinedData * @private */ - Network.prototype._getScriptPath = function() { - var scripts = document.getElementsByTagName( 'script' ); - - // find script named vis.js or vis.min.js - for (var i = 0; i < scripts.length; i++) { - var src = scripts[i].src; - var match = src && /\/?vis(.min)?\.js$/.exec(src); - if (match) { - // return path without the script name - return src.substring(0, src.length - match[0].length); + Bargraph._getDataIntersections = function (intersections, combinedData) { + // get intersections + var coreDistance; + for (var i = 0; i < combinedData.length; i++) { + if (i + 1 < combinedData.length) { + coreDistance = Math.abs(combinedData[i + 1].x - combinedData[i].x); + } + if (i > 0) { + coreDistance = Math.min(coreDistance, Math.abs(combinedData[i - 1].x - combinedData[i].x)); + } + if (coreDistance == 0) { + if (intersections[combinedData[i].x] === undefined) { + intersections[combinedData[i].x] = {amount: 0, resolved: 0, accumulated: 0}; + } + intersections[combinedData[i].x].amount += 1; } } - - return null; }; /** - * Find the center position of the network + * Get the width and offset for bargraphs based on the coredistance between datapoints + * + * @param coreDistance + * @param group + * @param minWidth + * @returns {{width: Number, offset: Number}} * @private */ - Network.prototype._getRange = function() { - var minY = 1e9, maxY = -1e9, minX = 1e9, maxX = -1e9, node; - for (var nodeId in this.nodes) { - if (this.nodes.hasOwnProperty(nodeId)) { - node = this.nodes[nodeId]; - if (minX > (node.boundingBox.left)) {minX = node.boundingBox.left;} - if (maxX < (node.boundingBox.right)) {maxX = node.boundingBox.right;} - if (minY > (node.boundingBox.bottom)) {minY = node.boundingBox.bottom;} - if (maxY < (node.boundingBox.top)) {maxY = node.boundingBox.top;} + Bargraph._getSafeDrawData = function (coreDistance, group, minWidth) { + var width, offset; + if (coreDistance < group.options.barChart.width && coreDistance > 0) { + width = coreDistance < minWidth ? minWidth : coreDistance; + + offset = 0; // recalculate offset with the new width; + if (group.options.barChart.align == 'left') { + offset -= 0.5 * coreDistance; + } + else if (group.options.barChart.align == 'right') { + offset += 0.5 * coreDistance; } } - if (minX == 1e9 && maxX == -1e9 && minY == 1e9 && maxY == -1e9) { - minY = 0, maxY = 0, minX = 0, maxX = 0; + else { + // default settings + width = group.options.barChart.width; + offset = 0; + if (group.options.barChart.align == 'left') { + offset -= 0.5 * group.options.barChart.width; + } + else if (group.options.barChart.align == 'right') { + offset += 0.5 * group.options.barChart.width; + } } - return {minX: minX, maxX: maxX, minY: minY, maxY: maxY}; - }; - - /** - * @param {object} range = {minX: minX, maxX: maxX, minY: minY, maxY: maxY}; - * @returns {{x: number, y: number}} - * @private - */ - Network.prototype._findCenter = function(range) { - return {x: (0.5 * (range.maxX + range.minX)), - y: (0.5 * (range.maxY + range.minY))}; + return {width: width, offset: offset}; }; + Bargraph.getStackedBarYRange = function(barCombinedData, groupRanges, groupIds, groupLabel, orientation) { + if (barCombinedData.length > 0) { + // sort by time and by group + barCombinedData.sort(function (a, b) { + if (a.x == b.x) { + return a.groupId - b.groupId; + } else { + return a.x - b.x; + } + }); + var intersections = {}; - /** - * This function zooms out to fit all data on screen based on amount of nodes - * - * @param {Boolean} [initialZoom] | zoom based on fitted formula or range, true = fitted, default = false; - * @param {Boolean} [disableStart] | If true, start is not called. - */ - Network.prototype.zoomExtent = function(animationOptions, initialZoom, disableStart) { - this._redraw(true); - - if (initialZoom === undefined) { - initialZoom = false; - } - if (disableStart === undefined) { - disableStart = false; - } - if (animationOptions === undefined) { - animationOptions = false; + Bargraph._getDataIntersections(intersections, barCombinedData); + groupRanges[groupLabel] = Bargraph._getStackedBarYRange(intersections, barCombinedData); + groupRanges[groupLabel].yAxisOrientation = orientation; + groupIds.push(groupLabel); } + } - var range = this._getRange(); - var zoomLevel; - - if (initialZoom == true) { - var numberOfNodes = this.nodeIndices.length; - if (this.constants.smoothCurves == true) { - if (this.constants.clustering.enabled == true && - numberOfNodes >= this.constants.clustering.initialMaxNodes) { - zoomLevel = 49.07548 / (numberOfNodes + 142.05338) + 9.1444e-04; // this is obtained from fitting a dataset from 5 points with scale levels that looked good. - } - else { - zoomLevel = 12.662 / (numberOfNodes + 7.4147) + 0.0964822; // this is obtained from fitting a dataset from 5 points with scale levels that looked good. - } + Bargraph._getStackedBarYRange = function (intersections, combinedData) { + var key; + var yMin = combinedData[0].y; + var yMax = combinedData[0].y; + for (var i = 0; i < combinedData.length; i++) { + key = combinedData[i].x; + if (intersections[key] === undefined) { + yMin = yMin > combinedData[i].y ? combinedData[i].y : yMin; + yMax = yMax < combinedData[i].y ? combinedData[i].y : yMax; } else { - if (this.constants.clustering.enabled == true && - numberOfNodes >= this.constants.clustering.initialMaxNodes) { - zoomLevel = 77.5271985 / (numberOfNodes + 187.266146) + 4.76710517e-05; // this is obtained from fitting a dataset from 5 points with scale levels that looked good. - } - else { - zoomLevel = 30.5062972 / (numberOfNodes + 19.93597763) + 0.08413486; // this is obtained from fitting a dataset from 5 points with scale levels that looked good. - } + intersections[key].accumulated += combinedData[i].y; } - - // correct for larger canvasses. - var factor = Math.min(this.frame.canvas.clientWidth / 600, this.frame.canvas.clientHeight / 600); - zoomLevel *= factor; - } - else { - var xDistance = Math.abs(range.maxX - range.minX) * 1.1; - var yDistance = Math.abs(range.maxY - range.minY) * 1.1; - - var xZoomLevel = this.frame.canvas.clientWidth / xDistance; - var yZoomLevel = this.frame.canvas.clientHeight / yDistance; - - zoomLevel = (xZoomLevel <= yZoomLevel) ? xZoomLevel : yZoomLevel; } - - if (zoomLevel > 1.0) { - zoomLevel = 1.0; + for (var xpos in intersections) { + if (intersections.hasOwnProperty(xpos)) { + yMin = yMin > intersections[xpos].accumulated ? intersections[xpos].accumulated : yMin; + yMax = yMax < intersections[xpos].accumulated ? intersections[xpos].accumulated : yMax; + } } - - var center = this._findCenter(range); - if (disableStart == false) { - var options = {position: center, scale: zoomLevel, animation: animationOptions}; - this.moveTo(options); - this.moving = true; - this.start(); - } - else { - center.x *= zoomLevel; - center.y *= zoomLevel; - center.x -= 0.5 * this.frame.canvas.clientWidth; - center.y -= 0.5 * this.frame.canvas.clientHeight; - this._setScale(zoomLevel); - this._setTranslation(-center.x,-center.y); - } + return {min: yMin, max: yMax}; }; + module.exports = Bargraph; + +/***/ }, +/* 51 */ +/***/ function(module, exports, __webpack_require__) { /** - * Update the this.nodeIndices with the most recent node index list - * @private + * Created by Alex on 11/11/2014. */ - Network.prototype._updateNodeIndexList = function() { - this._clearNodeIndexList(); - for (var idx in this.nodes) { - if (this.nodes.hasOwnProperty(idx)) { - this.nodeIndices.push(idx); - } + var DOMutil = __webpack_require__(2); + + function Points(groupId, options) { + this.groupId = groupId; + this.options = options; + } + + + Points.prototype.getYRange = function(groupData) { + var yMin = groupData[0].y; + var yMax = groupData[0].y; + for (var j = 0; j < groupData.length; j++) { + yMin = yMin > groupData[j].y ? groupData[j].y : yMin; + yMax = yMax < groupData[j].y ? groupData[j].y : yMax; } + return {min: yMin, max: yMax, yAxisOrientation: this.options.yAxisOrientation}; }; + Points.prototype.draw = function(dataset, group, framework, offset) { + Points.draw(dataset, group, framework, offset); + } /** - * Set nodes and edges, and optionally options as well. + * draw the data points * - * @param {Object} data Object containing parameters: - * {Array | DataSet | DataView} [nodes] Array with nodes - * {Array | DataSet | DataView} [edges] Array with edges - * {String} [dot] String containing data in DOT format - * {String} [gephi] String containing data in gephi JSON format - * {Options} [options] Object with options - * @param {Boolean} [disableStart] | optional: disable the calling of the start function. + * @param {Array} dataset + * @param {Object} JSONcontainer + * @param {Object} svg | SVG DOM element + * @param {GraphGroup} group + * @param {Number} [offset] */ - Network.prototype.setData = function(data, disableStart) { - if (disableStart === undefined) { - disableStart = false; + Points.draw = function (dataset, group, framework, offset) { + if (offset === undefined) {offset = 0;} + for (var i = 0; i < dataset.length; i++) { + DOMutil.drawPoint(dataset[i].x + offset, dataset[i].y, group, framework.svgElements, framework.svg); } - // we set initializing to true to ensure that the hierarchical layout is not performed until both nodes and edges are added. - this.initializing = true; + }; - if (data && data.dot && (data.nodes || data.edges)) { - throw new SyntaxError('Data must contain either parameter "dot" or ' + - ' parameter pair "nodes" and "edges", but not both.'); - } - // set options - this.setOptions(data && data.options); - // set all data - if (data && data.dot) { - // parse DOT file - if(data && data.dot) { - var dotData = dotparser.DOTToGraph(data.dot); - this.setData(dotData); - return; - } - } - else if (data && data.gephi) { - // parse DOT file - if(data && data.gephi) { - var gephiData = gephiParser.parseGephi(data.gephi); - this.setData(gephiData); - return; - } - } - else { - this._setNodes(data && data.nodes); - this._setEdges(data && data.edges); - } - this._putDataInSector(); - if (disableStart == false) { - if (this.constants.hierarchicalLayout.enabled == true) { - this._resetLevels(); - this._setupHierarchicalLayout(); - } - else { - // find a stable position or start animating to a stable position - if (this.constants.stabilize) { - this._stabilize(); - } - } - this.start(); - } - this.initializing = false; + module.exports = Points; + +/***/ }, +/* 52 */ +/***/ function(module, exports, __webpack_require__) { + + // English + exports['en'] = { + edit: 'Edit', + del: 'Delete selected', + back: 'Back', + addNode: 'Add Node', + addEdge: 'Add Edge', + editNode: 'Edit Node', + editEdge: 'Edit Edge', + addDescription: 'Click in an empty space to place a new node.', + edgeDescription: 'Click on a node and drag the edge to another node to connect them.', + editEdgeDescription: 'Click on the control points and drag them to a node to connect to it.', + createEdgeError: 'Cannot link edges to a cluster.', + deleteClusterError: 'Clusters cannot be deleted.' + }; + exports['en_EN'] = exports['en']; + exports['en_US'] = exports['en']; + + // Dutch + exports['nl'] = { + edit: 'Wijzigen', + del: 'Selectie verwijderen', + back: 'Terug', + addNode: 'Node toevoegen', + addEdge: 'Link toevoegen', + editNode: 'Node wijzigen', + editEdge: 'Link wijzigen', + addDescription: 'Klik op een leeg gebied om een nieuwe node te maken.', + edgeDescription: 'Klik op een node en sleep de link naar een andere node om ze te verbinden.', + editEdgeDescription: 'Klik op de verbindingspunten en sleep ze naar een node om daarmee te verbinden.', + createEdgeError: 'Kan geen link maken naar een cluster.', + deleteClusterError: 'Clusters kunnen niet worden verwijderd.' }; + exports['nl_NL'] = exports['nl']; + exports['nl_BE'] = exports['nl']; + + +/***/ }, +/* 53 */ +/***/ function(module, exports, __webpack_require__) { /** - * Set options - * @param {Object} options + * Canvas shapes used by Network */ - Network.prototype.setOptions = function (options) { - if (options) { - var prop; - var fields = ['nodes','edges','smoothCurves','hierarchicalLayout','clustering','navigation', - 'keyboard','dataManipulation','onAdd','onEdit','onEditEdge','onConnect','onDelete','clickToUse' - ]; - // extend all but the values in fields - util.selectiveNotDeepExtend(fields,this.constants, options); - util.selectiveNotDeepExtend(['color'],this.constants.nodes, options.nodes); - util.selectiveNotDeepExtend(['color','length'],this.constants.edges, options.edges); + if (typeof CanvasRenderingContext2D !== 'undefined') { - if (options.physics) { - util.mergeOptions(this.constants.physics, options.physics,'barnesHut'); - util.mergeOptions(this.constants.physics, options.physics,'repulsion'); + /** + * Draw a circle shape + */ + CanvasRenderingContext2D.prototype.circle = function(x, y, r) { + this.beginPath(); + this.arc(x, y, r, 0, 2*Math.PI, false); + }; - if (options.physics.hierarchicalRepulsion) { - this.constants.hierarchicalLayout.enabled = true; - this.constants.physics.hierarchicalRepulsion.enabled = true; - this.constants.physics.barnesHut.enabled = false; - for (prop in options.physics.hierarchicalRepulsion) { - if (options.physics.hierarchicalRepulsion.hasOwnProperty(prop)) { - this.constants.physics.hierarchicalRepulsion[prop] = options.physics.hierarchicalRepulsion[prop]; - } - } - } - } + /** + * Draw a square shape + * @param {Number} x horizontal center + * @param {Number} y vertical center + * @param {Number} r size, width and height of the square + */ + CanvasRenderingContext2D.prototype.square = function(x, y, r) { + this.beginPath(); + this.rect(x - r, y - r, r * 2, r * 2); + }; - if (options.onAdd) {this.triggerFunctions.add = options.onAdd;} - if (options.onEdit) {this.triggerFunctions.edit = options.onEdit;} - if (options.onEditEdge) {this.triggerFunctions.editEdge = options.onEditEdge;} - if (options.onConnect) {this.triggerFunctions.connect = options.onConnect;} - if (options.onDelete) {this.triggerFunctions.del = options.onDelete;} + /** + * Draw a triangle shape + * @param {Number} x horizontal center + * @param {Number} y vertical center + * @param {Number} r radius, half the length of the sides of the triangle + */ + CanvasRenderingContext2D.prototype.triangle = function(x, y, r) { + // http://en.wikipedia.org/wiki/Equilateral_triangle + this.beginPath(); - util.mergeOptions(this.constants, options,'smoothCurves'); - util.mergeOptions(this.constants, options,'hierarchicalLayout'); - util.mergeOptions(this.constants, options,'clustering'); - util.mergeOptions(this.constants, options,'navigation'); - util.mergeOptions(this.constants, options,'keyboard'); - util.mergeOptions(this.constants, options,'dataManipulation'); + var s = r * 2; + var s2 = s / 2; + var ir = Math.sqrt(3) / 6 * s; // radius of inner circle + var h = Math.sqrt(s * s - s2 * s2); // height + this.moveTo(x, y - (h - ir)); + this.lineTo(x + s2, y + ir); + this.lineTo(x - s2, y + ir); + this.lineTo(x, y - (h - ir)); + this.closePath(); + }; - if (options.dataManipulation) { - this.editMode = this.constants.dataManipulation.initiallyVisible; - } + /** + * Draw a triangle shape in downward orientation + * @param {Number} x horizontal center + * @param {Number} y vertical center + * @param {Number} r radius + */ + CanvasRenderingContext2D.prototype.triangleDown = function(x, y, r) { + // http://en.wikipedia.org/wiki/Equilateral_triangle + this.beginPath(); + var s = r * 2; + var s2 = s / 2; + var ir = Math.sqrt(3) / 6 * s; // radius of inner circle + var h = Math.sqrt(s * s - s2 * s2); // height - // TODO: work out these options and document them - if (options.edges) { - if (options.edges.color !== undefined) { - if (util.isString(options.edges.color)) { - this.constants.edges.color = {}; - this.constants.edges.color.color = options.edges.color; - this.constants.edges.color.highlight = options.edges.color; - this.constants.edges.color.hover = options.edges.color; - } - else { - if (options.edges.color.color !== undefined) {this.constants.edges.color.color = options.edges.color.color;} - if (options.edges.color.highlight !== undefined) {this.constants.edges.color.highlight = options.edges.color.highlight;} - if (options.edges.color.hover !== undefined) {this.constants.edges.color.hover = options.edges.color.hover;} - } - this.constants.edges.inheritColor = false; - } + this.moveTo(x, y + (h - ir)); + this.lineTo(x + s2, y - ir); + this.lineTo(x - s2, y - ir); + this.lineTo(x, y + (h - ir)); + this.closePath(); + }; - if (!options.edges.fontColor) { - if (options.edges.color !== undefined) { - if (util.isString(options.edges.color)) {this.constants.edges.fontColor = options.edges.color;} - else if (options.edges.color.color !== undefined) {this.constants.edges.fontColor = options.edges.color.color;} - } - } - } + /** + * Draw a star shape, a star with 5 points + * @param {Number} x horizontal center + * @param {Number} y vertical center + * @param {Number} r radius, half the length of the sides of the triangle + */ + CanvasRenderingContext2D.prototype.star = function(x, y, r) { + // http://www.html5canvastutorials.com/labs/html5-canvas-star-spinner/ + this.beginPath(); - if (options.nodes) { - if (options.nodes.color) { - var newColorObj = util.parseColor(options.nodes.color); - this.constants.nodes.color.background = newColorObj.background; - this.constants.nodes.color.border = newColorObj.border; - this.constants.nodes.color.highlight.background = newColorObj.highlight.background; - this.constants.nodes.color.highlight.border = newColorObj.highlight.border; - this.constants.nodes.color.hover.background = newColorObj.hover.background; - this.constants.nodes.color.hover.border = newColorObj.hover.border; - } - } - if (options.groups) { - for (var groupname in options.groups) { - if (options.groups.hasOwnProperty(groupname)) { - var group = options.groups[groupname]; - this.groups.add(groupname, group); - } - } + for (var n = 0; n < 10; n++) { + var radius = (n % 2 === 0) ? r * 1.3 : r * 0.5; + this.lineTo( + x + radius * Math.sin(n * 2 * Math.PI / 10), + y - radius * Math.cos(n * 2 * Math.PI / 10) + ); } - if (options.tooltip) { - for (prop in options.tooltip) { - if (options.tooltip.hasOwnProperty(prop)) { - this.constants.tooltip[prop] = options.tooltip[prop]; - } - } - if (options.tooltip.color) { - this.constants.tooltip.color = util.parseColor(options.tooltip.color); - } - } + this.closePath(); + }; + + /** + * http://stackoverflow.com/questions/1255512/how-to-draw-a-rounded-rectangle-on-html-canvas + */ + CanvasRenderingContext2D.prototype.roundRect = function(x, y, w, h, r) { + var r2d = Math.PI/180; + if( w - ( 2 * r ) < 0 ) { r = ( w / 2 ); } //ensure that the radius isn't too large for x + if( h - ( 2 * r ) < 0 ) { r = ( h / 2 ); } //ensure that the radius isn't too large for y + this.beginPath(); + this.moveTo(x+r,y); + this.lineTo(x+w-r,y); + this.arc(x+w-r,y+r,r,r2d*270,r2d*360,false); + this.lineTo(x+w,y+h-r); + this.arc(x+w-r,y+h-r,r,0,r2d*90,false); + this.lineTo(x+r,y+h); + this.arc(x+r,y+h-r,r,r2d*90,r2d*180,false); + this.lineTo(x,y+r); + this.arc(x+r,y+r,r,r2d*180,r2d*270,false); + }; + + /** + * http://stackoverflow.com/questions/2172798/how-to-draw-an-oval-in-html5-canvas + */ + CanvasRenderingContext2D.prototype.ellipse = function(x, y, w, h) { + var kappa = .5522848, + ox = (w / 2) * kappa, // control point offset horizontal + oy = (h / 2) * kappa, // control point offset vertical + xe = x + w, // x-end + ye = y + h, // y-end + xm = x + w / 2, // x-middle + ym = y + h / 2; // y-middle + + this.beginPath(); + this.moveTo(x, ym); + this.bezierCurveTo(x, ym - oy, xm - ox, y, xm, y); + this.bezierCurveTo(xm + ox, y, xe, ym - oy, xe, ym); + this.bezierCurveTo(xe, ym + oy, xm + ox, ye, xm, ye); + this.bezierCurveTo(xm - ox, ye, x, ym + oy, x, ym); + }; - if ('clickToUse' in options) { - if (options.clickToUse) { - if (!this.activator) { - this.activator = new Activator(this.frame); - this.activator.on('change', this._createKeyBinds.bind(this)); - } - } - else { - if (this.activator) { - this.activator.destroy(); - delete this.activator; - } - } - } - if (options.labels) { - throw new Error('Option "labels" is deprecated. Use options "locale" and "locales" instead.'); - } - // (Re)loading the mixins that can be enabled or disabled in the options. - // load the force calculation functions, grouped under the physics system. - this._loadPhysicsSystem(); - // load the navigation system. - this._loadNavigationControls(); - // load the data manipulation system - this._loadManipulationSystem(); - // configure the smooth curves - this._configureSmoothCurves(); + /** + * http://stackoverflow.com/questions/2172798/how-to-draw-an-oval-in-html5-canvas + */ + CanvasRenderingContext2D.prototype.database = function(x, y, w, h) { + var f = 1/3; + var wEllipse = w; + var hEllipse = h * f; + var kappa = .5522848, + ox = (wEllipse / 2) * kappa, // control point offset horizontal + oy = (hEllipse / 2) * kappa, // control point offset vertical + xe = x + wEllipse, // x-end + ye = y + hEllipse, // y-end + xm = x + wEllipse / 2, // x-middle + ym = y + hEllipse / 2, // y-middle + ymb = y + (h - hEllipse/2), // y-midlle, bottom ellipse + yeb = y + h; // y-end, bottom ellipse - // bind keys. If disabled, this will not do anything; - this._createKeyBinds(); + this.beginPath(); + this.moveTo(xe, ym); - this.setSize(this.constants.width, this.constants.height); - this.moving = true; - this.start(); - } - }; + this.bezierCurveTo(xe, ym + oy, xm + ox, ye, xm, ye); + this.bezierCurveTo(xm - ox, ye, x, ym + oy, x, ym); + this.bezierCurveTo(x, ym - oy, xm - ox, y, xm, y); + this.bezierCurveTo(xm + ox, y, xe, ym - oy, xe, ym); + this.lineTo(xe, ymb); - /** - * Create the main frame for the Network. - * This function is executed once when a Network object is created. The frame - * contains a canvas, and this canvas contains all objects like the axis and - * nodes. - * @private - */ - Network.prototype._create = function () { - // remove all elements from the container element. - while (this.containerElement.hasChildNodes()) { - this.containerElement.removeChild(this.containerElement.firstChild); - } + this.bezierCurveTo(xe, ymb + oy, xm + ox, yeb, xm, yeb); + this.bezierCurveTo(xm - ox, yeb, x, ymb + oy, x, ymb); - this.frame = document.createElement('div'); - this.frame.className = 'vis network-frame'; - this.frame.style.position = 'relative'; - this.frame.style.overflow = 'hidden'; + this.lineTo(x, ym); + }; - ////////////////////////////////////////////////////////////////// + /** + * Draw an arrow point (no line) + */ + CanvasRenderingContext2D.prototype.arrow = function(x, y, angle, length) { + // tail + var xt = x - length * Math.cos(angle); + var yt = y - length * Math.sin(angle); - this.frame.canvas = document.createElement("canvas"); - this.frame.canvas.style.position = 'relative'; - this.frame.appendChild(this.frame.canvas); + // inner tail + // TODO: allow to customize different shapes + var xi = x - length * 0.9 * Math.cos(angle); + var yi = y - length * 0.9 * Math.sin(angle); - if (!this.frame.canvas.getContext) { - var noCanvas = document.createElement( 'DIV' ); - noCanvas.style.color = 'red'; - noCanvas.style.fontWeight = 'bold' ; - noCanvas.style.padding = '10px'; - noCanvas.innerHTML = 'Error: your browser does not support HTML canvas'; - this.frame.canvas.appendChild(noCanvas); - } - else { - var ctx = this.frame.canvas.getContext("2d"); - this.pixelRatio = (window.devicePixelRatio || 1) / (ctx.webkitBackingStorePixelRatio || - ctx.mozBackingStorePixelRatio || - ctx.msBackingStorePixelRatio || - ctx.oBackingStorePixelRatio || - ctx.backingStorePixelRatio || 1); + // left + var xl = xt + length / 3 * Math.cos(angle + 0.5 * Math.PI); + var yl = yt + length / 3 * Math.sin(angle + 0.5 * Math.PI); - this.frame.canvas.getContext("2d").setTransform(this.pixelRatio, 0, 0, this.pixelRatio, 0, 0); - } + // right + var xr = xt + length / 3 * Math.cos(angle - 0.5 * Math.PI); + var yr = yt + length / 3 * Math.sin(angle - 0.5 * Math.PI); - ////////////////////////////////////////////////////////////////// + this.beginPath(); + this.moveTo(x, y); + this.lineTo(xl, yl); + this.lineTo(xi, yi); + this.lineTo(xr, yr); + this.closePath(); + }; + /** + * Sets up the dashedLine functionality for drawing + * Original code came from http://stackoverflow.com/questions/4576724/dotted-stroke-in-canvas + * @author David Jordan + * @date 2012-08-08 + */ + CanvasRenderingContext2D.prototype.dashedLine = function(x,y,x2,y2,dashArray){ + if (!dashArray) dashArray=[10,5]; + if (dashLength==0) dashLength = 0.001; // Hack for Safari + var dashCount = dashArray.length; + this.moveTo(x, y); + var dx = (x2-x), dy = (y2-y); + var slope = dy/dx; + var distRemaining = Math.sqrt( dx*dx + dy*dy ); + var dashIndex=0, draw=true; + while (distRemaining>=0.1){ + var dashLength = dashArray[dashIndex++%dashCount]; + if (dashLength > distRemaining) dashLength = distRemaining; + var xStep = Math.sqrt( dashLength*dashLength / (1 + slope*slope) ); + if (dx<0) xStep = -xStep; + x += xStep; + y += slope*xStep; + this[draw ? 'lineTo' : 'moveTo'](x,y); + distRemaining -= dashLength; + draw = !draw; + } + }; - var me = this; - this.drag = {}; - this.pinch = {}; - this.hammer = Hammer(this.frame.canvas, { - prevent_default: true - }); - this.hammer.on('tap', me._onTap.bind(me) ); - this.hammer.on('doubletap', me._onDoubleTap.bind(me) ); - this.hammer.on('hold', me._onHold.bind(me) ); - this.hammer.on('pinch', me._onPinch.bind(me) ); - this.hammer.on('touch', me._onTouch.bind(me) ); - this.hammer.on('dragstart', me._onDragStart.bind(me) ); - this.hammer.on('drag', me._onDrag.bind(me) ); - this.hammer.on('dragend', me._onDragEnd.bind(me) ); - this.hammer.on('mousewheel',me._onMouseWheel.bind(me) ); - this.hammer.on('DOMMouseScroll',me._onMouseWheel.bind(me) ); // for FF - this.hammer.on('mousemove', me._onMouseMoveTitle.bind(me) ); + // TODO: add diamond shape + } - this.hammerFrame = Hammer(this.frame, { - prevent_default: true - }); - this.hammerFrame.on('release', me._onRelease.bind(me) ); - // add the frame to the container element - this.containerElement.appendChild(this.frame); +/***/ }, +/* 54 */ +/***/ function(module, exports, __webpack_require__) { + + var PhysicsMixin = __webpack_require__(66); + var ClusterMixin = __webpack_require__(60); + var SectorsMixin = __webpack_require__(61); + var SelectionMixin = __webpack_require__(62); + var ManipulationMixin = __webpack_require__(63); + var NavigationMixin = __webpack_require__(64); + var HierarchicalLayoutMixin = __webpack_require__(65); + /** + * Load a mixin into the network object + * + * @param {Object} sourceVariable | this object has to contain functions. + * @private + */ + exports._loadMixin = function (sourceVariable) { + for (var mixinFunction in sourceVariable) { + if (sourceVariable.hasOwnProperty(mixinFunction)) { + this[mixinFunction] = sourceVariable[mixinFunction]; + } + } }; /** - * Binding the keys for keyboard navigation. These functions are defined in the NavigationMixin + * removes a mixin from the network object. + * + * @param {Object} sourceVariable | this object has to contain functions. * @private */ - Network.prototype._createKeyBinds = function() { - var me = this; - if (this.keycharm !== undefined) { - this.keycharm.destroy(); + exports._clearMixin = function (sourceVariable) { + for (var mixinFunction in sourceVariable) { + if (sourceVariable.hasOwnProperty(mixinFunction)) { + this[mixinFunction] = undefined; + } } - this.keycharm = keycharm(); + }; - this.keycharm.reset(); - if (this.constants.keyboard.enabled && this.isActive()) { - this.keycharm.bind("up", this._moveUp.bind(me) , "keydown"); - this.keycharm.bind("up", this._yStopMoving.bind(me), "keyup"); - this.keycharm.bind("down", this._moveDown.bind(me) , "keydown"); - this.keycharm.bind("down", this._yStopMoving.bind(me), "keyup"); - this.keycharm.bind("left", this._moveLeft.bind(me) , "keydown"); - this.keycharm.bind("left", this._xStopMoving.bind(me), "keyup"); - this.keycharm.bind("right",this._moveRight.bind(me), "keydown"); - this.keycharm.bind("right",this._xStopMoving.bind(me), "keyup"); - this.keycharm.bind("=", this._zoomIn.bind(me), "keydown"); - this.keycharm.bind("=", this._stopZoom.bind(me), "keyup"); - this.keycharm.bind("num+", this._zoomIn.bind(me), "keydown"); - this.keycharm.bind("num+", this._stopZoom.bind(me), "keyup"); - this.keycharm.bind("num-", this._zoomOut.bind(me), "keydown"); - this.keycharm.bind("num-", this._stopZoom.bind(me), "keyup"); - this.keycharm.bind("-", this._zoomOut.bind(me), "keydown"); - this.keycharm.bind("-", this._stopZoom.bind(me), "keyup"); - this.keycharm.bind("[", this._zoomIn.bind(me), "keydown"); - this.keycharm.bind("[", this._stopZoom.bind(me), "keyup"); - this.keycharm.bind("]", this._zoomOut.bind(me), "keydown"); - this.keycharm.bind("]", this._stopZoom.bind(me), "keyup"); - this.keycharm.bind("pageup",this._zoomIn.bind(me), "keydown"); - this.keycharm.bind("pageup",this._stopZoom.bind(me), "keyup"); - this.keycharm.bind("pagedown",this._zoomOut.bind(me),"keydown"); - this.keycharm.bind("pagedown",this._stopZoom.bind(me), "keyup"); + /** + * Mixin the physics system and initialize the parameters required. + * + * @private + */ + exports._loadPhysicsSystem = function () { + this._loadMixin(PhysicsMixin); + this._loadSelectedForceSolver(); + if (this.constants.configurePhysics == true) { + this._loadPhysicsConfiguration(); } - - if (this.constants.dataManipulation.enabled == true) { - this.keycharm.bind("esc",this._createManipulatorBar.bind(me)); - this.keycharm.bind("delete",this._deleteSelected.bind(me)); + else { + this._cleanupPhysicsConfiguration(); } }; + /** - * Cleans up all bindings of the network, removing it fully from the memory IF the variable is set to null after calling this function. - * var network = new vis.Network(..); - * network.destroy(); - * network = null; + * Mixin the cluster system and initialize the parameters required. + * + * @private */ - Network.prototype.destroy = function() { - this.start = function () {}; - this.redraw = function () {}; - this.timer = false; - - // cleanup physicsConfiguration if it exists - this._cleanupPhysicsConfiguration(); + exports._loadClusterSystem = function () { + this.clusterSession = 0; + this.hubThreshold = 5; + this._loadMixin(ClusterMixin); + }; - // remove keybindings - this.keycharm.reset(); - // clear hammer bindings - this.hammer.dispose(); + /** + * Mixin the sector system and initialize the parameters required + * + * @private + */ + exports._loadSectorSystem = function () { + this.sectors = {}; + this.activeSector = ["default"]; + this.sectors["active"] = {}; + this.sectors["active"]["default"] = {"nodes": {}, + "edges": {}, + "nodeIndices": [], + "formationScale": 1.0, + "drawingNode": undefined }; + this.sectors["frozen"] = {}; + this.sectors["support"] = {"nodes": {}, + "edges": {}, + "nodeIndices": [], + "formationScale": 1.0, + "drawingNode": undefined }; - // clear events - this.off(); + this.nodeIndices = this.sectors["active"]["default"]["nodeIndices"]; // the node indices list is used to speed up the computation of the repulsion fields - this._recursiveDOMDelete(this.containerElement); - } + this._loadMixin(SectorsMixin); + }; - Network.prototype._recursiveDOMDelete = function(DOMobject) { - while (DOMobject.hasChildNodes() == true) { - this._recursiveDOMDelete(DOMobject.firstChild); - DOMobject.removeChild(DOMobject.firstChild); - } - } /** - * Get the pointer location from a touch location - * @param {{pageX: Number, pageY: Number}} touch - * @return {{x: Number, y: Number}} pointer + * Mixin the selection system and initialize the parameters required + * * @private */ - Network.prototype._getPointer = function (touch) { - return { - x: touch.pageX - util.getAbsoluteLeft(this.frame.canvas), - y: touch.pageY - util.getAbsoluteTop(this.frame.canvas) - }; + exports._loadSelectionSystem = function () { + this.selectionObj = {nodes: {}, edges: {}}; + + this._loadMixin(SelectionMixin); }; + /** - * On start of a touch gesture, store the pointer - * @param event + * Mixin the navigationUI (User Interface) system and initialize the parameters required + * * @private */ - Network.prototype._onTouch = function (event) { - if (new Date().valueOf() - this.touchTime > 100) { - this.drag.pointer = this._getPointer(event.gesture.center); - this.drag.pinched = false; - this.pinch.scale = this._getScale(); + exports._loadManipulationSystem = function () { + // reset global variables -- these are used by the selection of nodes and edges. + this.blockConnectingEdgeSelection = false; + this.forceAppendSelection = false; - // to avoid double fireing of this event because we have two hammer instances. (on canvas and on frame) - this.touchTime = new Date().valueOf(); + if (this.constants.dataManipulation.enabled == true) { + // load the manipulator HTML elements. All styling done in css. + if (this.manipulationDiv === undefined) { + this.manipulationDiv = document.createElement('div'); + this.manipulationDiv.className = 'network-manipulationDiv'; + if (this.editMode == true) { + this.manipulationDiv.style.display = "block"; + } + else { + this.manipulationDiv.style.display = "none"; + } + this.frame.appendChild(this.manipulationDiv); + } - this._handleTouch(this.drag.pointer); + if (this.editModeDiv === undefined) { + this.editModeDiv = document.createElement('div'); + this.editModeDiv.className = 'network-manipulation-editMode'; + if (this.editMode == true) { + this.editModeDiv.style.display = "none"; + } + else { + this.editModeDiv.style.display = "block"; + } + this.frame.appendChild(this.editModeDiv); + } + + if (this.closeDiv === undefined) { + this.closeDiv = document.createElement('div'); + this.closeDiv.className = 'network-manipulation-closeDiv'; + this.closeDiv.style.display = this.manipulationDiv.style.display; + this.frame.appendChild(this.closeDiv); + } + + // load the manipulation functions + this._loadMixin(ManipulationMixin); + + // create the manipulator toolbar + this._createManipulatorBar(); + } + else { + if (this.manipulationDiv !== undefined) { + // removes all the bindings and overloads + this._createManipulatorBar(); + + // remove the manipulation divs + this.frame.removeChild(this.manipulationDiv); + this.frame.removeChild(this.editModeDiv); + this.frame.removeChild(this.closeDiv); + + this.manipulationDiv = undefined; + this.editModeDiv = undefined; + this.closeDiv = undefined; + // remove the mixin functions + this._clearMixin(ManipulationMixin); + } } }; + /** - * handle drag start event + * Mixin the navigation (User Interface) system and initialize the parameters required + * * @private */ - Network.prototype._onDragStart = function (event) { - this._handleDragStart(event); + exports._loadNavigationControls = function () { + this._loadMixin(NavigationMixin); + // the clean function removes the button divs, this is done to remove the bindings. + this._cleanNavigation(); + if (this.constants.navigation.enabled == true) { + this._loadNavigationElements(); + } }; /** - * This function is called by _onDragStart. - * It is separated out because we can then overload it for the datamanipulation system. + * Mixin the hierarchical layout system. * * @private */ - Network.prototype._handleDragStart = function(event) { - // in case the touch event was triggered on an external div, do the initial touch now. - if (this.drag.pointer === undefined) { - this._onTouch(event); - } + exports._loadHierarchySystem = function () { + this._loadMixin(HierarchicalLayoutMixin); + }; - var node = this._getNodeAt(this.drag.pointer); - // note: drag.pointer is set in _onTouch to get the initial touch location - this.drag.dragging = true; - this.drag.selection = []; - this.drag.translation = this._getTranslation(); - this.drag.nodeId = null; - this.draggingNodes = false; +/***/ }, +/* 55 */ +/***/ function(module, exports, __webpack_require__) { - if (node != null && this.constants.dragNodes == true) { - this.draggingNodes = true; - this.drag.nodeId = node.id; - // select the clicked node if not yet selected - if (!node.isSelected()) { - this._selectObject(node,false); - } + var keycharm = __webpack_require__(59); + var Emitter = __webpack_require__(56); + var Hammer = __webpack_require__(45); + var util = __webpack_require__(1); - this.emit("dragStart",{nodeIds:this.getSelection().nodes}); + /** + * Turn an element into an clickToUse element. + * When not active, the element has a transparent overlay. When the overlay is + * clicked, the mode is changed to active. + * When active, the element is displayed with a blue border around it, and + * the interactive contents of the element can be used. When clicked outside + * the element, the elements mode is changed to inactive. + * @param {Element} container + * @constructor + */ + function Activator(container) { + this.active = false; - // create an array with the selected nodes and their original location and status - for (var objectId in this.selectionObj.nodes) { - if (this.selectionObj.nodes.hasOwnProperty(objectId)) { - var object = this.selectionObj.nodes[objectId]; - var s = { - id: object.id, - node: object, + this.dom = { + container: container + }; - // store original x, y, xFixed and yFixed, make the node temporarily Fixed - x: object.x, - y: object.y, - xFixed: object.xFixed, - yFixed: object.yFixed - }; + this.dom.overlay = document.createElement('div'); + this.dom.overlay.className = 'overlay'; - object.xFixed = true; - object.yFixed = true; + this.dom.container.appendChild(this.dom.overlay); - this.drag.selection.push(s); - } + this.hammer = Hammer(this.dom.overlay, {prevent_default: false}); + this.hammer.on('tap', this._onTapOverlay.bind(this)); + + // block all touch events (except tap) + var me = this; + var events = [ + 'touch', 'pinch', + 'doubletap', 'hold', + 'dragstart', 'drag', 'dragend', + 'mousewheel', 'DOMMouseScroll' // DOMMouseScroll is needed for Firefox + ]; + events.forEach(function (event) { + me.hammer.on(event, function (event) { + event.stopPropagation(); + }); + }); + + // attach a tap event to the window, in order to deactivate when clicking outside the timeline + this.windowHammer = Hammer(window, {prevent_default: false}); + this.windowHammer.on('tap', function (event) { + // deactivate when clicked outside the container + if (!_hasParent(event.target, container)) { + me.deactivate(); } + }); + + if (this.keycharm !== undefined) { + this.keycharm.destroy(); } - }; + this.keycharm = keycharm(); + // keycharm listener only bounded when active) + this.escListener = this.deactivate.bind(this); + } - /** - * handle drag event - * @private - */ - Network.prototype._onDrag = function (event) { - this._handleOnDrag(event) - }; + // turn into an event emitter + Emitter(Activator.prototype); + // The currently active activator + Activator.current = null; /** - * This function is called by _onDrag. - * It is separated out because we can then overload it for the datamanipulation system. - * - * @private + * Destroy the activator. Cleans up all created DOM and event listeners */ - Network.prototype._handleOnDrag = function(event) { - if (this.drag.pinched) { - return; - } + Activator.prototype.destroy = function () { + this.deactivate(); - // remove the focus on node if it is focussed on by the focusOnNode - this.releaseNode(); + // remove dom + this.dom.overlay.parentNode.removeChild(this.dom.overlay); - var pointer = this._getPointer(event.gesture.center); - var me = this; - var drag = this.drag; - var selection = drag.selection; - if (selection && selection.length && this.constants.dragNodes == true) { - // calculate delta's and new location - var deltaX = pointer.x - drag.pointer.x; - var deltaY = pointer.y - drag.pointer.y; + // cleanup hammer instances + this.hammer = null; + this.windowHammer = null; + // FIXME: cleaning up hammer instances doesn't work (Timeline not removed from memory) + }; - // update position of all selected nodes - selection.forEach(function (s) { - var node = s.node; + /** + * Activate the element + * Overlay is hidden, element is decorated with a blue shadow border + */ + Activator.prototype.activate = function () { + // we allow only one active activator at a time + if (Activator.current) { + Activator.current.deactivate(); + } + Activator.current = this; - if (!s.xFixed) { - node.x = me._XconvertDOMtoCanvas(me._XconvertCanvasToDOM(s.x) + deltaX); - } + this.active = true; + this.dom.overlay.style.display = 'none'; + util.addClassName(this.dom.container, 'vis-active'); - if (!s.yFixed) { - node.y = me._YconvertDOMtoCanvas(me._YconvertCanvasToDOM(s.y) + deltaY); - } - }); + this.emit('change'); + this.emit('activate'); + // ugly hack: bind ESC after emitting the events, as the Network rebinds all + // keyboard events on a 'change' event + this.keycharm.bind('esc', this.escListener); + }; - // start _animationStep if not yet running - if (!this.moving) { - this.moving = true; - this.start(); - } - } - else { - // move the network - if (this.constants.dragNetwork == true) { - // if the drag was not started properly because the click started outside the network div, start it now. - if (this.drag.pointer === undefined) { - this._handleDragStart(event); - return; - } - var diffX = pointer.x - this.drag.pointer.x; - var diffY = pointer.y - this.drag.pointer.y; + /** + * Deactivate the element + * Overlay is displayed on top of the element + */ + Activator.prototype.deactivate = function () { + this.active = false; + this.dom.overlay.style.display = ''; + util.removeClassName(this.dom.container, 'vis-active'); + this.keycharm.unbind('esc', this.escListener); - this._setTranslation( - this.drag.translation.x + diffX, - this.drag.translation.y + diffY - ); - this._redraw(); - } - } + this.emit('change'); + this.emit('deactivate'); }; /** - * handle drag start event + * Handle a tap event: activate the container + * @param event * @private */ - Network.prototype._onDragEnd = function (event) { - this._handleDragEnd(event); + Activator.prototype._onTapOverlay = function (event) { + // activate the container + this.activate(); + event.stopPropagation(); }; - - Network.prototype._handleDragEnd = function(event) { - this.drag.dragging = false; - var selection = this.drag.selection; - if (selection && selection.length) { - selection.forEach(function (s) { - // restore original xFixed and yFixed - s.node.xFixed = s.xFixed; - s.node.yFixed = s.yFixed; - }); - this.moving = true; - this.start(); - } - else { - this._redraw(); - } - if (this.draggingNodes == false) { - this.emit("dragEnd",{nodeIds:[]}); - } - else { - this.emit("dragEnd",{nodeIds:this.getSelection().nodes}); - } - - } /** - * handle tap/click event: select/unselect a node + * Test whether the element has the requested parent element somewhere in + * its chain of parent nodes. + * @param {HTMLElement} element + * @param {HTMLElement} parent + * @returns {boolean} Returns true when the parent is found somewhere in the + * chain of parent nodes. * @private */ - Network.prototype._onTap = function (event) { - var pointer = this._getPointer(event.gesture.center); - this.pointerPosition = pointer; - this._handleTap(pointer); + function _hasParent(element, parent) { + while (element) { + if (element === parent) { + return true + } + element = element.parentNode; + } + return false; + } - }; + module.exports = Activator; +/***/ }, +/* 56 */ +/***/ function(module, exports, __webpack_require__) { + + /** - * handle doubletap event - * @private + * Expose `Emitter`. */ - Network.prototype._onDoubleTap = function (event) { - var pointer = this._getPointer(event.gesture.center); - this._handleDoubleTap(pointer); - }; + module.exports = Emitter; /** - * handle long tap event: multi select nodes - * @private + * Initialize a new `Emitter`. + * + * @api public */ - Network.prototype._onHold = function (event) { - var pointer = this._getPointer(event.gesture.center); - this.pointerPosition = pointer; - this._handleOnHold(pointer); + + function Emitter(obj) { + if (obj) return mixin(obj); }; /** - * handle the release of the screen + * Mixin the emitter properties. * - * @private + * @param {Object} obj + * @return {Object} + * @api private */ - Network.prototype._onRelease = function (event) { - var pointer = this._getPointer(event.gesture.center); - this._handleOnRelease(pointer); + + function mixin(obj) { + for (var key in Emitter.prototype) { + obj[key] = Emitter.prototype[key]; + } + return obj; + } + + /** + * Listen on the given `event` with `fn`. + * + * @param {String} event + * @param {Function} fn + * @return {Emitter} + * @api public + */ + + Emitter.prototype.on = + Emitter.prototype.addEventListener = function(event, fn){ + this._callbacks = this._callbacks || {}; + (this._callbacks[event] = this._callbacks[event] || []) + .push(fn); + return this; }; /** - * Handle pinch event - * @param event - * @private + * Adds an `event` listener that will be invoked a single + * time then automatically removed. + * + * @param {String} event + * @param {Function} fn + * @return {Emitter} + * @api public */ - Network.prototype._onPinch = function (event) { - var pointer = this._getPointer(event.gesture.center); - this.drag.pinched = true; - if (!('scale' in this.pinch)) { - this.pinch.scale = 1; + Emitter.prototype.once = function(event, fn){ + var self = this; + this._callbacks = this._callbacks || {}; + + function on() { + self.off(event, on); + fn.apply(this, arguments); } - // TODO: enabled moving while pinching? - var scale = this.pinch.scale * event.gesture.scale; - this._zoom(scale, pointer) + on.fn = fn; + this.on(event, on); + return this; }; /** - * Zoom the network in or out - * @param {Number} scale a number around 1, and between 0.01 and 10 - * @param {{x: Number, y: Number}} pointer Position on screen - * @return {Number} appliedScale scale is limited within the boundaries - * @private + * Remove the given callback for `event` or all + * registered callbacks. + * + * @param {String} event + * @param {Function} fn + * @return {Emitter} + * @api public */ - Network.prototype._zoom = function(scale, pointer) { - if (this.constants.zoomable == true) { - var scaleOld = this._getScale(); - if (scale < 0.00001) { - scale = 0.00001; - } - if (scale > 10) { - scale = 10; - } - var preScaleDragPointer = null; - if (this.drag !== undefined) { - if (this.drag.dragging == true) { - preScaleDragPointer = this.DOMtoCanvas(this.drag.pointer); - } - } - // + this.frame.canvas.clientHeight / 2 - var translation = this._getTranslation(); - - var scaleFrac = scale / scaleOld; - var tx = (1 - scaleFrac) * pointer.x + translation.x * scaleFrac; - var ty = (1 - scaleFrac) * pointer.y + translation.y * scaleFrac; - - this.areaCenter = {"x" : this._XconvertDOMtoCanvas(pointer.x), - "y" : this._YconvertDOMtoCanvas(pointer.y)}; + Emitter.prototype.off = + Emitter.prototype.removeListener = + Emitter.prototype.removeAllListeners = + Emitter.prototype.removeEventListener = function(event, fn){ + this._callbacks = this._callbacks || {}; - this._setScale(scale); - this._setTranslation(tx, ty); - this.updateClustersDefault(); + // all + if (0 == arguments.length) { + this._callbacks = {}; + return this; + } - if (preScaleDragPointer != null) { - var postScaleDragPointer = this.canvasToDOM(preScaleDragPointer); - this.drag.pointer.x = postScaleDragPointer.x; - this.drag.pointer.y = postScaleDragPointer.y; - } + // specific event + var callbacks = this._callbacks[event]; + if (!callbacks) return this; - this._redraw(); + // remove all handlers + if (1 == arguments.length) { + delete this._callbacks[event]; + return this; + } - if (scaleOld < scale) { - this.emit("zoom", {direction:"+"}); - } - else { - this.emit("zoom", {direction:"-"}); + // remove specific handler + var cb; + for (var i = 0; i < callbacks.length; i++) { + cb = callbacks[i]; + if (cb === fn || cb.fn === fn) { + callbacks.splice(i, 1); + break; } - - return scale; } + return this; }; - /** - * Event handler for mouse wheel event, used to zoom the timeline - * See http://adomas.org/javascript-mouse-wheel/ - * https://github.com/EightMedia/hammer.js/issues/256 - * @param {MouseEvent} event - * @private + * Emit `event` with the given args. + * + * @param {String} event + * @param {Mixed} ... + * @return {Emitter} */ - Network.prototype._onMouseWheel = function(event) { - // retrieve delta - var delta = 0; - if (event.wheelDelta) { /* IE/Opera. */ - delta = event.wheelDelta/120; - } else if (event.detail) { /* Mozilla case. */ - // In Mozilla, sign of delta is different than in IE. - // Also, delta is multiple of 3. - delta = -event.detail/3; - } - // If delta is nonzero, handle it. - // Basically, delta is now positive if wheel was scrolled up, - // and negative, if wheel was scrolled down. - if (delta) { + Emitter.prototype.emit = function(event){ + this._callbacks = this._callbacks || {}; + var args = [].slice.call(arguments, 1) + , callbacks = this._callbacks[event]; - // calculate the new scale - var scale = this._getScale(); - var zoom = delta / 10; - if (delta < 0) { - zoom = zoom / (1 - zoom); + if (callbacks) { + callbacks = callbacks.slice(0); + for (var i = 0, len = callbacks.length; i < len; ++i) { + callbacks[i].apply(this, args); } - scale *= (1 + zoom); - - // calculate the pointer location - var gesture = hammerUtil.fakeGesture(this, event); - var pointer = this._getPointer(gesture.center); - - // apply the new scale - this._zoom(scale, pointer); } - // Prevent default actions caused by mouse wheel. - event.preventDefault(); + return this; }; + /** + * Return array of callbacks for `event`. + * + * @param {String} event + * @return {Array} + * @api public + */ + + Emitter.prototype.listeners = function(event){ + this._callbacks = this._callbacks || {}; + return this._callbacks[event] || []; + }; /** - * Mouse move handler for checking whether the title moves over a node with a title. - * @param {Event} event - * @private + * Check if this emitter has `event` handlers. + * + * @param {String} event + * @return {Boolean} + * @api public */ - Network.prototype._onMouseMoveTitle = function (event) { - var gesture = hammerUtil.fakeGesture(this, event); - var pointer = this._getPointer(gesture.center); - // check if the previously selected node is still selected - if (this.popupObj) { - this._checkHidePopup(pointer); - } + Emitter.prototype.hasListeners = function(event){ + return !! this.listeners(event).length; + }; - // start a timeout that will check if the mouse is positioned above - // an element - var me = this; - var checkShow = function() { - me._checkShowPopup(pointer); - }; - if (this.popupTimer) { - clearInterval(this.popupTimer); // stop any running calculationTimer - } - if (!this.drag.dragging) { - this.popupTimer = setTimeout(checkShow, this.constants.tooltip.delay); - } +/***/ }, +/* 57 */ +/***/ function(module, exports, __webpack_require__) { - /** - * Adding hover highlights - */ - if (this.constants.hover == true) { - // removing all hover highlights - for (var edgeId in this.hoverObj.edges) { - if (this.hoverObj.edges.hasOwnProperty(edgeId)) { - this.hoverObj.edges[edgeId].hover = false; - delete this.hoverObj.edges[edgeId]; - } - } + var __WEBPACK_AMD_DEFINE_RESULT__;/* WEBPACK VAR INJECTION */(function(global, module) {//! moment.js + //! version : 2.9.0 + //! authors : Tim Wood, Iskren Chernev, Moment.js contributors + //! license : MIT + //! momentjs.com - // adding hover highlights - var obj = this._getNodeAt(pointer); - if (obj == null) { - obj = this._getEdgeAt(pointer); - } - if (obj != null) { - this._hoverObject(obj); - } + (function (undefined) { + /************************************ + Constants + ************************************/ - // removing all node hover highlights except for the selected one. - for (var nodeId in this.hoverObj.nodes) { - if (this.hoverObj.nodes.hasOwnProperty(nodeId)) { - if (obj instanceof Node && obj.id != nodeId || obj instanceof Edge || obj == null) { - this._blurObject(this.hoverObj.nodes[nodeId]); - delete this.hoverObj.nodes[nodeId]; - } - } - } - this.redraw(); - } - }; + var moment, + VERSION = '2.9.0', + // the global-scope this is NOT the global object in Node.js + globalScope = (typeof global !== 'undefined' && (typeof window === 'undefined' || window === global.window)) ? global : this, + oldGlobalMoment, + round = Math.round, + hasOwnProperty = Object.prototype.hasOwnProperty, + i, - /** - * Check if there is an element on the given position in the network - * (a node or edge). If so, and if this element has a title, - * show a popup window with its title. - * - * @param {{x:Number, y:Number}} pointer - * @private - */ - Network.prototype._checkShowPopup = function (pointer) { - var obj = { - left: this._XconvertDOMtoCanvas(pointer.x), - top: this._YconvertDOMtoCanvas(pointer.y), - right: this._XconvertDOMtoCanvas(pointer.x), - bottom: this._YconvertDOMtoCanvas(pointer.y) - }; + YEAR = 0, + MONTH = 1, + DATE = 2, + HOUR = 3, + MINUTE = 4, + SECOND = 5, + MILLISECOND = 6, - var id; - var lastPopupNode = this.popupObj; - var nodeUnderCursor = false; + // internal storage for locale config files + locales = {}, - if (this.popupObj == undefined) { - // search the nodes for overlap, select the top one in case of multiple nodes - var nodes = this.nodes; - var overlappingNodes = []; - for (id in nodes) { - if (nodes.hasOwnProperty(id)) { - var node = nodes[id]; - if (node.isOverlappingWith(obj)) { - if (node.getTitle() !== undefined) { - overlappingNodes.push(id); - } - } - } - } + // extra moment internal properties (plugins register props here) + momentProperties = [], - if (overlappingNodes.length > 0) { - // if there are overlapping nodes, select the last one, this is the - // one which is drawn on top of the others - this.popupObj = this.nodes[overlappingNodes[overlappingNodes.length - 1]]; - // if you hover over a node, the title of the edge is not supposed to be shown. - nodeUnderCursor = true; - } - } + // check for nodeJS + hasModule = (typeof module !== 'undefined' && module && module.exports), - if (this.popupObj === undefined && nodeUnderCursor == false) { - // search the edges for overlap - var edges = this.edges; - var overlappingEdges = []; - for (id in edges) { - if (edges.hasOwnProperty(id)) { - var edge = edges[id]; - if (edge.connected && (edge.getTitle() !== undefined) && - edge.isOverlappingWith(obj)) { - overlappingEdges.push(id); - } - } - } + // ASP.NET json date format regex + aspNetJsonRegex = /^\/?Date\((\-?\d+)/i, + aspNetTimeSpanJsonRegex = /(\-)?(?:(\d*)\.)?(\d+)\:(\d+)(?:\:(\d+)\.?(\d{3})?)?/, - if (overlappingEdges.length > 0) { - this.popupObj = this.edges[overlappingEdges[overlappingEdges.length - 1]]; - } - } + // from http://docs.closure-library.googlecode.com/git/closure_goog_date_date.js.source.html + // somewhat more in line with 4.4.3.2 2004 spec, but allows decimal anywhere + isoDurationRegex = /^(-)?P(?:(?:([0-9,.]*)Y)?(?:([0-9,.]*)M)?(?:([0-9,.]*)D)?(?:T(?:([0-9,.]*)H)?(?:([0-9,.]*)M)?(?:([0-9,.]*)S)?)?|([0-9,.]*)W)$/, - if (this.popupObj) { - // show popup message window - if (this.popupObj != lastPopupNode) { - var me = this; - if (!me.popup) { - me.popup = new Popup(me.frame, me.constants.tooltip); - } + // format tokens + formattingTokens = /(\[[^\[]*\])|(\\)?(Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Q|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|mm?|ss?|S{1,4}|x|X|zz?|ZZ?|.)/g, + localFormattingTokens = /(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g, - // adjust a small offset such that the mouse cursor is located in the - // bottom left location of the popup, and you can easily move over the - // popup area - me.popup.setPosition(pointer.x - 3, pointer.y - 3); - me.popup.setText(me.popupObj.getTitle()); - me.popup.show(); - } - } - else { - if (this.popup) { - this.popup.hide(); - } - } - }; + // parsing token regexes + parseTokenOneOrTwoDigits = /\d\d?/, // 0 - 99 + parseTokenOneToThreeDigits = /\d{1,3}/, // 0 - 999 + parseTokenOneToFourDigits = /\d{1,4}/, // 0 - 9999 + parseTokenOneToSixDigits = /[+\-]?\d{1,6}/, // -999,999 - 999,999 + parseTokenDigits = /\d+/, // nonzero number of digits + parseTokenWord = /[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\/]+(\s*?[\u0600-\u06FF]+){1,2}/i, // any word (or two) characters or numbers including two/three word month in arabic. + parseTokenTimezone = /Z|[\+\-]\d\d:?\d\d/gi, // +00:00 -00:00 +0000 -0000 or Z + parseTokenT = /T/i, // T (ISO separator) + parseTokenOffsetMs = /[\+\-]?\d+/, // 1234567890123 + parseTokenTimestampMs = /[\+\-]?\d+(\.\d{1,3})?/, // 123456789 123456789.123 + //strict parsing regexes + parseTokenOneDigit = /\d/, // 0 - 9 + parseTokenTwoDigits = /\d\d/, // 00 - 99 + parseTokenThreeDigits = /\d{3}/, // 000 - 999 + parseTokenFourDigits = /\d{4}/, // 0000 - 9999 + parseTokenSixDigits = /[+-]?\d{6}/, // -999,999 - 999,999 + parseTokenSignedNumber = /[+-]?\d+/, // -inf - inf - /** - * Check if the popup must be hided, which is the case when the mouse is no - * longer hovering on the object - * @param {{x:Number, y:Number}} pointer - * @private - */ - Network.prototype._checkHidePopup = function (pointer) { - if (!this.popupObj || !this._getNodeAt(pointer) ) { - this.popupObj = undefined; - if (this.popup) { - this.popup.hide(); - } - } - }; + // iso 8601 regex + // 0000-00-00 0000-W00 or 0000-W00-0 + T + 00 or 00:00 or 00:00:00 or 00:00:00.000 + +00:00 or +0000 or +00) + isoRegex = /^\s*(?:[+-]\d{6}|\d{4})-(?:(\d\d-\d\d)|(W\d\d$)|(W\d\d-\d)|(\d\d\d))((T| )(\d\d(:\d\d(:\d\d(\.\d+)?)?)?)?([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/, + isoFormat = 'YYYY-MM-DDTHH:mm:ssZ', - /** - * Set a new size for the network - * @param {string} width Width in pixels or percentage (for example '800px' - * or '50%') - * @param {string} height Height in pixels or percentage (for example '400px' - * or '30%') - */ - Network.prototype.setSize = function(width, height) { - var emitEvent = false; - var oldWidth = this.frame.canvas.width; - var oldHeight = this.frame.canvas.height; - if (width != this.constants.width || height != this.constants.height || this.frame.style.width != width || this.frame.style.height != height) { - this.frame.style.width = width; - this.frame.style.height = height; + isoDates = [ + ['YYYYYY-MM-DD', /[+-]\d{6}-\d{2}-\d{2}/], + ['YYYY-MM-DD', /\d{4}-\d{2}-\d{2}/], + ['GGGG-[W]WW-E', /\d{4}-W\d{2}-\d/], + ['GGGG-[W]WW', /\d{4}-W\d{2}/], + ['YYYY-DDD', /\d{4}-\d{3}/] + ], - this.frame.canvas.style.width = '100%'; - this.frame.canvas.style.height = '100%'; + // iso time formats and regexes + isoTimes = [ + ['HH:mm:ss.SSSS', /(T| )\d\d:\d\d:\d\d\.\d+/], + ['HH:mm:ss', /(T| )\d\d:\d\d:\d\d/], + ['HH:mm', /(T| )\d\d:\d\d/], + ['HH', /(T| )\d\d/] + ], - this.frame.canvas.width = this.frame.canvas.clientWidth * this.pixelRatio; - this.frame.canvas.height = this.frame.canvas.clientHeight * this.pixelRatio; + // timezone chunker '+10:00' > ['10', '00'] or '-1530' > ['-', '15', '30'] + parseTimezoneChunker = /([\+\-]|\d\d)/gi, - this.constants.width = width; - this.constants.height = height; + // getter and setter names + proxyGettersAndSetters = 'Date|Hours|Minutes|Seconds|Milliseconds'.split('|'), + unitMillisecondFactors = { + 'Milliseconds' : 1, + 'Seconds' : 1e3, + 'Minutes' : 6e4, + 'Hours' : 36e5, + 'Days' : 864e5, + 'Months' : 2592e6, + 'Years' : 31536e6 + }, - emitEvent = true; - } - else { - // this would adapt the width of the canvas to the width from 100% if and only if - // there is a change. + unitAliases = { + ms : 'millisecond', + s : 'second', + m : 'minute', + h : 'hour', + d : 'day', + D : 'date', + w : 'week', + W : 'isoWeek', + M : 'month', + Q : 'quarter', + y : 'year', + DDD : 'dayOfYear', + e : 'weekday', + E : 'isoWeekday', + gg: 'weekYear', + GG: 'isoWeekYear' + }, - if (this.frame.canvas.width != this.frame.canvas.clientWidth * this.pixelRatio) { - this.frame.canvas.width = this.frame.canvas.clientWidth * this.pixelRatio; - emitEvent = true; - } - if (this.frame.canvas.height != this.frame.canvas.clientHeight * this.pixelRatio) { - this.frame.canvas.height = this.frame.canvas.clientHeight * this.pixelRatio; - emitEvent = true; - } - } + camelFunctions = { + dayofyear : 'dayOfYear', + isoweekday : 'isoWeekday', + isoweek : 'isoWeek', + weekyear : 'weekYear', + isoweekyear : 'isoWeekYear' + }, - if (emitEvent == true) { - this.emit('resize', {width:this.frame.canvas.width * this.pixelRatio,height:this.frame.canvas.height * this.pixelRatio, oldWidth: oldWidth * this.pixelRatio, oldHeight: oldHeight * this.pixelRatio}); - } - }; + // format function strings + formatFunctions = {}, - /** - * Set a data set with nodes for the network - * @param {Array | DataSet | DataView} nodes The data containing the nodes. - * @private - */ - Network.prototype._setNodes = function(nodes) { - var oldNodesData = this.nodesData; + // default relative time thresholds + relativeTimeThresholds = { + s: 45, // seconds to minute + m: 45, // minutes to hour + h: 22, // hours to day + d: 26, // days to month + M: 11 // months to year + }, - if (nodes instanceof DataSet || nodes instanceof DataView) { - this.nodesData = nodes; - } - else if (Array.isArray(nodes)) { - this.nodesData = new DataSet(); - this.nodesData.add(nodes); - } - else if (!nodes) { - this.nodesData = new DataSet(); - } - else { - throw new TypeError('Array or DataSet expected'); - } + // tokens to ordinalize and pad + ordinalizeTokens = 'DDD w W M D d'.split(' '), + paddedTokens = 'M D H h m s w W'.split(' '), - if (oldNodesData) { - // unsubscribe from old dataset - util.forEach(this.nodesListeners, function (callback, event) { - oldNodesData.off(event, callback); - }); - } + formatTokenFunctions = { + M : function () { + return this.month() + 1; + }, + MMM : function (format) { + return this.localeData().monthsShort(this, format); + }, + MMMM : function (format) { + return this.localeData().months(this, format); + }, + D : function () { + return this.date(); + }, + DDD : function () { + return this.dayOfYear(); + }, + d : function () { + return this.day(); + }, + dd : function (format) { + return this.localeData().weekdaysMin(this, format); + }, + ddd : function (format) { + return this.localeData().weekdaysShort(this, format); + }, + dddd : function (format) { + return this.localeData().weekdays(this, format); + }, + w : function () { + return this.week(); + }, + W : function () { + return this.isoWeek(); + }, + YY : function () { + return leftZeroFill(this.year() % 100, 2); + }, + YYYY : function () { + return leftZeroFill(this.year(), 4); + }, + YYYYY : function () { + return leftZeroFill(this.year(), 5); + }, + YYYYYY : function () { + var y = this.year(), sign = y >= 0 ? '+' : '-'; + return sign + leftZeroFill(Math.abs(y), 6); + }, + gg : function () { + return leftZeroFill(this.weekYear() % 100, 2); + }, + gggg : function () { + return leftZeroFill(this.weekYear(), 4); + }, + ggggg : function () { + return leftZeroFill(this.weekYear(), 5); + }, + GG : function () { + return leftZeroFill(this.isoWeekYear() % 100, 2); + }, + GGGG : function () { + return leftZeroFill(this.isoWeekYear(), 4); + }, + GGGGG : function () { + return leftZeroFill(this.isoWeekYear(), 5); + }, + e : function () { + return this.weekday(); + }, + E : function () { + return this.isoWeekday(); + }, + a : function () { + return this.localeData().meridiem(this.hours(), this.minutes(), true); + }, + A : function () { + return this.localeData().meridiem(this.hours(), this.minutes(), false); + }, + H : function () { + return this.hours(); + }, + h : function () { + return this.hours() % 12 || 12; + }, + m : function () { + return this.minutes(); + }, + s : function () { + return this.seconds(); + }, + S : function () { + return toInt(this.milliseconds() / 100); + }, + SS : function () { + return leftZeroFill(toInt(this.milliseconds() / 10), 2); + }, + SSS : function () { + return leftZeroFill(this.milliseconds(), 3); + }, + SSSS : function () { + return leftZeroFill(this.milliseconds(), 3); + }, + Z : function () { + var a = this.utcOffset(), + b = '+'; + if (a < 0) { + a = -a; + b = '-'; + } + return b + leftZeroFill(toInt(a / 60), 2) + ':' + leftZeroFill(toInt(a) % 60, 2); + }, + ZZ : function () { + var a = this.utcOffset(), + b = '+'; + if (a < 0) { + a = -a; + b = '-'; + } + return b + leftZeroFill(toInt(a / 60), 2) + leftZeroFill(toInt(a) % 60, 2); + }, + z : function () { + return this.zoneAbbr(); + }, + zz : function () { + return this.zoneName(); + }, + x : function () { + return this.valueOf(); + }, + X : function () { + return this.unix(); + }, + Q : function () { + return this.quarter(); + } + }, - // remove drawn nodes - this.nodes = {}; + deprecations = {}, - if (this.nodesData) { - // subscribe to new dataset - var me = this; - util.forEach(this.nodesListeners, function (callback, event) { - me.nodesData.on(event, callback); - }); + lists = ['months', 'monthsShort', 'weekdays', 'weekdaysShort', 'weekdaysMin'], - // draw all new nodes - var ids = this.nodesData.getIds(); - this._addNodes(ids); - } - this._updateSelection(); - }; + updateInProgress = false; - /** - * Add nodes - * @param {Number[] | String[]} ids - * @private - */ - Network.prototype._addNodes = function(ids) { - var id; - for (var i = 0, len = ids.length; i < len; i++) { - id = ids[i]; - var data = this.nodesData.get(id); - var node = new Node(data, this.images, this.groups, this.constants); - this.nodes[id] = node; // note: this may replace an existing node - if ((node.xFixed == false || node.yFixed == false) && (node.x === null || node.y === null)) { - var radius = 10 * 0.1*ids.length + 10; - var angle = 2 * Math.PI * Math.random(); - if (node.xFixed == false) {node.x = radius * Math.cos(angle);} - if (node.yFixed == false) {node.y = radius * Math.sin(angle);} + // Pick the first defined of two or three arguments. dfl comes from + // default. + function dfl(a, b, c) { + switch (arguments.length) { + case 2: return a != null ? a : b; + case 3: return a != null ? a : b != null ? b : c; + default: throw new Error('Implement me'); + } } - this.moving = true; - } - this._updateNodeIndexList(); - if (this.constants.hierarchicalLayout.enabled == true && this.initializing == false) { - this._resetLevels(); - this._setupHierarchicalLayout(); - } - this._updateCalculationNodes(); - this._reconnectEdges(); - this._updateValueRange(this.nodes); - this.updateLabels(); - }; + function hasOwnProp(a, b) { + return hasOwnProperty.call(a, b); + } - /** - * Update existing nodes, or create them when not yet existing - * @param {Number[] | String[]} ids - * @private - */ - Network.prototype._updateNodes = function(ids,changedData) { - var nodes = this.nodes; - for (var i = 0, len = ids.length; i < len; i++) { - var id = ids[i]; - var node = nodes[id]; - var data = changedData[i]; - if (node) { - // update node - node.setProperties(data, this.constants); + function defaultParsingFlags() { + // We need to deep clone this object, and es5 standard is not very + // helpful. + return { + empty : false, + unusedTokens : [], + unusedInput : [], + overflow : -2, + charsLeftOver : 0, + nullInput : false, + invalidMonth : null, + invalidFormat : false, + userInvalidated : false, + iso: false + }; } - else { - // create node - node = new Node(properties, this.images, this.groups, this.constants); - nodes[id] = node; + + function printMsg(msg) { + if (moment.suppressDeprecationWarnings === false && + typeof console !== 'undefined' && console.warn) { + console.warn('Deprecation warning: ' + msg); + } } - } - this.moving = true; - if (this.constants.hierarchicalLayout.enabled == true && this.initializing == false) { - this._resetLevels(); - this._setupHierarchicalLayout(); - } - this._updateNodeIndexList(); - this._updateValueRange(nodes); - }; - /** - * Remove existing nodes. If nodes do not exist, the method will just ignore it. - * @param {Number[] | String[]} ids - * @private - */ - Network.prototype._removeNodes = function(ids) { - var nodes = this.nodes; - for (var i = 0, len = ids.length; i < len; i++) { - var id = ids[i]; - delete nodes[id]; - } - this._updateNodeIndexList(); - if (this.constants.hierarchicalLayout.enabled == true && this.initializing == false) { - this._resetLevels(); - this._setupHierarchicalLayout(); - } - this._updateCalculationNodes(); - this._reconnectEdges(); - this._updateSelection(); - this._updateValueRange(nodes); - }; + function deprecate(msg, fn) { + var firstTime = true; + return extend(function () { + if (firstTime) { + printMsg(msg); + firstTime = false; + } + return fn.apply(this, arguments); + }, fn); + } + + function deprecateSimple(name, msg) { + if (!deprecations[name]) { + printMsg(msg); + deprecations[name] = true; + } + } + + function padToken(func, count) { + return function (a) { + return leftZeroFill(func.call(this, a), count); + }; + } + function ordinalizeToken(func, period) { + return function (a) { + return this.localeData().ordinal(func.call(this, a), period); + }; + } - /** - * Load edges by reading the data table - * @param {Array | DataSet | DataView} edges The data containing the edges. - * @private - * @private - */ - Network.prototype._setEdges = function(edges) { - var oldEdgesData = this.edgesData; + function monthDiff(a, b) { + // difference in months + var wholeMonthDiff = ((b.year() - a.year()) * 12) + (b.month() - a.month()), + // b is in (anchor - 1 month, anchor + 1 month) + anchor = a.clone().add(wholeMonthDiff, 'months'), + anchor2, adjust; - if (edges instanceof DataSet || edges instanceof DataView) { - this.edgesData = edges; - } - else if (Array.isArray(edges)) { - this.edgesData = new DataSet(); - this.edgesData.add(edges); - } - else if (!edges) { - this.edgesData = new DataSet(); - } - else { - throw new TypeError('Array or DataSet expected'); - } + if (b - anchor < 0) { + anchor2 = a.clone().add(wholeMonthDiff - 1, 'months'); + // linear across the month + adjust = (b - anchor) / (anchor - anchor2); + } else { + anchor2 = a.clone().add(wholeMonthDiff + 1, 'months'); + // linear across the month + adjust = (b - anchor) / (anchor2 - anchor); + } - if (oldEdgesData) { - // unsubscribe from old dataset - util.forEach(this.edgesListeners, function (callback, event) { - oldEdgesData.off(event, callback); - }); - } + return -(wholeMonthDiff + adjust); + } - // remove drawn edges - this.edges = {}; + while (ordinalizeTokens.length) { + i = ordinalizeTokens.pop(); + formatTokenFunctions[i + 'o'] = ordinalizeToken(formatTokenFunctions[i], i); + } + while (paddedTokens.length) { + i = paddedTokens.pop(); + formatTokenFunctions[i + i] = padToken(formatTokenFunctions[i], 2); + } + formatTokenFunctions.DDDD = padToken(formatTokenFunctions.DDD, 3); - if (this.edgesData) { - // subscribe to new dataset - var me = this; - util.forEach(this.edgesListeners, function (callback, event) { - me.edgesData.on(event, callback); - }); - // draw all new nodes - var ids = this.edgesData.getIds(); - this._addEdges(ids); - } + function meridiemFixWrap(locale, hour, meridiem) { + var isPm; - this._reconnectEdges(); - }; + if (meridiem == null) { + // nothing to do + return hour; + } + if (locale.meridiemHour != null) { + return locale.meridiemHour(hour, meridiem); + } else if (locale.isPM != null) { + // Fallback + isPm = locale.isPM(meridiem); + if (isPm && hour < 12) { + hour += 12; + } + if (!isPm && hour === 12) { + hour = 0; + } + return hour; + } else { + // thie is not supposed to happen + return hour; + } + } - /** - * Add edges - * @param {Number[] | String[]} ids - * @private - */ - Network.prototype._addEdges = function (ids) { - var edges = this.edges, - edgesData = this.edgesData; + /************************************ + Constructors + ************************************/ - for (var i = 0, len = ids.length; i < len; i++) { - var id = ids[i]; + function Locale() { + } - var oldEdge = edges[id]; - if (oldEdge) { - oldEdge.disconnect(); + // Moment prototype object + function Moment(config, skipOverflow) { + if (skipOverflow !== false) { + checkOverflow(config); + } + copyConfig(this, config); + this._d = new Date(+config._d); + // Prevent infinite loop in case updateOffset creates new moment + // objects. + if (updateInProgress === false) { + updateInProgress = true; + moment.updateOffset(this); + updateInProgress = false; + } } - var data = edgesData.get(id, {"showInternalIds" : true}); - edges[id] = new Edge(data, this, this.constants); - } - this.moving = true; - this._updateValueRange(edges); - this._createBezierNodes(); - this._updateCalculationNodes(); - if (this.constants.hierarchicalLayout.enabled == true && this.initializing == false) { - this._resetLevels(); - this._setupHierarchicalLayout(); - } - }; + // Duration Constructor + function Duration(duration) { + var normalizedInput = normalizeObjectUnits(duration), + years = normalizedInput.year || 0, + quarters = normalizedInput.quarter || 0, + months = normalizedInput.month || 0, + weeks = normalizedInput.week || 0, + days = normalizedInput.day || 0, + hours = normalizedInput.hour || 0, + minutes = normalizedInput.minute || 0, + seconds = normalizedInput.second || 0, + milliseconds = normalizedInput.millisecond || 0; - /** - * Update existing edges, or create them when not yet existing - * @param {Number[] | String[]} ids - * @private - */ - Network.prototype._updateEdges = function (ids) { - var edges = this.edges, - edgesData = this.edgesData; - for (var i = 0, len = ids.length; i < len; i++) { - var id = ids[i]; + // representation for dateAddRemove + this._milliseconds = +milliseconds + + seconds * 1e3 + // 1000 + minutes * 6e4 + // 1000 * 60 + hours * 36e5; // 1000 * 60 * 60 + // Because of dateAddRemove treats 24 hours as different from a + // day when working around DST, we need to store them separately + this._days = +days + + weeks * 7; + // It is impossible translate months into days without knowing + // which months you are are talking about, so we have to store + // it separately. + this._months = +months + + quarters * 3 + + years * 12; - var data = edgesData.get(id); - var edge = edges[id]; - if (edge) { - // update edge - edge.disconnect(); - edge.setProperties(data, this.constants); - edge.connect(); - } - else { - // create edge - edge = new Edge(data, this, this.constants); - this.edges[id] = edge; - } - } + this._data = {}; - this._createBezierNodes(); - if (this.constants.hierarchicalLayout.enabled == true && this.initializing == false) { - this._resetLevels(); - this._setupHierarchicalLayout(); - } - this.moving = true; - this._updateValueRange(edges); - }; + this._locale = moment.localeData(); - /** - * Remove existing edges. Non existing ids will be ignored - * @param {Number[] | String[]} ids - * @private - */ - Network.prototype._removeEdges = function (ids) { - var edges = this.edges; - for (var i = 0, len = ids.length; i < len; i++) { - var id = ids[i]; - var edge = edges[id]; - if (edge) { - if (edge.via != null) { - delete this.sectors['support']['nodes'][edge.via.id]; - } - edge.disconnect(); - delete edges[id]; + this._bubble(); } - } - this.moving = true; - this._updateValueRange(edges); - if (this.constants.hierarchicalLayout.enabled == true && this.initializing == false) { - this._resetLevels(); - this._setupHierarchicalLayout(); - } - this._updateCalculationNodes(); - }; + /************************************ + Helpers + ************************************/ - /** - * Reconnect all edges - * @private - */ - Network.prototype._reconnectEdges = function() { - var id, - nodes = this.nodes, - edges = this.edges; - for (id in nodes) { - if (nodes.hasOwnProperty(id)) { - nodes[id].edges = []; - nodes[id].dynamicEdges = []; - } - } - for (id in edges) { - if (edges.hasOwnProperty(id)) { - var edge = edges[id]; - edge.from = null; - edge.to = null; - edge.connect(); - } - } - }; + function extend(a, b) { + for (var i in b) { + if (hasOwnProp(b, i)) { + a[i] = b[i]; + } + } - /** - * Update the values of all object in the given array according to the current - * value range of the objects in the array. - * @param {Object} obj An object containing a set of Edges or Nodes - * The objects must have a method getValue() and - * setValueRange(min, max). - * @private - */ - Network.prototype._updateValueRange = function(obj) { - var id; + if (hasOwnProp(b, 'toString')) { + a.toString = b.toString; + } - // determine the range of the objects - var valueMin = undefined; - var valueMax = undefined; - for (id in obj) { - if (obj.hasOwnProperty(id)) { - var value = obj[id].getValue(); - if (value !== undefined) { - valueMin = (valueMin === undefined) ? value : Math.min(value, valueMin); - valueMax = (valueMax === undefined) ? value : Math.max(value, valueMax); - } + if (hasOwnProp(b, 'valueOf')) { + a.valueOf = b.valueOf; + } + + return a; } - } - // adjust the range of all objects - if (valueMin !== undefined && valueMax !== undefined) { - for (id in obj) { - if (obj.hasOwnProperty(id)) { - obj[id].setValueRange(valueMin, valueMax); - } + function copyConfig(to, from) { + var i, prop, val; + + if (typeof from._isAMomentObject !== 'undefined') { + to._isAMomentObject = from._isAMomentObject; + } + if (typeof from._i !== 'undefined') { + to._i = from._i; + } + if (typeof from._f !== 'undefined') { + to._f = from._f; + } + if (typeof from._l !== 'undefined') { + to._l = from._l; + } + if (typeof from._strict !== 'undefined') { + to._strict = from._strict; + } + if (typeof from._tzm !== 'undefined') { + to._tzm = from._tzm; + } + if (typeof from._isUTC !== 'undefined') { + to._isUTC = from._isUTC; + } + if (typeof from._offset !== 'undefined') { + to._offset = from._offset; + } + if (typeof from._pf !== 'undefined') { + to._pf = from._pf; + } + if (typeof from._locale !== 'undefined') { + to._locale = from._locale; + } + + if (momentProperties.length > 0) { + for (i in momentProperties) { + prop = momentProperties[i]; + val = from[prop]; + if (typeof val !== 'undefined') { + to[prop] = val; + } + } + } + + return to; } - } - }; - /** - * Redraw the network with the current data - * chart will be resized too. - */ - Network.prototype.redraw = function() { - this.setSize(this.constants.width, this.constants.height); - this._redraw(); - }; + function absRound(number) { + if (number < 0) { + return Math.ceil(number); + } else { + return Math.floor(number); + } + } - /** - * Redraw the network with the current data - * @param hidden | used to get the first estimate of the node sizes. only the nodes are drawn after which they are quickly drawn over. - * @private - */ - Network.prototype._redraw = function(hidden) { - var ctx = this.frame.canvas.getContext('2d'); + // left zero fill a number + // see http://jsperf.com/left-zero-filling for performance comparison + function leftZeroFill(number, targetLength, forceSign) { + var output = '' + Math.abs(number), + sign = number >= 0; - ctx.setTransform(this.pixelRatio, 0, 0, this.pixelRatio, 0, 0); + while (output.length < targetLength) { + output = '0' + output; + } + return (sign ? (forceSign ? '+' : '') : '-') + output; + } - // clear the canvas - var w = this.frame.canvas.width * this.pixelRatio; - var h = this.frame.canvas.height * this.pixelRatio; - ctx.clearRect(0, 0, w, h); + function positiveMomentsDifference(base, other) { + var res = {milliseconds: 0, months: 0}; - // set scaling and translation - ctx.save(); - ctx.translate(this.translation.x, this.translation.y); - ctx.scale(this.scale, this.scale); + res.months = other.month() - base.month() + + (other.year() - base.year()) * 12; + if (base.clone().add(res.months, 'M').isAfter(other)) { + --res.months; + } - this.canvasTopLeft = { - "x": this._XconvertDOMtoCanvas(0), - "y": this._YconvertDOMtoCanvas(0) - }; - this.canvasBottomRight = { - "x": this._XconvertDOMtoCanvas(this.frame.canvas.clientWidth * this.pixelRatio), - "y": this._YconvertDOMtoCanvas(this.frame.canvas.clientHeight * this.pixelRatio) - }; + res.milliseconds = +other - +(base.clone().add(res.months, 'M')); - if (!(hidden == true)) { - this._doInAllSectors("_drawAllSectorNodes", ctx); - if (this.drag.dragging == false || this.drag.dragging === undefined || this.constants.hideEdgesOnDrag == false) { - this._doInAllSectors("_drawEdges", ctx); + return res; } - } - if (this.drag.dragging == false || this.drag.dragging === undefined || this.constants.hideNodesOnDrag == false) { - this._doInAllSectors("_drawNodes",ctx,false); - } + function momentsDifference(base, other) { + var res; + other = makeAs(other, base); + if (base.isBefore(other)) { + res = positiveMomentsDifference(base, other); + } else { + res = positiveMomentsDifference(other, base); + res.milliseconds = -res.milliseconds; + res.months = -res.months; + } - if (!(hidden == true)) { - if (this.controlNodesActive == true) { - this._doInAllSectors("_drawControlNodes", ctx); + return res; } - } - // this._doInSupportSector("_drawNodes",ctx,true); - // this._drawTree(ctx,"#F00F0F"); + // TODO: remove 'name' arg after deprecation is removed + function createAdder(direction, name) { + return function (val, period) { + var dur, tmp; + //invert the arguments, but complain about it + if (period !== null && !isNaN(+period)) { + deprecateSimple(name, 'moment().' + name + '(period, number) is deprecated. Please use moment().' + name + '(number, period).'); + tmp = val; val = period; period = tmp; + } - // restore original scaling and translation - ctx.restore(); + val = typeof val === 'string' ? +val : val; + dur = moment.duration(val, period); + addOrSubtractDurationFromMoment(this, dur, direction); + return this; + }; + } - if (hidden == true) { - ctx.clearRect(0, 0, w, h); - } - }; + function addOrSubtractDurationFromMoment(mom, duration, isAdding, updateOffset) { + var milliseconds = duration._milliseconds, + days = duration._days, + months = duration._months; + updateOffset = updateOffset == null ? true : updateOffset; - /** - * Set the translation of the network - * @param {Number} offsetX Horizontal offset - * @param {Number} offsetY Vertical offset - * @private - */ - Network.prototype._setTranslation = function(offsetX, offsetY) { - if (this.translation === undefined) { - this.translation = { - x: 0, - y: 0 - }; - } + if (milliseconds) { + mom._d.setTime(+mom._d + milliseconds * isAdding); + } + if (days) { + rawSetter(mom, 'Date', rawGetter(mom, 'Date') + days * isAdding); + } + if (months) { + rawMonthSetter(mom, rawGetter(mom, 'Month') + months * isAdding); + } + if (updateOffset) { + moment.updateOffset(mom, days || months); + } + } - if (offsetX !== undefined) { - this.translation.x = offsetX; - } - if (offsetY !== undefined) { - this.translation.y = offsetY; - } + // check if is an array + function isArray(input) { + return Object.prototype.toString.call(input) === '[object Array]'; + } - this.emit('viewChanged'); - }; + function isDate(input) { + return Object.prototype.toString.call(input) === '[object Date]' || + input instanceof Date; + } - /** - * Get the translation of the network - * @return {Object} translation An object with parameters x and y, both a number - * @private - */ - Network.prototype._getTranslation = function() { - return { - x: this.translation.x, - y: this.translation.y - }; - }; + // compare two arrays, return the number of differences + function compareArrays(array1, array2, dontConvert) { + var len = Math.min(array1.length, array2.length), + lengthDiff = Math.abs(array1.length - array2.length), + diffs = 0, + i; + for (i = 0; i < len; i++) { + if ((dontConvert && array1[i] !== array2[i]) || + (!dontConvert && toInt(array1[i]) !== toInt(array2[i]))) { + diffs++; + } + } + return diffs + lengthDiff; + } - /** - * Scale the network - * @param {Number} scale Scaling factor 1.0 is unscaled - * @private - */ - Network.prototype._setScale = function(scale) { - this.scale = scale; - }; + function normalizeUnits(units) { + if (units) { + var lowered = units.toLowerCase().replace(/(.)s$/, '$1'); + units = unitAliases[units] || camelFunctions[lowered] || lowered; + } + return units; + } - /** - * Get the current scale of the network - * @return {Number} scale Scaling factor 1.0 is unscaled - * @private - */ - Network.prototype._getScale = function() { - return this.scale; - }; + function normalizeObjectUnits(inputObject) { + var normalizedInput = {}, + normalizedProp, + prop; - /** - * Convert the X coordinate in DOM-space (coordinate point in browser relative to the container div) to - * the X coordinate in canvas-space (the simulation sandbox, which the camera looks upon) - * @param {number} x - * @returns {number} - * @private - */ - Network.prototype._XconvertDOMtoCanvas = function(x) { - return (x - this.translation.x) / this.scale; - }; + for (prop in inputObject) { + if (hasOwnProp(inputObject, prop)) { + normalizedProp = normalizeUnits(prop); + if (normalizedProp) { + normalizedInput[normalizedProp] = inputObject[prop]; + } + } + } - /** - * Convert the X coordinate in canvas-space (the simulation sandbox, which the camera looks upon) to - * the X coordinate in DOM-space (coordinate point in browser relative to the container div) - * @param {number} x - * @returns {number} - * @private - */ - Network.prototype._XconvertCanvasToDOM = function(x) { - return x * this.scale + this.translation.x; - }; + return normalizedInput; + } - /** - * Convert the Y coordinate in DOM-space (coordinate point in browser relative to the container div) to - * the Y coordinate in canvas-space (the simulation sandbox, which the camera looks upon) - * @param {number} y - * @returns {number} - * @private - */ - Network.prototype._YconvertDOMtoCanvas = function(y) { - return (y - this.translation.y) / this.scale; - }; + function makeList(field) { + var count, setter; - /** - * Convert the Y coordinate in canvas-space (the simulation sandbox, which the camera looks upon) to - * the Y coordinate in DOM-space (coordinate point in browser relative to the container div) - * @param {number} y - * @returns {number} - * @private - */ - Network.prototype._YconvertCanvasToDOM = function(y) { - return y * this.scale + this.translation.y ; - }; + if (field.indexOf('week') === 0) { + count = 7; + setter = 'day'; + } + else if (field.indexOf('month') === 0) { + count = 12; + setter = 'month'; + } + else { + return; + } + moment[field] = function (format, index) { + var i, getter, + method = moment._locale[field], + results = []; - /** - * - * @param {object} pos = {x: number, y: number} - * @returns {{x: number, y: number}} - * @constructor - */ - Network.prototype.canvasToDOM = function (pos) { - return {x: this._XconvertCanvasToDOM(pos.x), y: this._YconvertCanvasToDOM(pos.y)}; - }; + if (typeof format === 'number') { + index = format; + format = undefined; + } - /** - * - * @param {object} pos = {x: number, y: number} - * @returns {{x: number, y: number}} - * @constructor - */ - Network.prototype.DOMtoCanvas = function (pos) { - return {x: this._XconvertDOMtoCanvas(pos.x), y: this._YconvertDOMtoCanvas(pos.y)}; - }; + getter = function (i) { + var m = moment().utc().set(setter, i); + return method.call(moment._locale, m, format || ''); + }; - /** - * Redraw all nodes - * The 2d context of a HTML canvas can be retrieved by canvas.getContext('2d'); - * @param {CanvasRenderingContext2D} ctx - * @param {Boolean} [alwaysShow] - * @private - */ - Network.prototype._drawNodes = function(ctx,alwaysShow) { - if (alwaysShow === undefined) { - alwaysShow = false; - } + if (index != null) { + return getter(index); + } + else { + for (i = 0; i < count; i++) { + results.push(getter(i)); + } + return results; + } + }; + } - // first draw the unselected nodes - var nodes = this.nodes; - var selected = []; + function toInt(argumentForCoercion) { + var coercedNumber = +argumentForCoercion, + value = 0; - for (var id in nodes) { - if (nodes.hasOwnProperty(id)) { - nodes[id].setScaleAndPos(this.scale,this.canvasTopLeft,this.canvasBottomRight); - if (nodes[id].isSelected()) { - selected.push(id); - } - else { - if (nodes[id].inArea() || alwaysShow) { - nodes[id].draw(ctx); + if (coercedNumber !== 0 && isFinite(coercedNumber)) { + if (coercedNumber >= 0) { + value = Math.floor(coercedNumber); + } else { + value = Math.ceil(coercedNumber); + } } - } - } - } - // draw the selected nodes on top - for (var s = 0, sMax = selected.length; s < sMax; s++) { - if (nodes[selected[s]].inArea() || alwaysShow) { - nodes[selected[s]].draw(ctx); + return value; } - } - }; - /** - * Redraw all edges - * The 2d context of a HTML canvas can be retrieved by canvas.getContext('2d'); - * @param {CanvasRenderingContext2D} ctx - * @private - */ - Network.prototype._drawEdges = function(ctx) { - var edges = this.edges; - for (var id in edges) { - if (edges.hasOwnProperty(id)) { - var edge = edges[id]; - edge.setScale(this.scale); - if (edge.connected) { - edges[id].draw(ctx); - } + function daysInMonth(year, month) { + return new Date(Date.UTC(year, month + 1, 0)).getUTCDate(); } - } - }; - /** - * Redraw all edges - * The 2d context of a HTML canvas can be retrieved by canvas.getContext('2d'); - * @param {CanvasRenderingContext2D} ctx - * @private - */ - Network.prototype._drawControlNodes = function(ctx) { - var edges = this.edges; - for (var id in edges) { - if (edges.hasOwnProperty(id)) { - edges[id]._drawControlNodes(ctx); + function weeksInYear(year, dow, doy) { + return weekOfYear(moment([year, 11, 31 + dow - doy]), dow, doy).week; } - } - }; - - /** - * Find a stable position for all nodes - * @private - */ - Network.prototype._stabilize = function() { - if (this.constants.freezeForStabilization == true) { - this._freezeDefinedNodes(); - } - // find stable position - var count = 0; - while (this.moving && count < this.constants.stabilizationIterations) { - this._physicsTick(); - count++; - } + function daysInYear(year) { + return isLeapYear(year) ? 366 : 365; + } - if (this.constants.zoomExtentOnStabilize == true) { - this.zoomExtent(undefined, false, true); - } + function isLeapYear(year) { + return (year % 4 === 0 && year % 100 !== 0) || year % 400 === 0; + } - if (this.constants.freezeForStabilization == true) { - this._restoreFrozenNodes(); - } - }; + function checkOverflow(m) { + var overflow; + if (m._a && m._pf.overflow === -2) { + overflow = + m._a[MONTH] < 0 || m._a[MONTH] > 11 ? MONTH : + m._a[DATE] < 1 || m._a[DATE] > daysInMonth(m._a[YEAR], m._a[MONTH]) ? DATE : + m._a[HOUR] < 0 || m._a[HOUR] > 24 || + (m._a[HOUR] === 24 && (m._a[MINUTE] !== 0 || + m._a[SECOND] !== 0 || + m._a[MILLISECOND] !== 0)) ? HOUR : + m._a[MINUTE] < 0 || m._a[MINUTE] > 59 ? MINUTE : + m._a[SECOND] < 0 || m._a[SECOND] > 59 ? SECOND : + m._a[MILLISECOND] < 0 || m._a[MILLISECOND] > 999 ? MILLISECOND : + -1; - /** - * When initializing and stabilizing, we can freeze nodes with a predefined position. This greatly speeds up stabilization - * because only the supportnodes for the smoothCurves have to settle. - * - * @private - */ - Network.prototype._freezeDefinedNodes = function() { - var nodes = this.nodes; - for (var id in nodes) { - if (nodes.hasOwnProperty(id)) { - if (nodes[id].x != null && nodes[id].y != null) { - nodes[id].fixedData.x = nodes[id].xFixed; - nodes[id].fixedData.y = nodes[id].yFixed; - nodes[id].xFixed = true; - nodes[id].yFixed = true; - } - } - } - }; + if (m._pf._overflowDayOfYear && (overflow < YEAR || overflow > DATE)) { + overflow = DATE; + } - /** - * Unfreezes the nodes that have been frozen by _freezeDefinedNodes. - * - * @private - */ - Network.prototype._restoreFrozenNodes = function() { - var nodes = this.nodes; - for (var id in nodes) { - if (nodes.hasOwnProperty(id)) { - if (nodes[id].fixedData.x != null) { - nodes[id].xFixed = nodes[id].fixedData.x; - nodes[id].yFixed = nodes[id].fixedData.y; - } + m._pf.overflow = overflow; + } } - } - }; + function isValid(m) { + if (m._isValid == null) { + m._isValid = !isNaN(m._d.getTime()) && + m._pf.overflow < 0 && + !m._pf.empty && + !m._pf.invalidMonth && + !m._pf.nullInput && + !m._pf.invalidFormat && + !m._pf.userInvalidated; - /** - * Check if any of the nodes is still moving - * @param {number} vmin the minimum velocity considered as 'moving' - * @return {boolean} true if moving, false if non of the nodes is moving - * @private - */ - Network.prototype._isMoving = function(vmin) { - var nodes = this.nodes; - for (var id in nodes) { - if (nodes.hasOwnProperty(id) && nodes[id].isMoving(vmin)) { - return true; + if (m._strict) { + m._isValid = m._isValid && + m._pf.charsLeftOver === 0 && + m._pf.unusedTokens.length === 0 && + m._pf.bigHour === undefined; + } + } + return m._isValid; } - } - return false; - }; + function normalizeLocale(key) { + return key ? key.toLowerCase().replace('_', '-') : key; + } - /** - * /** - * Perform one discrete step for all nodes - * - * @private - */ - Network.prototype._discreteStepNodes = function() { - var interval = this.physicsDiscreteStepsize; - var nodes = this.nodes; - var nodeId; - var nodesPresent = false; + // pick the locale from the array + // try ['en-au', 'en-gb'] as 'en-au', 'en-gb', 'en', as in move through the list trying each + // substring from most specific to least, but move to the next array item if it's a more specific variant than the current root + function chooseLocale(names) { + var i = 0, j, next, locale, split; - if (this.constants.maxVelocity > 0) { - for (nodeId in nodes) { - if (nodes.hasOwnProperty(nodeId)) { - nodes[nodeId].discreteStepLimited(interval, this.constants.maxVelocity); - nodesPresent = true; - } - } - } - else { - for (nodeId in nodes) { - if (nodes.hasOwnProperty(nodeId)) { - nodes[nodeId].discreteStep(interval); - nodesPresent = true; - } + while (i < names.length) { + split = normalizeLocale(names[i]).split('-'); + j = split.length; + next = normalizeLocale(names[i + 1]); + next = next ? next.split('-') : null; + while (j > 0) { + locale = loadLocale(split.slice(0, j).join('-')); + if (locale) { + return locale; + } + if (next && next.length >= j && compareArrays(split, next, true) >= j - 1) { + //the next array item is better than a shallower substring of this one + break; + } + j--; + } + i++; + } + return null; } - } - if (nodesPresent == true) { - var vminCorrected = this.constants.minVelocity / Math.max(this.scale,0.05); - if (vminCorrected > 0.5*this.constants.maxVelocity) { - return true; - } - else { - return this._isMoving(vminCorrected); + function loadLocale(name) { + var oldLocale = null; + if (!locales[name] && hasModule) { + try { + oldLocale = moment.locale(); + !(function webpackMissingModule() { var e = new Error("Cannot find module \"./locale\""); e.code = 'MODULE_NOT_FOUND'; throw e; }()); + // because defineLocale currently also sets the global locale, we want to undo that for lazy loaded locales + moment.locale(oldLocale); + } catch (e) { } + } + return locales[name]; } - } - return false; - }; - - Network.prototype._revertPhysicsState = function() { - var nodes = this.nodes; - for (var nodeId in nodes) { - if (nodes.hasOwnProperty(nodeId)) { - nodes[nodeId].revertPosition(); + // Return a moment from input, that is local/utc/utcOffset equivalent to + // model. + function makeAs(input, model) { + var res, diff; + if (model._isUTC) { + res = model.clone(); + diff = (moment.isMoment(input) || isDate(input) ? + +input : +moment(input)) - (+res); + // Use low-level api, because this fn is low-level api. + res._d.setTime(+res._d + diff); + moment.updateOffset(res, false); + return res; + } else { + return moment(input).local(); + } } - } - } - Network.prototype._revertPhysicsTick = function() { - this._doInAllActiveSectors("_revertPhysicsState"); - if (this.constants.smoothCurves.enabled == true && this.constants.smoothCurves.dynamic == true) { - this._doInSupportSector("_revertPhysicsState"); - } - } + /************************************ + Locale + ************************************/ - /** - * A single simulation step (or "tick") in the physics simulation - * - * @private - */ - Network.prototype._physicsTick = function() { - if (!this.freezeSimulation) { - if (this.moving == true) { - var mainMovingStatus = false; - var supportMovingStatus = false; - this._doInAllActiveSectors("_initializeForceCalculation"); - var mainMoving = this._doInAllActiveSectors("_discreteStepNodes"); - if (this.constants.smoothCurves.enabled == true && this.constants.smoothCurves.dynamic == true) { - supportMovingStatus = this._doInSupportSector("_discreteStepNodes"); - } + extend(Locale.prototype, { - // gather movement data from all sectors, if one moves, we are NOT stabilzied - for (var i = 0; i < mainMoving.length; i++) {mainMovingStatus = mainMoving[0] || mainMovingStatus;} + set : function (config) { + var prop, i; + for (i in config) { + prop = config[i]; + if (typeof prop === 'function') { + this[i] = prop; + } else { + this['_' + i] = prop; + } + } + // Lenient ordinal parsing accepts just a number in addition to + // number + (possibly) stuff coming from _ordinalParseLenient. + this._ordinalParseLenient = new RegExp(this._ordinalParse.source + '|' + /\d{1,2}/.source); + }, - // determine if the network has stabilzied - this.moving = mainMovingStatus || supportMovingStatus; + _months : 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'), + months : function (m) { + return this._months[m.month()]; + }, - if (this.moving == false) { - this._revertPhysicsTick(); - } - else { - // this is here to ensure that there is no start event when the network is already stable. - if (this.startedStabilization == false) { - this.emit("startStabilization"); - this.startedStabilization = true; - } - } + _monthsShort : 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'), + monthsShort : function (m) { + return this._monthsShort[m.month()]; + }, - this.stabilizationIterations++; - } - } - }; + monthsParse : function (monthName, format, strict) { + var i, mom, regex; + if (!this._monthsParse) { + this._monthsParse = []; + this._longMonthsParse = []; + this._shortMonthsParse = []; + } - /** - * This function runs one step of the animation. It calls an x amount of physics ticks and one render tick. - * It reschedules itself at the beginning of the function - * - * @private - */ - Network.prototype._animationStep = function() { - // reset the timer so a new scheduled animation step can be set - this.timer = undefined; + for (i = 0; i < 12; i++) { + // make the regex if we don't have it already + mom = moment.utc([2000, i]); + if (strict && !this._longMonthsParse[i]) { + this._longMonthsParse[i] = new RegExp('^' + this.months(mom, '').replace('.', '') + '$', 'i'); + this._shortMonthsParse[i] = new RegExp('^' + this.monthsShort(mom, '').replace('.', '') + '$', 'i'); + } + if (!strict && !this._monthsParse[i]) { + regex = '^' + this.months(mom, '') + '|^' + this.monthsShort(mom, ''); + this._monthsParse[i] = new RegExp(regex.replace('.', ''), 'i'); + } + // test the regex + if (strict && format === 'MMMM' && this._longMonthsParse[i].test(monthName)) { + return i; + } else if (strict && format === 'MMM' && this._shortMonthsParse[i].test(monthName)) { + return i; + } else if (!strict && this._monthsParse[i].test(monthName)) { + return i; + } + } + }, - // handle the keyboad movement - this._handleNavigation(); + _weekdays : 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'), + weekdays : function (m) { + return this._weekdays[m.day()]; + }, - var startTime = Date.now(); - this._physicsTick(); - var physicsTime = Date.now() - startTime; + _weekdaysShort : 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'), + weekdaysShort : function (m) { + return this._weekdaysShort[m.day()]; + }, - // run double speed if it is a little graph - if ((this.renderTimestep - this.renderTime > 2 * physicsTime || this.runDoubleSpeed == true) && this.moving == true) { - this._physicsTick(); + _weekdaysMin : 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'), + weekdaysMin : function (m) { + return this._weekdaysMin[m.day()]; + }, - // this makes sure there is no jitter. The decision is taken once to run it at double speed. - if (this.renderTime != 0) { - this.runDoubleSpeed = true - } - } + weekdaysParse : function (weekdayName) { + var i, mom, regex; - var renderStartTime = Date.now(); - this._redraw(); - this.renderTime = Date.now() - renderStartTime; + if (!this._weekdaysParse) { + this._weekdaysParse = []; + } - // this schedules a new animation step - this.start(); - }; + for (i = 0; i < 7; i++) { + // make the regex if we don't have it already + if (!this._weekdaysParse[i]) { + mom = moment([2000, 1]).day(i); + regex = '^' + this.weekdays(mom, '') + '|^' + this.weekdaysShort(mom, '') + '|^' + this.weekdaysMin(mom, ''); + this._weekdaysParse[i] = new RegExp(regex.replace('.', ''), 'i'); + } + // test the regex + if (this._weekdaysParse[i].test(weekdayName)) { + return i; + } + } + }, - if (typeof window !== 'undefined') { - window.requestAnimationFrame = window.requestAnimationFrame || window.mozRequestAnimationFrame || - window.webkitRequestAnimationFrame || window.msRequestAnimationFrame; - } + _longDateFormat : { + LTS : 'h:mm:ss A', + LT : 'h:mm A', + L : 'MM/DD/YYYY', + LL : 'MMMM D, YYYY', + LLL : 'MMMM D, YYYY LT', + LLLL : 'dddd, MMMM D, YYYY LT' + }, + longDateFormat : function (key) { + var output = this._longDateFormat[key]; + if (!output && this._longDateFormat[key.toUpperCase()]) { + output = this._longDateFormat[key.toUpperCase()].replace(/MMMM|MM|DD|dddd/g, function (val) { + return val.slice(1); + }); + this._longDateFormat[key] = output; + } + return output; + }, - /** - * Schedule a animation step with the refreshrate interval. - */ - Network.prototype.start = function() { - if (this.moving == true || this.xIncrement != 0 || this.yIncrement != 0 || this.zoomIncrement != 0) { - if (!this.timer) { - if (this.requiresTimeout == true) { - this.timer = window.setTimeout(this._animationStep.bind(this), this.renderTimestep); // wait this.renderTimeStep milliseconds and perform the animation step function - } - else { - this.timer = window.requestAnimationFrame(this._animationStep.bind(this)); // wait this.renderTimeStep milliseconds and perform the animation step function - } - } - } - else { - this._redraw(); - // this check is to ensure that the network does not emit these events if it was already stabilized and setOptions is called (setting moving to true and calling start()) - if (this.stabilizationIterations > 1) { - // trigger the "stabilized" event. - // The event is triggered on the next tick, to prevent the case that - // it is fired while initializing the Network, in which case you would not - // be able to catch it - var me = this; - var params = { - iterations: me.stabilizationIterations - }; - this.stabilizationIterations = 0; - this.startedStabilization = false; - setTimeout(function () { - me.emit("stabilized", params); - }, 0); - } - else { - this.stabilizationIterations = 0; - } - } - }; + isPM : function (input) { + // IE8 Quirks Mode & IE7 Standards Mode do not allow accessing strings like arrays + // Using charAt should be more compatible. + return ((input + '').toLowerCase().charAt(0) === 'p'); + }, + _meridiemParse : /[ap]\.?m?\.?/i, + meridiem : function (hours, minutes, isLower) { + if (hours > 11) { + return isLower ? 'pm' : 'PM'; + } else { + return isLower ? 'am' : 'AM'; + } + }, - /** - * Move the network according to the keyboard presses. - * - * @private - */ - Network.prototype._handleNavigation = function() { - if (this.xIncrement != 0 || this.yIncrement != 0) { - var translation = this._getTranslation(); - this._setTranslation(translation.x+this.xIncrement, translation.y+this.yIncrement); - } - if (this.zoomIncrement != 0) { - var center = { - x: this.frame.canvas.clientWidth / 2, - y: this.frame.canvas.clientHeight / 2 - }; - this._zoom(this.scale*(1 + this.zoomIncrement), center); - } - }; + _calendar : { + sameDay : '[Today at] LT', + nextDay : '[Tomorrow at] LT', + nextWeek : 'dddd [at] LT', + lastDay : '[Yesterday at] LT', + lastWeek : '[Last] dddd [at] LT', + sameElse : 'L' + }, + calendar : function (key, mom, now) { + var output = this._calendar[key]; + return typeof output === 'function' ? output.apply(mom, [now]) : output; + }, - /** - * Freeze the _animationStep - */ - Network.prototype.toggleFreeze = function() { - if (this.freezeSimulation == false) { - this.freezeSimulation = true; - } - else { - this.freezeSimulation = false; - this.start(); - } - }; + _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' + }, + relativeTime : function (number, withoutSuffix, string, isFuture) { + var output = this._relativeTime[string]; + return (typeof output === 'function') ? + output(number, withoutSuffix, string, isFuture) : + output.replace(/%d/i, number); + }, - /** - * This function cleans the support nodes if they are not needed and adds them when they are. - * - * @param {boolean} [disableStart] - * @private - */ - Network.prototype._configureSmoothCurves = function(disableStart) { - if (disableStart === undefined) { - disableStart = true; - } - if (this.constants.smoothCurves.enabled == true && this.constants.smoothCurves.dynamic == true) { - this._createBezierNodes(); - // cleanup unused support nodes - for (var nodeId in this.sectors['support']['nodes']) { - if (this.sectors['support']['nodes'].hasOwnProperty(nodeId)) { - if (this.edges[this.sectors['support']['nodes'][nodeId].parentEdgeId] === undefined) { - delete this.sectors['support']['nodes'][nodeId]; - } - } - } - } - else { - // delete the support nodes - this.sectors['support']['nodes'] = {}; - for (var edgeId in this.edges) { - if (this.edges.hasOwnProperty(edgeId)) { - this.edges[edgeId].via = null; - } - } - } + pastFuture : function (diff, output) { + var format = this._relativeTime[diff > 0 ? 'future' : 'past']; + return typeof format === 'function' ? format(output) : format.replace(/%s/i, output); + }, + ordinal : function (number) { + return this._ordinal.replace('%d', number); + }, + _ordinal : '%d', + _ordinalParse : /\d{1,2}/, - this._updateCalculationNodes(); - if (!disableStart) { - this.moving = true; - this.start(); - } - }; + preparse : function (string) { + return string; + }, + postformat : function (string) { + return string; + }, - /** - * Bezier curves require an anchor point to calculate the smooth flow. These points are nodes. These nodes are invisible but - * are used for the force calculation. - * - * @private - */ - Network.prototype._createBezierNodes = function() { - if (this.constants.smoothCurves.enabled == true && this.constants.smoothCurves.dynamic == true) { - for (var edgeId in this.edges) { - if (this.edges.hasOwnProperty(edgeId)) { - var edge = this.edges[edgeId]; - if (edge.via == null) { - var nodeId = "edgeId:".concat(edge.id); - this.sectors['support']['nodes'][nodeId] = new Node( - {id:nodeId, - mass:1, - shape:'circle', - image:"", - internalMultiplier:1 - },{},{},this.constants); - edge.via = this.sectors['support']['nodes'][nodeId]; - edge.via.parentEdgeId = edge.id; - edge.positionBezierNode(); - } - } - } - } - }; + week : function (mom) { + return weekOfYear(mom, this._week.dow, this._week.doy).week; + }, - /** - * load the functions that load the mixins into the prototype. - * - * @private - */ - Network.prototype._initializeMixinLoaders = function () { - for (var mixin in MixinLoader) { - if (MixinLoader.hasOwnProperty(mixin)) { - Network.prototype[mixin] = MixinLoader[mixin]; - } - } - }; + _week : { + dow : 0, // Sunday is the first day of the week. + doy : 6 // The week that contains Jan 1st is the first week of the year. + }, - /** - * Load the XY positions of the nodes into the dataset. - */ - Network.prototype.storePosition = function() { - console.log("storePosition is depricated: use .storePositions() from now on.") - this.storePositions(); - }; + firstDayOfWeek : function () { + return this._week.dow; + }, - /** - * Load the XY positions of the nodes into the dataset. - */ - Network.prototype.storePositions = function() { - var dataArray = []; - for (var nodeId in this.nodes) { - if (this.nodes.hasOwnProperty(nodeId)) { - var node = this.nodes[nodeId]; - var allowedToMoveX = !this.nodes.xFixed; - var allowedToMoveY = !this.nodes.yFixed; - if (this.nodesData._data[nodeId].x != Math.round(node.x) || this.nodesData._data[nodeId].y != Math.round(node.y)) { - dataArray.push({id:nodeId,x:Math.round(node.x),y:Math.round(node.y),allowedToMoveX:allowedToMoveX,allowedToMoveY:allowedToMoveY}); - } - } - } - this.nodesData.update(dataArray); - }; + firstDayOfYear : function () { + return this._week.doy; + }, - /** - * Return the positions of the nodes. - */ - Network.prototype.getPositions = function(ids) { - var dataArray = {}; - if (ids !== undefined) { - if (Array.isArray(ids) == true) { - for (var i = 0; i < ids.length; i++) { - if (this.nodes[ids[i]] !== undefined) { - var node = this.nodes[ids[i]]; - dataArray[ids[i]] = {x: Math.round(node.x), y: Math.round(node.y)}; + _invalidDate: 'Invalid date', + invalidDate: function () { + return this._invalidDate; } - } - } - else { - if (this.nodes[ids] !== undefined) { - var node = this.nodes[ids]; - dataArray[ids] = {x: Math.round(node.x), y: Math.round(node.y)}; - } - } - } - else { - for (var nodeId in this.nodes) { - if (this.nodes.hasOwnProperty(nodeId)) { - var node = this.nodes[nodeId]; - dataArray[nodeId] = {x: Math.round(node.x), y: Math.round(node.y)}; - } - } - } - return dataArray; - }; + }); + /************************************ + Formatting + ************************************/ - /** - * Center a node in view. - * - * @param {Number} nodeId - * @param {Number} [options] - */ - Network.prototype.focusOnNode = function (nodeId, options) { - if (this.nodes.hasOwnProperty(nodeId)) { - if (options === undefined) { - options = {}; + function removeFormattingTokens(input) { + if (input.match(/\[[\s\S]/)) { + return input.replace(/^\[|\]$/g, ''); + } + return input.replace(/\\/g, ''); } - var nodePosition = {x: this.nodes[nodeId].x, y: this.nodes[nodeId].y}; - options.position = nodePosition; - options.lockedOnNode = nodeId; - - this.moveTo(options) - } - else { - console.log("This nodeId cannot be found."); - } - }; - - /** - * - * @param {Object} options | options.offset = {x:Number, y:Number} // offset from the center in DOM pixels - * | options.scale = Number // scale to move to - * | options.position = {x:Number, y:Number} // position to move to - * | options.animation = {duration:Number, easingFunction:String} || Boolean // position to move to - */ - Network.prototype.moveTo = function (options) { - if (options === undefined) { - options = {}; - return; - } - if (options.offset === undefined) {options.offset = {x: 0, y: 0}; } - if (options.offset.x === undefined) {options.offset.x = 0; } - if (options.offset.y === undefined) {options.offset.y = 0; } - if (options.scale === undefined) {options.scale = this._getScale(); } - if (options.position === undefined) {options.position = this._getTranslation();} - if (options.animation === undefined) {options.animation = {duration:0}; } - if (options.animation === false ) {options.animation = {duration:0}; } - if (options.animation === true ) {options.animation = {}; } - if (options.animation.duration === undefined) {options.animation.duration = 1000; } // default duration - if (options.animation.easingFunction === undefined) {options.animation.easingFunction = "easeInOutQuad"; } // default easing function - this.animateView(options); - }; + function makeFormatFunction(format) { + var array = format.match(formattingTokens), i, length; - /** - * - * @param {Object} options | options.offset = {x:Number, y:Number} // offset from the center in DOM pixels - * | options.time = Number // animation time in milliseconds - * | options.scale = Number // scale to animate to - * | options.position = {x:Number, y:Number} // position to animate to - * | options.easingFunction = String // linear, easeInQuad, easeOutQuad, easeInOutQuad, - * // easeInCubic, easeOutCubic, easeInOutCubic, - * // easeInQuart, easeOutQuart, easeInOutQuart, - * // easeInQuint, easeOutQuint, easeInOutQuint - */ - Network.prototype.animateView = function (options) { - if (options === undefined) { - options = {}; - return; - } + for (i = 0, length = array.length; i < length; i++) { + if (formatTokenFunctions[array[i]]) { + array[i] = formatTokenFunctions[array[i]]; + } else { + array[i] = removeFormattingTokens(array[i]); + } + } - // release if something focussed on the node - this.releaseNode(); - if (options.locked == true) { - this.lockedOnNodeId = options.lockedOnNode; - this.lockedOnNodeOffset = options.offset; - } + return function (mom) { + var output = ''; + for (i = 0; i < length; i++) { + output += array[i] instanceof Function ? array[i].call(mom, format) : array[i]; + } + return output; + }; + } - // forcefully complete the old animation if it was still running - if (this.easingTime != 0) { - this._transitionRedraw(1); // by setting easingtime to 1, we finish the animation. - } + // format date using native date object + function formatMoment(m, format) { + if (!m.isValid()) { + return m.localeData().invalidDate(); + } - this.sourceScale = this._getScale(); - this.sourceTranslation = this._getTranslation(); - this.targetScale = options.scale; + format = expandFormat(format, m.localeData()); - // set the scale so the viewCenter is based on the correct zoom level. This is overridden in the transitionRedraw - // but at least then we'll have the target transition - this._setScale(this.targetScale); - var viewCenter = this.DOMtoCanvas({x: 0.5 * this.frame.canvas.clientWidth, y: 0.5 * this.frame.canvas.clientHeight}); - var distanceFromCenter = { // offset from view, distance view has to change by these x and y to center the node - x: viewCenter.x - options.position.x, - y: viewCenter.y - options.position.y - }; - this.targetTranslation = { - x: this.sourceTranslation.x + distanceFromCenter.x * this.targetScale + options.offset.x, - y: this.sourceTranslation.y + distanceFromCenter.y * this.targetScale + options.offset.y - }; + if (!formatFunctions[format]) { + formatFunctions[format] = makeFormatFunction(format); + } - // if the time is set to 0, don't do an animation - if (options.animation.duration == 0) { - if (this.lockedOnNodeId != null) { - this._classicRedraw = this._redraw; - this._redraw = this._lockedRedraw; - } - else { - this._setScale(this.targetScale); - this._setTranslation(this.targetTranslation.x, this.targetTranslation.y); - this._redraw(); + return formatFunctions[format](m); } - } - else { - this.animationSpeed = 1 / (this.renderRefreshRate * options.animation.duration * 0.001) || 1 / this.renderRefreshRate; - this.animationEasingFunction = options.animation.easingFunction; - this._classicRedraw = this._redraw; - this._redraw = this._transitionRedraw; - this._redraw(); - this.moving = true; - this.start(); - } - }; - /** - * used to animate smoothly by hijacking the redraw function. - * @private - */ - Network.prototype._lockedRedraw = function () { - var nodePosition = {x: this.nodes[this.lockedOnNodeId].x, y: this.nodes[this.lockedOnNodeId].y}; - var viewCenter = this.DOMtoCanvas({x: 0.5 * this.frame.canvas.clientWidth, y: 0.5 * this.frame.canvas.clientHeight}); - var distanceFromCenter = { // offset from view, distance view has to change by these x and y to center the node - x: viewCenter.x - nodePosition.x, - y: viewCenter.y - nodePosition.y - }; - var sourceTranslation = this._getTranslation(); - var targetTranslation = { - x: sourceTranslation.x + distanceFromCenter.x * this.scale + this.lockedOnNodeOffset.x, - y: sourceTranslation.y + distanceFromCenter.y * this.scale + this.lockedOnNodeOffset.y - }; + function expandFormat(format, locale) { + var i = 5; - this._setTranslation(targetTranslation.x,targetTranslation.y); - this._classicRedraw(); - } + function replaceLongDateFormatTokens(input) { + return locale.longDateFormat(input) || input; + } - Network.prototype.releaseNode = function () { - if (this.lockedOnNodeId != null) { - this._redraw = this._classicRedraw; - this.lockedOnNodeId = null; - this.lockedOnNodeOffset = null; - } - } + localFormattingTokens.lastIndex = 0; + while (i >= 0 && localFormattingTokens.test(format)) { + format = format.replace(localFormattingTokens, replaceLongDateFormatTokens); + localFormattingTokens.lastIndex = 0; + i -= 1; + } - /** - * - * @param easingTime - * @private - */ - Network.prototype._transitionRedraw = function (easingTime) { - this.easingTime = easingTime || this.easingTime + this.animationSpeed; - this.easingTime += this.animationSpeed; + return format; + } - var progress = util.easingFunctions[this.animationEasingFunction](this.easingTime); - this._setScale(this.sourceScale + (this.targetScale - this.sourceScale) * progress); - this._setTranslation( - this.sourceTranslation.x + (this.targetTranslation.x - this.sourceTranslation.x) * progress, - this.sourceTranslation.y + (this.targetTranslation.y - this.sourceTranslation.y) * progress - ); + /************************************ + Parsing + ************************************/ - this._classicRedraw(); - this.moving = true; - // cleanup - if (this.easingTime >= 1.0) { - this.easingTime = 0; - if (this.lockedOnNodeId != null) { - this._redraw = this._lockedRedraw; + // get the regex to find the next token + function getParseRegexForToken(token, config) { + var a, strict = config._strict; + switch (token) { + case 'Q': + return parseTokenOneDigit; + case 'DDDD': + return parseTokenThreeDigits; + case 'YYYY': + case 'GGGG': + case 'gggg': + return strict ? parseTokenFourDigits : parseTokenOneToFourDigits; + case 'Y': + case 'G': + case 'g': + return parseTokenSignedNumber; + case 'YYYYYY': + case 'YYYYY': + case 'GGGGG': + case 'ggggg': + return strict ? parseTokenSixDigits : parseTokenOneToSixDigits; + case 'S': + if (strict) { + return parseTokenOneDigit; + } + /* falls through */ + case 'SS': + if (strict) { + return parseTokenTwoDigits; + } + /* falls through */ + case 'SSS': + if (strict) { + return parseTokenThreeDigits; + } + /* falls through */ + case 'DDD': + return parseTokenOneToThreeDigits; + case 'MMM': + case 'MMMM': + case 'dd': + case 'ddd': + case 'dddd': + return parseTokenWord; + case 'a': + case 'A': + return config._locale._meridiemParse; + case 'x': + return parseTokenOffsetMs; + case 'X': + return parseTokenTimestampMs; + case 'Z': + case 'ZZ': + return parseTokenTimezone; + case 'T': + return parseTokenT; + case 'SSSS': + return parseTokenDigits; + case 'MM': + case 'DD': + case 'YY': + case 'GG': + case 'gg': + case 'HH': + case 'hh': + case 'mm': + case 'ss': + case 'ww': + case 'WW': + return strict ? parseTokenTwoDigits : parseTokenOneOrTwoDigits; + case 'M': + case 'D': + case 'd': + case 'H': + case 'h': + case 'm': + case 's': + case 'w': + case 'W': + case 'e': + case 'E': + return parseTokenOneOrTwoDigits; + case 'Do': + return strict ? config._locale._ordinalParse : config._locale._ordinalParseLenient; + default : + a = new RegExp(regexpEscape(unescapeFormat(token.replace('\\', '')), 'i')); + return a; + } } - else { - this._redraw = this._classicRedraw; + + function utcOffsetFromString(string) { + string = string || ''; + var possibleTzMatches = (string.match(parseTokenTimezone) || []), + tzChunk = possibleTzMatches[possibleTzMatches.length - 1] || [], + parts = (tzChunk + '').match(parseTimezoneChunker) || ['-', 0, 0], + minutes = +(parts[1] * 60) + toInt(parts[2]); + + return parts[0] === '+' ? minutes : -minutes; } - this.emit("animationFinished"); - } - }; - Network.prototype._classicRedraw = function () { - // placeholder function to be overloaded by animations; - }; + // function to convert string input to date + function addTimeToArrayFromToken(token, input, config) { + var a, datePartArray = config._a; - /** - * Returns true when the Network is active. - * @returns {boolean} - */ - Network.prototype.isActive = function () { - return !this.activator || this.activator.active; - }; + switch (token) { + // QUARTER + case 'Q': + if (input != null) { + datePartArray[MONTH] = (toInt(input) - 1) * 3; + } + break; + // MONTH + case 'M' : // fall through to MM + case 'MM' : + if (input != null) { + datePartArray[MONTH] = toInt(input) - 1; + } + break; + case 'MMM' : // fall through to MMMM + case 'MMMM' : + a = config._locale.monthsParse(input, token, config._strict); + // if we didn't find a month name, mark the date as invalid. + if (a != null) { + datePartArray[MONTH] = a; + } else { + config._pf.invalidMonth = input; + } + break; + // DAY OF MONTH + case 'D' : // fall through to DD + case 'DD' : + if (input != null) { + datePartArray[DATE] = toInt(input); + } + break; + case 'Do' : + if (input != null) { + datePartArray[DATE] = toInt(parseInt( + input.match(/\d{1,2}/)[0], 10)); + } + break; + // DAY OF YEAR + case 'DDD' : // fall through to DDDD + case 'DDDD' : + if (input != null) { + config._dayOfYear = toInt(input); + } + + break; + // YEAR + case 'YY' : + datePartArray[YEAR] = moment.parseTwoDigitYear(input); + break; + case 'YYYY' : + case 'YYYYY' : + case 'YYYYYY' : + datePartArray[YEAR] = toInt(input); + break; + // AM / PM + case 'a' : // fall through to A + case 'A' : + config._meridiem = input; + // config._isPm = config._locale.isPM(input); + break; + // HOUR + case 'h' : // fall through to hh + case 'hh' : + config._pf.bigHour = true; + /* falls through */ + case 'H' : // fall through to HH + case 'HH' : + datePartArray[HOUR] = toInt(input); + break; + // MINUTE + case 'm' : // fall through to mm + case 'mm' : + datePartArray[MINUTE] = toInt(input); + break; + // SECOND + case 's' : // fall through to ss + case 'ss' : + datePartArray[SECOND] = toInt(input); + break; + // MILLISECOND + case 'S' : + case 'SS' : + case 'SSS' : + case 'SSSS' : + datePartArray[MILLISECOND] = toInt(('0.' + input) * 1000); + break; + // UNIX OFFSET (MILLISECONDS) + case 'x': + config._d = new Date(toInt(input)); + break; + // UNIX TIMESTAMP WITH MS + case 'X': + config._d = new Date(parseFloat(input) * 1000); + break; + // TIMEZONE + case 'Z' : // fall through to ZZ + case 'ZZ' : + config._useUTC = true; + config._tzm = utcOffsetFromString(input); + break; + // WEEKDAY - human + case 'dd': + case 'ddd': + case 'dddd': + a = config._locale.weekdaysParse(input); + // if we didn't get a weekday name, mark the date as invalid + if (a != null) { + config._w = config._w || {}; + config._w['d'] = a; + } else { + config._pf.invalidWeekday = input; + } + break; + // WEEK, WEEK DAY - numeric + case 'w': + case 'ww': + case 'W': + case 'WW': + case 'd': + case 'e': + case 'E': + token = token.substr(0, 1); + /* falls through */ + case 'gggg': + case 'GGGG': + case 'GGGGG': + token = token.substr(0, 2); + if (input) { + config._w = config._w || {}; + config._w[token] = toInt(input); + } + break; + case 'gg': + case 'GG': + config._w = config._w || {}; + config._w[token] = moment.parseTwoDigitYear(input); + } + } + function dayOfYearFromWeekInfo(config) { + var w, weekYear, week, weekday, dow, doy, temp; - /** - * Sets the scale - * @returns {Number} - */ - Network.prototype.setScale = function () { - return this._setScale(); - }; + w = config._w; + if (w.GG != null || w.W != null || w.E != null) { + dow = 1; + doy = 4; + // TODO: We need to take the current isoWeekYear, but that depends on + // how we interpret now (local, utc, fixed offset). So create + // a now version of current config (take local/utc/offset flags, and + // create now). + weekYear = dfl(w.GG, config._a[YEAR], weekOfYear(moment(), 1, 4).year); + week = dfl(w.W, 1); + weekday = dfl(w.E, 1); + } else { + dow = config._locale._week.dow; + doy = config._locale._week.doy; - /** - * Returns the scale - * @returns {Number} - */ - Network.prototype.getScale = function () { - return this._getScale(); - }; + weekYear = dfl(w.gg, config._a[YEAR], weekOfYear(moment(), dow, doy).year); + week = dfl(w.w, 1); + if (w.d != null) { + // weekday -- low day numbers are considered next week + weekday = w.d; + if (weekday < dow) { + ++week; + } + } else if (w.e != null) { + // local weekday -- counting starts from begining of week + weekday = w.e + dow; + } else { + // default to begining of week + weekday = dow; + } + } + temp = dayOfYearFromWeeks(weekYear, week, weekday, doy, dow); - /** - * Returns the scale - * @returns {Number} - */ - Network.prototype.getCenterCoordinates = function () { - return this.DOMtoCanvas({x: 0.5 * this.frame.canvas.clientWidth, y: 0.5 * this.frame.canvas.clientHeight}); - }; + config._a[YEAR] = temp.year; + config._dayOfYear = temp.dayOfYear; + } + // convert an array to a date. + // the array should mirror the parameters below + // note: all values past the year are optional and will default to the lowest possible value. + // [year, month, day , hour, minute, second, millisecond] + function dateFromConfig(config) { + var i, date, input = [], currentDate, yearToUse; - Network.prototype.getBoundingBox = function(nodeId) { - if (this.nodes[nodeId] !== undefined) { - return this.nodes[nodeId].boundingBox; - } - } + if (config._d) { + return; + } - module.exports = Network; + currentDate = currentDateArray(config); + //compute day of the year from weeks and weekdays + if (config._w && config._a[DATE] == null && config._a[MONTH] == null) { + dayOfYearFromWeekInfo(config); + } -/***/ }, -/* 52 */ -/***/ function(module, exports, __webpack_require__) { + //if the day of the year is set, figure out what it is + if (config._dayOfYear) { + yearToUse = dfl(config._a[YEAR], currentDate[YEAR]); - /** - * Parse a text source containing data in DOT language into a JSON object. - * The object contains two lists: one with nodes and one with edges. - * - * DOT language reference: http://www.graphviz.org/doc/info/lang.html - * - * @param {String} data Text containing a graph in DOT-notation - * @return {Object} graph An object containing two parameters: - * {Object[]} nodes - * {Object[]} edges - */ - function parseDOT (data) { - dot = data; - return parseGraph(); - } + if (config._dayOfYear > daysInYear(yearToUse)) { + config._pf._overflowDayOfYear = true; + } - // token types enumeration - var TOKENTYPE = { - NULL : 0, - DELIMITER : 1, - IDENTIFIER: 2, - UNKNOWN : 3 - }; + date = makeUTCDate(yearToUse, 0, config._dayOfYear); + config._a[MONTH] = date.getUTCMonth(); + config._a[DATE] = date.getUTCDate(); + } - // map with all delimiters - var DELIMITERS = { - '{': true, - '}': true, - '[': true, - ']': true, - ';': true, - '=': true, - ',': true, + // Default to current date. + // * if no year, month, day of month are given, default to today + // * if day of month is given, default month and year + // * if month is given, default only year + // * if year is given, don't default anything + for (i = 0; i < 3 && config._a[i] == null; ++i) { + config._a[i] = input[i] = currentDate[i]; + } - '->': true, - '--': true - }; + // Zero out whatever was not defaulted, including time + for (; i < 7; i++) { + config._a[i] = input[i] = (config._a[i] == null) ? (i === 2 ? 1 : 0) : config._a[i]; + } - var dot = ''; // current dot file - var index = 0; // current index in dot file - var c = ''; // current token character in expr - var token = ''; // current token - var tokenType = TOKENTYPE.NULL; // type of the token + // Check for 24:00:00.000 + if (config._a[HOUR] === 24 && + config._a[MINUTE] === 0 && + config._a[SECOND] === 0 && + config._a[MILLISECOND] === 0) { + config._nextDay = true; + config._a[HOUR] = 0; + } - /** - * Get the first character from the dot file. - * The character is stored into the char c. If the end of the dot file is - * reached, the function puts an empty string in c. - */ - function first() { - index = 0; - c = dot.charAt(0); - } + config._d = (config._useUTC ? makeUTCDate : makeDate).apply(null, input); + // Apply timezone offset from input. The actual utcOffset can be changed + // with parseZone. + if (config._tzm != null) { + config._d.setUTCMinutes(config._d.getUTCMinutes() - config._tzm); + } - /** - * Get the next character from the dot file. - * The character is stored into the char c. If the end of the dot file is - * reached, the function puts an empty string in c. - */ - function next() { - index++; - c = dot.charAt(index); - } + if (config._nextDay) { + config._a[HOUR] = 24; + } + } - /** - * Preview the next character from the dot file. - * @return {String} cNext - */ - function nextPreview() { - return dot.charAt(index + 1); - } + function dateFromObject(config) { + var normalizedInput; - /** - * Test whether given character is alphabetic or numeric - * @param {String} c - * @return {Boolean} isAlphaNumeric - */ - var regexAlphaNumeric = /[a-zA-Z_0-9.:#]/; - function isAlphaNumeric(c) { - return regexAlphaNumeric.test(c); - } + if (config._d) { + return; + } - /** - * Merge all properties of object b into object b - * @param {Object} a - * @param {Object} b - * @return {Object} a - */ - function merge (a, b) { - if (!a) { - a = {}; - } + normalizedInput = normalizeObjectUnits(config._i); + config._a = [ + normalizedInput.year, + normalizedInput.month, + normalizedInput.day || normalizedInput.date, + normalizedInput.hour, + normalizedInput.minute, + normalizedInput.second, + normalizedInput.millisecond + ]; - if (b) { - for (var name in b) { - if (b.hasOwnProperty(name)) { - a[name] = b[name]; - } + dateFromConfig(config); } - } - return a; - } - /** - * Set a value in an object, where the provided parameter name can be a - * path with nested parameters. For example: - * - * var obj = {a: 2}; - * setValue(obj, 'b.c', 3); // obj = {a: 2, b: {c: 3}} - * - * @param {Object} obj - * @param {String} path A parameter name or dot-separated parameter path, - * like "color.highlight.border". - * @param {*} value - */ - function setValue(obj, path, value) { - var keys = path.split('.'); - var o = obj; - while (keys.length) { - var key = keys.shift(); - if (keys.length) { - // this isn't the end point - if (!o[key]) { - o[key] = {}; - } - o = o[key]; - } - else { - // this is the end point - o[key] = value; + function currentDateArray(config) { + var now = new Date(); + if (config._useUTC) { + return [ + now.getUTCFullYear(), + now.getUTCMonth(), + now.getUTCDate() + ]; + } else { + return [now.getFullYear(), now.getMonth(), now.getDate()]; + } } - } - } - /** - * Add a node to a graph object. If there is already a node with - * the same id, their attributes will be merged. - * @param {Object} graph - * @param {Object} node - */ - function addNode(graph, node) { - var i, len; - var current = null; + // date from string and format string + function makeDateFromStringAndFormat(config) { + if (config._f === moment.ISO_8601) { + parseISO(config); + return; + } - // find root graph (in case of subgraph) - var graphs = [graph]; // list with all graphs from current graph to root graph - var root = graph; - while (root.parent) { - graphs.push(root.parent); - root = root.parent; - } + config._a = []; + config._pf.empty = true; - // find existing node (at root level) by its id - if (root.nodes) { - for (i = 0, len = root.nodes.length; i < len; i++) { - if (node.id === root.nodes[i].id) { - current = root.nodes[i]; - break; - } - } - } + // This array is used to make a Date, either with `new Date` or `Date.UTC` + var string = '' + config._i, + i, parsedInput, tokens, token, skipped, + stringLength = string.length, + totalParsedInputLength = 0; - if (!current) { - // this is a new node - current = { - id: node.id - }; - if (graph.node) { - // clone default attributes - current.attr = merge(current.attr, graph.node); - } - } + tokens = expandFormat(config._f, config._locale).match(formattingTokens) || []; - // add node to this (sub)graph and all its parent graphs - for (i = graphs.length - 1; i >= 0; i--) { - var g = graphs[i]; + for (i = 0; i < tokens.length; i++) { + token = tokens[i]; + parsedInput = (string.match(getParseRegexForToken(token, config)) || [])[0]; + if (parsedInput) { + skipped = string.substr(0, string.indexOf(parsedInput)); + if (skipped.length > 0) { + config._pf.unusedInput.push(skipped); + } + string = string.slice(string.indexOf(parsedInput) + parsedInput.length); + totalParsedInputLength += parsedInput.length; + } + // don't parse if it's not a known token + if (formatTokenFunctions[token]) { + if (parsedInput) { + config._pf.empty = false; + } + else { + config._pf.unusedTokens.push(token); + } + addTimeToArrayFromToken(token, parsedInput, config); + } + else if (config._strict && !parsedInput) { + config._pf.unusedTokens.push(token); + } + } - if (!g.nodes) { - g.nodes = []; + // add remaining unparsed input length to the string + config._pf.charsLeftOver = stringLength - totalParsedInputLength; + if (string.length > 0) { + config._pf.unusedInput.push(string); + } + + // clear _12h flag if hour is <= 12 + if (config._pf.bigHour === true && config._a[HOUR] <= 12) { + config._pf.bigHour = undefined; + } + // handle meridiem + config._a[HOUR] = meridiemFixWrap(config._locale, config._a[HOUR], + config._meridiem); + dateFromConfig(config); + checkOverflow(config); } - if (g.nodes.indexOf(current) == -1) { - g.nodes.push(current); + + function unescapeFormat(s) { + return s.replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g, function (matched, p1, p2, p3, p4) { + return p1 || p2 || p3 || p4; + }); } - } - // merge attributes - if (node.attr) { - current.attr = merge(current.attr, node.attr); - } - } + // Code from http://stackoverflow.com/questions/3561493/is-there-a-regexp-escape-function-in-javascript + function regexpEscape(s) { + return s.replace(/[-\/\\^$*+?.()|[\]{}]/g, '\\$&'); + } - /** - * Add an edge to a graph object - * @param {Object} graph - * @param {Object} edge - */ - function addEdge(graph, edge) { - if (!graph.edges) { - graph.edges = []; - } - graph.edges.push(edge); - if (graph.edge) { - var attr = merge({}, graph.edge); // clone default attributes - edge.attr = merge(attr, edge.attr); // merge attributes - } - } + // date from string and array of format strings + function makeDateFromStringAndArray(config) { + var tempConfig, + bestMoment, - /** - * Create an edge to a graph object - * @param {Object} graph - * @param {String | Number | Object} from - * @param {String | Number | Object} to - * @param {String} type - * @param {Object | null} attr - * @return {Object} edge - */ - function createEdge(graph, from, to, type, attr) { - var edge = { - from: from, - to: to, - type: type - }; + scoreToBeat, + i, + currentScore; - if (graph.edge) { - edge.attr = merge({}, graph.edge); // clone default attributes - } - edge.attr = merge(edge.attr || {}, attr); // merge attributes + if (config._f.length === 0) { + config._pf.invalidFormat = true; + config._d = new Date(NaN); + return; + } - return edge; - } + for (i = 0; i < config._f.length; i++) { + currentScore = 0; + tempConfig = copyConfig({}, config); + if (config._useUTC != null) { + tempConfig._useUTC = config._useUTC; + } + tempConfig._pf = defaultParsingFlags(); + tempConfig._f = config._f[i]; + makeDateFromStringAndFormat(tempConfig); - /** - * Get next token in the current dot file. - * The token and token type are available as token and tokenType - */ - function getToken() { - tokenType = TOKENTYPE.NULL; - token = ''; + if (!isValid(tempConfig)) { + continue; + } - // skip over whitespaces - while (c == ' ' || c == '\t' || c == '\n' || c == '\r') { // space, tab, enter - next(); - } + // if there is any input that was not parsed add a penalty for that format + currentScore += tempConfig._pf.charsLeftOver; - do { - var isComment = false; + //or tokens + currentScore += tempConfig._pf.unusedTokens.length * 10; - // skip comment - if (c == '#') { - // find the previous non-space character - var i = index - 1; - while (dot.charAt(i) == ' ' || dot.charAt(i) == '\t') { - i--; - } - if (dot.charAt(i) == '\n' || dot.charAt(i) == '') { - // the # is at the start of a line, this is indeed a line comment - while (c != '' && c != '\n') { - next(); + tempConfig._pf.score = currentScore; + + if (scoreToBeat == null || currentScore < scoreToBeat) { + scoreToBeat = currentScore; + bestMoment = tempConfig; + } } - isComment = true; - } - } - if (c == '/' && nextPreview() == '/') { - // skip line comment - while (c != '' && c != '\n') { - next(); - } - isComment = true; + + extend(config, bestMoment || tempConfig); } - if (c == '/' && nextPreview() == '*') { - // skip block comment - while (c != '') { - if (c == '*' && nextPreview() == '/') { - // end of block comment found. skip these last two characters - next(); - next(); - break; - } - else { - next(); + + // date from iso format + function parseISO(config) { + var i, l, + string = config._i, + match = isoRegex.exec(string); + + if (match) { + config._pf.iso = true; + for (i = 0, l = isoDates.length; i < l; i++) { + if (isoDates[i][1].exec(string)) { + // match[5] should be 'T' or undefined + config._f = isoDates[i][0] + (match[6] || ' '); + break; + } + } + for (i = 0, l = isoTimes.length; i < l; i++) { + if (isoTimes[i][1].exec(string)) { + config._f += isoTimes[i][0]; + break; + } + } + if (string.match(parseTokenTimezone)) { + config._f += 'Z'; + } + makeDateFromStringAndFormat(config); + } else { + config._isValid = false; } - } - isComment = true; } - // skip over whitespaces - while (c == ' ' || c == '\t' || c == '\n' || c == '\r') { // space, tab, enter - next(); + // date from iso format or fallback + function makeDateFromString(config) { + parseISO(config); + if (config._isValid === false) { + delete config._isValid; + moment.createFromInputFallback(config); + } } - } - while (isComment); - - // check for end of dot file - if (c == '') { - // token is still empty - tokenType = TOKENTYPE.DELIMITER; - return; - } - // check for delimiters consisting of 2 characters - var c2 = c + nextPreview(); - if (DELIMITERS[c2]) { - tokenType = TOKENTYPE.DELIMITER; - token = c2; - next(); - next(); - return; - } + function map(arr, fn) { + var res = [], i; + for (i = 0; i < arr.length; ++i) { + res.push(fn(arr[i], i)); + } + return res; + } - // check for delimiters consisting of 1 character - if (DELIMITERS[c]) { - tokenType = TOKENTYPE.DELIMITER; - token = c; - next(); - return; - } + function makeDateFromInput(config) { + var input = config._i, matched; + if (input === undefined) { + config._d = new Date(); + } else if (isDate(input)) { + config._d = new Date(+input); + } else if ((matched = aspNetJsonRegex.exec(input)) !== null) { + config._d = new Date(+matched[1]); + } else if (typeof input === 'string') { + makeDateFromString(config); + } else if (isArray(input)) { + config._a = map(input.slice(0), function (obj) { + return parseInt(obj, 10); + }); + dateFromConfig(config); + } else if (typeof(input) === 'object') { + dateFromObject(config); + } else if (typeof(input) === 'number') { + // from milliseconds + config._d = new Date(input); + } else { + moment.createFromInputFallback(config); + } + } - // check for an identifier (number or string) - // TODO: more precise parsing of numbers/strings (and the port separator ':') - if (isAlphaNumeric(c) || c == '-') { - token += c; - next(); + function makeDate(y, m, d, h, M, s, ms) { + //can't just apply() to create a date: + //http://stackoverflow.com/questions/181348/instantiating-a-javascript-object-by-calling-prototype-constructor-apply + var date = new Date(y, m, d, h, M, s, ms); - while (isAlphaNumeric(c)) { - token += c; - next(); - } - if (token == 'false') { - token = false; // convert to boolean - } - else if (token == 'true') { - token = true; // convert to boolean + //the date constructor doesn't accept years < 1970 + if (y < 1970) { + date.setFullYear(y); + } + return date; } - else if (!isNaN(Number(token))) { - token = Number(token); // convert to number + + function makeUTCDate(y) { + var date = new Date(Date.UTC.apply(null, arguments)); + if (y < 1970) { + date.setUTCFullYear(y); + } + return date; } - tokenType = TOKENTYPE.IDENTIFIER; - return; - } - // check for a string enclosed by double quotes - if (c == '"') { - next(); - while (c != '' && (c != '"' || (c == '"' && nextPreview() == '"'))) { - token += c; - if (c == '"') { // skip the escape character - next(); - } - next(); + function parseWeekday(input, locale) { + if (typeof input === 'string') { + if (!isNaN(input)) { + input = parseInt(input, 10); + } + else { + input = locale.weekdaysParse(input); + if (typeof input !== 'number') { + return null; + } + } + } + return input; } - if (c != '"') { - throw newSyntaxError('End of string " expected'); + + /************************************ + Relative Time + ************************************/ + + + // helper function for moment.fn.from, moment.fn.fromNow, and moment.duration.fn.humanize + function substituteTimeAgo(string, number, withoutSuffix, isFuture, locale) { + return locale.relativeTime(number || 1, !!withoutSuffix, string, isFuture); } - next(); - tokenType = TOKENTYPE.IDENTIFIER; - return; - } - // something unknown is found, wrong characters, a syntax error - tokenType = TOKENTYPE.UNKNOWN; - while (c != '') { - token += c; - next(); - } - throw new SyntaxError('Syntax error in part "' + chop(token, 30) + '"'); - } + function relativeTime(posNegDuration, withoutSuffix, locale) { + var duration = moment.duration(posNegDuration).abs(), + seconds = round(duration.as('s')), + minutes = round(duration.as('m')), + hours = round(duration.as('h')), + days = round(duration.as('d')), + months = round(duration.as('M')), + years = round(duration.as('y')), - /** - * Parse a graph. - * @returns {Object} graph - */ - function parseGraph() { - var graph = {}; + args = seconds < relativeTimeThresholds.s && ['s', seconds] || + minutes === 1 && ['m'] || + minutes < relativeTimeThresholds.m && ['mm', minutes] || + hours === 1 && ['h'] || + hours < relativeTimeThresholds.h && ['hh', hours] || + days === 1 && ['d'] || + days < relativeTimeThresholds.d && ['dd', days] || + months === 1 && ['M'] || + months < relativeTimeThresholds.M && ['MM', months] || + years === 1 && ['y'] || ['yy', years]; - first(); - getToken(); + args[2] = withoutSuffix; + args[3] = +posNegDuration > 0; + args[4] = locale; + return substituteTimeAgo.apply({}, args); + } - // optional strict keyword - if (token == 'strict') { - graph.strict = true; - getToken(); - } - // graph or digraph keyword - if (token == 'graph' || token == 'digraph') { - graph.type = token; - getToken(); - } + /************************************ + Week of Year + ************************************/ - // optional graph id - if (tokenType == TOKENTYPE.IDENTIFIER) { - graph.id = token; - getToken(); - } - // open angle bracket - if (token != '{') { - throw newSyntaxError('Angle bracket { expected'); - } - getToken(); + // firstDayOfWeek 0 = sun, 6 = sat + // the day of the week that starts the week + // (usually sunday or monday) + // firstDayOfWeekOfYear 0 = sun, 6 = sat + // the first week is the week that contains the first + // of this day of the week + // (eg. ISO weeks use thursday (4)) + function weekOfYear(mom, firstDayOfWeek, firstDayOfWeekOfYear) { + var end = firstDayOfWeekOfYear - firstDayOfWeek, + daysToDayOfWeek = firstDayOfWeekOfYear - mom.day(), + adjustedMoment; + - // statements - parseStatements(graph); + if (daysToDayOfWeek > end) { + daysToDayOfWeek -= 7; + } - // close angle bracket - if (token != '}') { - throw newSyntaxError('Angle bracket } expected'); - } - getToken(); + if (daysToDayOfWeek < end - 7) { + daysToDayOfWeek += 7; + } - // end of file - if (token !== '') { - throw newSyntaxError('End of file expected'); - } - getToken(); + adjustedMoment = moment(mom).add(daysToDayOfWeek, 'd'); + return { + week: Math.ceil(adjustedMoment.dayOfYear() / 7), + year: adjustedMoment.year() + }; + } - // remove temporary default properties - delete graph.node; - delete graph.edge; - delete graph.graph; + //http://en.wikipedia.org/wiki/ISO_week_date#Calculating_a_date_given_the_year.2C_week_number_and_weekday + function dayOfYearFromWeeks(year, week, weekday, firstDayOfWeekOfYear, firstDayOfWeek) { + var d = makeUTCDate(year, 0, 1).getUTCDay(), daysToAdd, dayOfYear; - return graph; - } + d = d === 0 ? 7 : d; + weekday = weekday != null ? weekday : firstDayOfWeek; + daysToAdd = firstDayOfWeek - d + (d > firstDayOfWeekOfYear ? 7 : 0) - (d < firstDayOfWeek ? 7 : 0); + dayOfYear = 7 * (week - 1) + (weekday - firstDayOfWeek) + daysToAdd + 1; - /** - * Parse a list with statements. - * @param {Object} graph - */ - function parseStatements (graph) { - while (token !== '' && token != '}') { - parseStatement(graph); - if (token == ';') { - getToken(); + return { + year: dayOfYear > 0 ? year : year - 1, + dayOfYear: dayOfYear > 0 ? dayOfYear : daysInYear(year - 1) + dayOfYear + }; } - } - } - /** - * Parse a single statement. Can be a an attribute statement, node - * statement, a series of node statements and edge statements, or a - * parameter. - * @param {Object} graph - */ - function parseStatement(graph) { - // parse subgraph - var subgraph = parseSubgraph(graph); - if (subgraph) { - // edge statements - parseEdge(graph, subgraph); + /************************************ + Top Level Functions + ************************************/ - return; - } + function makeMoment(config) { + var input = config._i, + format = config._f, + res; - // parse an attribute statement - var attr = parseAttributeStatement(graph); - if (attr) { - return; - } + config._locale = config._locale || moment.localeData(config._l); - // parse node - if (tokenType != TOKENTYPE.IDENTIFIER) { - throw newSyntaxError('Identifier expected'); - } - var id = token; // id can be a string or a number - getToken(); + if (input === null || (format === undefined && input === '')) { + return moment.invalid({nullInput: true}); + } - if (token == '=') { - // id statement - getToken(); - if (tokenType != TOKENTYPE.IDENTIFIER) { - throw newSyntaxError('Identifier expected'); - } - graph[id] = token; - getToken(); - // TODO: implement comma separated list with "a_list: ID=ID [','] [a_list] " - } - else { - parseNodeStatement(graph, id); - } - } + if (typeof input === 'string') { + config._i = input = config._locale.preparse(input); + } - /** - * Parse a subgraph - * @param {Object} graph parent graph object - * @return {Object | null} subgraph - */ - function parseSubgraph (graph) { - var subgraph = null; + if (moment.isMoment(input)) { + return new Moment(input, true); + } else if (format) { + if (isArray(format)) { + makeDateFromStringAndArray(config); + } else { + makeDateFromStringAndFormat(config); + } + } else { + makeDateFromInput(config); + } - // optional subgraph keyword - if (token == 'subgraph') { - subgraph = {}; - subgraph.type = 'subgraph'; - getToken(); + res = new Moment(config); + if (res._nextDay) { + // Adding is smart enough around DST + res.add(1, 'd'); + res._nextDay = undefined; + } - // optional graph id - if (tokenType == TOKENTYPE.IDENTIFIER) { - subgraph.id = token; - getToken(); + return res; } - } - // open angle bracket - if (token == '{') { - getToken(); + moment = function (input, format, locale, strict) { + var c; - if (!subgraph) { - subgraph = {}; - } - subgraph.parent = graph; - subgraph.node = graph.node; - subgraph.edge = graph.edge; - subgraph.graph = graph.graph; + if (typeof(locale) === 'boolean') { + strict = locale; + locale = undefined; + } + // object construction must be done this way. + // https://github.com/moment/moment/issues/1423 + c = {}; + c._isAMomentObject = true; + c._i = input; + c._f = format; + c._l = locale; + c._strict = strict; + c._isUTC = false; + c._pf = defaultParsingFlags(); - // statements - parseStatements(subgraph); + return makeMoment(c); + }; - // close angle bracket - if (token != '}') { - throw newSyntaxError('Angle bracket } expected'); - } - getToken(); + moment.suppressDeprecationWarnings = false; - // remove temporary default properties - delete subgraph.node; - delete subgraph.edge; - delete subgraph.graph; - delete subgraph.parent; + moment.createFromInputFallback = deprecate( + 'moment construction falls back to js Date. This is ' + + 'discouraged and will be removed in upcoming major ' + + 'release. Please refer to ' + + 'https://github.com/moment/moment/issues/1407 for more info.', + function (config) { + config._d = new Date(config._i + (config._useUTC ? ' UTC' : '')); + } + ); - // register at the parent graph - if (!graph.subgraphs) { - graph.subgraphs = []; + // Pick a moment m from moments so that m[fn](other) is true for all + // other. This relies on the function fn to be transitive. + // + // moments should either be an array of moment objects or an array, whose + // first element is an array of moment objects. + function pickBy(fn, moments) { + var res, i; + if (moments.length === 1 && isArray(moments[0])) { + moments = moments[0]; + } + if (!moments.length) { + return moment(); + } + res = moments[0]; + for (i = 1; i < moments.length; ++i) { + if (moments[i][fn](res)) { + res = moments[i]; + } + } + return res; } - graph.subgraphs.push(subgraph); - } - return subgraph; - } + moment.min = function () { + var args = [].slice.call(arguments, 0); - /** - * parse an attribute statement like "node [shape=circle fontSize=16]". - * Available keywords are 'node', 'edge', 'graph'. - * The previous list with default attributes will be replaced - * @param {Object} graph - * @returns {String | null} keyword Returns the name of the parsed attribute - * (node, edge, graph), or null if nothing - * is parsed. - */ - function parseAttributeStatement (graph) { - // attribute statements - if (token == 'node') { - getToken(); + return pickBy('isBefore', args); + }; - // node attributes - graph.node = parseAttributeList(); - return 'node'; - } - else if (token == 'edge') { - getToken(); + moment.max = function () { + var args = [].slice.call(arguments, 0); - // edge attributes - graph.edge = parseAttributeList(); - return 'edge'; - } - else if (token == 'graph') { - getToken(); + return pickBy('isAfter', args); + }; - // graph attributes - graph.graph = parseAttributeList(); - return 'graph'; - } + // creating with utc + moment.utc = function (input, format, locale, strict) { + var c; - return null; - } + if (typeof(locale) === 'boolean') { + strict = locale; + locale = undefined; + } + // object construction must be done this way. + // https://github.com/moment/moment/issues/1423 + c = {}; + c._isAMomentObject = true; + c._useUTC = true; + c._isUTC = true; + c._l = locale; + c._i = input; + c._f = format; + c._strict = strict; + c._pf = defaultParsingFlags(); - /** - * parse a node statement - * @param {Object} graph - * @param {String | Number} id - */ - function parseNodeStatement(graph, id) { - // node statement - var node = { - id: id - }; - var attr = parseAttributeList(); - if (attr) { - node.attr = attr; - } - addNode(graph, node); + return makeMoment(c).utc(); + }; - // edge statements - parseEdge(graph, id); - } + // creating with unix timestamp (in seconds) + moment.unix = function (input) { + return moment(input * 1000); + }; - /** - * Parse an edge or a series of edges - * @param {Object} graph - * @param {String | Number} from Id of the from node - */ - function parseEdge(graph, from) { - while (token == '->' || token == '--') { - var to; - var type = token; - getToken(); + // duration + moment.duration = function (input, key) { + var duration = input, + // matching against regexp is expensive, do it on demand + match = null, + sign, + ret, + parseIso, + diffRes; - var subgraph = parseSubgraph(graph); - if (subgraph) { - to = subgraph; - } - else { - if (tokenType != TOKENTYPE.IDENTIFIER) { - throw newSyntaxError('Identifier or subgraph expected'); - } - to = token; - addNode(graph, { - id: to - }); - getToken(); - } + if (moment.isDuration(input)) { + duration = { + ms: input._milliseconds, + d: input._days, + M: input._months + }; + } else if (typeof input === 'number') { + duration = {}; + if (key) { + duration[key] = input; + } else { + duration.milliseconds = input; + } + } else if (!!(match = aspNetTimeSpanJsonRegex.exec(input))) { + sign = (match[1] === '-') ? -1 : 1; + duration = { + y: 0, + d: toInt(match[DATE]) * sign, + h: toInt(match[HOUR]) * sign, + m: toInt(match[MINUTE]) * sign, + s: toInt(match[SECOND]) * sign, + ms: toInt(match[MILLISECOND]) * sign + }; + } else if (!!(match = isoDurationRegex.exec(input))) { + sign = (match[1] === '-') ? -1 : 1; + parseIso = function (inp) { + // We'd normally use ~~inp for this, but unfortunately it also + // converts floats to ints. + // inp may be undefined, so careful calling replace on it. + var res = inp && parseFloat(inp.replace(',', '.')); + // apply sign while we're at it + return (isNaN(res) ? 0 : res) * sign; + }; + duration = { + y: parseIso(match[2]), + M: parseIso(match[3]), + d: parseIso(match[4]), + h: parseIso(match[5]), + m: parseIso(match[6]), + s: parseIso(match[7]), + w: parseIso(match[8]) + }; + } else if (duration == null) {// checks for null or undefined + duration = {}; + } else if (typeof duration === 'object' && + ('from' in duration || 'to' in duration)) { + diffRes = momentsDifference(moment(duration.from), moment(duration.to)); - // parse edge attributes - var attr = parseAttributeList(); + duration = {}; + duration.ms = diffRes.milliseconds; + duration.M = diffRes.months; + } - // create edge - var edge = createEdge(graph, from, to, type, attr); - addEdge(graph, edge); + ret = new Duration(duration); - from = to; - } - } + if (moment.isDuration(input) && hasOwnProp(input, '_locale')) { + ret._locale = input._locale; + } - /** - * Parse a set with attributes, - * for example [label="1.000", shape=solid] - * @return {Object | null} attr - */ - function parseAttributeList() { - var attr = null; + return ret; + }; - while (token == '[') { - getToken(); - attr = {}; - while (token !== '' && token != ']') { - if (tokenType != TOKENTYPE.IDENTIFIER) { - throw newSyntaxError('Attribute name expected'); - } - var name = token; + // version number + moment.version = VERSION; - getToken(); - if (token != '=') { - throw newSyntaxError('Equal sign = expected'); - } - getToken(); + // default format + moment.defaultFormat = isoFormat; - if (tokenType != TOKENTYPE.IDENTIFIER) { - throw newSyntaxError('Attribute value expected'); - } - var value = token; - setValue(attr, name, value); // name can be a path + // constant that refers to the ISO standard + moment.ISO_8601 = function () {}; - getToken(); - if (token ==',') { - getToken(); - } - } + // Plugins that add properties should also add the key here (null value), + // so we can properly clone ourselves. + moment.momentProperties = momentProperties; - if (token != ']') { - throw newSyntaxError('Bracket ] expected'); - } - getToken(); - } + // This function will be called whenever a moment is mutated. + // It is intended to keep the offset in sync with the timezone. + moment.updateOffset = function () {}; - return attr; - } + // This function allows you to set a threshold for relative time strings + moment.relativeTimeThreshold = function (threshold, limit) { + if (relativeTimeThresholds[threshold] === undefined) { + return false; + } + if (limit === undefined) { + return relativeTimeThresholds[threshold]; + } + relativeTimeThresholds[threshold] = limit; + return true; + }; - /** - * Create a syntax error with extra information on current token and index. - * @param {String} message - * @returns {SyntaxError} err - */ - function newSyntaxError(message) { - return new SyntaxError(message + ', got "' + chop(token, 30) + '" (char ' + index + ')'); - } + moment.lang = deprecate( + 'moment.lang is deprecated. Use moment.locale instead.', + function (key, value) { + return moment.locale(key, value); + } + ); - /** - * Chop off text after a maximum length - * @param {String} text - * @param {Number} maxLength - * @returns {String} - */ - function chop (text, maxLength) { - return (text.length <= maxLength) ? text : (text.substr(0, 27) + '...'); - } + // This function will load locale and then set the global locale. If + // no arguments are passed in, it will simply return the current global + // locale key. + moment.locale = function (key, values) { + var data; + if (key) { + if (typeof(values) !== 'undefined') { + data = moment.defineLocale(key, values); + } + else { + data = moment.localeData(key); + } + + if (data) { + moment.duration._locale = moment._locale = data; + } + } + + return moment._locale._abbr; + }; + + moment.defineLocale = function (name, values) { + if (values !== null) { + values.abbr = name; + if (!locales[name]) { + locales[name] = new Locale(); + } + locales[name].set(values); - /** - * Execute a function fn for each pair of elements in two arrays - * @param {Array | *} array1 - * @param {Array | *} array2 - * @param {function} fn - */ - function forEach2(array1, array2, fn) { - if (Array.isArray(array1)) { - array1.forEach(function (elem1) { - if (Array.isArray(array2)) { - array2.forEach(function (elem2) { - fn(elem1, elem2); - }); - } - else { - fn(elem1, array2); - } - }); - } - else { - if (Array.isArray(array2)) { - array2.forEach(function (elem2) { - fn(array1, elem2); - }); - } - else { - fn(array1, array2); - } - } - } + // backwards compat for now: also set the locale + moment.locale(name); - /** - * Convert a string containing a graph in DOT language into a map containing - * with nodes and edges in the format of graph. - * @param {String} data Text containing a graph in DOT-notation - * @return {Object} graphData - */ - function DOTToGraph (data) { - // parse the DOT file - var dotData = parseDOT(data); - var graphData = { - nodes: [], - edges: [], - options: {} - }; + return locales[name]; + } else { + // useful for testing + delete locales[name]; + return null; + } + }; - // copy the nodes - if (dotData.nodes) { - dotData.nodes.forEach(function (dotNode) { - var graphNode = { - id: dotNode.id, - label: String(dotNode.label || dotNode.id) - }; - merge(graphNode, dotNode.attr); - if (graphNode.image) { - graphNode.shape = 'image'; - } - graphData.nodes.push(graphNode); - }); - } + moment.langData = deprecate( + 'moment.langData is deprecated. Use moment.localeData instead.', + function (key) { + return moment.localeData(key); + } + ); - // copy the edges - if (dotData.edges) { - /** - * Convert an edge in DOT format to an edge with VisGraph format - * @param {Object} dotEdge - * @returns {Object} graphEdge - */ - var convertEdge = function (dotEdge) { - var graphEdge = { - from: dotEdge.from, - to: dotEdge.to - }; - merge(graphEdge, dotEdge.attr); - graphEdge.style = (dotEdge.type == '->') ? 'arrow' : 'line'; - return graphEdge; - } + // returns locale data + moment.localeData = function (key) { + var locale; - dotData.edges.forEach(function (dotEdge) { - var from, to; - if (dotEdge.from instanceof Object) { - from = dotEdge.from.nodes; - } - else { - from = { - id: dotEdge.from + if (key && key._locale && key._locale._abbr) { + key = key._locale._abbr; } - } - if (dotEdge.to instanceof Object) { - to = dotEdge.to.nodes; - } - else { - to = { - id: dotEdge.to + if (!key) { + return moment._locale; } - } - if (dotEdge.from instanceof Object && dotEdge.from.edges) { - dotEdge.from.edges.forEach(function (subEdge) { - var graphEdge = convertEdge(subEdge); - graphData.edges.push(graphEdge); - }); - } + if (!isArray(key)) { + //short-circuit everything else + locale = loadLocale(key); + if (locale) { + return locale; + } + key = [key]; + } - forEach2(from, to, function (from, to) { - var subEdge = createEdge(graphData, from.id, to.id, dotEdge.type, dotEdge.attr); - var graphEdge = convertEdge(subEdge); - graphData.edges.push(graphEdge); - }); + return chooseLocale(key); + }; - if (dotEdge.to instanceof Object && dotEdge.to.edges) { - dotEdge.to.edges.forEach(function (subEdge) { - var graphEdge = convertEdge(subEdge); - graphData.edges.push(graphEdge); - }); - } - }); - } + // compare moment object + moment.isMoment = function (obj) { + return obj instanceof Moment || + (obj != null && hasOwnProp(obj, '_isAMomentObject')); + }; - // copy the options - if (dotData.attr) { - graphData.options = dotData.attr; - } + // for typechecking Duration objects + moment.isDuration = function (obj) { + return obj instanceof Duration; + }; - return graphData; - } + for (i = lists.length - 1; i >= 0; --i) { + makeList(lists[i]); + } - // exports - exports.parseDOT = parseDOT; - exports.DOTToGraph = DOTToGraph; + moment.normalizeUnits = function (units) { + return normalizeUnits(units); + }; + moment.invalid = function (flags) { + var m = moment.utc(NaN); + if (flags != null) { + extend(m._pf, flags); + } + else { + m._pf.userInvalidated = true; + } -/***/ }, -/* 53 */ -/***/ function(module, exports, __webpack_require__) { + return m; + }; - - function parseGephi(gephiJSON, options) { - var edges = []; - var nodes = []; - this.options = { - edges: { - inheritColor: true - }, - nodes: { - allowedToMove: false, - parseColor: false - } - }; + moment.parseZone = function () { + return moment.apply(null, arguments).parseZone(); + }; - if (options !== undefined) { - this.options.nodes['allowedToMove'] = options.allowedToMove | false; - this.options.nodes['parseColor'] = options.parseColor | false; - this.options.edges['inheritColor'] = options.inheritColor | true; - } + moment.parseTwoDigitYear = function (input) { + return toInt(input) + (toInt(input) > 68 ? 1900 : 2000); + }; - var gEdges = gephiJSON.edges; - var gNodes = gephiJSON.nodes; - for (var i = 0; i < gEdges.length; i++) { - var edge = {}; - var gEdge = gEdges[i]; - edge['id'] = gEdge.id; - edge['from'] = gEdge.source; - edge['to'] = gEdge.target; - edge['attributes'] = gEdge.attributes; - // edge['value'] = gEdge.attributes !== undefined ? gEdge.attributes.Weight : undefined; - // edge['width'] = edge['value'] !== undefined ? undefined : edgegEdge.size; - edge['color'] = gEdge.color; - edge['inheritColor'] = edge['color'] !== undefined ? false : this.options.inheritColor; - edges.push(edge); - } + moment.isDate = isDate; - for (var i = 0; i < gNodes.length; i++) { - var node = {}; - var gNode = gNodes[i]; - node['id'] = gNode.id; - node['attributes'] = gNode.attributes; - node['x'] = gNode.x; - node['y'] = gNode.y; - node['label'] = gNode.label; - if (this.options.nodes.parseColor == true) { - node['color'] = gNode.color; - } - else { - node['color'] = gNode.color !== undefined ? {background:gNode.color, border:gNode.color} : undefined; - } - node['radius'] = gNode.size; - node['allowedToMoveX'] = this.options.nodes.allowedToMove; - node['allowedToMoveY'] = this.options.nodes.allowedToMove; - nodes.push(node); - } + /************************************ + Moment Prototype + ************************************/ - return {nodes:nodes, edges:edges}; - } - exports.parseGephi = parseGephi; + extend(moment.fn = Moment.prototype, { -/***/ }, -/* 54 */ -/***/ function(module, exports, __webpack_require__) { + clone : function () { + return moment(this); + }, - var util = __webpack_require__(1); + valueOf : function () { + return +this._d - ((this._offset || 0) * 60000); + }, - /** - * @class Groups - * This class can store groups and properties specific for groups. - */ - function Groups() { - this.clear(); - this.defaultIndex = 0; - } + unix : function () { + return Math.floor(+this / 1000); + }, + toString : function () { + return this.clone().locale('en').format('ddd MMM DD YYYY HH:mm:ss [GMT]ZZ'); + }, - /** - * default constants for group colors - */ - Groups.DEFAULT = [ - {border: "#2B7CE9", background: "#97C2FC", highlight: {border: "#2B7CE9", background: "#D2E5FF"}, hover: {border: "#2B7CE9", background: "#D2E5FF"}}, // blue - {border: "#FFA500", background: "#FFFF00", highlight: {border: "#FFA500", background: "#FFFFA3"}, hover: {border: "#FFA500", background: "#FFFFA3"}}, // yellow - {border: "#FA0A10", background: "#FB7E81", highlight: {border: "#FA0A10", background: "#FFAFB1"}, hover: {border: "#FA0A10", background: "#FFAFB1"}}, // red - {border: "#41A906", background: "#7BE141", highlight: {border: "#41A906", background: "#A1EC76"}, hover: {border: "#41A906", background: "#A1EC76"}}, // green - {border: "#E129F0", background: "#EB7DF4", highlight: {border: "#E129F0", background: "#F0B3F5"}, hover: {border: "#E129F0", background: "#F0B3F5"}}, // magenta - {border: "#7C29F0", background: "#AD85E4", highlight: {border: "#7C29F0", background: "#D3BDF0"}, hover: {border: "#7C29F0", background: "#D3BDF0"}}, // purple - {border: "#C37F00", background: "#FFA807", highlight: {border: "#C37F00", background: "#FFCA66"}, hover: {border: "#C37F00", background: "#FFCA66"}}, // orange - {border: "#4220FB", background: "#6E6EFD", highlight: {border: "#4220FB", background: "#9B9BFD"}, hover: {border: "#4220FB", background: "#9B9BFD"}}, // darkblue - {border: "#FD5A77", background: "#FFC0CB", highlight: {border: "#FD5A77", background: "#FFD1D9"}, hover: {border: "#FD5A77", background: "#FFD1D9"}}, // pink - {border: "#4AD63A", background: "#C2FABC", highlight: {border: "#4AD63A", background: "#E6FFE3"}, hover: {border: "#4AD63A", background: "#E6FFE3"}} // mint - ]; + toDate : function () { + return this._offset ? new Date(+this) : this._d; + }, + toISOString : function () { + var m = moment(this).utc(); + if (0 < m.year() && m.year() <= 9999) { + if ('function' === typeof Date.prototype.toISOString) { + // native implementation is ~50x faster, use it when we can + return this.toDate().toISOString(); + } else { + return formatMoment(m, 'YYYY-MM-DD[T]HH:mm:ss.SSS[Z]'); + } + } else { + return formatMoment(m, 'YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]'); + } + }, - /** - * Clear all groups - */ - Groups.prototype.clear = function () { - this.groups = {}; - this.groups.length = function() - { - var i = 0; - for ( var p in this ) { - if (this.hasOwnProperty(p)) { - i++; - } - } - return i; - } - }; + toArray : function () { + var m = this; + return [ + m.year(), + m.month(), + m.date(), + m.hours(), + m.minutes(), + m.seconds(), + m.milliseconds() + ]; + }, + isValid : function () { + return isValid(this); + }, - /** - * get group properties of a groupname. If groupname is not found, a new group - * is added. - * @param {*} groupname Can be a number, string, Date, etc. - * @return {Object} group The created group, containing all group properties - */ - Groups.prototype.get = function (groupname) { - var group = this.groups[groupname]; - if (group == undefined) { - // create new group - var index = this.defaultIndex % Groups.DEFAULT.length; - this.defaultIndex++; - group = {}; - group.color = Groups.DEFAULT[index]; - this.groups[groupname] = group; - } + isDSTShifted : function () { + if (this._a) { + return this.isValid() && compareArrays(this._a, (this._isUTC ? moment.utc(this._a) : moment(this._a)).toArray()) > 0; + } - return group; - }; + return false; + }, - /** - * Add a custom group style - * @param {String} groupname - * @param {Object} style An object containing borderColor, - * backgroundColor, etc. - * @return {Object} group The created group object - */ - Groups.prototype.add = function (groupname, style) { - this.groups[groupname] = style; - return style; - }; + parsingFlags : function () { + return extend({}, this._pf); + }, - module.exports = Groups; + invalidAt: function () { + return this._pf.overflow; + }, + utc : function (keepLocalTime) { + return this.utcOffset(0, keepLocalTime); + }, -/***/ }, -/* 55 */ -/***/ function(module, exports, __webpack_require__) { + local : function (keepLocalTime) { + if (this._isUTC) { + this.utcOffset(0, keepLocalTime); + this._isUTC = false; - /** - * @class Images - * This class loads images and keeps them stored. - */ - function Images() { - this.images = {}; - this.callback = undefined; - } + if (keepLocalTime) { + this.subtract(this._dateUtcOffset(), 'm'); + } + } + return this; + }, - /** - * Set an onload callback function. This will be called each time an image - * is loaded - * @param {function} callback - */ - Images.prototype.setOnloadCallback = function(callback) { - this.callback = callback; - }; + format : function (inputString) { + var output = formatMoment(this, inputString || moment.defaultFormat); + return this.localeData().postformat(output); + }, - /** - * - * @param {string} url Url of the image - * @param {string} url Url of an image to use if the url image is not found - * @return {Image} img The image object - */ - Images.prototype.load = function(url, brokenUrl) { - var img = this.images[url]; - if (img === undefined) { - // create the image - var me = this; - img = new Image(); - img.onload = function () { + add : createAdder(1, 'add'), - // IE11 fix -- thanks dponch! - if (this.width == 0) { - document.body.appendChild(this); - this.width = this.offsetWidth; - this.height = this.offsetHeight; - document.body.removeChild(this); - } + subtract : createAdder(-1, 'subtract'), - if (me.callback) { - me.images[url] = img; - me.callback(this); - } - }; + diff : function (input, units, asFloat) { + var that = makeAs(input, this), + zoneDiff = (that.utcOffset() - this.utcOffset()) * 6e4, + anchor, diff, output, daysAdjust; - img.onerror = function () { - if (brokenUrl === undefined) { - console.error("Could not load image:", url); - delete this.src; - if (me.callback) { - me.callback(this); - } - } - else { - this.src = brokenUrl; - } - }; + units = normalizeUnits(units); - img.src = url; - } + if (units === 'year' || units === 'month' || units === 'quarter') { + output = monthDiff(this, that); + if (units === 'quarter') { + output = output / 3; + } else if (units === 'year') { + output = output / 12; + } + } else { + diff = this - that; + output = units === 'second' ? diff / 1e3 : // 1000 + units === 'minute' ? diff / 6e4 : // 1000 * 60 + units === 'hour' ? diff / 36e5 : // 1000 * 60 * 60 + units === 'day' ? (diff - zoneDiff) / 864e5 : // 1000 * 60 * 60 * 24, negate dst + units === 'week' ? (diff - zoneDiff) / 6048e5 : // 1000 * 60 * 60 * 24 * 7, negate dst + diff; + } + return asFloat ? output : absRound(output); + }, - return img; - }; + from : function (time, withoutSuffix) { + return moment.duration({to: this, from: time}).locale(this.locale()).humanize(!withoutSuffix); + }, - module.exports = Images; + fromNow : function (withoutSuffix) { + return this.from(moment(), withoutSuffix); + }, + + calendar : function (time) { + // We want to compare the start of today, vs this. + // Getting start-of-today depends on whether we're locat/utc/offset + // or not. + var now = time || moment(), + sod = makeAs(now, this).startOf('day'), + diff = this.diff(sod, 'days', true), + format = diff < -6 ? 'sameElse' : + diff < -1 ? 'lastWeek' : + diff < 0 ? 'lastDay' : + diff < 1 ? 'sameDay' : + diff < 2 ? 'nextDay' : + diff < 7 ? 'nextWeek' : 'sameElse'; + return this.format(this.localeData().calendar(format, this, moment(now))); + }, + isLeapYear : function () { + return isLeapYear(this.year()); + }, -/***/ }, -/* 56 */ -/***/ function(module, exports, __webpack_require__) { + isDST : function () { + return (this.utcOffset() > this.clone().month(0).utcOffset() || + this.utcOffset() > this.clone().month(5).utcOffset()); + }, - var util = __webpack_require__(1); + day : function (input) { + var day = this._isUTC ? this._d.getUTCDay() : this._d.getDay(); + if (input != null) { + input = parseWeekday(input, this.localeData()); + return this.add(input - day, 'd'); + } else { + return day; + } + }, - /** - * @class Node - * A node. A node can be connected to other nodes via one or multiple edges. - * @param {object} properties An object containing properties for the node. All - * properties are optional, except for the id. - * {number} id Id of the node. Required - * {string} label Text label for the node - * {number} x Horizontal position of the node - * {number} y Vertical position of the node - * {string} shape Node shape, available: - * "database", "circle", "ellipse", - * "box", "image", "text", "dot", - * "star", "triangle", "triangleDown", - * "square" - * {string} image An image url - * {string} title An title text, can be HTML - * {anytype} group A group name or number - * @param {Network.Images} imagelist A list with images. Only needed - * when the node has an image - * @param {Network.Groups} grouplist A list with groups. Needed for - * retrieving group properties - * @param {Object} constants An object with default values for - * example for the color - * - */ - function Node(properties, imagelist, grouplist, networkConstants) { - var constants = util.selectiveBridgeObject(['nodes'],networkConstants); - this.options = constants.nodes; + month : makeAccessor('Month', true), - this.selected = false; - this.hover = false; + startOf : function (units) { + units = normalizeUnits(units); + // the following switch intentionally omits break keywords + // to utilize falling through the cases. + switch (units) { + case 'year': + this.month(0); + /* falls through */ + case 'quarter': + case 'month': + this.date(1); + /* falls through */ + case 'week': + case 'isoWeek': + case 'day': + this.hours(0); + /* falls through */ + case 'hour': + this.minutes(0); + /* falls through */ + case 'minute': + this.seconds(0); + /* falls through */ + case 'second': + this.milliseconds(0); + /* falls through */ + } - this.edges = []; // all edges connected to this node - this.dynamicEdges = []; - this.reroutedEdges = {}; + // weeks are a special case + if (units === 'week') { + this.weekday(0); + } else if (units === 'isoWeek') { + this.isoWeekday(1); + } - this.fontDrawThreshold = 3; + // quarters are also special + if (units === 'quarter') { + this.month(Math.floor(this.month() / 3) * 3); + } - // set defaults for the properties - this.id = undefined; - this.allowedToMoveX = false; - this.allowedToMoveY = false; - this.xFixed = false; - this.yFixed = false; - this.horizontalAlignLeft = true; // these are for the navigation controls - this.verticalAlignTop = true; // these are for the navigation controls - this.baseRadiusValue = networkConstants.nodes.radius; - this.radiusFixed = false; - this.level = -1; - this.preassignedLevel = false; - this.hierarchyEnumerated = false; - this.labelDimensions = {top:0, left:0, width:0, height:0, yLine:0}; // could be cached - this.boundingBox = {top:0, left:0, right:0, bottom:0}; + return this; + }, - this.imagelist = imagelist; - this.grouplist = grouplist; + endOf: function (units) { + units = normalizeUnits(units); + if (units === undefined || units === 'millisecond') { + return this; + } + return this.startOf(units).add(1, (units === 'isoWeek' ? 'week' : units)).subtract(1, 'ms'); + }, - // physics properties - this.fx = 0.0; // external force x - this.fy = 0.0; // external force y - this.vx = 0.0; // velocity x - this.vy = 0.0; // velocity y - this.x = null; - this.y = null; + isAfter: function (input, units) { + var inputMs; + units = normalizeUnits(typeof units !== 'undefined' ? units : 'millisecond'); + if (units === 'millisecond') { + input = moment.isMoment(input) ? input : moment(input); + return +this > +input; + } else { + inputMs = moment.isMoment(input) ? +input : +moment(input); + return inputMs < +this.clone().startOf(units); + } + }, - // used for reverting to previous position on stabilization - this.previousState = {vx:0,vy:0,x:0,y:0}; + isBefore: function (input, units) { + var inputMs; + units = normalizeUnits(typeof units !== 'undefined' ? units : 'millisecond'); + if (units === 'millisecond') { + input = moment.isMoment(input) ? input : moment(input); + return +this < +input; + } else { + inputMs = moment.isMoment(input) ? +input : +moment(input); + return +this.clone().endOf(units) < inputMs; + } + }, - this.damping = networkConstants.physics.damping; // written every time gravity is calculated - this.fixedData = {x:null,y:null}; + isBetween: function (from, to, units) { + return this.isAfter(from, units) && this.isBefore(to, units); + }, - this.setProperties(properties, constants); + isSame: function (input, units) { + var inputMs; + units = normalizeUnits(units || 'millisecond'); + if (units === 'millisecond') { + input = moment.isMoment(input) ? input : moment(input); + return +this === +input; + } else { + inputMs = +moment(input); + return +(this.clone().startOf(units)) <= inputMs && inputMs <= +(this.clone().endOf(units)); + } + }, - // creating the variables for clustering - this.resetCluster(); - this.dynamicEdgesLength = 0; - this.clusterSession = 0; - this.clusterSizeWidthFactor = networkConstants.clustering.nodeScaling.width; - this.clusterSizeHeightFactor = networkConstants.clustering.nodeScaling.height; - this.clusterSizeRadiusFactor = networkConstants.clustering.nodeScaling.radius; - this.maxNodeSizeIncrements = networkConstants.clustering.maxNodeSizeIncrements; - this.growthIndicator = 0; + min: deprecate( + 'moment().min is deprecated, use moment.min instead. https://github.com/moment/moment/issues/1548', + function (other) { + other = moment.apply(null, arguments); + return other < this ? this : other; + } + ), - // variables to tell the node about the network. - this.networkScaleInv = 1; - this.networkScale = 1; - this.canvasTopLeft = {"x": -300, "y": -300}; - this.canvasBottomRight = {"x": 300, "y": 300}; - this.parentEdgeId = null; - } + max: deprecate( + 'moment().max is deprecated, use moment.max instead. https://github.com/moment/moment/issues/1548', + function (other) { + other = moment.apply(null, arguments); + return other > this ? this : other; + } + ), + zone : deprecate( + 'moment().zone is deprecated, use moment().utcOffset instead. ' + + 'https://github.com/moment/moment/issues/1779', + function (input, keepLocalTime) { + if (input != null) { + if (typeof input !== 'string') { + input = -input; + } - /** - * Revert the position and velocity of the previous step. - */ - Node.prototype.revertPosition = function() { - this.x = this.previousState.x; - this.y = this.previousState.y; - this.vx = this.previousState.vx; - this.vy = this.previousState.vy; - } + this.utcOffset(input, keepLocalTime); + return this; + } else { + return -this.utcOffset(); + } + } + ), - /** - * (re)setting the clustering variables and objects - */ - Node.prototype.resetCluster = function() { - // clustering variables - this.formationScale = undefined; // this is used to determine when to open the cluster - this.clusterSize = 1; // this signifies the total amount of nodes in this cluster - this.containedNodes = {}; - this.containedEdges = {}; - this.clusterSessions = []; - }; + // keepLocalTime = true means only change the timezone, without + // affecting the local hour. So 5:31:26 +0300 --[utcOffset(2, true)]--> + // 5:31:26 +0200 It is possible that 5:31:26 doesn't exist with offset + // +0200, so we adjust the time as needed, to be valid. + // + // Keeping the time actually adds/subtracts (one hour) + // from the actual represented time. That is why we call updateOffset + // a second time. In case it wants us to change the offset again + // _changeInProgress == true case, then we have to adjust, because + // there is no such time in the given timezone. + utcOffset : function (input, keepLocalTime) { + var offset = this._offset || 0, + localAdjust; + if (input != null) { + if (typeof input === 'string') { + input = utcOffsetFromString(input); + } + if (Math.abs(input) < 16) { + input = input * 60; + } + if (!this._isUTC && keepLocalTime) { + localAdjust = this._dateUtcOffset(); + } + this._offset = input; + this._isUTC = true; + if (localAdjust != null) { + this.add(localAdjust, 'm'); + } + if (offset !== input) { + if (!keepLocalTime || this._changeInProgress) { + addOrSubtractDurationFromMoment(this, + moment.duration(input - offset, 'm'), 1, false); + } else if (!this._changeInProgress) { + this._changeInProgress = true; + moment.updateOffset(this, true); + this._changeInProgress = null; + } + } - /** - * Attach a edge to the node - * @param {Edge} edge - */ - Node.prototype.attachEdge = function(edge) { - if (this.edges.indexOf(edge) == -1) { - this.edges.push(edge); - } - if (this.dynamicEdges.indexOf(edge) == -1) { - this.dynamicEdges.push(edge); - } - this.dynamicEdgesLength = this.dynamicEdges.length; - }; + return this; + } else { + return this._isUTC ? offset : this._dateUtcOffset(); + } + }, - /** - * Detach a edge from the node - * @param {Edge} edge - */ - Node.prototype.detachEdge = function(edge) { - var index = this.edges.indexOf(edge); - if (index != -1) { - this.edges.splice(index, 1); - } - index = this.dynamicEdges.indexOf(edge); - if (index != -1) { - this.dynamicEdges.splice(index, 1); - } - this.dynamicEdgesLength = this.dynamicEdges.length; - }; + isLocal : function () { + return !this._isUTC; + }, + isUtcOffset : function () { + return this._isUTC; + }, - /** - * Set or overwrite properties for the node - * @param {Object} properties an object with properties - * @param {Object} constants and object with default, global properties - */ - Node.prototype.setProperties = function(properties, constants) { - if (!properties) { - return; - } + isUtc : function () { + return this._isUTC && this._offset === 0; + }, - var fields = ['borderWidth','borderWidthSelected','shape','image','brokenImage','radius','fontColor', - 'fontSize','fontFace','fontFill','fontStrokeWidth','fontStrokeColor','group','mass' - ]; - util.selectiveDeepExtend(fields, this.options, properties); + zoneAbbr : function () { + return this._isUTC ? 'UTC' : ''; + }, - // basic properties - if (properties.id !== undefined) {this.id = properties.id;} - if (properties.label !== undefined) {this.label = properties.label; this.originalLabel = properties.label;} - if (properties.title !== undefined) {this.title = properties.title;} - if (properties.x !== undefined) {this.x = properties.x;} - if (properties.y !== undefined) {this.y = properties.y;} - if (properties.value !== undefined) {this.value = properties.value;} - if (properties.level !== undefined) {this.level = properties.level; this.preassignedLevel = true;} + zoneName : function () { + return this._isUTC ? 'Coordinated Universal Time' : ''; + }, - // navigation controls properties - if (properties.horizontalAlignLeft !== undefined) {this.horizontalAlignLeft = properties.horizontalAlignLeft;} - if (properties.verticalAlignTop !== undefined) {this.verticalAlignTop = properties.verticalAlignTop;} - if (properties.triggerFunction !== undefined) {this.triggerFunction = properties.triggerFunction;} + parseZone : function () { + if (this._tzm) { + this.utcOffset(this._tzm); + } else if (typeof this._i === 'string') { + this.utcOffset(utcOffsetFromString(this._i)); + } + return this; + }, - if (this.id === undefined) { - throw "Node must have an id"; - } + hasAlignedHourOffset : function (input) { + if (!input) { + input = 0; + } + else { + input = moment(input).utcOffset(); + } - // copy group properties - if (typeof this.options.group === 'number' || (typeof this.options.group === 'string' && this.options.group != '')) { - var groupObj = this.grouplist.get(this.options.group); - util.deepExtend(this.options, groupObj); - // the color object needs to be completely defined. Since groups can partially overwrite the colors, we parse it again, just in case. - this.options.color = util.parseColor(this.options.color); - } + return (this.utcOffset() - input) % 60 === 0; + }, - // individual shape properties - if (properties.radius !== undefined) {this.baseRadiusValue = this.options.radius;} - if (properties.color !== undefined) {this.options.color = util.parseColor(properties.color);} - if (this.options.image !== undefined && this.options.image!= "") { - if (this.imagelist) { - this.imageObj = this.imagelist.load(this.options.image, this.options.brokenImage); - } - else { - throw "No imagelist provided"; - } - } + daysInMonth : function () { + return daysInMonth(this.year(), this.month()); + }, - if (properties.allowedToMoveX !== undefined) { - this.xFixed = !properties.allowedToMoveX; - this.allowedToMoveX = properties.allowedToMoveX; - } - else if (properties.x !== undefined && this.allowedToMoveX == false) { - this.xFixed = true; - } + dayOfYear : function (input) { + var dayOfYear = round((moment(this).startOf('day') - moment(this).startOf('year')) / 864e5) + 1; + return input == null ? dayOfYear : this.add((input - dayOfYear), 'd'); + }, + quarter : function (input) { + return input == null ? Math.ceil((this.month() + 1) / 3) : this.month((input - 1) * 3 + this.month() % 3); + }, - if (properties.allowedToMoveY !== undefined) { - this.yFixed = !properties.allowedToMoveY; - this.allowedToMoveY = properties.allowedToMoveY; - } - else if (properties.y !== undefined && this.allowedToMoveY == false) { - this.yFixed = true; - } + weekYear : function (input) { + var year = weekOfYear(this, this.localeData()._week.dow, this.localeData()._week.doy).year; + return input == null ? year : this.add((input - year), 'y'); + }, - this.radiusFixed = this.radiusFixed || (properties.radius !== undefined); + isoWeekYear : function (input) { + var year = weekOfYear(this, 1, 4).year; + return input == null ? year : this.add((input - year), 'y'); + }, - if (this.options.shape === 'image' || this.options.shape === 'circularImage') { - this.options.radiusMin = constants.nodes.widthMin; - this.options.radiusMax = constants.nodes.widthMax; - } + week : function (input) { + var week = this.localeData().week(this); + return input == null ? week : this.add((input - week) * 7, 'd'); + }, - // choose draw method depending on the shape - switch (this.options.shape) { - case 'database': this.draw = this._drawDatabase; this.resize = this._resizeDatabase; break; - case 'box': this.draw = this._drawBox; this.resize = this._resizeBox; break; - case 'circle': this.draw = this._drawCircle; this.resize = this._resizeCircle; break; - case 'ellipse': this.draw = this._drawEllipse; this.resize = this._resizeEllipse; break; - // TODO: add diamond shape - case 'image': this.draw = this._drawImage; this.resize = this._resizeImage; break; - case 'circularImage': this.draw = this._drawCircularImage; this.resize = this._resizeCircularImage; break; - case 'text': this.draw = this._drawText; this.resize = this._resizeText; break; - case 'dot': this.draw = this._drawDot; this.resize = this._resizeShape; break; - case 'square': this.draw = this._drawSquare; this.resize = this._resizeShape; break; - case 'triangle': this.draw = this._drawTriangle; this.resize = this._resizeShape; break; - case 'triangleDown': this.draw = this._drawTriangleDown; this.resize = this._resizeShape; break; - case 'star': this.draw = this._drawStar; this.resize = this._resizeShape; break; - default: this.draw = this._drawEllipse; this.resize = this._resizeEllipse; break; - } - // reset the size of the node, this can be changed - this._reset(); + isoWeek : function (input) { + var week = weekOfYear(this, 1, 4).week; + return input == null ? week : this.add((input - week) * 7, 'd'); + }, - }; + weekday : function (input) { + var weekday = (this.day() + 7 - this.localeData()._week.dow) % 7; + return input == null ? weekday : this.add(input - weekday, 'd'); + }, - /** - * select this node - */ - Node.prototype.select = function() { - this.selected = true; - this._reset(); - }; + isoWeekday : function (input) { + // behaves the same as moment#day except + // as a getter, returns 7 instead of 0 (1-7 range instead of 0-6) + // as a setter, sunday should belong to the previous week. + return input == null ? this.day() || 7 : this.day(this.day() % 7 ? input : input - 7); + }, - /** - * unselect this node - */ - Node.prototype.unselect = function() { - this.selected = false; - this._reset(); - }; + isoWeeksInYear : function () { + return weeksInYear(this.year(), 1, 4); + }, + weeksInYear : function () { + var weekInfo = this.localeData()._week; + return weeksInYear(this.year(), weekInfo.dow, weekInfo.doy); + }, - /** - * Reset the calculated size of the node, forces it to recalculate its size - */ - Node.prototype.clearSizeCache = function() { - this._reset(); - }; + get : function (units) { + units = normalizeUnits(units); + return this[units](); + }, - /** - * Reset the calculated size of the node, forces it to recalculate its size - * @private - */ - Node.prototype._reset = function() { - this.width = undefined; - this.height = undefined; - }; + set : function (units, value) { + var unit; + if (typeof units === 'object') { + for (unit in units) { + this.set(unit, units[unit]); + } + } + else { + units = normalizeUnits(units); + if (typeof this[units] === 'function') { + this[units](value); + } + } + return this; + }, - /** - * get the title of this node. - * @return {string} title The title of the node, or undefined when no title - * has been set. - */ - Node.prototype.getTitle = function() { - return typeof this.title === "function" ? this.title() : this.title; - }; + // If passed a locale key, it will set the locale for this + // instance. Otherwise, it will return the locale configuration + // variables for this instance. + locale : function (key) { + var newLocaleData; - /** - * Calculate the distance to the border of the Node - * @param {CanvasRenderingContext2D} ctx - * @param {Number} angle Angle in radians - * @returns {number} distance Distance to the border in pixels - */ - Node.prototype.distanceToBorder = function (ctx, angle) { - var borderWidth = 1; + if (key === undefined) { + return this._locale._abbr; + } else { + newLocaleData = moment.localeData(key); + if (newLocaleData != null) { + this._locale = newLocaleData; + } + return this; + } + }, - if (!this.width) { - this.resize(ctx); - } + lang : deprecate( + 'moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.', + function (key) { + if (key === undefined) { + return this.localeData(); + } else { + return this.locale(key); + } + } + ), - switch (this.options.shape) { - case 'circle': - case 'dot': - return this.options.radius+ borderWidth; + localeData : function () { + return this._locale; + }, - case 'ellipse': - var a = this.width / 2; - var b = this.height / 2; - var w = (Math.sin(angle) * a); - var h = (Math.cos(angle) * b); - return a * b / Math.sqrt(w * w + h * h); + _dateUtcOffset : function () { + // On Firefox.24 Date#getTimezoneOffset returns a floating point. + // https://github.com/moment/moment/pull/1871 + return -Math.round(this._d.getTimezoneOffset() / 15) * 15; + } - // TODO: implement distanceToBorder for database - // TODO: implement distanceToBorder for triangle - // TODO: implement distanceToBorder for triangleDown + }); - case 'box': - case 'image': - case 'text': - default: - if (this.width) { - return Math.min( - Math.abs(this.width / 2 / Math.cos(angle)), - Math.abs(this.height / 2 / Math.sin(angle))) + borderWidth; - // TODO: reckon with border radius too in case of box - } - else { - return 0; - } + function rawMonthSetter(mom, value) { + var dayOfMonth; - } - // TODO: implement calculation of distance to border for all shapes - }; + // TODO: Move this out of here! + if (typeof value === 'string') { + value = mom.localeData().monthsParse(value); + // TODO: Another silent failure? + if (typeof value !== 'number') { + return mom; + } + } - /** - * Set forces acting on the node - * @param {number} fx Force in horizontal direction - * @param {number} fy Force in vertical direction - */ - Node.prototype._setForce = function(fx, fy) { - this.fx = fx; - this.fy = fy; - }; + dayOfMonth = Math.min(mom.date(), + daysInMonth(mom.year(), value)); + mom._d['set' + (mom._isUTC ? 'UTC' : '') + 'Month'](value, dayOfMonth); + return mom; + } - /** - * Add forces acting on the node - * @param {number} fx Force in horizontal direction - * @param {number} fy Force in vertical direction - * @private - */ - Node.prototype._addForce = function(fx, fy) { - this.fx += fx; - this.fy += fy; - }; + function rawGetter(mom, unit) { + return mom._d['get' + (mom._isUTC ? 'UTC' : '') + unit](); + } - /** - * Store the state before the next step - */ - Node.prototype.storeState = function() { - this.previousState.x = this.x; - this.previousState.y = this.y; - this.previousState.vx = this.vx; - this.previousState.vy = this.vy; - } + function rawSetter(mom, unit, value) { + if (unit === 'Month') { + return rawMonthSetter(mom, value); + } else { + return mom._d['set' + (mom._isUTC ? 'UTC' : '') + unit](value); + } + } - /** - * Perform one discrete step for the node - * @param {number} interval Time interval in seconds - */ - Node.prototype.discreteStep = function(interval) { - this.storeState(); - if (!this.xFixed) { - var dx = this.damping * this.vx; // damping force - var ax = (this.fx - dx) / this.options.mass; // acceleration - this.vx += ax * interval; // velocity - this.x += this.vx * interval; // position - } - else { - this.fx = 0; - this.vx = 0; - } + function makeAccessor(unit, keepTime) { + return function (value) { + if (value != null) { + rawSetter(this, unit, value); + moment.updateOffset(this, keepTime); + return this; + } else { + return rawGetter(this, unit); + } + }; + } - if (!this.yFixed) { - var dy = this.damping * this.vy; // damping force - var ay = (this.fy - dy) / this.options.mass; // acceleration - this.vy += ay * interval; // velocity - this.y += this.vy * interval; // position - } - else { - this.fy = 0; - this.vy = 0; - } - }; + moment.fn.millisecond = moment.fn.milliseconds = makeAccessor('Milliseconds', false); + moment.fn.second = moment.fn.seconds = makeAccessor('Seconds', false); + moment.fn.minute = moment.fn.minutes = makeAccessor('Minutes', false); + // Setting the hour should keep the time, because the user explicitly + // specified which hour he wants. So trying to maintain the same hour (in + // a new timezone) makes sense. Adding/subtracting hours does not follow + // this rule. + moment.fn.hour = moment.fn.hours = makeAccessor('Hours', true); + // moment.fn.month is defined separately + moment.fn.date = makeAccessor('Date', true); + moment.fn.dates = deprecate('dates accessor is deprecated. Use date instead.', makeAccessor('Date', true)); + moment.fn.year = makeAccessor('FullYear', true); + moment.fn.years = deprecate('years accessor is deprecated. Use year instead.', makeAccessor('FullYear', true)); + // add plural methods + moment.fn.days = moment.fn.day; + moment.fn.months = moment.fn.month; + moment.fn.weeks = moment.fn.week; + moment.fn.isoWeeks = moment.fn.isoWeek; + moment.fn.quarters = moment.fn.quarter; + // add aliased format methods + moment.fn.toJSON = moment.fn.toISOString; - /** - * Perform one discrete step for the node - * @param {number} interval Time interval in seconds - * @param {number} maxVelocity The speed limit imposed on the velocity - */ - Node.prototype.discreteStepLimited = function(interval, maxVelocity) { - this.storeState(); - if (!this.xFixed) { - var dx = this.damping * this.vx; // damping force - var ax = (this.fx - dx) / this.options.mass; // acceleration - this.vx += ax * interval; // velocity - this.vx = (Math.abs(this.vx) > maxVelocity) ? ((this.vx > 0) ? maxVelocity : -maxVelocity) : this.vx; - this.x += this.vx * interval; // position - } - else { - this.fx = 0; - this.vx = 0; - } + // alias isUtc for dev-friendliness + moment.fn.isUTC = moment.fn.isUtc; - if (!this.yFixed) { - var dy = this.damping * this.vy; // damping force - var ay = (this.fy - dy) / this.options.mass; // acceleration - this.vy += ay * interval; // velocity - this.vy = (Math.abs(this.vy) > maxVelocity) ? ((this.vy > 0) ? maxVelocity : -maxVelocity) : this.vy; - this.y += this.vy * interval; // position - } - else { - this.fy = 0; - this.vy = 0; - } - }; + /************************************ + Duration Prototype + ************************************/ - /** - * Check if this node has a fixed x and y position - * @return {boolean} true if fixed, false if not - */ - Node.prototype.isFixed = function() { - return (this.xFixed && this.yFixed); - }; - /** - * Check if this node is moving - * @param {number} vmin the minimum velocity considered as "moving" - * @return {boolean} true if moving, false if it has no velocity - */ - Node.prototype.isMoving = function(vmin) { - var velocity = Math.sqrt(Math.pow(this.vx,2) + Math.pow(this.vy,2)); - // this.velocity = Math.sqrt(Math.pow(this.vx,2) + Math.pow(this.vy,2)) - return (velocity > vmin); - }; + function daysToYears (days) { + // 400 years have 146097 days (taking into account leap year rules) + return days * 400 / 146097; + } - /** - * check if this node is selecte - * @return {boolean} selected True if node is selected, else false - */ - Node.prototype.isSelected = function() { - return this.selected; - }; + function yearsToDays (years) { + // years * 365 + absRound(years / 4) - + // absRound(years / 100) + absRound(years / 400); + return years * 146097 / 400; + } - /** - * Retrieve the value of the node. Can be undefined - * @return {Number} value - */ - Node.prototype.getValue = function() { - return this.value; - }; + extend(moment.duration.fn = Duration.prototype, { - /** - * Calculate the distance from the nodes location to the given location (x,y) - * @param {Number} x - * @param {Number} y - * @return {Number} value - */ - Node.prototype.getDistance = function(x, y) { - var dx = this.x - x, - dy = this.y - y; - return Math.sqrt(dx * dx + dy * dy); - }; + _bubble : function () { + var milliseconds = this._milliseconds, + days = this._days, + months = this._months, + data = this._data, + seconds, minutes, hours, years = 0; + // The following code bubbles up values, see the tests for + // examples of what that means. + data.milliseconds = milliseconds % 1000; - /** - * Adjust the value range of the node. The node will adjust it's radius - * based on its value. - * @param {Number} min - * @param {Number} max - */ - Node.prototype.setValueRange = function(min, max) { - if (!this.radiusFixed && this.value !== undefined) { - if (max == min) { - this.options.radius= (this.options.radiusMin + this.options.radiusMax) / 2; - } - else { - var scale = (this.options.radiusMax - this.options.radiusMin) / (max - min); - this.options.radius= (this.value - min) * scale + this.options.radiusMin; - } - } - this.baseRadiusValue = this.options.radius; - }; + seconds = absRound(milliseconds / 1000); + data.seconds = seconds % 60; - /** - * Draw this node in the given canvas - * The 2d context of a HTML canvas can be retrieved by canvas.getContext("2d"); - * @param {CanvasRenderingContext2D} ctx - */ - Node.prototype.draw = function(ctx) { - throw "Draw method not initialized for node"; - }; + minutes = absRound(seconds / 60); + data.minutes = minutes % 60; - /** - * Recalculate the size of this node in the given canvas - * The 2d context of a HTML canvas can be retrieved by canvas.getContext("2d"); - * @param {CanvasRenderingContext2D} ctx - */ - Node.prototype.resize = function(ctx) { - throw "Resize method not initialized for node"; - }; + hours = absRound(minutes / 60); + data.hours = hours % 24; - /** - * Check if this object is overlapping with the provided object - * @param {Object} obj an object with parameters left, top, right, bottom - * @return {boolean} True if location is located on node - */ - Node.prototype.isOverlappingWith = function(obj) { - return (this.left < obj.right && - this.left + this.width > obj.left && - this.top < obj.bottom && - this.top + this.height > obj.top); - }; + days += absRound(hours / 24); - Node.prototype._resizeImage = function (ctx) { - // TODO: pre calculate the image size + // Accurately convert days to years, assume start from year 0. + years = absRound(daysToYears(days)); + days -= absRound(yearsToDays(years)); - if (!this.width || !this.height) { // undefined or 0 - var width, height; - if (this.value) { - this.options.radius= this.baseRadiusValue; - var scale = this.imageObj.height / this.imageObj.width; - if (scale !== undefined) { - width = this.options.radius|| this.imageObj.width; - height = this.options.radius* scale || this.imageObj.height; - } - else { - width = 0; - height = 0; - } - } - else { - width = this.imageObj.width; - height = this.imageObj.height; - } - this.width = width; - this.height = height; + // 30 days to a month + // TODO (iskren): Use anchor date (like 1st Jan) to compute this. + months += absRound(days / 30); + days %= 30; - this.growthIndicator = 0; - if (this.width > 0 && this.height > 0) { - this.width += Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * this.clusterSizeWidthFactor; - this.height += Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * this.clusterSizeHeightFactor; - this.options.radius+= Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * this.clusterSizeRadiusFactor; - this.growthIndicator = this.width - width; - } - } + // 12 months -> 1 year + years += absRound(months / 12); + months %= 12; - }; + data.days = days; + data.months = months; + data.years = years; + }, - Node.prototype._drawImageAtPosition = function (ctx) { - if (this.imageObj.width != 0 ) { - // draw the shade - if (this.clusterSize > 1) { - var lineWidth = ((this.clusterSize > 1) ? 10 : 0.0); - lineWidth *= this.networkScaleInv; - lineWidth = Math.min(0.2 * this.width,lineWidth); + abs : function () { + this._milliseconds = Math.abs(this._milliseconds); + this._days = Math.abs(this._days); + this._months = Math.abs(this._months); - ctx.globalAlpha = 0.5; - ctx.drawImage(this.imageObj, this.left - lineWidth, this.top - lineWidth, this.width + 2*lineWidth, this.height + 2*lineWidth); - } + this._data.milliseconds = Math.abs(this._data.milliseconds); + this._data.seconds = Math.abs(this._data.seconds); + this._data.minutes = Math.abs(this._data.minutes); + this._data.hours = Math.abs(this._data.hours); + this._data.months = Math.abs(this._data.months); + this._data.years = Math.abs(this._data.years); - // draw the image - ctx.globalAlpha = 1.0; - ctx.drawImage(this.imageObj, this.left, this.top, this.width, this.height); - } - }; + return this; + }, - Node.prototype._drawImageLabel = function (ctx) { - var yLabel; - if (this.imageObj.width != 0 ) { - yLabel = this.y + this.height / 2; - } - else { - // image still loading... just draw the label for now - yLabel = this.y; - } + weeks : function () { + return absRound(this.days() / 7); + }, - this._label(ctx, this.label, this.x, yLabel, undefined, 'hanging'); - }; + valueOf : function () { + return this._milliseconds + + this._days * 864e5 + + (this._months % 12) * 2592e6 + + toInt(this._months / 12) * 31536e6; + }, - Node.prototype._drawImage = function (ctx) { - this._resizeImage(ctx); - this.left = this.x - this.width / 2; - this.top = this.y - this.height / 2; + humanize : function (withSuffix) { + var output = relativeTime(this, !withSuffix, this.localeData()); - this._drawImageAtPosition(ctx); + if (withSuffix) { + output = this.localeData().pastFuture(+this, output); + } - this.boundingBox.top = this.top; - this.boundingBox.left = this.left; - this.boundingBox.right = this.left + this.width; - this.boundingBox.bottom = this.top + this.height; + return this.localeData().postformat(output); + }, - this._drawImageLabel(ctx); - this.boundingBox.left = Math.min(this.boundingBox.left, this.labelDimensions.left); - this.boundingBox.right = Math.max(this.boundingBox.right, this.labelDimensions.left + this.labelDimensions.width); - this.boundingBox.bottom = Math.max(this.boundingBox.bottom, this.boundingBox.bottom + this.labelDimensions.height); - }; + add : function (input, val) { + // supports only 2.0-style add(1, 's') or add(moment) + var dur = moment.duration(input, val); - Node.prototype._resizeCircularImage = function (ctx) { - this._resizeImage(ctx); - }; + this._milliseconds += dur._milliseconds; + this._days += dur._days; + this._months += dur._months; - Node.prototype._drawCircularImage = function (ctx) { - this._resizeCircularImage(ctx); + this._bubble(); - this.left = this.x - this.width / 2; - this.top = this.y - this.height / 2; - - var centerX = this.left + (this.width / 2); - var centerY = this.top + (this.height / 2); - var radius = Math.abs(this.height / 2); + return this; + }, - this._drawRawCircle(ctx, centerX, centerY, radius); + subtract : function (input, val) { + var dur = moment.duration(input, val); - ctx.save(); - ctx.circle(this.x, this.y, radius); - ctx.stroke(); - ctx.clip(); + this._milliseconds -= dur._milliseconds; + this._days -= dur._days; + this._months -= dur._months; - this._drawImageAtPosition(ctx); + this._bubble(); - ctx.restore(); + return this; + }, - this.boundingBox.top = this.y - this.options.radius; - this.boundingBox.left = this.x - this.options.radius; - this.boundingBox.right = this.x + this.options.radius; - this.boundingBox.bottom = this.y + this.options.radius; + get : function (units) { + units = normalizeUnits(units); + return this[units.toLowerCase() + 's'](); + }, - this._drawImageLabel(ctx); - - this.boundingBox.left = Math.min(this.boundingBox.left, this.labelDimensions.left); - this.boundingBox.right = Math.max(this.boundingBox.right, this.labelDimensions.left + this.labelDimensions.width); - this.boundingBox.bottom = Math.max(this.boundingBox.bottom, this.boundingBox.bottom + this.labelDimensions.height); - }; + as : function (units) { + var days, months; + units = normalizeUnits(units); + + if (units === 'month' || units === 'year') { + days = this._days + this._milliseconds / 864e5; + months = this._months + daysToYears(days) * 12; + return units === 'month' ? months : months / 12; + } else { + // handle milliseconds separately because of floating point math errors (issue #1867) + days = this._days + Math.round(yearsToDays(this._months / 12)); + switch (units) { + case 'week': return days / 7 + this._milliseconds / 6048e5; + case 'day': return days + this._milliseconds / 864e5; + case 'hour': return days * 24 + this._milliseconds / 36e5; + case 'minute': return days * 24 * 60 + this._milliseconds / 6e4; + case 'second': return days * 24 * 60 * 60 + this._milliseconds / 1000; + // Math.floor prevents floating point math errors here + case 'millisecond': return Math.floor(days * 24 * 60 * 60 * 1000) + this._milliseconds; + default: throw new Error('Unknown unit ' + units); + } + } + }, - Node.prototype._resizeBox = function (ctx) { - if (!this.width) { - var margin = 5; - var textSize = this.getTextSize(ctx); - this.width = textSize.width + 2 * margin; - this.height = textSize.height + 2 * margin; + lang : moment.fn.lang, + locale : moment.fn.locale, - this.width += Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * 0.5 * this.clusterSizeWidthFactor; - this.height += Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * 0.5 * this.clusterSizeHeightFactor; - this.growthIndicator = this.width - (textSize.width + 2 * margin); - // this.options.radius+= Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * 0.5 * this.clusterSizeRadiusFactor; + toIsoString : deprecate( + 'toIsoString() is deprecated. Please use toISOString() instead ' + + '(notice the capitals)', + function () { + return this.toISOString(); + } + ), - } - }; + toISOString : function () { + // inspired by https://github.com/dordille/moment-isoduration/blob/master/moment.isoduration.js + var years = Math.abs(this.years()), + months = Math.abs(this.months()), + days = Math.abs(this.days()), + hours = Math.abs(this.hours()), + minutes = Math.abs(this.minutes()), + seconds = Math.abs(this.seconds() + this.milliseconds() / 1000); - Node.prototype._drawBox = function (ctx) { - this._resizeBox(ctx); + if (!this.asSeconds()) { + // this is the same as C#'s (Noda) and python (isodate)... + // but not other JS (goog.date) + return 'P0D'; + } - this.left = this.x - this.width / 2; - this.top = this.y - this.height / 2; + return (this.asSeconds() < 0 ? '-' : '') + + 'P' + + (years ? years + 'Y' : '') + + (months ? months + 'M' : '') + + (days ? days + 'D' : '') + + ((hours || minutes || seconds) ? 'T' : '') + + (hours ? hours + 'H' : '') + + (minutes ? minutes + 'M' : '') + + (seconds ? seconds + 'S' : ''); + }, - var clusterLineWidth = 2.5; - var borderWidth = this.options.borderWidth; - var selectionLineWidth = this.options.borderWidthSelected || 2 * this.options.borderWidth; + localeData : function () { + return this._locale; + }, - ctx.strokeStyle = this.selected ? this.options.color.highlight.border : this.hover ? this.options.color.hover.border : this.options.color.border; + toJSON : function () { + return this.toISOString(); + } + }); - // draw the outer border - if (this.clusterSize > 1) { - ctx.lineWidth = (this.selected ? selectionLineWidth : borderWidth) + ((this.clusterSize > 1) ? clusterLineWidth : 0.0); - ctx.lineWidth *= this.networkScaleInv; - ctx.lineWidth = Math.min(this.width,ctx.lineWidth); + moment.duration.fn.toString = moment.duration.fn.toISOString; - ctx.roundRect(this.left-2*ctx.lineWidth, this.top-2*ctx.lineWidth, this.width+4*ctx.lineWidth, this.height+4*ctx.lineWidth, this.options.radius); - ctx.stroke(); - } - ctx.lineWidth = (this.selected ? selectionLineWidth : borderWidth) + ((this.clusterSize > 1) ? clusterLineWidth : 0.0); - ctx.lineWidth *= this.networkScaleInv; - ctx.lineWidth = Math.min(this.width,ctx.lineWidth); + function makeDurationGetter(name) { + moment.duration.fn[name] = function () { + return this._data[name]; + }; + } - ctx.fillStyle = this.selected ? this.options.color.highlight.background : this.hover ? this.options.color.hover.background : this.options.color.background; + for (i in unitMillisecondFactors) { + if (hasOwnProp(unitMillisecondFactors, i)) { + makeDurationGetter(i.toLowerCase()); + } + } - ctx.roundRect(this.left, this.top, this.width, this.height, this.options.radius); - ctx.fill(); - ctx.stroke(); + moment.duration.fn.asMilliseconds = function () { + return this.as('ms'); + }; + moment.duration.fn.asSeconds = function () { + return this.as('s'); + }; + moment.duration.fn.asMinutes = function () { + return this.as('m'); + }; + moment.duration.fn.asHours = function () { + return this.as('h'); + }; + moment.duration.fn.asDays = function () { + return this.as('d'); + }; + moment.duration.fn.asWeeks = function () { + return this.as('weeks'); + }; + moment.duration.fn.asMonths = function () { + return this.as('M'); + }; + moment.duration.fn.asYears = function () { + return this.as('y'); + }; - this.boundingBox.top = this.top; - this.boundingBox.left = this.left; - this.boundingBox.right = this.left + this.width; - this.boundingBox.bottom = this.top + this.height; + /************************************ + Default Locale + ************************************/ - this._label(ctx, this.label, this.x, this.y); - }; + // Set default locale, other locale will inherit from English. + moment.locale('en', { + ordinalParse: /\d{1,2}(th|st|nd|rd)/, + ordinal : function (number) { + var b = number % 10, + output = (toInt(number % 100 / 10) === 1) ? 'th' : + (b === 1) ? 'st' : + (b === 2) ? 'nd' : + (b === 3) ? 'rd' : 'th'; + return number + output; + } + }); - Node.prototype._resizeDatabase = function (ctx) { - if (!this.width) { - var margin = 5; - var textSize = this.getTextSize(ctx); - var size = textSize.width + 2 * margin; - this.width = size; - this.height = size; + /* EMBED_LOCALES */ - // scaling used for clustering - this.width += Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * this.clusterSizeWidthFactor; - this.height += Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * this.clusterSizeHeightFactor; - this.options.radius+= Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * this.clusterSizeRadiusFactor; - this.growthIndicator = this.width - size; - } - }; + /************************************ + Exposing Moment + ************************************/ - Node.prototype._drawDatabase = function (ctx) { - this._resizeDatabase(ctx); - this.left = this.x - this.width / 2; - this.top = this.y - this.height / 2; + function makeGlobal(shouldDeprecate) { + /*global ender:false */ + if (typeof ender !== 'undefined') { + return; + } + oldGlobalMoment = globalScope.moment; + if (shouldDeprecate) { + globalScope.moment = deprecate( + 'Accessing Moment through the global scope is ' + + 'deprecated, and will be removed in an upcoming ' + + 'release.', + moment); + } else { + globalScope.moment = moment; + } + } - var clusterLineWidth = 2.5; - var borderWidth = this.options.borderWidth; - var selectionLineWidth = this.options.borderWidthSelected || 2 * this.options.borderWidth; + // CommonJS module is defined + if (hasModule) { + module.exports = moment; + } else if (true) { + !(__WEBPACK_AMD_DEFINE_RESULT__ = function (require, exports, module) { + if (module.config && module.config() && module.config().noGlobal === true) { + // release the global variable + globalScope.moment = oldGlobalMoment; + } - ctx.strokeStyle = this.selected ? this.options.color.highlight.border : this.hover ? this.options.color.hover.border : this.options.color.border; + return moment; + }.call(exports, __webpack_require__, exports, module), __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__)); + makeGlobal(true); + } else { + makeGlobal(); + } + }).call(this); + + /* WEBPACK VAR INJECTION */}.call(exports, (function() { return this; }()), __webpack_require__(71)(module))) - // draw the outer border - if (this.clusterSize > 1) { - ctx.lineWidth = (this.selected ? selectionLineWidth : borderWidth) + ((this.clusterSize > 1) ? clusterLineWidth : 0.0); - ctx.lineWidth *= this.networkScaleInv; - ctx.lineWidth = Math.min(this.width,ctx.lineWidth); +/***/ }, +/* 58 */ +/***/ function(module, exports, __webpack_require__) { - ctx.database(this.x - this.width/2 - 2*ctx.lineWidth, this.y - this.height*0.5 - 2*ctx.lineWidth, this.width + 4*ctx.lineWidth, this.height + 4*ctx.lineWidth); - ctx.stroke(); - } - ctx.lineWidth = (this.selected ? selectionLineWidth : borderWidth) + ((this.clusterSize > 1) ? clusterLineWidth : 0.0); - ctx.lineWidth *= this.networkScaleInv; - ctx.lineWidth = Math.min(this.width,ctx.lineWidth); + var __WEBPACK_AMD_DEFINE_RESULT__;/*! Hammer.JS - v1.1.3 - 2014-05-20 + * http://eightmedia.github.io/hammer.js + * + * Copyright (c) 2014 Jorik Tangelder ; + * Licensed under the MIT license */ - ctx.fillStyle = this.selected ? this.options.color.highlight.background : this.hover ? this.options.color.hover.background : this.options.color.background; - ctx.database(this.x - this.width/2, this.y - this.height*0.5, this.width, this.height); - ctx.fill(); - ctx.stroke(); + (function(window, undefined) { + 'use strict'; - this.boundingBox.top = this.top; - this.boundingBox.left = this.left; - this.boundingBox.right = this.left + this.width; - this.boundingBox.bottom = this.top + this.height; + /** + * @main + * @module hammer + * + * @class Hammer + * @static + */ - this._label(ctx, this.label, this.x, this.y); + /** + * Hammer, use this to create instances + * ```` + * var hammertime = new Hammer(myElement); + * ```` + * + * @method Hammer + * @param {HTMLElement} element + * @param {Object} [options={}] + * @return {Hammer.Instance} + */ + var Hammer = function Hammer(element, options) { + return new Hammer.Instance(element, options || {}); }; + /** + * version, as defined in package.json + * the value will be set at each build + * @property VERSION + * @final + * @type {String} + */ + Hammer.VERSION = '1.1.3'; - Node.prototype._resizeCircle = function (ctx) { - if (!this.width) { - var margin = 5; - var textSize = this.getTextSize(ctx); - var diameter = Math.max(textSize.width, textSize.height) + 2 * margin; - this.options.radius = diameter / 2; - - this.width = diameter; - this.height = diameter; + /** + * default settings. + * more settings are defined per gesture at `/gestures`. Each gesture can be disabled/enabled + * by setting it's name (like `swipe`) to false. + * You can set the defaults for all instances by changing this object before creating an instance. + * @example + * ```` + * Hammer.defaults.drag = false; + * Hammer.defaults.behavior.touchAction = 'pan-y'; + * delete Hammer.defaults.behavior.userSelect; + * ```` + * @property defaults + * @type {Object} + */ + Hammer.defaults = { + /** + * this setting object adds styles and attributes to the element to prevent the browser from doing + * its native behavior. The css properties are auto prefixed for the browsers when needed. + * @property defaults.behavior + * @type {Object} + */ + behavior: { + /** + * Disables text selection to improve the dragging gesture. When the value is `none` it also sets + * `onselectstart=false` for IE on the element. Mainly for desktop browsers. + * @property defaults.behavior.userSelect + * @type {String} + * @default 'none' + */ + userSelect: 'none', - // scaling used for clustering - // this.width += Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * 0.5 * this.clusterSizeWidthFactor; - // this.height += Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * 0.5 * this.clusterSizeHeightFactor; - this.options.radius += Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * 0.5 * this.clusterSizeRadiusFactor; - this.growthIndicator = this.options.radius- 0.5*diameter; - } - }; + /** + * Specifies whether and how a given region can be manipulated by the user (for instance, by panning or zooming). + * Used by Chrome 35> and IE10>. By default this makes the element blocking any touch event. + * @property defaults.behavior.touchAction + * @type {String} + * @default: 'pan-y' + */ + touchAction: 'pan-y', - Node.prototype._drawRawCircle = function (ctx, x, y, radius) { - var clusterLineWidth = 2.5; - var borderWidth = this.options.borderWidth; - var selectionLineWidth = this.options.borderWidthSelected || 2 * this.options.borderWidth; - - ctx.strokeStyle = this.selected ? this.options.color.highlight.border : this.hover ? this.options.color.hover.border : this.options.color.border; + /** + * Disables the default callout shown when you touch and hold a touch target. + * On iOS, when you touch and hold a touch target such as a link, Safari displays + * a callout containing information about the link. This property allows you to disable that callout. + * @property defaults.behavior.touchCallout + * @type {String} + * @default 'none' + */ + touchCallout: 'none', - // draw the outer border - if (this.clusterSize > 1) { - ctx.lineWidth = (this.selected ? selectionLineWidth : borderWidth) + ((this.clusterSize > 1) ? clusterLineWidth : 0.0); - ctx.lineWidth *= this.networkScaleInv; - ctx.lineWidth = Math.min(this.width,ctx.lineWidth); + /** + * Specifies whether zooming is enabled. Used by IE10> + * @property defaults.behavior.contentZooming + * @type {String} + * @default 'none' + */ + contentZooming: 'none', - ctx.circle(x, y, radius+2*ctx.lineWidth); - ctx.stroke(); - } - ctx.lineWidth = (this.selected ? selectionLineWidth : borderWidth) + ((this.clusterSize > 1) ? clusterLineWidth : 0.0); - ctx.lineWidth *= this.networkScaleInv; - ctx.lineWidth = Math.min(this.width,ctx.lineWidth); + /** + * Specifies that an entire element should be draggable instead of its contents. + * Mainly for desktop browsers. + * @property defaults.behavior.userDrag + * @type {String} + * @default 'none' + */ + userDrag: 'none', - ctx.fillStyle = this.selected ? this.options.color.highlight.background : this.hover ? this.options.color.hover.background : this.options.color.background; - ctx.circle(this.x, this.y, radius); - ctx.fill(); - ctx.stroke(); + /** + * Overrides the highlight color shown when the user taps a link or a JavaScript + * clickable element in Safari on iPhone. This property obeys the alpha value, if specified. + * + * If you don't specify an alpha value, Safari on iPhone applies a default alpha value + * to the color. To disable tap highlighting, set the alpha value to 0 (invisible). + * If you set the alpha value to 1.0 (opaque), the element is not visible when tapped. + * @property defaults.behavior.tapHighlightColor + * @type {String} + * @default 'rgba(0,0,0,0)' + */ + tapHighlightColor: 'rgba(0,0,0,0)' + } }; - Node.prototype._drawCircle = function (ctx) { - this._resizeCircle(ctx); - this.left = this.x - this.width / 2; - this.top = this.y - this.height / 2; - - this._drawRawCircle(ctx, this.x, this.y, this.options.radius); + /** + * hammer document where the base events are added at + * @property DOCUMENT + * @type {HTMLElement} + * @default window.document + */ + Hammer.DOCUMENT = document; - this.boundingBox.top = this.y - this.options.radius; - this.boundingBox.left = this.x - this.options.radius; - this.boundingBox.right = this.x + this.options.radius; - this.boundingBox.bottom = this.y + this.options.radius; + /** + * detect support for pointer events + * @property HAS_POINTEREVENTS + * @type {Boolean} + */ + Hammer.HAS_POINTEREVENTS = navigator.pointerEnabled || navigator.msPointerEnabled; - this._label(ctx, this.label, this.x, this.y); - }; + /** + * detect support for touch events + * @property HAS_TOUCHEVENTS + * @type {Boolean} + */ + Hammer.HAS_TOUCHEVENTS = ('ontouchstart' in window); - Node.prototype._resizeEllipse = function (ctx) { - if (!this.width) { - var textSize = this.getTextSize(ctx); + /** + * detect mobile browsers + * @property IS_MOBILE + * @type {Boolean} + */ + Hammer.IS_MOBILE = /mobile|tablet|ip(ad|hone|od)|android|silk/i.test(navigator.userAgent); - this.width = textSize.width * 1.5; - this.height = textSize.height * 2; - if (this.width < this.height) { - this.width = this.height; - } - var defaultSize = this.width; + /** + * detect if we want to support mouseevents at all + * @property NO_MOUSEEVENTS + * @type {Boolean} + */ + Hammer.NO_MOUSEEVENTS = (Hammer.HAS_TOUCHEVENTS && Hammer.IS_MOBILE) || Hammer.HAS_POINTEREVENTS; - // scaling used for clustering - this.width += Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * this.clusterSizeWidthFactor; - this.height += Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * this.clusterSizeHeightFactor; - this.options.radius += Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * this.clusterSizeRadiusFactor; - this.growthIndicator = this.width - defaultSize; - } - }; + /** + * interval in which Hammer recalculates current velocity/direction/angle in ms + * @property CALCULATE_INTERVAL + * @type {Number} + * @default 25 + */ + Hammer.CALCULATE_INTERVAL = 25; - Node.prototype._drawEllipse = function (ctx) { - this._resizeEllipse(ctx); - this.left = this.x - this.width / 2; - this.top = this.y - this.height / 2; + /** + * eventtypes per touchevent (start, move, end) are filled by `Event.determineEventTypes` on `setup` + * the object contains the DOM event names per type (`EVENT_START`, `EVENT_MOVE`, `EVENT_END`) + * @property EVENT_TYPES + * @private + * @writeOnce + * @type {Object} + */ + var EVENT_TYPES = {}; - var clusterLineWidth = 2.5; - var borderWidth = this.options.borderWidth; - var selectionLineWidth = this.options.borderWidthSelected || 2 * this.options.borderWidth; + /** + * direction strings, for safe comparisons + * @property DIRECTION_DOWN|LEFT|UP|RIGHT + * @final + * @type {String} + * @default 'down' 'left' 'up' 'right' + */ + var DIRECTION_DOWN = Hammer.DIRECTION_DOWN = 'down'; + var DIRECTION_LEFT = Hammer.DIRECTION_LEFT = 'left'; + var DIRECTION_UP = Hammer.DIRECTION_UP = 'up'; + var DIRECTION_RIGHT = Hammer.DIRECTION_RIGHT = 'right'; - ctx.strokeStyle = this.selected ? this.options.color.highlight.border : this.hover ? this.options.color.hover.border : this.options.color.border; + /** + * pointertype strings, for safe comparisons + * @property POINTER_MOUSE|TOUCH|PEN + * @final + * @type {String} + * @default 'mouse' 'touch' 'pen' + */ + var POINTER_MOUSE = Hammer.POINTER_MOUSE = 'mouse'; + var POINTER_TOUCH = Hammer.POINTER_TOUCH = 'touch'; + var POINTER_PEN = Hammer.POINTER_PEN = 'pen'; - // draw the outer border - if (this.clusterSize > 1) { - ctx.lineWidth = (this.selected ? selectionLineWidth : borderWidth) + ((this.clusterSize > 1) ? clusterLineWidth : 0.0); - ctx.lineWidth *= this.networkScaleInv; - ctx.lineWidth = Math.min(this.width,ctx.lineWidth); + /** + * eventtypes + * @property EVENT_START|MOVE|END|RELEASE|TOUCH + * @final + * @type {String} + * @default 'start' 'change' 'move' 'end' 'release' 'touch' + */ + var EVENT_START = Hammer.EVENT_START = 'start'; + var EVENT_MOVE = Hammer.EVENT_MOVE = 'move'; + var EVENT_END = Hammer.EVENT_END = 'end'; + var EVENT_RELEASE = Hammer.EVENT_RELEASE = 'release'; + var EVENT_TOUCH = Hammer.EVENT_TOUCH = 'touch'; - ctx.ellipse(this.left-2*ctx.lineWidth, this.top-2*ctx.lineWidth, this.width+4*ctx.lineWidth, this.height+4*ctx.lineWidth); - ctx.stroke(); - } - ctx.lineWidth = (this.selected ? selectionLineWidth : borderWidth) + ((this.clusterSize > 1) ? clusterLineWidth : 0.0); - ctx.lineWidth *= this.networkScaleInv; - ctx.lineWidth = Math.min(this.width,ctx.lineWidth); + /** + * if the window events are set... + * @property READY + * @writeOnce + * @type {Boolean} + * @default false + */ + Hammer.READY = false; - ctx.fillStyle = this.selected ? this.options.color.highlight.background : this.hover ? this.options.color.hover.background : this.options.color.background; + /** + * plugins namespace + * @property plugins + * @type {Object} + */ + Hammer.plugins = Hammer.plugins || {}; - ctx.ellipse(this.left, this.top, this.width, this.height); - ctx.fill(); - ctx.stroke(); + /** + * gestures namespace + * see `/gestures` for the definitions + * @property gestures + * @type {Object} + */ + Hammer.gestures = Hammer.gestures || {}; - this.boundingBox.top = this.top; - this.boundingBox.left = this.left; - this.boundingBox.right = this.left + this.width; - this.boundingBox.bottom = this.top + this.height; + /** + * setup events to detect gestures on the document + * this function is called when creating an new instance + * @private + */ + function setup() { + if(Hammer.READY) { + return; + } - this._label(ctx, this.label, this.x, this.y); - }; + // find what eventtypes we add listeners to + Event.determineEventTypes(); - Node.prototype._drawDot = function (ctx) { - this._drawShape(ctx, 'circle'); - }; + // Register all gestures inside Hammer.gestures + Utils.each(Hammer.gestures, function(gesture) { + Detection.register(gesture); + }); - Node.prototype._drawTriangle = function (ctx) { - this._drawShape(ctx, 'triangle'); - }; + // Add touch events on the document + Event.onTouch(Hammer.DOCUMENT, EVENT_MOVE, Detection.detect); + Event.onTouch(Hammer.DOCUMENT, EVENT_END, Detection.detect); - Node.prototype._drawTriangleDown = function (ctx) { - this._drawShape(ctx, 'triangleDown'); - }; + // Hammer is ready...! + Hammer.READY = true; + } - Node.prototype._drawSquare = function (ctx) { - this._drawShape(ctx, 'square'); - }; + /** + * @module hammer + * + * @class Utils + * @static + */ + var Utils = Hammer.utils = { + /** + * extend method, could also be used for cloning when `dest` is an empty object. + * changes the dest object + * @method extend + * @param {Object} dest + * @param {Object} src + * @param {Boolean} [merge=false] do a merge + * @return {Object} dest + */ + extend: function extend(dest, src, merge) { + for(var key in src) { + if(!src.hasOwnProperty(key) || (dest[key] !== undefined && merge)) { + continue; + } + dest[key] = src[key]; + } + return dest; + }, - Node.prototype._drawStar = function (ctx) { - this._drawShape(ctx, 'star'); - }; + /** + * simple addEventListener wrapper + * @method on + * @param {HTMLElement} element + * @param {String} type + * @param {Function} handler + */ + on: function on(element, type, handler) { + element.addEventListener(type, handler, false); + }, - Node.prototype._resizeShape = function (ctx) { - if (!this.width) { - this.options.radius= this.baseRadiusValue; - var size = 2 * this.options.radius; - this.width = size; - this.height = size; + /** + * simple removeEventListener wrapper + * @method off + * @param {HTMLElement} element + * @param {String} type + * @param {Function} handler + */ + off: function off(element, type, handler) { + element.removeEventListener(type, handler, false); + }, - // scaling used for clustering - this.width += Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * this.clusterSizeWidthFactor; - this.height += Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * this.clusterSizeHeightFactor; - this.options.radius+= Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * 0.5 * this.clusterSizeRadiusFactor; - this.growthIndicator = this.width - size; - } - }; + /** + * forEach over arrays and objects + * @method each + * @param {Object|Array} obj + * @param {Function} iterator + * @param {any} iterator.item + * @param {Number} iterator.index + * @param {Object|Array} iterator.obj the source object + * @param {Object} context value to use as `this` in the iterator + */ + each: function each(obj, iterator, context) { + var i, len; - Node.prototype._drawShape = function (ctx, shape) { - this._resizeShape(ctx); + // native forEach on arrays + if('forEach' in obj) { + obj.forEach(iterator, context); + // arrays + } else if(obj.length !== undefined) { + for(i = 0, len = obj.length; i < len; i++) { + if(iterator.call(context, obj[i], i, obj) === false) { + return; + } + } + // objects + } else { + for(i in obj) { + if(obj.hasOwnProperty(i) && + iterator.call(context, obj[i], i, obj) === false) { + return; + } + } + } + }, - this.left = this.x - this.width / 2; - this.top = this.y - this.height / 2; + /** + * find if a string contains the string using indexOf + * @method inStr + * @param {String} src + * @param {String} find + * @return {Boolean} found + */ + inStr: function inStr(src, find) { + return src.indexOf(find) > -1; + }, - var clusterLineWidth = 2.5; - var borderWidth = this.options.borderWidth; - var selectionLineWidth = this.options.borderWidthSelected || 2 * this.options.borderWidth; - var radiusMultiplier = 2; + /** + * find if a array contains the object using indexOf or a simple polyfill + * @method inArray + * @param {String} src + * @param {String} find + * @return {Boolean|Number} false when not found, or the index + */ + inArray: function inArray(src, find) { + if(src.indexOf) { + var index = src.indexOf(find); + return (index === -1) ? false : index; + } else { + for(var i = 0, len = src.length; i < len; i++) { + if(src[i] === find) { + return i; + } + } + return false; + } + }, - // choose draw method depending on the shape - switch (shape) { - case 'dot': radiusMultiplier = 2; break; - case 'square': radiusMultiplier = 2; break; - case 'triangle': radiusMultiplier = 3; break; - case 'triangleDown': radiusMultiplier = 3; break; - case 'star': radiusMultiplier = 4; break; - } + /** + * convert an array-like object (`arguments`, `touchlist`) to an array + * @method toArray + * @param {Object} obj + * @return {Array} + */ + toArray: function toArray(obj) { + return Array.prototype.slice.call(obj, 0); + }, - ctx.strokeStyle = this.selected ? this.options.color.highlight.border : this.hover ? this.options.color.hover.border : this.options.color.border; - // draw the outer border - if (this.clusterSize > 1) { - ctx.lineWidth = (this.selected ? selectionLineWidth : borderWidth) + ((this.clusterSize > 1) ? clusterLineWidth : 0.0); - ctx.lineWidth *= this.networkScaleInv; - ctx.lineWidth = Math.min(this.width,ctx.lineWidth); + /** + * find if a node is in the given parent + * @method hasParent + * @param {HTMLElement} node + * @param {HTMLElement} parent + * @return {Boolean} found + */ + hasParent: function hasParent(node, parent) { + while(node) { + if(node == parent) { + return true; + } + node = node.parentNode; + } + return false; + }, - ctx[shape](this.x, this.y, this.options.radius+ radiusMultiplier * ctx.lineWidth); - ctx.stroke(); - } - ctx.lineWidth = (this.selected ? selectionLineWidth : borderWidth) + ((this.clusterSize > 1) ? clusterLineWidth : 0.0); - ctx.lineWidth *= this.networkScaleInv; - ctx.lineWidth = Math.min(this.width,ctx.lineWidth); + /** + * get the center of all the touches + * @method getCenter + * @param {Array} touches + * @return {Object} center contains `pageX`, `pageY`, `clientX` and `clientY` properties + */ + getCenter: function getCenter(touches) { + var pageX = [], + pageY = [], + clientX = [], + clientY = [], + min = Math.min, + max = Math.max; - ctx.fillStyle = this.selected ? this.options.color.highlight.background : this.hover ? this.options.color.hover.background : this.options.color.background; - ctx[shape](this.x, this.y, this.options.radius); - ctx.fill(); - ctx.stroke(); + // no need to loop when only one touch + if(touches.length === 1) { + return { + pageX: touches[0].pageX, + pageY: touches[0].pageY, + clientX: touches[0].clientX, + clientY: touches[0].clientY + }; + } - this.boundingBox.top = this.y - this.options.radius; - this.boundingBox.left = this.x - this.options.radius; - this.boundingBox.right = this.x + this.options.radius; - this.boundingBox.bottom = this.y + this.options.radius; + Utils.each(touches, function(touch) { + pageX.push(touch.pageX); + pageY.push(touch.pageY); + clientX.push(touch.clientX); + clientY.push(touch.clientY); + }); - if (this.label) { - this._label(ctx, this.label, this.x, this.y + this.height / 2, undefined, 'hanging',true); - this.boundingBox.left = Math.min(this.boundingBox.left, this.labelDimensions.left); - this.boundingBox.right = Math.max(this.boundingBox.right, this.labelDimensions.left + this.labelDimensions.width); - this.boundingBox.bottom = Math.max(this.boundingBox.bottom, this.boundingBox.bottom + this.labelDimensions.height); - } - }; + return { + pageX: (min.apply(Math, pageX) + max.apply(Math, pageX)) / 2, + pageY: (min.apply(Math, pageY) + max.apply(Math, pageY)) / 2, + clientX: (min.apply(Math, clientX) + max.apply(Math, clientX)) / 2, + clientY: (min.apply(Math, clientY) + max.apply(Math, clientY)) / 2 + }; + }, - Node.prototype._resizeText = function (ctx) { - if (!this.width) { - var margin = 5; - var textSize = this.getTextSize(ctx); - this.width = textSize.width + 2 * margin; - this.height = textSize.height + 2 * margin; + /** + * calculate the velocity between two points. unit is in px per ms. + * @method getVelocity + * @param {Number} deltaTime + * @param {Number} deltaX + * @param {Number} deltaY + * @return {Object} velocity `x` and `y` + */ + getVelocity: function getVelocity(deltaTime, deltaX, deltaY) { + return { + x: Math.abs(deltaX / deltaTime) || 0, + y: Math.abs(deltaY / deltaTime) || 0 + }; + }, - // scaling used for clustering - this.width += Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * this.clusterSizeWidthFactor; - this.height += Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * this.clusterSizeHeightFactor; - this.options.radius+= Math.min(this.clusterSize - 1, this.maxNodeSizeIncrements) * this.clusterSizeRadiusFactor; - this.growthIndicator = this.width - (textSize.width + 2 * margin); - } - }; + /** + * calculate the angle between two coordinates + * @method getAngle + * @param {Touch} touch1 + * @param {Touch} touch2 + * @return {Number} angle + */ + getAngle: function getAngle(touch1, touch2) { + var x = touch2.clientX - touch1.clientX, + y = touch2.clientY - touch1.clientY; - Node.prototype._drawText = function (ctx) { - this._resizeText(ctx); - this.left = this.x - this.width / 2; - this.top = this.y - this.height / 2; + return Math.atan2(y, x) * 180 / Math.PI; + }, - this._label(ctx, this.label, this.x, this.y); + /** + * do a small comparision to get the direction between two touches. + * @method getDirection + * @param {Touch} touch1 + * @param {Touch} touch2 + * @return {String} direction matches `DIRECTION_LEFT|RIGHT|UP|DOWN` + */ + getDirection: function getDirection(touch1, touch2) { + var x = Math.abs(touch1.clientX - touch2.clientX), + y = Math.abs(touch1.clientY - touch2.clientY); - this.boundingBox.top = this.top; - this.boundingBox.left = this.left; - this.boundingBox.right = this.left + this.width; - this.boundingBox.bottom = this.top + this.height; - }; + if(x >= y) { + return touch1.clientX - touch2.clientX > 0 ? DIRECTION_LEFT : DIRECTION_RIGHT; + } + return touch1.clientY - touch2.clientY > 0 ? DIRECTION_UP : DIRECTION_DOWN; + }, + /** + * calculate the distance between two touches + * @method getDistance + * @param {Touch}touch1 + * @param {Touch} touch2 + * @return {Number} distance + */ + getDistance: function getDistance(touch1, touch2) { + var x = touch2.clientX - touch1.clientX, + y = touch2.clientY - touch1.clientY; - Node.prototype._label = function (ctx, text, x, y, align, baseline, labelUnderNode) { - if (text && Number(this.options.fontSize) * this.networkScale > this.fontDrawThreshold) { - ctx.font = (this.selected ? "bold " : "") + this.options.fontSize + "px " + this.options.fontFace; + return Math.sqrt((x * x) + (y * y)); + }, - var lines = text.split('\n'); - var lineCount = lines.length; - var fontSize = Number(this.options.fontSize); - var yLine = y + (1 - lineCount) / 2 * fontSize; - if (labelUnderNode == true) { - yLine = y + (1 - lineCount) / (2 * fontSize); - } + /** + * calculate the scale factor between two touchLists + * no scale is 1, and goes down to 0 when pinched together, and bigger when pinched out + * @method getScale + * @param {Array} start array of touches + * @param {Array} end array of touches + * @return {Number} scale + */ + getScale: function getScale(start, end) { + // need two fingers... + if(start.length >= 2 && end.length >= 2) { + return this.getDistance(end[0], end[1]) / this.getDistance(start[0], start[1]); + } + return 1; + }, - // font fill from edges now for nodes! - var width = ctx.measureText(lines[0]).width; - for (var i = 1; i < lineCount; i++) { - var lineWidth = ctx.measureText(lines[i]).width; - width = lineWidth > width ? lineWidth : width; - } - var height = this.options.fontSize * lineCount; - var left = x - width / 2; - var top = y - height / 2; - if (baseline == "hanging") { - top += 0.5 * fontSize; - top += 4; // distance from node, required because we use hanging. Hanging has less difference between browsers - yLine += 4; // distance from node - } - this.labelDimensions = {top:top,left:left,width:width,height:height,yLine:yLine}; + /** + * calculate the rotation degrees between two touchLists + * @method getRotation + * @param {Array} start array of touches + * @param {Array} end array of touches + * @return {Number} rotation + */ + getRotation: function getRotation(start, end) { + // need two fingers + if(start.length >= 2 && end.length >= 2) { + return this.getAngle(end[1], end[0]) - this.getAngle(start[1], start[0]); + } + return 0; + }, - // create the fontfill background - if (this.options.fontFill !== undefined && this.options.fontFill !== null && this.options.fontFill !== "none") { - ctx.fillStyle = this.options.fontFill; - ctx.fillRect(left, top, width, height); - } + /** + * find out if the direction is vertical * + * @method isVertical + * @param {String} direction matches `DIRECTION_UP|DOWN` + * @return {Boolean} is_vertical + */ + isVertical: function isVertical(direction) { + return direction == DIRECTION_UP || direction == DIRECTION_DOWN; + }, - // draw text - ctx.fillStyle = this.options.fontColor || "black"; - ctx.textAlign = align || "center"; - ctx.textBaseline = baseline || "middle"; - if (this.options.fontStrokeWidth > 0){ - ctx.lineWidth = this.options.fontStrokeWidth; - ctx.strokeStyle = this.options.fontStrokeColor; - ctx.lineJoin = 'round'; - } - for (var i = 0; i < lineCount; i++) { - if(this.options.fontStrokeWidth){ - ctx.strokeText(lines[i], x, yLine); - } - ctx.fillText(lines[i], x, yLine); - yLine += fontSize; - } - } - }; + /** + * set css properties with their prefixes + * @param {HTMLElement} element + * @param {String} prop + * @param {String} value + * @param {Boolean} [toggle=true] + * @return {Boolean} + */ + setPrefixedCss: function setPrefixedCss(element, prop, value, toggle) { + var prefixes = ['', 'Webkit', 'Moz', 'O', 'ms']; + prop = Utils.toCamelCase(prop); + for(var i = 0; i < prefixes.length; i++) { + var p = prop; + // prefixes + if(prefixes[i]) { + p = prefixes[i] + p.slice(0, 1).toUpperCase() + p.slice(1); + } - Node.prototype.getTextSize = function(ctx) { - if (this.label !== undefined) { - ctx.font = (this.selected ? "bold " : "") + this.options.fontSize + "px " + this.options.fontFace; + // test the style + if(p in element.style) { + element.style[p] = (toggle == null || toggle) && value || ''; + break; + } + } + }, - var lines = this.label.split('\n'), - height = (Number(this.options.fontSize) + 4) * lines.length, - width = 0; + /** + * toggle browser default behavior by setting css properties. + * `userSelect='none'` also sets `element.onselectstart` to false + * `userDrag='none'` also sets `element.ondragstart` to false + * + * @method toggleBehavior + * @param {HtmlElement} element + * @param {Object} props + * @param {Boolean} [toggle=true] + */ + toggleBehavior: function toggleBehavior(element, props, toggle) { + if(!props || !element || !element.style) { + return; + } - for (var i = 0, iMax = lines.length; i < iMax; i++) { - width = Math.max(width, ctx.measureText(lines[i]).width); - } + // set the css properties + Utils.each(props, function(value, prop) { + Utils.setPrefixedCss(element, prop, value, toggle); + }); - return {"width": width, "height": height}; - } - else { - return {"width": 0, "height": 0}; - } - }; + var falseFn = toggle && function() { + return false; + }; - /** - * this is used to determine if a node is visible at all. this is used to determine when it needs to be drawn. - * there is a safety margin of 0.3 * width; - * - * @returns {boolean} - */ - Node.prototype.inArea = function() { - if (this.width !== undefined) { - return (this.x + this.width *this.networkScaleInv >= this.canvasTopLeft.x && - this.x - this.width *this.networkScaleInv < this.canvasBottomRight.x && - this.y + this.height*this.networkScaleInv >= this.canvasTopLeft.y && - this.y - this.height*this.networkScaleInv < this.canvasBottomRight.y); - } - else { - return true; - } + // also the disable onselectstart + if(props.userSelect == 'none') { + element.onselectstart = falseFn; + } + // and disable ondragstart + if(props.userDrag == 'none') { + element.ondragstart = falseFn; + } + }, + + /** + * convert a string with underscores to camelCase + * so prevent_default becomes preventDefault + * @param {String} str + * @return {String} camelCaseStr + */ + toCamelCase: function toCamelCase(str) { + return str.replace(/[_-]([a-z])/g, function(s) { + return s[1].toUpperCase(); + }); + } }; + /** - * checks if the core of the node is in the display area, this is used for opening clusters around zoom - * @returns {boolean} + * @module hammer */ - Node.prototype.inView = function() { - return (this.x >= this.canvasTopLeft.x && - this.x < this.canvasBottomRight.x && - this.y >= this.canvasTopLeft.y && - this.y < this.canvasBottomRight.y); - }; - /** - * This allows the zoom level of the network to influence the rendering - * We store the inverted scale and the coordinates of the top left, and bottom right points of the canvas - * - * @param scale - * @param canvasTopLeft - * @param canvasBottomRight + * @class Event + * @static */ - Node.prototype.setScaleAndPos = function(scale,canvasTopLeft,canvasBottomRight) { - this.networkScaleInv = 1.0/scale; - this.networkScale = scale; - this.canvasTopLeft = canvasTopLeft; - this.canvasBottomRight = canvasBottomRight; - }; + var Event = Hammer.event = { + /** + * when touch events have been fired, this is true + * this is used to stop mouse events + * @property prevent_mouseevents + * @private + * @type {Boolean} + */ + preventMouseEvents: false, + /** + * if EVENT_START has been fired + * @property started + * @private + * @type {Boolean} + */ + started: false, - /** - * This allows the zoom level of the network to influence the rendering - * - * @param scale - */ - Node.prototype.setScale = function(scale) { - this.networkScaleInv = 1.0/scale; - this.networkScale = scale; - }; + /** + * when the mouse is hold down, this is true + * @property should_detect + * @private + * @type {Boolean} + */ + shouldDetect: false, + /** + * simple event binder with a hook and support for multiple types + * @method on + * @param {HTMLElement} element + * @param {String} type + * @param {Function} handler + * @param {Function} [hook] + * @param {Object} hook.type + */ + on: function on(element, type, handler, hook) { + var types = type.split(' '); + Utils.each(types, function(type) { + Utils.on(element, type, handler); + hook && hook(type); + }); + }, + /** + * simple event unbinder with a hook and support for multiple types + * @method off + * @param {HTMLElement} element + * @param {String} type + * @param {Function} handler + * @param {Function} [hook] + * @param {Object} hook.type + */ + off: function off(element, type, handler, hook) { + var types = type.split(' '); + Utils.each(types, function(type) { + Utils.off(element, type, handler); + hook && hook(type); + }); + }, - /** - * set the velocity at 0. Is called when this node is contained in another during clustering - */ - Node.prototype.clearVelocity = function() { - this.vx = 0; - this.vy = 0; - }; + /** + * the core touch event handler. + * this finds out if we should to detect gestures + * @method onTouch + * @param {HTMLElement} element + * @param {String} eventType matches `EVENT_START|MOVE|END` + * @param {Function} handler + * @return onTouchHandler {Function} the core event handler + */ + onTouch: function onTouch(element, eventType, handler) { + var self = this; + var onTouchHandler = function onTouchHandler(ev) { + var srcType = ev.type.toLowerCase(), + isPointer = Hammer.HAS_POINTEREVENTS, + isMouse = Utils.inStr(srcType, 'mouse'), + triggerType; - /** - * Basic preservation of (kinectic) energy - * - * @param massBeforeClustering - */ - Node.prototype.updateVelocity = function(massBeforeClustering) { - var energyBefore = this.vx * this.vx * massBeforeClustering; - //this.vx = (this.vx < 0) ? -Math.sqrt(energyBefore/this.options.mass) : Math.sqrt(energyBefore/this.options.mass); - this.vx = Math.sqrt(energyBefore/this.options.mass); - energyBefore = this.vy * this.vy * massBeforeClustering; - //this.vy = (this.vy < 0) ? -Math.sqrt(energyBefore/this.options.mass) : Math.sqrt(energyBefore/this.options.mass); - this.vy = Math.sqrt(energyBefore/this.options.mass); - }; + // if we are in a mouseevent, but there has been a touchevent triggered in this session + // we want to do nothing. simply break out of the event. + if(isMouse && self.preventMouseEvents) { + return; - module.exports = Node; + // mousebutton must be down + } else if(isMouse && eventType == EVENT_START && ev.button === 0) { + self.preventMouseEvents = false; + self.shouldDetect = true; + } else if(isPointer && eventType == EVENT_START) { + self.shouldDetect = (ev.buttons === 1 || PointerEvent.matchType(POINTER_TOUCH, ev)); + // just a valid start event, but no mouse + } else if(!isMouse && eventType == EVENT_START) { + self.preventMouseEvents = true; + self.shouldDetect = true; + } + // update the pointer event before entering the detection + if(isPointer && eventType != EVENT_END) { + PointerEvent.updatePointer(eventType, ev); + } -/***/ }, -/* 57 */ -/***/ function(module, exports, __webpack_require__) { + // we are in a touch/down state, so allowed detection of gestures + if(self.shouldDetect) { + triggerType = self.doDetect.call(self, ev, eventType, element, handler); + } - var util = __webpack_require__(1); - var Node = __webpack_require__(56); + // ...and we are done with the detection + // so reset everything to start each detection totally fresh + if(triggerType == EVENT_END) { + self.preventMouseEvents = false; + self.shouldDetect = false; + PointerEvent.reset(); + // update the pointerevent object after the detection + } - /** - * @class Edge - * - * A edge connects two nodes - * @param {Object} properties Object with properties. Must contain - * At least properties from and to. - * Available properties: from (number), - * to (number), label (string, color (string), - * width (number), style (string), - * length (number), title (string) - * @param {Network} network A Network object, used to find and edge to - * nodes. - * @param {Object} constants An object with default values for - * example for the color - */ - function Edge (properties, network, networkConstants) { - if (!network) { - throw "No network provided"; - } - var fields = ['edges','physics']; - var constants = util.selectiveBridgeObject(fields,networkConstants); - this.options = constants.edges; - this.physics = constants.physics; - this.options['smoothCurves'] = networkConstants['smoothCurves']; + if(isPointer && eventType == EVENT_END) { + PointerEvent.updatePointer(eventType, ev); + } + }; + this.on(element, EVENT_TYPES[eventType], onTouchHandler); + return onTouchHandler; + }, - this.network = network; + /** + * the core detection method + * this finds out what hammer-touch-events to trigger + * @method doDetect + * @param {Object} ev + * @param {String} eventType matches `EVENT_START|MOVE|END` + * @param {HTMLElement} element + * @param {Function} handler + * @return {String} triggerType matches `EVENT_START|MOVE|END` + */ + doDetect: function doDetect(ev, eventType, element, handler) { + var touchList = this.getTouchList(ev, eventType); + var touchListLength = touchList.length; + var triggerType = eventType; + var triggerChange = touchList.trigger; // used by fakeMultitouch plugin + var changedLength = touchListLength; - // initialize variables - this.id = undefined; - this.fromId = undefined; - this.toId = undefined; - this.title = undefined; - this.widthSelected = this.options.width * this.options.widthSelectionMultiplier; - this.value = undefined; - this.selected = false; - this.hover = false; - this.labelDimensions = {top:0,left:0,width:0,height:0,yLine:0}; // could be cached - this.dirtyLabel = true; + // at each touchstart-like event we want also want to trigger a TOUCH event... + if(eventType == EVENT_START) { + triggerChange = EVENT_TOUCH; + // ...the same for a touchend-like event + } else if(eventType == EVENT_END) { + triggerChange = EVENT_RELEASE; - this.from = null; // a node - this.to = null; // a node - this.via = null; // a temp node + // keep track of how many touches have been removed + changedLength = touchList.length - ((ev.changedTouches) ? ev.changedTouches.length : 1); + } - this.fromBackup = null; // used to clean up after reconnect - this.toBackup = null;; // used to clean up after reconnect + // after there are still touches on the screen, + // we just want to trigger a MOVE event. so change the START or END to a MOVE + // but only after detection has been started, the first time we actualy want a START + if(changedLength > 0 && this.started) { + triggerType = EVENT_MOVE; + } - // we use this to be able to reconnect the edge to a cluster if its node is put into a cluster - // by storing the original information we can revert to the original connection when the cluser is opened. - this.originalFromId = []; - this.originalToId = []; + // detection has been started, we keep track of this, see above + this.started = true; - this.connected = false; + // generate some event data, some basic information + var evData = this.collectEventData(element, triggerType, touchList, ev); - this.widthFixed = false; - this.lengthFixed = false; + // trigger the triggerType event before the change (TOUCH, RELEASE) events + // but the END event should be at last + if(eventType != EVENT_END) { + handler.call(Detection, evData); + } - this.setProperties(properties); + // trigger a change (TOUCH, RELEASE) event, this means the length of the touches changed + if(triggerChange) { + evData.changedLength = changedLength; + evData.eventType = triggerChange; - this.controlNodesEnabled = false; - this.controlNodes = {from:null, to:null, positions:{}}; - this.connectedNode = null; - } + handler.call(Detection, evData); - /** - * Set or overwrite properties for the edge - * @param {Object} properties an object with properties - * @param {Object} constants and object with default, global properties - */ - Edge.prototype.setProperties = function(properties) { - if (!properties) { - return; - } + evData.eventType = triggerType; + delete evData.changedLength; + } - var fields = ['style','fontSize','fontFace','fontColor','fontFill','fontStrokeWidth','fontStrokeColor','width', - 'widthSelectionMultiplier','hoverWidth','arrowScaleFactor','dash','inheritColor','labelAlignment' - ]; - util.selectiveDeepExtend(fields, this.options, properties); + // trigger the END event + if(triggerType == EVENT_END) { + handler.call(Detection, evData); - if (properties.from !== undefined) {this.fromId = properties.from;} - if (properties.to !== undefined) {this.toId = properties.to;} + // ...and we are done with the detection + // so reset everything to start each detection totally fresh + this.started = false; + } - if (properties.id !== undefined) {this.id = properties.id;} - if (properties.label !== undefined) {this.label = properties.label; this.dirtyLabel = true;} + return triggerType; + }, - if (properties.title !== undefined) {this.title = properties.title;} - if (properties.value !== undefined) {this.value = properties.value;} - if (properties.length !== undefined) {this.physics.springLength = properties.length;} + /** + * we have different events for each device/browser + * determine what we need and set them in the EVENT_TYPES constant + * the `onTouch` method is bind to these properties. + * @method determineEventTypes + * @return {Object} events + */ + determineEventTypes: function determineEventTypes() { + var types; + if(Hammer.HAS_POINTEREVENTS) { + if(window.PointerEvent) { + types = [ + 'pointerdown', + 'pointermove', + 'pointerup pointercancel lostpointercapture' + ]; + } else { + types = [ + 'MSPointerDown', + 'MSPointerMove', + 'MSPointerUp MSPointerCancel MSLostPointerCapture' + ]; + } + } else if(Hammer.NO_MOUSEEVENTS) { + types = [ + 'touchstart', + 'touchmove', + 'touchend touchcancel' + ]; + } else { + types = [ + 'touchstart mousedown', + 'touchmove mousemove', + 'touchend touchcancel mouseup' + ]; + } - if (properties.color !== undefined) { - this.options.inheritColor = false; - if (util.isString(properties.color)) { - this.options.color.color = properties.color; - this.options.color.highlight = properties.color; - } - else { - if (properties.color.color !== undefined) {this.options.color.color = properties.color.color;} - if (properties.color.highlight !== undefined) {this.options.color.highlight = properties.color.highlight;} - if (properties.color.hover !== undefined) {this.options.color.hover = properties.color.hover;} - } - } + EVENT_TYPES[EVENT_START] = types[0]; + EVENT_TYPES[EVENT_MOVE] = types[1]; + EVENT_TYPES[EVENT_END] = types[2]; + return EVENT_TYPES; + }, - // A node is connected when it has a from and to node. - this.connect(); + /** + * create touchList depending on the event + * @method getTouchList + * @param {Object} ev + * @param {String} eventType + * @return {Array} touches + */ + getTouchList: function getTouchList(ev, eventType) { + // get the fake pointerEvent touchlist + if(Hammer.HAS_POINTEREVENTS) { + return PointerEvent.getTouchList(); + } - this.widthFixed = this.widthFixed || (properties.width !== undefined); - this.lengthFixed = this.lengthFixed || (properties.length !== undefined); + // get the touchlist + if(ev.touches) { + if(eventType == EVENT_MOVE) { + return ev.touches; + } - this.widthSelected = this.options.width* this.options.widthSelectionMultiplier; + var identifiers = []; + var concat = [].concat(Utils.toArray(ev.touches), Utils.toArray(ev.changedTouches)); + var touchList = []; - // set draw method based on style - switch (this.options.style) { - case 'line': this.draw = this._drawLine; break; - case 'arrow': this.draw = this._drawArrow; break; - case 'arrow-center': this.draw = this._drawArrowCenter; break; - case 'dash-line': this.draw = this._drawDashLine; break; - default: this.draw = this._drawLine; break; - } - - }; + Utils.each(concat, function(touch) { + if(Utils.inArray(identifiers, touch.identifier) === false) { + touchList.push(touch); + } + identifiers.push(touch.identifier); + }); - /** - * Connect an edge to its nodes - */ - Edge.prototype.connect = function () { - this.disconnect(); + return touchList; + } - this.from = this.network.nodes[this.fromId] || null; - this.to = this.network.nodes[this.toId] || null; - this.connected = (this.from && this.to); + // make fake touchList from mouse position + ev.identifier = 1; + return [ev]; + }, - if (this.connected) { - this.from.attachEdge(this); - this.to.attachEdge(this); - } - else { - if (this.from) { - this.from.detachEdge(this); - } - if (this.to) { - this.to.detachEdge(this); + /** + * collect basic event data + * @method collectEventData + * @param {HTMLElement} element + * @param {String} eventType matches `EVENT_START|MOVE|END` + * @param {Array} touches + * @param {Object} ev + * @return {Object} ev + */ + collectEventData: function collectEventData(element, eventType, touches, ev) { + // find out pointerType + var pointerType = POINTER_TOUCH; + if(Utils.inStr(ev.type, 'mouse') || PointerEvent.matchType(POINTER_MOUSE, ev)) { + pointerType = POINTER_MOUSE; + } else if(PointerEvent.matchType(POINTER_PEN, ev)) { + pointerType = POINTER_PEN; + } + + return { + center: Utils.getCenter(touches), + timeStamp: Date.now(), + target: ev.target, + touches: touches, + eventType: eventType, + pointerType: pointerType, + srcEvent: ev, + + /** + * prevent the browser default actions + * mostly used to disable scrolling of the browser + */ + preventDefault: function() { + var srcEvent = this.srcEvent; + srcEvent.preventManipulation && srcEvent.preventManipulation(); + srcEvent.preventDefault && srcEvent.preventDefault(); + }, + + /** + * stop bubbling the event up to its parents + */ + stopPropagation: function() { + this.srcEvent.stopPropagation(); + }, + + /** + * immediately stop gesture detection + * might be useful after a swipe was detected + * @return {*} + */ + stopDetect: function() { + return Detection.stopDetect(); + } + }; } - } }; - /** - * Disconnect an edge from its nodes - */ - Edge.prototype.disconnect = function () { - if (this.from) { - this.from.detachEdge(this); - this.from = null; - } - if (this.to) { - this.to.detachEdge(this); - this.to = null; - } - this.connected = false; - }; + /** + * @module hammer + * + * @class PointerEvent + * @static + */ + var PointerEvent = Hammer.PointerEvent = { + /** + * holds all pointers, by `identifier` + * @property pointers + * @type {Object} + */ + pointers: {}, + + /** + * get the pointers as an array + * @method getTouchList + * @return {Array} touchlist + */ + getTouchList: function getTouchList() { + var touchlist = []; + // we can use forEach since pointerEvents only is in IE10 + Utils.each(this.pointers, function(pointer) { + touchlist.push(pointer); + }); + return touchlist; + }, + + /** + * update the position of a pointer + * @method updatePointer + * @param {String} eventType matches `EVENT_START|MOVE|END` + * @param {Object} pointerEvent + */ + updatePointer: function updatePointer(eventType, pointerEvent) { + if(eventType == EVENT_END || (eventType != EVENT_END && pointerEvent.buttons !== 1)) { + delete this.pointers[pointerEvent.pointerId]; + } else { + pointerEvent.identifier = pointerEvent.pointerId; + this.pointers[pointerEvent.pointerId] = pointerEvent; + } + }, + + /** + * check if ev matches pointertype + * @method matchType + * @param {String} pointerType matches `POINTER_MOUSE|TOUCH|PEN` + * @param {PointerEvent} ev + */ + matchType: function matchType(pointerType, ev) { + if(!ev.pointerType) { + return false; + } - /** - * get the title of this edge. - * @return {string} title The title of the edge, or undefined when no title - * has been set. - */ - Edge.prototype.getTitle = function() { - return typeof this.title === "function" ? this.title() : this.title; - }; + var pt = ev.pointerType, + types = {}; + types[POINTER_MOUSE] = (pt === (ev.MSPOINTER_TYPE_MOUSE || POINTER_MOUSE)); + types[POINTER_TOUCH] = (pt === (ev.MSPOINTER_TYPE_TOUCH || POINTER_TOUCH)); + types[POINTER_PEN] = (pt === (ev.MSPOINTER_TYPE_PEN || POINTER_PEN)); + return types[pointerType]; + }, - /** - * Retrieve the value of the edge. Can be undefined - * @return {Number} value - */ - Edge.prototype.getValue = function() { - return this.value; + /** + * reset the stored pointers + * @method reset + */ + reset: function resetList() { + this.pointers = {}; + } }; - /** - * Adjust the value range of the edge. The edge will adjust it's width - * based on its value. - * @param {Number} min - * @param {Number} max - */ - Edge.prototype.setValueRange = function(min, max) { - if (!this.widthFixed && this.value !== undefined) { - var scale = (this.options.widthMax - this.options.widthMin) / (max - min); - this.options.width= (this.value - min) * scale + this.options.widthMin; - this.widthSelected = this.options.width* this.options.widthSelectionMultiplier; - } - }; /** - * Redraw a edge - * Draw this edge in the given canvas - * The 2d context of a HTML canvas can be retrieved by canvas.getContext("2d"); - * @param {CanvasRenderingContext2D} ctx + * @module hammer + * + * @class Detection + * @static */ - Edge.prototype.draw = function(ctx) { - throw "Method draw not initialized in edge"; - }; + var Detection = Hammer.detection = { + // contains all registred Hammer.gestures in the correct order + gestures: [], - /** - * Check if this object is overlapping with the provided object - * @param {Object} obj an object with parameters left, top - * @return {boolean} True if location is located on the edge - */ - Edge.prototype.isOverlappingWith = function(obj) { - if (this.connected) { - var distMax = 10; - var xFrom = this.from.x; - var yFrom = this.from.y; - var xTo = this.to.x; - var yTo = this.to.y; - var xObj = obj.left; - var yObj = obj.top; + // data of the current Hammer.gesture detection session + current: null, - var dist = this._getDistanceToEdge(xFrom, yFrom, xTo, yTo, xObj, yObj); + // the previous Hammer.gesture session data + // is a full clone of the previous gesture.current object + previous: null, - return (dist < distMax); - } - else { - return false - } - }; + // when this becomes true, no gestures are fired + stopped: false, - Edge.prototype._getColor = function() { - var colorObj = this.options.color; - if (this.options.inheritColor == "to") { - colorObj = { - highlight: this.to.options.color.highlight.border, - hover: this.to.options.color.hover.border, - color: this.to.options.color.border - }; - } - else if (this.options.inheritColor == "from" || this.options.inheritColor == true) { - colorObj = { - highlight: this.from.options.color.highlight.border, - hover: this.from.options.color.hover.border, - color: this.from.options.color.border - }; - } + /** + * start Hammer.gesture detection + * @method startDetect + * @param {Hammer.Instance} inst + * @param {Object} eventData + */ + startDetect: function startDetect(inst, eventData) { + // already busy with a Hammer.gesture detection on an element + if(this.current) { + return; + } - if (this.selected == true) {return colorObj.highlight;} - else if (this.hover == true) {return colorObj.hover;} - else {return colorObj.color;} - }; + this.stopped = false; + // holds current session + this.current = { + inst: inst, // reference to HammerInstance we're working for + startEvent: Utils.extend({}, eventData), // start eventData for distances, timing etc + lastEvent: false, // last eventData + lastCalcEvent: false, // last eventData for calculations. + futureCalcEvent: false, // last eventData for calculations. + lastCalcData: {}, // last lastCalcData + name: '' // current gesture we're in/detected, can be 'tap', 'hold' etc + }; - /** - * Redraw a edge as a line - * Draw this edge in the given canvas - * The 2d context of a HTML canvas can be retrieved by canvas.getContext("2d"); - * @param {CanvasRenderingContext2D} ctx - * @private - */ - Edge.prototype._drawLine = function(ctx) { - // set style - ctx.strokeStyle = this._getColor(); - ctx.lineWidth = this._getLineWidth(); + this.detect(eventData); + }, - if (this.from != this.to) { - // draw line - var via = this._line(ctx); + /** + * Hammer.gesture detection + * @method detect + * @param {Object} eventData + * @return {any} + */ + detect: function detect(eventData) { + if(!this.current || this.stopped) { + return; + } - // draw label - var point; - if (this.label) { - if (this.options.smoothCurves.enabled == true && via != null) { - var midpointX = 0.5*(0.5*(this.from.x + via.x) + 0.5*(this.to.x + via.x)); - var midpointY = 0.5*(0.5*(this.from.y + via.y) + 0.5*(this.to.y + via.y)); - point = {x:midpointX, y:midpointY}; - } - else { - point = this._pointOnLine(0.5); - } - this._label(ctx, this.label, point.x, point.y); - } - } - else { - var x, y; - var radius = this.physics.springLength / 4; - var node = this.from; - if (!node.width) { - node.resize(ctx); - } - if (node.width > node.height) { - x = node.x + node.width / 2; - y = node.y - radius; - } - else { - x = node.x + radius; - y = node.y - node.height / 2; - } - this._circle(ctx, x, y, radius); - point = this._pointOnCircle(x, y, radius, 0.5); - this._label(ctx, this.label, point.x, point.y); - } - }; + // extend event data with calculations about scale, distance etc + eventData = this.extendEventData(eventData); - /** - * Get the line width of the edge. Depends on width and whether one of the - * connected nodes is selected. - * @return {Number} width - * @private - */ - Edge.prototype._getLineWidth = function() { - if (this.selected == true) { - return Math.max(Math.min(this.widthSelected, this.options.widthMax), 0.3*this.networkScaleInv); - } - else { - if (this.hover == true) { - return Math.max(Math.min(this.options.hoverWidth, this.options.widthMax), 0.3*this.networkScaleInv); - } - else { - return Math.max(this.options.width, 0.3*this.networkScaleInv); - } - } - }; + // hammer instance and instance options + var inst = this.current.inst, + instOptions = inst.options; - Edge.prototype._getViaCoordinates = function () { - if (this.options.smoothCurves.dynamic == true && this.options.smoothCurves.enabled == true ) { - return this.via; - } - else if (this.options.smoothCurves.enabled == false) { - return {x:0,y:0}; - } - else { - var xVia = null; - var yVia = null; - var factor = this.options.smoothCurves.roundness; - var type = this.options.smoothCurves.type; + // call Hammer.gesture handlers + Utils.each(this.gestures, function triggerGesture(gesture) { + // only when the instance options have enabled this gesture + if(!this.stopped && inst.enabled && instOptions[gesture.name]) { + gesture.handler.call(gesture, eventData, inst); + } + }, this); - var dx = Math.abs(this.from.x - this.to.x); - var dy = Math.abs(this.from.y - this.to.y); - if (type == 'discrete' || type == 'diagonalCross') { - if (Math.abs(this.from.x - this.to.x) < Math.abs(this.from.y - this.to.y)) { - if (this.from.y > this.to.y) { - if (this.from.x < this.to.x) { - xVia = this.from.x + factor * dy; - yVia = this.from.y - factor * dy; - } - else if (this.from.x > this.to.x) { - xVia = this.from.x - factor * dy; - yVia = this.from.y - factor * dy; - } - } - else if (this.from.y < this.to.y) { - if (this.from.x < this.to.x) { - xVia = this.from.x + factor * dy; - yVia = this.from.y + factor * dy; - } - else if (this.from.x > this.to.x) { - xVia = this.from.x - factor * dy; - yVia = this.from.y + factor * dy; - } - } - if (type == "discrete") { - xVia = dx < factor * dy ? this.from.x : xVia; - } - } - else if (Math.abs(this.from.x - this.to.x) > Math.abs(this.from.y - this.to.y)) { - if (this.from.y > this.to.y) { - if (this.from.x < this.to.x) { - xVia = this.from.x + factor * dx; - yVia = this.from.y - factor * dx; - } - else if (this.from.x > this.to.x) { - xVia = this.from.x - factor * dx; - yVia = this.from.y - factor * dx; - } - } - else if (this.from.y < this.to.y) { - if (this.from.x < this.to.x) { - xVia = this.from.x + factor * dx; - yVia = this.from.y + factor * dx; - } - else if (this.from.x > this.to.x) { - xVia = this.from.x - factor * dx; - yVia = this.from.y + factor * dx; - } - } - if (type == "discrete") { - yVia = dy < factor * dx ? this.from.y : yVia; - } - } - } - else if (type == "straightCross") { - if (Math.abs(this.from.x - this.to.x) < Math.abs(this.from.y - this.to.y)) { // up - down - xVia = this.from.x; - if (this.from.y < this.to.y) { - yVia = this.to.y - (1 - factor) * dy; - } - else { - yVia = this.to.y + (1 - factor) * dy; - } - } - else if (Math.abs(this.from.x - this.to.x) > Math.abs(this.from.y - this.to.y)) { // left - right - if (this.from.x < this.to.x) { - xVia = this.to.x - (1 - factor) * dx; - } - else { - xVia = this.to.x + (1 - factor) * dx; - } - yVia = this.from.y; - } - } - else if (type == 'horizontal') { - if (this.from.x < this.to.x) { - xVia = this.to.x - (1 - factor) * dx; - } - else { - xVia = this.to.x + (1 - factor) * dx; - } - yVia = this.from.y; - } - else if (type == 'vertical') { - xVia = this.from.x; - if (this.from.y < this.to.y) { - yVia = this.to.y - (1 - factor) * dy; - } - else { - yVia = this.to.y + (1 - factor) * dy; - } - } - else { // continuous - if (Math.abs(this.from.x - this.to.x) < Math.abs(this.from.y - this.to.y)) { - if (this.from.y > this.to.y) { - if (this.from.x < this.to.x) { - // console.log(1) - xVia = this.from.x + factor * dy; - yVia = this.from.y - factor * dy; - xVia = this.to.x < xVia ? this.to.x : xVia; - } - else if (this.from.x > this.to.x) { - // console.log(2) - xVia = this.from.x - factor * dy; - yVia = this.from.y - factor * dy; - xVia = this.to.x > xVia ? this.to.x : xVia; - } - } - else if (this.from.y < this.to.y) { - if (this.from.x < this.to.x) { - // console.log(3) - xVia = this.from.x + factor * dy; - yVia = this.from.y + factor * dy; - xVia = this.to.x < xVia ? this.to.x : xVia; - } - else if (this.from.x > this.to.x) { - // console.log(4, this.from.x, this.to.x) - xVia = this.from.x - factor * dy; - yVia = this.from.y + factor * dy; - xVia = this.to.x > xVia ? this.to.x : xVia; - } - } - } - else if (Math.abs(this.from.x - this.to.x) > Math.abs(this.from.y - this.to.y)) { - if (this.from.y > this.to.y) { - if (this.from.x < this.to.x) { - // console.log(5) - xVia = this.from.x + factor * dx; - yVia = this.from.y - factor * dx; - yVia = this.to.y > yVia ? this.to.y : yVia; - } - else if (this.from.x > this.to.x) { - // console.log(6) - xVia = this.from.x - factor * dx; - yVia = this.from.y - factor * dx; - yVia = this.to.y > yVia ? this.to.y : yVia; - } + // store as previous event event + if(this.current) { + this.current.lastEvent = eventData; } - else if (this.from.y < this.to.y) { - if (this.from.x < this.to.x) { - // console.log(7) - xVia = this.from.x + factor * dx; - yVia = this.from.y + factor * dx; - yVia = this.to.y < yVia ? this.to.y : yVia; - } - else if (this.from.x > this.to.x) { - // console.log(8) - xVia = this.from.x - factor * dx; - yVia = this.from.y + factor * dx; - yVia = this.to.y < yVia ? this.to.y : yVia; - } + + if(eventData.eventType == EVENT_END) { + this.stopDetect(); } - } - } + return eventData; + }, - return {x: xVia, y: yVia}; - } - }; + /** + * clear the Hammer.gesture vars + * this is called on endDetect, but can also be used when a final Hammer.gesture has been detected + * to stop other Hammer.gestures from being fired + * @method stopDetect + */ + stopDetect: function stopDetect() { + // clone current data to the store as the previous gesture + // used for the double tap gesture, since this is an other gesture detect session + this.previous = Utils.extend({}, this.current); - /** - * Draw a line between two nodes - * @param {CanvasRenderingContext2D} ctx - * @private - */ - Edge.prototype._line = function (ctx) { - // draw a straight line - ctx.beginPath(); - ctx.moveTo(this.from.x, this.from.y); - if (this.options.smoothCurves.enabled == true) { - if (this.options.smoothCurves.dynamic == false) { - var via = this._getViaCoordinates(); - if (via.x == null) { - ctx.lineTo(this.to.x, this.to.y); - ctx.stroke(); - return null; - } - else { - // this.via.x = via.x; - // this.via.y = via.y; - ctx.quadraticCurveTo(via.x,via.y,this.to.x, this.to.y); - ctx.stroke(); - return via; - } - } - else { - ctx.quadraticCurveTo(this.via.x,this.via.y,this.to.x, this.to.y); - ctx.stroke(); - return this.via; - } - } - else { - ctx.lineTo(this.to.x, this.to.y); - ctx.stroke(); - return null; - } - }; + // reset the current + this.current = null; + this.stopped = true; + }, - /** - * Draw a line from a node to itself, a circle - * @param {CanvasRenderingContext2D} ctx - * @param {Number} x - * @param {Number} y - * @param {Number} radius - * @private - */ - Edge.prototype._circle = function (ctx, x, y, radius) { - // draw a circle - ctx.beginPath(); - ctx.arc(x, y, radius, 0, 2 * Math.PI, false); - ctx.stroke(); - }; + /** + * calculate velocity, angle and direction + * @method getVelocityData + * @param {Object} ev + * @param {Object} center + * @param {Number} deltaTime + * @param {Number} deltaX + * @param {Number} deltaY + */ + getCalculatedData: function getCalculatedData(ev, center, deltaTime, deltaX, deltaY) { + var cur = this.current, + recalc = false, + calcEv = cur.lastCalcEvent, + calcData = cur.lastCalcData; + + if(calcEv && ev.timeStamp - calcEv.timeStamp > Hammer.CALCULATE_INTERVAL) { + center = calcEv.center; + deltaTime = ev.timeStamp - calcEv.timeStamp; + deltaX = ev.center.clientX - calcEv.center.clientX; + deltaY = ev.center.clientY - calcEv.center.clientY; + recalc = true; + } - /** - * Draw label with white background and with the middle at (x, y) - * @param {CanvasRenderingContext2D} ctx - * @param {String} text - * @param {Number} x - * @param {Number} y - * @private - */ - Edge.prototype._label = function (ctx, text, x, y) { - if (text) { - ctx.font = ((this.from.selected || this.to.selected) ? "bold " : "") + - this.options.fontSize + "px " + this.options.fontFace; - var yLine; + if(ev.eventType == EVENT_TOUCH || ev.eventType == EVENT_RELEASE) { + cur.futureCalcEvent = ev; + } - if (this.dirtyLabel == true) { - var lines = String(text).split('\n'); - var lineCount = lines.length; - var fontSize = Number(this.options.fontSize); - yLine = y + (1 - lineCount) / 2 * fontSize; + if(!cur.lastCalcEvent || recalc) { + calcData.velocity = Utils.getVelocity(deltaTime, deltaX, deltaY); + calcData.angle = Utils.getAngle(center, ev.center); + calcData.direction = Utils.getDirection(center, ev.center); - var width = ctx.measureText(lines[0]).width; - for (var i = 1; i < lineCount; i++) { - var lineWidth = ctx.measureText(lines[i]).width; - width = lineWidth > width ? lineWidth : width; - } - var height = this.options.fontSize * lineCount; - var left = x - width / 2; - var top = y - height / 2; + cur.lastCalcEvent = cur.futureCalcEvent || ev; + cur.futureCalcEvent = ev; + } - // cache - this.labelDimensions = {top:top,left:left,width:width,height:height,yLine:yLine}; - } + ev.velocityX = calcData.velocity.x; + ev.velocityY = calcData.velocity.y; + ev.interimAngle = calcData.angle; + ev.interimDirection = calcData.direction; + }, - var yLine = this.labelDimensions.yLine; - - ctx.save(); - - if (this.options.labelAlignment != "horizontal"){ - ctx.translate(x, yLine); - this._rotateForLabelAlignment(ctx); - x = 0; - yLine = 0; - } - - this._drawLabelRect(ctx); - this._drawLabelText(ctx,x,yLine, lines, lineCount, fontSize); - - ctx.restore(); - } - }; + /** + * extend eventData for Hammer.gestures + * @method extendEventData + * @param {Object} ev + * @return {Object} ev + */ + extendEventData: function extendEventData(ev) { + var cur = this.current, + startEv = cur.startEvent, + lastEv = cur.lastEvent || startEv; - /** - * Rotates the canvas so the text is most readable - * @param {CanvasRenderingContext2D} ctx - * @private - */ - Edge.prototype._rotateForLabelAlignment = function(ctx) { - var dy = this.from.y - this.to.y; - var dx = this.from.x - this.to.x; - var angleInDegrees = Math.atan2(dy, dx); + // update the start touchlist to calculate the scale/rotation + if(ev.eventType == EVENT_TOUCH || ev.eventType == EVENT_RELEASE) { + startEv.touches = []; + Utils.each(ev.touches, function(touch) { + startEv.touches.push({ + clientX: touch.clientX, + clientY: touch.clientY + }); + }); + } - // rotate so label it is readable - if((angleInDegrees < -1 && dx < 0) || (angleInDegrees > 0 && dx < 0)){ - angleInDegrees = angleInDegrees + Math.PI; - } - - ctx.rotate(angleInDegrees); - }; + var deltaTime = ev.timeStamp - startEv.timeStamp, + deltaX = ev.center.clientX - startEv.center.clientX, + deltaY = ev.center.clientY - startEv.center.clientY; - /** - * Draws the label rectangle - * @param {CanvasRenderingContext2D} ctx - * @param {String} labelAlignment - * @private - */ - Edge.prototype._drawLabelRect = function(ctx) { - if (this.options.fontFill !== undefined && this.options.fontFill !== null && this.options.fontFill !== "none") { - ctx.fillStyle = this.options.fontFill; - - var lineMargin = 2; + this.getCalculatedData(ev, lastEv.center, deltaTime, deltaX, deltaY); - if (this.options.labelAlignment == 'line-center') { - ctx.fillRect(-this.labelDimensions.width * 0.5, -this.labelDimensions.height * 0.5, this.labelDimensions.width, this.labelDimensions.height); - } - else if (this.options.labelAlignment == 'line-above') { - ctx.fillRect(-this.labelDimensions.width * 0.5, -(this.labelDimensions.height + lineMargin), this.labelDimensions.width, this.labelDimensions.height); - } - else if (this.options.labelAlignment == 'line-below') { - ctx.fillRect(-this.labelDimensions.width * 0.5, lineMargin, this.labelDimensions.width, this.labelDimensions.height); - } - else { - ctx.fillStyle = this.options.fontFill; - ctx.fillRect(this.labelDimensions.left, this.labelDimensions.top, this.labelDimensions.width, this.labelDimensions.height); - } - } - }; + Utils.extend(ev, { + startEvent: startEv, - /** - * Draws the label text - * @param {CanvasRenderingContext2D} ctx - * @param {Number} x - * @param {Number} yLine - * @param {Array} lines - * @param {Number} lineCount - * @param {Number} fontSize - * @private - */ - Edge.prototype._drawLabelText = function(ctx, x, yLine, lines, lineCount, fontSize) { - // draw text - ctx.fillStyle = this.options.fontColor || "black"; - ctx.textAlign = "center"; + deltaTime: deltaTime, + deltaX: deltaX, + deltaY: deltaY, - // check for label alignment - if (this.options.labelAlignment != 'horizontal') { - var lineMargin = 2; - if (this.options.labelAlignment == 'line-above') { - ctx.textBaseline = "alphabetic"; - yLine -= 2 * lineMargin; // distance from edge, required because we use alphabetic. Alphabetic has less difference between browsers - } - else if (this.options.labelAlignment == 'line-below') { - ctx.textBaseline = "hanging"; - yLine += 2 * lineMargin;// distance from edge, required because we use hanging. Hanging has less difference between browsers - } - else { - ctx.textBaseline = "middle"; - } - } + distance: Utils.getDistance(startEv.center, ev.center), + angle: Utils.getAngle(startEv.center, ev.center), + direction: Utils.getDirection(startEv.center, ev.center), + scale: Utils.getScale(startEv.touches, ev.touches), + rotation: Utils.getRotation(startEv.touches, ev.touches) + }); - // check for strokeWidth - if (this.options.fontStrokeWidth > 0){ - ctx.lineWidth = this.options.fontStrokeWidth; - ctx.strokeStyle = this.options.fontStrokeColor; - ctx.lineJoin = 'round'; - } - for (var i = 0; i < lineCount; i++) { - if(this.options.fontStrokeWidth > 0){ - ctx.strokeText(lines[i], x, yLine); - } - ctx.fillText(lines[i], x, yLine); - yLine += fontSize; - } - }; + return ev; + }, - /** - * Redraw a edge as a dashed line - * Draw this edge in the given canvas - * @author David Jordan - * @date 2012-08-08 - * The 2d context of a HTML canvas can be retrieved by canvas.getContext("2d"); - * @param {CanvasRenderingContext2D} ctx - * @private - */ - Edge.prototype._drawDashLine = function(ctx) { - // set style - ctx.strokeStyle = this._getColor(); - ctx.lineWidth = this._getLineWidth(); + /** + * register new gesture + * @method register + * @param {Object} gesture object, see `gestures/` for documentation + * @return {Array} gestures + */ + register: function register(gesture) { + // add an enable gesture options if there is no given + var options = gesture.defaults || {}; + if(options[gesture.name] === undefined) { + options[gesture.name] = true; + } - var via = null; - // only firefox and chrome support this method, else we use the legacy one. - if (ctx.setLineDash !== undefined) { - ctx.save(); - // configure the dash pattern - var pattern = [0]; - if (this.options.dash.length !== undefined && this.options.dash.gap !== undefined) { - pattern = [this.options.dash.length,this.options.dash.gap]; - } - else { - pattern = [5,5]; - } + // extend Hammer default options with the Hammer.gesture options + Utils.extend(Hammer.defaults, options, true); - // set dash settings for chrome or firefox - ctx.setLineDash(pattern); - ctx.lineDashOffset = 0; + // set its index + gesture.index = gesture.index || 1000; - // draw the line - via = this._line(ctx); + // add Hammer.gesture to the list + this.gestures.push(gesture); - // restore the dash settings. - ctx.setLineDash([0]); - ctx.lineDashOffset = 0; - ctx.restore(); - } - else { // unsupporting smooth lines - // draw dashed line - ctx.beginPath(); - ctx.lineCap = 'round'; - if (this.options.dash.altLength !== undefined) //If an alt dash value has been set add to the array this value - { - ctx.dashedLine(this.from.x,this.from.y,this.to.x,this.to.y, - [this.options.dash.length,this.options.dash.gap,this.options.dash.altLength,this.options.dash.gap]); - } - else if (this.options.dash.length !== undefined && this.options.dash.gap !== undefined) //If a dash and gap value has been set add to the array this value - { - ctx.dashedLine(this.from.x,this.from.y,this.to.x,this.to.y, - [this.options.dash.length,this.options.dash.gap]); - } - else //If all else fails draw a line - { - ctx.moveTo(this.from.x, this.from.y); - ctx.lineTo(this.to.x, this.to.y); - } - ctx.stroke(); - } + // sort the list by index + this.gestures.sort(function(a, b) { + if(a.index < b.index) { + return -1; + } + if(a.index > b.index) { + return 1; + } + return 0; + }); - // draw label - if (this.label) { - var point; - if (this.options.smoothCurves.enabled == true && via != null) { - var midpointX = 0.5*(0.5*(this.from.x + via.x) + 0.5*(this.to.x + via.x)); - var midpointY = 0.5*(0.5*(this.from.y + via.y) + 0.5*(this.to.y + via.y)); - point = {x:midpointX, y:midpointY}; - } - else { - point = this._pointOnLine(0.5); + return this.gestures; } - this._label(ctx, this.label, point.x, point.y); - } }; - /** - * Get a point on a line - * @param {Number} percentage. Value between 0 (line start) and 1 (line end) - * @return {Object} point - * @private - */ - Edge.prototype._pointOnLine = function (percentage) { - return { - x: (1 - percentage) * this.from.x + percentage * this.to.x, - y: (1 - percentage) * this.from.y + percentage * this.to.y - } - }; /** - * Get a point on a circle - * @param {Number} x - * @param {Number} y - * @param {Number} radius - * @param {Number} percentage. Value between 0 (line start) and 1 (line end) - * @return {Object} point - * @private + * @module hammer */ - Edge.prototype._pointOnCircle = function (x, y, radius, percentage) { - var angle = (percentage - 3/8) * 2 * Math.PI; - return { - x: x + radius * Math.cos(angle), - y: y - radius * Math.sin(angle) - } - }; /** - * Redraw a edge as a line with an arrow halfway the line - * Draw this edge in the given canvas - * The 2d context of a HTML canvas can be retrieved by canvas.getContext("2d"); - * @param {CanvasRenderingContext2D} ctx - * @private + * create new hammer instance + * all methods should return the instance itself, so it is chainable. + * + * @class Instance + * @constructor + * @param {HTMLElement} element + * @param {Object} [options={}] options are merged with `Hammer.defaults` + * @return {Hammer.Instance} */ - Edge.prototype._drawArrowCenter = function(ctx) { - var point; - // set style - ctx.strokeStyle = this._getColor(); - ctx.fillStyle = ctx.strokeStyle; - ctx.lineWidth = this._getLineWidth(); + Hammer.Instance = function(element, options) { + var self = this; - if (this.from != this.to) { - // draw line - var via = this._line(ctx); + // setup HammerJS window events and register all gestures + // this also sets up the default options + setup(); - var angle = Math.atan2((this.to.y - this.from.y), (this.to.x - this.from.x)); - var length = (10 + 5 * this.options.width) * this.options.arrowScaleFactor; - // draw an arrow halfway the line - if (this.options.smoothCurves.enabled == true && via != null) { - var midpointX = 0.5*(0.5*(this.from.x + via.x) + 0.5*(this.to.x + via.x)); - var midpointY = 0.5*(0.5*(this.from.y + via.y) + 0.5*(this.to.y + via.y)); - point = {x:midpointX, y:midpointY}; - } - else { - point = this._pointOnLine(0.5); - } + /** + * @property element + * @type {HTMLElement} + */ + this.element = element; - ctx.arrow(point.x, point.y, angle, length); - ctx.fill(); - ctx.stroke(); + /** + * @property enabled + * @type {Boolean} + * @protected + */ + this.enabled = true; - // draw label - if (this.label) { - this._label(ctx, this.label, point.x, point.y); - } - } - else { - // draw circle - var x, y; - var radius = 0.25 * Math.max(100,this.physics.springLength); - var node = this.from; - if (!node.width) { - node.resize(ctx); - } - if (node.width > node.height) { - x = node.x + node.width * 0.5; - y = node.y - radius; - } - else { - x = node.x + radius; - y = node.y - node.height * 0.5; - } - this._circle(ctx, x, y, radius); + /** + * options, merged with the defaults + * options with an _ are converted to camelCase + * @property options + * @type {Object} + */ + Utils.each(options, function(value, name) { + delete options[name]; + options[Utils.toCamelCase(name)] = value; + }); - // draw all arrows - var angle = 0.2 * Math.PI; - var length = (10 + 5 * this.options.width) * this.options.arrowScaleFactor; - point = this._pointOnCircle(x, y, radius, 0.5); - ctx.arrow(point.x, point.y, angle, length); - ctx.fill(); - ctx.stroke(); + this.options = Utils.extend(Utils.extend({}, Hammer.defaults), options || {}); - // draw label - if (this.label) { - point = this._pointOnCircle(x, y, radius, 0.5); - this._label(ctx, this.label, point.x, point.y); + // add some css to the element to prevent the browser from doing its native behavoir + if(this.options.behavior) { + Utils.toggleBehavior(this.element, this.options.behavior, true); } - } - }; - Edge.prototype._pointOnBezier = function(t) { - var via = this._getViaCoordinates(); - - var x = Math.pow(1-t,2)*this.from.x + (2*t*(1 - t))*via.x + Math.pow(t,2)*this.to.x; - var y = Math.pow(1-t,2)*this.from.y + (2*t*(1 - t))*via.y + Math.pow(t,2)*this.to.y; + /** + * event start handler on the element to start the detection + * @property eventStartHandler + * @type {Object} + */ + this.eventStartHandler = Event.onTouch(element, EVENT_START, function(ev) { + if(self.enabled && ev.eventType == EVENT_START) { + Detection.startDetect(self, ev); + } else if(ev.eventType == EVENT_TOUCH) { + Detection.detect(ev); + } + }); - return {x:x,y:y}; - } + /** + * keep a list of user event handlers which needs to be removed when calling 'dispose' + * @property eventHandlers + * @type {Array} + */ + this.eventHandlers = []; + }; - /** - * This function uses binary search to look for the point where the bezier curve crosses the border of the node. - * - * @param from - * @param ctx - * @returns {*} - * @private - */ - Edge.prototype._findBorderPosition = function(from,ctx) { - var maxIterations = 10; - var iteration = 0; - var low = 0; - var high = 1; - var pos,angle,distanceToBorder, distanceToNodes, difference; - var threshold = 0.2; - var node = this.to; - if (from == true) { - node = this.from; - } + Hammer.Instance.prototype = { + /** + * bind events to the instance + * @method on + * @chainable + * @param {String} gestures multiple gestures by splitting with a space + * @param {Function} handler + * @param {Object} handler.ev event object + */ + on: function onEvent(gestures, handler) { + var self = this; + Event.on(self.element, gestures, handler, function(type) { + self.eventHandlers.push({ gesture: type, handler: handler }); + }); + return self; + }, - while (low <= high && iteration < maxIterations) { - var middle = (low + high) * 0.5; + /** + * unbind events to the instance + * @method off + * @chainable + * @param {String} gestures + * @param {Function} handler + */ + off: function offEvent(gestures, handler) { + var self = this; - pos = this._pointOnBezier(middle); - angle = Math.atan2((node.y - pos.y), (node.x - pos.x)); - distanceToBorder = node.distanceToBorder(ctx,angle); - distanceToNodes = Math.sqrt(Math.pow(pos.x-node.x,2) + Math.pow(pos.y-node.y,2)); - difference = distanceToBorder - distanceToNodes; - if (Math.abs(difference) < threshold) { - break; // found - } - else if (difference < 0) { // distance to nodes is larger than distance to border --> t needs to be bigger if we're looking at the to node. - if (from == false) { - low = middle; - } - else { - high = middle; - } - } - else { - if (from == false) { - high = middle; - } - else { - low = middle; - } - } + Event.off(self.element, gestures, handler, function(type) { + var index = Utils.inArray({ gesture: type, handler: handler }); + if(index !== false) { + self.eventHandlers.splice(index, 1); + } + }); + return self; + }, - iteration++; - } - pos.t = middle; + /** + * trigger gesture event + * @method trigger + * @chainable + * @param {String} gesture + * @param {Object} [eventData] + */ + trigger: function triggerEvent(gesture, eventData) { + // optional + if(!eventData) { + eventData = {}; + } - return pos; - }; + // create DOM event + var event = Hammer.DOCUMENT.createEvent('Event'); + event.initEvent(gesture, true, true); + event.gesture = eventData; - /** - * Redraw a edge as a line with an arrow - * Draw this edge in the given canvas - * The 2d context of a HTML canvas can be retrieved by canvas.getContext("2d"); - * @param {CanvasRenderingContext2D} ctx - * @private - */ - Edge.prototype._drawArrow = function(ctx) { - // set style - ctx.strokeStyle = this._getColor(); - ctx.fillStyle = ctx.strokeStyle; - ctx.lineWidth = this._getLineWidth(); + // trigger on the target if it is in the instance element, + // this is for event delegation tricks + var element = this.element; + if(Utils.hasParent(eventData.target, element)) { + element = eventData.target; + } - // set vars - var angle, length, arrowPos; + element.dispatchEvent(event); + return this; + }, - // if not connected to itself - if (this.from != this.to) { - // draw line - this._line(ctx); + /** + * enable of disable hammer.js detection + * @method enable + * @chainable + * @param {Boolean} state + */ + enable: function enable(state) { + this.enabled = state; + return this; + }, - // draw arrow head - if (this.options.smoothCurves.enabled == true) { - var via = this._getViaCoordinates(); - arrowPos = this._findBorderPosition(false, ctx); - var guidePos = this._pointOnBezier(Math.max(0.0, arrowPos.t - 0.1)) - angle = Math.atan2((arrowPos.y - guidePos.y), (arrowPos.x - guidePos.x)); - } - else { - angle = Math.atan2((this.to.y - this.from.y), (this.to.x - this.from.x)); - var dx = (this.to.x - this.from.x); - var dy = (this.to.y - this.from.y); - var edgeSegmentLength = Math.sqrt(dx * dx + dy * dy); - var toBorderDist = this.to.distanceToBorder(ctx, angle); - var toBorderPoint = (edgeSegmentLength - toBorderDist) / edgeSegmentLength; + /** + * dispose this hammer instance + * @method dispose + * @return {Null} + */ + dispose: function dispose() { + var i, eh; - arrowPos = {}; - arrowPos.x = (1 - toBorderPoint) * this.from.x + toBorderPoint * this.to.x; - arrowPos.y = (1 - toBorderPoint) * this.from.y + toBorderPoint * this.to.y; - } + // undo all changes made by stop_browser_behavior + Utils.toggleBehavior(this.element, this.options.behavior, false); - // draw arrow at the end of the line - length = (10 + 5 * this.options.width) * this.options.arrowScaleFactor; - ctx.arrow(arrowPos.x,arrowPos.y, angle, length); - ctx.fill(); - ctx.stroke(); + // unbind all custom event handlers + for(i = -1; (eh = this.eventHandlers[++i]);) { + Utils.off(this.element, eh.gesture, eh.handler); + } - // draw label - if (this.label) { - var point; - if (this.options.smoothCurves.enabled == true && via != null) { - point = this._pointOnBezier(0.5); - } - else { - point = this._pointOnLine(0.5); - } - this._label(ctx, this.label, point.x, point.y); - } - } - else { - // draw circle - var node = this.from; - var x, y, arrow; - var radius = 0.25 * Math.max(100,this.physics.springLength); - if (!node.width) { - node.resize(ctx); - } - if (node.width > node.height) { - x = node.x + node.width * 0.5; - y = node.y - radius; - arrow = { - x: x, - y: node.y, - angle: 0.9 * Math.PI - }; - } - else { - x = node.x + radius; - y = node.y - node.height * 0.5; - arrow = { - x: node.x, - y: y, - angle: 0.6 * Math.PI - }; - } - ctx.beginPath(); - // TODO: similarly, for a line without arrows, draw to the border of the nodes instead of the center - ctx.arc(x, y, radius, 0, 2 * Math.PI, false); - ctx.stroke(); + this.eventHandlers = []; - // draw all arrows - var length = (10 + 5 * this.options.width) * this.options.arrowScaleFactor; - ctx.arrow(arrow.x, arrow.y, arrow.angle, length); - ctx.fill(); - ctx.stroke(); + // unbind the start event listener + Event.off(this.element, EVENT_TYPES[EVENT_START], this.eventStartHandler); - // draw label - if (this.label) { - point = this._pointOnCircle(x, y, radius, 0.5); - this._label(ctx, this.label, point.x, point.y); + return null; } - } }; + /** - * Calculate the distance between a point (x3,y3) and a line segment from - * (x1,y1) to (x2,y2). - * http://stackoverflow.com/questions/849211/shortest-distancae-between-a-point-and-a-line-segment - * @param {number} x1 - * @param {number} y1 - * @param {number} x2 - * @param {number} y2 - * @param {number} x3 - * @param {number} y3 - * @private + * @module gestures */ - Edge.prototype._getDistanceToEdge = function (x1,y1, x2,y2, x3,y3) { // x3,y3 is the point - var returnValue = 0; - if (this.from != this.to) { - if (this.options.smoothCurves.enabled == true) { - var xVia, yVia; - if (this.options.smoothCurves.enabled == true && this.options.smoothCurves.dynamic == true) { - xVia = this.via.x; - yVia = this.via.y; - } - else { - var via = this._getViaCoordinates(); - xVia = via.x; - yVia = via.y; - } - var minDistance = 1e9; - var distance; - var i,t,x,y, lastX, lastY; - for (i = 0; i < 10; i++) { - t = 0.1*i; - x = Math.pow(1-t,2)*x1 + (2*t*(1 - t))*xVia + Math.pow(t,2)*x2; - y = Math.pow(1-t,2)*y1 + (2*t*(1 - t))*yVia + Math.pow(t,2)*y2; - if (i > 0) { - distance = this._getDistanceToLine(lastX,lastY,x,y, x3,y3); - minDistance = distance < minDistance ? distance : minDistance; + /** + * Move with x fingers (default 1) around on the page. + * Preventing the default browser behavior is a good way to improve feel and working. + * ```` + * hammertime.on("drag", function(ev) { + * console.log(ev); + * ev.gesture.preventDefault(); + * }); + * ```` + * + * @class Drag + * @static + */ + /** + * @event drag + * @param {Object} ev + */ + /** + * @event dragstart + * @param {Object} ev + */ + /** + * @event dragend + * @param {Object} ev + */ + /** + * @event drapleft + * @param {Object} ev + */ + /** + * @event dragright + * @param {Object} ev + */ + /** + * @event dragup + * @param {Object} ev + */ + /** + * @event dragdown + * @param {Object} ev + */ + + /** + * @param {String} name + */ + (function(name) { + var triggered = false; + + function dragGesture(ev, inst) { + var cur = Detection.current; + + // max touches + if(inst.options.dragMaxTouches > 0 && + ev.touches.length > inst.options.dragMaxTouches) { + return; } - lastX = x; lastY = y; - } - returnValue = minDistance; - } - else { - returnValue = this._getDistanceToLine(x1,y1,x2,y2,x3,y3); - } - } - else { - var x, y, dx, dy; - var radius = 0.25 * this.physics.springLength; - var node = this.from; - if (node.width > node.height) { - x = node.x + 0.5 * node.width; - y = node.y - radius; - } - else { - x = node.x + radius; - y = node.y - 0.5 * node.height; - } - dx = x - x3; - dy = y - y3; - returnValue = Math.abs(Math.sqrt(dx*dx + dy*dy) - radius); - } - if (this.labelDimensions.left < x3 && - this.labelDimensions.left + this.labelDimensions.width > x3 && - this.labelDimensions.top < y3 && - this.labelDimensions.top + this.labelDimensions.height > y3) { - return 0; - } - else { - return returnValue; - } - }; + switch(ev.eventType) { + case EVENT_START: + triggered = false; + break; - Edge.prototype._getDistanceToLine = function(x1,y1,x2,y2,x3,y3) { - var px = x2-x1, - py = y2-y1, - something = px*px + py*py, - u = ((x3 - x1) * px + (y3 - y1) * py) / something; + case EVENT_MOVE: + // when the distance we moved is too small we skip this gesture + // or we can be already in dragging + if(ev.distance < inst.options.dragMinDistance && + cur.name != name) { + return; + } - if (u > 1) { - u = 1; - } - else if (u < 0) { - u = 0; - } + var startCenter = cur.startEvent.center; - var x = x1 + u * px, - y = y1 + u * py, - dx = x - x3, - dy = y - y3; + // we are dragging! + if(cur.name != name) { + cur.name = name; + if(inst.options.dragDistanceCorrection && ev.distance > 0) { + // When a drag is triggered, set the event center to dragMinDistance pixels from the original event center. + // Without this correction, the dragged distance would jumpstart at dragMinDistance pixels instead of at 0. + // It might be useful to save the original start point somewhere + var factor = Math.abs(inst.options.dragMinDistance / ev.distance); + startCenter.pageX += ev.deltaX * factor; + startCenter.pageY += ev.deltaY * factor; + startCenter.clientX += ev.deltaX * factor; + startCenter.clientY += ev.deltaY * factor; - //# Note: If the actual distance does not matter, - //# if you only want to compare what this function - //# returns to other results of this function, you - //# can just return the squared distance instead - //# (i.e. remove the sqrt) to gain a little performance + // recalculate event data using new start point + ev = Detection.extendEventData(ev); + } + } - return Math.sqrt(dx*dx + dy*dy); - }; + // lock drag to axis? + if(cur.lastEvent.dragLockToAxis || + ( inst.options.dragLockToAxis && + inst.options.dragLockMinDistance <= ev.distance + )) { + ev.dragLockToAxis = true; + } - /** - * This allows the zoom level of the network to influence the rendering - * - * @param scale - */ - Edge.prototype.setScale = function(scale) { - this.networkScaleInv = 1.0/scale; - }; + // keep direction on the axis that the drag gesture started on + var lastDirection = cur.lastEvent.direction; + if(ev.dragLockToAxis && lastDirection !== ev.direction) { + if(Utils.isVertical(lastDirection)) { + ev.direction = (ev.deltaY < 0) ? DIRECTION_UP : DIRECTION_DOWN; + } else { + ev.direction = (ev.deltaX < 0) ? DIRECTION_LEFT : DIRECTION_RIGHT; + } + } + // first time, trigger dragstart event + if(!triggered) { + inst.trigger(name + 'start', ev); + triggered = true; + } - Edge.prototype.select = function() { - this.selected = true; - }; + // trigger events + inst.trigger(name, ev); + inst.trigger(name + ev.direction, ev); - Edge.prototype.unselect = function() { - this.selected = false; - }; + var isVertical = Utils.isVertical(ev.direction); - Edge.prototype.positionBezierNode = function() { - if (this.via !== null && this.from !== null && this.to !== null) { - this.via.x = 0.5 * (this.from.x + this.to.x); - this.via.y = 0.5 * (this.from.y + this.to.y); - } - else { - this.via.x = 0; - this.via.y = 0; - } - }; + // block the browser events + if((inst.options.dragBlockVertical && isVertical) || + (inst.options.dragBlockHorizontal && !isVertical)) { + ev.preventDefault(); + } + break; - /** - * This function draws the control nodes for the manipulator. - * In order to enable this, only set the this.controlNodesEnabled to true. - * @param ctx - */ - Edge.prototype._drawControlNodes = function(ctx) { - if (this.controlNodesEnabled == true) { - if (this.controlNodes.from === null && this.controlNodes.to === null) { - var nodeIdFrom = "edgeIdFrom:".concat(this.id); - var nodeIdTo = "edgeIdTo:".concat(this.id); - var constants = { - nodes:{group:'', radius:7, borderWidth:2, borderWidthSelected: 2}, - physics:{damping:0}, - clustering: {maxNodeSizeIncrements: 0 ,nodeScaling: {width:0, height: 0, radius:0}} - }; - this.controlNodes.from = new Node( - {id:nodeIdFrom, - shape:'dot', - color:{background:'#ff0000', border:'#3c3c3c', highlight: {background:'#07f968'}} - },{},{},constants); - this.controlNodes.to = new Node( - {id:nodeIdTo, - shape:'dot', - color:{background:'#ff0000', border:'#3c3c3c', highlight: {background:'#07f968'}} - },{},{},constants); - } + case EVENT_RELEASE: + if(triggered && ev.changedLength <= inst.options.dragMaxTouches) { + inst.trigger(name + 'end', ev); + triggered = false; + } + break; - this.controlNodes.positions = {}; - if (this.controlNodes.from.selected == false) { - this.controlNodes.positions.from = this.getControlNodeFromPosition(ctx); - this.controlNodes.from.x = this.controlNodes.positions.from.x; - this.controlNodes.from.y = this.controlNodes.positions.from.y; - } - if (this.controlNodes.to.selected == false) { - this.controlNodes.positions.to = this.getControlNodeToPosition(ctx); - this.controlNodes.to.x = this.controlNodes.positions.to.x; - this.controlNodes.to.y = this.controlNodes.positions.to.y; + case EVENT_END: + triggered = false; + break; + } } - this.controlNodes.from.draw(ctx); - this.controlNodes.to.draw(ctx); - } - else { - this.controlNodes = {from:null, to:null, positions:{}}; - } - }; + Hammer.gestures.Drag = { + name: name, + index: 50, + handler: dragGesture, + defaults: { + /** + * minimal movement that have to be made before the drag event gets triggered + * @property dragMinDistance + * @type {Number} + * @default 10 + */ + dragMinDistance: 10, - /** - * Enable control nodes. - * @private - */ - Edge.prototype._enableControlNodes = function() { - this.fromBackup = this.from; - this.toBackup = this.to; - this.controlNodesEnabled = true; - }; + /** + * Set dragDistanceCorrection to true to make the starting point of the drag + * be calculated from where the drag was triggered, not from where the touch started. + * Useful to avoid a jerk-starting drag, which can make fine-adjustments + * through dragging difficult, and be visually unappealing. + * @property dragDistanceCorrection + * @type {Boolean} + * @default true + */ + dragDistanceCorrection: true, + + /** + * set 0 for unlimited, but this can conflict with transform + * @property dragMaxTouches + * @type {Number} + * @default 1 + */ + dragMaxTouches: 1, + + /** + * prevent default browser behavior when dragging occurs + * be careful with it, it makes the element a blocking element + * when you are using the drag gesture, it is a good practice to set this true + * @property dragBlockHorizontal + * @type {Boolean} + * @default false + */ + dragBlockHorizontal: false, + + /** + * same as `dragBlockHorizontal`, but for vertical movement + * @property dragBlockVertical + * @type {Boolean} + * @default false + */ + dragBlockVertical: false, + + /** + * dragLockToAxis keeps the drag gesture on the axis that it started on, + * It disallows vertical directions if the initial direction was horizontal, and vice versa. + * @property dragLockToAxis + * @type {Boolean} + * @default false + */ + dragLockToAxis: false, + + /** + * drag lock only kicks in when distance > dragLockMinDistance + * This way, locking occurs only when the distance has become large enough to reliably determine the direction + * @property dragLockMinDistance + * @type {Number} + * @default 25 + */ + dragLockMinDistance: 25 + } + }; + })('drag'); /** - * disable control nodes and remove from dynamicEdges from old node - * @private + * @module gestures */ - Edge.prototype._disableControlNodes = function() { - this.fromId = this.from.id; - this.toId = this.to.id; - if (this.fromId != this.fromBackup.id) { // from was changed, remove edge from old 'from' node dynamic edges - this.fromBackup.detachEdge(this); - } - else if (this.toId != this.toBackup.id) { // to was changed, remove edge from old 'to' node dynamic edges - this.toBackup.detachEdge(this); - } - - this.fromBackup = null; - this.toBackup = null; - this.controlNodesEnabled = false; - }; - - /** - * This checks if one of the control nodes is selected and if so, returns the control node object. Else it returns null. - * @param x - * @param y - * @returns {null} - * @private + * trigger a simple gesture event, so you can do anything in your handler. + * only usable if you know what your doing... + * + * @class Gesture + * @static */ - Edge.prototype._getSelectedControlNode = function(x,y) { - var positions = this.controlNodes.positions; - var fromDistance = Math.sqrt(Math.pow(x - positions.from.x,2) + Math.pow(y - positions.from.y,2)); - var toDistance = Math.sqrt(Math.pow(x - positions.to.x ,2) + Math.pow(y - positions.to.y ,2)); - - if (fromDistance < 15) { - this.connectedNode = this.from; - this.from = this.controlNodes.from; - return this.controlNodes.from; - } - else if (toDistance < 15) { - this.connectedNode = this.to; - this.to = this.controlNodes.to; - return this.controlNodes.to; - } - else { - return null; - } - }; - - /** - * this resets the control nodes to their original position. - * @private + * @event gesture + * @param {Object} ev */ - Edge.prototype._restoreControlNodes = function() { - if (this.controlNodes.from.selected == true) { - this.from = this.connectedNode; - this.connectedNode = null; - this.controlNodes.from.unselect(); - } - else if (this.controlNodes.to.selected == true) { - this.to = this.connectedNode; - this.connectedNode = null; - this.controlNodes.to.unselect(); - } + Hammer.gestures.Gesture = { + name: 'gesture', + index: 1337, + handler: function releaseGesture(ev, inst) { + inst.trigger(this.name, ev); + } }; /** - * this calculates the position of the control nodes on the edges of the parent nodes. + * @module gestures + */ + /** + * Touch stays at the same place for x time * - * @param ctx - * @returns {x: *, y: *} + * @class Hold + * @static + */ + /** + * @event hold + * @param {Object} ev */ - Edge.prototype.getControlNodeFromPosition = function(ctx) { - // draw arrow head - var controlnodeFromPos; - if (this.options.smoothCurves.enabled == true) { - controlnodeFromPos = this._findBorderPosition(true, ctx); - } - else { - var angle = Math.atan2((this.to.y - this.from.y), (this.to.x - this.from.x)); - var dx = (this.to.x - this.from.x); - var dy = (this.to.y - this.from.y); - var edgeSegmentLength = Math.sqrt(dx * dx + dy * dy); - - var fromBorderDist = this.from.distanceToBorder(ctx, angle + Math.PI); - var fromBorderPoint = (edgeSegmentLength - fromBorderDist) / edgeSegmentLength; - controlnodeFromPos = {}; - controlnodeFromPos.x = (fromBorderPoint) * this.from.x + (1 - fromBorderPoint) * this.to.x; - controlnodeFromPos.y = (fromBorderPoint) * this.from.y + (1 - fromBorderPoint) * this.to.y; - } - - return controlnodeFromPos; - }; /** - * this calculates the position of the control nodes on the edges of the parent nodes. - * - * @param ctx - * @returns {{from: {x: number, y: number}, to: {x: *, y: *}}} + * @param {String} name */ - Edge.prototype.getControlNodeToPosition = function(ctx) { - // draw arrow head - var controlnodeFromPos,controlnodeToPos; - if (this.options.smoothCurves.enabled == true) { - controlnodeToPos = this._findBorderPosition(false, ctx); - } - else { - var angle = Math.atan2((this.to.y - this.from.y), (this.to.x - this.from.x)); - var dx = (this.to.x - this.from.x); - var dy = (this.to.y - this.from.y); - var edgeSegmentLength = Math.sqrt(dx * dx + dy * dy); - var toBorderDist = this.to.distanceToBorder(ctx, angle); - var toBorderPoint = (edgeSegmentLength - toBorderDist) / edgeSegmentLength; + (function(name) { + var timer; - controlnodeToPos = {}; - controlnodeToPos.x = (1 - toBorderPoint) * this.from.x + toBorderPoint * this.to.x; - controlnodeToPos.y = (1 - toBorderPoint) * this.from.y + toBorderPoint * this.to.y; - } + function holdGesture(ev, inst) { + var options = inst.options, + current = Detection.current; - return controlnodeToPos; - }; + switch(ev.eventType) { + case EVENT_START: + clearTimeout(timer); - module.exports = Edge; + // set the gesture so we can check in the timeout if it still is + current.name = name; -/***/ }, -/* 58 */ -/***/ function(module, exports, __webpack_require__) { + // set timer and if after the timeout it still is hold, + // we trigger the hold event + timer = setTimeout(function() { + if(current && current.name == name) { + inst.trigger(name, ev); + } + }, options.holdTimeout); + break; - /** - * Popup is a class to create a popup window with some text - * @param {Element} container The container object. - * @param {Number} [x] - * @param {Number} [y] - * @param {String} [text] - * @param {Object} [style] An object containing borderColor, - * backgroundColor, etc. - */ - function Popup(container, x, y, text, style) { - if (container) { - this.container = container; - } - else { - this.container = document.body; - } + case EVENT_MOVE: + if(ev.distance > options.holdThreshold) { + clearTimeout(timer); + } + break; - // x, y and text are optional, see if a style object was passed in their place - if (style === undefined) { - if (typeof x === "object") { - style = x; - x = undefined; - } else if (typeof text === "object") { - style = text; - text = undefined; - } else { - // for backwards compatibility, in case clients other than Network are creating Popup directly - style = { - fontColor: 'black', - fontSize: 14, // px - fontFace: 'verdana', - color: { - border: '#666', - background: '#FFFFC6' + case EVENT_RELEASE: + clearTimeout(timer); + break; } - } } - } - - this.x = 0; - this.y = 0; - this.padding = 5; - if (x !== undefined && y !== undefined ) { - this.setPosition(x, y); - } - if (text !== undefined) { - this.setText(text); - } + Hammer.gestures.Hold = { + name: name, + index: 10, + defaults: { + /** + * @property holdTimeout + * @type {Number} + * @default 500 + */ + holdTimeout: 500, - // create the frame - this.frame = document.createElement("div"); - var styleAttr = this.frame.style; - styleAttr.position = "absolute"; - styleAttr.visibility = "hidden"; - styleAttr.border = "1px solid " + style.color.border; - styleAttr.color = style.fontColor; - styleAttr.fontSize = style.fontSize + "px"; - styleAttr.fontFamily = style.fontFace; - styleAttr.padding = this.padding + "px"; - styleAttr.backgroundColor = style.color.background; - styleAttr.borderRadius = "3px"; - styleAttr.MozBorderRadius = "3px"; - styleAttr.WebkitBorderRadius = "3px"; - styleAttr.boxShadow = "3px 3px 10px rgba(128, 128, 128, 0.5)"; - styleAttr.whiteSpace = "nowrap"; - this.container.appendChild(this.frame); - } + /** + * movement allowed while holding + * @property holdThreshold + * @type {Number} + * @default 2 + */ + holdThreshold: 2 + }, + handler: holdGesture + }; + })('hold'); /** - * @param {number} x Horizontal position of the popup window - * @param {number} y Vertical position of the popup window + * @module gestures */ - Popup.prototype.setPosition = function(x, y) { - this.x = parseInt(x); - this.y = parseInt(y); - }; - /** - * Set the content for the popup window. This can be HTML code or text. - * @param {string | Element} content + * when a touch is being released from the page + * + * @class Release + * @static */ - Popup.prototype.setText = function(content) { - if (content instanceof Element) { - this.frame.innerHTML = ''; - this.frame.appendChild(content); - } - else { - this.frame.innerHTML = content; // string containing text or HTML - } - }; - /** - * Show the popup window - * @param {boolean} show Optional. Show or hide the window + * @event release + * @param {Object} ev */ - Popup.prototype.show = function (show) { - if (show === undefined) { - show = true; - } - - if (show) { - var height = this.frame.clientHeight; - var width = this.frame.clientWidth; - var maxHeight = this.frame.parentNode.clientHeight; - var maxWidth = this.frame.parentNode.clientWidth; - - var top = (this.y - height); - if (top + height + this.padding > maxHeight) { - top = maxHeight - height - this.padding; - } - if (top < this.padding) { - top = this.padding; - } - - var left = this.x; - if (left + width + this.padding > maxWidth) { - left = maxWidth - width - this.padding; - } - if (left < this.padding) { - left = this.padding; + Hammer.gestures.Release = { + name: 'release', + index: Infinity, + handler: function releaseGesture(ev, inst) { + if(ev.eventType == EVENT_RELEASE) { + inst.trigger(this.name, ev); + } } - - this.frame.style.left = left + "px"; - this.frame.style.top = top + "px"; - this.frame.style.visibility = "visible"; - } - else { - this.hide(); - } - }; - - /** - * Hide the popup window - */ - Popup.prototype.hide = function () { - this.frame.style.visibility = "hidden"; }; - module.exports = Popup; - - -/***/ }, -/* 59 */ -/***/ function(module, exports, __webpack_require__) { - - var PhysicsMixin = __webpack_require__(60); - var ClusterMixin = __webpack_require__(64); - var SectorsMixin = __webpack_require__(65); - var SelectionMixin = __webpack_require__(66); - var ManipulationMixin = __webpack_require__(67); - var NavigationMixin = __webpack_require__(68); - var HierarchicalLayoutMixin = __webpack_require__(69); - /** - * Load a mixin into the network object - * - * @param {Object} sourceVariable | this object has to contain functions. - * @private + * @module gestures */ - exports._loadMixin = function (sourceVariable) { - for (var mixinFunction in sourceVariable) { - if (sourceVariable.hasOwnProperty(mixinFunction)) { - this[mixinFunction] = sourceVariable[mixinFunction]; - } - } - }; - - /** - * removes a mixin from the network object. + * triggers swipe events when the end velocity is above the threshold + * for best usage, set `preventDefault` (on the drag gesture) to `true` + * ```` + * hammertime.on("dragleft swipeleft", function(ev) { + * console.log(ev); + * ev.gesture.preventDefault(); + * }); + * ```` * - * @param {Object} sourceVariable | this object has to contain functions. - * @private + * @class Swipe + * @static */ - exports._clearMixin = function (sourceVariable) { - for (var mixinFunction in sourceVariable) { - if (sourceVariable.hasOwnProperty(mixinFunction)) { - this[mixinFunction] = undefined; - } - } - }; - - /** - * Mixin the physics system and initialize the parameters required. - * - * @private + * @event swipe + * @param {Object} ev */ - exports._loadPhysicsSystem = function () { - this._loadMixin(PhysicsMixin); - this._loadSelectedForceSolver(); - if (this.constants.configurePhysics == true) { - this._loadPhysicsConfiguration(); - } - else { - this._cleanupPhysicsConfiguration(); - } - }; - - /** - * Mixin the cluster system and initialize the parameters required. - * - * @private + * @event swipeleft + * @param {Object} ev */ - exports._loadClusterSystem = function () { - this.clusterSession = 0; - this.hubThreshold = 5; - this._loadMixin(ClusterMixin); - }; - - /** - * Mixin the sector system and initialize the parameters required - * - * @private + * @event swiperight + * @param {Object} ev */ - exports._loadSectorSystem = function () { - this.sectors = {}; - this.activeSector = ["default"]; - this.sectors["active"] = {}; - this.sectors["active"]["default"] = {"nodes": {}, - "edges": {}, - "nodeIndices": [], - "formationScale": 1.0, - "drawingNode": undefined }; - this.sectors["frozen"] = {}; - this.sectors["support"] = {"nodes": {}, - "edges": {}, - "nodeIndices": [], - "formationScale": 1.0, - "drawingNode": undefined }; - - this.nodeIndices = this.sectors["active"]["default"]["nodeIndices"]; // the node indices list is used to speed up the computation of the repulsion fields - - this._loadMixin(SectorsMixin); - }; - - /** - * Mixin the selection system and initialize the parameters required - * - * @private + * @event swipeup + * @param {Object} ev */ - exports._loadSelectionSystem = function () { - this.selectionObj = {nodes: {}, edges: {}}; - - this._loadMixin(SelectionMixin); - }; - - /** - * Mixin the navigationUI (User Interface) system and initialize the parameters required - * - * @private + * @event swipedown + * @param {Object} ev */ - exports._loadManipulationSystem = function () { - // reset global variables -- these are used by the selection of nodes and edges. - this.blockConnectingEdgeSelection = false; - this.forceAppendSelection = false; - - if (this.constants.dataManipulation.enabled == true) { - // load the manipulator HTML elements. All styling done in css. - if (this.manipulationDiv === undefined) { - this.manipulationDiv = document.createElement('div'); - this.manipulationDiv.className = 'network-manipulationDiv'; - if (this.editMode == true) { - this.manipulationDiv.style.display = "block"; - } - else { - this.manipulationDiv.style.display = "none"; - } - this.frame.appendChild(this.manipulationDiv); - } - - if (this.editModeDiv === undefined) { - this.editModeDiv = document.createElement('div'); - this.editModeDiv.className = 'network-manipulation-editMode'; - if (this.editMode == true) { - this.editModeDiv.style.display = "none"; - } - else { - this.editModeDiv.style.display = "block"; - } - this.frame.appendChild(this.editModeDiv); - } + Hammer.gestures.Swipe = { + name: 'swipe', + index: 40, + defaults: { + /** + * @property swipeMinTouches + * @type {Number} + * @default 1 + */ + swipeMinTouches: 1, - if (this.closeDiv === undefined) { - this.closeDiv = document.createElement('div'); - this.closeDiv.className = 'network-manipulation-closeDiv'; - this.closeDiv.style.display = this.manipulationDiv.style.display; - this.frame.appendChild(this.closeDiv); - } + /** + * @property swipeMaxTouches + * @type {Number} + * @default 1 + */ + swipeMaxTouches: 1, - // load the manipulation functions - this._loadMixin(ManipulationMixin); + /** + * horizontal swipe velocity + * @property swipeVelocityX + * @type {Number} + * @default 0.6 + */ + swipeVelocityX: 0.6, - // create the manipulator toolbar - this._createManipulatorBar(); - } - else { - if (this.manipulationDiv !== undefined) { - // removes all the bindings and overloads - this._createManipulatorBar(); + /** + * vertical swipe velocity + * @property swipeVelocityY + * @type {Number} + * @default 0.6 + */ + swipeVelocityY: 0.6 + }, - // remove the manipulation divs - this.frame.removeChild(this.manipulationDiv); - this.frame.removeChild(this.editModeDiv); - this.frame.removeChild(this.closeDiv); + handler: function swipeGesture(ev, inst) { + if(ev.eventType == EVENT_RELEASE) { + var touches = ev.touches.length, + options = inst.options; - this.manipulationDiv = undefined; - this.editModeDiv = undefined; - this.closeDiv = undefined; - // remove the mixin functions - this._clearMixin(ManipulationMixin); + // max touches + if(touches < options.swipeMinTouches || + touches > options.swipeMaxTouches) { + return; + } + + // when the distance we moved is too small we skip this gesture + // or we can be already in dragging + if(ev.velocityX > options.swipeVelocityX || + ev.velocityY > options.swipeVelocityY) { + // trigger swipe events + inst.trigger(this.name, ev); + inst.trigger(this.name + ev.direction, ev); + } + } } - } }; - /** - * Mixin the navigation (User Interface) system and initialize the parameters required - * - * @private + * @module gestures */ - exports._loadNavigationControls = function () { - this._loadMixin(NavigationMixin); - // the clean function removes the button divs, this is done to remove the bindings. - this._cleanNavigation(); - if (this.constants.navigation.enabled == true) { - this._loadNavigationElements(); - } - }; - - /** - * Mixin the hierarchical layout system. + * Single tap and a double tap on a place * - * @private + * @class Tap + * @static */ - exports._loadHierarchySystem = function () { - this._loadMixin(HierarchicalLayoutMixin); - }; - - -/***/ }, -/* 60 */ -/***/ function(module, exports, __webpack_require__) { - - var util = __webpack_require__(1); - var RepulsionMixin = __webpack_require__(61); - var HierarchialRepulsionMixin = __webpack_require__(62); - var BarnesHutMixin = __webpack_require__(63); - /** - * Toggling barnes Hut calculation on and off. - * - * @private + * @event tap + * @param {Object} ev */ - exports._toggleBarnesHut = function () { - this.constants.physics.barnesHut.enabled = !this.constants.physics.barnesHut.enabled; - this._loadSelectedForceSolver(); - this.moving = true; - this.start(); - }; - - /** - * This loads the node force solver based on the barnes hut or repulsion algorithm - * - * @private + * @event doubletap + * @param {Object} ev */ - exports._loadSelectedForceSolver = function () { - // this overloads the this._calculateNodeForces - if (this.constants.physics.barnesHut.enabled == true) { - this._clearMixin(RepulsionMixin); - this._clearMixin(HierarchialRepulsionMixin); - this.constants.physics.centralGravity = this.constants.physics.barnesHut.centralGravity; - this.constants.physics.springLength = this.constants.physics.barnesHut.springLength; - this.constants.physics.springConstant = this.constants.physics.barnesHut.springConstant; - this.constants.physics.damping = this.constants.physics.barnesHut.damping; + /** + * @param {String} name + */ + (function(name) { + var hasMoved = false; - this._loadMixin(BarnesHutMixin); - } - else if (this.constants.physics.hierarchicalRepulsion.enabled == true) { - this._clearMixin(BarnesHutMixin); - this._clearMixin(RepulsionMixin); + function tapGesture(ev, inst) { + var options = inst.options, + current = Detection.current, + prev = Detection.previous, + sincePrev, + didDoubleTap; - this.constants.physics.centralGravity = this.constants.physics.hierarchicalRepulsion.centralGravity; - this.constants.physics.springLength = this.constants.physics.hierarchicalRepulsion.springLength; - this.constants.physics.springConstant = this.constants.physics.hierarchicalRepulsion.springConstant; - this.constants.physics.damping = this.constants.physics.hierarchicalRepulsion.damping; + switch(ev.eventType) { + case EVENT_START: + hasMoved = false; + break; - this._loadMixin(HierarchialRepulsionMixin); - } - else { - this._clearMixin(BarnesHutMixin); - this._clearMixin(HierarchialRepulsionMixin); - this.barnesHutTree = undefined; + case EVENT_MOVE: + hasMoved = hasMoved || (ev.distance > options.tapMaxDistance); + break; - this.constants.physics.centralGravity = this.constants.physics.repulsion.centralGravity; - this.constants.physics.springLength = this.constants.physics.repulsion.springLength; - this.constants.physics.springConstant = this.constants.physics.repulsion.springConstant; - this.constants.physics.damping = this.constants.physics.repulsion.damping; + case EVENT_END: + if(!Utils.inStr(ev.srcEvent.type, 'cancel') && ev.deltaTime < options.tapMaxTime && !hasMoved) { + // previous gesture, for the double tap since these are two different gesture detections + sincePrev = prev && prev.lastEvent && ev.timeStamp - prev.lastEvent.timeStamp; + didDoubleTap = false; - this._loadMixin(RepulsionMixin); - } - }; + // check if double tap + if(prev && prev.name == name && + (sincePrev && sincePrev < options.doubleTapInterval) && + ev.distance < options.doubleTapDistance) { + inst.trigger('doubletap', ev); + didDoubleTap = true; + } - /** - * Before calculating the forces, we check if we need to cluster to keep up performance and we check - * if there is more than one node. If it is just one node, we dont calculate anything. - * - * @private - */ - exports._initializeForceCalculation = function () { - // stop calculation if there is only one node - if (this.nodeIndices.length == 1) { - this.nodes[this.nodeIndices[0]]._setForce(0, 0); - } - else { - // if there are too many nodes on screen, we cluster without repositioning - if (this.nodeIndices.length > this.constants.clustering.clusterThreshold && this.constants.clustering.enabled == true) { - this.clusterToFit(this.constants.clustering.reduceToNodes, false); + // do a single tap + if(!didDoubleTap || options.tapAlways) { + current.name = name; + inst.trigger(current.name, ev); + } + } + break; + } } - // we now start the force calculation - this._calculateForces(); - } - }; - + Hammer.gestures.Tap = { + name: name, + index: 100, + handler: tapGesture, + defaults: { + /** + * max time of a tap, this is for the slow tappers + * @property tapMaxTime + * @type {Number} + * @default 250 + */ + tapMaxTime: 250, - /** - * Calculate the external forces acting on the nodes - * Forces are caused by: edges, repulsing forces between nodes, gravity - * @private - */ - exports._calculateForces = function () { - // Gravity is required to keep separated groups from floating off - // the forces are reset to zero in this loop by using _setForce instead - // of _addForce + /** + * max distance of movement of a tap, this is for the slow tappers + * @property tapMaxDistance + * @type {Number} + * @default 10 + */ + tapMaxDistance: 10, - this._calculateGravitationalForces(); - this._calculateNodeForces(); + /** + * always trigger the `tap` event, even while double-tapping + * @property tapAlways + * @type {Boolean} + * @default true + */ + tapAlways: true, - if (this.constants.physics.springConstant > 0) { - if (this.constants.smoothCurves.enabled == true && this.constants.smoothCurves.dynamic == true) { - this._calculateSpringForcesWithSupport(); - } - else { - if (this.constants.physics.hierarchicalRepulsion.enabled == true) { - this._calculateHierarchicalSpringForces(); - } - else { - this._calculateSpringForces(); - } - } - } - }; + /** + * max distance between two taps + * @property doubleTapDistance + * @type {Number} + * @default 20 + */ + doubleTapDistance: 20, + /** + * max time between two taps + * @property doubleTapInterval + * @type {Number} + * @default 300 + */ + doubleTapInterval: 300 + } + }; + })('tap'); /** - * Smooth curves are created by adding invisible nodes in the center of the edges. These nodes are also - * handled in the calculateForces function. We then use a quadratic curve with the center node as control. - * This function joins the datanodes and invisible (called support) nodes into one object. - * We do this so we do not contaminate this.nodes with the support nodes. + * @module gestures + */ + /** + * when a touch is being touched at the page * - * @private + * @class Touch + * @static */ - exports._updateCalculationNodes = function () { - if (this.constants.smoothCurves.enabled == true && this.constants.smoothCurves.dynamic == true) { - this.calculationNodes = {}; - this.calculationNodeIndices = []; + /** + * @event touch + * @param {Object} ev + */ + Hammer.gestures.Touch = { + name: 'touch', + index: -Infinity, + defaults: { + /** + * call preventDefault at touchstart, and makes the element blocking by disabling the scrolling of the page, + * but it improves gestures like transforming and dragging. + * be careful with using this, it can be very annoying for users to be stuck on the page + * @property preventDefault + * @type {Boolean} + * @default false + */ + preventDefault: false, - for (var nodeId in this.nodes) { - if (this.nodes.hasOwnProperty(nodeId)) { - this.calculationNodes[nodeId] = this.nodes[nodeId]; - } - } - var supportNodes = this.sectors['support']['nodes']; - for (var supportNodeId in supportNodes) { - if (supportNodes.hasOwnProperty(supportNodeId)) { - if (this.edges.hasOwnProperty(supportNodes[supportNodeId].parentEdgeId)) { - this.calculationNodes[supportNodeId] = supportNodes[supportNodeId]; + /** + * disable mouse events, so only touch (or pen!) input triggers events + * @property preventMouse + * @type {Boolean} + * @default false + */ + preventMouse: false + }, + handler: function touchGesture(ev, inst) { + if(inst.options.preventMouse && ev.pointerType == POINTER_MOUSE) { + ev.stopDetect(); + return; } - else { - supportNodes[supportNodeId]._setForce(0, 0); + + if(inst.options.preventDefault) { + ev.preventDefault(); } - } - } - for (var idx in this.calculationNodes) { - if (this.calculationNodes.hasOwnProperty(idx)) { - this.calculationNodeIndices.push(idx); - } + if(ev.eventType == EVENT_TOUCH) { + inst.trigger('touch', ev); + } } - } - else { - this.calculationNodes = this.nodes; - this.calculationNodeIndices = this.nodeIndices; - } }; - /** - * this function applies the central gravity effect to keep groups from floating off - * - * @private + * @module gestures */ - exports._calculateGravitationalForces = function () { - var dx, dy, distance, node, i; - var nodes = this.calculationNodes; - var gravity = this.constants.physics.centralGravity; - var gravityForce = 0; - - for (i = 0; i < this.calculationNodeIndices.length; i++) { - node = nodes[this.calculationNodeIndices[i]]; - node.damping = this.constants.physics.damping; // possibly add function to alter damping properties of clusters. - // gravity does not apply when we are in a pocket sector - if (this._sector() == "default" && gravity != 0) { - dx = -node.x; - dy = -node.y; - distance = Math.sqrt(dx * dx + dy * dy); - - gravityForce = (distance == 0) ? 0 : (gravity / distance); - node.fx = dx * gravityForce; - node.fy = dy * gravityForce; - } - else { - node.fx = 0; - node.fy = 0; - } - } - }; - - - - /** - * this function calculates the effects of the springs in the case of unsmooth curves. + * User want to scale or rotate with 2 fingers + * Preventing the default browser behavior is a good way to improve feel and working. This can be done with the + * `preventDefault` option. * - * @private + * @class Transform + * @static + */ + /** + * @event transform + * @param {Object} ev + */ + /** + * @event transformstart + * @param {Object} ev + */ + /** + * @event transformend + * @param {Object} ev + */ + /** + * @event pinchin + * @param {Object} ev + */ + /** + * @event pinchout + * @param {Object} ev + */ + /** + * @event rotate + * @param {Object} ev */ - exports._calculateSpringForces = function () { - var edgeLength, edge, edgeId; - var dx, dy, fx, fy, springForce, distance; - var edges = this.edges; - - // forces caused by the edges, modelled as springs - for (edgeId in edges) { - if (edges.hasOwnProperty(edgeId)) { - edge = edges[edgeId]; - if (edge.connected) { - // only calculate forces if nodes are in the same sector - if (this.nodes.hasOwnProperty(edge.toId) && this.nodes.hasOwnProperty(edge.fromId)) { - edgeLength = edge.physics.springLength; - // this implies that the edges between big clusters are longer - edgeLength += (edge.to.clusterSize + edge.from.clusterSize - 2) * this.constants.clustering.edgeGrowth; - - dx = (edge.from.x - edge.to.x); - dy = (edge.from.y - edge.to.y); - distance = Math.sqrt(dx * dx + dy * dy); - - if (distance == 0) { - distance = 0.01; - } - // the 1/distance is so the fx and fy can be calculated without sine or cosine. - springForce = this.constants.physics.springConstant * (edgeLength - distance) / distance; + /** + * @param {String} name + */ + (function(name) { + var triggered = false; - fx = dx * springForce; - fy = dy * springForce; + function transformGesture(ev, inst) { + switch(ev.eventType) { + case EVENT_START: + triggered = false; + break; - edge.from.fx += fx; - edge.from.fy += fy; - edge.to.fx -= fx; - edge.to.fy -= fy; - } - } - } - } - }; + case EVENT_MOVE: + // at least multitouch + if(ev.touches.length < 2) { + return; + } + var scaleThreshold = Math.abs(1 - ev.scale); + var rotationThreshold = Math.abs(ev.rotation); + // when the distance we moved is too small we skip this gesture + // or we can be already in dragging + if(scaleThreshold < inst.options.transformMinScale && + rotationThreshold < inst.options.transformMinRotation) { + return; + } + // we are transforming! + Detection.current.name = name; - /** - * This function calculates the springforces on the nodes, accounting for the support nodes. - * - * @private - */ - exports._calculateSpringForcesWithSupport = function () { - var edgeLength, edge, edgeId, combinedClusterSize; - var edges = this.edges; + // first time, trigger dragstart event + if(!triggered) { + inst.trigger(name + 'start', ev); + triggered = true; + } - // forces caused by the edges, modelled as springs - for (edgeId in edges) { - if (edges.hasOwnProperty(edgeId)) { - edge = edges[edgeId]; - if (edge.connected) { - // only calculate forces if nodes are in the same sector - if (this.nodes.hasOwnProperty(edge.toId) && this.nodes.hasOwnProperty(edge.fromId)) { - if (edge.via != null) { - var node1 = edge.to; - var node2 = edge.via; - var node3 = edge.from; + inst.trigger(name, ev); // basic transform event - edgeLength = edge.physics.springLength; + // trigger rotate event + if(rotationThreshold > inst.options.transformMinRotation) { + inst.trigger('rotate', ev); + } - combinedClusterSize = node1.clusterSize + node3.clusterSize - 2; + // trigger pinch event + if(scaleThreshold > inst.options.transformMinScale) { + inst.trigger('pinch', ev); + inst.trigger('pinch' + (ev.scale < 1 ? 'in' : 'out'), ev); + } + break; - // this implies that the edges between big clusters are longer - edgeLength += combinedClusterSize * this.constants.clustering.edgeGrowth; - this._calculateSpringForce(node1, node2, 0.5 * edgeLength); - this._calculateSpringForce(node2, node3, 0.5 * edgeLength); - } + case EVENT_RELEASE: + if(triggered && ev.changedLength < 2) { + inst.trigger(name + 'end', ev); + triggered = false; + } + break; } - } } - } - }; - - - /** - * This is the code actually performing the calculation for the function above. It is split out to avoid repetition. - * - * @param node1 - * @param node2 - * @param edgeLength - * @private - */ - exports._calculateSpringForce = function (node1, node2, edgeLength) { - var dx, dy, fx, fy, springForce, distance; - - dx = (node1.x - node2.x); - dy = (node1.y - node2.y); - distance = Math.sqrt(dx * dx + dy * dy); - if (distance == 0) { - distance = 0.01; - } + Hammer.gestures.Transform = { + name: name, + index: 45, + defaults: { + /** + * minimal scale factor, no scale is 1, zoomin is to 0 and zoomout until higher then 1 + * @property transformMinScale + * @type {Number} + * @default 0.01 + */ + transformMinScale: 0.01, - // the 1/distance is so the fx and fy can be calculated without sine or cosine. - springForce = this.constants.physics.springConstant * (edgeLength - distance) / distance; + /** + * rotation in degrees + * @property transformMinRotation + * @type {Number} + * @default 1 + */ + transformMinRotation: 1 + }, - fx = dx * springForce; - fy = dy * springForce; + handler: transformGesture + }; + })('transform'); - node1.fx += fx; - node1.fy += fy; - node2.fx -= fx; - node2.fy -= fy; - }; + /** + * @module hammer + */ + // AMD export + if(true) { + !(__WEBPACK_AMD_DEFINE_RESULT__ = function() { + return Hammer; + }.call(exports, __webpack_require__, exports, module), __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__)); + // commonjs export + } else if(typeof module !== 'undefined' && module.exports) { + module.exports = Hammer; + // browser export + } else { + window.Hammer = Hammer; + } - exports._cleanupPhysicsConfiguration = function() { - if (this.physicsConfiguration !== undefined) { - while (this.physicsConfiguration.hasChildNodes()) { - this.physicsConfiguration.removeChild(this.physicsConfiguration.firstChild); - } + })(window); - this.physicsConfiguration.parentNode.removeChild(this.physicsConfiguration); - this.physicsConfiguration = undefined; - } - } +/***/ }, +/* 59 */ +/***/ function(module, exports, __webpack_require__) { + var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;"use strict"; /** - * Load the HTML for the physics config and bind it - * @private + * Created by Alex on 11/6/2014. */ - exports._loadPhysicsConfiguration = function () { - if (this.physicsConfiguration === undefined) { - this.backupConstants = {}; - util.deepExtend(this.backupConstants,this.constants); - - var hierarchicalLayoutDirections = ["LR", "RL", "UD", "DU"]; - this.physicsConfiguration = document.createElement('div'); - this.physicsConfiguration.className = "PhysicsConfiguration"; - this.physicsConfiguration.innerHTML = '' + - '' + - '' + - '' + - '' + - '' + - '' + - '
Simulation Mode:
Barnes HutRepulsionHierarchical
' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '
Options:
' - this.containerElement.parentElement.insertBefore(this.physicsConfiguration, this.containerElement); - this.optionsDiv = document.createElement("div"); - this.optionsDiv.style.fontSize = "14px"; - this.optionsDiv.style.fontFamily = "verdana"; - this.containerElement.parentElement.insertBefore(this.optionsDiv, this.containerElement); - - var rangeElement; - rangeElement = document.getElementById('graph_BH_gc'); - rangeElement.onchange = showValueOfRange.bind(this, 'graph_BH_gc', -1, "physics_barnesHut_gravitationalConstant"); - rangeElement = document.getElementById('graph_BH_cg'); - rangeElement.onchange = showValueOfRange.bind(this, 'graph_BH_cg', 1, "physics_centralGravity"); - rangeElement = document.getElementById('graph_BH_sc'); - rangeElement.onchange = showValueOfRange.bind(this, 'graph_BH_sc', 1, "physics_springConstant"); - rangeElement = document.getElementById('graph_BH_sl'); - rangeElement.onchange = showValueOfRange.bind(this, 'graph_BH_sl', 1, "physics_springLength"); - rangeElement = document.getElementById('graph_BH_damp'); - rangeElement.onchange = showValueOfRange.bind(this, 'graph_BH_damp', 1, "physics_damping"); - rangeElement = document.getElementById('graph_R_nd'); - rangeElement.onchange = showValueOfRange.bind(this, 'graph_R_nd', 1, "physics_repulsion_nodeDistance"); - rangeElement = document.getElementById('graph_R_cg'); - rangeElement.onchange = showValueOfRange.bind(this, 'graph_R_cg', 1, "physics_centralGravity"); - rangeElement = document.getElementById('graph_R_sc'); - rangeElement.onchange = showValueOfRange.bind(this, 'graph_R_sc', 1, "physics_springConstant"); - rangeElement = document.getElementById('graph_R_sl'); - rangeElement.onchange = showValueOfRange.bind(this, 'graph_R_sl', 1, "physics_springLength"); - rangeElement = document.getElementById('graph_R_damp'); - rangeElement.onchange = showValueOfRange.bind(this, 'graph_R_damp', 1, "physics_damping"); + // https://github.com/umdjs/umd/blob/master/returnExports.js#L40-L60 + // if the module has no dependencies, the above pattern can be simplified to + (function (root, factory) { + if (true) { + // AMD. Register as an anonymous module. + !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory), __WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ? (__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__), __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__)); + } else if (typeof exports === 'object') { + // Node. Does not work with strict CommonJS, but + // only CommonJS-like environments that support module.exports, + // like Node. + module.exports = factory(); + } else { + // Browser globals (root is window) + root.keycharm = factory(); + } + }(this, function () { - rangeElement = document.getElementById('graph_H_nd'); - rangeElement.onchange = showValueOfRange.bind(this, 'graph_H_nd', 1, "physics_hierarchicalRepulsion_nodeDistance"); - rangeElement = document.getElementById('graph_H_cg'); - rangeElement.onchange = showValueOfRange.bind(this, 'graph_H_cg', 1, "physics_centralGravity"); - rangeElement = document.getElementById('graph_H_sc'); - rangeElement.onchange = showValueOfRange.bind(this, 'graph_H_sc', 1, "physics_springConstant"); - rangeElement = document.getElementById('graph_H_sl'); - rangeElement.onchange = showValueOfRange.bind(this, 'graph_H_sl', 1, "physics_springLength"); - rangeElement = document.getElementById('graph_H_damp'); - rangeElement.onchange = showValueOfRange.bind(this, 'graph_H_damp', 1, "physics_damping"); - rangeElement = document.getElementById('graph_H_direction'); - rangeElement.onchange = showValueOfRange.bind(this, 'graph_H_direction', hierarchicalLayoutDirections, "hierarchicalLayout_direction"); - rangeElement = document.getElementById('graph_H_levsep'); - rangeElement.onchange = showValueOfRange.bind(this, 'graph_H_levsep', 1, "hierarchicalLayout_levelSeparation"); - rangeElement = document.getElementById('graph_H_nspac'); - rangeElement.onchange = showValueOfRange.bind(this, 'graph_H_nspac', 1, "hierarchicalLayout_nodeSpacing"); + function keycharm(options) { + var preventDefault = options && options.preventDefault || false; - var radioButton1 = document.getElementById("graph_physicsMethod1"); - var radioButton2 = document.getElementById("graph_physicsMethod2"); - var radioButton3 = document.getElementById("graph_physicsMethod3"); - radioButton2.checked = true; - if (this.constants.physics.barnesHut.enabled) { - radioButton1.checked = true; - } - if (this.constants.hierarchicalLayout.enabled) { - radioButton3.checked = true; - } + var container = options && options.container || window; - var graph_toggleSmooth = document.getElementById("graph_toggleSmooth"); - var graph_repositionNodes = document.getElementById("graph_repositionNodes"); - var graph_generateOptions = document.getElementById("graph_generateOptions"); + var _exportFunctions = {}; + var _bound = {keydown:{}, keyup:{}}; + var _keys = {}; + var i; - graph_toggleSmooth.onclick = graphToggleSmoothCurves.bind(this); - graph_repositionNodes.onclick = graphRepositionNodes.bind(this); - graph_generateOptions.onclick = graphGenerateOptions.bind(this); - if (this.constants.smoothCurves == true && this.constants.dynamicSmoothCurves == false) { - graph_toggleSmooth.style.background = "#A4FF56"; - } - else { - graph_toggleSmooth.style.background = "#FF8532"; - } + // a - z + for (i = 97; i <= 122; i++) {_keys[String.fromCharCode(i)] = {code:65 + (i - 97), shift: false};} + // A - Z + for (i = 65; i <= 90; i++) {_keys[String.fromCharCode(i)] = {code:i, shift: true};} + // 0 - 9 + for (i = 0; i <= 9; i++) {_keys['' + i] = {code:48 + i, shift: false};} + // F1 - F12 + for (i = 1; i <= 12; i++) {_keys['F' + i] = {code:111 + i, shift: false};} + // num0 - num9 + for (i = 0; i <= 9; i++) {_keys['num' + i] = {code:96 + i, shift: false};} + // numpad misc + _keys['num*'] = {code:106, shift: false}; + _keys['num+'] = {code:107, shift: false}; + _keys['num-'] = {code:109, shift: false}; + _keys['num/'] = {code:111, shift: false}; + _keys['num.'] = {code:110, shift: false}; + // arrows + _keys['left'] = {code:37, shift: false}; + _keys['up'] = {code:38, shift: false}; + _keys['right'] = {code:39, shift: false}; + _keys['down'] = {code:40, shift: false}; + // extra keys + _keys['space'] = {code:32, shift: false}; + _keys['enter'] = {code:13, shift: false}; + _keys['shift'] = {code:16, shift: undefined}; + _keys['esc'] = {code:27, shift: false}; + _keys['backspace'] = {code:8, shift: false}; + _keys['tab'] = {code:9, shift: false}; + _keys['ctrl'] = {code:17, shift: false}; + _keys['alt'] = {code:18, shift: false}; + _keys['delete'] = {code:46, shift: false}; + _keys['pageup'] = {code:33, shift: false}; + _keys['pagedown'] = {code:34, shift: false}; + // symbols + _keys['='] = {code:187, shift: false}; + _keys['-'] = {code:189, shift: false}; + _keys[']'] = {code:221, shift: false}; + _keys['['] = {code:219, shift: false}; - switchConfigurations.apply(this); - radioButton1.onchange = switchConfigurations.bind(this); - radioButton2.onchange = switchConfigurations.bind(this); - radioButton3.onchange = switchConfigurations.bind(this); - } - }; - /** - * This overwrites the this.constants. - * - * @param constantsVariableName - * @param value - * @private - */ - exports._overWriteGraphConstants = function (constantsVariableName, value) { - var nameArray = constantsVariableName.split("_"); - if (nameArray.length == 1) { - this.constants[nameArray[0]] = value; - } - else if (nameArray.length == 2) { - this.constants[nameArray[0]][nameArray[1]] = value; - } - else if (nameArray.length == 3) { - this.constants[nameArray[0]][nameArray[1]][nameArray[2]] = value; - } - }; + var down = function(event) {handleEvent(event,'keydown');}; + var up = function(event) {handleEvent(event,'keyup');}; + // handle the actualy bound key with the event + var handleEvent = function(event,type) { + if (_bound[type][event.keyCode] !== undefined) { + var bound = _bound[type][event.keyCode]; + for (var i = 0; i < bound.length; i++) { + if (bound[i].shift === undefined) { + bound[i].fn(event); + } + else if (bound[i].shift == true && event.shiftKey == true) { + bound[i].fn(event); + } + else if (bound[i].shift == false && event.shiftKey == false) { + bound[i].fn(event); + } + } - /** - * this function is bound to the toggle smooth curves button. That is also why it is not in the prototype. - */ - function graphToggleSmoothCurves () { - this.constants.smoothCurves.enabled = !this.constants.smoothCurves.enabled; - var graph_toggleSmooth = document.getElementById("graph_toggleSmooth"); - if (this.constants.smoothCurves.enabled == true) {graph_toggleSmooth.style.background = "#A4FF56";} - else {graph_toggleSmooth.style.background = "#FF8532";} + if (preventDefault == true) { + event.preventDefault(); + } + } + }; - this._configureSmoothCurves(false); - } + // bind a key to a callback + _exportFunctions.bind = function(key, callback, type) { + if (type === undefined) { + type = 'keydown'; + } + if (_keys[key] === undefined) { + throw new Error("unsupported key: " + key); + } + if (_bound[type][_keys[key].code] === undefined) { + _bound[type][_keys[key].code] = []; + } + _bound[type][_keys[key].code].push({fn:callback, shift:_keys[key].shift}); + }; - /** - * this function is used to scramble the nodes - * - */ - function graphRepositionNodes () { - for (var nodeId in this.calculationNodes) { - if (this.calculationNodes.hasOwnProperty(nodeId)) { - this.calculationNodes[nodeId].vx = 0; this.calculationNodes[nodeId].vy = 0; - this.calculationNodes[nodeId].fx = 0; this.calculationNodes[nodeId].fy = 0; - } - } - if (this.constants.hierarchicalLayout.enabled == true) { - this._setupHierarchicalLayout(); - showValueOfRange.call(this, 'graph_H_nd', 1, "physics_hierarchicalRepulsion_nodeDistance"); - showValueOfRange.call(this, 'graph_H_cg', 1, "physics_centralGravity"); - showValueOfRange.call(this, 'graph_H_sc', 1, "physics_springConstant"); - showValueOfRange.call(this, 'graph_H_sl', 1, "physics_springLength"); - showValueOfRange.call(this, 'graph_H_damp', 1, "physics_damping"); - } - else { - this.repositionNodes(); - } - this.moving = true; - this.start(); - } - /** - * this is used to generate an options file from the playing with physics system. - */ - function graphGenerateOptions () { - var options = "No options are required, default values used."; - var optionsSpecific = []; - var radioButton1 = document.getElementById("graph_physicsMethod1"); - var radioButton2 = document.getElementById("graph_physicsMethod2"); - if (radioButton1.checked == true) { - if (this.constants.physics.barnesHut.gravitationalConstant != this.backupConstants.physics.barnesHut.gravitationalConstant) {optionsSpecific.push("gravitationalConstant: " + this.constants.physics.barnesHut.gravitationalConstant);} - if (this.constants.physics.centralGravity != this.backupConstants.physics.barnesHut.centralGravity) {optionsSpecific.push("centralGravity: " + this.constants.physics.centralGravity);} - if (this.constants.physics.springLength != this.backupConstants.physics.barnesHut.springLength) {optionsSpecific.push("springLength: " + this.constants.physics.springLength);} - if (this.constants.physics.springConstant != this.backupConstants.physics.barnesHut.springConstant) {optionsSpecific.push("springConstant: " + this.constants.physics.springConstant);} - if (this.constants.physics.damping != this.backupConstants.physics.barnesHut.damping) {optionsSpecific.push("damping: " + this.constants.physics.damping);} - if (optionsSpecific.length != 0) { - options = "var options = {"; - options += "physics: {barnesHut: {"; - for (var i = 0; i < optionsSpecific.length; i++) { - options += optionsSpecific[i]; - if (i < optionsSpecific.length - 1) { - options += ", " - } + // bind all keys to a call back (demo purposes) + _exportFunctions.bindAll = function(callback, type) { + if (type === undefined) { + type = 'keydown'; } - options += '}}' - } - if (this.constants.smoothCurves.enabled != this.backupConstants.smoothCurves.enabled) { - if (optionsSpecific.length == 0) {options = "var options = {";} - else {options += ", "} - options += "smoothCurves: " + this.constants.smoothCurves.enabled; - } - if (options != "No options are required, default values used.") { - options += '};' - } - } - else if (radioButton2.checked == true) { - options = "var options = {"; - options += "physics: {barnesHut: {enabled: false}"; - if (this.constants.physics.repulsion.nodeDistance != this.backupConstants.physics.repulsion.nodeDistance) {optionsSpecific.push("nodeDistance: " + this.constants.physics.repulsion.nodeDistance);} - if (this.constants.physics.centralGravity != this.backupConstants.physics.repulsion.centralGravity) {optionsSpecific.push("centralGravity: " + this.constants.physics.centralGravity);} - if (this.constants.physics.springLength != this.backupConstants.physics.repulsion.springLength) {optionsSpecific.push("springLength: " + this.constants.physics.springLength);} - if (this.constants.physics.springConstant != this.backupConstants.physics.repulsion.springConstant) {optionsSpecific.push("springConstant: " + this.constants.physics.springConstant);} - if (this.constants.physics.damping != this.backupConstants.physics.repulsion.damping) {optionsSpecific.push("damping: " + this.constants.physics.damping);} - if (optionsSpecific.length != 0) { - options += ", repulsion: {"; - for (var i = 0; i < optionsSpecific.length; i++) { - options += optionsSpecific[i]; - if (i < optionsSpecific.length - 1) { - options += ", " + for (var key in _keys) { + if (_keys.hasOwnProperty(key)) { + _exportFunctions.bind(key,callback,type); } } - options += '}}' - } - if (optionsSpecific.length == 0) {options += "}"} - if (this.constants.smoothCurves != this.backupConstants.smoothCurves) { - options += ", smoothCurves: " + this.constants.smoothCurves; - } - options += '};' - } - else { - options = "var options = {"; - if (this.constants.physics.hierarchicalRepulsion.nodeDistance != this.backupConstants.physics.hierarchicalRepulsion.nodeDistance) {optionsSpecific.push("nodeDistance: " + this.constants.physics.hierarchicalRepulsion.nodeDistance);} - if (this.constants.physics.centralGravity != this.backupConstants.physics.hierarchicalRepulsion.centralGravity) {optionsSpecific.push("centralGravity: " + this.constants.physics.centralGravity);} - if (this.constants.physics.springLength != this.backupConstants.physics.hierarchicalRepulsion.springLength) {optionsSpecific.push("springLength: " + this.constants.physics.springLength);} - if (this.constants.physics.springConstant != this.backupConstants.physics.hierarchicalRepulsion.springConstant) {optionsSpecific.push("springConstant: " + this.constants.physics.springConstant);} - if (this.constants.physics.damping != this.backupConstants.physics.hierarchicalRepulsion.damping) {optionsSpecific.push("damping: " + this.constants.physics.damping);} - if (optionsSpecific.length != 0) { - options += "physics: {hierarchicalRepulsion: {"; - for (var i = 0; i < optionsSpecific.length; i++) { - options += optionsSpecific[i]; - if (i < optionsSpecific.length - 1) { - options += ", "; + }; + + // get the key label from an event + _exportFunctions.getKey = function(event) { + for (var key in _keys) { + if (_keys.hasOwnProperty(key)) { + if (event.shiftKey == true && _keys[key].shift == true && event.keyCode == _keys[key].code) { + return key; + } + else if (event.shiftKey == false && _keys[key].shift == false && event.keyCode == _keys[key].code) { + return key; + } + else if (event.keyCode == _keys[key].code && key == 'shift') { + return key; + } } } - options += '}},'; - } - options += 'hierarchicalLayout: {'; - optionsSpecific = []; - if (this.constants.hierarchicalLayout.direction != this.backupConstants.hierarchicalLayout.direction) {optionsSpecific.push("direction: " + this.constants.hierarchicalLayout.direction);} - if (Math.abs(this.constants.hierarchicalLayout.levelSeparation) != this.backupConstants.hierarchicalLayout.levelSeparation) {optionsSpecific.push("levelSeparation: " + this.constants.hierarchicalLayout.levelSeparation);} - if (this.constants.hierarchicalLayout.nodeSpacing != this.backupConstants.hierarchicalLayout.nodeSpacing) {optionsSpecific.push("nodeSpacing: " + this.constants.hierarchicalLayout.nodeSpacing);} - if (optionsSpecific.length != 0) { - for (var i = 0; i < optionsSpecific.length; i++) { - options += optionsSpecific[i]; - if (i < optionsSpecific.length - 1) { - options += ", " + return "unknown key, currently not supported"; + }; + + // unbind either a specific callback from a key or all of them (by leaving callback undefined) + _exportFunctions.unbind = function(key, callback, type) { + if (type === undefined) { + type = 'keydown'; + } + if (_keys[key] === undefined) { + throw new Error("unsupported key: " + key); + } + if (callback !== undefined) { + var newBindings = []; + var bound = _bound[type][_keys[key].code]; + if (bound !== undefined) { + for (var i = 0; i < bound.length; i++) { + if (!(bound[i].fn == callback && bound[i].shift == _keys[key].shift)) { + newBindings.push(_bound[type][_keys[key].code][i]); + } + } } + _bound[type][_keys[key].code] = newBindings; } - options += '}' - } - else { - options += "enabled:true}"; - } - options += '};' + else { + _bound[type][_keys[key].code] = []; + } + }; + + // reset all bound variables. + _exportFunctions.reset = function() { + _bound = {keydown:{}, keyup:{}}; + }; + + // unbind all listeners and reset all variables. + _exportFunctions.destroy = function() { + _bound = {keydown:{}, keyup:{}}; + container.removeEventListener('keydown', down, true); + container.removeEventListener('keyup', up, true); + }; + + // create listeners. + container.addEventListener('keydown',down,true); + container.addEventListener('keyup',up,true); + + // return the public functions. + return _exportFunctions; } + return keycharm; + })); - this.optionsDiv.innerHTML = options; - } + + + +/***/ }, +/* 60 */ +/***/ function(module, exports, __webpack_require__) { /** - * this is used to switch between barnesHut, repulsion and hierarchical. + * Creation of the ClusterMixin var. * + * This contains all the functions the Network object can use to employ clustering */ - function switchConfigurations () { - var ids = ["graph_BH_table", "graph_R_table", "graph_H_table"]; - var radioButton = document.querySelector('input[name="graph_physicsMethod"]:checked').value; - var tableId = "graph_" + radioButton + "_table"; - var table = document.getElementById(tableId); - table.style.display = "block"; - for (var i = 0; i < ids.length; i++) { - if (ids[i] != tableId) { - table = document.getElementById(ids[i]); - table.style.display = "none"; + + /** + * This is only called in the constructor of the network object + * + */ + exports.startWithClustering = function() { + // cluster if the data set is big + this.clusterToFit(this.constants.clustering.initialMaxNodes, true); + + // updates the lables after clustering + this.updateLabels(); + + // this is called here because if clusterin is disabled, the start and stabilize are called in + // the setData function. + if (this.stabilize) { + this._stabilize(); + } + this.start(); + }; + + /** + * This function clusters until the initialMaxNodes has been reached + * + * @param {Number} maxNumberOfNodes + * @param {Boolean} reposition + */ + exports.clusterToFit = function(maxNumberOfNodes, reposition) { + var numberOfNodes = this.nodeIndices.length; + + var maxLevels = 50; + var level = 0; + + // we first cluster the hubs, then we pull in the outliers, repeat + while (numberOfNodes > maxNumberOfNodes && level < maxLevels) { + if (level % 3 == 0) { + this.forceAggregateHubs(true); + this.normalizeClusterLevels(); } - } - this._restoreNodes(); - if (radioButton == "R") { - this.constants.hierarchicalLayout.enabled = false; - this.constants.physics.hierarchicalRepulsion.enabled = false; - this.constants.physics.barnesHut.enabled = false; - } - else if (radioButton == "H") { - if (this.constants.hierarchicalLayout.enabled == false) { - this.constants.hierarchicalLayout.enabled = true; - this.constants.physics.hierarchicalRepulsion.enabled = true; - this.constants.physics.barnesHut.enabled = false; - this.constants.smoothCurves.enabled = false; - this._setupHierarchicalLayout(); + else { + this.increaseClusterLevel(); // this also includes a cluster normalization } + + numberOfNodes = this.nodeIndices.length; + level += 1; } - else { - this.constants.hierarchicalLayout.enabled = false; - this.constants.physics.hierarchicalRepulsion.enabled = false; - this.constants.physics.barnesHut.enabled = true; - } - this._loadSelectedForceSolver(); - var graph_toggleSmooth = document.getElementById("graph_toggleSmooth"); - if (this.constants.smoothCurves.enabled == true) {graph_toggleSmooth.style.background = "#A4FF56";} - else {graph_toggleSmooth.style.background = "#FF8532";} - this.moving = true; - this.start(); - } + // after the clustering we reposition the nodes to reduce the initial chaos + if (level > 0 && reposition == true) { + this.repositionNodes(); + } + this._updateCalculationNodes(); + }; /** - * this generates the ranges depending on the iniital values. + * This function can be called to open up a specific cluster. It is only called by + * It will unpack the cluster back one level. * - * @param id - * @param map - * @param constantsVariableName + * @param node | Node object: cluster to open. */ - function showValueOfRange (id,map,constantsVariableName) { - var valueId = id + "_value"; - var rangeValue = document.getElementById(id).value; + exports.openCluster = function(node) { + var isMovingBeforeClustering = this.moving; + if (node.clusterSize > this.constants.clustering.sectorThreshold && this._nodeInActiveArea(node) && + !(this._sector() == "default" && this.nodeIndices.length == 1)) { + // this loads a new sector, loads the nodes and edges and nodeIndices of it. + this._addSector(node); + var level = 0; + + // we decluster until we reach a decent number of nodes + while ((this.nodeIndices.length < this.constants.clustering.initialMaxNodes) && (level < 10)) { + this.decreaseClusterLevel(); + level += 1; + } - if (Array.isArray(map)) { - document.getElementById(valueId).value = map[parseInt(rangeValue)]; - this._overWriteGraphConstants(constantsVariableName,map[parseInt(rangeValue)]); } else { - document.getElementById(valueId).value = parseInt(map) * parseFloat(rangeValue); - this._overWriteGraphConstants(constantsVariableName, parseInt(map) * parseFloat(rangeValue)); + this._expandClusterNode(node,false,true); + + // update the index list, dynamic edges and labels + this._updateNodeIndexList(); + this._updateDynamicEdges(); + this._updateCalculationNodes(); + this.updateLabels(); } - if (constantsVariableName == "hierarchicalLayout_direction" || - constantsVariableName == "hierarchicalLayout_levelSeparation" || - constantsVariableName == "hierarchicalLayout_nodeSpacing") { - this._setupHierarchicalLayout(); + // if the simulation was settled, we restart the simulation if a cluster has been formed or expanded + if (this.moving != isMovingBeforeClustering) { + this.start(); } - this.moving = true; - this.start(); - } + }; + /** + * This calls the updateClustes with default arguments + */ + exports.updateClustersDefault = function() { + if (this.constants.clustering.enabled == true) { + this.updateClusters(0,false,false); + } + }; -/***/ }, -/* 61 */ -/***/ function(module, exports, __webpack_require__) { + /** + * This function can be called to increase the cluster level. This means that the nodes with only one edge connection will + * be clustered with their connected node. This can be repeated as many times as needed. + * This can be called externally (by a keybind for instance) to reduce the complexity of big datasets. + */ + exports.increaseClusterLevel = function() { + this.updateClusters(-1,false,true); + }; + /** - * Calculate the forces the nodes apply on each other based on a repulsion field. - * This field is linearly approximated. - * - * @private + * This function can be called to decrease the cluster level. This means that the nodes with only one edge connection will + * be unpacked if they are a cluster. This can be repeated as many times as needed. + * This can be called externally (by a key-bind for instance) to look into clusters without zooming. */ - exports._calculateNodeForces = function () { - var dx, dy, angle, distance, fx, fy, combinedClusterSize, - repulsingForce, node1, node2, i, j; + exports.decreaseClusterLevel = function() { + this.updateClusters(1,false,true); + }; - var nodes = this.calculationNodes; - var nodeIndices = this.calculationNodeIndices; - // approximation constants - var a_base = -2 / 3; - var b = 4 / 3; + /** + * This is the main clustering function. It clusters and declusters on zoom or forced + * This function clusters on zoom, it can be called with a predefined zoom direction + * If out, check if we can form clusters, if in, check if we can open clusters. + * This function is only called from _zoom() + * + * @param {Number} zoomDirection | -1 / 0 / +1 for zoomOut / determineByZoom / zoomIn + * @param {Boolean} recursive | enabled or disable recursive calling of the opening of clusters + * @param {Boolean} force | enabled or disable forcing + * @param {Boolean} doNotStart | if true do not call start + * + */ + exports.updateClusters = function(zoomDirection,recursive,force,doNotStart) { + var isMovingBeforeClustering = this.moving; + var amountOfNodes = this.nodeIndices.length; - // repulsing forces between nodes - var nodeDistance = this.constants.physics.repulsion.nodeDistance; - var minimumDistance = nodeDistance; + // on zoom out collapse the sector if the scale is at the level the sector was made + if (this.previousScale > this.scale && zoomDirection == 0) { + this._collapseSector(); + } - // we loop from i over all but the last entree in the array - // j loops from i+1 to the last. This way we do not double count any of the indices, nor i == j - for (i = 0; i < nodeIndices.length - 1; i++) { - node1 = nodes[nodeIndices[i]]; - for (j = i + 1; j < nodeIndices.length; j++) { - node2 = nodes[nodeIndices[j]]; - combinedClusterSize = node1.clusterSize + node2.clusterSize - 2; + // check if we zoom in or out + if (this.previousScale > this.scale || zoomDirection == -1) { // zoom out + // forming clusters when forced pulls outliers in. When not forced, the edge length of the + // outer nodes determines if it is being clustered + this._formClusters(force); + } + else if (this.previousScale < this.scale || zoomDirection == 1) { // zoom in + if (force == true) { + // _openClusters checks for each node if the formationScale of the cluster is smaller than + // the current scale and if so, declusters. When forced, all clusters are reduced by one step + this._openClusters(recursive,force); + } + else { + // if a cluster takes up a set percentage of the active window + this._openClustersBySize(); + } + } + this._updateNodeIndexList(); - dx = node2.x - node1.x; - dy = node2.y - node1.y; - distance = Math.sqrt(dx * dx + dy * dy); + // if a cluster was NOT formed and the user zoomed out, we try clustering by hubs + if (this.nodeIndices.length == amountOfNodes && (this.previousScale > this.scale || zoomDirection == -1)) { + this._aggregateHubs(force); + this._updateNodeIndexList(); + } - // same condition as BarnesHut, making sure nodes are never 100% overlapping. - if (distance == 0) { - distance = 0.1*Math.random(); - dx = distance; - } + // we now reduce chains. + if (this.previousScale > this.scale || zoomDirection == -1) { // zoom out + this.handleChains(); + this._updateNodeIndexList(); + } - minimumDistance = (combinedClusterSize == 0) ? nodeDistance : (nodeDistance * (1 + combinedClusterSize * this.constants.clustering.distanceAmplification)); - var a = a_base / minimumDistance; - if (distance < 2 * minimumDistance) { - if (distance < 0.5 * minimumDistance) { - repulsingForce = 1.0; - } - else { - repulsingForce = a * distance + b; // linear approx of 1 / (1 + Math.exp((distance / minimumDistance - 1) * steepness)) - } + this.previousScale = this.scale; - // amplify the repulsion for clusters. - repulsingForce *= (combinedClusterSize == 0) ? 1 : 1 + combinedClusterSize * this.constants.clustering.forceAmplification; - repulsingForce = repulsingForce / Math.max(distance,0.01*minimumDistance); + // rest of the update the index list, dynamic edges and labels + this._updateDynamicEdges(); + this.updateLabels(); - fx = dx * repulsingForce; - fy = dy * repulsingForce; - node1.fx -= fx; - node1.fy -= fy; - node2.fx += fx; - node2.fy += fy; + // if a cluster was formed, we increase the clusterSession + if (this.nodeIndices.length < amountOfNodes) { // this means a clustering operation has taken place + this.clusterSession += 1; + // if clusters have been made, we normalize the cluster level + this.normalizeClusterLevels(); + } - } + if (doNotStart == false || doNotStart === undefined) { + // if the simulation was settled, we restart the simulation if a cluster has been formed or expanded + if (this.moving != isMovingBeforeClustering) { + this.start(); } } + + this._updateCalculationNodes(); }; + /** + * This function handles the chains. It is called on every updateClusters(). + */ + exports.handleChains = function() { + // after clustering we check how many chains there are + var chainPercentage = this._getChainFraction(); + if (chainPercentage > this.constants.clustering.chainThreshold) { + this._reduceAmountOfChains(1 - this.constants.clustering.chainThreshold / chainPercentage) -/***/ }, -/* 62 */ -/***/ function(module, exports, __webpack_require__) { + } + }; /** - * Calculate the forces the nodes apply on eachother based on a repulsion field. - * This field is linearly approximated. + * this functions starts clustering by hubs + * The minimum hub threshold is set globally * * @private */ - exports._calculateNodeForces = function () { - var dx, dy, distance, fx, fy, - repulsingForce, node1, node2, i, j; + exports._aggregateHubs = function(force) { + this._getHubSize(); + this._formClustersByHub(force,false); + }; - var nodes = this.calculationNodes; - var nodeIndices = this.calculationNodeIndices; - // repulsing forces between nodes - var nodeDistance = this.constants.physics.hierarchicalRepulsion.nodeDistance; + /** + * This function is fired by keypress. It forces hubs to form. + * + */ + exports.forceAggregateHubs = function(doNotStart) { + var isMovingBeforeClustering = this.moving; + var amountOfNodes = this.nodeIndices.length; - // we loop from i over all but the last entree in the array - // j loops from i+1 to the last. This way we do not double count any of the indices, nor i == j - for (i = 0; i < nodeIndices.length - 1; i++) { - node1 = nodes[nodeIndices[i]]; - for (j = i + 1; j < nodeIndices.length; j++) { - node2 = nodes[nodeIndices[j]]; + this._aggregateHubs(true); - // nodes only affect nodes on their level - if (node1.level == node2.level) { + // update the index list, dynamic edges and labels + this._updateNodeIndexList(); + this._updateDynamicEdges(); + this.updateLabels(); - dx = node2.x - node1.x; - dy = node2.y - node1.y; - distance = Math.sqrt(dx * dx + dy * dy); + // if a cluster was formed, we increase the clusterSession + if (this.nodeIndices.length != amountOfNodes) { + this.clusterSession += 1; + } + if (doNotStart == false || doNotStart === undefined) { + // if the simulation was settled, we restart the simulation if a cluster has been formed or expanded + if (this.moving != isMovingBeforeClustering) { + this.start(); + } + } + }; - var steepness = 0.05; - if (distance < nodeDistance) { - repulsingForce = -Math.pow(steepness*distance,2) + Math.pow(steepness*nodeDistance,2); - } - else { - repulsingForce = 0; + /** + * If a cluster takes up more than a set percentage of the screen, open the cluster + * + * @private + */ + exports._openClustersBySize = function() { + for (var nodeId in this.nodes) { + if (this.nodes.hasOwnProperty(nodeId)) { + var node = this.nodes[nodeId]; + if (node.inView() == true) { + if ((node.width*this.scale > this.constants.clustering.screenSizeThreshold * this.frame.canvas.clientWidth) || + (node.height*this.scale > this.constants.clustering.screenSizeThreshold * this.frame.canvas.clientHeight)) { + this.openCluster(node); } - // normalize force with - if (distance == 0) { - distance = 0.01; - } - else { - repulsingForce = repulsingForce / distance; - } - fx = dx * repulsingForce; - fy = dy * repulsingForce; - - node1.fx -= fx; - node1.fy -= fy; - node2.fx += fx; - node2.fy += fy; } } } @@ -30169,191 +29836,217 @@ return /******/ (function(modules) { // webpackBootstrap /** - * this function calculates the effects of the springs in the case of unsmooth curves. + * This function loops over all nodes in the nodeIndices list. For each node it checks if it is a cluster and if it + * has to be opened based on the current zoom level. * * @private */ - exports._calculateHierarchicalSpringForces = function () { - var edgeLength, edge, edgeId; - var dx, dy, fx, fy, springForce, distance; - var edges = this.edges; + exports._openClusters = function(recursive,force) { + for (var i = 0; i < this.nodeIndices.length; i++) { + var node = this.nodes[this.nodeIndices[i]]; + this._expandClusterNode(node,recursive,force); + this._updateCalculationNodes(); + } + }; - var nodes = this.calculationNodes; - var nodeIndices = this.calculationNodeIndices; + /** + * This function checks if a node has to be opened. This is done by checking the zoom level. + * If the node contains child nodes, this function is recursively called on the child nodes as well. + * This recursive behaviour is optional and can be set by the recursive argument. + * + * @param {Node} parentNode | to check for cluster and expand + * @param {Boolean} recursive | enabled or disable recursive calling + * @param {Boolean} force | enabled or disable forcing + * @param {Boolean} [openAll] | This will recursively force all nodes in the parent to be released + * @private + */ + exports._expandClusterNode = function(parentNode, recursive, force, openAll) { + // first check if node is a cluster + if (parentNode.clusterSize > 1) { + // this means that on a double tap event or a zoom event, the cluster fully unpacks if it is smaller than 20 + if (parentNode.clusterSize < this.constants.clustering.sectorThreshold) { + openAll = true; + } + recursive = openAll ? true : recursive; + // if the last child has been added on a smaller scale than current scale decluster + if (parentNode.formationScale < this.scale || force == true) { + // we will check if any of the contained child nodes should be removed from the cluster + for (var containedNodeId in parentNode.containedNodes) { + if (parentNode.containedNodes.hasOwnProperty(containedNodeId)) { + var childNode = parentNode.containedNodes[containedNodeId]; - for (var i = 0; i < nodeIndices.length; i++) { - var node1 = nodes[nodeIndices[i]]; - node1.springFx = 0; - node1.springFy = 0; + // force expand will expand the largest cluster size clusters. Since we cluster from outside in, we assume that + // the largest cluster is the one that comes from outside + if (force == true) { + if (childNode.clusterSession == parentNode.clusterSessions[parentNode.clusterSessions.length-1] + || openAll) { + this._expelChildFromParent(parentNode,containedNodeId,recursive,force,openAll); + } + } + else { + if (this._nodeInActiveArea(parentNode)) { + this._expelChildFromParent(parentNode,containedNodeId,recursive,force,openAll); + } + } + } + } + } } + }; + /** + * ONLY CALLED FROM _expandClusterNode + * + * This function will expel a child_node from a parent_node. This is to de-cluster the node. This function will remove + * the child node from the parent contained_node object and put it back into the global nodes object. + * The same holds for the edge that was connected to the child node. It is moved back into the global edges object. + * + * @param {Node} parentNode | the parent node + * @param {String} containedNodeId | child_node id as it is contained in the containedNodes object of the parent node + * @param {Boolean} recursive | This will also check if the child needs to be expanded. + * With force and recursive both true, the entire cluster is unpacked + * @param {Boolean} force | This will disregard the zoom level and will expel this child from the parent + * @param {Boolean} openAll | This will recursively force all nodes in the parent to be released + * @private + */ + exports._expelChildFromParent = function(parentNode, containedNodeId, recursive, force, openAll) { + var childNode = parentNode.containedNodes[containedNodeId]; - // forces caused by the edges, modelled as springs - for (edgeId in edges) { - if (edges.hasOwnProperty(edgeId)) { - edge = edges[edgeId]; - if (edge.connected) { - // only calculate forces if nodes are in the same sector - if (this.nodes.hasOwnProperty(edge.toId) && this.nodes.hasOwnProperty(edge.fromId)) { - edgeLength = edge.physics.springLength; - // this implies that the edges between big clusters are longer - edgeLength += (edge.to.clusterSize + edge.from.clusterSize - 2) * this.constants.clustering.edgeGrowth; - - dx = (edge.from.x - edge.to.x); - dy = (edge.from.y - edge.to.y); - distance = Math.sqrt(dx * dx + dy * dy); + // if child node has been added on smaller scale than current, kick out + if (childNode.formationScale < this.scale || force == true) { + // unselect all selected items + this._unselectAll(); - if (distance == 0) { - distance = 0.01; - } + // put the child node back in the global nodes object + this.nodes[containedNodeId] = childNode; - // the 1/distance is so the fx and fy can be calculated without sine or cosine. - springForce = this.constants.physics.springConstant * (edgeLength - distance) / distance; + // release the contained edges from this childNode back into the global edges + this._releaseContainedEdges(parentNode,childNode); - fx = dx * springForce; - fy = dy * springForce; + // reconnect rerouted edges to the childNode + this._connectEdgeBackToChild(parentNode,childNode); + // validate all edges in dynamicEdges + this._validateEdges(parentNode); + // undo the changes from the clustering operation on the parent node + parentNode.options.mass -= childNode.options.mass; + parentNode.clusterSize -= childNode.clusterSize; + parentNode.options.fontSize = Math.min(this.constants.clustering.maxFontSize, this.constants.nodes.fontSize + this.constants.clustering.fontSizeMultiplier*(parentNode.clusterSize-1)); + parentNode.dynamicEdgesLength = parentNode.dynamicEdges.length; - if (edge.to.level != edge.from.level) { - edge.to.springFx -= fx; - edge.to.springFy -= fy; - edge.from.springFx += fx; - edge.from.springFy += fy; - } - else { - var factor = 0.5; - edge.to.fx -= factor*fx; - edge.to.fy -= factor*fy; - edge.from.fx += factor*fx; - edge.from.fy += factor*fy; - } + // place the child node near the parent, not at the exact same location to avoid chaos in the system + childNode.x = parentNode.x + parentNode.growthIndicator * (0.5 - Math.random()); + childNode.y = parentNode.y + parentNode.growthIndicator * (0.5 - Math.random()); + + // remove node from the list + delete parentNode.containedNodes[containedNodeId]; + + // check if there are other childs with this clusterSession in the parent. + var othersPresent = false; + for (var childNodeId in parentNode.containedNodes) { + if (parentNode.containedNodes.hasOwnProperty(childNodeId)) { + if (parentNode.containedNodes[childNodeId].clusterSession == childNode.clusterSession) { + othersPresent = true; + break; } } } - } + // if there are no others, remove the cluster session from the list + if (othersPresent == false) { + parentNode.clusterSessions.pop(); + } - // normalize spring forces - var springForce = 1; - var springFx, springFy; - for (i = 0; i < nodeIndices.length; i++) { - var node = nodes[nodeIndices[i]]; - springFx = Math.min(springForce,Math.max(-springForce,node.springFx)); - springFy = Math.min(springForce,Math.max(-springForce,node.springFy)); + this._repositionBezierNodes(childNode); + // this._repositionBezierNodes(parentNode); - node.fx += springFx; - node.fy += springFy; - } + // remove the clusterSession from the child node + childNode.clusterSession = 0; - // retain energy balance - var totalFx = 0; - var totalFy = 0; - for (i = 0; i < nodeIndices.length; i++) { - var node = nodes[nodeIndices[i]]; - totalFx += node.fx; - totalFy += node.fy; - } - var correctionFx = totalFx / nodeIndices.length; - var correctionFy = totalFy / nodeIndices.length; + // recalculate the size of the node on the next time the node is rendered + parentNode.clearSizeCache(); - for (i = 0; i < nodeIndices.length; i++) { - var node = nodes[nodeIndices[i]]; - node.fx -= correctionFx; - node.fy -= correctionFy; + // restart the simulation to reorganise all nodes + this.moving = true; } + // check if a further expansion step is possible if recursivity is enabled + if (recursive == true) { + this._expandClusterNode(childNode,recursive,force,openAll); + } }; -/***/ }, -/* 63 */ -/***/ function(module, exports, __webpack_require__) { /** - * This function calculates the forces the nodes apply on eachother based on a gravitational model. - * The Barnes Hut method is used to speed up this N-body simulation. + * position the bezier nodes at the center of the edges * + * @param node * @private */ - exports._calculateNodeForces = function() { - if (this.constants.physics.barnesHut.gravitationalConstant != 0) { - var node; - var nodes = this.calculationNodes; - var nodeIndices = this.calculationNodeIndices; - var nodeCount = nodeIndices.length; - - this._formBarnesHutTree(nodes,nodeIndices); + exports._repositionBezierNodes = function(node) { + for (var i = 0; i < node.dynamicEdges.length; i++) { + node.dynamicEdges[i].positionBezierNode(); + } + }; - var barnesHutTree = this.barnesHutTree; - // place the nodes one by one recursively - for (var i = 0; i < nodeCount; i++) { - node = nodes[nodeIndices[i]]; - if (node.options.mass > 0) { - // starting with root is irrelevant, it never passes the BarnesHut condition - this._getForceContribution(barnesHutTree.root.children.NW,node); - this._getForceContribution(barnesHutTree.root.children.NE,node); - this._getForceContribution(barnesHutTree.root.children.SW,node); - this._getForceContribution(barnesHutTree.root.children.SE,node); - } - } + /** + * This function checks if any nodes at the end of their trees have edges below a threshold length + * This function is called only from updateClusters() + * forceLevelCollapse ignores the length of the edge and collapses one level + * This means that a node with only one edge will be clustered with its connected node + * + * @private + * @param {Boolean} force + */ + exports._formClusters = function(force) { + if (force == false) { + this._formClustersByZoom(); + } + else { + this._forceClustersByZoom(); } }; /** - * This function traverses the barnesHutTree. It checks when it can approximate distant nodes with their center of mass. - * If a region contains a single node, we check if it is not itself, then we apply the force. + * This function handles the clustering by zooming out, this is based on a minimum edge distance * - * @param parentBranch - * @param node * @private */ - exports._getForceContribution = function(parentBranch,node) { - // we get no force contribution from an empty region - if (parentBranch.childrenCount > 0) { - var dx,dy,distance; + exports._formClustersByZoom = function() { + var dx,dy,length, + minLength = this.constants.clustering.clusterEdgeThreshold/this.scale; - // get the distance from the center of mass to the node. - dx = parentBranch.centerOfMass.x - node.x; - dy = parentBranch.centerOfMass.y - node.y; - distance = Math.sqrt(dx * dx + dy * dy); + // check if any edges are shorter than minLength and start the clustering + // the clustering favours the node with the larger mass + for (var edgeId in this.edges) { + if (this.edges.hasOwnProperty(edgeId)) { + var edge = this.edges[edgeId]; + if (edge.connected) { + if (edge.toId != edge.fromId) { + dx = (edge.to.x - edge.from.x); + dy = (edge.to.y - edge.from.y); + length = Math.sqrt(dx * dx + dy * dy); - // BarnesHut condition - // original condition : s/d < thetaInverted = passed === d/s > 1/theta = passed - // calcSize = 1/s --> d * 1/s > 1/theta = passed - if (distance * parentBranch.calcSize > this.constants.physics.barnesHut.thetaInverted) { - // duplicate code to reduce function calls to speed up program - if (distance == 0) { - distance = 0.1*Math.random(); - dx = distance; - } - var gravityForce = this.constants.physics.barnesHut.gravitationalConstant * parentBranch.mass * node.options.mass / (distance * distance * distance); - var fx = dx * gravityForce; - var fy = dy * gravityForce; - node.fx += fx; - node.fy += fy; - } - else { - // Did not pass the condition, go into children if available - if (parentBranch.childrenCount == 4) { - this._getForceContribution(parentBranch.children.NW,node); - this._getForceContribution(parentBranch.children.NE,node); - this._getForceContribution(parentBranch.children.SW,node); - this._getForceContribution(parentBranch.children.SE,node); - } - else { // parentBranch must have only one node, if it was empty we wouldnt be here - if (parentBranch.children.data.id != node.id) { // if it is not self - // duplicate code to reduce function calls to speed up program - if (distance == 0) { - distance = 0.5*Math.random(); - dx = distance; + + if (length < minLength) { + // first check which node is larger + var parentNode = edge.from; + var childNode = edge.to; + if (edge.to.options.mass > edge.from.options.mass) { + parentNode = edge.to; + childNode = edge.from; + } + + if (childNode.dynamicEdgesLength == 1) { + this._addToCluster(parentNode,childNode,false); + } + else if (parentNode.dynamicEdgesLength == 1) { + this._addToCluster(childNode,parentNode,false); + } } - var gravityForce = this.constants.physics.barnesHut.gravitationalConstant * parentBranch.mass * node.options.mass / (distance * distance * distance); - var fx = dx * gravityForce; - var fy = dy * gravityForce; - node.fx += fx; - node.fy += fy; } } } @@ -30361,3604 +30054,4015 @@ return /******/ (function(modules) { // webpackBootstrap }; /** - * This function constructs the barnesHut tree recursively. It creates the root, splits it and starts placing the nodes. + * This function forces the network to cluster all nodes with only one connecting edge to their + * connected node. * - * @param nodes - * @param nodeIndices * @private */ - exports._formBarnesHutTree = function(nodes,nodeIndices) { - var node; - var nodeCount = nodeIndices.length; + exports._forceClustersByZoom = function() { + for (var nodeId in this.nodes) { + // another node could have absorbed this child. + if (this.nodes.hasOwnProperty(nodeId)) { + var childNode = this.nodes[nodeId]; - var minX = Number.MAX_VALUE, - minY = Number.MAX_VALUE, - maxX =-Number.MAX_VALUE, - maxY =-Number.MAX_VALUE; + // the edges can be swallowed by another decrease + if (childNode.dynamicEdgesLength == 1 && childNode.dynamicEdges.length != 0) { + var edge = childNode.dynamicEdges[0]; + var parentNode = (edge.toId == childNode.id) ? this.nodes[edge.fromId] : this.nodes[edge.toId]; - // get the range of the nodes - for (var i = 0; i < nodeCount; i++) { - var x = nodes[nodeIndices[i]].x; - var y = nodes[nodeIndices[i]].y; - if (nodes[nodeIndices[i]].options.mass > 0) { - if (x < minX) { minX = x; } - if (x > maxX) { maxX = x; } - if (y < minY) { minY = y; } - if (y > maxY) { maxY = y; } + // group to the largest node + if (childNode.id != parentNode.id) { + if (parentNode.options.mass > childNode.options.mass) { + this._addToCluster(parentNode,childNode,true); + } + else { + this._addToCluster(childNode,parentNode,true); + } + } + } } } - // make the range a square - var sizeDiff = Math.abs(maxX - minX) - Math.abs(maxY - minY); // difference between X and Y - if (sizeDiff > 0) {minY -= 0.5 * sizeDiff; maxY += 0.5 * sizeDiff;} // xSize > ySize - else {minX += 0.5 * sizeDiff; maxX -= 0.5 * sizeDiff;} // xSize < ySize + }; - var minimumTreeSize = 1e-5; - var rootSize = Math.max(minimumTreeSize,Math.abs(maxX - minX)); - var halfRootSize = 0.5 * rootSize; - var centerX = 0.5 * (minX + maxX), centerY = 0.5 * (minY + maxY); + /** + * To keep the nodes of roughly equal size we normalize the cluster levels. + * This function clusters a node to its smallest connected neighbour. + * + * @param node + * @private + */ + exports._clusterToSmallestNeighbour = function(node) { + var smallestNeighbour = -1; + var smallestNeighbourNode = null; + for (var i = 0; i < node.dynamicEdges.length; i++) { + if (node.dynamicEdges[i] !== undefined) { + var neighbour = null; + if (node.dynamicEdges[i].fromId != node.id) { + neighbour = node.dynamicEdges[i].from; + } + else if (node.dynamicEdges[i].toId != node.id) { + neighbour = node.dynamicEdges[i].to; + } - // construct the barnesHutTree - var barnesHutTree = { - root:{ - centerOfMass: {x:0, y:0}, - mass:0, - range: { - minX: centerX-halfRootSize,maxX:centerX+halfRootSize, - minY: centerY-halfRootSize,maxY:centerY+halfRootSize - }, - size: rootSize, - calcSize: 1 / rootSize, - children: { data:null}, - maxWidth: 0, - level: 0, - childrenCount: 4 - } - }; - this._splitBranch(barnesHutTree.root); - // place the nodes one by one recursively - for (i = 0; i < nodeCount; i++) { - node = nodes[nodeIndices[i]]; - if (node.options.mass > 0) { - this._placeInTree(barnesHutTree.root,node); + if (neighbour != null && smallestNeighbour > neighbour.clusterSessions.length) { + smallestNeighbour = neighbour.clusterSessions.length; + smallestNeighbourNode = neighbour; + } } } - // make global - this.barnesHutTree = barnesHutTree + if (neighbour != null && this.nodes[neighbour.id] !== undefined) { + this._addToCluster(neighbour, node, true); + } }; /** - * this updates the mass of a branch. this is increased by adding a node. + * This function forms clusters from hubs, it loops over all nodes * - * @param parentBranch - * @param node + * @param {Boolean} force | Disregard zoom level + * @param {Boolean} onlyEqual | This only clusters a hub with a specific number of edges * @private */ - exports._updateBranchMass = function(parentBranch, node) { - var totalMass = parentBranch.mass + node.options.mass; - var totalMassInv = 1/totalMass; - - parentBranch.centerOfMass.x = parentBranch.centerOfMass.x * parentBranch.mass + node.x * node.options.mass; - parentBranch.centerOfMass.x *= totalMassInv; - - parentBranch.centerOfMass.y = parentBranch.centerOfMass.y * parentBranch.mass + node.y * node.options.mass; - parentBranch.centerOfMass.y *= totalMassInv; - - parentBranch.mass = totalMass; - var biggestSize = Math.max(Math.max(node.height,node.radius),node.width); - parentBranch.maxWidth = (parentBranch.maxWidth < biggestSize) ? biggestSize : parentBranch.maxWidth; - + exports._formClustersByHub = function(force, onlyEqual) { + // we loop over all nodes in the list + for (var nodeId in this.nodes) { + // we check if it is still available since it can be used by the clustering in this loop + if (this.nodes.hasOwnProperty(nodeId)) { + this._formClusterFromHub(this.nodes[nodeId],force,onlyEqual); + } + } }; - /** - * determine in which branch the node will be placed. + * This function forms a cluster from a specific preselected hub node * - * @param parentBranch - * @param node - * @param skipMassUpdate + * @param {Node} hubNode | the node we will cluster as a hub + * @param {Boolean} force | Disregard zoom level + * @param {Boolean} onlyEqual | This only clusters a hub with a specific number of edges + * @param {Number} [absorptionSizeOffset] | * @private */ - exports._placeInTree = function(parentBranch,node,skipMassUpdate) { - if (skipMassUpdate != true || skipMassUpdate === undefined) { - // update the mass of the branch. - this._updateBranchMass(parentBranch,node); + exports._formClusterFromHub = function(hubNode, force, onlyEqual, absorptionSizeOffset) { + if (absorptionSizeOffset === undefined) { + absorptionSizeOffset = 0; } + // we decide if the node is a hub + if ((hubNode.dynamicEdgesLength >= this.hubThreshold && onlyEqual == false) || + (hubNode.dynamicEdgesLength == this.hubThreshold && onlyEqual == true)) { + // initialize variables + var dx,dy,length; + var minLength = this.constants.clustering.clusterEdgeThreshold/this.scale; + var allowCluster = false; - if (parentBranch.children.NW.range.maxX > node.x) { // in NW or SW - if (parentBranch.children.NW.range.maxY > node.y) { // in NW - this._placeInRegion(parentBranch,node,"NW"); - } - else { // in SW - this._placeInRegion(parentBranch,node,"SW"); + // we create a list of edges because the dynamicEdges change over the course of this loop + var edgesIdarray = []; + var amountOfInitialEdges = hubNode.dynamicEdges.length; + for (var j = 0; j < amountOfInitialEdges; j++) { + edgesIdarray.push(hubNode.dynamicEdges[j].id); } - } - else { // in NE or SE - if (parentBranch.children.NW.range.maxY > node.y) { // in NE - this._placeInRegion(parentBranch,node,"NE"); + + // if the hub clustering is not forces, we check if one of the edges connected + // to a cluster is small enough based on the constants.clustering.clusterEdgeThreshold + if (force == false) { + allowCluster = false; + for (j = 0; j < amountOfInitialEdges; j++) { + var edge = this.edges[edgesIdarray[j]]; + if (edge !== undefined) { + if (edge.connected) { + if (edge.toId != edge.fromId) { + dx = (edge.to.x - edge.from.x); + dy = (edge.to.y - edge.from.y); + length = Math.sqrt(dx * dx + dy * dy); + + if (length < minLength) { + allowCluster = true; + break; + } + } + } + } + } } - else { // in SE - this._placeInRegion(parentBranch,node,"SE"); + + // start the clustering if allowed + if ((!force && allowCluster) || force) { + // we loop over all edges INITIALLY connected to this hub + for (j = 0; j < amountOfInitialEdges; j++) { + edge = this.edges[edgesIdarray[j]]; + // the edge can be clustered by this function in a previous loop + if (edge !== undefined) { + var childNode = this.nodes[(edge.fromId == hubNode.id) ? edge.toId : edge.fromId]; + // we do not want hubs to merge with other hubs nor do we want to cluster itself. + if ((childNode.dynamicEdges.length <= (this.hubThreshold + absorptionSizeOffset)) && + (childNode.id != hubNode.id)) { + this._addToCluster(hubNode,childNode,force); + } + } + } } } }; + /** - * actually place the node in a region (or branch) + * This function adds the child node to the parent node, creating a cluster if it is not already. * - * @param parentBranch - * @param node - * @param region + * @param {Node} parentNode | this is the node that will house the child node + * @param {Node} childNode | this node will be deleted from the global this.nodes and stored in the parent node + * @param {Boolean} force | true will only update the remainingEdges at the very end of the clustering, ensuring single level collapse * @private */ - exports._placeInRegion = function(parentBranch,node,region) { - switch (parentBranch.children[region].childrenCount) { - case 0: // place node here - parentBranch.children[region].children.data = node; - parentBranch.children[region].childrenCount = 1; - this._updateBranchMass(parentBranch.children[region],node); - break; - case 1: // convert into children - // if there are two nodes exactly overlapping (on init, on opening of cluster etc.) - // we move one node a pixel and we do not put it in the tree. - if (parentBranch.children[region].children.data.x == node.x && - parentBranch.children[region].children.data.y == node.y) { - node.x += Math.random(); - node.y += Math.random(); - } - else { - this._splitBranch(parentBranch.children[region]); - this._placeInTree(parentBranch.children[region],node); - } - break; - case 4: // place in branch - this._placeInTree(parentBranch.children[region],node); - break; + exports._addToCluster = function(parentNode, childNode, force) { + // join child node in the parent node + parentNode.containedNodes[childNode.id] = childNode; + + // manage all the edges connected to the child and parent nodes + for (var i = 0; i < childNode.dynamicEdges.length; i++) { + var edge = childNode.dynamicEdges[i]; + if (edge.toId == parentNode.id || edge.fromId == parentNode.id) { // edge connected to parentNode + this._addToContainedEdges(parentNode,childNode,edge); + } + else { + this._connectEdgeToCluster(parentNode,childNode,edge); + } + } + // a contained node has no dynamic edges. + childNode.dynamicEdges = []; + + // remove circular edges from clusters + this._containCircularEdgesFromNode(parentNode,childNode); + + + // remove the childNode from the global nodes object + delete this.nodes[childNode.id]; + + // update the properties of the child and parent + var massBefore = parentNode.options.mass; + childNode.clusterSession = this.clusterSession; + parentNode.options.mass += childNode.options.mass; + parentNode.clusterSize += childNode.clusterSize; + parentNode.options.fontSize = Math.min(this.constants.clustering.maxFontSize, this.constants.nodes.fontSize + this.constants.clustering.fontSizeMultiplier*parentNode.clusterSize); + + // keep track of the clustersessions so we can open the cluster up as it has been formed. + if (parentNode.clusterSessions[parentNode.clusterSessions.length - 1] != this.clusterSession) { + parentNode.clusterSessions.push(this.clusterSession); + } + + // forced clusters only open from screen size and double tap + if (force == true) { + // parentNode.formationScale = Math.pow(1 - (1.0/11.0),this.clusterSession+3); + parentNode.formationScale = 0; + } + else { + parentNode.formationScale = this.scale; // The latest child has been added on this scale } + + // recalculate the size of the node on the next time the node is rendered + parentNode.clearSizeCache(); + + // set the pop-out scale for the childnode + parentNode.containedNodes[childNode.id].formationScale = parentNode.formationScale; + + // nullify the movement velocity of the child, this is to avoid hectic behaviour + childNode.clearVelocity(); + + // the mass has altered, preservation of energy dictates the velocity to be updated + parentNode.updateVelocity(massBefore); + + // restart the simulation to reorganise all nodes + this.moving = true; }; /** - * this function splits a branch into 4 sub branches. If the branch contained a node, we place it in the subbranch - * after the split is complete. - * - * @param parentBranch + * This function will apply the changes made to the remainingEdges during the formation of the clusters. + * This is a seperate function to allow for level-wise collapsing of the node barnesHutTree. + * It has to be called if a level is collapsed. It is called by _formClusters(). * @private */ - exports._splitBranch = function(parentBranch) { - // if the branch is shaded with a node, replace the node in the new subset. - var containedNode = null; - if (parentBranch.childrenCount == 1) { - containedNode = parentBranch.children.data; - parentBranch.mass = 0; parentBranch.centerOfMass.x = 0; parentBranch.centerOfMass.y = 0; - } - parentBranch.childrenCount = 4; - parentBranch.children.data = null; - this._insertRegion(parentBranch,"NW"); - this._insertRegion(parentBranch,"NE"); - this._insertRegion(parentBranch,"SW"); - this._insertRegion(parentBranch,"SE"); + exports._updateDynamicEdges = function() { + for (var i = 0; i < this.nodeIndices.length; i++) { + var node = this.nodes[this.nodeIndices[i]]; + node.dynamicEdgesLength = node.dynamicEdges.length; - if (containedNode != null) { - this._placeInTree(parentBranch,containedNode); + // this corrects for multiple edges pointing at the same other node + var correction = 0; + if (node.dynamicEdgesLength > 1) { + for (var j = 0; j < node.dynamicEdgesLength - 1; j++) { + var edgeToId = node.dynamicEdges[j].toId; + var edgeFromId = node.dynamicEdges[j].fromId; + for (var k = j+1; k < node.dynamicEdgesLength; k++) { + if ((node.dynamicEdges[k].toId == edgeToId && node.dynamicEdges[k].fromId == edgeFromId) || + (node.dynamicEdges[k].fromId == edgeToId && node.dynamicEdges[k].toId == edgeFromId)) { + correction += 1; + } + } + } + } + node.dynamicEdgesLength -= correction; } }; /** - * This function subdivides the region into four new segments. - * Specifically, this inserts a single new segment. - * It fills the children section of the parentBranch + * This adds an edge from the childNode to the contained edges of the parent node * - * @param parentBranch - * @param region - * @param parentRange + * @param parentNode | Node object + * @param childNode | Node object + * @param edge | Edge object * @private */ - exports._insertRegion = function(parentBranch, region) { - var minX,maxX,minY,maxY; - var childSize = 0.5 * parentBranch.size; - switch (region) { - case "NW": - minX = parentBranch.range.minX; - maxX = parentBranch.range.minX + childSize; - minY = parentBranch.range.minY; - maxY = parentBranch.range.minY + childSize; - break; - case "NE": - minX = parentBranch.range.minX + childSize; - maxX = parentBranch.range.maxX; - minY = parentBranch.range.minY; - maxY = parentBranch.range.minY + childSize; - break; - case "SW": - minX = parentBranch.range.minX; - maxX = parentBranch.range.minX + childSize; - minY = parentBranch.range.minY + childSize; - maxY = parentBranch.range.maxY; - break; - case "SE": - minX = parentBranch.range.minX + childSize; - maxX = parentBranch.range.maxX; - minY = parentBranch.range.minY + childSize; - maxY = parentBranch.range.maxY; - break; + exports._addToContainedEdges = function(parentNode, childNode, edge) { + // create an array object if it does not yet exist for this childNode + if (!(parentNode.containedEdges.hasOwnProperty(childNode.id))) { + parentNode.containedEdges[childNode.id] = [] } + // add this edge to the list + parentNode.containedEdges[childNode.id].push(edge); + // remove the edge from the global edges object + delete this.edges[edge.id]; - parentBranch.children[region] = { - centerOfMass:{x:0,y:0}, - mass:0, - range:{minX:minX,maxX:maxX,minY:minY,maxY:maxY}, - size: 0.5 * parentBranch.size, - calcSize: 2 * parentBranch.calcSize, - children: {data:null}, - maxWidth: 0, - level: parentBranch.level+1, - childrenCount: 0 - }; + // remove the edge from the parent object + for (var i = 0; i < parentNode.dynamicEdges.length; i++) { + if (parentNode.dynamicEdges[i].id == edge.id) { + parentNode.dynamicEdges.splice(i,1); + break; + } + } }; - /** - * This function is for debugging purposed, it draws the tree. + * This function connects an edge that was connected to a child node to the parent node. + * It keeps track of which nodes it has been connected to with the originalId array. * - * @param ctx - * @param color + * @param {Node} parentNode | Node object + * @param {Node} childNode | Node object + * @param {Edge} edge | Edge object * @private */ - exports._drawTree = function(ctx,color) { - if (this.barnesHutTree !== undefined) { + exports._connectEdgeToCluster = function(parentNode, childNode, edge) { + // handle circular edges + if (edge.toId == edge.fromId) { + this._addToContainedEdges(parentNode, childNode, edge); + } + else { + if (edge.toId == childNode.id) { // edge connected to other node on the "to" side + edge.originalToId.push(childNode.id); + edge.to = parentNode; + edge.toId = parentNode.id; + } + else { // edge connected to other node with the "from" side - ctx.lineWidth = 1; + edge.originalFromId.push(childNode.id); + edge.from = parentNode; + edge.fromId = parentNode.id; + } - this._drawBranch(this.barnesHutTree.root,ctx,color); + this._addToReroutedEdges(parentNode,childNode,edge); } }; /** - * This function is for debugging purposes. It draws the branches recursively. + * If a node is connected to itself, a circular edge is drawn. When clustering we want to contain + * these edges inside of the cluster. * - * @param branch - * @param ctx - * @param color + * @param parentNode + * @param childNode * @private */ - exports._drawBranch = function(branch,ctx,color) { - if (color === undefined) { - color = "#FF0000"; - } - - if (branch.childrenCount == 4) { - this._drawBranch(branch.children.NW,ctx); - this._drawBranch(branch.children.NE,ctx); - this._drawBranch(branch.children.SE,ctx); - this._drawBranch(branch.children.SW,ctx); + exports._containCircularEdgesFromNode = function(parentNode, childNode) { + // manage all the edges connected to the child and parent nodes + for (var i = 0; i < parentNode.dynamicEdges.length; i++) { + var edge = parentNode.dynamicEdges[i]; + // handle circular edges + if (edge.toId == edge.fromId) { + this._addToContainedEdges(parentNode, childNode, edge); + } } - ctx.strokeStyle = color; - ctx.beginPath(); - ctx.moveTo(branch.range.minX,branch.range.minY); - ctx.lineTo(branch.range.maxX,branch.range.minY); - ctx.stroke(); - - ctx.beginPath(); - ctx.moveTo(branch.range.maxX,branch.range.minY); - ctx.lineTo(branch.range.maxX,branch.range.maxY); - ctx.stroke(); - - ctx.beginPath(); - ctx.moveTo(branch.range.maxX,branch.range.maxY); - ctx.lineTo(branch.range.minX,branch.range.maxY); - ctx.stroke(); - - ctx.beginPath(); - ctx.moveTo(branch.range.minX,branch.range.maxY); - ctx.lineTo(branch.range.minX,branch.range.minY); - ctx.stroke(); - - /* - if (branch.mass > 0) { - ctx.circle(branch.centerOfMass.x, branch.centerOfMass.y, 3*branch.mass); - ctx.stroke(); - } - */ }; -/***/ }, -/* 64 */ -/***/ function(module, exports, __webpack_require__) { - /** - * Creation of the ClusterMixin var. + * This adds an edge from the childNode to the rerouted edges of the parent node * - * This contains all the functions the Network object can use to employ clustering + * @param parentNode | Node object + * @param childNode | Node object + * @param edge | Edge object + * @private */ + exports._addToReroutedEdges = function(parentNode, childNode, edge) { + // create an array object if it does not yet exist for this childNode + // we store the edge in the rerouted edges so we can restore it when the cluster pops open + if (!(parentNode.reroutedEdges.hasOwnProperty(childNode.id))) { + parentNode.reroutedEdges[childNode.id] = []; + } + parentNode.reroutedEdges[childNode.id].push(edge); - /** - * This is only called in the constructor of the network object - * - */ - exports.startWithClustering = function() { - // cluster if the data set is big - this.clusterToFit(this.constants.clustering.initialMaxNodes, true); + // this edge becomes part of the dynamicEdges of the cluster node + parentNode.dynamicEdges.push(edge); + }; - // updates the lables after clustering - this.updateLabels(); - // this is called here because if clusterin is disabled, the start and stabilize are called in - // the setData function. - if (this.stabilize) { - this._stabilize(); - } - this.start(); - }; /** - * This function clusters until the initialMaxNodes has been reached + * This function connects an edge that was connected to a cluster node back to the child node. * - * @param {Number} maxNumberOfNodes - * @param {Boolean} reposition + * @param parentNode | Node object + * @param childNode | Node object + * @private */ - exports.clusterToFit = function(maxNumberOfNodes, reposition) { - var numberOfNodes = this.nodeIndices.length; + exports._connectEdgeBackToChild = function(parentNode, childNode) { + if (parentNode.reroutedEdges.hasOwnProperty(childNode.id)) { + for (var i = 0; i < parentNode.reroutedEdges[childNode.id].length; i++) { + var edge = parentNode.reroutedEdges[childNode.id][i]; + if (edge.originalFromId[edge.originalFromId.length-1] == childNode.id) { + edge.originalFromId.pop(); + edge.fromId = childNode.id; + edge.from = childNode; + } + else { + edge.originalToId.pop(); + edge.toId = childNode.id; + edge.to = childNode; + } - var maxLevels = 50; - var level = 0; + // append this edge to the list of edges connecting to the childnode + childNode.dynamicEdges.push(edge); - // we first cluster the hubs, then we pull in the outliers, repeat - while (numberOfNodes > maxNumberOfNodes && level < maxLevels) { - if (level % 3 == 0) { - this.forceAggregateHubs(true); - this.normalizeClusterLevels(); - } - else { - this.increaseClusterLevel(); // this also includes a cluster normalization + // remove the edge from the parent object + for (var j = 0; j < parentNode.dynamicEdges.length; j++) { + if (parentNode.dynamicEdges[j].id == edge.id) { + parentNode.dynamicEdges.splice(j,1); + break; + } + } } - - numberOfNodes = this.nodeIndices.length; - level += 1; - } - - // after the clustering we reposition the nodes to reduce the initial chaos - if (level > 0 && reposition == true) { - this.repositionNodes(); + // remove the entry from the rerouted edges + delete parentNode.reroutedEdges[childNode.id]; } - this._updateCalculationNodes(); }; + /** - * This function can be called to open up a specific cluster. It is only called by - * It will unpack the cluster back one level. + * When loops are clustered, an edge can be both in the rerouted array and the contained array. + * This function is called last to verify that all edges in dynamicEdges are in fact connected to the + * parentNode * - * @param node | Node object: cluster to open. + * @param parentNode | Node object + * @private */ - exports.openCluster = function(node) { - var isMovingBeforeClustering = this.moving; - if (node.clusterSize > this.constants.clustering.sectorThreshold && this._nodeInActiveArea(node) && - !(this._sector() == "default" && this.nodeIndices.length == 1)) { - // this loads a new sector, loads the nodes and edges and nodeIndices of it. - this._addSector(node); - var level = 0; - - // we decluster until we reach a decent number of nodes - while ((this.nodeIndices.length < this.constants.clustering.initialMaxNodes) && (level < 10)) { - this.decreaseClusterLevel(); - level += 1; + exports._validateEdges = function(parentNode) { + for (var i = 0; i < parentNode.dynamicEdges.length; i++) { + var edge = parentNode.dynamicEdges[i]; + if (parentNode.id != edge.toId && parentNode.id != edge.fromId) { + parentNode.dynamicEdges.splice(i,1); } - - } - else { - this._expandClusterNode(node,false,true); - - // update the index list, dynamic edges and labels - this._updateNodeIndexList(); - this._updateDynamicEdges(); - this._updateCalculationNodes(); - this.updateLabels(); - } - - // if the simulation was settled, we restart the simulation if a cluster has been formed or expanded - if (this.moving != isMovingBeforeClustering) { - this.start(); } }; /** - * This calls the updateClustes with default arguments + * This function released the contained edges back into the global domain and puts them back into the + * dynamic edges of both parent and child. + * + * @param {Node} parentNode | + * @param {Node} childNode | + * @private */ - exports.updateClustersDefault = function() { - if (this.constants.clustering.enabled == true) { - this.updateClusters(0,false,false); + exports._releaseContainedEdges = function(parentNode, childNode) { + for (var i = 0; i < parentNode.containedEdges[childNode.id].length; i++) { + var edge = parentNode.containedEdges[childNode.id][i]; + + // put the edge back in the global edges object + this.edges[edge.id] = edge; + + // put the edge back in the dynamic edges of the child and parent + childNode.dynamicEdges.push(edge); + parentNode.dynamicEdges.push(edge); } + // remove the entry from the contained edges + delete parentNode.containedEdges[childNode.id]; + }; - /** - * This function can be called to increase the cluster level. This means that the nodes with only one edge connection will - * be clustered with their connected node. This can be repeated as many times as needed. - * This can be called externally (by a keybind for instance) to reduce the complexity of big datasets. - */ - exports.increaseClusterLevel = function() { - this.updateClusters(-1,false,true); - }; - /** - * This function can be called to decrease the cluster level. This means that the nodes with only one edge connection will - * be unpacked if they are a cluster. This can be repeated as many times as needed. - * This can be called externally (by a key-bind for instance) to look into clusters without zooming. - */ - exports.decreaseClusterLevel = function() { - this.updateClusters(1,false,true); - }; + // ------------------- UTILITY FUNCTIONS ---------------------------- // /** - * This is the main clustering function. It clusters and declusters on zoom or forced - * This function clusters on zoom, it can be called with a predefined zoom direction - * If out, check if we can form clusters, if in, check if we can open clusters. - * This function is only called from _zoom() - * - * @param {Number} zoomDirection | -1 / 0 / +1 for zoomOut / determineByZoom / zoomIn - * @param {Boolean} recursive | enabled or disable recursive calling of the opening of clusters - * @param {Boolean} force | enabled or disable forcing - * @param {Boolean} doNotStart | if true do not call start - * + * This updates the node labels for all nodes (for debugging purposes) */ - exports.updateClusters = function(zoomDirection,recursive,force,doNotStart) { - var isMovingBeforeClustering = this.moving; - var amountOfNodes = this.nodeIndices.length; - - // on zoom out collapse the sector if the scale is at the level the sector was made - if (this.previousScale > this.scale && zoomDirection == 0) { - this._collapseSector(); + exports.updateLabels = function() { + var nodeId; + // update node labels + for (nodeId in this.nodes) { + if (this.nodes.hasOwnProperty(nodeId)) { + var node = this.nodes[nodeId]; + if (node.clusterSize > 1) { + node.label = "[".concat(String(node.clusterSize),"]"); + } + } } - // check if we zoom in or out - if (this.previousScale > this.scale || zoomDirection == -1) { // zoom out - // forming clusters when forced pulls outliers in. When not forced, the edge length of the - // outer nodes determines if it is being clustered - this._formClusters(force); - } - else if (this.previousScale < this.scale || zoomDirection == 1) { // zoom in - if (force == true) { - // _openClusters checks for each node if the formationScale of the cluster is smaller than - // the current scale and if so, declusters. When forced, all clusters are reduced by one step - this._openClusters(recursive,force); - } - else { - // if a cluster takes up a set percentage of the active window - this._openClustersBySize(); + // update node labels + for (nodeId in this.nodes) { + if (this.nodes.hasOwnProperty(nodeId)) { + node = this.nodes[nodeId]; + if (node.clusterSize == 1) { + if (node.originalLabel !== undefined) { + node.label = node.originalLabel; + } + else { + node.label = String(node.id); + } + } } } - this._updateNodeIndexList(); - // if a cluster was NOT formed and the user zoomed out, we try clustering by hubs - if (this.nodeIndices.length == amountOfNodes && (this.previousScale > this.scale || zoomDirection == -1)) { - this._aggregateHubs(force); - this._updateNodeIndexList(); - } + // /* Debug Override */ + // for (nodeId in this.nodes) { + // if (this.nodes.hasOwnProperty(nodeId)) { + // node = this.nodes[nodeId]; + // node.label = String(node.level); + // } + // } - // we now reduce chains. - if (this.previousScale > this.scale || zoomDirection == -1) { // zoom out - this.handleChains(); - this._updateNodeIndexList(); - } + }; - this.previousScale = this.scale; - // rest of the update the index list, dynamic edges and labels - this._updateDynamicEdges(); - this.updateLabels(); + /** + * We want to keep the cluster level distribution rather small. This means we do not want unclustered nodes + * if the rest of the nodes are already a few cluster levels in. + * To fix this we use this function. It determines the min and max cluster level and sends nodes that have not + * clustered enough to the clusterToSmallestNeighbours function. + */ + exports.normalizeClusterLevels = function() { + var maxLevel = 0; + var minLevel = 1e9; + var clusterLevel = 0; + var nodeId; - // if a cluster was formed, we increase the clusterSession - if (this.nodeIndices.length < amountOfNodes) { // this means a clustering operation has taken place - this.clusterSession += 1; - // if clusters have been made, we normalize the cluster level - this.normalizeClusterLevels(); + // we loop over all nodes in the list + for (nodeId in this.nodes) { + if (this.nodes.hasOwnProperty(nodeId)) { + clusterLevel = this.nodes[nodeId].clusterSessions.length; + if (maxLevel < clusterLevel) {maxLevel = clusterLevel;} + if (minLevel > clusterLevel) {minLevel = clusterLevel;} + } } - if (doNotStart == false || doNotStart === undefined) { - // if the simulation was settled, we restart the simulation if a cluster has been formed or expanded - if (this.moving != isMovingBeforeClustering) { - this.start(); + if (maxLevel - minLevel > this.constants.clustering.clusterLevelDifference) { + var amountOfNodes = this.nodeIndices.length; + var targetLevel = maxLevel - this.constants.clustering.clusterLevelDifference; + // we loop over all nodes in the list + for (nodeId in this.nodes) { + if (this.nodes.hasOwnProperty(nodeId)) { + if (this.nodes[nodeId].clusterSessions.length < targetLevel) { + this._clusterToSmallestNeighbour(this.nodes[nodeId]); + } + } + } + this._updateNodeIndexList(); + this._updateDynamicEdges(); + // if a cluster was formed, we increase the clusterSession + if (this.nodeIndices.length != amountOfNodes) { + this.clusterSession += 1; } } - - this._updateCalculationNodes(); }; + + /** - * This function handles the chains. It is called on every updateClusters(). + * This function determines if the cluster we want to decluster is in the active area + * this means around the zoom center + * + * @param {Node} node + * @returns {boolean} + * @private */ - exports.handleChains = function() { - // after clustering we check how many chains there are - var chainPercentage = this._getChainFraction(); - if (chainPercentage > this.constants.clustering.chainThreshold) { - this._reduceAmountOfChains(1 - this.constants.clustering.chainThreshold / chainPercentage) - - } + exports._nodeInActiveArea = function(node) { + return ( + Math.abs(node.x - this.areaCenter.x) <= this.constants.clustering.activeAreaBoxSize/this.scale + && + Math.abs(node.y - this.areaCenter.y) <= this.constants.clustering.activeAreaBoxSize/this.scale + ) }; + /** - * this functions starts clustering by hubs - * The minimum hub threshold is set globally + * This is an adaptation of the original repositioning function. This is called if the system is clustered initially + * It puts large clusters away from the center and randomizes the order. * - * @private */ - exports._aggregateHubs = function(force) { - this._getHubSize(); - this._formClustersByHub(force,false); + exports.repositionNodes = function() { + for (var i = 0; i < this.nodeIndices.length; i++) { + var node = this.nodes[this.nodeIndices[i]]; + if ((node.xFixed == false || node.yFixed == false)) { + var radius = 10 * 0.1*this.nodeIndices.length * Math.min(100,node.options.mass); + var angle = 2 * Math.PI * Math.random(); + if (node.xFixed == false) {node.x = radius * Math.cos(angle);} + if (node.yFixed == false) {node.y = radius * Math.sin(angle);} + this._repositionBezierNodes(node); + } + } }; /** - * This function is fired by keypress. It forces hubs to form. + * We determine how many connections denote an important hub. + * We take the mean + 2*std as the important hub size. (Assuming a normal distribution of data, ~2.2%) * + * @private */ - exports.forceAggregateHubs = function(doNotStart) { - var isMovingBeforeClustering = this.moving; - var amountOfNodes = this.nodeIndices.length; + exports._getHubSize = function() { + var average = 0; + var averageSquared = 0; + var hubCounter = 0; + var largestHub = 0; + + for (var i = 0; i < this.nodeIndices.length; i++) { + + var node = this.nodes[this.nodeIndices[i]]; + if (node.dynamicEdgesLength > largestHub) { + largestHub = node.dynamicEdgesLength; + } + average += node.dynamicEdgesLength; + averageSquared += Math.pow(node.dynamicEdgesLength,2); + hubCounter += 1; + } + average = average / hubCounter; + averageSquared = averageSquared / hubCounter; + + var variance = averageSquared - Math.pow(average,2); - this._aggregateHubs(true); + var standardDeviation = Math.sqrt(variance); - // update the index list, dynamic edges and labels - this._updateNodeIndexList(); - this._updateDynamicEdges(); - this.updateLabels(); + this.hubThreshold = Math.floor(average + 2*standardDeviation); - // if a cluster was formed, we increase the clusterSession - if (this.nodeIndices.length != amountOfNodes) { - this.clusterSession += 1; + // always have at least one to cluster + if (this.hubThreshold > largestHub) { + this.hubThreshold = largestHub; } - if (doNotStart == false || doNotStart === undefined) { - // if the simulation was settled, we restart the simulation if a cluster has been formed or expanded - if (this.moving != isMovingBeforeClustering) { - this.start(); - } - } + // console.log("average",average,"averageSQ",averageSquared,"var",variance,"std",standardDeviation); + // console.log("hubThreshold:",this.hubThreshold); }; + /** - * If a cluster takes up more than a set percentage of the screen, open the cluster + * We reduce the amount of "extension nodes" or chains. These are not quickly clustered with the outliers and hubs methods + * with this amount we can cluster specifically on these chains. * + * @param {Number} fraction | between 0 and 1, the percentage of chains to reduce * @private */ - exports._openClustersBySize = function() { + exports._reduceAmountOfChains = function(fraction) { + this.hubThreshold = 2; + var reduceAmount = Math.floor(this.nodeIndices.length * fraction); for (var nodeId in this.nodes) { if (this.nodes.hasOwnProperty(nodeId)) { - var node = this.nodes[nodeId]; - if (node.inView() == true) { - if ((node.width*this.scale > this.constants.clustering.screenSizeThreshold * this.frame.canvas.clientWidth) || - (node.height*this.scale > this.constants.clustering.screenSizeThreshold * this.frame.canvas.clientHeight)) { - this.openCluster(node); + if (this.nodes[nodeId].dynamicEdgesLength == 2 && this.nodes[nodeId].dynamicEdges.length >= 2) { + if (reduceAmount > 0) { + this._formClusterFromHub(this.nodes[nodeId],true,true,1); + reduceAmount -= 1; } } } } }; - /** - * This function loops over all nodes in the nodeIndices list. For each node it checks if it is a cluster and if it - * has to be opened based on the current zoom level. + * We get the amount of "extension nodes" or chains. These are not quickly clustered with the outliers and hubs methods + * with this amount we can cluster specifically on these chains. * * @private */ - exports._openClusters = function(recursive,force) { - for (var i = 0; i < this.nodeIndices.length; i++) { - var node = this.nodes[this.nodeIndices[i]]; - this._expandClusterNode(node,recursive,force); - this._updateCalculationNodes(); + exports._getChainFraction = function() { + var chains = 0; + var total = 0; + for (var nodeId in this.nodes) { + if (this.nodes.hasOwnProperty(nodeId)) { + if (this.nodes[nodeId].dynamicEdgesLength == 2 && this.nodes[nodeId].dynamicEdges.length >= 2) { + chains += 1; + } + total += 1; + } } + return chains/total; }; + +/***/ }, +/* 61 */ +/***/ function(module, exports, __webpack_require__) { + + var util = __webpack_require__(1); + var Node = __webpack_require__(40); + /** - * This function checks if a node has to be opened. This is done by checking the zoom level. - * If the node contains child nodes, this function is recursively called on the child nodes as well. - * This recursive behaviour is optional and can be set by the recursive argument. + * Creation of the SectorMixin var. + * + * This contains all the functions the Network object can use to employ the sector system. + * The sector system is always used by Network, though the benefits only apply to the use of clustering. + * If clustering is not used, there is no overhead except for a duplicate object with references to nodes and edges. + */ + + /** + * This function is only called by the setData function of the Network object. + * This loads the global references into the active sector. This initializes the sector. * - * @param {Node} parentNode | to check for cluster and expand - * @param {Boolean} recursive | enabled or disable recursive calling - * @param {Boolean} force | enabled or disable forcing - * @param {Boolean} [openAll] | This will recursively force all nodes in the parent to be released * @private */ - exports._expandClusterNode = function(parentNode, recursive, force, openAll) { - // first check if node is a cluster - if (parentNode.clusterSize > 1) { - // this means that on a double tap event or a zoom event, the cluster fully unpacks if it is smaller than 20 - if (parentNode.clusterSize < this.constants.clustering.sectorThreshold) { - openAll = true; - } - recursive = openAll ? true : recursive; + exports._putDataInSector = function() { + this.sectors["active"][this._sector()].nodes = this.nodes; + this.sectors["active"][this._sector()].edges = this.edges; + this.sectors["active"][this._sector()].nodeIndices = this.nodeIndices; + }; - // if the last child has been added on a smaller scale than current scale decluster - if (parentNode.formationScale < this.scale || force == true) { - // we will check if any of the contained child nodes should be removed from the cluster - for (var containedNodeId in parentNode.containedNodes) { - if (parentNode.containedNodes.hasOwnProperty(containedNodeId)) { - var childNode = parentNode.containedNodes[containedNodeId]; - // force expand will expand the largest cluster size clusters. Since we cluster from outside in, we assume that - // the largest cluster is the one that comes from outside - if (force == true) { - if (childNode.clusterSession == parentNode.clusterSessions[parentNode.clusterSessions.length-1] - || openAll) { - this._expelChildFromParent(parentNode,containedNodeId,recursive,force,openAll); - } - } - else { - if (this._nodeInActiveArea(parentNode)) { - this._expelChildFromParent(parentNode,containedNodeId,recursive,force,openAll); - } - } - } - } - } + /** + * /** + * This function sets the global references to nodes, edges and nodeIndices back to + * those of the supplied (active) sector. If a type is defined, do the specific type + * + * @param {String} sectorId + * @param {String} [sectorType] | "active" or "frozen" + * @private + */ + exports._switchToSector = function(sectorId, sectorType) { + if (sectorType === undefined || sectorType == "active") { + this._switchToActiveSector(sectorId); + } + else { + this._switchToFrozenSector(sectorId); } }; + /** - * ONLY CALLED FROM _expandClusterNode - * - * This function will expel a child_node from a parent_node. This is to de-cluster the node. This function will remove - * the child node from the parent contained_node object and put it back into the global nodes object. - * The same holds for the edge that was connected to the child node. It is moved back into the global edges object. + * This function sets the global references to nodes, edges and nodeIndices back to + * those of the supplied active sector. * - * @param {Node} parentNode | the parent node - * @param {String} containedNodeId | child_node id as it is contained in the containedNodes object of the parent node - * @param {Boolean} recursive | This will also check if the child needs to be expanded. - * With force and recursive both true, the entire cluster is unpacked - * @param {Boolean} force | This will disregard the zoom level and will expel this child from the parent - * @param {Boolean} openAll | This will recursively force all nodes in the parent to be released + * @param sectorId * @private */ - exports._expelChildFromParent = function(parentNode, containedNodeId, recursive, force, openAll) { - var childNode = parentNode.containedNodes[containedNodeId]; - - // if child node has been added on smaller scale than current, kick out - if (childNode.formationScale < this.scale || force == true) { - // unselect all selected items - this._unselectAll(); - - // put the child node back in the global nodes object - this.nodes[containedNodeId] = childNode; - - // release the contained edges from this childNode back into the global edges - this._releaseContainedEdges(parentNode,childNode); - - // reconnect rerouted edges to the childNode - this._connectEdgeBackToChild(parentNode,childNode); - - // validate all edges in dynamicEdges - this._validateEdges(parentNode); - - // undo the changes from the clustering operation on the parent node - parentNode.options.mass -= childNode.options.mass; - parentNode.clusterSize -= childNode.clusterSize; - parentNode.options.fontSize = Math.min(this.constants.clustering.maxFontSize, this.constants.nodes.fontSize + this.constants.clustering.fontSizeMultiplier*(parentNode.clusterSize-1)); - parentNode.dynamicEdgesLength = parentNode.dynamicEdges.length; - - // place the child node near the parent, not at the exact same location to avoid chaos in the system - childNode.x = parentNode.x + parentNode.growthIndicator * (0.5 - Math.random()); - childNode.y = parentNode.y + parentNode.growthIndicator * (0.5 - Math.random()); - - // remove node from the list - delete parentNode.containedNodes[containedNodeId]; + exports._switchToActiveSector = function(sectorId) { + this.nodeIndices = this.sectors["active"][sectorId]["nodeIndices"]; + this.nodes = this.sectors["active"][sectorId]["nodes"]; + this.edges = this.sectors["active"][sectorId]["edges"]; + }; - // check if there are other childs with this clusterSession in the parent. - var othersPresent = false; - for (var childNodeId in parentNode.containedNodes) { - if (parentNode.containedNodes.hasOwnProperty(childNodeId)) { - if (parentNode.containedNodes[childNodeId].clusterSession == childNode.clusterSession) { - othersPresent = true; - break; - } - } - } - // if there are no others, remove the cluster session from the list - if (othersPresent == false) { - parentNode.clusterSessions.pop(); - } - this._repositionBezierNodes(childNode); - // this._repositionBezierNodes(parentNode); + /** + * This function sets the global references to nodes, edges and nodeIndices back to + * those of the supplied active sector. + * + * @private + */ + exports._switchToSupportSector = function() { + this.nodeIndices = this.sectors["support"]["nodeIndices"]; + this.nodes = this.sectors["support"]["nodes"]; + this.edges = this.sectors["support"]["edges"]; + }; - // remove the clusterSession from the child node - childNode.clusterSession = 0; - // recalculate the size of the node on the next time the node is rendered - parentNode.clearSizeCache(); + /** + * This function sets the global references to nodes, edges and nodeIndices back to + * those of the supplied frozen sector. + * + * @param sectorId + * @private + */ + exports._switchToFrozenSector = function(sectorId) { + this.nodeIndices = this.sectors["frozen"][sectorId]["nodeIndices"]; + this.nodes = this.sectors["frozen"][sectorId]["nodes"]; + this.edges = this.sectors["frozen"][sectorId]["edges"]; + }; - // restart the simulation to reorganise all nodes - this.moving = true; - } - // check if a further expansion step is possible if recursivity is enabled - if (recursive == true) { - this._expandClusterNode(childNode,recursive,force,openAll); - } + /** + * This function sets the global references to nodes, edges and nodeIndices back to + * those of the currently active sector. + * + * @private + */ + exports._loadLatestSector = function() { + this._switchToSector(this._sector()); }; /** - * position the bezier nodes at the center of the edges + * This function returns the currently active sector Id * - * @param node + * @returns {String} * @private */ - exports._repositionBezierNodes = function(node) { - for (var i = 0; i < node.dynamicEdges.length; i++) { - node.dynamicEdges[i].positionBezierNode(); - } + exports._sector = function() { + return this.activeSector[this.activeSector.length-1]; }; /** - * This function checks if any nodes at the end of their trees have edges below a threshold length - * This function is called only from updateClusters() - * forceLevelCollapse ignores the length of the edge and collapses one level - * This means that a node with only one edge will be clustered with its connected node + * This function returns the previously active sector Id * + * @returns {String} * @private - * @param {Boolean} force */ - exports._formClusters = function(force) { - if (force == false) { - this._formClustersByZoom(); + exports._previousSector = function() { + if (this.activeSector.length > 1) { + return this.activeSector[this.activeSector.length-2]; } else { - this._forceClustersByZoom(); + throw new TypeError('there are not enough sectors in the this.activeSector array.'); } }; /** - * This function handles the clustering by zooming out, this is based on a minimum edge distance + * We add the active sector at the end of the this.activeSector array + * This ensures it is the currently active sector returned by _sector() and it reaches the top + * of the activeSector stack. When we reverse our steps we move from the end to the beginning of this stack. * + * @param newId * @private */ - exports._formClustersByZoom = function() { - var dx,dy,length, - minLength = this.constants.clustering.clusterEdgeThreshold/this.scale; - - // check if any edges are shorter than minLength and start the clustering - // the clustering favours the node with the larger mass - for (var edgeId in this.edges) { - if (this.edges.hasOwnProperty(edgeId)) { - var edge = this.edges[edgeId]; - if (edge.connected) { - if (edge.toId != edge.fromId) { - dx = (edge.to.x - edge.from.x); - dy = (edge.to.y - edge.from.y); - length = Math.sqrt(dx * dx + dy * dy); - + exports._setActiveSector = function(newId) { + this.activeSector.push(newId); + }; - if (length < minLength) { - // first check which node is larger - var parentNode = edge.from; - var childNode = edge.to; - if (edge.to.options.mass > edge.from.options.mass) { - parentNode = edge.to; - childNode = edge.from; - } - if (childNode.dynamicEdgesLength == 1) { - this._addToCluster(parentNode,childNode,false); - } - else if (parentNode.dynamicEdgesLength == 1) { - this._addToCluster(childNode,parentNode,false); - } - } - } - } - } - } + /** + * We remove the currently active sector id from the active sector stack. This happens when + * we reactivate the previously active sector + * + * @private + */ + exports._forgetLastSector = function() { + this.activeSector.pop(); }; + /** - * This function forces the network to cluster all nodes with only one connecting edge to their - * connected node. + * This function creates a new active sector with the supplied newId. This newId + * is the expanding node id. * + * @param {String} newId | Id of the new active sector * @private */ - exports._forceClustersByZoom = function() { - for (var nodeId in this.nodes) { - // another node could have absorbed this child. - if (this.nodes.hasOwnProperty(nodeId)) { - var childNode = this.nodes[nodeId]; - - // the edges can be swallowed by another decrease - if (childNode.dynamicEdgesLength == 1 && childNode.dynamicEdges.length != 0) { - var edge = childNode.dynamicEdges[0]; - var parentNode = (edge.toId == childNode.id) ? this.nodes[edge.fromId] : this.nodes[edge.toId]; + exports._createNewSector = function(newId) { + // create the new sector + this.sectors["active"][newId] = {"nodes":{}, + "edges":{}, + "nodeIndices":[], + "formationScale": this.scale, + "drawingNode": undefined}; - // group to the largest node - if (childNode.id != parentNode.id) { - if (parentNode.options.mass > childNode.options.mass) { - this._addToCluster(parentNode,childNode,true); - } - else { - this._addToCluster(childNode,parentNode,true); - } + // create the new sector render node. This gives visual feedback that you are in a new sector. + this.sectors["active"][newId]['drawingNode'] = new Node( + {id:newId, + color: { + background: "#eaefef", + border: "495c5e" } - } - } - } + },{},{},this.constants); + this.sectors["active"][newId]['drawingNode'].clusterSize = 2; }; /** - * To keep the nodes of roughly equal size we normalize the cluster levels. - * This function clusters a node to its smallest connected neighbour. + * This function removes the currently active sector. This is called when we create a new + * active sector. * - * @param node + * @param {String} sectorId | Id of the active sector that will be removed * @private */ - exports._clusterToSmallestNeighbour = function(node) { - var smallestNeighbour = -1; - var smallestNeighbourNode = null; - for (var i = 0; i < node.dynamicEdges.length; i++) { - if (node.dynamicEdges[i] !== undefined) { - var neighbour = null; - if (node.dynamicEdges[i].fromId != node.id) { - neighbour = node.dynamicEdges[i].from; - } - else if (node.dynamicEdges[i].toId != node.id) { - neighbour = node.dynamicEdges[i].to; - } - + exports._deleteActiveSector = function(sectorId) { + delete this.sectors["active"][sectorId]; + }; - if (neighbour != null && smallestNeighbour > neighbour.clusterSessions.length) { - smallestNeighbour = neighbour.clusterSessions.length; - smallestNeighbourNode = neighbour; - } - } - } - if (neighbour != null && this.nodes[neighbour.id] !== undefined) { - this._addToCluster(neighbour, node, true); - } + /** + * This function removes the currently active sector. This is called when we reactivate + * the previously active sector. + * + * @param {String} sectorId | Id of the active sector that will be removed + * @private + */ + exports._deleteFrozenSector = function(sectorId) { + delete this.sectors["frozen"][sectorId]; }; /** - * This function forms clusters from hubs, it loops over all nodes + * Freezing an active sector means moving it from the "active" object to the "frozen" object. + * We copy the references, then delete the active entree. * - * @param {Boolean} force | Disregard zoom level - * @param {Boolean} onlyEqual | This only clusters a hub with a specific number of edges + * @param sectorId * @private */ - exports._formClustersByHub = function(force, onlyEqual) { - // we loop over all nodes in the list - for (var nodeId in this.nodes) { - // we check if it is still available since it can be used by the clustering in this loop - if (this.nodes.hasOwnProperty(nodeId)) { - this._formClusterFromHub(this.nodes[nodeId],force,onlyEqual); - } - } + exports._freezeSector = function(sectorId) { + // we move the set references from the active to the frozen stack. + this.sectors["frozen"][sectorId] = this.sectors["active"][sectorId]; + + // we have moved the sector data into the frozen set, we now remove it from the active set + this._deleteActiveSector(sectorId); }; + /** - * This function forms a cluster from a specific preselected hub node + * This is the reverse operation of _freezeSector. Activating means moving the sector from the "frozen" + * object to the "active" object. * - * @param {Node} hubNode | the node we will cluster as a hub - * @param {Boolean} force | Disregard zoom level - * @param {Boolean} onlyEqual | This only clusters a hub with a specific number of edges - * @param {Number} [absorptionSizeOffset] | + * @param sectorId * @private */ - exports._formClusterFromHub = function(hubNode, force, onlyEqual, absorptionSizeOffset) { - if (absorptionSizeOffset === undefined) { - absorptionSizeOffset = 0; - } - // we decide if the node is a hub - if ((hubNode.dynamicEdgesLength >= this.hubThreshold && onlyEqual == false) || - (hubNode.dynamicEdgesLength == this.hubThreshold && onlyEqual == true)) { - // initialize variables - var dx,dy,length; - var minLength = this.constants.clustering.clusterEdgeThreshold/this.scale; - var allowCluster = false; + exports._activateSector = function(sectorId) { + // we move the set references from the frozen to the active stack. + this.sectors["active"][sectorId] = this.sectors["frozen"][sectorId]; - // we create a list of edges because the dynamicEdges change over the course of this loop - var edgesIdarray = []; - var amountOfInitialEdges = hubNode.dynamicEdges.length; - for (var j = 0; j < amountOfInitialEdges; j++) { - edgesIdarray.push(hubNode.dynamicEdges[j].id); - } + // we have moved the sector data into the active set, we now remove it from the frozen stack + this._deleteFrozenSector(sectorId); + }; - // if the hub clustering is not forces, we check if one of the edges connected - // to a cluster is small enough based on the constants.clustering.clusterEdgeThreshold - if (force == false) { - allowCluster = false; - for (j = 0; j < amountOfInitialEdges; j++) { - var edge = this.edges[edgesIdarray[j]]; - if (edge !== undefined) { - if (edge.connected) { - if (edge.toId != edge.fromId) { - dx = (edge.to.x - edge.from.x); - dy = (edge.to.y - edge.from.y); - length = Math.sqrt(dx * dx + dy * dy); - if (length < minLength) { - allowCluster = true; - break; - } - } - } - } - } + /** + * This function merges the data from the currently active sector with a frozen sector. This is used + * in the process of reverting back to the previously active sector. + * The data that is placed in the frozen (the previously active) sector is the node that has been removed from it + * upon the creation of a new active sector. + * + * @param sectorId + * @private + */ + exports._mergeThisWithFrozen = function(sectorId) { + // copy all nodes + for (var nodeId in this.nodes) { + if (this.nodes.hasOwnProperty(nodeId)) { + this.sectors["frozen"][sectorId]["nodes"][nodeId] = this.nodes[nodeId]; } + } - // start the clustering if allowed - if ((!force && allowCluster) || force) { - // we loop over all edges INITIALLY connected to this hub - for (j = 0; j < amountOfInitialEdges; j++) { - edge = this.edges[edgesIdarray[j]]; - // the edge can be clustered by this function in a previous loop - if (edge !== undefined) { - var childNode = this.nodes[(edge.fromId == hubNode.id) ? edge.toId : edge.fromId]; - // we do not want hubs to merge with other hubs nor do we want to cluster itself. - if ((childNode.dynamicEdges.length <= (this.hubThreshold + absorptionSizeOffset)) && - (childNode.id != hubNode.id)) { - this._addToCluster(hubNode,childNode,force); - } - } - } + // copy all edges (if not fully clustered, else there are no edges) + for (var edgeId in this.edges) { + if (this.edges.hasOwnProperty(edgeId)) { + this.sectors["frozen"][sectorId]["edges"][edgeId] = this.edges[edgeId]; } } + + // merge the nodeIndices + for (var i = 0; i < this.nodeIndices.length; i++) { + this.sectors["frozen"][sectorId]["nodeIndices"].push(this.nodeIndices[i]); + } }; - /** - * This function adds the child node to the parent node, creating a cluster if it is not already. + * This clusters the sector to one cluster. It was a single cluster before this process started so + * we revert to that state. The clusterToFit function with a maximum size of 1 node does this. * - * @param {Node} parentNode | this is the node that will house the child node - * @param {Node} childNode | this node will be deleted from the global this.nodes and stored in the parent node - * @param {Boolean} force | true will only update the remainingEdges at the very end of the clustering, ensuring single level collapse * @private */ - exports._addToCluster = function(parentNode, childNode, force) { - // join child node in the parent node - parentNode.containedNodes[childNode.id] = childNode; - - // manage all the edges connected to the child and parent nodes - for (var i = 0; i < childNode.dynamicEdges.length; i++) { - var edge = childNode.dynamicEdges[i]; - if (edge.toId == parentNode.id || edge.fromId == parentNode.id) { // edge connected to parentNode - this._addToContainedEdges(parentNode,childNode,edge); - } - else { - this._connectEdgeToCluster(parentNode,childNode,edge); - } - } - // a contained node has no dynamic edges. - childNode.dynamicEdges = []; - - // remove circular edges from clusters - this._containCircularEdgesFromNode(parentNode,childNode); + exports._collapseThisToSingleCluster = function() { + this.clusterToFit(1,false); + }; - // remove the childNode from the global nodes object - delete this.nodes[childNode.id]; + /** + * We create a new active sector from the node that we want to open. + * + * @param node + * @private + */ + exports._addSector = function(node) { + // this is the currently active sector + var sector = this._sector(); - // update the properties of the child and parent - var massBefore = parentNode.options.mass; - childNode.clusterSession = this.clusterSession; - parentNode.options.mass += childNode.options.mass; - parentNode.clusterSize += childNode.clusterSize; - parentNode.options.fontSize = Math.min(this.constants.clustering.maxFontSize, this.constants.nodes.fontSize + this.constants.clustering.fontSizeMultiplier*parentNode.clusterSize); + // // this should allow me to select nodes from a frozen set. + // if (this.sectors['active'][sector]["nodes"].hasOwnProperty(node.id)) { + // console.log("the node is part of the active sector"); + // } + // else { + // console.log("I dont know what the fuck happened!!"); + // } - // keep track of the clustersessions so we can open the cluster up as it has been formed. - if (parentNode.clusterSessions[parentNode.clusterSessions.length - 1] != this.clusterSession) { - parentNode.clusterSessions.push(this.clusterSession); - } + // when we switch to a new sector, we remove the node that will be expanded from the current nodes list. + delete this.nodes[node.id]; - // forced clusters only open from screen size and double tap - if (force == true) { - // parentNode.formationScale = Math.pow(1 - (1.0/11.0),this.clusterSession+3); - parentNode.formationScale = 0; - } - else { - parentNode.formationScale = this.scale; // The latest child has been added on this scale - } + var unqiueIdentifier = util.randomUUID(); - // recalculate the size of the node on the next time the node is rendered - parentNode.clearSizeCache(); + // we fully freeze the currently active sector + this._freezeSector(sector); - // set the pop-out scale for the childnode - parentNode.containedNodes[childNode.id].formationScale = parentNode.formationScale; + // we create a new active sector. This sector has the Id of the node to ensure uniqueness + this._createNewSector(unqiueIdentifier); - // nullify the movement velocity of the child, this is to avoid hectic behaviour - childNode.clearVelocity(); + // we add the active sector to the sectors array to be able to revert these steps later on + this._setActiveSector(unqiueIdentifier); - // the mass has altered, preservation of energy dictates the velocity to be updated - parentNode.updateVelocity(massBefore); + // we redirect the global references to the new sector's references. this._sector() now returns unqiueIdentifier + this._switchToSector(this._sector()); - // restart the simulation to reorganise all nodes - this.moving = true; + // finally we add the node we removed from our previous active sector to the new active sector + this.nodes[node.id] = node; }; /** - * This function will apply the changes made to the remainingEdges during the formation of the clusters. - * This is a seperate function to allow for level-wise collapsing of the node barnesHutTree. - * It has to be called if a level is collapsed. It is called by _formClusters(). + * We close the sector that is currently open and revert back to the one before. + * If the active sector is the "default" sector, nothing happens. + * * @private */ - exports._updateDynamicEdges = function() { - for (var i = 0; i < this.nodeIndices.length; i++) { - var node = this.nodes[this.nodeIndices[i]]; - node.dynamicEdgesLength = node.dynamicEdges.length; + exports._collapseSector = function() { + // the currently active sector + var sector = this._sector(); - // this corrects for multiple edges pointing at the same other node - var correction = 0; - if (node.dynamicEdgesLength > 1) { - for (var j = 0; j < node.dynamicEdgesLength - 1; j++) { - var edgeToId = node.dynamicEdges[j].toId; - var edgeFromId = node.dynamicEdges[j].fromId; - for (var k = j+1; k < node.dynamicEdgesLength; k++) { - if ((node.dynamicEdges[k].toId == edgeToId && node.dynamicEdges[k].fromId == edgeFromId) || - (node.dynamicEdges[k].fromId == edgeToId && node.dynamicEdges[k].toId == edgeFromId)) { - correction += 1; - } - } - } + // we cannot collapse the default sector + if (sector != "default") { + if ((this.nodeIndices.length == 1) || + (this.sectors["active"][sector]["drawingNode"].width*this.scale < this.constants.clustering.screenSizeThreshold * this.frame.canvas.clientWidth) || + (this.sectors["active"][sector]["drawingNode"].height*this.scale < this.constants.clustering.screenSizeThreshold * this.frame.canvas.clientHeight)) { + var previousSector = this._previousSector(); + + // we collapse the sector back to a single cluster + this._collapseThisToSingleCluster(); + + // we move the remaining nodes, edges and nodeIndices to the previous sector. + // This previous sector is the one we will reactivate + this._mergeThisWithFrozen(previousSector); + + // the previously active (frozen) sector now has all the data from the currently active sector. + // we can now delete the active sector. + this._deleteActiveSector(sector); + + // we activate the previously active (and currently frozen) sector. + this._activateSector(previousSector); + + // we load the references from the newly active sector into the global references + this._switchToSector(previousSector); + + // we forget the previously active sector because we reverted to the one before + this._forgetLastSector(); + + // finally, we update the node index list. + this._updateNodeIndexList(); + + // we refresh the list with calulation nodes and calculation node indices. + this._updateCalculationNodes(); } - node.dynamicEdgesLength -= correction; } }; /** - * This adds an edge from the childNode to the contained edges of the parent node + * This runs a function in all active sectors. This is used in _redraw() and the _initializeForceCalculation(). * - * @param parentNode | Node object - * @param childNode | Node object - * @param edge | Edge object + * @param {String} runFunction | This is the NAME of a function we want to call in all active sectors + * | we dont pass the function itself because then the "this" is the window object + * | instead of the Network object + * @param {*} [argument] | Optional: arguments to pass to the runFunction * @private */ - exports._addToContainedEdges = function(parentNode, childNode, edge) { - // create an array object if it does not yet exist for this childNode - if (!(parentNode.containedEdges.hasOwnProperty(childNode.id))) { - parentNode.containedEdges[childNode.id] = [] + exports._doInAllActiveSectors = function(runFunction,argument) { + var returnValues = []; + if (argument === undefined) { + for (var sector in this.sectors["active"]) { + if (this.sectors["active"].hasOwnProperty(sector)) { + // switch the global references to those of this sector + this._switchToActiveSector(sector); + returnValues.push( this[runFunction]() ); + } + } } - // add this edge to the list - parentNode.containedEdges[childNode.id].push(edge); - - // remove the edge from the global edges object - delete this.edges[edge.id]; - - // remove the edge from the parent object - for (var i = 0; i < parentNode.dynamicEdges.length; i++) { - if (parentNode.dynamicEdges[i].id == edge.id) { - parentNode.dynamicEdges.splice(i,1); - break; + else { + for (var sector in this.sectors["active"]) { + if (this.sectors["active"].hasOwnProperty(sector)) { + // switch the global references to those of this sector + this._switchToActiveSector(sector); + var args = Array.prototype.splice.call(arguments, 1); + if (args.length > 1) { + returnValues.push( this[runFunction](args[0],args[1]) ); + } + else { + returnValues.push( this[runFunction](argument) ); + } + } } } + // we revert the global references back to our active sector + this._loadLatestSector(); + return returnValues; }; + /** - * This function connects an edge that was connected to a child node to the parent node. - * It keeps track of which nodes it has been connected to with the originalId array. + * This runs a function in all active sectors. This is used in _redraw() and the _initializeForceCalculation(). * - * @param {Node} parentNode | Node object - * @param {Node} childNode | Node object - * @param {Edge} edge | Edge object + * @param {String} runFunction | This is the NAME of a function we want to call in all active sectors + * | we dont pass the function itself because then the "this" is the window object + * | instead of the Network object + * @param {*} [argument] | Optional: arguments to pass to the runFunction * @private */ - exports._connectEdgeToCluster = function(parentNode, childNode, edge) { - // handle circular edges - if (edge.toId == edge.fromId) { - this._addToContainedEdges(parentNode, childNode, edge); + exports._doInSupportSector = function(runFunction,argument) { + var returnValues = false; + if (argument === undefined) { + this._switchToSupportSector(); + returnValues = this[runFunction](); } else { - if (edge.toId == childNode.id) { // edge connected to other node on the "to" side - edge.originalToId.push(childNode.id); - edge.to = parentNode; - edge.toId = parentNode.id; + this._switchToSupportSector(); + var args = Array.prototype.splice.call(arguments, 1); + if (args.length > 1) { + returnValues = this[runFunction](args[0],args[1]); } - else { // edge connected to other node with the "from" side - - edge.originalFromId.push(childNode.id); - edge.from = parentNode; - edge.fromId = parentNode.id; + else { + returnValues = this[runFunction](argument); } - - this._addToReroutedEdges(parentNode,childNode,edge); } + // we revert the global references back to our active sector + this._loadLatestSector(); + return returnValues; }; /** - * If a node is connected to itself, a circular edge is drawn. When clustering we want to contain - * these edges inside of the cluster. + * This runs a function in all frozen sectors. This is used in the _redraw(). * - * @param parentNode - * @param childNode + * @param {String} runFunction | This is the NAME of a function we want to call in all active sectors + * | we don't pass the function itself because then the "this" is the window object + * | instead of the Network object + * @param {*} [argument] | Optional: arguments to pass to the runFunction * @private */ - exports._containCircularEdgesFromNode = function(parentNode, childNode) { - // manage all the edges connected to the child and parent nodes - for (var i = 0; i < parentNode.dynamicEdges.length; i++) { - var edge = parentNode.dynamicEdges[i]; - // handle circular edges - if (edge.toId == edge.fromId) { - this._addToContainedEdges(parentNode, childNode, edge); + exports._doInAllFrozenSectors = function(runFunction,argument) { + if (argument === undefined) { + for (var sector in this.sectors["frozen"]) { + if (this.sectors["frozen"].hasOwnProperty(sector)) { + // switch the global references to those of this sector + this._switchToFrozenSector(sector); + this[runFunction](); + } + } + } + else { + for (var sector in this.sectors["frozen"]) { + if (this.sectors["frozen"].hasOwnProperty(sector)) { + // switch the global references to those of this sector + this._switchToFrozenSector(sector); + var args = Array.prototype.splice.call(arguments, 1); + if (args.length > 1) { + this[runFunction](args[0],args[1]); + } + else { + this[runFunction](argument); + } + } } } + this._loadLatestSector(); }; /** - * This adds an edge from the childNode to the rerouted edges of the parent node + * This runs a function in all sectors. This is used in the _redraw(). * - * @param parentNode | Node object - * @param childNode | Node object - * @param edge | Edge object + * @param {String} runFunction | This is the NAME of a function we want to call in all active sectors + * | we don't pass the function itself because then the "this" is the window object + * | instead of the Network object + * @param {*} [argument] | Optional: arguments to pass to the runFunction * @private */ - exports._addToReroutedEdges = function(parentNode, childNode, edge) { - // create an array object if it does not yet exist for this childNode - // we store the edge in the rerouted edges so we can restore it when the cluster pops open - if (!(parentNode.reroutedEdges.hasOwnProperty(childNode.id))) { - parentNode.reroutedEdges[childNode.id] = []; + exports._doInAllSectors = function(runFunction,argument) { + var args = Array.prototype.splice.call(arguments, 1); + if (argument === undefined) { + this._doInAllActiveSectors(runFunction); + this._doInAllFrozenSectors(runFunction); } - parentNode.reroutedEdges[childNode.id].push(edge); + else { + if (args.length > 1) { + this._doInAllActiveSectors(runFunction,args[0],args[1]); + this._doInAllFrozenSectors(runFunction,args[0],args[1]); + } + else { + this._doInAllActiveSectors(runFunction,argument); + this._doInAllFrozenSectors(runFunction,argument); + } + } + }; - // this edge becomes part of the dynamicEdges of the cluster node - parentNode.dynamicEdges.push(edge); - }; + /** + * This clears the nodeIndices list. We cannot use this.nodeIndices = [] because we would break the link with the + * active sector. Thus we clear the nodeIndices in the active sector, then reconnect the this.nodeIndices to it. + * + * @private + */ + exports._clearNodeIndexList = function() { + var sector = this._sector(); + this.sectors["active"][sector]["nodeIndices"] = []; + this.nodeIndices = this.sectors["active"][sector]["nodeIndices"]; + }; /** - * This function connects an edge that was connected to a cluster node back to the child node. + * Draw the encompassing sector node * - * @param parentNode | Node object - * @param childNode | Node object + * @param ctx + * @param sectorType * @private */ - exports._connectEdgeBackToChild = function(parentNode, childNode) { - if (parentNode.reroutedEdges.hasOwnProperty(childNode.id)) { - for (var i = 0; i < parentNode.reroutedEdges[childNode.id].length; i++) { - var edge = parentNode.reroutedEdges[childNode.id][i]; - if (edge.originalFromId[edge.originalFromId.length-1] == childNode.id) { - edge.originalFromId.pop(); - edge.fromId = childNode.id; - edge.from = childNode; - } - else { - edge.originalToId.pop(); - edge.toId = childNode.id; - edge.to = childNode; - } + exports._drawSectorNodes = function(ctx,sectorType) { + var minY = 1e9, maxY = -1e9, minX = 1e9, maxX = -1e9, node; + for (var sector in this.sectors[sectorType]) { + if (this.sectors[sectorType].hasOwnProperty(sector)) { + if (this.sectors[sectorType][sector]["drawingNode"] !== undefined) { - // append this edge to the list of edges connecting to the childnode - childNode.dynamicEdges.push(edge); + this._switchToSector(sector,sectorType); - // remove the edge from the parent object - for (var j = 0; j < parentNode.dynamicEdges.length; j++) { - if (parentNode.dynamicEdges[j].id == edge.id) { - parentNode.dynamicEdges.splice(j,1); - break; + minY = 1e9; maxY = -1e9; minX = 1e9; maxX = -1e9; + for (var nodeId in this.nodes) { + if (this.nodes.hasOwnProperty(nodeId)) { + node = this.nodes[nodeId]; + node.resize(ctx); + if (minX > node.x - 0.5 * node.width) {minX = node.x - 0.5 * node.width;} + if (maxX < node.x + 0.5 * node.width) {maxX = node.x + 0.5 * node.width;} + if (minY > node.y - 0.5 * node.height) {minY = node.y - 0.5 * node.height;} + if (maxY < node.y + 0.5 * node.height) {maxY = node.y + 0.5 * node.height;} + } } + node = this.sectors[sectorType][sector]["drawingNode"]; + node.x = 0.5 * (maxX + minX); + node.y = 0.5 * (maxY + minY); + node.width = 2 * (node.x - minX); + node.height = 2 * (node.y - minY); + node.options.radius = Math.sqrt(Math.pow(0.5*node.width,2) + Math.pow(0.5*node.height,2)); + node.setScale(this.scale); + node._drawCircle(ctx); } } - // remove the entry from the rerouted edges - delete parentNode.reroutedEdges[childNode.id]; } }; + exports._drawAllSectorNodes = function(ctx) { + this._drawSectorNodes(ctx,"frozen"); + this._drawSectorNodes(ctx,"active"); + this._loadLatestSector(); + }; + + +/***/ }, +/* 62 */ +/***/ function(module, exports, __webpack_require__) { + + var Node = __webpack_require__(40); /** - * When loops are clustered, an edge can be both in the rerouted array and the contained array. - * This function is called last to verify that all edges in dynamicEdges are in fact connected to the - * parentNode + * This function can be called from the _doInAllSectors function * - * @param parentNode | Node object + * @param object + * @param overlappingNodes * @private */ - exports._validateEdges = function(parentNode) { - for (var i = 0; i < parentNode.dynamicEdges.length; i++) { - var edge = parentNode.dynamicEdges[i]; - if (parentNode.id != edge.toId && parentNode.id != edge.fromId) { - parentNode.dynamicEdges.splice(i,1); + exports._getNodesOverlappingWith = function(object, overlappingNodes) { + var nodes = this.nodes; + for (var nodeId in nodes) { + if (nodes.hasOwnProperty(nodeId)) { + if (nodes[nodeId].isOverlappingWith(object)) { + overlappingNodes.push(nodeId); + } } } }; - /** - * This function released the contained edges back into the global domain and puts them back into the - * dynamic edges of both parent and child. - * - * @param {Node} parentNode | - * @param {Node} childNode | + * retrieve all nodes overlapping with given object + * @param {Object} object An object with parameters left, top, right, bottom + * @return {Number[]} An array with id's of the overlapping nodes * @private */ - exports._releaseContainedEdges = function(parentNode, childNode) { - for (var i = 0; i < parentNode.containedEdges[childNode.id].length; i++) { - var edge = parentNode.containedEdges[childNode.id][i]; + exports._getAllNodesOverlappingWith = function (object) { + var overlappingNodes = []; + this._doInAllActiveSectors("_getNodesOverlappingWith",object,overlappingNodes); + return overlappingNodes; + }; - // put the edge back in the global edges object - this.edges[edge.id] = edge; - // put the edge back in the dynamic edges of the child and parent - childNode.dynamicEdges.push(edge); - parentNode.dynamicEdges.push(edge); - } - // remove the entry from the contained edges - delete parentNode.containedEdges[childNode.id]; + /** + * Return a position object in canvasspace from a single point in screenspace + * + * @param pointer + * @returns {{left: number, top: number, right: number, bottom: number}} + * @private + */ + exports._pointerToPositionObject = function(pointer) { + var x = this._XconvertDOMtoCanvas(pointer.x); + var y = this._YconvertDOMtoCanvas(pointer.y); + return { + left: x, + top: y, + right: x, + bottom: y + }; }; + /** + * Get the top node at the a specific point (like a click) + * + * @param {{x: Number, y: Number}} pointer + * @return {Node | null} node + * @private + */ + exports._getNodeAt = function (pointer) { + // we first check if this is an navigation controls element + var positionObject = this._pointerToPositionObject(pointer); + var overlappingNodes = this._getAllNodesOverlappingWith(positionObject); - - // ------------------- UTILITY FUNCTIONS ---------------------------- // + // if there are overlapping nodes, select the last one, this is the + // one which is drawn on top of the others + if (overlappingNodes.length > 0) { + return this.nodes[overlappingNodes[overlappingNodes.length - 1]]; + } + else { + return null; + } + }; /** - * This updates the node labels for all nodes (for debugging purposes) + * retrieve all edges overlapping with given object, selector is around center + * @param {Object} object An object with parameters left, top, right, bottom + * @return {Number[]} An array with id's of the overlapping nodes + * @private */ - exports.updateLabels = function() { - var nodeId; - // update node labels - for (nodeId in this.nodes) { - if (this.nodes.hasOwnProperty(nodeId)) { - var node = this.nodes[nodeId]; - if (node.clusterSize > 1) { - node.label = "[".concat(String(node.clusterSize),"]"); - } - } - } - - // update node labels - for (nodeId in this.nodes) { - if (this.nodes.hasOwnProperty(nodeId)) { - node = this.nodes[nodeId]; - if (node.clusterSize == 1) { - if (node.originalLabel !== undefined) { - node.label = node.originalLabel; - } - else { - node.label = String(node.id); - } + exports._getEdgesOverlappingWith = function (object, overlappingEdges) { + var edges = this.edges; + for (var edgeId in edges) { + if (edges.hasOwnProperty(edgeId)) { + if (edges[edgeId].isOverlappingWith(object)) { + overlappingEdges.push(edgeId); } } } + }; - // /* Debug Override */ - // for (nodeId in this.nodes) { - // if (this.nodes.hasOwnProperty(nodeId)) { - // node = this.nodes[nodeId]; - // node.label = String(node.level); - // } - // } + /** + * retrieve all nodes overlapping with given object + * @param {Object} object An object with parameters left, top, right, bottom + * @return {Number[]} An array with id's of the overlapping nodes + * @private + */ + exports._getAllEdgesOverlappingWith = function (object) { + var overlappingEdges = []; + this._doInAllActiveSectors("_getEdgesOverlappingWith",object,overlappingEdges); + return overlappingEdges; }; - /** - * We want to keep the cluster level distribution rather small. This means we do not want unclustered nodes - * if the rest of the nodes are already a few cluster levels in. - * To fix this we use this function. It determines the min and max cluster level and sends nodes that have not - * clustered enough to the clusterToSmallestNeighbours function. + * Place holder. To implement change the _getNodeAt to a _getObjectAt. Have the _getObjectAt call + * _getNodeAt and _getEdgesAt, then priortize the selection to user preferences. + * + * @param pointer + * @returns {null} + * @private */ - exports.normalizeClusterLevels = function() { - var maxLevel = 0; - var minLevel = 1e9; - var clusterLevel = 0; - var nodeId; + exports._getEdgeAt = function(pointer) { + var positionObject = this._pointerToPositionObject(pointer); + var overlappingEdges = this._getAllEdgesOverlappingWith(positionObject); - // we loop over all nodes in the list - for (nodeId in this.nodes) { - if (this.nodes.hasOwnProperty(nodeId)) { - clusterLevel = this.nodes[nodeId].clusterSessions.length; - if (maxLevel < clusterLevel) {maxLevel = clusterLevel;} - if (minLevel > clusterLevel) {minLevel = clusterLevel;} - } + if (overlappingEdges.length > 0) { + return this.edges[overlappingEdges[overlappingEdges.length - 1]]; } - - if (maxLevel - minLevel > this.constants.clustering.clusterLevelDifference) { - var amountOfNodes = this.nodeIndices.length; - var targetLevel = maxLevel - this.constants.clustering.clusterLevelDifference; - // we loop over all nodes in the list - for (nodeId in this.nodes) { - if (this.nodes.hasOwnProperty(nodeId)) { - if (this.nodes[nodeId].clusterSessions.length < targetLevel) { - this._clusterToSmallestNeighbour(this.nodes[nodeId]); - } - } - } - this._updateNodeIndexList(); - this._updateDynamicEdges(); - // if a cluster was formed, we increase the clusterSession - if (this.nodeIndices.length != amountOfNodes) { - this.clusterSession += 1; - } + else { + return null; } }; - /** - * This function determines if the cluster we want to decluster is in the active area - * this means around the zoom center + * Add object to the selection array. * - * @param {Node} node - * @returns {boolean} + * @param obj * @private */ - exports._nodeInActiveArea = function(node) { - return ( - Math.abs(node.x - this.areaCenter.x) <= this.constants.clustering.activeAreaBoxSize/this.scale - && - Math.abs(node.y - this.areaCenter.y) <= this.constants.clustering.activeAreaBoxSize/this.scale - ) + exports._addToSelection = function(obj) { + if (obj instanceof Node) { + this.selectionObj.nodes[obj.id] = obj; + } + else { + this.selectionObj.edges[obj.id] = obj; + } }; - /** - * This is an adaptation of the original repositioning function. This is called if the system is clustered initially - * It puts large clusters away from the center and randomizes the order. + * Add object to the selection array. * + * @param obj + * @private */ - exports.repositionNodes = function() { - for (var i = 0; i < this.nodeIndices.length; i++) { - var node = this.nodes[this.nodeIndices[i]]; - if ((node.xFixed == false || node.yFixed == false)) { - var radius = 10 * 0.1*this.nodeIndices.length * Math.min(100,node.options.mass); - var angle = 2 * Math.PI * Math.random(); - if (node.xFixed == false) {node.x = radius * Math.cos(angle);} - if (node.yFixed == false) {node.y = radius * Math.sin(angle);} - this._repositionBezierNodes(node); - } + exports._addToHover = function(obj) { + if (obj instanceof Node) { + this.hoverObj.nodes[obj.id] = obj; + } + else { + this.hoverObj.edges[obj.id] = obj; } }; /** - * We determine how many connections denote an important hub. - * We take the mean + 2*std as the important hub size. (Assuming a normal distribution of data, ~2.2%) + * Remove a single option from selection. * + * @param {Object} obj * @private */ - exports._getHubSize = function() { - var average = 0; - var averageSquared = 0; - var hubCounter = 0; - var largestHub = 0; - - for (var i = 0; i < this.nodeIndices.length; i++) { + exports._removeFromSelection = function(obj) { + if (obj instanceof Node) { + delete this.selectionObj.nodes[obj.id]; + } + else { + delete this.selectionObj.edges[obj.id]; + } + }; - var node = this.nodes[this.nodeIndices[i]]; - if (node.dynamicEdgesLength > largestHub) { - largestHub = node.dynamicEdgesLength; + /** + * Unselect all. The selectionObj is useful for this. + * + * @param {Boolean} [doNotTrigger] | ignore trigger + * @private + */ + exports._unselectAll = function(doNotTrigger) { + if (doNotTrigger === undefined) { + doNotTrigger = false; + } + for(var nodeId in this.selectionObj.nodes) { + if(this.selectionObj.nodes.hasOwnProperty(nodeId)) { + this.selectionObj.nodes[nodeId].unselect(); + } + } + for(var edgeId in this.selectionObj.edges) { + if(this.selectionObj.edges.hasOwnProperty(edgeId)) { + this.selectionObj.edges[edgeId].unselect(); } - average += node.dynamicEdgesLength; - averageSquared += Math.pow(node.dynamicEdgesLength,2); - hubCounter += 1; } - average = average / hubCounter; - averageSquared = averageSquared / hubCounter; - var variance = averageSquared - Math.pow(average,2); + this.selectionObj = {nodes:{},edges:{}}; - var standardDeviation = Math.sqrt(variance); + if (doNotTrigger == false) { + this.emit('select', this.getSelection()); + } + }; - this.hubThreshold = Math.floor(average + 2*standardDeviation); + /** + * Unselect all clusters. The selectionObj is useful for this. + * + * @param {Boolean} [doNotTrigger] | ignore trigger + * @private + */ + exports._unselectClusters = function(doNotTrigger) { + if (doNotTrigger === undefined) { + doNotTrigger = false; + } - // always have at least one to cluster - if (this.hubThreshold > largestHub) { - this.hubThreshold = largestHub; + for (var nodeId in this.selectionObj.nodes) { + if (this.selectionObj.nodes.hasOwnProperty(nodeId)) { + if (this.selectionObj.nodes[nodeId].clusterSize > 1) { + this.selectionObj.nodes[nodeId].unselect(); + this._removeFromSelection(this.selectionObj.nodes[nodeId]); + } + } } - // console.log("average",average,"averageSQ",averageSquared,"var",variance,"std",standardDeviation); - // console.log("hubThreshold:",this.hubThreshold); + if (doNotTrigger == false) { + this.emit('select', this.getSelection()); + } }; /** - * We reduce the amount of "extension nodes" or chains. These are not quickly clustered with the outliers and hubs methods - * with this amount we can cluster specifically on these chains. + * return the number of selected nodes * - * @param {Number} fraction | between 0 and 1, the percentage of chains to reduce + * @returns {number} * @private */ - exports._reduceAmountOfChains = function(fraction) { - this.hubThreshold = 2; - var reduceAmount = Math.floor(this.nodeIndices.length * fraction); - for (var nodeId in this.nodes) { - if (this.nodes.hasOwnProperty(nodeId)) { - if (this.nodes[nodeId].dynamicEdgesLength == 2 && this.nodes[nodeId].dynamicEdges.length >= 2) { - if (reduceAmount > 0) { - this._formClusterFromHub(this.nodes[nodeId],true,true,1); - reduceAmount -= 1; - } - } + exports._getSelectedNodeCount = function() { + var count = 0; + for (var nodeId in this.selectionObj.nodes) { + if (this.selectionObj.nodes.hasOwnProperty(nodeId)) { + count += 1; } } + return count; }; /** - * We get the amount of "extension nodes" or chains. These are not quickly clustered with the outliers and hubs methods - * with this amount we can cluster specifically on these chains. + * return the selected node * + * @returns {number} * @private */ - exports._getChainFraction = function() { - var chains = 0; - var total = 0; - for (var nodeId in this.nodes) { - if (this.nodes.hasOwnProperty(nodeId)) { - if (this.nodes[nodeId].dynamicEdgesLength == 2 && this.nodes[nodeId].dynamicEdges.length >= 2) { - chains += 1; - } - total += 1; + exports._getSelectedNode = function() { + for (var nodeId in this.selectionObj.nodes) { + if (this.selectionObj.nodes.hasOwnProperty(nodeId)) { + return this.selectionObj.nodes[nodeId]; } } - return chains/total; + return null; }; - -/***/ }, -/* 65 */ -/***/ function(module, exports, __webpack_require__) { - - var util = __webpack_require__(1); - var Node = __webpack_require__(56); - /** - * Creation of the SectorMixin var. + * return the selected edge * - * This contains all the functions the Network object can use to employ the sector system. - * The sector system is always used by Network, though the benefits only apply to the use of clustering. - * If clustering is not used, there is no overhead except for a duplicate object with references to nodes and edges. + * @returns {number} + * @private */ + exports._getSelectedEdge = function() { + for (var edgeId in this.selectionObj.edges) { + if (this.selectionObj.edges.hasOwnProperty(edgeId)) { + return this.selectionObj.edges[edgeId]; + } + } + return null; + }; + /** - * This function is only called by the setData function of the Network object. - * This loads the global references into the active sector. This initializes the sector. + * return the number of selected edges * + * @returns {number} * @private */ - exports._putDataInSector = function() { - this.sectors["active"][this._sector()].nodes = this.nodes; - this.sectors["active"][this._sector()].edges = this.edges; - this.sectors["active"][this._sector()].nodeIndices = this.nodeIndices; + exports._getSelectedEdgeCount = function() { + var count = 0; + for (var edgeId in this.selectionObj.edges) { + if (this.selectionObj.edges.hasOwnProperty(edgeId)) { + count += 1; + } + } + return count; }; /** - * /** - * This function sets the global references to nodes, edges and nodeIndices back to - * those of the supplied (active) sector. If a type is defined, do the specific type + * return the number of selected objects. * - * @param {String} sectorId - * @param {String} [sectorType] | "active" or "frozen" + * @returns {number} * @private */ - exports._switchToSector = function(sectorId, sectorType) { - if (sectorType === undefined || sectorType == "active") { - this._switchToActiveSector(sectorId); + exports._getSelectedObjectCount = function() { + var count = 0; + for(var nodeId in this.selectionObj.nodes) { + if(this.selectionObj.nodes.hasOwnProperty(nodeId)) { + count += 1; + } } - else { - this._switchToFrozenSector(sectorId); + for(var edgeId in this.selectionObj.edges) { + if(this.selectionObj.edges.hasOwnProperty(edgeId)) { + count += 1; + } } + return count; }; - /** - * This function sets the global references to nodes, edges and nodeIndices back to - * those of the supplied active sector. + * Check if anything is selected * - * @param sectorId + * @returns {boolean} * @private */ - exports._switchToActiveSector = function(sectorId) { - this.nodeIndices = this.sectors["active"][sectorId]["nodeIndices"]; - this.nodes = this.sectors["active"][sectorId]["nodes"]; - this.edges = this.sectors["active"][sectorId]["edges"]; + exports._selectionIsEmpty = function() { + for(var nodeId in this.selectionObj.nodes) { + if(this.selectionObj.nodes.hasOwnProperty(nodeId)) { + return false; + } + } + for(var edgeId in this.selectionObj.edges) { + if(this.selectionObj.edges.hasOwnProperty(edgeId)) { + return false; + } + } + return true; }; /** - * This function sets the global references to nodes, edges and nodeIndices back to - * those of the supplied active sector. + * check if one of the selected nodes is a cluster. * + * @returns {boolean} * @private */ - exports._switchToSupportSector = function() { - this.nodeIndices = this.sectors["support"]["nodeIndices"]; - this.nodes = this.sectors["support"]["nodes"]; - this.edges = this.sectors["support"]["edges"]; + exports._clusterInSelection = function() { + for(var nodeId in this.selectionObj.nodes) { + if(this.selectionObj.nodes.hasOwnProperty(nodeId)) { + if (this.selectionObj.nodes[nodeId].clusterSize > 1) { + return true; + } + } + } + return false; }; - /** - * This function sets the global references to nodes, edges and nodeIndices back to - * those of the supplied frozen sector. + * select the edges connected to the node that is being selected * - * @param sectorId + * @param {Node} node * @private */ - exports._switchToFrozenSector = function(sectorId) { - this.nodeIndices = this.sectors["frozen"][sectorId]["nodeIndices"]; - this.nodes = this.sectors["frozen"][sectorId]["nodes"]; - this.edges = this.sectors["frozen"][sectorId]["edges"]; + exports._selectConnectedEdges = function(node) { + for (var i = 0; i < node.dynamicEdges.length; i++) { + var edge = node.dynamicEdges[i]; + edge.select(); + this._addToSelection(edge); + } }; - /** - * This function sets the global references to nodes, edges and nodeIndices back to - * those of the currently active sector. + * select the edges connected to the node that is being selected * + * @param {Node} node * @private */ - exports._loadLatestSector = function() { - this._switchToSector(this._sector()); + exports._hoverConnectedEdges = function(node) { + for (var i = 0; i < node.dynamicEdges.length; i++) { + var edge = node.dynamicEdges[i]; + edge.hover = true; + this._addToHover(edge); + } }; /** - * This function returns the currently active sector Id + * unselect the edges connected to the node that is being selected * - * @returns {String} + * @param {Node} node * @private */ - exports._sector = function() { - return this.activeSector[this.activeSector.length-1]; + exports._unselectConnectedEdges = function(node) { + for (var i = 0; i < node.dynamicEdges.length; i++) { + var edge = node.dynamicEdges[i]; + edge.unselect(); + this._removeFromSelection(edge); + } }; + + /** - * This function returns the previously active sector Id + * This is called when someone clicks on a node. either select or deselect it. + * If there is an existing selection and we don't want to append to it, clear the existing selection * - * @returns {String} + * @param {Node || Edge} object + * @param {Boolean} append + * @param {Boolean} [doNotTrigger] | ignore trigger * @private */ - exports._previousSector = function() { - if (this.activeSector.length > 1) { - return this.activeSector[this.activeSector.length-2]; + exports._selectObject = function(object, append, doNotTrigger, highlightEdges, overrideSelectable) { + if (doNotTrigger === undefined) { + doNotTrigger = false; + } + if (highlightEdges === undefined) { + highlightEdges = true; + } + + if (this._selectionIsEmpty() == false && append == false && this.forceAppendSelection == false) { + this._unselectAll(true); + } + + // selectable allows the object to be selected. Override can be used if needed to bypass this. + if (object.selected == false && (this.constants.selectable == true || overrideSelectable)) { + object.select(); + this._addToSelection(object); + if (object instanceof Node && this.blockConnectingEdgeSelection == false && highlightEdges == true) { + this._selectConnectedEdges(object); + } + } + // do not select the object if selectable is false, only add it to selection to allow drag to work + else if (object.selected == false) { + this._addToSelection(object); + doNotTrigger = true; } else { - throw new TypeError('there are not enough sectors in the this.activeSector array.'); + object.unselect(); + this._removeFromSelection(object); + } + + if (doNotTrigger == false) { + this.emit('select', this.getSelection()); } }; /** - * We add the active sector at the end of the this.activeSector array - * This ensures it is the currently active sector returned by _sector() and it reaches the top - * of the activeSector stack. When we reverse our steps we move from the end to the beginning of this stack. + * This is called when someone clicks on a node. either select or deselect it. + * If there is an existing selection and we don't want to append to it, clear the existing selection * - * @param newId + * @param {Node || Edge} object * @private */ - exports._setActiveSector = function(newId) { - this.activeSector.push(newId); + exports._blurObject = function(object) { + if (object.hover == true) { + object.hover = false; + this.emit("blurNode",{node:object.id}); + } }; - /** - * We remove the currently active sector id from the active sector stack. This happens when - * we reactivate the previously active sector + * This is called when someone clicks on a node. either select or deselect it. + * If there is an existing selection and we don't want to append to it, clear the existing selection * + * @param {Node || Edge} object * @private */ - exports._forgetLastSector = function() { - this.activeSector.pop(); + exports._hoverObject = function(object) { + if (object.hover == false) { + object.hover = true; + this._addToHover(object); + if (object instanceof Node) { + this.emit("hoverNode",{node:object.id}); + } + } + if (object instanceof Node) { + this._hoverConnectedEdges(object); + } }; /** - * This function creates a new active sector with the supplied newId. This newId - * is the expanding node id. + * handles the selection part of the touch, only for navigation controls elements; + * Touch is triggered before tap, also before hold. Hold triggers after a while. + * This is the most responsive solution * - * @param {String} newId | Id of the new active sector + * @param {Object} pointer * @private */ - exports._createNewSector = function(newId) { - // create the new sector - this.sectors["active"][newId] = {"nodes":{}, - "edges":{}, - "nodeIndices":[], - "formationScale": this.scale, - "drawingNode": undefined}; + exports._handleTouch = function(pointer) { + }; - // create the new sector render node. This gives visual feedback that you are in a new sector. - this.sectors["active"][newId]['drawingNode'] = new Node( - {id:newId, - color: { - background: "#eaefef", - border: "495c5e" - } - },{},{},this.constants); - this.sectors["active"][newId]['drawingNode'].clusterSize = 2; + + /** + * handles the selection part of the tap; + * + * @param {Object} pointer + * @private + */ + exports._handleTap = function(pointer) { + var node = this._getNodeAt(pointer); + if (node != null) { + this._selectObject(node, false); + } + else { + var edge = this._getEdgeAt(pointer); + if (edge != null) { + this._selectObject(edge, false); + } + else { + this._unselectAll(); + } + } + var properties = this.getSelection(); + properties['pointer'] = { + DOM: {x: pointer.x, y: pointer.y}, + canvas: {x: this._XconvertDOMtoCanvas(pointer.x), y: this._YconvertDOMtoCanvas(pointer.y)} + } + this.emit("click", properties); + this._redraw(); }; /** - * This function removes the currently active sector. This is called when we create a new - * active sector. + * handles the selection part of the double tap and opens a cluster if needed * - * @param {String} sectorId | Id of the active sector that will be removed + * @param {Object} pointer * @private */ - exports._deleteActiveSector = function(sectorId) { - delete this.sectors["active"][sectorId]; + exports._handleDoubleTap = function(pointer) { + var node = this._getNodeAt(pointer); + if (node != null && node !== undefined) { + // we reset the areaCenter here so the opening of the node will occur + this.areaCenter = {"x" : this._XconvertDOMtoCanvas(pointer.x), + "y" : this._YconvertDOMtoCanvas(pointer.y)}; + this.openCluster(node); + } + var properties = this.getSelection(); + properties['pointer'] = { + DOM: {x: pointer.x, y: pointer.y}, + canvas: {x: this._XconvertDOMtoCanvas(pointer.x), y: this._YconvertDOMtoCanvas(pointer.y)} + } + this.emit("doubleClick", properties); }; /** - * This function removes the currently active sector. This is called when we reactivate - * the previously active sector. + * Handle the onHold selection part * - * @param {String} sectorId | Id of the active sector that will be removed + * @param pointer * @private */ - exports._deleteFrozenSector = function(sectorId) { - delete this.sectors["frozen"][sectorId]; + exports._handleOnHold = function(pointer) { + var node = this._getNodeAt(pointer); + if (node != null) { + this._selectObject(node,true); + } + else { + var edge = this._getEdgeAt(pointer); + if (edge != null) { + this._selectObject(edge,true); + } + } + this._redraw(); }; /** - * Freezing an active sector means moving it from the "active" object to the "frozen" object. - * We copy the references, then delete the active entree. + * handle the onRelease event. These functions are here for the navigation controls module + * and data manipulation module. * - * @param sectorId - * @private + * @private */ - exports._freezeSector = function(sectorId) { - // we move the set references from the active to the frozen stack. - this.sectors["frozen"][sectorId] = this.sectors["active"][sectorId]; - - // we have moved the sector data into the frozen set, we now remove it from the active set - this._deleteActiveSector(sectorId); + exports._handleOnRelease = function(pointer) { + this._manipulationReleaseOverload(pointer); + this._navigationReleaseOverload(pointer); }; + exports._manipulationReleaseOverload = function (pointer) {}; + exports._navigationReleaseOverload = function (pointer) {}; /** - * This is the reverse operation of _freezeSector. Activating means moving the sector from the "frozen" - * object to the "active" object. * - * @param sectorId - * @private + * retrieve the currently selected objects + * @return {{nodes: Array., edges: Array.}} selection */ - exports._activateSector = function(sectorId) { - // we move the set references from the frozen to the active stack. - this.sectors["active"][sectorId] = this.sectors["frozen"][sectorId]; - - // we have moved the sector data into the active set, we now remove it from the frozen stack - this._deleteFrozenSector(sectorId); + exports.getSelection = function() { + var nodeIds = this.getSelectedNodes(); + var edgeIds = this.getSelectedEdges(); + return {nodes:nodeIds, edges:edgeIds}; }; - /** - * This function merges the data from the currently active sector with a frozen sector. This is used - * in the process of reverting back to the previously active sector. - * The data that is placed in the frozen (the previously active) sector is the node that has been removed from it - * upon the creation of a new active sector. * - * @param sectorId - * @private + * retrieve the currently selected nodes + * @return {String[]} selection An array with the ids of the + * selected nodes. */ - exports._mergeThisWithFrozen = function(sectorId) { - // copy all nodes - for (var nodeId in this.nodes) { - if (this.nodes.hasOwnProperty(nodeId)) { - this.sectors["frozen"][sectorId]["nodes"][nodeId] = this.nodes[nodeId]; + exports.getSelectedNodes = function() { + var idArray = []; + if (this.constants.selectable == true) { + for (var nodeId in this.selectionObj.nodes) { + if (this.selectionObj.nodes.hasOwnProperty(nodeId)) { + idArray.push(nodeId); + } } } + return idArray + }; - // copy all edges (if not fully clustered, else there are no edges) - for (var edgeId in this.edges) { - if (this.edges.hasOwnProperty(edgeId)) { - this.sectors["frozen"][sectorId]["edges"][edgeId] = this.edges[edgeId]; + /** + * + * retrieve the currently selected edges + * @return {Array} selection An array with the ids of the + * selected nodes. + */ + exports.getSelectedEdges = function() { + var idArray = []; + if (this.constants.selectable == true) { + for (var edgeId in this.selectionObj.edges) { + if (this.selectionObj.edges.hasOwnProperty(edgeId)) { + idArray.push(edgeId); + } } } - - // merge the nodeIndices - for (var i = 0; i < this.nodeIndices.length; i++) { - this.sectors["frozen"][sectorId]["nodeIndices"].push(this.nodeIndices[i]); - } + return idArray; }; /** - * This clusters the sector to one cluster. It was a single cluster before this process started so - * we revert to that state. The clusterToFit function with a maximum size of 1 node does this. - * - * @private + * select zero or more nodes DEPRICATED + * @param {Number[] | String[]} selection An array with the ids of the + * selected nodes. */ - exports._collapseThisToSingleCluster = function() { - this.clusterToFit(1,false); + exports.setSelection = function() { + console.log("setSelection is deprecated. Please use selectNodes instead.") }; /** - * We create a new active sector from the node that we want to open. - * - * @param node - * @private + * select zero or more nodes with the option to highlight edges + * @param {Number[] | String[]} selection An array with the ids of the + * selected nodes. + * @param {boolean} [highlightEdges] */ - exports._addSector = function(node) { - // this is the currently active sector - var sector = this._sector(); - - // // this should allow me to select nodes from a frozen set. - // if (this.sectors['active'][sector]["nodes"].hasOwnProperty(node.id)) { - // console.log("the node is part of the active sector"); - // } - // else { - // console.log("I dont know what the fuck happened!!"); - // } - - // when we switch to a new sector, we remove the node that will be expanded from the current nodes list. - delete this.nodes[node.id]; - - var unqiueIdentifier = util.randomUUID(); - - // we fully freeze the currently active sector - this._freezeSector(sector); + exports.selectNodes = function(selection, highlightEdges) { + var i, iMax, id; - // we create a new active sector. This sector has the Id of the node to ensure uniqueness - this._createNewSector(unqiueIdentifier); + if (!selection || (selection.length == undefined)) + throw 'Selection must be an array with ids'; - // we add the active sector to the sectors array to be able to revert these steps later on - this._setActiveSector(unqiueIdentifier); + // first unselect any selected node + this._unselectAll(true); - // we redirect the global references to the new sector's references. this._sector() now returns unqiueIdentifier - this._switchToSector(this._sector()); + for (i = 0, iMax = selection.length; i < iMax; i++) { + id = selection[i]; - // finally we add the node we removed from our previous active sector to the new active sector - this.nodes[node.id] = node; + var node = this.nodes[id]; + if (!node) { + throw new RangeError('Node with id "' + id + '" not found'); + } + this._selectObject(node,true,true,highlightEdges,true); + } + this.redraw(); }; /** - * We close the sector that is currently open and revert back to the one before. - * If the active sector is the "default" sector, nothing happens. - * - * @private + * select zero or more edges + * @param {Number[] | String[]} selection An array with the ids of the + * selected nodes. */ - exports._collapseSector = function() { - // the currently active sector - var sector = this._sector(); - - // we cannot collapse the default sector - if (sector != "default") { - if ((this.nodeIndices.length == 1) || - (this.sectors["active"][sector]["drawingNode"].width*this.scale < this.constants.clustering.screenSizeThreshold * this.frame.canvas.clientWidth) || - (this.sectors["active"][sector]["drawingNode"].height*this.scale < this.constants.clustering.screenSizeThreshold * this.frame.canvas.clientHeight)) { - var previousSector = this._previousSector(); - - // we collapse the sector back to a single cluster - this._collapseThisToSingleCluster(); - - // we move the remaining nodes, edges and nodeIndices to the previous sector. - // This previous sector is the one we will reactivate - this._mergeThisWithFrozen(previousSector); - - // the previously active (frozen) sector now has all the data from the currently active sector. - // we can now delete the active sector. - this._deleteActiveSector(sector); - - // we activate the previously active (and currently frozen) sector. - this._activateSector(previousSector); + exports.selectEdges = function(selection) { + var i, iMax, id; - // we load the references from the newly active sector into the global references - this._switchToSector(previousSector); + if (!selection || (selection.length == undefined)) + throw 'Selection must be an array with ids'; - // we forget the previously active sector because we reverted to the one before - this._forgetLastSector(); + // first unselect any selected node + this._unselectAll(true); - // finally, we update the node index list. - this._updateNodeIndexList(); + for (i = 0, iMax = selection.length; i < iMax; i++) { + id = selection[i]; - // we refresh the list with calulation nodes and calculation node indices. - this._updateCalculationNodes(); + var edge = this.edges[id]; + if (!edge) { + throw new RangeError('Edge with id "' + id + '" not found'); } + this._selectObject(edge,true,true,false,true); } + this.redraw(); }; - /** - * This runs a function in all active sectors. This is used in _redraw() and the _initializeForceCalculation(). - * - * @param {String} runFunction | This is the NAME of a function we want to call in all active sectors - * | we dont pass the function itself because then the "this" is the window object - * | instead of the Network object - * @param {*} [argument] | Optional: arguments to pass to the runFunction + * Validate the selection: remove ids of nodes which no longer exist * @private */ - exports._doInAllActiveSectors = function(runFunction,argument) { - var returnValues = []; - if (argument === undefined) { - for (var sector in this.sectors["active"]) { - if (this.sectors["active"].hasOwnProperty(sector)) { - // switch the global references to those of this sector - this._switchToActiveSector(sector); - returnValues.push( this[runFunction]() ); + exports._updateSelection = function () { + for(var nodeId in this.selectionObj.nodes) { + if(this.selectionObj.nodes.hasOwnProperty(nodeId)) { + if (!this.nodes.hasOwnProperty(nodeId)) { + delete this.selectionObj.nodes[nodeId]; } } } - else { - for (var sector in this.sectors["active"]) { - if (this.sectors["active"].hasOwnProperty(sector)) { - // switch the global references to those of this sector - this._switchToActiveSector(sector); - var args = Array.prototype.splice.call(arguments, 1); - if (args.length > 1) { - returnValues.push( this[runFunction](args[0],args[1]) ); - } - else { - returnValues.push( this[runFunction](argument) ); - } + for(var edgeId in this.selectionObj.edges) { + if(this.selectionObj.edges.hasOwnProperty(edgeId)) { + if (!this.edges.hasOwnProperty(edgeId)) { + delete this.selectionObj.edges[edgeId]; } } } - // we revert the global references back to our active sector - this._loadLatestSector(); - return returnValues; }; +/***/ }, +/* 63 */ +/***/ function(module, exports, __webpack_require__) { + + var util = __webpack_require__(1); + var Node = __webpack_require__(40); + var Edge = __webpack_require__(37); + /** - * This runs a function in all active sectors. This is used in _redraw() and the _initializeForceCalculation(). + * clears the toolbar div element of children * - * @param {String} runFunction | This is the NAME of a function we want to call in all active sectors - * | we dont pass the function itself because then the "this" is the window object - * | instead of the Network object - * @param {*} [argument] | Optional: arguments to pass to the runFunction * @private */ - exports._doInSupportSector = function(runFunction,argument) { - var returnValues = false; - if (argument === undefined) { - this._switchToSupportSector(); - returnValues = this[runFunction](); - } - else { - this._switchToSupportSector(); - var args = Array.prototype.splice.call(arguments, 1); - if (args.length > 1) { - returnValues = this[runFunction](args[0],args[1]); - } - else { - returnValues = this[runFunction](argument); - } - } - // we revert the global references back to our active sector - this._loadLatestSector(); - return returnValues; - }; + exports._clearManipulatorBar = function() { + this._recursiveDOMDelete(this.manipulationDiv); + this.manipulationDOM = {}; + this._manipulationReleaseOverload = function () {}; + delete this.sectors['support']['nodes']['targetNode']; + delete this.sectors['support']['nodes']['targetViaNode']; + this.controlNodesActive = false; + this.freezeSimulation = false; + }; /** - * This runs a function in all frozen sectors. This is used in the _redraw(). + * Manipulation UI temporarily overloads certain functions to extend or replace them. To be able to restore + * these functions to their original functionality, we saved them in this.cachedFunctions. + * This function restores these functions to their original function. * - * @param {String} runFunction | This is the NAME of a function we want to call in all active sectors - * | we don't pass the function itself because then the "this" is the window object - * | instead of the Network object - * @param {*} [argument] | Optional: arguments to pass to the runFunction * @private */ - exports._doInAllFrozenSectors = function(runFunction,argument) { - if (argument === undefined) { - for (var sector in this.sectors["frozen"]) { - if (this.sectors["frozen"].hasOwnProperty(sector)) { - // switch the global references to those of this sector - this._switchToFrozenSector(sector); - this[runFunction](); - } - } - } - else { - for (var sector in this.sectors["frozen"]) { - if (this.sectors["frozen"].hasOwnProperty(sector)) { - // switch the global references to those of this sector - this._switchToFrozenSector(sector); - var args = Array.prototype.splice.call(arguments, 1); - if (args.length > 1) { - this[runFunction](args[0],args[1]); - } - else { - this[runFunction](argument); - } - } + exports._restoreOverloadedFunctions = function() { + for (var functionName in this.cachedFunctions) { + if (this.cachedFunctions.hasOwnProperty(functionName)) { + this[functionName] = this.cachedFunctions[functionName]; + delete this.cachedFunctions[functionName]; } } - this._loadLatestSector(); }; - /** - * This runs a function in all sectors. This is used in the _redraw(). + * Enable or disable edit-mode. * - * @param {String} runFunction | This is the NAME of a function we want to call in all active sectors - * | we don't pass the function itself because then the "this" is the window object - * | instead of the Network object - * @param {*} [argument] | Optional: arguments to pass to the runFunction * @private */ - exports._doInAllSectors = function(runFunction,argument) { - var args = Array.prototype.splice.call(arguments, 1); - if (argument === undefined) { - this._doInAllActiveSectors(runFunction); - this._doInAllFrozenSectors(runFunction); + exports._toggleEditMode = function() { + this.editMode = !this.editMode; + var toolbar = this.manipulationDiv; + var closeDiv = this.closeDiv; + var editModeDiv = this.editModeDiv; + if (this.editMode == true) { + toolbar.style.display="block"; + closeDiv.style.display="block"; + editModeDiv.style.display="none"; + closeDiv.onclick = this._toggleEditMode.bind(this); } else { - if (args.length > 1) { - this._doInAllActiveSectors(runFunction,args[0],args[1]); - this._doInAllFrozenSectors(runFunction,args[0],args[1]); - } - else { - this._doInAllActiveSectors(runFunction,argument); - this._doInAllFrozenSectors(runFunction,argument); - } + toolbar.style.display="none"; + closeDiv.style.display="none"; + editModeDiv.style.display="block"; + closeDiv.onclick = null; } + this._createManipulatorBar() }; - /** - * This clears the nodeIndices list. We cannot use this.nodeIndices = [] because we would break the link with the - * active sector. Thus we clear the nodeIndices in the active sector, then reconnect the this.nodeIndices to it. + * main function, creates the main toolbar. Removes functions bound to the select event. Binds all the buttons of the toolbar. * * @private */ - exports._clearNodeIndexList = function() { - var sector = this._sector(); - this.sectors["active"][sector]["nodeIndices"] = []; - this.nodeIndices = this.sectors["active"][sector]["nodeIndices"]; - }; + exports._createManipulatorBar = function() { + // remove bound functions + if (this.boundFunction) { + this.off('select', this.boundFunction); + } + var locale = this.constants.locales[this.constants.locale]; - /** - * Draw the encompassing sector node - * - * @param ctx - * @param sectorType - * @private - */ - exports._drawSectorNodes = function(ctx,sectorType) { - var minY = 1e9, maxY = -1e9, minX = 1e9, maxX = -1e9, node; - for (var sector in this.sectors[sectorType]) { - if (this.sectors[sectorType].hasOwnProperty(sector)) { - if (this.sectors[sectorType][sector]["drawingNode"] !== undefined) { + if (this.edgeBeingEdited !== undefined) { + this.edgeBeingEdited._disableControlNodes(); + this.edgeBeingEdited = undefined; + this.selectedControlNode = null; + this.controlNodesActive = false; + this._redraw(); + } - this._switchToSector(sector,sectorType); + // restore overloaded functions + this._restoreOverloadedFunctions(); - minY = 1e9; maxY = -1e9; minX = 1e9; maxX = -1e9; - for (var nodeId in this.nodes) { - if (this.nodes.hasOwnProperty(nodeId)) { - node = this.nodes[nodeId]; - node.resize(ctx); - if (minX > node.x - 0.5 * node.width) {minX = node.x - 0.5 * node.width;} - if (maxX < node.x + 0.5 * node.width) {maxX = node.x + 0.5 * node.width;} - if (minY > node.y - 0.5 * node.height) {minY = node.y - 0.5 * node.height;} - if (maxY < node.y + 0.5 * node.height) {maxY = node.y + 0.5 * node.height;} - } - } - node = this.sectors[sectorType][sector]["drawingNode"]; - node.x = 0.5 * (maxX + minX); - node.y = 0.5 * (maxY + minY); - node.width = 2 * (node.x - minX); - node.height = 2 * (node.y - minY); - node.options.radius = Math.sqrt(Math.pow(0.5*node.width,2) + Math.pow(0.5*node.height,2)); - node.setScale(this.scale); - node._drawCircle(ctx); - } + // resume calculation + this.freezeSimulation = false; + + // reset global variables + this.blockConnectingEdgeSelection = false; + this.forceAppendSelection = false; + this.manipulationDOM = {}; + + if (this.editMode == true) { + while (this.manipulationDiv.hasChildNodes()) { + this.manipulationDiv.removeChild(this.manipulationDiv.firstChild); + } + + this.manipulationDOM['addNodeSpan'] = document.createElement('span'); + this.manipulationDOM['addNodeSpan'].className = 'network-manipulationUI add'; + this.manipulationDOM['addNodeLabelSpan'] = document.createElement('span'); + this.manipulationDOM['addNodeLabelSpan'].className = 'network-manipulationLabel'; + this.manipulationDOM['addNodeLabelSpan'].innerHTML = locale['addNode']; + this.manipulationDOM['addNodeSpan'].appendChild(this.manipulationDOM['addNodeLabelSpan']); + + this.manipulationDOM['seperatorLineDiv1'] = document.createElement('div'); + this.manipulationDOM['seperatorLineDiv1'].className = 'network-seperatorLine'; + + this.manipulationDOM['addEdgeSpan'] = document.createElement('span'); + this.manipulationDOM['addEdgeSpan'].className = 'network-manipulationUI connect'; + this.manipulationDOM['addEdgeLabelSpan'] = document.createElement('span'); + this.manipulationDOM['addEdgeLabelSpan'].className = 'network-manipulationLabel'; + this.manipulationDOM['addEdgeLabelSpan'].innerHTML = locale['addEdge']; + this.manipulationDOM['addEdgeSpan'].appendChild(this.manipulationDOM['addEdgeLabelSpan']); + + this.manipulationDiv.appendChild(this.manipulationDOM['addNodeSpan']); + this.manipulationDiv.appendChild(this.manipulationDOM['seperatorLineDiv1']); + this.manipulationDiv.appendChild(this.manipulationDOM['addEdgeSpan']); + + if (this._getSelectedNodeCount() == 1 && this.triggerFunctions.edit) { + this.manipulationDOM['seperatorLineDiv2'] = document.createElement('div'); + this.manipulationDOM['seperatorLineDiv2'].className = 'network-seperatorLine'; + + this.manipulationDOM['editNodeSpan'] = document.createElement('span'); + this.manipulationDOM['editNodeSpan'].className = 'network-manipulationUI edit'; + this.manipulationDOM['editNodeLabelSpan'] = document.createElement('span'); + this.manipulationDOM['editNodeLabelSpan'].className = 'network-manipulationLabel'; + this.manipulationDOM['editNodeLabelSpan'].innerHTML = locale['editNode']; + this.manipulationDOM['editNodeSpan'].appendChild(this.manipulationDOM['editNodeLabelSpan']); + + this.manipulationDiv.appendChild(this.manipulationDOM['seperatorLineDiv2']); + this.manipulationDiv.appendChild(this.manipulationDOM['editNodeSpan']); + } + else if (this._getSelectedEdgeCount() == 1 && this._getSelectedNodeCount() == 0) { + this.manipulationDOM['seperatorLineDiv3'] = document.createElement('div'); + this.manipulationDOM['seperatorLineDiv3'].className = 'network-seperatorLine'; + + this.manipulationDOM['editEdgeSpan'] = document.createElement('span'); + this.manipulationDOM['editEdgeSpan'].className = 'network-manipulationUI edit'; + this.manipulationDOM['editEdgeLabelSpan'] = document.createElement('span'); + this.manipulationDOM['editEdgeLabelSpan'].className = 'network-manipulationLabel'; + this.manipulationDOM['editEdgeLabelSpan'].innerHTML = locale['editEdge']; + this.manipulationDOM['editEdgeSpan'].appendChild(this.manipulationDOM['editEdgeLabelSpan']); + + this.manipulationDiv.appendChild(this.manipulationDOM['seperatorLineDiv3']); + this.manipulationDiv.appendChild(this.manipulationDOM['editEdgeSpan']); + } + if (this._selectionIsEmpty() == false) { + this.manipulationDOM['seperatorLineDiv4'] = document.createElement('div'); + this.manipulationDOM['seperatorLineDiv4'].className = 'network-seperatorLine'; + + this.manipulationDOM['deleteSpan'] = document.createElement('span'); + this.manipulationDOM['deleteSpan'].className = 'network-manipulationUI delete'; + this.manipulationDOM['deleteLabelSpan'] = document.createElement('span'); + this.manipulationDOM['deleteLabelSpan'].className = 'network-manipulationLabel'; + this.manipulationDOM['deleteLabelSpan'].innerHTML = locale['del']; + this.manipulationDOM['deleteSpan'].appendChild(this.manipulationDOM['deleteLabelSpan']); + + this.manipulationDiv.appendChild(this.manipulationDOM['seperatorLineDiv4']); + this.manipulationDiv.appendChild(this.manipulationDOM['deleteSpan']); + } + + + // bind the icons + this.manipulationDOM['addNodeSpan'].onclick = this._createAddNodeToolbar.bind(this); + this.manipulationDOM['addEdgeSpan'].onclick = this._createAddEdgeToolbar.bind(this); + if (this._getSelectedNodeCount() == 1 && this.triggerFunctions.edit) { + this.manipulationDOM['editNodeSpan'].onclick = this._editNode.bind(this); + } + else if (this._getSelectedEdgeCount() == 1 && this._getSelectedNodeCount() == 0) { + this.manipulationDOM['editEdgeSpan'].onclick = this._createEditEdgeToolbar.bind(this); + } + if (this._selectionIsEmpty() == false) { + this.manipulationDOM['deleteSpan'].onclick = this._deleteSelected.bind(this); } + this.closeDiv.onclick = this._toggleEditMode.bind(this); + + var me = this; + this.boundFunction = me._createManipulatorBar; + this.on('select', this.boundFunction); } - }; + else { + while (this.editModeDiv.hasChildNodes()) { + this.editModeDiv.removeChild(this.editModeDiv.firstChild); + } - exports._drawAllSectorNodes = function(ctx) { - this._drawSectorNodes(ctx,"frozen"); - this._drawSectorNodes(ctx,"active"); - this._loadLatestSector(); - }; + this.manipulationDOM['editModeSpan'] = document.createElement('span'); + this.manipulationDOM['editModeSpan'].className = 'network-manipulationUI edit editmode'; + this.manipulationDOM['editModeLabelSpan'] = document.createElement('span'); + this.manipulationDOM['editModeLabelSpan'].className = 'network-manipulationLabel'; + this.manipulationDOM['editModeLabelSpan'].innerHTML = locale['edit']; + this.manipulationDOM['editModeSpan'].appendChild(this.manipulationDOM['editModeLabelSpan']); + this.editModeDiv.appendChild(this.manipulationDOM['editModeSpan']); + + this.manipulationDOM['editModeSpan'].onclick = this._toggleEditMode.bind(this); + } + }; -/***/ }, -/* 66 */ -/***/ function(module, exports, __webpack_require__) { - var Node = __webpack_require__(56); /** - * This function can be called from the _doInAllSectors function + * Create the toolbar for adding Nodes * - * @param object - * @param overlappingNodes * @private */ - exports._getNodesOverlappingWith = function(object, overlappingNodes) { - var nodes = this.nodes; - for (var nodeId in nodes) { - if (nodes.hasOwnProperty(nodeId)) { - if (nodes[nodeId].isOverlappingWith(object)) { - overlappingNodes.push(nodeId); - } - } + exports._createAddNodeToolbar = function() { + // clear the toolbar + this._clearManipulatorBar(); + if (this.boundFunction) { + this.off('select', this.boundFunction); } - }; - /** - * retrieve all nodes overlapping with given object - * @param {Object} object An object with parameters left, top, right, bottom - * @return {Number[]} An array with id's of the overlapping nodes - * @private - */ - exports._getAllNodesOverlappingWith = function (object) { - var overlappingNodes = []; - this._doInAllActiveSectors("_getNodesOverlappingWith",object,overlappingNodes); - return overlappingNodes; - }; + var locale = this.constants.locales[this.constants.locale]; + this.manipulationDOM = {}; + this.manipulationDOM['backSpan'] = document.createElement('span'); + this.manipulationDOM['backSpan'].className = 'network-manipulationUI back'; + this.manipulationDOM['backLabelSpan'] = document.createElement('span'); + this.manipulationDOM['backLabelSpan'].className = 'network-manipulationLabel'; + this.manipulationDOM['backLabelSpan'].innerHTML = locale['back']; + this.manipulationDOM['backSpan'].appendChild(this.manipulationDOM['backLabelSpan']); - /** - * Return a position object in canvasspace from a single point in screenspace - * - * @param pointer - * @returns {{left: number, top: number, right: number, bottom: number}} - * @private - */ - exports._pointerToPositionObject = function(pointer) { - var x = this._XconvertDOMtoCanvas(pointer.x); - var y = this._YconvertDOMtoCanvas(pointer.y); + this.manipulationDOM['seperatorLineDiv1'] = document.createElement('div'); + this.manipulationDOM['seperatorLineDiv1'].className = 'network-seperatorLine'; - return { - left: x, - top: y, - right: x, - bottom: y - }; + this.manipulationDOM['descriptionSpan'] = document.createElement('span'); + this.manipulationDOM['descriptionSpan'].className = 'network-manipulationUI none'; + this.manipulationDOM['descriptionLabelSpan'] = document.createElement('span'); + this.manipulationDOM['descriptionLabelSpan'].className = 'network-manipulationLabel'; + this.manipulationDOM['descriptionLabelSpan'].innerHTML = locale['addDescription']; + this.manipulationDOM['descriptionSpan'].appendChild(this.manipulationDOM['descriptionLabelSpan']); + + this.manipulationDiv.appendChild(this.manipulationDOM['backSpan']); + this.manipulationDiv.appendChild(this.manipulationDOM['seperatorLineDiv1']); + this.manipulationDiv.appendChild(this.manipulationDOM['descriptionSpan']); + + // bind the icon + this.manipulationDOM['backSpan'].onclick = this._createManipulatorBar.bind(this); + + // we use the boundFunction so we can reference it when we unbind it from the "select" event. + var me = this; + this.boundFunction = me._addNode; + this.on('select', this.boundFunction); }; /** - * Get the top node at the a specific point (like a click) + * create the toolbar to connect nodes * - * @param {{x: Number, y: Number}} pointer - * @return {Node | null} node * @private */ - exports._getNodeAt = function (pointer) { - // we first check if this is an navigation controls element - var positionObject = this._pointerToPositionObject(pointer); - var overlappingNodes = this._getAllNodesOverlappingWith(positionObject); + exports._createAddEdgeToolbar = function() { + // clear the toolbar + this._clearManipulatorBar(); + this._unselectAll(true); + this.freezeSimulation = true; - // if there are overlapping nodes, select the last one, this is the - // one which is drawn on top of the others - if (overlappingNodes.length > 0) { - return this.nodes[overlappingNodes[overlappingNodes.length - 1]]; - } - else { - return null; + if (this.boundFunction) { + this.off('select', this.boundFunction); } - }; + var locale = this.constants.locales[this.constants.locale]; - /** - * retrieve all edges overlapping with given object, selector is around center - * @param {Object} object An object with parameters left, top, right, bottom - * @return {Number[]} An array with id's of the overlapping nodes - * @private - */ - exports._getEdgesOverlappingWith = function (object, overlappingEdges) { - var edges = this.edges; - for (var edgeId in edges) { - if (edges.hasOwnProperty(edgeId)) { - if (edges[edgeId].isOverlappingWith(object)) { - overlappingEdges.push(edgeId); - } - } - } - }; + this._unselectAll(); + this.forceAppendSelection = false; + this.blockConnectingEdgeSelection = true; + this.manipulationDOM = {}; + this.manipulationDOM['backSpan'] = document.createElement('span'); + this.manipulationDOM['backSpan'].className = 'network-manipulationUI back'; + this.manipulationDOM['backLabelSpan'] = document.createElement('span'); + this.manipulationDOM['backLabelSpan'].className = 'network-manipulationLabel'; + this.manipulationDOM['backLabelSpan'].innerHTML = locale['back']; + this.manipulationDOM['backSpan'].appendChild(this.manipulationDOM['backLabelSpan']); - /** - * retrieve all nodes overlapping with given object - * @param {Object} object An object with parameters left, top, right, bottom - * @return {Number[]} An array with id's of the overlapping nodes - * @private - */ - exports._getAllEdgesOverlappingWith = function (object) { - var overlappingEdges = []; - this._doInAllActiveSectors("_getEdgesOverlappingWith",object,overlappingEdges); - return overlappingEdges; + this.manipulationDOM['seperatorLineDiv1'] = document.createElement('div'); + this.manipulationDOM['seperatorLineDiv1'].className = 'network-seperatorLine'; + + this.manipulationDOM['descriptionSpan'] = document.createElement('span'); + this.manipulationDOM['descriptionSpan'].className = 'network-manipulationUI none'; + this.manipulationDOM['descriptionLabelSpan'] = document.createElement('span'); + this.manipulationDOM['descriptionLabelSpan'].className = 'network-manipulationLabel'; + this.manipulationDOM['descriptionLabelSpan'].innerHTML = locale['edgeDescription']; + this.manipulationDOM['descriptionSpan'].appendChild(this.manipulationDOM['descriptionLabelSpan']); + + this.manipulationDiv.appendChild(this.manipulationDOM['backSpan']); + this.manipulationDiv.appendChild(this.manipulationDOM['seperatorLineDiv1']); + this.manipulationDiv.appendChild(this.manipulationDOM['descriptionSpan']); + + // bind the icon + this.manipulationDOM['backSpan'].onclick = this._createManipulatorBar.bind(this); + + // we use the boundFunction so we can reference it when we unbind it from the "select" event. + var me = this; + this.boundFunction = me._handleConnect; + this.on('select', this.boundFunction); + + // temporarily overload functions + this.cachedFunctions["_handleTouch"] = this._handleTouch; + this.cachedFunctions["_manipulationReleaseOverload"] = this._manipulationReleaseOverload; + this.cachedFunctions["_handleDragStart"] = this._handleDragStart; + this.cachedFunctions["_handleDragEnd"] = this._handleDragEnd; + this._handleTouch = this._handleConnect; + this._manipulationReleaseOverload = function () {}; + this._handleDragStart = function () {}; + this._handleDragEnd = this._finishConnect; + + // redraw to show the unselect + this._redraw(); }; /** - * Place holder. To implement change the _getNodeAt to a _getObjectAt. Have the _getObjectAt call - * _getNodeAt and _getEdgesAt, then priortize the selection to user preferences. + * create the toolbar to edit edges * - * @param pointer - * @returns {null} * @private */ - exports._getEdgeAt = function(pointer) { - var positionObject = this._pointerToPositionObject(pointer); - var overlappingEdges = this._getAllEdgesOverlappingWith(positionObject); + exports._createEditEdgeToolbar = function() { + // clear the toolbar + this._clearManipulatorBar(); + this.controlNodesActive = true; - if (overlappingEdges.length > 0) { - return this.edges[overlappingEdges[overlappingEdges.length - 1]]; - } - else { - return null; + if (this.boundFunction) { + this.off('select', this.boundFunction); } + + this.edgeBeingEdited = this._getSelectedEdge(); + this.edgeBeingEdited._enableControlNodes(); + + var locale = this.constants.locales[this.constants.locale]; + + this.manipulationDOM = {}; + this.manipulationDOM['backSpan'] = document.createElement('span'); + this.manipulationDOM['backSpan'].className = 'network-manipulationUI back'; + this.manipulationDOM['backLabelSpan'] = document.createElement('span'); + this.manipulationDOM['backLabelSpan'].className = 'network-manipulationLabel'; + this.manipulationDOM['backLabelSpan'].innerHTML = locale['back']; + this.manipulationDOM['backSpan'].appendChild(this.manipulationDOM['backLabelSpan']); + + this.manipulationDOM['seperatorLineDiv1'] = document.createElement('div'); + this.manipulationDOM['seperatorLineDiv1'].className = 'network-seperatorLine'; + + this.manipulationDOM['descriptionSpan'] = document.createElement('span'); + this.manipulationDOM['descriptionSpan'].className = 'network-manipulationUI none'; + this.manipulationDOM['descriptionLabelSpan'] = document.createElement('span'); + this.manipulationDOM['descriptionLabelSpan'].className = 'network-manipulationLabel'; + this.manipulationDOM['descriptionLabelSpan'].innerHTML = locale['editEdgeDescription']; + this.manipulationDOM['descriptionSpan'].appendChild(this.manipulationDOM['descriptionLabelSpan']); + + this.manipulationDiv.appendChild(this.manipulationDOM['backSpan']); + this.manipulationDiv.appendChild(this.manipulationDOM['seperatorLineDiv1']); + this.manipulationDiv.appendChild(this.manipulationDOM['descriptionSpan']); + + // bind the icon + this.manipulationDOM['backSpan'].onclick = this._createManipulatorBar.bind(this); + + // temporarily overload functions + this.cachedFunctions["_handleTouch"] = this._handleTouch; + this.cachedFunctions["_manipulationReleaseOverload"] = this._manipulationReleaseOverload; + this.cachedFunctions["_handleTap"] = this._handleTap; + this.cachedFunctions["_handleDragStart"] = this._handleDragStart; + this.cachedFunctions["_handleOnDrag"] = this._handleOnDrag; + this._handleTouch = this._selectControlNode; + this._handleTap = function () {}; + this._handleOnDrag = this._controlNodeDrag; + this._handleDragStart = function () {} + this._manipulationReleaseOverload = this._releaseControlNode; + + // redraw to show the unselect + this._redraw(); }; /** - * Add object to the selection array. + * the function bound to the selection event. It checks if you want to connect a cluster and changes the description + * to walk the user through the process. * - * @param obj * @private */ - exports._addToSelection = function(obj) { - if (obj instanceof Node) { - this.selectionObj.nodes[obj.id] = obj; - } - else { - this.selectionObj.edges[obj.id] = obj; + exports._selectControlNode = function(pointer) { + this.edgeBeingEdited.controlNodes.from.unselect(); + this.edgeBeingEdited.controlNodes.to.unselect(); + this.selectedControlNode = this.edgeBeingEdited._getSelectedControlNode(this._XconvertDOMtoCanvas(pointer.x),this._YconvertDOMtoCanvas(pointer.y)); + if (this.selectedControlNode !== null) { + this.selectedControlNode.select(); + this.freezeSimulation = true; } + this._redraw(); }; + /** - * Add object to the selection array. + * the function bound to the selection event. It checks if you want to connect a cluster and changes the description + * to walk the user through the process. * - * @param obj * @private */ - exports._addToHover = function(obj) { - if (obj instanceof Node) { - this.hoverObj.nodes[obj.id] = obj; - } - else { - this.hoverObj.edges[obj.id] = obj; + exports._controlNodeDrag = function(event) { + var pointer = this._getPointer(event.gesture.center); + if (this.selectedControlNode !== null && this.selectedControlNode !== undefined) { + this.selectedControlNode.x = this._XconvertDOMtoCanvas(pointer.x); + this.selectedControlNode.y = this._YconvertDOMtoCanvas(pointer.y); } + this._redraw(); }; /** - * Remove a single option from selection. * - * @param {Object} obj + * @param pointer * @private */ - exports._removeFromSelection = function(obj) { - if (obj instanceof Node) { - delete this.selectionObj.nodes[obj.id]; + exports._releaseControlNode = function(pointer) { + var newNode = this._getNodeAt(pointer); + if (newNode !== null) { + if (this.edgeBeingEdited.controlNodes.from.selected == true) { + this.edgeBeingEdited._restoreControlNodes(); + this._editEdge(newNode.id, this.edgeBeingEdited.to.id); + this.edgeBeingEdited.controlNodes.from.unselect(); + } + if (this.edgeBeingEdited.controlNodes.to.selected == true) { + this.edgeBeingEdited._restoreControlNodes(); + this._editEdge(this.edgeBeingEdited.from.id, newNode.id); + this.edgeBeingEdited.controlNodes.to.unselect(); + } } else { - delete this.selectionObj.edges[obj.id]; + this.edgeBeingEdited._restoreControlNodes(); } + this.freezeSimulation = false; + this._redraw(); }; /** - * Unselect all. The selectionObj is useful for this. + * the function bound to the selection event. It checks if you want to connect a cluster and changes the description + * to walk the user through the process. * - * @param {Boolean} [doNotTrigger] | ignore trigger * @private */ - exports._unselectAll = function(doNotTrigger) { - if (doNotTrigger === undefined) { - doNotTrigger = false; - } - for(var nodeId in this.selectionObj.nodes) { - if(this.selectionObj.nodes.hasOwnProperty(nodeId)) { - this.selectionObj.nodes[nodeId].unselect(); - } - } - for(var edgeId in this.selectionObj.edges) { - if(this.selectionObj.edges.hasOwnProperty(edgeId)) { - this.selectionObj.edges[edgeId].unselect(); - } - } + exports._handleConnect = function(pointer) { + if (this._getSelectedNodeCount() == 0) { + var node = this._getNodeAt(pointer); - this.selectionObj = {nodes:{},edges:{}}; + if (node != null) { + if (node.clusterSize > 1) { + alert(this.constants.locales[this.constants.locale]['createEdgeError']) + } + else { + this._selectObject(node,false); + var supportNodes = this.sectors['support']['nodes']; - if (doNotTrigger == false) { - this.emit('select', this.getSelection()); - } - }; + // create a node the temporary line can look at + supportNodes['targetNode'] = new Node({id:'targetNode'},{},{},this.constants); + var targetNode = supportNodes['targetNode']; + targetNode.x = node.x; + targetNode.y = node.y; - /** - * Unselect all clusters. The selectionObj is useful for this. - * - * @param {Boolean} [doNotTrigger] | ignore trigger - * @private - */ - exports._unselectClusters = function(doNotTrigger) { - if (doNotTrigger === undefined) { - doNotTrigger = false; - } + // create a temporary edge + this.edges['connectionEdge'] = new Edge({id:"connectionEdge",from:node.id,to:targetNode.id}, this, this.constants); + var connectionEdge = this.edges['connectionEdge']; + connectionEdge.from = node; + connectionEdge.connected = true; + connectionEdge.options.smoothCurves = {enabled: true, + dynamic: false, + type: "continuous", + roundness: 0.5 + }; + connectionEdge.selected = true; + connectionEdge.to = targetNode; - for (var nodeId in this.selectionObj.nodes) { - if (this.selectionObj.nodes.hasOwnProperty(nodeId)) { - if (this.selectionObj.nodes[nodeId].clusterSize > 1) { - this.selectionObj.nodes[nodeId].unselect(); - this._removeFromSelection(this.selectionObj.nodes[nodeId]); + this.cachedFunctions["_handleOnDrag"] = this._handleOnDrag; + this._handleOnDrag = function(event) { + var pointer = this._getPointer(event.gesture.center); + var connectionEdge = this.edges['connectionEdge']; + connectionEdge.to.x = this._XconvertDOMtoCanvas(pointer.x); + connectionEdge.to.y = this._YconvertDOMtoCanvas(pointer.y); + }; + + this.moving = true; + this.start(); } } } + }; - if (doNotTrigger == false) { - this.emit('select', this.getSelection()); + exports._finishConnect = function(event) { + if (this._getSelectedNodeCount() == 1) { + var pointer = this._getPointer(event.gesture.center); + // restore the drag function + this._handleOnDrag = this.cachedFunctions["_handleOnDrag"]; + delete this.cachedFunctions["_handleOnDrag"]; + + // remember the edge id + var connectFromId = this.edges['connectionEdge'].fromId; + + // remove the temporary nodes and edge + delete this.edges['connectionEdge']; + delete this.sectors['support']['nodes']['targetNode']; + delete this.sectors['support']['nodes']['targetViaNode']; + + var node = this._getNodeAt(pointer); + if (node != null) { + if (node.clusterSize > 1) { + alert(this.constants.locales[this.constants.locale]["createEdgeError"]) + } + else { + this._createEdge(connectFromId,node.id); + this._createManipulatorBar(); + } + } + this._unselectAll(); } }; /** - * return the number of selected nodes - * - * @returns {number} - * @private + * Adds a node on the specified location */ - exports._getSelectedNodeCount = function() { - var count = 0; - for (var nodeId in this.selectionObj.nodes) { - if (this.selectionObj.nodes.hasOwnProperty(nodeId)) { - count += 1; + exports._addNode = function() { + if (this._selectionIsEmpty() && this.editMode == true) { + var positionObject = this._pointerToPositionObject(this.pointerPosition); + var defaultData = {id:util.randomUUID(),x:positionObject.left,y:positionObject.top,label:"new",allowedToMoveX:true,allowedToMoveY:true}; + if (this.triggerFunctions.add) { + if (this.triggerFunctions.add.length == 2) { + var me = this; + this.triggerFunctions.add(defaultData, function(finalizedData) { + me.nodesData.add(finalizedData); + me._createManipulatorBar(); + me.moving = true; + me.start(); + }); + } + else { + throw new Error('The function for add does not support two arguments (data,callback)'); + this._createManipulatorBar(); + this.moving = true; + this.start(); + } + } + else { + this.nodesData.add(defaultData); + this._createManipulatorBar(); + this.moving = true; + this.start(); } } - return count; }; + /** - * return the selected node + * connect two nodes with a new edge. * - * @returns {number} * @private */ - exports._getSelectedNode = function() { - for (var nodeId in this.selectionObj.nodes) { - if (this.selectionObj.nodes.hasOwnProperty(nodeId)) { - return this.selectionObj.nodes[nodeId]; + exports._createEdge = function(sourceNodeId,targetNodeId) { + if (this.editMode == true) { + var defaultData = {from:sourceNodeId, to:targetNodeId}; + if (this.triggerFunctions.connect) { + if (this.triggerFunctions.connect.length == 2) { + var me = this; + this.triggerFunctions.connect(defaultData, function(finalizedData) { + me.edgesData.add(finalizedData); + me.moving = true; + me.start(); + }); + } + else { + throw new Error('The function for connect does not support two arguments (data,callback)'); + this.moving = true; + this.start(); + } + } + else { + this.edgesData.add(defaultData); + this.moving = true; + this.start(); } } - return null; }; /** - * return the selected edge + * connect two nodes with a new edge. * - * @returns {number} * @private */ - exports._getSelectedEdge = function() { - for (var edgeId in this.selectionObj.edges) { - if (this.selectionObj.edges.hasOwnProperty(edgeId)) { - return this.selectionObj.edges[edgeId]; + exports._editEdge = function(sourceNodeId,targetNodeId) { + if (this.editMode == true) { + var defaultData = {id: this.edgeBeingEdited.id, from:sourceNodeId, to:targetNodeId}; + if (this.triggerFunctions.editEdge) { + if (this.triggerFunctions.editEdge.length == 2) { + var me = this; + this.triggerFunctions.editEdge(defaultData, function(finalizedData) { + me.edgesData.update(finalizedData); + me.moving = true; + me.start(); + }); + } + else { + throw new Error('The function for edit does not support two arguments (data, callback)'); + this.moving = true; + this.start(); + } + } + else { + this.edgesData.update(defaultData); + this.moving = true; + this.start(); } } - return null; }; - /** - * return the number of selected edges + * Create the toolbar to edit the selected node. The label and the color can be changed. Other colors are derived from the chosen color. * - * @returns {number} * @private */ - exports._getSelectedEdgeCount = function() { - var count = 0; - for (var edgeId in this.selectionObj.edges) { - if (this.selectionObj.edges.hasOwnProperty(edgeId)) { - count += 1; + exports._editNode = function() { + if (this.triggerFunctions.edit && this.editMode == true) { + var node = this._getSelectedNode(); + var data = {id:node.id, + label: node.label, + group: node.options.group, + shape: node.options.shape, + color: { + background:node.options.color.background, + border:node.options.color.border, + highlight: { + background:node.options.color.highlight.background, + border:node.options.color.highlight.border + } + }}; + if (this.triggerFunctions.edit.length == 2) { + var me = this; + this.triggerFunctions.edit(data, function (finalizedData) { + me.nodesData.update(finalizedData); + me._createManipulatorBar(); + me.moving = true; + me.start(); + }); + } + else { + throw new Error('The function for edit does not support two arguments (data, callback)'); } } - return count; + else { + throw new Error('No edit function has been bound to this button'); + } }; + + /** - * return the number of selected objects. + * delete everything in the selection * - * @returns {number} * @private */ - exports._getSelectedObjectCount = function() { - var count = 0; - for(var nodeId in this.selectionObj.nodes) { - if(this.selectionObj.nodes.hasOwnProperty(nodeId)) { - count += 1; + exports._deleteSelected = function() { + if (!this._selectionIsEmpty() && this.editMode == true) { + if (!this._clusterInSelection()) { + var selectedNodes = this.getSelectedNodes(); + var selectedEdges = this.getSelectedEdges(); + if (this.triggerFunctions.del) { + var me = this; + var data = {nodes: selectedNodes, edges: selectedEdges}; + if (this.triggerFunctions.del.length == 2) { + this.triggerFunctions.del(data, function (finalizedData) { + me.edgesData.remove(finalizedData.edges); + me.nodesData.remove(finalizedData.nodes); + me._unselectAll(); + me.moving = true; + me.start(); + }); + } + else { + throw new Error('The function for delete does not support two arguments (data, callback)') + } + } + else { + this.edgesData.remove(selectedEdges); + this.nodesData.remove(selectedNodes); + this._unselectAll(); + this.moving = true; + this.start(); + } } - } - for(var edgeId in this.selectionObj.edges) { - if(this.selectionObj.edges.hasOwnProperty(edgeId)) { - count += 1; + else { + alert(this.constants.locales[this.constants.locale]["deleteClusterError"]); } } - return count; }; - /** - * Check if anything is selected - * - * @returns {boolean} - * @private - */ - exports._selectionIsEmpty = function() { - for(var nodeId in this.selectionObj.nodes) { - if(this.selectionObj.nodes.hasOwnProperty(nodeId)) { - return false; + +/***/ }, +/* 64 */ +/***/ function(module, exports, __webpack_require__) { + + var util = __webpack_require__(1); + var Hammer = __webpack_require__(45); + + exports._cleanNavigation = function() { + // clean hammer bindings + if (this.navigationHammers.existing.length != 0) { + for (var i = 0; i < this.navigationHammers.existing.length; i++) { + this.navigationHammers.existing[i].dispose(); } + this.navigationHammers.existing = []; } - for(var edgeId in this.selectionObj.edges) { - if(this.selectionObj.edges.hasOwnProperty(edgeId)) { - return false; - } + + this._navigationReleaseOverload = function () {}; + + // clean up previous navigation items + if (this.navigationDivs && this.navigationDivs['wrapper'] && this.navigationDivs['wrapper'].parentNode) { + this.navigationDivs['wrapper'].parentNode.removeChild(this.navigationDivs['wrapper']); } - return true; }; - /** - * check if one of the selected nodes is a cluster. + * Creation of the navigation controls nodes. They are drawn over the rest of the nodes and are not affected by scale and translation + * they have a triggerFunction which is called on click. If the position of the navigation controls is dependent + * on this.frame.canvas.clientWidth or this.frame.canvas.clientHeight, we flag horizontalAlignLeft and verticalAlignTop false. + * This means that the location will be corrected by the _relocateNavigation function on a size change of the canvas. * - * @returns {boolean} * @private */ - exports._clusterInSelection = function() { - for(var nodeId in this.selectionObj.nodes) { - if(this.selectionObj.nodes.hasOwnProperty(nodeId)) { - if (this.selectionObj.nodes[nodeId].clusterSize > 1) { - return true; - } - } + exports._loadNavigationElements = function() { + this._cleanNavigation(); + + this.navigationDivs = {}; + var navigationDivs = ['up','down','left','right','zoomIn','zoomOut','zoomExtends']; + var navigationDivActions = ['_moveUp','_moveDown','_moveLeft','_moveRight','_zoomIn','_zoomOut','_zoomExtent']; + + this.navigationDivs['wrapper'] = document.createElement('div'); + this.frame.appendChild(this.navigationDivs['wrapper']); + + for (var i = 0; i < navigationDivs.length; i++) { + this.navigationDivs[navigationDivs[i]] = document.createElement('div'); + this.navigationDivs[navigationDivs[i]].className = 'network-navigation ' + navigationDivs[i]; + this.navigationDivs['wrapper'].appendChild(this.navigationDivs[navigationDivs[i]]); + + var hammer = Hammer(this.navigationDivs[navigationDivs[i]], {prevent_default: true}); + hammer.on('touch', this[navigationDivActions[i]].bind(this)); + this.navigationHammers._new.push(hammer); } - return false; + + this._navigationReleaseOverload = this._stopMovement; + + this.navigationHammers.existing = this.navigationHammers._new; }; + /** - * select the edges connected to the node that is being selected + * this stops all movement induced by the navigation buttons * - * @param {Node} node * @private */ - exports._selectConnectedEdges = function(node) { - for (var i = 0; i < node.dynamicEdges.length; i++) { - var edge = node.dynamicEdges[i]; - edge.select(); - this._addToSelection(edge); - } + exports._zoomExtent = function(event) { + this.zoomExtent({duration:700}); + event.stopPropagation(); }; /** - * select the edges connected to the node that is being selected + * this stops all movement induced by the navigation buttons * - * @param {Node} node * @private */ - exports._hoverConnectedEdges = function(node) { - for (var i = 0; i < node.dynamicEdges.length; i++) { - var edge = node.dynamicEdges[i]; - edge.hover = true; - this._addToHover(edge); - } + exports._stopMovement = function() { + this._xStopMoving(); + this._yStopMoving(); + this._stopZoom(); }; /** - * unselect the edges connected to the node that is being selected + * move the screen up + * By using the increments, instead of adding a fixed number to the translation, we keep fluent and + * instant movement. The onKeypress event triggers immediately, then pauses, then triggers frequently + * To avoid this behaviour, we do the translation in the start loop. * - * @param {Node} node * @private */ - exports._unselectConnectedEdges = function(node) { - for (var i = 0; i < node.dynamicEdges.length; i++) { - var edge = node.dynamicEdges[i]; - edge.unselect(); - this._removeFromSelection(edge); - } + exports._moveUp = function(event) { + this.yIncrement = this.constants.keyboard.speed.y; + this.start(); // if there is no node movement, the calculation wont be done + event.preventDefault(); }; - - /** - * This is called when someone clicks on a node. either select or deselect it. - * If there is an existing selection and we don't want to append to it, clear the existing selection - * - * @param {Node || Edge} object - * @param {Boolean} append - * @param {Boolean} [doNotTrigger] | ignore trigger + * move the screen down * @private */ - exports._selectObject = function(object, append, doNotTrigger, highlightEdges, overrideSelectable) { - if (doNotTrigger === undefined) { - doNotTrigger = false; - } - if (highlightEdges === undefined) { - highlightEdges = true; - } - - if (this._selectionIsEmpty() == false && append == false && this.forceAppendSelection == false) { - this._unselectAll(true); - } - - // selectable allows the object to be selected. Override can be used if needed to bypass this. - if (object.selected == false && (this.constants.selectable == true || overrideSelectable)) { - object.select(); - this._addToSelection(object); - if (object instanceof Node && this.blockConnectingEdgeSelection == false && highlightEdges == true) { - this._selectConnectedEdges(object); - } - } - // do not select the object if selectable is false, only add it to selection to allow drag to work - else if (object.selected == false) { - this._addToSelection(object); - doNotTrigger = true; - } - else { - object.unselect(); - this._removeFromSelection(object); - } - - if (doNotTrigger == false) { - this.emit('select', this.getSelection()); - } + exports._moveDown = function(event) { + this.yIncrement = -this.constants.keyboard.speed.y; + this.start(); // if there is no node movement, the calculation wont be done + event.preventDefault(); }; /** - * This is called when someone clicks on a node. either select or deselect it. - * If there is an existing selection and we don't want to append to it, clear the existing selection - * - * @param {Node || Edge} object + * move the screen left * @private */ - exports._blurObject = function(object) { - if (object.hover == true) { - object.hover = false; - this.emit("blurNode",{node:object.id}); - } + exports._moveLeft = function(event) { + this.xIncrement = this.constants.keyboard.speed.x; + this.start(); // if there is no node movement, the calculation wont be done + event.preventDefault(); }; + /** - * This is called when someone clicks on a node. either select or deselect it. - * If there is an existing selection and we don't want to append to it, clear the existing selection - * - * @param {Node || Edge} object + * move the screen right * @private */ - exports._hoverObject = function(object) { - if (object.hover == false) { - object.hover = true; - this._addToHover(object); - if (object instanceof Node) { - this.emit("hoverNode",{node:object.id}); - } - } - if (object instanceof Node) { - this._hoverConnectedEdges(object); - } + exports._moveRight = function(event) { + this.xIncrement = -this.constants.keyboard.speed.y; + this.start(); // if there is no node movement, the calculation wont be done + event.preventDefault(); }; /** - * handles the selection part of the touch, only for navigation controls elements; - * Touch is triggered before tap, also before hold. Hold triggers after a while. - * This is the most responsive solution - * - * @param {Object} pointer + * Zoom in, using the same method as the movement. * @private */ - exports._handleTouch = function(pointer) { + exports._zoomIn = function(event) { + this.zoomIncrement = this.constants.keyboard.speed.zoom; + this.start(); // if there is no node movement, the calculation wont be done + event.preventDefault(); }; /** - * handles the selection part of the tap; - * - * @param {Object} pointer + * Zoom out * @private */ - exports._handleTap = function(pointer) { - var node = this._getNodeAt(pointer); - if (node != null) { - this._selectObject(node, false); - } - else { - var edge = this._getEdgeAt(pointer); - if (edge != null) { - this._selectObject(edge, false); - } - else { - this._unselectAll(); - } - } - var properties = this.getSelection(); - properties['pointer'] = { - DOM: {x: pointer.x, y: pointer.y}, - canvas: {x: this._XconvertDOMtoCanvas(pointer.x), y: this._YconvertDOMtoCanvas(pointer.y)} - } - this.emit("click", properties); - this._redraw(); + exports._zoomOut = function(event) { + this.zoomIncrement = -this.constants.keyboard.speed.zoom; + this.start(); // if there is no node movement, the calculation wont be done + event.preventDefault(); }; /** - * handles the selection part of the double tap and opens a cluster if needed - * - * @param {Object} pointer + * Stop zooming and unhighlight the zoom controls * @private */ - exports._handleDoubleTap = function(pointer) { - var node = this._getNodeAt(pointer); - if (node != null && node !== undefined) { - // we reset the areaCenter here so the opening of the node will occur - this.areaCenter = {"x" : this._XconvertDOMtoCanvas(pointer.x), - "y" : this._YconvertDOMtoCanvas(pointer.y)}; - this.openCluster(node); - } - var properties = this.getSelection(); - properties['pointer'] = { - DOM: {x: pointer.x, y: pointer.y}, - canvas: {x: this._XconvertDOMtoCanvas(pointer.x), y: this._YconvertDOMtoCanvas(pointer.y)} - } - this.emit("doubleClick", properties); + exports._stopZoom = function(event) { + this.zoomIncrement = 0; + event && event.preventDefault(); }; /** - * Handle the onHold selection part - * - * @param pointer + * Stop moving in the Y direction and unHighlight the up and down * @private */ - exports._handleOnHold = function(pointer) { - var node = this._getNodeAt(pointer); - if (node != null) { - this._selectObject(node,true); - } - else { - var edge = this._getEdgeAt(pointer); - if (edge != null) { - this._selectObject(edge,true); - } - } - this._redraw(); + exports._yStopMoving = function(event) { + this.yIncrement = 0; + event && event.preventDefault(); }; /** - * handle the onRelease event. These functions are here for the navigation controls module - * and data manipulation module. - * - * @private + * Stop moving in the X direction and unHighlight left and right. + * @private */ - exports._handleOnRelease = function(pointer) { - this._manipulationReleaseOverload(pointer); - this._navigationReleaseOverload(pointer); + exports._xStopMoving = function(event) { + this.xIncrement = 0; + event && event.preventDefault(); }; - exports._manipulationReleaseOverload = function (pointer) {}; - exports._navigationReleaseOverload = function (pointer) {}; - /** - * - * retrieve the currently selected objects - * @return {{nodes: Array., edges: Array.}} selection - */ - exports.getSelection = function() { - var nodeIds = this.getSelectedNodes(); - var edgeIds = this.getSelectedEdges(); - return {nodes:nodeIds, edges:edgeIds}; - }; +/***/ }, +/* 65 */ +/***/ function(module, exports, __webpack_require__) { - /** - * - * retrieve the currently selected nodes - * @return {String[]} selection An array with the ids of the - * selected nodes. - */ - exports.getSelectedNodes = function() { - var idArray = []; - if (this.constants.selectable == true) { - for (var nodeId in this.selectionObj.nodes) { - if (this.selectionObj.nodes.hasOwnProperty(nodeId)) { - idArray.push(nodeId); + exports._resetLevels = function() { + for (var nodeId in this.nodes) { + if (this.nodes.hasOwnProperty(nodeId)) { + var node = this.nodes[nodeId]; + if (node.preassignedLevel == false) { + node.level = -1; + node.hierarchyEnumerated = false; } } } - return idArray }; /** + * This is the main function to layout the nodes in a hierarchical way. + * It checks if the node details are supplied correctly * - * retrieve the currently selected edges - * @return {Array} selection An array with the ids of the - * selected nodes. + * @private */ - exports.getSelectedEdges = function() { - var idArray = []; - if (this.constants.selectable == true) { - for (var edgeId in this.selectionObj.edges) { - if (this.selectionObj.edges.hasOwnProperty(edgeId)) { - idArray.push(edgeId); + exports._setupHierarchicalLayout = function() { + if (this.constants.hierarchicalLayout.enabled == true && this.nodeIndices.length > 0) { + // get the size of the largest hubs and check if the user has defined a level for a node. + var hubsize = 0; + var node, nodeId; + var definedLevel = false; + var undefinedLevel = false; + + for (nodeId in this.nodes) { + if (this.nodes.hasOwnProperty(nodeId)) { + node = this.nodes[nodeId]; + if (node.level != -1) { + definedLevel = true; + } + else { + undefinedLevel = true; + } + if (hubsize < node.edges.length) { + hubsize = node.edges.length; + } } } - } - return idArray; - }; + // if the user defined some levels but not all, alert and run without hierarchical layout + if (undefinedLevel == true && definedLevel == true) { + throw new Error("To use the hierarchical layout, nodes require either no predefined levels or levels have to be defined for all nodes."); + this.zoomExtent(undefined,true,this.constants.clustering.enabled); + if (!this.constants.clustering.enabled) { + this.start(); + } + } + else { + // setup the system to use hierarchical method. + this._changeConstants(); + + // define levels if undefined by the users. Based on hubsize + if (undefinedLevel == true) { + if (this.constants.hierarchicalLayout.layout == "hubsize") { + this._determineLevels(hubsize); + } + else { + this._determineLevelsDirected(false); + } + + } + // check the distribution of the nodes per level. + var distribution = this._getDistribution(); - /** - * select zero or more nodes DEPRICATED - * @param {Number[] | String[]} selection An array with the ids of the - * selected nodes. - */ - exports.setSelection = function() { - console.log("setSelection is deprecated. Please use selectNodes instead.") + // place the nodes on the canvas. This also stablilizes the system. + this._placeNodesByHierarchy(distribution); + + // start the simulation. + this.start(); + } + } }; /** - * select zero or more nodes with the option to highlight edges - * @param {Number[] | String[]} selection An array with the ids of the - * selected nodes. - * @param {boolean} [highlightEdges] + * This function places the nodes on the canvas based on the hierarchial distribution. + * + * @param {Object} distribution | obtained by the function this._getDistribution() + * @private */ - exports.selectNodes = function(selection, highlightEdges) { - var i, iMax, id; - - if (!selection || (selection.length == undefined)) - throw 'Selection must be an array with ids'; + exports._placeNodesByHierarchy = function(distribution) { + var nodeId, node; - // first unselect any selected node - this._unselectAll(true); + // start placing all the level 0 nodes first. Then recursively position their branches. + for (var level in distribution) { + if (distribution.hasOwnProperty(level)) { - for (i = 0, iMax = selection.length; i < iMax; i++) { - id = selection[i]; + for (nodeId in distribution[level].nodes) { + if (distribution[level].nodes.hasOwnProperty(nodeId)) { + node = distribution[level].nodes[nodeId]; + if (this.constants.hierarchicalLayout.direction == "UD" || this.constants.hierarchicalLayout.direction == "DU") { + if (node.xFixed) { + node.x = distribution[level].minPos; + node.xFixed = false; - var node = this.nodes[id]; - if (!node) { - throw new RangeError('Node with id "' + id + '" not found'); + distribution[level].minPos += distribution[level].nodeSpacing; + } + } + else { + if (node.yFixed) { + node.y = distribution[level].minPos; + node.yFixed = false; + + distribution[level].minPos += distribution[level].nodeSpacing; + } + } + this._placeBranchNodes(node.edges,node.id,distribution,node.level); + } + } } - this._selectObject(node,true,true,highlightEdges,true); } - this.redraw(); + + // stabilize the system after positioning. This function calls zoomExtent. + this._stabilize(); }; /** - * select zero or more edges - * @param {Number[] | String[]} selection An array with the ids of the - * selected nodes. + * This function get the distribution of levels based on hubsize + * + * @returns {Object} + * @private */ - exports.selectEdges = function(selection) { - var i, iMax, id; - - if (!selection || (selection.length == undefined)) - throw 'Selection must be an array with ids'; + exports._getDistribution = function() { + var distribution = {}; + var nodeId, node, level; - // first unselect any selected node - this._unselectAll(true); + // we fix Y because the hierarchy is vertical, we fix X so we do not give a node an x position for a second time. + // the fix of X is removed after the x value has been set. + for (nodeId in this.nodes) { + if (this.nodes.hasOwnProperty(nodeId)) { + node = this.nodes[nodeId]; + node.xFixed = true; + node.yFixed = true; + if (this.constants.hierarchicalLayout.direction == "UD" || this.constants.hierarchicalLayout.direction == "DU") { + node.y = this.constants.hierarchicalLayout.levelSeparation*node.level; + } + else { + node.x = this.constants.hierarchicalLayout.levelSeparation*node.level; + } + if (distribution[node.level] === undefined) { + distribution[node.level] = {amount: 0, nodes: {}, minPos:0, nodeSpacing:0}; + } + distribution[node.level].amount += 1; + distribution[node.level].nodes[nodeId] = node; + } + } - for (i = 0, iMax = selection.length; i < iMax; i++) { - id = selection[i]; + // determine the largest amount of nodes of all levels + var maxCount = 0; + for (level in distribution) { + if (distribution.hasOwnProperty(level)) { + if (maxCount < distribution[level].amount) { + maxCount = distribution[level].amount; + } + } + } - var edge = this.edges[id]; - if (!edge) { - throw new RangeError('Edge with id "' + id + '" not found'); + // set the initial position and spacing of each nodes accordingly + for (level in distribution) { + if (distribution.hasOwnProperty(level)) { + distribution[level].nodeSpacing = (maxCount + 1) * this.constants.hierarchicalLayout.nodeSpacing; + distribution[level].nodeSpacing /= (distribution[level].amount + 1); + distribution[level].minPos = distribution[level].nodeSpacing - (0.5 * (distribution[level].amount + 1) * distribution[level].nodeSpacing); } - this._selectObject(edge,true,true,false,true); } - this.redraw(); + + return distribution; }; + /** - * Validate the selection: remove ids of nodes which no longer exist + * this function allocates nodes in levels based on the recursive branching from the largest hubs. + * + * @param hubsize * @private */ - exports._updateSelection = function () { - for(var nodeId in this.selectionObj.nodes) { - if(this.selectionObj.nodes.hasOwnProperty(nodeId)) { - if (!this.nodes.hasOwnProperty(nodeId)) { - delete this.selectionObj.nodes[nodeId]; + exports._determineLevels = function(hubsize) { + var nodeId, node; + + // determine hubs + for (nodeId in this.nodes) { + if (this.nodes.hasOwnProperty(nodeId)) { + node = this.nodes[nodeId]; + if (node.edges.length == hubsize) { + node.level = 0; } } } - for(var edgeId in this.selectionObj.edges) { - if(this.selectionObj.edges.hasOwnProperty(edgeId)) { - if (!this.edges.hasOwnProperty(edgeId)) { - delete this.selectionObj.edges[edgeId]; + + // branch from hubs + for (nodeId in this.nodes) { + if (this.nodes.hasOwnProperty(nodeId)) { + node = this.nodes[nodeId]; + if (node.level == 0) { + this._setLevel(1,node.edges,node.id); } } } }; -/***/ }, -/* 67 */ -/***/ function(module, exports, __webpack_require__) { - - var util = __webpack_require__(1); - var Node = __webpack_require__(56); - var Edge = __webpack_require__(57); /** - * clears the toolbar div element of children + * this function allocates nodes in levels based on the direction of the edges * + * @param hubsize * @private */ - exports._clearManipulatorBar = function() { - this._recursiveDOMDelete(this.manipulationDiv); - this.manipulationDOM = {}; + exports._determineLevelsDirected = function() { + var nodeId, node, firstNode; + var minLevel = 10000; - this._manipulationReleaseOverload = function () {}; - delete this.sectors['support']['nodes']['targetNode']; - delete this.sectors['support']['nodes']['targetViaNode']; - this.controlNodesActive = false; - }; + // set first node to source + firstNode = this.nodes[this.nodeIndices[0]]; + firstNode.level = minLevel; + this._setLevelDirected(minLevel,firstNode.edges,firstNode.id); - /** - * Manipulation UI temporarily overloads certain functions to extend or replace them. To be able to restore - * these functions to their original functionality, we saved them in this.cachedFunctions. - * This function restores these functions to their original function. - * - * @private - */ - exports._restoreOverloadedFunctions = function() { - for (var functionName in this.cachedFunctions) { - if (this.cachedFunctions.hasOwnProperty(functionName)) { - this[functionName] = this.cachedFunctions[functionName]; - delete this.cachedFunctions[functionName]; + // get the minimum level + for (nodeId in this.nodes) { + if (this.nodes.hasOwnProperty(nodeId)) { + node = this.nodes[nodeId]; + minLevel = node.level < minLevel ? node.level : minLevel; + } + } + + // subtract the minimum from the set so we have a range starting from 0 + for (nodeId in this.nodes) { + if (this.nodes.hasOwnProperty(nodeId)) { + node = this.nodes[nodeId]; + node.level -= minLevel; } } }; + /** - * Enable or disable edit-mode. + * Since hierarchical layout does not support: + * - smooth curves (based on the physics), + * - clustering (based on dynamic node counts) + * + * We disable both features so there will be no problems. * * @private */ - exports._toggleEditMode = function() { - this.editMode = !this.editMode; - var toolbar = this.manipulationDiv; - var closeDiv = this.closeDiv; - var editModeDiv = this.editModeDiv; - if (this.editMode == true) { - toolbar.style.display="block"; - closeDiv.style.display="block"; - editModeDiv.style.display="none"; - closeDiv.onclick = this._toggleEditMode.bind(this); + exports._changeConstants = function() { + this.constants.clustering.enabled = false; + this.constants.physics.barnesHut.enabled = false; + this.constants.physics.hierarchicalRepulsion.enabled = true; + this._loadSelectedForceSolver(); + if (this.constants.smoothCurves.enabled == true) { + this.constants.smoothCurves.dynamic = false; + } + this._configureSmoothCurves(); + + var config = this.constants.hierarchicalLayout; + config.levelSeparation = Math.abs(config.levelSeparation); + if (config.direction == "RL" || config.direction == "DU") { + config.levelSeparation *= -1; + } + + if (config.direction == "RL" || config.direction == "LR") { + if (this.constants.smoothCurves.enabled == true) { + this.constants.smoothCurves.type = "vertical"; + } } else { - toolbar.style.display="none"; - closeDiv.style.display="none"; - editModeDiv.style.display="block"; - closeDiv.onclick = null; + if (this.constants.smoothCurves.enabled == true) { + this.constants.smoothCurves.type = "horizontal"; + } } - this._createManipulatorBar() }; + /** - * main function, creates the main toolbar. Removes functions bound to the select event. Binds all the buttons of the toolbar. + * This is a recursively called function to enumerate the branches from the largest hubs and place the nodes + * on a X position that ensures there will be no overlap. * + * @param edges + * @param parentId + * @param distribution + * @param parentLevel * @private */ - exports._createManipulatorBar = function() { - // remove bound functions - if (this.boundFunction) { - this.off('select', this.boundFunction); - } - - var locale = this.constants.locales[this.constants.locale]; - - if (this.edgeBeingEdited !== undefined) { - this.edgeBeingEdited._disableControlNodes(); - this.edgeBeingEdited = undefined; - this.selectedControlNode = null; - this.controlNodesActive = false; - this._redraw(); - } - - // restore overloaded functions - this._restoreOverloadedFunctions(); - - // resume calculation - this.freezeSimulation = false; - - // reset global variables - this.blockConnectingEdgeSelection = false; - this.forceAppendSelection = false; - this.manipulationDOM = {}; - - if (this.editMode == true) { - while (this.manipulationDiv.hasChildNodes()) { - this.manipulationDiv.removeChild(this.manipulationDiv.firstChild); + exports._placeBranchNodes = function(edges, parentId, distribution, parentLevel) { + for (var i = 0; i < edges.length; i++) { + var childNode = null; + if (edges[i].toId == parentId) { + childNode = edges[i].from; } - - this.manipulationDOM['addNodeSpan'] = document.createElement('span'); - this.manipulationDOM['addNodeSpan'].className = 'network-manipulationUI add'; - this.manipulationDOM['addNodeLabelSpan'] = document.createElement('span'); - this.manipulationDOM['addNodeLabelSpan'].className = 'network-manipulationLabel'; - this.manipulationDOM['addNodeLabelSpan'].innerHTML = locale['addNode']; - this.manipulationDOM['addNodeSpan'].appendChild(this.manipulationDOM['addNodeLabelSpan']); - - this.manipulationDOM['seperatorLineDiv1'] = document.createElement('div'); - this.manipulationDOM['seperatorLineDiv1'].className = 'network-seperatorLine'; - - this.manipulationDOM['addEdgeSpan'] = document.createElement('span'); - this.manipulationDOM['addEdgeSpan'].className = 'network-manipulationUI connect'; - this.manipulationDOM['addEdgeLabelSpan'] = document.createElement('span'); - this.manipulationDOM['addEdgeLabelSpan'].className = 'network-manipulationLabel'; - this.manipulationDOM['addEdgeLabelSpan'].innerHTML = locale['addEdge']; - this.manipulationDOM['addEdgeSpan'].appendChild(this.manipulationDOM['addEdgeLabelSpan']); - - this.manipulationDiv.appendChild(this.manipulationDOM['addNodeSpan']); - this.manipulationDiv.appendChild(this.manipulationDOM['seperatorLineDiv1']); - this.manipulationDiv.appendChild(this.manipulationDOM['addEdgeSpan']); - - if (this._getSelectedNodeCount() == 1 && this.triggerFunctions.edit) { - this.manipulationDOM['seperatorLineDiv2'] = document.createElement('div'); - this.manipulationDOM['seperatorLineDiv2'].className = 'network-seperatorLine'; - - this.manipulationDOM['editNodeSpan'] = document.createElement('span'); - this.manipulationDOM['editNodeSpan'].className = 'network-manipulationUI edit'; - this.manipulationDOM['editNodeLabelSpan'] = document.createElement('span'); - this.manipulationDOM['editNodeLabelSpan'].className = 'network-manipulationLabel'; - this.manipulationDOM['editNodeLabelSpan'].innerHTML = locale['editNode']; - this.manipulationDOM['editNodeSpan'].appendChild(this.manipulationDOM['editNodeLabelSpan']); - - this.manipulationDiv.appendChild(this.manipulationDOM['seperatorLineDiv2']); - this.manipulationDiv.appendChild(this.manipulationDOM['editNodeSpan']); + else { + childNode = edges[i].to; } - else if (this._getSelectedEdgeCount() == 1 && this._getSelectedNodeCount() == 0) { - this.manipulationDOM['seperatorLineDiv3'] = document.createElement('div'); - this.manipulationDOM['seperatorLineDiv3'].className = 'network-seperatorLine'; - this.manipulationDOM['editEdgeSpan'] = document.createElement('span'); - this.manipulationDOM['editEdgeSpan'].className = 'network-manipulationUI edit'; - this.manipulationDOM['editEdgeLabelSpan'] = document.createElement('span'); - this.manipulationDOM['editEdgeLabelSpan'].className = 'network-manipulationLabel'; - this.manipulationDOM['editEdgeLabelSpan'].innerHTML = locale['editEdge']; - this.manipulationDOM['editEdgeSpan'].appendChild(this.manipulationDOM['editEdgeLabelSpan']); + // if a node is conneceted to another node on the same level (or higher (means lower level))!, this is not handled here. + var nodeMoved = false; + if (this.constants.hierarchicalLayout.direction == "UD" || this.constants.hierarchicalLayout.direction == "DU") { + if (childNode.xFixed && childNode.level > parentLevel) { + childNode.xFixed = false; + childNode.x = distribution[childNode.level].minPos; + nodeMoved = true; + } + } + else { + if (childNode.yFixed && childNode.level > parentLevel) { + childNode.yFixed = false; + childNode.y = distribution[childNode.level].minPos; + nodeMoved = true; + } + } - this.manipulationDiv.appendChild(this.manipulationDOM['seperatorLineDiv3']); - this.manipulationDiv.appendChild(this.manipulationDOM['editEdgeSpan']); + if (nodeMoved == true) { + distribution[childNode.level].minPos += distribution[childNode.level].nodeSpacing; + if (childNode.edges.length > 1) { + this._placeBranchNodes(childNode.edges,childNode.id,distribution,childNode.level); + } } - if (this._selectionIsEmpty() == false) { - this.manipulationDOM['seperatorLineDiv4'] = document.createElement('div'); - this.manipulationDOM['seperatorLineDiv4'].className = 'network-seperatorLine'; + } + }; - this.manipulationDOM['deleteSpan'] = document.createElement('span'); - this.manipulationDOM['deleteSpan'].className = 'network-manipulationUI delete'; - this.manipulationDOM['deleteLabelSpan'] = document.createElement('span'); - this.manipulationDOM['deleteLabelSpan'].className = 'network-manipulationLabel'; - this.manipulationDOM['deleteLabelSpan'].innerHTML = locale['del']; - this.manipulationDOM['deleteSpan'].appendChild(this.manipulationDOM['deleteLabelSpan']); - this.manipulationDiv.appendChild(this.manipulationDOM['seperatorLineDiv4']); - this.manipulationDiv.appendChild(this.manipulationDOM['deleteSpan']); + /** + * this function is called recursively to enumerate the barnches of the largest hubs and give each node a level. + * + * @param level + * @param edges + * @param parentId + * @private + */ + exports._setLevel = function(level, edges, parentId) { + for (var i = 0; i < edges.length; i++) { + var childNode = null; + if (edges[i].toId == parentId) { + childNode = edges[i].from; + } + else { + childNode = edges[i].to; + } + if (childNode.level == -1 || childNode.level > level) { + childNode.level = level; + if (childNode.edges.length > 1) { + this._setLevel(level+1, childNode.edges, childNode.id); + } } + } + }; - // bind the icons - this.manipulationDOM['addNodeSpan'].onclick = this._createAddNodeToolbar.bind(this); - this.manipulationDOM['addEdgeSpan'].onclick = this._createAddEdgeToolbar.bind(this); - if (this._getSelectedNodeCount() == 1 && this.triggerFunctions.edit) { - this.manipulationDOM['editNodeSpan'].onclick = this._editNode.bind(this); + /** + * this function is called recursively to enumerate the branched of the first node and give each node a level based on edge direction + * + * @param level + * @param edges + * @param parentId + * @private + */ + exports._setLevelDirected = function(level, edges, parentId) { + this.nodes[parentId].hierarchyEnumerated = true; + var childNode, direction; + for (var i = 0; i < edges.length; i++) { + direction = 1; + if (edges[i].toId == parentId) { + childNode = edges[i].from; + direction = -1; } - else if (this._getSelectedEdgeCount() == 1 && this._getSelectedNodeCount() == 0) { - this.manipulationDOM['editEdgeSpan'].onclick = this._createEditEdgeToolbar.bind(this); + else { + childNode = edges[i].to; } - if (this._selectionIsEmpty() == false) { - this.manipulationDOM['deleteSpan'].onclick = this._deleteSelected.bind(this); + if (childNode.level == -1) { + childNode.level = level + direction; } - this.closeDiv.onclick = this._toggleEditMode.bind(this); - - var me = this; - this.boundFunction = me._createManipulatorBar; - this.on('select', this.boundFunction); } - else { - while (this.editModeDiv.hasChildNodes()) { - this.editModeDiv.removeChild(this.editModeDiv.firstChild); - } - - this.manipulationDOM['editModeSpan'] = document.createElement('span'); - this.manipulationDOM['editModeSpan'].className = 'network-manipulationUI edit editmode'; - this.manipulationDOM['editModeLabelSpan'] = document.createElement('span'); - this.manipulationDOM['editModeLabelSpan'].className = 'network-manipulationLabel'; - this.manipulationDOM['editModeLabelSpan'].innerHTML = locale['edit']; - this.manipulationDOM['editModeSpan'].appendChild(this.manipulationDOM['editModeLabelSpan']); - this.editModeDiv.appendChild(this.manipulationDOM['editModeSpan']); + for (var i = 0; i < edges.length; i++) { + if (edges[i].toId == parentId) {childNode = edges[i].from;} + else {childNode = edges[i].to;} - this.manipulationDOM['editModeSpan'].onclick = this._toggleEditMode.bind(this); + if (childNode.edges.length > 1 && childNode.hierarchyEnumerated === false) { + this._setLevelDirected(childNode.level, childNode.edges, childNode.id); + } } }; - /** - * Create the toolbar for adding Nodes + * Unfix nodes * * @private */ - exports._createAddNodeToolbar = function() { - // clear the toolbar - this._clearManipulatorBar(); - if (this.boundFunction) { - this.off('select', this.boundFunction); + exports._restoreNodes = function() { + for (var nodeId in this.nodes) { + if (this.nodes.hasOwnProperty(nodeId)) { + this.nodes[nodeId].xFixed = false; + this.nodes[nodeId].yFixed = false; + } } + }; - var locale = this.constants.locales[this.constants.locale]; - - this.manipulationDOM = {}; - this.manipulationDOM['backSpan'] = document.createElement('span'); - this.manipulationDOM['backSpan'].className = 'network-manipulationUI back'; - this.manipulationDOM['backLabelSpan'] = document.createElement('span'); - this.manipulationDOM['backLabelSpan'].className = 'network-manipulationLabel'; - this.manipulationDOM['backLabelSpan'].innerHTML = locale['back']; - this.manipulationDOM['backSpan'].appendChild(this.manipulationDOM['backLabelSpan']); - - this.manipulationDOM['seperatorLineDiv1'] = document.createElement('div'); - this.manipulationDOM['seperatorLineDiv1'].className = 'network-seperatorLine'; - - this.manipulationDOM['descriptionSpan'] = document.createElement('span'); - this.manipulationDOM['descriptionSpan'].className = 'network-manipulationUI none'; - this.manipulationDOM['descriptionLabelSpan'] = document.createElement('span'); - this.manipulationDOM['descriptionLabelSpan'].className = 'network-manipulationLabel'; - this.manipulationDOM['descriptionLabelSpan'].innerHTML = locale['addDescription']; - this.manipulationDOM['descriptionSpan'].appendChild(this.manipulationDOM['descriptionLabelSpan']); - this.manipulationDiv.appendChild(this.manipulationDOM['backSpan']); - this.manipulationDiv.appendChild(this.manipulationDOM['seperatorLineDiv1']); - this.manipulationDiv.appendChild(this.manipulationDOM['descriptionSpan']); +/***/ }, +/* 66 */ +/***/ function(module, exports, __webpack_require__) { - // bind the icon - this.manipulationDOM['backSpan'].onclick = this._createManipulatorBar.bind(this); + var util = __webpack_require__(1); + var RepulsionMixin = __webpack_require__(68); + var HierarchialRepulsionMixin = __webpack_require__(69); + var BarnesHutMixin = __webpack_require__(70); - // we use the boundFunction so we can reference it when we unbind it from the "select" event. - var me = this; - this.boundFunction = me._addNode; - this.on('select', this.boundFunction); + /** + * Toggling barnes Hut calculation on and off. + * + * @private + */ + exports._toggleBarnesHut = function () { + this.constants.physics.barnesHut.enabled = !this.constants.physics.barnesHut.enabled; + this._loadSelectedForceSolver(); + this.moving = true; + this.start(); }; /** - * create the toolbar to connect nodes + * This loads the node force solver based on the barnes hut or repulsion algorithm * * @private */ - exports._createAddEdgeToolbar = function() { - // clear the toolbar - this._clearManipulatorBar(); - this._unselectAll(true); - this.freezeSimulation = true; - - if (this.boundFunction) { - this.off('select', this.boundFunction); - } - - var locale = this.constants.locales[this.constants.locale]; - - this._unselectAll(); - this.forceAppendSelection = false; - this.blockConnectingEdgeSelection = true; - - this.manipulationDOM = {}; - this.manipulationDOM['backSpan'] = document.createElement('span'); - this.manipulationDOM['backSpan'].className = 'network-manipulationUI back'; - this.manipulationDOM['backLabelSpan'] = document.createElement('span'); - this.manipulationDOM['backLabelSpan'].className = 'network-manipulationLabel'; - this.manipulationDOM['backLabelSpan'].innerHTML = locale['back']; - this.manipulationDOM['backSpan'].appendChild(this.manipulationDOM['backLabelSpan']); - - this.manipulationDOM['seperatorLineDiv1'] = document.createElement('div'); - this.manipulationDOM['seperatorLineDiv1'].className = 'network-seperatorLine'; + exports._loadSelectedForceSolver = function () { + // this overloads the this._calculateNodeForces + if (this.constants.physics.barnesHut.enabled == true) { + this._clearMixin(RepulsionMixin); + this._clearMixin(HierarchialRepulsionMixin); - this.manipulationDOM['descriptionSpan'] = document.createElement('span'); - this.manipulationDOM['descriptionSpan'].className = 'network-manipulationUI none'; - this.manipulationDOM['descriptionLabelSpan'] = document.createElement('span'); - this.manipulationDOM['descriptionLabelSpan'].className = 'network-manipulationLabel'; - this.manipulationDOM['descriptionLabelSpan'].innerHTML = locale['edgeDescription']; - this.manipulationDOM['descriptionSpan'].appendChild(this.manipulationDOM['descriptionLabelSpan']); + this.constants.physics.centralGravity = this.constants.physics.barnesHut.centralGravity; + this.constants.physics.springLength = this.constants.physics.barnesHut.springLength; + this.constants.physics.springConstant = this.constants.physics.barnesHut.springConstant; + this.constants.physics.damping = this.constants.physics.barnesHut.damping; - this.manipulationDiv.appendChild(this.manipulationDOM['backSpan']); - this.manipulationDiv.appendChild(this.manipulationDOM['seperatorLineDiv1']); - this.manipulationDiv.appendChild(this.manipulationDOM['descriptionSpan']); + this._loadMixin(BarnesHutMixin); + } + else if (this.constants.physics.hierarchicalRepulsion.enabled == true) { + this._clearMixin(BarnesHutMixin); + this._clearMixin(RepulsionMixin); - // bind the icon - this.manipulationDOM['backSpan'].onclick = this._createManipulatorBar.bind(this); + this.constants.physics.centralGravity = this.constants.physics.hierarchicalRepulsion.centralGravity; + this.constants.physics.springLength = this.constants.physics.hierarchicalRepulsion.springLength; + this.constants.physics.springConstant = this.constants.physics.hierarchicalRepulsion.springConstant; + this.constants.physics.damping = this.constants.physics.hierarchicalRepulsion.damping; - // we use the boundFunction so we can reference it when we unbind it from the "select" event. - var me = this; - this.boundFunction = me._handleConnect; - this.on('select', this.boundFunction); + this._loadMixin(HierarchialRepulsionMixin); + } + else { + this._clearMixin(BarnesHutMixin); + this._clearMixin(HierarchialRepulsionMixin); + this.barnesHutTree = undefined; - // temporarily overload functions - this.cachedFunctions["_handleTouch"] = this._handleTouch; - this.cachedFunctions["_manipulationReleaseOverload"] = this._manipulationReleaseOverload; - this.cachedFunctions["_handleDragStart"] = this._handleDragStart; - this.cachedFunctions["_handleDragEnd"] = this._handleDragEnd; - this._handleTouch = this._handleConnect; - this._manipulationReleaseOverload = function () {}; - this._handleDragStart = function () {}; - this._handleDragEnd = this._finishConnect; + this.constants.physics.centralGravity = this.constants.physics.repulsion.centralGravity; + this.constants.physics.springLength = this.constants.physics.repulsion.springLength; + this.constants.physics.springConstant = this.constants.physics.repulsion.springConstant; + this.constants.physics.damping = this.constants.physics.repulsion.damping; - // redraw to show the unselect - this._redraw(); + this._loadMixin(RepulsionMixin); + } }; /** - * create the toolbar to edit edges + * Before calculating the forces, we check if we need to cluster to keep up performance and we check + * if there is more than one node. If it is just one node, we dont calculate anything. * * @private */ - exports._createEditEdgeToolbar = function() { - // clear the toolbar - this._clearManipulatorBar(); - this.controlNodesActive = true; - - if (this.boundFunction) { - this.off('select', this.boundFunction); + exports._initializeForceCalculation = function () { + // stop calculation if there is only one node + if (this.nodeIndices.length == 1) { + this.nodes[this.nodeIndices[0]]._setForce(0, 0); } + else { + // if there are too many nodes on screen, we cluster without repositioning + if (this.nodeIndices.length > this.constants.clustering.clusterThreshold && this.constants.clustering.enabled == true) { + this.clusterToFit(this.constants.clustering.reduceToNodes, false); + } - this.edgeBeingEdited = this._getSelectedEdge(); - this.edgeBeingEdited._enableControlNodes(); + // we now start the force calculation + this._calculateForces(); + } + }; - var locale = this.constants.locales[this.constants.locale]; - this.manipulationDOM = {}; - this.manipulationDOM['backSpan'] = document.createElement('span'); - this.manipulationDOM['backSpan'].className = 'network-manipulationUI back'; - this.manipulationDOM['backLabelSpan'] = document.createElement('span'); - this.manipulationDOM['backLabelSpan'].className = 'network-manipulationLabel'; - this.manipulationDOM['backLabelSpan'].innerHTML = locale['back']; - this.manipulationDOM['backSpan'].appendChild(this.manipulationDOM['backLabelSpan']); + /** + * Calculate the external forces acting on the nodes + * Forces are caused by: edges, repulsing forces between nodes, gravity + * @private + */ + exports._calculateForces = function () { + // Gravity is required to keep separated groups from floating off + // the forces are reset to zero in this loop by using _setForce instead + // of _addForce - this.manipulationDOM['seperatorLineDiv1'] = document.createElement('div'); - this.manipulationDOM['seperatorLineDiv1'].className = 'network-seperatorLine'; + this._calculateGravitationalForces(); + this._calculateNodeForces(); - this.manipulationDOM['descriptionSpan'] = document.createElement('span'); - this.manipulationDOM['descriptionSpan'].className = 'network-manipulationUI none'; - this.manipulationDOM['descriptionLabelSpan'] = document.createElement('span'); - this.manipulationDOM['descriptionLabelSpan'].className = 'network-manipulationLabel'; - this.manipulationDOM['descriptionLabelSpan'].innerHTML = locale['editEdgeDescription']; - this.manipulationDOM['descriptionSpan'].appendChild(this.manipulationDOM['descriptionLabelSpan']); + if (this.constants.physics.springConstant > 0) { + if (this.constants.smoothCurves.enabled == true && this.constants.smoothCurves.dynamic == true) { + this._calculateSpringForcesWithSupport(); + } + else { + if (this.constants.physics.hierarchicalRepulsion.enabled == true) { + this._calculateHierarchicalSpringForces(); + } + else { + this._calculateSpringForces(); + } + } + } + }; - this.manipulationDiv.appendChild(this.manipulationDOM['backSpan']); - this.manipulationDiv.appendChild(this.manipulationDOM['seperatorLineDiv1']); - this.manipulationDiv.appendChild(this.manipulationDOM['descriptionSpan']); - // bind the icon - this.manipulationDOM['backSpan'].onclick = this._createManipulatorBar.bind(this); + /** + * Smooth curves are created by adding invisible nodes in the center of the edges. These nodes are also + * handled in the calculateForces function. We then use a quadratic curve with the center node as control. + * This function joins the datanodes and invisible (called support) nodes into one object. + * We do this so we do not contaminate this.nodes with the support nodes. + * + * @private + */ + exports._updateCalculationNodes = function () { + if (this.constants.smoothCurves.enabled == true && this.constants.smoothCurves.dynamic == true) { + this.calculationNodes = {}; + this.calculationNodeIndices = []; - // temporarily overload functions - this.cachedFunctions["_handleTouch"] = this._handleTouch; - this.cachedFunctions["_manipulationReleaseOverload"] = this._manipulationReleaseOverload; - this.cachedFunctions["_handleTap"] = this._handleTap; - this.cachedFunctions["_handleDragStart"] = this._handleDragStart; - this.cachedFunctions["_handleOnDrag"] = this._handleOnDrag; - this._handleTouch = this._selectControlNode; - this._handleTap = function () {}; - this._handleOnDrag = this._controlNodeDrag; - this._handleDragStart = function () {} - this._manipulationReleaseOverload = this._releaseControlNode; + for (var nodeId in this.nodes) { + if (this.nodes.hasOwnProperty(nodeId)) { + this.calculationNodes[nodeId] = this.nodes[nodeId]; + } + } + var supportNodes = this.sectors['support']['nodes']; + for (var supportNodeId in supportNodes) { + if (supportNodes.hasOwnProperty(supportNodeId)) { + if (this.edges.hasOwnProperty(supportNodes[supportNodeId].parentEdgeId)) { + this.calculationNodes[supportNodeId] = supportNodes[supportNodeId]; + } + else { + supportNodes[supportNodeId]._setForce(0, 0); + } + } + } - // redraw to show the unselect - this._redraw(); + for (var idx in this.calculationNodes) { + if (this.calculationNodes.hasOwnProperty(idx)) { + this.calculationNodeIndices.push(idx); + } + } + } + else { + this.calculationNodes = this.nodes; + this.calculationNodeIndices = this.nodeIndices; + } }; /** - * the function bound to the selection event. It checks if you want to connect a cluster and changes the description - * to walk the user through the process. + * this function applies the central gravity effect to keep groups from floating off * * @private */ - exports._selectControlNode = function(pointer) { - this.edgeBeingEdited.controlNodes.from.unselect(); - this.edgeBeingEdited.controlNodes.to.unselect(); - this.selectedControlNode = this.edgeBeingEdited._getSelectedControlNode(this._XconvertDOMtoCanvas(pointer.x),this._YconvertDOMtoCanvas(pointer.y)); - if (this.selectedControlNode !== null) { - this.selectedControlNode.select(); - this.freezeSimulation = true; + exports._calculateGravitationalForces = function () { + var dx, dy, distance, node, i; + var nodes = this.calculationNodes; + var gravity = this.constants.physics.centralGravity; + var gravityForce = 0; + + for (i = 0; i < this.calculationNodeIndices.length; i++) { + node = nodes[this.calculationNodeIndices[i]]; + node.damping = this.constants.physics.damping; // possibly add function to alter damping properties of clusters. + // gravity does not apply when we are in a pocket sector + if (this._sector() == "default" && gravity != 0) { + dx = -node.x; + dy = -node.y; + distance = Math.sqrt(dx * dx + dy * dy); + + gravityForce = (distance == 0) ? 0 : (gravity / distance); + node.fx = dx * gravityForce; + node.fy = dy * gravityForce; + } + else { + node.fx = 0; + node.fy = 0; + } } - this._redraw(); }; + + /** - * the function bound to the selection event. It checks if you want to connect a cluster and changes the description - * to walk the user through the process. + * this function calculates the effects of the springs in the case of unsmooth curves. * * @private */ - exports._controlNodeDrag = function(event) { - var pointer = this._getPointer(event.gesture.center); - if (this.selectedControlNode !== null && this.selectedControlNode !== undefined) { - this.selectedControlNode.x = this._XconvertDOMtoCanvas(pointer.x); - this.selectedControlNode.y = this._YconvertDOMtoCanvas(pointer.y); + exports._calculateSpringForces = function () { + var edgeLength, edge, edgeId; + var dx, dy, fx, fy, springForce, distance; + var edges = this.edges; + + // forces caused by the edges, modelled as springs + for (edgeId in edges) { + if (edges.hasOwnProperty(edgeId)) { + edge = edges[edgeId]; + if (edge.connected) { + // only calculate forces if nodes are in the same sector + if (this.nodes.hasOwnProperty(edge.toId) && this.nodes.hasOwnProperty(edge.fromId)) { + edgeLength = edge.physics.springLength; + // this implies that the edges between big clusters are longer + edgeLength += (edge.to.clusterSize + edge.from.clusterSize - 2) * this.constants.clustering.edgeGrowth; + + dx = (edge.from.x - edge.to.x); + dy = (edge.from.y - edge.to.y); + distance = Math.sqrt(dx * dx + dy * dy); + + if (distance == 0) { + distance = 0.01; + } + + // the 1/distance is so the fx and fy can be calculated without sine or cosine. + springForce = this.constants.physics.springConstant * (edgeLength - distance) / distance; + + fx = dx * springForce; + fy = dy * springForce; + + edge.from.fx += fx; + edge.from.fy += fy; + edge.to.fx -= fx; + edge.to.fy -= fy; + } + } + } } - this._redraw(); }; + + /** + * This function calculates the springforces on the nodes, accounting for the support nodes. * - * @param pointer * @private */ - exports._releaseControlNode = function(pointer) { - var newNode = this._getNodeAt(pointer); - if (newNode !== null) { - if (this.edgeBeingEdited.controlNodes.from.selected == true) { - this.edgeBeingEdited._restoreControlNodes(); - this._editEdge(newNode.id, this.edgeBeingEdited.to.id); - this.edgeBeingEdited.controlNodes.from.unselect(); - } - if (this.edgeBeingEdited.controlNodes.to.selected == true) { - this.edgeBeingEdited._restoreControlNodes(); - this._editEdge(this.edgeBeingEdited.from.id, newNode.id); - this.edgeBeingEdited.controlNodes.to.unselect(); + exports._calculateSpringForcesWithSupport = function () { + var edgeLength, edge, edgeId, combinedClusterSize; + var edges = this.edges; + + // forces caused by the edges, modelled as springs + for (edgeId in edges) { + if (edges.hasOwnProperty(edgeId)) { + edge = edges[edgeId]; + if (edge.connected) { + // only calculate forces if nodes are in the same sector + if (this.nodes.hasOwnProperty(edge.toId) && this.nodes.hasOwnProperty(edge.fromId)) { + if (edge.via != null) { + var node1 = edge.to; + var node2 = edge.via; + var node3 = edge.from; + + edgeLength = edge.physics.springLength; + + combinedClusterSize = node1.clusterSize + node3.clusterSize - 2; + + // this implies that the edges between big clusters are longer + edgeLength += combinedClusterSize * this.constants.clustering.edgeGrowth; + this._calculateSpringForce(node1, node2, 0.5 * edgeLength); + this._calculateSpringForce(node2, node3, 0.5 * edgeLength); + } + } + } } } - else { - this.edgeBeingEdited._restoreControlNodes(); - } - this.freezeSimulation = false; - this._redraw(); }; + /** - * the function bound to the selection event. It checks if you want to connect a cluster and changes the description - * to walk the user through the process. + * This is the code actually performing the calculation for the function above. It is split out to avoid repetition. * + * @param node1 + * @param node2 + * @param edgeLength * @private */ - exports._handleConnect = function(pointer) { - if (this._getSelectedNodeCount() == 0) { - var node = this._getNodeAt(pointer); + exports._calculateSpringForce = function (node1, node2, edgeLength) { + var dx, dy, fx, fy, springForce, distance; - if (node != null) { - if (node.clusterSize > 1) { - alert(this.constants.locales[this.constants.locale]['createEdgeError']) - } - else { - this._selectObject(node,false); - var supportNodes = this.sectors['support']['nodes']; + dx = (node1.x - node2.x); + dy = (node1.y - node2.y); + distance = Math.sqrt(dx * dx + dy * dy); - // create a node the temporary line can look at - supportNodes['targetNode'] = new Node({id:'targetNode'},{},{},this.constants); - var targetNode = supportNodes['targetNode']; - targetNode.x = node.x; - targetNode.y = node.y; + if (distance == 0) { + distance = 0.01; + } - // create a temporary edge - this.edges['connectionEdge'] = new Edge({id:"connectionEdge",from:node.id,to:targetNode.id}, this, this.constants); - var connectionEdge = this.edges['connectionEdge']; - connectionEdge.from = node; - connectionEdge.connected = true; - connectionEdge.options.smoothCurves = {enabled: true, - dynamic: false, - type: "continuous", - roundness: 0.5 - }; - connectionEdge.selected = true; - connectionEdge.to = targetNode; + // the 1/distance is so the fx and fy can be calculated without sine or cosine. + springForce = this.constants.physics.springConstant * (edgeLength - distance) / distance; - this.cachedFunctions["_handleOnDrag"] = this._handleOnDrag; - this._handleOnDrag = function(event) { - var pointer = this._getPointer(event.gesture.center); - var connectionEdge = this.edges['connectionEdge']; - connectionEdge.to.x = this._XconvertDOMtoCanvas(pointer.x); - connectionEdge.to.y = this._YconvertDOMtoCanvas(pointer.y); - }; + fx = dx * springForce; + fy = dy * springForce; - this.moving = true; - this.start(); - } + node1.fx += fx; + node1.fy += fy; + node2.fx -= fx; + node2.fy -= fy; + }; + + + exports._cleanupPhysicsConfiguration = function() { + if (this.physicsConfiguration !== undefined) { + while (this.physicsConfiguration.hasChildNodes()) { + this.physicsConfiguration.removeChild(this.physicsConfiguration.firstChild); } + + this.physicsConfiguration.parentNode.removeChild(this.physicsConfiguration); + this.physicsConfiguration = undefined; } - }; + } - exports._finishConnect = function(event) { - if (this._getSelectedNodeCount() == 1) { - var pointer = this._getPointer(event.gesture.center); - // restore the drag function - this._handleOnDrag = this.cachedFunctions["_handleOnDrag"]; - delete this.cachedFunctions["_handleOnDrag"]; + /** + * Load the HTML for the physics config and bind it + * @private + */ + exports._loadPhysicsConfiguration = function () { + if (this.physicsConfiguration === undefined) { + this.backupConstants = {}; + util.deepExtend(this.backupConstants,this.constants); - // remember the edge id - var connectFromId = this.edges['connectionEdge'].fromId; + var hierarchicalLayoutDirections = ["LR", "RL", "UD", "DU"]; + this.physicsConfiguration = document.createElement('div'); + this.physicsConfiguration.className = "PhysicsConfiguration"; + this.physicsConfiguration.innerHTML = '' + + '' + + '' + + '' + + '' + + '' + + '' + + '
Simulation Mode:
Barnes HutRepulsionHierarchical
' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '
Options:
' + this.containerElement.parentElement.insertBefore(this.physicsConfiguration, this.containerElement); + this.optionsDiv = document.createElement("div"); + this.optionsDiv.style.fontSize = "14px"; + this.optionsDiv.style.fontFamily = "verdana"; + this.containerElement.parentElement.insertBefore(this.optionsDiv, this.containerElement); - // remove the temporary nodes and edge - delete this.edges['connectionEdge']; - delete this.sectors['support']['nodes']['targetNode']; - delete this.sectors['support']['nodes']['targetViaNode']; + var rangeElement; + rangeElement = document.getElementById('graph_BH_gc'); + rangeElement.onchange = showValueOfRange.bind(this, 'graph_BH_gc', -1, "physics_barnesHut_gravitationalConstant"); + rangeElement = document.getElementById('graph_BH_cg'); + rangeElement.onchange = showValueOfRange.bind(this, 'graph_BH_cg', 1, "physics_centralGravity"); + rangeElement = document.getElementById('graph_BH_sc'); + rangeElement.onchange = showValueOfRange.bind(this, 'graph_BH_sc', 1, "physics_springConstant"); + rangeElement = document.getElementById('graph_BH_sl'); + rangeElement.onchange = showValueOfRange.bind(this, 'graph_BH_sl', 1, "physics_springLength"); + rangeElement = document.getElementById('graph_BH_damp'); + rangeElement.onchange = showValueOfRange.bind(this, 'graph_BH_damp', 1, "physics_damping"); - var node = this._getNodeAt(pointer); - if (node != null) { - if (node.clusterSize > 1) { - alert(this.constants.locales[this.constants.locale]["createEdgeError"]) - } - else { - this._createEdge(connectFromId,node.id); - this._createManipulatorBar(); - } + rangeElement = document.getElementById('graph_R_nd'); + rangeElement.onchange = showValueOfRange.bind(this, 'graph_R_nd', 1, "physics_repulsion_nodeDistance"); + rangeElement = document.getElementById('graph_R_cg'); + rangeElement.onchange = showValueOfRange.bind(this, 'graph_R_cg', 1, "physics_centralGravity"); + rangeElement = document.getElementById('graph_R_sc'); + rangeElement.onchange = showValueOfRange.bind(this, 'graph_R_sc', 1, "physics_springConstant"); + rangeElement = document.getElementById('graph_R_sl'); + rangeElement.onchange = showValueOfRange.bind(this, 'graph_R_sl', 1, "physics_springLength"); + rangeElement = document.getElementById('graph_R_damp'); + rangeElement.onchange = showValueOfRange.bind(this, 'graph_R_damp', 1, "physics_damping"); + + rangeElement = document.getElementById('graph_H_nd'); + rangeElement.onchange = showValueOfRange.bind(this, 'graph_H_nd', 1, "physics_hierarchicalRepulsion_nodeDistance"); + rangeElement = document.getElementById('graph_H_cg'); + rangeElement.onchange = showValueOfRange.bind(this, 'graph_H_cg', 1, "physics_centralGravity"); + rangeElement = document.getElementById('graph_H_sc'); + rangeElement.onchange = showValueOfRange.bind(this, 'graph_H_sc', 1, "physics_springConstant"); + rangeElement = document.getElementById('graph_H_sl'); + rangeElement.onchange = showValueOfRange.bind(this, 'graph_H_sl', 1, "physics_springLength"); + rangeElement = document.getElementById('graph_H_damp'); + rangeElement.onchange = showValueOfRange.bind(this, 'graph_H_damp', 1, "physics_damping"); + rangeElement = document.getElementById('graph_H_direction'); + rangeElement.onchange = showValueOfRange.bind(this, 'graph_H_direction', hierarchicalLayoutDirections, "hierarchicalLayout_direction"); + rangeElement = document.getElementById('graph_H_levsep'); + rangeElement.onchange = showValueOfRange.bind(this, 'graph_H_levsep', 1, "hierarchicalLayout_levelSeparation"); + rangeElement = document.getElementById('graph_H_nspac'); + rangeElement.onchange = showValueOfRange.bind(this, 'graph_H_nspac', 1, "hierarchicalLayout_nodeSpacing"); + + var radioButton1 = document.getElementById("graph_physicsMethod1"); + var radioButton2 = document.getElementById("graph_physicsMethod2"); + var radioButton3 = document.getElementById("graph_physicsMethod3"); + radioButton2.checked = true; + if (this.constants.physics.barnesHut.enabled) { + radioButton1.checked = true; + } + if (this.constants.hierarchicalLayout.enabled) { + radioButton3.checked = true; } - this._unselectAll(); - } - }; + var graph_toggleSmooth = document.getElementById("graph_toggleSmooth"); + var graph_repositionNodes = document.getElementById("graph_repositionNodes"); + var graph_generateOptions = document.getElementById("graph_generateOptions"); - /** - * Adds a node on the specified location - */ - exports._addNode = function() { - if (this._selectionIsEmpty() && this.editMode == true) { - var positionObject = this._pointerToPositionObject(this.pointerPosition); - var defaultData = {id:util.randomUUID(),x:positionObject.left,y:positionObject.top,label:"new",allowedToMoveX:true,allowedToMoveY:true}; - if (this.triggerFunctions.add) { - if (this.triggerFunctions.add.length == 2) { - var me = this; - this.triggerFunctions.add(defaultData, function(finalizedData) { - me.nodesData.add(finalizedData); - me._createManipulatorBar(); - me.moving = true; - me.start(); - }); - } - else { - throw new Error('The function for add does not support two arguments (data,callback)'); - this._createManipulatorBar(); - this.moving = true; - this.start(); - } + graph_toggleSmooth.onclick = graphToggleSmoothCurves.bind(this); + graph_repositionNodes.onclick = graphRepositionNodes.bind(this); + graph_generateOptions.onclick = graphGenerateOptions.bind(this); + if (this.constants.smoothCurves == true && this.constants.dynamicSmoothCurves == false) { + graph_toggleSmooth.style.background = "#A4FF56"; } else { - this.nodesData.add(defaultData); - this._createManipulatorBar(); - this.moving = true; - this.start(); + graph_toggleSmooth.style.background = "#FF8532"; } + + + switchConfigurations.apply(this); + + radioButton1.onchange = switchConfigurations.bind(this); + radioButton2.onchange = switchConfigurations.bind(this); + radioButton3.onchange = switchConfigurations.bind(this); } }; - /** - * connect two nodes with a new edge. + * This overwrites the this.constants. * + * @param constantsVariableName + * @param value * @private */ - exports._createEdge = function(sourceNodeId,targetNodeId) { - if (this.editMode == true) { - var defaultData = {from:sourceNodeId, to:targetNodeId}; - if (this.triggerFunctions.connect) { - if (this.triggerFunctions.connect.length == 2) { - var me = this; - this.triggerFunctions.connect(defaultData, function(finalizedData) { - me.edgesData.add(finalizedData); - me.moving = true; - me.start(); - }); - } - else { - throw new Error('The function for connect does not support two arguments (data,callback)'); - this.moving = true; - this.start(); - } - } - else { - this.edgesData.add(defaultData); - this.moving = true; - this.start(); - } + exports._overWriteGraphConstants = function (constantsVariableName, value) { + var nameArray = constantsVariableName.split("_"); + if (nameArray.length == 1) { + this.constants[nameArray[0]] = value; + } + else if (nameArray.length == 2) { + this.constants[nameArray[0]][nameArray[1]] = value; + } + else if (nameArray.length == 3) { + this.constants[nameArray[0]][nameArray[1]][nameArray[2]] = value; } }; + /** - * connect two nodes with a new edge. - * - * @private + * this function is bound to the toggle smooth curves button. That is also why it is not in the prototype. */ - exports._editEdge = function(sourceNodeId,targetNodeId) { - if (this.editMode == true) { - var defaultData = {id: this.edgeBeingEdited.id, from:sourceNodeId, to:targetNodeId}; - if (this.triggerFunctions.editEdge) { - if (this.triggerFunctions.editEdge.length == 2) { - var me = this; - this.triggerFunctions.editEdge(defaultData, function(finalizedData) { - me.edgesData.update(finalizedData); - me.moving = true; - me.start(); - }); - } - else { - throw new Error('The function for edit does not support two arguments (data, callback)'); - this.moving = true; - this.start(); - } - } - else { - this.edgesData.update(defaultData); - this.moving = true; - this.start(); - } - } - }; + function graphToggleSmoothCurves () { + this.constants.smoothCurves.enabled = !this.constants.smoothCurves.enabled; + var graph_toggleSmooth = document.getElementById("graph_toggleSmooth"); + if (this.constants.smoothCurves.enabled == true) {graph_toggleSmooth.style.background = "#A4FF56";} + else {graph_toggleSmooth.style.background = "#FF8532";} + + this._configureSmoothCurves(false); + } /** - * Create the toolbar to edit the selected node. The label and the color can be changed. Other colors are derived from the chosen color. + * this function is used to scramble the nodes * - * @private */ - exports._editNode = function() { - if (this.triggerFunctions.edit && this.editMode == true) { - var node = this._getSelectedNode(); - var data = {id:node.id, - label: node.label, - group: node.options.group, - shape: node.options.shape, - color: { - background:node.options.color.background, - border:node.options.color.border, - highlight: { - background:node.options.color.highlight.background, - border:node.options.color.highlight.border - } - }}; - if (this.triggerFunctions.edit.length == 2) { - var me = this; - this.triggerFunctions.edit(data, function (finalizedData) { - me.nodesData.update(finalizedData); - me._createManipulatorBar(); - me.moving = true; - me.start(); - }); - } - else { - throw new Error('The function for edit does not support two arguments (data, callback)'); + function graphRepositionNodes () { + for (var nodeId in this.calculationNodes) { + if (this.calculationNodes.hasOwnProperty(nodeId)) { + this.calculationNodes[nodeId].vx = 0; this.calculationNodes[nodeId].vy = 0; + this.calculationNodes[nodeId].fx = 0; this.calculationNodes[nodeId].fy = 0; } } + if (this.constants.hierarchicalLayout.enabled == true) { + this._setupHierarchicalLayout(); + showValueOfRange.call(this, 'graph_H_nd', 1, "physics_hierarchicalRepulsion_nodeDistance"); + showValueOfRange.call(this, 'graph_H_cg', 1, "physics_centralGravity"); + showValueOfRange.call(this, 'graph_H_sc', 1, "physics_springConstant"); + showValueOfRange.call(this, 'graph_H_sl', 1, "physics_springLength"); + showValueOfRange.call(this, 'graph_H_damp', 1, "physics_damping"); + } else { - throw new Error('No edit function has been bound to this button'); + this.repositionNodes(); } - }; - - - + this.moving = true; + this.start(); + } /** - * delete everything in the selection - * - * @private + * this is used to generate an options file from the playing with physics system. */ - exports._deleteSelected = function() { - if (!this._selectionIsEmpty() && this.editMode == true) { - if (!this._clusterInSelection()) { - var selectedNodes = this.getSelectedNodes(); - var selectedEdges = this.getSelectedEdges(); - if (this.triggerFunctions.del) { - var me = this; - var data = {nodes: selectedNodes, edges: selectedEdges}; - if (this.triggerFunctions.del.length == 2) { - this.triggerFunctions.del(data, function (finalizedData) { - me.edgesData.remove(finalizedData.edges); - me.nodesData.remove(finalizedData.nodes); - me._unselectAll(); - me.moving = true; - me.start(); - }); - } - else { - throw new Error('The function for delete does not support two arguments (data, callback)') + function graphGenerateOptions () { + var options = "No options are required, default values used."; + var optionsSpecific = []; + var radioButton1 = document.getElementById("graph_physicsMethod1"); + var radioButton2 = document.getElementById("graph_physicsMethod2"); + if (radioButton1.checked == true) { + if (this.constants.physics.barnesHut.gravitationalConstant != this.backupConstants.physics.barnesHut.gravitationalConstant) {optionsSpecific.push("gravitationalConstant: " + this.constants.physics.barnesHut.gravitationalConstant);} + if (this.constants.physics.centralGravity != this.backupConstants.physics.barnesHut.centralGravity) {optionsSpecific.push("centralGravity: " + this.constants.physics.centralGravity);} + if (this.constants.physics.springLength != this.backupConstants.physics.barnesHut.springLength) {optionsSpecific.push("springLength: " + this.constants.physics.springLength);} + if (this.constants.physics.springConstant != this.backupConstants.physics.barnesHut.springConstant) {optionsSpecific.push("springConstant: " + this.constants.physics.springConstant);} + if (this.constants.physics.damping != this.backupConstants.physics.barnesHut.damping) {optionsSpecific.push("damping: " + this.constants.physics.damping);} + if (optionsSpecific.length != 0) { + options = "var options = {"; + options += "physics: {barnesHut: {"; + for (var i = 0; i < optionsSpecific.length; i++) { + options += optionsSpecific[i]; + if (i < optionsSpecific.length - 1) { + options += ", " } } - else { - this.edgesData.remove(selectedEdges); - this.nodesData.remove(selectedNodes); - this._unselectAll(); - this.moving = true; - this.start(); + options += '}}' + } + if (this.constants.smoothCurves.enabled != this.backupConstants.smoothCurves.enabled) { + if (optionsSpecific.length == 0) {options = "var options = {";} + else {options += ", "} + options += "smoothCurves: " + this.constants.smoothCurves.enabled; + } + if (options != "No options are required, default values used.") { + options += '};' + } + } + else if (radioButton2.checked == true) { + options = "var options = {"; + options += "physics: {barnesHut: {enabled: false}"; + if (this.constants.physics.repulsion.nodeDistance != this.backupConstants.physics.repulsion.nodeDistance) {optionsSpecific.push("nodeDistance: " + this.constants.physics.repulsion.nodeDistance);} + if (this.constants.physics.centralGravity != this.backupConstants.physics.repulsion.centralGravity) {optionsSpecific.push("centralGravity: " + this.constants.physics.centralGravity);} + if (this.constants.physics.springLength != this.backupConstants.physics.repulsion.springLength) {optionsSpecific.push("springLength: " + this.constants.physics.springLength);} + if (this.constants.physics.springConstant != this.backupConstants.physics.repulsion.springConstant) {optionsSpecific.push("springConstant: " + this.constants.physics.springConstant);} + if (this.constants.physics.damping != this.backupConstants.physics.repulsion.damping) {optionsSpecific.push("damping: " + this.constants.physics.damping);} + if (optionsSpecific.length != 0) { + options += ", repulsion: {"; + for (var i = 0; i < optionsSpecific.length; i++) { + options += optionsSpecific[i]; + if (i < optionsSpecific.length - 1) { + options += ", " + } } + options += '}}' } - else { - alert(this.constants.locales[this.constants.locale]["deleteClusterError"]); + if (optionsSpecific.length == 0) {options += "}"} + if (this.constants.smoothCurves != this.backupConstants.smoothCurves) { + options += ", smoothCurves: " + this.constants.smoothCurves; } + options += '};' } - }; - - -/***/ }, -/* 68 */ -/***/ function(module, exports, __webpack_require__) { - - var util = __webpack_require__(1); - var Hammer = __webpack_require__(19); - - exports._cleanNavigation = function() { - // clean hammer bindings - if (this.navigationHammers.existing.length != 0) { - for (var i = 0; i < this.navigationHammers.existing.length; i++) { - this.navigationHammers.existing[i].dispose(); + else { + options = "var options = {"; + if (this.constants.physics.hierarchicalRepulsion.nodeDistance != this.backupConstants.physics.hierarchicalRepulsion.nodeDistance) {optionsSpecific.push("nodeDistance: " + this.constants.physics.hierarchicalRepulsion.nodeDistance);} + if (this.constants.physics.centralGravity != this.backupConstants.physics.hierarchicalRepulsion.centralGravity) {optionsSpecific.push("centralGravity: " + this.constants.physics.centralGravity);} + if (this.constants.physics.springLength != this.backupConstants.physics.hierarchicalRepulsion.springLength) {optionsSpecific.push("springLength: " + this.constants.physics.springLength);} + if (this.constants.physics.springConstant != this.backupConstants.physics.hierarchicalRepulsion.springConstant) {optionsSpecific.push("springConstant: " + this.constants.physics.springConstant);} + if (this.constants.physics.damping != this.backupConstants.physics.hierarchicalRepulsion.damping) {optionsSpecific.push("damping: " + this.constants.physics.damping);} + if (optionsSpecific.length != 0) { + options += "physics: {hierarchicalRepulsion: {"; + for (var i = 0; i < optionsSpecific.length; i++) { + options += optionsSpecific[i]; + if (i < optionsSpecific.length - 1) { + options += ", "; + } + } + options += '}},'; } - this.navigationHammers.existing = []; + options += 'hierarchicalLayout: {'; + optionsSpecific = []; + if (this.constants.hierarchicalLayout.direction != this.backupConstants.hierarchicalLayout.direction) {optionsSpecific.push("direction: " + this.constants.hierarchicalLayout.direction);} + if (Math.abs(this.constants.hierarchicalLayout.levelSeparation) != this.backupConstants.hierarchicalLayout.levelSeparation) {optionsSpecific.push("levelSeparation: " + this.constants.hierarchicalLayout.levelSeparation);} + if (this.constants.hierarchicalLayout.nodeSpacing != this.backupConstants.hierarchicalLayout.nodeSpacing) {optionsSpecific.push("nodeSpacing: " + this.constants.hierarchicalLayout.nodeSpacing);} + if (optionsSpecific.length != 0) { + for (var i = 0; i < optionsSpecific.length; i++) { + options += optionsSpecific[i]; + if (i < optionsSpecific.length - 1) { + options += ", " + } + } + options += '}' + } + else { + options += "enabled:true}"; + } + options += '};' } - this._navigationReleaseOverload = function () {}; - // clean up previous navigation items - if (this.navigationDivs && this.navigationDivs['wrapper'] && this.navigationDivs['wrapper'].parentNode) { - this.navigationDivs['wrapper'].parentNode.removeChild(this.navigationDivs['wrapper']); - } - }; + this.optionsDiv.innerHTML = options; + } /** - * Creation of the navigation controls nodes. They are drawn over the rest of the nodes and are not affected by scale and translation - * they have a triggerFunction which is called on click. If the position of the navigation controls is dependent - * on this.frame.canvas.clientWidth or this.frame.canvas.clientHeight, we flag horizontalAlignLeft and verticalAlignTop false. - * This means that the location will be corrected by the _relocateNavigation function on a size change of the canvas. + * this is used to switch between barnesHut, repulsion and hierarchical. * - * @private */ - exports._loadNavigationElements = function() { - this._cleanNavigation(); - - this.navigationDivs = {}; - var navigationDivs = ['up','down','left','right','zoomIn','zoomOut','zoomExtends']; - var navigationDivActions = ['_moveUp','_moveDown','_moveLeft','_moveRight','_zoomIn','_zoomOut','_zoomExtent']; - - this.navigationDivs['wrapper'] = document.createElement('div'); - this.frame.appendChild(this.navigationDivs['wrapper']); - - for (var i = 0; i < navigationDivs.length; i++) { - this.navigationDivs[navigationDivs[i]] = document.createElement('div'); - this.navigationDivs[navigationDivs[i]].className = 'network-navigation ' + navigationDivs[i]; - this.navigationDivs['wrapper'].appendChild(this.navigationDivs[navigationDivs[i]]); - - var hammer = Hammer(this.navigationDivs[navigationDivs[i]], {prevent_default: true}); - hammer.on('touch', this[navigationDivActions[i]].bind(this)); - this.navigationHammers._new.push(hammer); + function switchConfigurations () { + var ids = ["graph_BH_table", "graph_R_table", "graph_H_table"]; + var radioButton = document.querySelector('input[name="graph_physicsMethod"]:checked').value; + var tableId = "graph_" + radioButton + "_table"; + var table = document.getElementById(tableId); + table.style.display = "block"; + for (var i = 0; i < ids.length; i++) { + if (ids[i] != tableId) { + table = document.getElementById(ids[i]); + table.style.display = "none"; + } } - - this._navigationReleaseOverload = this._stopMovement; - - this.navigationHammers.existing = this.navigationHammers._new; - }; + this._restoreNodes(); + if (radioButton == "R") { + this.constants.hierarchicalLayout.enabled = false; + this.constants.physics.hierarchicalRepulsion.enabled = false; + this.constants.physics.barnesHut.enabled = false; + } + else if (radioButton == "H") { + if (this.constants.hierarchicalLayout.enabled == false) { + this.constants.hierarchicalLayout.enabled = true; + this.constants.physics.hierarchicalRepulsion.enabled = true; + this.constants.physics.barnesHut.enabled = false; + this.constants.smoothCurves.enabled = false; + this._setupHierarchicalLayout(); + } + } + else { + this.constants.hierarchicalLayout.enabled = false; + this.constants.physics.hierarchicalRepulsion.enabled = false; + this.constants.physics.barnesHut.enabled = true; + } + this._loadSelectedForceSolver(); + var graph_toggleSmooth = document.getElementById("graph_toggleSmooth"); + if (this.constants.smoothCurves.enabled == true) {graph_toggleSmooth.style.background = "#A4FF56";} + else {graph_toggleSmooth.style.background = "#FF8532";} + this.moving = true; + this.start(); + } /** - * this stops all movement induced by the navigation buttons + * this generates the ranges depending on the iniital values. * - * @private + * @param id + * @param map + * @param constantsVariableName */ - exports._zoomExtent = function(event) { - this.zoomExtent({duration:700}); - event.stopPropagation(); - }; + function showValueOfRange (id,map,constantsVariableName) { + var valueId = id + "_value"; + var rangeValue = document.getElementById(id).value; - /** - * this stops all movement induced by the navigation buttons - * - * @private - */ - exports._stopMovement = function() { - this._xStopMoving(); - this._yStopMoving(); - this._stopZoom(); - }; + if (Array.isArray(map)) { + document.getElementById(valueId).value = map[parseInt(rangeValue)]; + this._overWriteGraphConstants(constantsVariableName,map[parseInt(rangeValue)]); + } + else { + document.getElementById(valueId).value = parseInt(map) * parseFloat(rangeValue); + this._overWriteGraphConstants(constantsVariableName, parseInt(map) * parseFloat(rangeValue)); + } + if (constantsVariableName == "hierarchicalLayout_direction" || + constantsVariableName == "hierarchicalLayout_levelSeparation" || + constantsVariableName == "hierarchicalLayout_nodeSpacing") { + this._setupHierarchicalLayout(); + } + this.moving = true; + this.start(); + } - /** - * move the screen up - * By using the increments, instead of adding a fixed number to the translation, we keep fluent and - * instant movement. The onKeypress event triggers immediately, then pauses, then triggers frequently - * To avoid this behaviour, we do the translation in the start loop. - * - * @private - */ - exports._moveUp = function(event) { - this.yIncrement = this.constants.keyboard.speed.y; - this.start(); // if there is no node movement, the calculation wont be done - event.preventDefault(); - }; - /** - * move the screen down - * @private - */ - exports._moveDown = function(event) { - this.yIncrement = -this.constants.keyboard.speed.y; - this.start(); // if there is no node movement, the calculation wont be done - event.preventDefault(); - }; +/***/ }, +/* 67 */ +/***/ function(module, exports, __webpack_require__) { - /** - * move the screen left - * @private - */ - exports._moveLeft = function(event) { - this.xIncrement = this.constants.keyboard.speed.x; - this.start(); // if there is no node movement, the calculation wont be done - event.preventDefault(); - }; + function webpackContext(req) { + throw new Error("Cannot find module '" + req + "'."); + } + webpackContext.keys = function() { return []; }; + webpackContext.resolve = webpackContext; + module.exports = webpackContext; + webpackContext.id = 67; +/***/ }, +/* 68 */ +/***/ function(module, exports, __webpack_require__) { + /** - * move the screen right + * Calculate the forces the nodes apply on each other based on a repulsion field. + * This field is linearly approximated. + * * @private */ - exports._moveRight = function(event) { - this.xIncrement = -this.constants.keyboard.speed.y; - this.start(); // if there is no node movement, the calculation wont be done - event.preventDefault(); - }; + exports._calculateNodeForces = function () { + var dx, dy, angle, distance, fx, fy, combinedClusterSize, + repulsingForce, node1, node2, i, j; + var nodes = this.calculationNodes; + var nodeIndices = this.calculationNodeIndices; - /** - * Zoom in, using the same method as the movement. - * @private - */ - exports._zoomIn = function(event) { - this.zoomIncrement = this.constants.keyboard.speed.zoom; - this.start(); // if there is no node movement, the calculation wont be done - event.preventDefault(); - }; + // approximation constants + var a_base = -2 / 3; + var b = 4 / 3; + // repulsing forces between nodes + var nodeDistance = this.constants.physics.repulsion.nodeDistance; + var minimumDistance = nodeDistance; - /** - * Zoom out - * @private - */ - exports._zoomOut = function(event) { - this.zoomIncrement = -this.constants.keyboard.speed.zoom; - this.start(); // if there is no node movement, the calculation wont be done - event.preventDefault(); - }; + // we loop from i over all but the last entree in the array + // j loops from i+1 to the last. This way we do not double count any of the indices, nor i == j + for (i = 0; i < nodeIndices.length - 1; i++) { + node1 = nodes[nodeIndices[i]]; + for (j = i + 1; j < nodeIndices.length; j++) { + node2 = nodes[nodeIndices[j]]; + combinedClusterSize = node1.clusterSize + node2.clusterSize - 2; + dx = node2.x - node1.x; + dy = node2.y - node1.y; + distance = Math.sqrt(dx * dx + dy * dy); - /** - * Stop zooming and unhighlight the zoom controls - * @private - */ - exports._stopZoom = function(event) { - this.zoomIncrement = 0; - event && event.preventDefault(); - }; + // same condition as BarnesHut, making sure nodes are never 100% overlapping. + if (distance == 0) { + distance = 0.1*Math.random(); + dx = distance; + } + minimumDistance = (combinedClusterSize == 0) ? nodeDistance : (nodeDistance * (1 + combinedClusterSize * this.constants.clustering.distanceAmplification)); + var a = a_base / minimumDistance; + if (distance < 2 * minimumDistance) { + if (distance < 0.5 * minimumDistance) { + repulsingForce = 1.0; + } + else { + repulsingForce = a * distance + b; // linear approx of 1 / (1 + Math.exp((distance / minimumDistance - 1) * steepness)) + } - /** - * Stop moving in the Y direction and unHighlight the up and down - * @private - */ - exports._yStopMoving = function(event) { - this.yIncrement = 0; - event && event.preventDefault(); - }; + // amplify the repulsion for clusters. + repulsingForce *= (combinedClusterSize == 0) ? 1 : 1 + combinedClusterSize * this.constants.clustering.forceAmplification; + repulsingForce = repulsingForce / Math.max(distance,0.01*minimumDistance); + fx = dx * repulsingForce; + fy = dy * repulsingForce; + node1.fx -= fx; + node1.fy -= fy; + node2.fx += fx; + node2.fy += fy; - /** - * Stop moving in the X direction and unHighlight left and right. - * @private - */ - exports._xStopMoving = function(event) { - this.xIncrement = 0; - event && event.preventDefault(); + } + } + } }; @@ -33966,676 +34070,579 @@ return /******/ (function(modules) { // webpackBootstrap /* 69 */ /***/ function(module, exports, __webpack_require__) { - exports._resetLevels = function() { - for (var nodeId in this.nodes) { - if (this.nodes.hasOwnProperty(nodeId)) { - var node = this.nodes[nodeId]; - if (node.preassignedLevel == false) { - node.level = -1; - node.hierarchyEnumerated = false; - } - } - } - }; - /** - * This is the main function to layout the nodes in a hierarchical way. - * It checks if the node details are supplied correctly + * Calculate the forces the nodes apply on eachother based on a repulsion field. + * This field is linearly approximated. * * @private */ - exports._setupHierarchicalLayout = function() { - if (this.constants.hierarchicalLayout.enabled == true && this.nodeIndices.length > 0) { - // get the size of the largest hubs and check if the user has defined a level for a node. - var hubsize = 0; - var node, nodeId; - var definedLevel = false; - var undefinedLevel = false; + exports._calculateNodeForces = function () { + var dx, dy, distance, fx, fy, + repulsingForce, node1, node2, i, j; - for (nodeId in this.nodes) { - if (this.nodes.hasOwnProperty(nodeId)) { - node = this.nodes[nodeId]; - if (node.level != -1) { - definedLevel = true; - } - else { - undefinedLevel = true; - } - if (hubsize < node.edges.length) { - hubsize = node.edges.length; - } - } - } + var nodes = this.calculationNodes; + var nodeIndices = this.calculationNodeIndices; - // if the user defined some levels but not all, alert and run without hierarchical layout - if (undefinedLevel == true && definedLevel == true) { - throw new Error("To use the hierarchical layout, nodes require either no predefined levels or levels have to be defined for all nodes."); - this.zoomExtent(undefined,true,this.constants.clustering.enabled); - if (!this.constants.clustering.enabled) { - this.start(); - } - } - else { - // setup the system to use hierarchical method. - this._changeConstants(); + // repulsing forces between nodes + var nodeDistance = this.constants.physics.hierarchicalRepulsion.nodeDistance; - // define levels if undefined by the users. Based on hubsize - if (undefinedLevel == true) { - if (this.constants.hierarchicalLayout.layout == "hubsize") { - this._determineLevels(hubsize); + // we loop from i over all but the last entree in the array + // j loops from i+1 to the last. This way we do not double count any of the indices, nor i == j + for (i = 0; i < nodeIndices.length - 1; i++) { + node1 = nodes[nodeIndices[i]]; + for (j = i + 1; j < nodeIndices.length; j++) { + node2 = nodes[nodeIndices[j]]; + + // nodes only affect nodes on their level + if (node1.level == node2.level) { + + dx = node2.x - node1.x; + dy = node2.y - node1.y; + distance = Math.sqrt(dx * dx + dy * dy); + + + var steepness = 0.05; + if (distance < nodeDistance) { + repulsingForce = -Math.pow(steepness*distance,2) + Math.pow(steepness*nodeDistance,2); } else { - this._determineLevelsDirected(false); + repulsingForce = 0; } + // normalize force with + if (distance == 0) { + distance = 0.01; + } + else { + repulsingForce = repulsingForce / distance; + } + fx = dx * repulsingForce; + fy = dy * repulsingForce; + node1.fx -= fx; + node1.fy -= fy; + node2.fx += fx; + node2.fy += fy; } - // check the distribution of the nodes per level. - var distribution = this._getDistribution(); - - // place the nodes on the canvas. This also stablilizes the system. - this._placeNodesByHierarchy(distribution); - - // start the simulation. - this.start(); } } }; /** - * This function places the nodes on the canvas based on the hierarchial distribution. + * this function calculates the effects of the springs in the case of unsmooth curves. * - * @param {Object} distribution | obtained by the function this._getDistribution() * @private */ - exports._placeNodesByHierarchy = function(distribution) { - var nodeId, node; + exports._calculateHierarchicalSpringForces = function () { + var edgeLength, edge, edgeId; + var dx, dy, fx, fy, springForce, distance; + var edges = this.edges; - // start placing all the level 0 nodes first. Then recursively position their branches. - for (var level in distribution) { - if (distribution.hasOwnProperty(level)) { + var nodes = this.calculationNodes; + var nodeIndices = this.calculationNodeIndices; - for (nodeId in distribution[level].nodes) { - if (distribution[level].nodes.hasOwnProperty(nodeId)) { - node = distribution[level].nodes[nodeId]; - if (this.constants.hierarchicalLayout.direction == "UD" || this.constants.hierarchicalLayout.direction == "DU") { - if (node.xFixed) { - node.x = distribution[level].minPos; - node.xFixed = false; - distribution[level].minPos += distribution[level].nodeSpacing; - } + for (var i = 0; i < nodeIndices.length; i++) { + var node1 = nodes[nodeIndices[i]]; + node1.springFx = 0; + node1.springFy = 0; + } + + + // forces caused by the edges, modelled as springs + for (edgeId in edges) { + if (edges.hasOwnProperty(edgeId)) { + edge = edges[edgeId]; + if (edge.connected) { + // only calculate forces if nodes are in the same sector + if (this.nodes.hasOwnProperty(edge.toId) && this.nodes.hasOwnProperty(edge.fromId)) { + edgeLength = edge.physics.springLength; + // this implies that the edges between big clusters are longer + edgeLength += (edge.to.clusterSize + edge.from.clusterSize - 2) * this.constants.clustering.edgeGrowth; + + dx = (edge.from.x - edge.to.x); + dy = (edge.from.y - edge.to.y); + distance = Math.sqrt(dx * dx + dy * dy); + + if (distance == 0) { + distance = 0.01; } - else { - if (node.yFixed) { - node.y = distribution[level].minPos; - node.yFixed = false; - distribution[level].minPos += distribution[level].nodeSpacing; - } + // the 1/distance is so the fx and fy can be calculated without sine or cosine. + springForce = this.constants.physics.springConstant * (edgeLength - distance) / distance; + + fx = dx * springForce; + fy = dy * springForce; + + + + if (edge.to.level != edge.from.level) { + edge.to.springFx -= fx; + edge.to.springFy -= fy; + edge.from.springFx += fx; + edge.from.springFy += fy; + } + else { + var factor = 0.5; + edge.to.fx -= factor*fx; + edge.to.fy -= factor*fy; + edge.from.fx += factor*fx; + edge.from.fy += factor*fy; } - this._placeBranchNodes(node.edges,node.id,distribution,node.level); } } } } - // stabilize the system after positioning. This function calls zoomExtent. - this._stabilize(); + // normalize spring forces + var springForce = 1; + var springFx, springFy; + for (i = 0; i < nodeIndices.length; i++) { + var node = nodes[nodeIndices[i]]; + springFx = Math.min(springForce,Math.max(-springForce,node.springFx)); + springFy = Math.min(springForce,Math.max(-springForce,node.springFy)); + + node.fx += springFx; + node.fy += springFy; + } + + // retain energy balance + var totalFx = 0; + var totalFy = 0; + for (i = 0; i < nodeIndices.length; i++) { + var node = nodes[nodeIndices[i]]; + totalFx += node.fx; + totalFy += node.fy; + } + var correctionFx = totalFx / nodeIndices.length; + var correctionFy = totalFy / nodeIndices.length; + + for (i = 0; i < nodeIndices.length; i++) { + var node = nodes[nodeIndices[i]]; + node.fx -= correctionFx; + node.fy -= correctionFy; + } + }; +/***/ }, +/* 70 */ +/***/ function(module, exports, __webpack_require__) { /** - * This function get the distribution of levels based on hubsize + * This function calculates the forces the nodes apply on eachother based on a gravitational model. + * The Barnes Hut method is used to speed up this N-body simulation. * - * @returns {Object} * @private */ - exports._getDistribution = function() { - var distribution = {}; - var nodeId, node, level; + exports._calculateNodeForces = function() { + if (this.constants.physics.barnesHut.gravitationalConstant != 0) { + var node; + var nodes = this.calculationNodes; + var nodeIndices = this.calculationNodeIndices; + var nodeCount = nodeIndices.length; - // we fix Y because the hierarchy is vertical, we fix X so we do not give a node an x position for a second time. - // the fix of X is removed after the x value has been set. - for (nodeId in this.nodes) { - if (this.nodes.hasOwnProperty(nodeId)) { - node = this.nodes[nodeId]; - node.xFixed = true; - node.yFixed = true; - if (this.constants.hierarchicalLayout.direction == "UD" || this.constants.hierarchicalLayout.direction == "DU") { - node.y = this.constants.hierarchicalLayout.levelSeparation*node.level; - } - else { - node.x = this.constants.hierarchicalLayout.levelSeparation*node.level; - } - if (distribution[node.level] === undefined) { - distribution[node.level] = {amount: 0, nodes: {}, minPos:0, nodeSpacing:0}; - } - distribution[node.level].amount += 1; - distribution[node.level].nodes[nodeId] = node; - } - } + this._formBarnesHutTree(nodes,nodeIndices); - // determine the largest amount of nodes of all levels - var maxCount = 0; - for (level in distribution) { - if (distribution.hasOwnProperty(level)) { - if (maxCount < distribution[level].amount) { - maxCount = distribution[level].amount; - } - } - } + var barnesHutTree = this.barnesHutTree; - // set the initial position and spacing of each nodes accordingly - for (level in distribution) { - if (distribution.hasOwnProperty(level)) { - distribution[level].nodeSpacing = (maxCount + 1) * this.constants.hierarchicalLayout.nodeSpacing; - distribution[level].nodeSpacing /= (distribution[level].amount + 1); - distribution[level].minPos = distribution[level].nodeSpacing - (0.5 * (distribution[level].amount + 1) * distribution[level].nodeSpacing); + // place the nodes one by one recursively + for (var i = 0; i < nodeCount; i++) { + node = nodes[nodeIndices[i]]; + if (node.options.mass > 0) { + // starting with root is irrelevant, it never passes the BarnesHut condition + this._getForceContribution(barnesHutTree.root.children.NW,node); + this._getForceContribution(barnesHutTree.root.children.NE,node); + this._getForceContribution(barnesHutTree.root.children.SW,node); + this._getForceContribution(barnesHutTree.root.children.SE,node); + } } } - - return distribution; }; /** - * this function allocates nodes in levels based on the recursive branching from the largest hubs. + * This function traverses the barnesHutTree. It checks when it can approximate distant nodes with their center of mass. + * If a region contains a single node, we check if it is not itself, then we apply the force. * - * @param hubsize + * @param parentBranch + * @param node * @private */ - exports._determineLevels = function(hubsize) { - var nodeId, node; + exports._getForceContribution = function(parentBranch,node) { + // we get no force contribution from an empty region + if (parentBranch.childrenCount > 0) { + var dx,dy,distance; - // determine hubs - for (nodeId in this.nodes) { - if (this.nodes.hasOwnProperty(nodeId)) { - node = this.nodes[nodeId]; - if (node.edges.length == hubsize) { - node.level = 0; + // get the distance from the center of mass to the node. + dx = parentBranch.centerOfMass.x - node.x; + dy = parentBranch.centerOfMass.y - node.y; + distance = Math.sqrt(dx * dx + dy * dy); + + // BarnesHut condition + // original condition : s/d < thetaInverted = passed === d/s > 1/theta = passed + // calcSize = 1/s --> d * 1/s > 1/theta = passed + if (distance * parentBranch.calcSize > this.constants.physics.barnesHut.thetaInverted) { + // duplicate code to reduce function calls to speed up program + if (distance == 0) { + distance = 0.1*Math.random(); + dx = distance; } + var gravityForce = this.constants.physics.barnesHut.gravitationalConstant * parentBranch.mass * node.options.mass / (distance * distance * distance); + var fx = dx * gravityForce; + var fy = dy * gravityForce; + node.fx += fx; + node.fy += fy; } - } - - // branch from hubs - for (nodeId in this.nodes) { - if (this.nodes.hasOwnProperty(nodeId)) { - node = this.nodes[nodeId]; - if (node.level == 0) { - this._setLevel(1,node.edges,node.id); + else { + // Did not pass the condition, go into children if available + if (parentBranch.childrenCount == 4) { + this._getForceContribution(parentBranch.children.NW,node); + this._getForceContribution(parentBranch.children.NE,node); + this._getForceContribution(parentBranch.children.SW,node); + this._getForceContribution(parentBranch.children.SE,node); + } + else { // parentBranch must have only one node, if it was empty we wouldnt be here + if (parentBranch.children.data.id != node.id) { // if it is not self + // duplicate code to reduce function calls to speed up program + if (distance == 0) { + distance = 0.5*Math.random(); + dx = distance; + } + var gravityForce = this.constants.physics.barnesHut.gravitationalConstant * parentBranch.mass * node.options.mass / (distance * distance * distance); + var fx = dx * gravityForce; + var fy = dy * gravityForce; + node.fx += fx; + node.fy += fy; + } } } } }; - - /** - * this function allocates nodes in levels based on the direction of the edges + * This function constructs the barnesHut tree recursively. It creates the root, splits it and starts placing the nodes. * - * @param hubsize + * @param nodes + * @param nodeIndices * @private */ - exports._determineLevelsDirected = function() { - var nodeId, node, firstNode; - var minLevel = 10000; + exports._formBarnesHutTree = function(nodes,nodeIndices) { + var node; + var nodeCount = nodeIndices.length; - // set first node to source - firstNode = this.nodes[this.nodeIndices[0]]; - firstNode.level = minLevel; - this._setLevelDirected(minLevel,firstNode.edges,firstNode.id); + var minX = Number.MAX_VALUE, + minY = Number.MAX_VALUE, + maxX =-Number.MAX_VALUE, + maxY =-Number.MAX_VALUE; - // get the minimum level - for (nodeId in this.nodes) { - if (this.nodes.hasOwnProperty(nodeId)) { - node = this.nodes[nodeId]; - minLevel = node.level < minLevel ? node.level : minLevel; + // get the range of the nodes + for (var i = 0; i < nodeCount; i++) { + var x = nodes[nodeIndices[i]].x; + var y = nodes[nodeIndices[i]].y; + if (nodes[nodeIndices[i]].options.mass > 0) { + if (x < minX) { minX = x; } + if (x > maxX) { maxX = x; } + if (y < minY) { minY = y; } + if (y > maxY) { maxY = y; } } } + // make the range a square + var sizeDiff = Math.abs(maxX - minX) - Math.abs(maxY - minY); // difference between X and Y + if (sizeDiff > 0) {minY -= 0.5 * sizeDiff; maxY += 0.5 * sizeDiff;} // xSize > ySize + else {minX += 0.5 * sizeDiff; maxX -= 0.5 * sizeDiff;} // xSize < ySize - // subtract the minimum from the set so we have a range starting from 0 - for (nodeId in this.nodes) { - if (this.nodes.hasOwnProperty(nodeId)) { - node = this.nodes[nodeId]; - node.level -= minLevel; + + var minimumTreeSize = 1e-5; + var rootSize = Math.max(minimumTreeSize,Math.abs(maxX - minX)); + var halfRootSize = 0.5 * rootSize; + var centerX = 0.5 * (minX + maxX), centerY = 0.5 * (minY + maxY); + + // construct the barnesHutTree + var barnesHutTree = { + root:{ + centerOfMass: {x:0, y:0}, + mass:0, + range: { + minX: centerX-halfRootSize,maxX:centerX+halfRootSize, + minY: centerY-halfRootSize,maxY:centerY+halfRootSize + }, + size: rootSize, + calcSize: 1 / rootSize, + children: { data:null}, + maxWidth: 0, + level: 0, + childrenCount: 4 + } + }; + this._splitBranch(barnesHutTree.root); + + // place the nodes one by one recursively + for (i = 0; i < nodeCount; i++) { + node = nodes[nodeIndices[i]]; + if (node.options.mass > 0) { + this._placeInTree(barnesHutTree.root,node); } } + + // make global + this.barnesHutTree = barnesHutTree }; /** - * Since hierarchical layout does not support: - * - smooth curves (based on the physics), - * - clustering (based on dynamic node counts) - * - * We disable both features so there will be no problems. + * this updates the mass of a branch. this is increased by adding a node. * + * @param parentBranch + * @param node * @private */ - exports._changeConstants = function() { - this.constants.clustering.enabled = false; - this.constants.physics.barnesHut.enabled = false; - this.constants.physics.hierarchicalRepulsion.enabled = true; - this._loadSelectedForceSolver(); - if (this.constants.smoothCurves.enabled == true) { - this.constants.smoothCurves.dynamic = false; - } - this._configureSmoothCurves(); + exports._updateBranchMass = function(parentBranch, node) { + var totalMass = parentBranch.mass + node.options.mass; + var totalMassInv = 1/totalMass; - var config = this.constants.hierarchicalLayout; - config.levelSeparation = Math.abs(config.levelSeparation); - if (config.direction == "RL" || config.direction == "DU") { - config.levelSeparation *= -1; - } + parentBranch.centerOfMass.x = parentBranch.centerOfMass.x * parentBranch.mass + node.x * node.options.mass; + parentBranch.centerOfMass.x *= totalMassInv; + + parentBranch.centerOfMass.y = parentBranch.centerOfMass.y * parentBranch.mass + node.y * node.options.mass; + parentBranch.centerOfMass.y *= totalMassInv; + + parentBranch.mass = totalMass; + var biggestSize = Math.max(Math.max(node.height,node.radius),node.width); + parentBranch.maxWidth = (parentBranch.maxWidth < biggestSize) ? biggestSize : parentBranch.maxWidth; - if (config.direction == "RL" || config.direction == "LR") { - if (this.constants.smoothCurves.enabled == true) { - this.constants.smoothCurves.type = "vertical"; - } - } - else { - if (this.constants.smoothCurves.enabled == true) { - this.constants.smoothCurves.type = "horizontal"; - } - } }; /** - * This is a recursively called function to enumerate the branches from the largest hubs and place the nodes - * on a X position that ensures there will be no overlap. + * determine in which branch the node will be placed. * - * @param edges - * @param parentId - * @param distribution - * @param parentLevel + * @param parentBranch + * @param node + * @param skipMassUpdate * @private */ - exports._placeBranchNodes = function(edges, parentId, distribution, parentLevel) { - for (var i = 0; i < edges.length; i++) { - var childNode = null; - if (edges[i].toId == parentId) { - childNode = edges[i].from; - } - else { - childNode = edges[i].to; - } + exports._placeInTree = function(parentBranch,node,skipMassUpdate) { + if (skipMassUpdate != true || skipMassUpdate === undefined) { + // update the mass of the branch. + this._updateBranchMass(parentBranch,node); + } - // if a node is conneceted to another node on the same level (or higher (means lower level))!, this is not handled here. - var nodeMoved = false; - if (this.constants.hierarchicalLayout.direction == "UD" || this.constants.hierarchicalLayout.direction == "DU") { - if (childNode.xFixed && childNode.level > parentLevel) { - childNode.xFixed = false; - childNode.x = distribution[childNode.level].minPos; - nodeMoved = true; - } + if (parentBranch.children.NW.range.maxX > node.x) { // in NW or SW + if (parentBranch.children.NW.range.maxY > node.y) { // in NW + this._placeInRegion(parentBranch,node,"NW"); } - else { - if (childNode.yFixed && childNode.level > parentLevel) { - childNode.yFixed = false; - childNode.y = distribution[childNode.level].minPos; - nodeMoved = true; - } + else { // in SW + this._placeInRegion(parentBranch,node,"SW"); } - - if (nodeMoved == true) { - distribution[childNode.level].minPos += distribution[childNode.level].nodeSpacing; - if (childNode.edges.length > 1) { - this._placeBranchNodes(childNode.edges,childNode.id,distribution,childNode.level); - } + } + else { // in NE or SE + if (parentBranch.children.NW.range.maxY > node.y) { // in NE + this._placeInRegion(parentBranch,node,"NE"); + } + else { // in SE + this._placeInRegion(parentBranch,node,"SE"); } } }; /** - * this function is called recursively to enumerate the barnches of the largest hubs and give each node a level. + * actually place the node in a region (or branch) * - * @param level - * @param edges - * @param parentId + * @param parentBranch + * @param node + * @param region * @private */ - exports._setLevel = function(level, edges, parentId) { - for (var i = 0; i < edges.length; i++) { - var childNode = null; - if (edges[i].toId == parentId) { - childNode = edges[i].from; - } - else { - childNode = edges[i].to; - } - if (childNode.level == -1 || childNode.level > level) { - childNode.level = level; - if (childNode.edges.length > 1) { - this._setLevel(level+1, childNode.edges, childNode.id); + exports._placeInRegion = function(parentBranch,node,region) { + switch (parentBranch.children[region].childrenCount) { + case 0: // place node here + parentBranch.children[region].children.data = node; + parentBranch.children[region].childrenCount = 1; + this._updateBranchMass(parentBranch.children[region],node); + break; + case 1: // convert into children + // if there are two nodes exactly overlapping (on init, on opening of cluster etc.) + // we move one node a pixel and we do not put it in the tree. + if (parentBranch.children[region].children.data.x == node.x && + parentBranch.children[region].children.data.y == node.y) { + node.x += Math.random(); + node.y += Math.random(); } - } + else { + this._splitBranch(parentBranch.children[region]); + this._placeInTree(parentBranch.children[region],node); + } + break; + case 4: // place in branch + this._placeInTree(parentBranch.children[region],node); + break; } }; /** - * this function is called recursively to enumerate the branched of the first node and give each node a level based on edge direction + * this function splits a branch into 4 sub branches. If the branch contained a node, we place it in the subbranch + * after the split is complete. * - * @param level - * @param edges - * @param parentId + * @param parentBranch * @private */ - exports._setLevelDirected = function(level, edges, parentId) { - this.nodes[parentId].hierarchyEnumerated = true; - var childNode, direction; - for (var i = 0; i < edges.length; i++) { - direction = 1; - if (edges[i].toId == parentId) { - childNode = edges[i].from; - direction = -1; - } - else { - childNode = edges[i].to; - } - if (childNode.level == -1) { - childNode.level = level + direction; - } + exports._splitBranch = function(parentBranch) { + // if the branch is shaded with a node, replace the node in the new subset. + var containedNode = null; + if (parentBranch.childrenCount == 1) { + containedNode = parentBranch.children.data; + parentBranch.mass = 0; parentBranch.centerOfMass.x = 0; parentBranch.centerOfMass.y = 0; } + parentBranch.childrenCount = 4; + parentBranch.children.data = null; + this._insertRegion(parentBranch,"NW"); + this._insertRegion(parentBranch,"NE"); + this._insertRegion(parentBranch,"SW"); + this._insertRegion(parentBranch,"SE"); - for (var i = 0; i < edges.length; i++) { - if (edges[i].toId == parentId) {childNode = edges[i].from;} - else {childNode = edges[i].to;} - - if (childNode.edges.length > 1 && childNode.hierarchyEnumerated === false) { - this._setLevelDirected(childNode.level, childNode.edges, childNode.id); - } + if (containedNode != null) { + this._placeInTree(parentBranch,containedNode); } }; /** - * Unfix nodes + * This function subdivides the region into four new segments. + * Specifically, this inserts a single new segment. + * It fills the children section of the parentBranch * + * @param parentBranch + * @param region + * @param parentRange * @private */ - exports._restoreNodes = function() { - for (var nodeId in this.nodes) { - if (this.nodes.hasOwnProperty(nodeId)) { - this.nodes[nodeId].xFixed = false; - this.nodes[nodeId].yFixed = false; - } + exports._insertRegion = function(parentBranch, region) { + var minX,maxX,minY,maxY; + var childSize = 0.5 * parentBranch.size; + switch (region) { + case "NW": + minX = parentBranch.range.minX; + maxX = parentBranch.range.minX + childSize; + minY = parentBranch.range.minY; + maxY = parentBranch.range.minY + childSize; + break; + case "NE": + minX = parentBranch.range.minX + childSize; + maxX = parentBranch.range.maxX; + minY = parentBranch.range.minY; + maxY = parentBranch.range.minY + childSize; + break; + case "SW": + minX = parentBranch.range.minX; + maxX = parentBranch.range.minX + childSize; + minY = parentBranch.range.minY + childSize; + maxY = parentBranch.range.maxY; + break; + case "SE": + minX = parentBranch.range.minX + childSize; + maxX = parentBranch.range.maxX; + minY = parentBranch.range.minY + childSize; + maxY = parentBranch.range.maxY; + break; } - }; - - -/***/ }, -/* 70 */ -/***/ function(module, exports, __webpack_require__) { - // English - exports['en'] = { - edit: 'Edit', - del: 'Delete selected', - back: 'Back', - addNode: 'Add Node', - addEdge: 'Add Edge', - editNode: 'Edit Node', - editEdge: 'Edit Edge', - addDescription: 'Click in an empty space to place a new node.', - edgeDescription: 'Click on a node and drag the edge to another node to connect them.', - editEdgeDescription: 'Click on the control points and drag them to a node to connect to it.', - createEdgeError: 'Cannot link edges to a cluster.', - deleteClusterError: 'Clusters cannot be deleted.' - }; - exports['en_EN'] = exports['en']; - exports['en_US'] = exports['en']; - // Dutch - exports['nl'] = { - edit: 'Wijzigen', - del: 'Selectie verwijderen', - back: 'Terug', - addNode: 'Node toevoegen', - addEdge: 'Link toevoegen', - editNode: 'Node wijzigen', - editEdge: 'Link wijzigen', - addDescription: 'Klik op een leeg gebied om een nieuwe node te maken.', - edgeDescription: 'Klik op een node en sleep de link naar een andere node om ze te verbinden.', - editEdgeDescription: 'Klik op de verbindingspunten en sleep ze naar een node om daarmee te verbinden.', - createEdgeError: 'Kan geen link maken naar een cluster.', - deleteClusterError: 'Clusters kunnen niet worden verwijderd.' + parentBranch.children[region] = { + centerOfMass:{x:0,y:0}, + mass:0, + range:{minX:minX,maxX:maxX,minY:minY,maxY:maxY}, + size: 0.5 * parentBranch.size, + calcSize: 2 * parentBranch.calcSize, + children: {data:null}, + maxWidth: 0, + level: parentBranch.level+1, + childrenCount: 0 + }; }; - exports['nl_NL'] = exports['nl']; - exports['nl_BE'] = exports['nl']; - -/***/ }, -/* 71 */ -/***/ function(module, exports, __webpack_require__) { /** - * Canvas shapes used by Network + * This function is for debugging purposed, it draws the tree. + * + * @param ctx + * @param color + * @private */ - if (typeof CanvasRenderingContext2D !== 'undefined') { - - /** - * Draw a circle shape - */ - CanvasRenderingContext2D.prototype.circle = function(x, y, r) { - this.beginPath(); - this.arc(x, y, r, 0, 2*Math.PI, false); - }; - - /** - * Draw a square shape - * @param {Number} x horizontal center - * @param {Number} y vertical center - * @param {Number} r size, width and height of the square - */ - CanvasRenderingContext2D.prototype.square = function(x, y, r) { - this.beginPath(); - this.rect(x - r, y - r, r * 2, r * 2); - }; - - /** - * Draw a triangle shape - * @param {Number} x horizontal center - * @param {Number} y vertical center - * @param {Number} r radius, half the length of the sides of the triangle - */ - CanvasRenderingContext2D.prototype.triangle = function(x, y, r) { - // http://en.wikipedia.org/wiki/Equilateral_triangle - this.beginPath(); - - var s = r * 2; - var s2 = s / 2; - var ir = Math.sqrt(3) / 6 * s; // radius of inner circle - var h = Math.sqrt(s * s - s2 * s2); // height - - this.moveTo(x, y - (h - ir)); - this.lineTo(x + s2, y + ir); - this.lineTo(x - s2, y + ir); - this.lineTo(x, y - (h - ir)); - this.closePath(); - }; - - /** - * Draw a triangle shape in downward orientation - * @param {Number} x horizontal center - * @param {Number} y vertical center - * @param {Number} r radius - */ - CanvasRenderingContext2D.prototype.triangleDown = function(x, y, r) { - // http://en.wikipedia.org/wiki/Equilateral_triangle - this.beginPath(); - - var s = r * 2; - var s2 = s / 2; - var ir = Math.sqrt(3) / 6 * s; // radius of inner circle - var h = Math.sqrt(s * s - s2 * s2); // height - - this.moveTo(x, y + (h - ir)); - this.lineTo(x + s2, y - ir); - this.lineTo(x - s2, y - ir); - this.lineTo(x, y + (h - ir)); - this.closePath(); - }; - - /** - * Draw a star shape, a star with 5 points - * @param {Number} x horizontal center - * @param {Number} y vertical center - * @param {Number} r radius, half the length of the sides of the triangle - */ - CanvasRenderingContext2D.prototype.star = function(x, y, r) { - // http://www.html5canvastutorials.com/labs/html5-canvas-star-spinner/ - this.beginPath(); - - for (var n = 0; n < 10; n++) { - var radius = (n % 2 === 0) ? r * 1.3 : r * 0.5; - this.lineTo( - x + radius * Math.sin(n * 2 * Math.PI / 10), - y - radius * Math.cos(n * 2 * Math.PI / 10) - ); - } - - this.closePath(); - }; - - /** - * http://stackoverflow.com/questions/1255512/how-to-draw-a-rounded-rectangle-on-html-canvas - */ - CanvasRenderingContext2D.prototype.roundRect = function(x, y, w, h, r) { - var r2d = Math.PI/180; - if( w - ( 2 * r ) < 0 ) { r = ( w / 2 ); } //ensure that the radius isn't too large for x - if( h - ( 2 * r ) < 0 ) { r = ( h / 2 ); } //ensure that the radius isn't too large for y - this.beginPath(); - this.moveTo(x+r,y); - this.lineTo(x+w-r,y); - this.arc(x+w-r,y+r,r,r2d*270,r2d*360,false); - this.lineTo(x+w,y+h-r); - this.arc(x+w-r,y+h-r,r,0,r2d*90,false); - this.lineTo(x+r,y+h); - this.arc(x+r,y+h-r,r,r2d*90,r2d*180,false); - this.lineTo(x,y+r); - this.arc(x+r,y+r,r,r2d*180,r2d*270,false); - }; - - /** - * http://stackoverflow.com/questions/2172798/how-to-draw-an-oval-in-html5-canvas - */ - CanvasRenderingContext2D.prototype.ellipse = function(x, y, w, h) { - var kappa = .5522848, - ox = (w / 2) * kappa, // control point offset horizontal - oy = (h / 2) * kappa, // control point offset vertical - xe = x + w, // x-end - ye = y + h, // y-end - xm = x + w / 2, // x-middle - ym = y + h / 2; // y-middle - - this.beginPath(); - this.moveTo(x, ym); - this.bezierCurveTo(x, ym - oy, xm - ox, y, xm, y); - this.bezierCurveTo(xm + ox, y, xe, ym - oy, xe, ym); - this.bezierCurveTo(xe, ym + oy, xm + ox, ye, xm, ye); - this.bezierCurveTo(xm - ox, ye, x, ym + oy, x, ym); - }; - - - - /** - * http://stackoverflow.com/questions/2172798/how-to-draw-an-oval-in-html5-canvas - */ - CanvasRenderingContext2D.prototype.database = function(x, y, w, h) { - var f = 1/3; - var wEllipse = w; - var hEllipse = h * f; + exports._drawTree = function(ctx,color) { + if (this.barnesHutTree !== undefined) { - var kappa = .5522848, - ox = (wEllipse / 2) * kappa, // control point offset horizontal - oy = (hEllipse / 2) * kappa, // control point offset vertical - xe = x + wEllipse, // x-end - ye = y + hEllipse, // y-end - xm = x + wEllipse / 2, // x-middle - ym = y + hEllipse / 2, // y-middle - ymb = y + (h - hEllipse/2), // y-midlle, bottom ellipse - yeb = y + h; // y-end, bottom ellipse + ctx.lineWidth = 1; - this.beginPath(); - this.moveTo(xe, ym); + this._drawBranch(this.barnesHutTree.root,ctx,color); + } + }; - this.bezierCurveTo(xe, ym + oy, xm + ox, ye, xm, ye); - this.bezierCurveTo(xm - ox, ye, x, ym + oy, x, ym); - this.bezierCurveTo(x, ym - oy, xm - ox, y, xm, y); - this.bezierCurveTo(xm + ox, y, xe, ym - oy, xe, ym); + /** + * This function is for debugging purposes. It draws the branches recursively. + * + * @param branch + * @param ctx + * @param color + * @private + */ + exports._drawBranch = function(branch,ctx,color) { + if (color === undefined) { + color = "#FF0000"; + } - this.lineTo(xe, ymb); + if (branch.childrenCount == 4) { + this._drawBranch(branch.children.NW,ctx); + this._drawBranch(branch.children.NE,ctx); + this._drawBranch(branch.children.SE,ctx); + this._drawBranch(branch.children.SW,ctx); + } + ctx.strokeStyle = color; + ctx.beginPath(); + ctx.moveTo(branch.range.minX,branch.range.minY); + ctx.lineTo(branch.range.maxX,branch.range.minY); + ctx.stroke(); - this.bezierCurveTo(xe, ymb + oy, xm + ox, yeb, xm, yeb); - this.bezierCurveTo(xm - ox, yeb, x, ymb + oy, x, ymb); + ctx.beginPath(); + ctx.moveTo(branch.range.maxX,branch.range.minY); + ctx.lineTo(branch.range.maxX,branch.range.maxY); + ctx.stroke(); - this.lineTo(x, ym); - }; + ctx.beginPath(); + ctx.moveTo(branch.range.maxX,branch.range.maxY); + ctx.lineTo(branch.range.minX,branch.range.maxY); + ctx.stroke(); + ctx.beginPath(); + ctx.moveTo(branch.range.minX,branch.range.maxY); + ctx.lineTo(branch.range.minX,branch.range.minY); + ctx.stroke(); - /** - * Draw an arrow point (no line) + /* + if (branch.mass > 0) { + ctx.circle(branch.centerOfMass.x, branch.centerOfMass.y, 3*branch.mass); + ctx.stroke(); + } */ - CanvasRenderingContext2D.prototype.arrow = function(x, y, angle, length) { - // tail - var xt = x - length * Math.cos(angle); - var yt = y - length * Math.sin(angle); - - // inner tail - // TODO: allow to customize different shapes - var xi = x - length * 0.9 * Math.cos(angle); - var yi = y - length * 0.9 * Math.sin(angle); - - // left - var xl = xt + length / 3 * Math.cos(angle + 0.5 * Math.PI); - var yl = yt + length / 3 * Math.sin(angle + 0.5 * Math.PI); - - // right - var xr = xt + length / 3 * Math.cos(angle - 0.5 * Math.PI); - var yr = yt + length / 3 * Math.sin(angle - 0.5 * Math.PI); + }; - this.beginPath(); - this.moveTo(x, y); - this.lineTo(xl, yl); - this.lineTo(xi, yi); - this.lineTo(xr, yr); - this.closePath(); - }; - /** - * Sets up the dashedLine functionality for drawing - * Original code came from http://stackoverflow.com/questions/4576724/dotted-stroke-in-canvas - * @author David Jordan - * @date 2012-08-08 - */ - CanvasRenderingContext2D.prototype.dashedLine = function(x,y,x2,y2,dashArray){ - if (!dashArray) dashArray=[10,5]; - if (dashLength==0) dashLength = 0.001; // Hack for Safari - var dashCount = dashArray.length; - this.moveTo(x, y); - var dx = (x2-x), dy = (y2-y); - var slope = dy/dx; - var distRemaining = Math.sqrt( dx*dx + dy*dy ); - var dashIndex=0, draw=true; - while (distRemaining>=0.1){ - var dashLength = dashArray[dashIndex++%dashCount]; - if (dashLength > distRemaining) dashLength = distRemaining; - var xStep = Math.sqrt( dashLength*dashLength / (1 + slope*slope) ); - if (dx<0) xStep = -xStep; - x += xStep; - y += slope*xStep; - this[draw ? 'lineTo' : 'moveTo'](x,y); - distRemaining -= dashLength; - draw = !draw; - } - }; +/***/ }, +/* 71 */ +/***/ function(module, exports, __webpack_require__) { - // TODO: add diamond shape + module.exports = function(module) { + if(!module.webpackPolyfill) { + module.deprecate = function() {}; + module.paths = []; + // module.parent = undefined by default + module.children = []; + module.webpackPolyfill = 1; + } + return module; } diff --git a/dist/vis.map b/dist/vis.map index f6566c9a..38f0d1eb 100644 --- a/dist/vis.map +++ b/dist/vis.map @@ -1 +1 @@ -{"version":3,"file":"vis.map","sources":["./dist/vis.js"],"names":["root","factory","exports","module","define","amd","this","modules","__webpack_require__","moduleId","installedModules","id","loaded","call","m","c","p","util","DOMutil","DataSet","DataView","Queue","Graph3d","graph3d","Camera","Filter","Point2d","Point3d","Slider","StepNumber","Timeline","Graph2d","timeline","DateUtil","DataStep","Range","stack","TimeStep","components","items","Item","BackgroundItem","BoxItem","PointItem","RangeItem","Component","CurrentTime","CustomTime","DataAxis","GraphGroup","Group","BackgroundGroup","ItemSet","Legend","LineGraph","TimeAxis","Network","network","Edge","Groups","Images","Node","Popup","dotparser","gephiParser","Graph","Error","moment","hammer","isNumber","object","Number","isString","String","isDate","Date","match","ASPDateRegex","exec","isNaN","parse","isDataTable","google","visualization","DataTable","randomUUID","S4","Math","floor","random","toString","extend","a","i","len","arguments","length","other","prop","hasOwnProperty","selectiveExtend","props","Array","isArray","selectiveDeepExtend","b","TypeError","constructor","Object","undefined","deepExtend","selectiveNotDeepExtend","indexOf","equalArray","convert","type","Boolean","valueOf","isMoment","toDate","getType","toISOString","value","getAbsoluteLeft","elem","getBoundingClientRect","left","window","pageXOffset","getAbsoluteTop","top","pageYOffset","addClassName","className","classes","split","push","join","removeClassName","index","splice","forEach","callback","toArray","array","updateProperty","key","addEventListener","element","action","listener","useCapture","navigator","userAgent","attachEvent","removeEventListener","detachEvent","preventDefault","event","returnValue","getTarget","target","srcElement","nodeType","parentNode","option","asBoolean","defaultValue","asNumber","asString","asSize","asElement","GiveDec","Hex","Value","eval","GiveHex","Dec","parseColor","color","isValidRGB","rgb","substr","RGBToHex","isValidHex","hsv","hexToHSV","lighterColorHSV","h","s","v","min","darkerColorHSV","darkerColorHex","HSVToHex","lighterColorHex","background","border","highlight","hover","hexToRGB","hex","replace","toUpperCase","substring","d","e","f","r","g","red","green","blue","RGBToHSV","minRGB","maxRGB","max","hue","saturation","cssUtil","cssText","styles","style","trim","parts","keys","map","addCssText","currentStyles","newStyles","removeCssText","removeStyles","HSVToRGB","q","t","isOk","test","selectiveBridgeObject","fields","referenceObject","objectTo","create","bridgeObject","mergeOptions","mergeTarget","options","enabled","binarySearchCustom","orderedItems","searchFunction","field","field2","maxIterations","iteration","low","high","middle","item","searchResult","binarySearchValue","sidePreference","prevValue","nextValue","easeInOutQuad","start","end","duration","change","easingFunctions","linear","easeInQuad","easeOutQuad","easeInCubic","easeOutCubic","easeInOutCubic","easeInQuart","easeOutQuart","easeInOutQuart","easeInQuint","easeOutQuint","easeInOutQuint","__WEBPACK_AMD_DEFINE_RESULT__","global","dfl","hasOwnProp","defaultParsingFlags","empty","unusedTokens","unusedInput","overflow","charsLeftOver","nullInput","invalidMonth","invalidFormat","userInvalidated","iso","printMsg","msg","suppressDeprecationWarnings","console","warn","deprecate","fn","firstTime","apply","deprecateSimple","name","deprecations","padToken","func","count","leftZeroFill","ordinalizeToken","period","localeData","ordinal","monthDiff","anchor2","adjust","wholeMonthDiff","year","month","anchor","clone","add","meridiemFixWrap","locale","hour","meridiem","isPm","meridiemHour","isPM","Locale","Moment","config","skipOverflow","checkOverflow","copyConfig","_d","updateInProgress","updateOffset","Duration","normalizedInput","normalizeObjectUnits","years","quarters","quarter","months","weeks","week","days","day","hours","minutes","minute","seconds","second","milliseconds","millisecond","_milliseconds","_days","_months","_data","_locale","_bubble","to","from","val","_isAMomentObject","_i","_f","_l","_strict","_tzm","_isUTC","_offset","_pf","momentProperties","absRound","number","ceil","targetLength","forceSign","output","abs","sign","positiveMomentsDifference","base","res","isAfter","momentsDifference","makeAs","isBefore","createAdder","direction","dur","tmp","addOrSubtractDurationFromMoment","mom","isAdding","setTime","rawSetter","rawGetter","rawMonthSetter","input","prototype","compareArrays","array1","array2","dontConvert","lengthDiff","diffs","toInt","normalizeUnits","units","lowered","toLowerCase","unitAliases","camelFunctions","inputObject","normalizedProp","makeList","setter","format","getter","method","results","utc","set","argumentForCoercion","coercedNumber","isFinite","daysInMonth","UTC","getUTCDate","weeksInYear","dow","doy","weekOfYear","daysInYear","isLeapYear","_a","MONTH","DATE","YEAR","HOUR","MINUTE","SECOND","MILLISECOND","_overflowDayOfYear","isValid","_isValid","getTime","bigHour","normalizeLocale","chooseLocale","names","j","next","loadLocale","slice","oldLocale","locales","hasModule","code","model","diff","local","removeFormattingTokens","makeFormatFunction","formattingTokens","formatTokenFunctions","Function","formatMoment","expandFormat","formatFunctions","invalidDate","replaceLongDateFormatTokens","longDateFormat","localFormattingTokens","lastIndex","getParseRegexForToken","token","strict","parseTokenOneDigit","parseTokenThreeDigits","parseTokenFourDigits","parseTokenOneToFourDigits","parseTokenSignedNumber","parseTokenSixDigits","parseTokenOneToSixDigits","parseTokenTwoDigits","parseTokenOneToThreeDigits","parseTokenWord","_meridiemParse","parseTokenOffsetMs","parseTokenTimestampMs","parseTokenTimezone","parseTokenT","parseTokenDigits","parseTokenOneOrTwoDigits","_ordinalParse","_ordinalParseLenient","RegExp","regexpEscape","unescapeFormat","utcOffsetFromString","string","possibleTzMatches","tzChunk","parseTimezoneChunker","addTimeToArrayFromToken","datePartArray","monthsParse","parseInt","_dayOfYear","parseTwoDigitYear","_meridiem","parseFloat","_useUTC","weekdaysParse","_w","invalidWeekday","dayOfYearFromWeekInfo","w","weekYear","weekday","temp","GG","W","E","_week","gg","dayOfYearFromWeeks","dayOfYear","dateFromConfig","date","currentDate","yearToUse","currentDateArray","makeUTCDate","getUTCMonth","_nextDay","makeDate","setUTCMinutes","getUTCMinutes","dateFromObject","now","getUTCFullYear","getFullYear","getMonth","getDate","makeDateFromStringAndFormat","ISO_8601","parseISO","parsedInput","tokens","skipped","stringLength","totalParsedInputLength","matched","p1","p2","p3","p4","makeDateFromStringAndArray","tempConfig","bestMoment","scoreToBeat","currentScore","NaN","score","l","isoRegex","isoDates","isoTimes","makeDateFromString","createFromInputFallback","arr","makeDateFromInput","aspNetJsonRegex","obj","y","M","ms","setFullYear","setUTCFullYear","parseWeekday","substituteTimeAgo","withoutSuffix","isFuture","relativeTime","posNegDuration","round","as","args","relativeTimeThresholds","firstDayOfWeek","firstDayOfWeekOfYear","adjustedMoment","daysToDayOfWeek","daysToAdd","getUTCDay","makeMoment","invalid","preparse","pickBy","moments","dayOfMonth","unit","makeAccessor","keepTime","daysToYears","yearsToDays","makeDurationGetter","makeGlobal","shouldDeprecate","ender","oldGlobalMoment","globalScope","VERSION","aspNetTimeSpanJsonRegex","isoDurationRegex","isoFormat","unitMillisecondFactors","Milliseconds","Seconds","Minutes","Hours","Days","Months","Years","D","Q","DDD","dayofyear","isoweekday","isoweek","weekyear","isoweekyear","ordinalizeTokens","paddedTokens","MMM","monthsShort","MMMM","dd","weekdaysMin","ddd","weekdaysShort","dddd","weekdays","isoWeek","YY","YYYY","YYYYY","YYYYYY","gggg","ggggg","isoWeekYear","GGGG","GGGGG","isoWeekday","A","H","S","SS","SSS","SSSS","Z","utcOffset","ZZ","z","zoneAbbr","zz","zoneName","x","X","unix","lists","pop","DDDD","source","_monthsShort","monthName","regex","_monthsParse","_longMonthsParse","_shortMonthsParse","_weekdays","_weekdaysShort","_weekdaysMin","weekdayName","_weekdaysParse","_longDateFormat","LTS","LT","L","LL","LLL","LLLL","charAt","isLower","_calendar","sameDay","nextDay","nextWeek","lastDay","lastWeek","sameElse","calendar","_relativeTime","future","past","mm","hh","MM","yy","pastFuture","_ordinal","postformat","firstDayOfYear","_invalidDate","ret","parseIso","diffRes","isDuration","inp","version","defaultFormat","relativeTimeThreshold","threshold","limit","lang","values","data","defineLocale","_abbr","abbr","langData","flags","parseZone","isDSTShifted","parsingFlags","invalidAt","keepLocalTime","subtract","_dateUtcOffset","inputString","asFloat","that","zoneDiff","time","humanize","fromNow","sod","startOf","isDST","getDay","endOf","inputMs","isBetween","isSame","zone","localAdjust","offset","_changeInProgress","isLocal","isUtcOffset","isUtc","hasAlignedHourOffset","isoWeeksInYear","weekInfo","get","newLocaleData","getTimezoneOffset","dates","isoWeeks","toJSON","isUTC","withSuffix","toIsoString","asSeconds","asMilliseconds","asMinutes","asHours","asDays","asWeeks","asMonths","asYears","ordinalParse","require","noGlobal","webpackContext","req","resolve","webpackPolyfill","paths","children","prepareElements","JSONcontainer","elementType","redundant","used","cleanupElements","removeChild","getSVGElement","svgContainer","shift","document","createElementNS","appendChild","getDOMElement","DOMContainer","insertBefore","createElement","drawPoint","group","point","drawPoints","setAttributeNS","size","drawBar","width","height","rect","_options","_fieldId","fieldId","_type","_subscribers","setOptions","queue","_queue","destroy","on","subscribers","subscribe","off","filter","unsubscribe","_trigger","params","senderId","concat","subscriber","addedIds","me","_addItem","columns","_getColumnNames","row","rows","getNumberOfRows","col","cols","getValue","update","updatedIds","updatedData","addOrUpdate","_updateItem","ids","firstType","returnType","allowedValues","itemId","_getItem","order","_sort","_filterFields","_appendRow","result","getIds","getDataSet","mappedItems","filteredItem","sort","av","bv","remove","removedId","removedIds","_remove","clear","maxField","itemField","minField","distinct","fieldType","exists","types","raw","converted","JSON","stringify","dataTable","getNumberOfColumns","getColumnId","getColumnLabel","addRow","setValue","delay","Infinity","_timeout","_extended","_flushIfNeeded","flush","methods","original","context","entry","clearTimeout","setTimeout","_ids","_onEvent","setData","viewOptions","getArguments","defaultFilter","dataSet","added","updated","removed","container","SyntaxError","containerElement","margin","defaultXCenter","defaultYCenter","xLabel","yLabel","zLabel","passValueFn","xValueLabel","yValueLabel","zValueLabel","filterLabel","legendLabel","STYLE","DOT","showPerspective","showGrid","keepAspectRatio","showShadow","showGrayBottom","showTooltip","verticalRatio","animationInterval","animationPreload","camera","eye","dataPoints","colX","colY","colZ","colValue","colFilter","xMin","xStep","xMax","yMin","yStep","yMax","zMin","zStep","zMax","valueMin","valueMax","xBarWidth","yBarWidth","colorAxis","colorGrid","colorDot","colorDotBorder","getMouseX","clientX","targetTouches","getMouseY","clientY","Emitter","_setScale","scale","xCenter","yCenter","zCenter","setArmLocation","_convert3Dto2D","point3d","translation","_convertPointToTranslation","_convertTranslationToScreen","ax","ay","az","cx","getCameraLocation","cy","cz","sinTx","sin","getCameraRotation","cosTx","cos","sinTy","cosTy","sinTz","cosTz","dx","dy","dz","bx","by","ex","ey","ez","getArmLength","xcenter","frame","canvas","clientWidth","ycenter","_setBackgroundColor","backgroundColor","fill","stroke","strokeWidth","borderColor","borderWidth","borderStyle","BAR","BARCOLOR","BARSIZE","DOTLINE","DOTCOLOR","DOTSIZE","GRID","LINE","SURFACE","_getStyleNumber","styleName","_determineColumnIndexes","counter","column","getDistinctValues","distinctValues","getColumnRange","minMax","_dataInitialize","rawData","_onChange","dataFilter","setOnLoadCallback","redraw","withBars","defaultXBarWidth","dataX","defaultYBarWidth","dataY","xRange","defaultXMin","defaultXMax","defaultXStep","yRange","defaultYMin","defaultYMax","defaultYStep","zRange","defaultZMin","defaultZMax","defaultZStep","valueRange","defaultValueMin","defaultValueMax","_getDataPoints","sortNumber","dataMatrix","xIndex","yIndex","trans","screen","bottom","pointRight","pointTop","pointCross","hasChildNodes","firstChild","position","noCanvas","fontWeight","padding","innerHTML","onmousedown","_onMouseDown","ontouchstart","_onTouchStart","onmousewheel","_onWheel","ontooltip","_onTooltip","onkeydown","setSize","_resizeCanvas","clientHeight","animationStart","slider","play","animationStop","stop","_resizeCenter","setCameraPosition","pos","horizontal","vertical","setArmRotation","distance","setArmLength","getCameraPosition","getArmRotation","_readData","_redrawFilter","animationAutoStart","cameraPosition","styleNumber","tooltip","showAnimationControls","_redrawSlider","_redrawClear","_redrawAxis","_redrawDataGrid","_redrawDataLine","_redrawDataBar","_redrawDataDot","_redrawInfo","_redrawLegend","ctx","getContext","clearRect","widthMin","widthMax","dotSize","right","lineWidth","font","ymin","ymax","_hsv2rgb","strokeStyle","beginPath","moveTo","lineTo","strokeRect","fillStyle","closePath","gridLineLen","step","getCurrent","textAlign","textBaseline","fillText","label","visible","setValues","setPlayInterval","onchange","getIndex","selectValue","setOnChangeCallback","lineStyle","getLabel","getSelectedValue","prettyStep","text","xText","yText","zText","xOffset","yOffset","xMin2d","xMax2d","gridLenX","gridLenY","textMargin","armAngle","V","R","G","B","C","Hi","cross","topSideVisible","zAvg","transBottom","dist","sortDepth","aDiff","bDiff","crossproduct","crossProduct","radius","arc","PI","surface","corners","xWidth","yWidth","surfaces","center","avg","transCenter","leftButtonDown","_onMouseUp","which","button","touchDown","startMouseX","startMouseY","startStart","startEnd","startArmRotation","cursor","onmousemove","_onMouseMove","onmouseup","diffX","diffY","horizontalNew","verticalNew","snapAngle","snapValue","parameters","emit","boundingRect","mouseX","mouseY","tooltipTimeout","_hideTooltip","dataPoint","_dataPointFromXY","_showTooltip","ontouchmove","_onTouchMove","ontouchend","_onTouchEnd","delta","wheelDelta","detail","oldLength","newLength","_insideTriangle","triangle","bs","cs","distMax","closestDataPoint","closestDist","triangle1","triangle2","distX","distY","sqrt","content","line","dot","dom","borderRadius","boxShadow","borderLeft","contentWidth","offsetWidth","contentHeight","offsetHeight","lineHeight","dotWidth","dotHeight","mixin","_callbacks","once","self","removeListener","removeAllListeners","callbacks","cb","listeners","hasListeners","sub","sum","armLocation","armRotation","armLength","cameraLocation","cameraRotation","calculateCameraOrientation","rot","graph","onLoadCallback","loadInBackground","isLoaded","getLoadedProgress","getColumn","getValues","dataView","progress","prev","bar","MozBorderRadius","slide","onclick","togglePlay","onChangeCallback","playTimeout","playInterval","playLoop","setIndex","playNext","interval","clearInterval","getPlayInterval","setPlayLoop","doLoop","onChange","indexToLeft","startClientX","startSlideX","leftToIndex","_start","_end","_step","precision","_current","setRange","setStep","calculatePrettyStep","log10","log","LN10","step1","pow","step2","step5","toPrecision","getStep","groups","forthArgument","defaultOptions","autoResize","orientation","maxHeight","minHeight","_create","body","domProps","emitter","bind","hiddenDates","snap","toScreen","_toScreen","toGlobalScreen","_toGlobalScreen","toTime","_toTime","toGlobalTime","_toGlobalTime","range","timeAxis","currentTime","customTime","itemSet","itemsData","groupsData","setGroups","setItems","Core","newDataSet","initialLoad","dataRange","_getDataRange","setWindow","animate","fit","setSelection","focus","getSelection","itemData","getItemRange","dataset","minItem","maxStartItem","maxEndItem","setup","Hammer","READY","Event","determineEventTypes","Utils","each","gestures","gesture","Detection","register","onTouch","DOCUMENT","EVENT_MOVE","detect","EVENT_END","Instance","defaults","behavior","userSelect","touchAction","touchCallout","contentZooming","userDrag","tapHighlightColor","HAS_POINTEREVENTS","pointerEnabled","msPointerEnabled","HAS_TOUCHEVENTS","IS_MOBILE","NO_MOUSEEVENTS","CALCULATE_INTERVAL","EVENT_TYPES","DIRECTION_DOWN","DIRECTION_LEFT","DIRECTION_UP","DIRECTION_RIGHT","POINTER_MOUSE","POINTER_TOUCH","POINTER_PEN","EVENT_START","EVENT_RELEASE","EVENT_TOUCH","plugins","utils","dest","src","merge","handler","iterator","inStr","find","inArray","hasParent","node","parent","getCenter","touches","pageX","pageY","touch","getVelocity","deltaTime","deltaX","deltaY","getAngle","touch1","touch2","atan2","getDirection","getDistance","getScale","getRotation","isVertical","setPrefixedCss","toggle","prefixes","toCamelCase","toggleBehavior","falseFn","onselectstart","ondragstart","str","preventMouseEvents","started","shouldDetect","hook","eventType","onTouchHandler","ev","triggerType","srcType","isPointer","isMouse","buttons","PointerEvent","matchType","updatePointer","doDetect","reset","touchList","getTouchList","touchListLength","triggerChange","trigger","changedLength","changedTouches","evData","collectEventData","identifiers","identifier","pointerType","timeStamp","srcEvent","preventManipulation","stopPropagation","stopDetect","pointers","touchlist","pointer","pointerEvent","pointerId","pt","MSPOINTER_TYPE_MOUSE","MSPOINTER_TYPE_TOUCH","MSPOINTER_TYPE_PEN","detection","current","previous","stopped","startDetect","inst","eventData","startEvent","lastEvent","lastCalcEvent","futureCalcEvent","lastCalcData","extendEventData","instOptions","getCalculatedData","cur","recalc","calcEv","calcData","velocity","angle","velocityX","velocityY","interimAngle","interimDirection","startEv","lastEv","rotation","eventStartHandler","eventHandlers","createEvent","initEvent","dispatchEvent","enable","state","dispose","eh","dragGesture","dragMaxTouches","triggered","dragMinDistance","startCenter","dragDistanceCorrection","factor","dragLockToAxis","dragLockMinDistance","lastDirection","dragBlockVertical","dragBlockHorizontal","Drag","Gesture","holdGesture","timer","holdTimeout","holdThreshold","Hold","Release","Swipe","swipeMinTouches","swipeMaxTouches","swipeVelocityX","swipeVelocityY","tapGesture","sincePrev","didDoubleTap","hasMoved","tapMaxDistance","tapMaxTime","doubleTapInterval","doubleTapDistance","tapAlways","Tap","Touch","preventMouse","transformGesture","scaleThreshold","rotationThreshold","transformMinScale","transformMinRotation","Transform","deltaDifference","scaleOffset","startToFront","endToFront","moveable","zoomable","zoomMin","zoomMax","animateTimer","_onDragStart","_onDrag","_onDragEnd","_onHold","_onMouseWheel","_onTouch","_onPinch","validateDirection","getPointer","hammerUtil","byUser","_cancelAnimation","initStart","initEnd","initTime","anyChanged","dragging","done","changed","_applyRange","updateHiddenDates","newStart","newEnd","getRange","conversion","totalHidden","previousDelta","allowDragging","getHiddenDurationBetween","diffRange","safeStart","snapAwayFromHidden","safeEnd","fakeGesture","pointerDate","_pointerToDate","zoom","centerDate","hiddenDuration","hiddenDurationBefore","getHiddenDurationBefore","hiddenDurationAfter","move","_isResized","resized","_previousWidth","_previousHeight","convertHiddenOptions","repeat","dateItem","centerContainer","totalRange","pixelTime","startDate","endDate","runUntil","dayOffset","removeDuplicates","startHidden","isHidden","endHidden","rangeStart","rangeEnd","hidden","safeDates","printDates","stepOverHiddenDates","timeStep","previousTime","stepInHidden","currentValue","newValue","switchedYear","switchedMonth","switchedDay","correctTimeForHidden","totalDuration","partialDuration","accumulatedHiddenDuration","getAccumulatedHiddenDuration","newTime","timeOffset","requiredDuration","previousPoint","correctionEnabled","Activator","backgroundVertical","backgroundHorizontal","leftContainer","rightContainer","shadowTop","shadowBottom","shadowTopLeft","shadowBottomLeft","shadowTopRight","shadowBottomRight","properties","_redrawTimer","events","isActive","scrollTop","scrollTopMin","redrawCount","clickToUse","activator","_initAutoResize","component","active","_stopAutoResize","setCustomTime","getCustomTime","getVisibleItems","what","getWindow","borderRootHeight","borderRootWidth","autoHeight","containerHeight","centerWidth","_updateScrollTop","visibilityTop","visibilityBottom","visibility","MAX_REDRAWS","repaint","setCurrentTime","getCurrentTime","_startAutoResize","_onResize","lastWidth","lastHeight","watchTimer","setInterval","initialScrollTop","oldScrollTop","_getScrollTop","newScrollTop","_setScrollTop","align","groupOrder","selectable","editable","updateTime","updateGroup","onAdd","onUpdate","onMove","onRemove","onMoving","axis","itemOptions","itemListeners","_onAdd","_onUpdate","_onRemove","groupListeners","_onAddGroups","_onUpdateGroups","_onRemoveGroups","groupIds","selection","stackDirty","touchParams","UNGROUPED","BACKGROUND","box","foreground","labelSet","_updateUngrouped","backgroundGroup","show","_onSelectItem","_onMultiSelectItem","_onAddItem","addCallback","markDirty","hide","ii","unselect","select","groupId","rawVisibleItems","visibleItems","_deselect","_orderGroups","visibleInterval","zoomed","lastVisibleInterval","restack","firstGroup","_firstGroup","firstMargin","nonFirstMargin","groupMargin","groupResized","firstGroupIndex","firstGroupId","ungrouped","_getGroupId","getLabelSet","oldItemsData","getItems","_order","getGroups","removeItem","_getType","_removeItem","groupData","groupOptions","oldGroupId","oldGroup","_constructByEndArray","endArray","itemFromTarget","selected","dragLeftItem","dragRightItem","initialX","itemProps","offsetLeft","newProps","initial","groupFromTarget","_updateItemProps","_moveToGroup","changes","ctrlKey","shiftKey","oldSelection","newSelection","xAbs","newItem","_getItemRange","_item","itemSetFromTarget","subgroups","subgroupIndex","subgroupOrderer","subgroupOrder","byStart","byEnd","checkRangedItems","inner","marker","Element","title","getLabelWidth","_updateVisibleItems","markerHeight","lastMarkerHeight","dirty","displayed","nostack","_calculateHeight","offsetTop","repositionY","resetSubgroups","subgroup","setParent","orderSubgroups","_checkIfVisible","sortArray","sortField","removeFromDataSet","startArray","orderByStart","orderByEnd","oldVisibleItems","visibleItemsLookup","lowerBound","upperBound","_checkIfVisibleWithReference","initialPosByStart","_traceVisible","initialPosByEnd","repositionX","initialPos","breakCondition","isVisible","EPSILON","aTime","bTime","force","iMax","collidingItem","jj","collision","newTop","baseClassName","_updateContents","_updateTitle","_updateDataAttributes","_updateStyle","getComputedStyle","maxWidth","_repaintDeleteButton","_repaintDragLeft","_repaintDragRight","contentLeft","parentWidth","boxWidth","dragLeft","dragRight","deleteButton","template","removeAttribute","dataAttributes","attributes","setAttribute","itemSetHeight","marginLeft","emptyContent","onTop","itemSubgroup","overlay","prevent_default","_onTapOverlay","windowHammer","_hasParent","deactivate","keycharm","escListener","activate","display","unbind","__WEBPACK_AMD_DEFINE_FACTORY__","__WEBPACK_AMD_DEFINE_ARRAY__","_exportFunctions","_bound","keydown","keyup","_keys","fromCharCode","down","handleEvent","up","keyCode","bound","bindAll","getKey","newBindings","lines","majorTexts","minorTexts","minimumStep","lineTop","showMinorLabels","showMajorLabels","parentChanged","_calculateCharSize","minorLabelHeight","minorCharHeight","majorLabelHeight","majorCharHeight","minorLineHeight","minorLineWidth","majorLineHeight","majorLineWidth","foregroundNextSibling","nextSibling","backgroundNextSibling","_repaintLabels","timeLabelsize","minorCharWidth","setFormat","isMajor","prevLine","xPrev","xFirstMajorLabel","first","hasNext","getClassName","_repaintMinorText","getLabelMinor","_repaintMajorText","getLabelMajor","_repaintMajorLine","_repaintMinorLine","leftTime","leftText","widthText","majorCharWidth","createTextNode","childNodes","nodeValue","measureCharMinor","measureCharMajor","autoScale","FORMAT","minorLabels","majorLabels","setMinimumStep","roundToMinor","setMonth","setDate","setHours","setMinutes","setSeconds","setMilliseconds","getMilliseconds","getSeconds","getMinutes","getHours","setScale","newScale","newStep","setAutoScale","stepYear","stepMonth","stepDay","stepHour","stepMinute","stepSecond","stepMillisecond","even","today","currentWeek","currentMonth","currentYear","showCurrentTime","currentTimeTimer","custom","showCustomTime","eventParams","drag","linegraph","getLegend","isGroupVisible","yAxisOrientation","defaultGroup","sampling","graphHeight","shaded","barChart","handleOverlap","catmullRom","parametrization","alpha","dataAxis","icons","alignZeros","customRange","legend","abortedGraphUpdate","updateSVGheight","updateSVGheightOnResize","lastStart","svgElements","groupsUsingDefaultStyles","COUNTER","svg","framework","BarGraphFunctions","yAxisLeft","yAxisRight","legendLeft","legendRight","_updateAllGroupData","_updateGroup","removeGroup","addGroup","groupsContent","ungroupedCounter","forceGraphUpdate","_updateGraph","rangePerPixelInv","preprocessedGroupData","processedGroupData","groupRanges","changeCalled","minDate","maxDate","_getRelevantData","_applySampling","_convertXcoordinates","_getYRanges","_updateYAxis","MAX_CYCLES","_convertYcoordinates","draw","dataContainer","guess","increment","amountOfPoints","xDistance","pointsPerPixel","sampledData","barCombinedDataLeft","barCombinedDataRight","getYRange","getStackedBarYRange","minVal","maxVal","yAxisLeftUsed","yAxisRightUsed","minLeft","minRight","maxLeft","maxRight","ignore","_toggleAxisVisiblity","drawIcons","master","lineOffset","stepPixelsForced","stepPixels","zeroCrossing","axisUsed","datapoints","xValue","yValue","extractedData","svgHeight","convertValue","setZeroPosition","linegraphOptions","majorLinesOffset","minorLinesOffset","labelOffsetX","labelOffsetY","iconWidth","decimals","linegraphSVG","DOMelements","labels","conversionFactor","minWidth","iconsRemoved","amountOfGroups","lineContainer","graphOptions","_redrawGroupIcons","iconHeight","iconOffset","drawIcon","_cleanupIcons","activeGroups","_redrawLabels","_redrawTitle","deadSpace","marginRange","amountOfSteps","stepDifference","zeroStepDifference","marginEnd","valueAtZero","marginStartPos","maxLabelSize","_redrawLabel","_redrawLine","titleWidth","titleCharHeight","invertedValue","convertedValue","characterHeight","largestWidth","textMinor","textMajor","textTitle","measureCharTitle","titleCharWidth","stepIndex","marginStart","majorSteps","minorSteps","setFirst","safeSize","minimumStepValue","orderOfMagnitude","minorStepIdx","magnitudefactor","solutionFound","stepSize","niceStart","niceEnd","rounded","exp","cnt","usingDefaultStyle","zeroPosition","Line","Bar","Points","SVGcontainer","path","fillPath","fillHeight","outline","barWidth","bar1Height","bar2Height","icon","_catmullRom","_linear","dFill","_catmullRomUniform","p0","bp1","bp2","normalization","d1","d2","d3","N","d3powA","d2powA","d3pow2A","d2pow2A","d1pow2A","d1powA","Bargraph","barCombinedData","coreDistance","drawData","combinedData","intersections","barPoints","_getDataIntersections","heightOffset","_getSafeDrawData","nextKey","amount","resolved","prevKey","accumulated","groupLabel","_getStackedBarYRange","xpos","side","iconSize","iconSpacing","textArea","scrollableHeight","drawLegendIcons","paddingTop","_determineBrowserMethod","_initializeMixinLoaders","renderRefreshRate","renderTimestep","renderTime","physicsTime","runDoubleSpeed","physicsDiscreteStepsize","initializing","triggerFunctions","edit","editEdge","connect","del","nodes","mass","radiusMin","radiusMax","shape","image","fontColor","fontSize","fontFace","fontFill","fontStrokeWidth","fontStrokeColor","level","borderWidthSelected","edges","widthSelectionMultiplier","hoverWidth","labelAlignment","arrowScaleFactor","dash","gap","altLength","inheritColor","configurePhysics","physics","barnesHut","thetaInverted","gravitationalConstant","centralGravity","springLength","springConstant","damping","repulsion","nodeDistance","hierarchicalRepulsion","clustering","initialMaxNodes","clusterThreshold","reduceToNodes","chainThreshold","clusterEdgeThreshold","sectorThreshold","screenSizeThreshold","fontSizeMultiplier","maxFontSize","forceAmplification","distanceAmplification","edgeGrowth","nodeScaling","maxNodeSizeIncrements","activeAreaBoxSize","clusterLevelDifference","navigation","keyboard","speed","dataManipulation","initiallyVisible","hierarchicalLayout","levelSeparation","nodeSpacing","layout","freezeForStabilization","smoothCurves","dynamic","roundness","maxVelocity","minVelocity","stabilize","stabilizationIterations","zoomExtentOnStabilize","dragNetwork","dragNodes","hideEdgesOnDrag","hideNodesOnDrag","constants","pixelRatio","hoverObj","controlNodesActive","navigationHammers","existing","_new","animationSpeed","animationEasingFunction","easingTime","sourceScale","targetScale","sourceTranslation","targetTranslation","lockedOnNodeId","lockedOnNodeOffset","touchTime","images","setOnloadCallback","_redraw","xIncrement","yIncrement","zoomIncrement","_loadPhysicsSystem","_loadSectorSystem","_loadClusterSystem","_loadSelectionSystem","_loadHierarchySystem","_setTranslation","freezeSimulation","cachedFunctions","startedStabilization","stabilized","draggingNodes","calculationNodes","calculationNodeIndices","nodeIndices","canvasTopLeft","canvasBottomRight","pointerPosition","areaCenter","previousScale","nodesData","edgesData","nodesListeners","_addNodes","_updateNodes","_removeNodes","edgesListeners","_addEdges","_updateEdges","_removeEdges","moving","_setupHierarchicalLayout","zoomExtent","startWithClustering","MixinLoader","browserType","requiresTimeout","_getScriptPath","scripts","getElementsByTagName","_getRange","minY","maxY","minX","maxX","nodeId","boundingBox","_findCenter","animationOptions","initialZoom","disableStart","zoomLevel","numberOfNodes","yDistance","xZoomLevel","yZoomLevel","animation","_updateNodeIndexList","_clearNodeIndexList","idx","dotData","DOTToGraph","gephi","gephiData","parseGephi","_setNodes","_setEdges","_putDataInSector","_resetLevels","_stabilize","onEdit","onEditEdge","onConnect","onDelete","editMode","newColorObj","groupname","_createKeyBinds","_loadNavigationControls","_loadManipulationSystem","_configureSmoothCurves","devicePixelRatio","webkitBackingStorePixelRatio","mozBackingStorePixelRatio","msBackingStorePixelRatio","oBackingStorePixelRatio","backingStorePixelRatio","setTransform","pinch","_onTap","_onDoubleTap","_onMouseMoveTitle","hammerFrame","_onRelease","_moveUp","_yStopMoving","_moveDown","_moveLeft","_xStopMoving","_moveRight","_zoomIn","_stopZoom","_zoomOut","_createManipulatorBar","_deleteSelected","_cleanupPhysicsConfiguration","_recursiveDOMDelete","DOMobject","_getPointer","pinched","_getScale","_handleTouch","_handleDragStart","_getNodeAt","_getTranslation","isSelected","_selectObject","nodeIds","objectId","selectionObj","xFixed","yFixed","_handleOnDrag","releaseNode","_XconvertDOMtoCanvas","_XconvertCanvasToDOM","_YconvertDOMtoCanvas","_YconvertCanvasToDOM","_handleDragEnd","_handleTap","_handleDoubleTap","_handleOnHold","_handleOnRelease","_zoom","scaleOld","preScaleDragPointer","DOMtoCanvas","scaleFrac","tx","ty","updateClustersDefault","postScaleDragPointer","canvasToDOM","popupObj","_checkHidePopup","checkShow","_checkShowPopup","popupTimer","edgeId","_getEdgeAt","_hoverObject","_blurObject","lastPopupNode","nodeUnderCursor","overlappingNodes","isOverlappingWith","getTitle","overlappingEdges","edge","connected","popup","setPosition","setText","emitEvent","oldWidth","oldHeight","oldNodesData","_updateSelection","_updateCalculationNodes","_reconnectEdges","_updateValueRange","updateLabels","changedData","setProperties","oldEdgesData","oldEdge","disconnect","showInternalIds","_createBezierNodes","via","sectors","dynamicEdges","setValueRange","save","translate","_doInAllSectors","restore","offsetX","offsetY","_drawNodes","alwaysShow","setScaleAndPos","inArea","sMax","_drawEdges","_drawControlNodes","_freezeDefinedNodes","_physicsTick","_restoreFrozenNodes","fixedData","_isMoving","vmin","isMoving","_discreteStepNodes","nodesPresent","discreteStepLimited","discreteStep","vminCorrected","_revertPhysicsState","revertPosition","_revertPhysicsTick","_doInAllActiveSectors","_doInSupportSector","mainMovingStatus","supportMovingStatus","mainMoving","_animationStep","_handleNavigation","startTime","renderStartTime","requestAnimationFrame","mozRequestAnimationFrame","webkitRequestAnimationFrame","msRequestAnimationFrame","iterations","toggleFreeze","parentEdgeId","internalMultiplier","positionBezierNode","storePosition","storePositions","dataArray","allowedToMoveX","allowedToMoveY","getPositions","focusOnNode","nodePosition","lockedOnNode","easingFunction","animateView","locked","_transitionRedraw","viewCenter","distanceFromCenter","_classicRedraw","_lockedRedraw","getCenterCoordinates","getBoundingBox","parseDOT","parseGraph","nextPreview","isAlphaNumeric","regexAlphaNumeric","o","addNode","graphs","attr","addEdge","createEdge","getToken","tokenType","TOKENTYPE","NULL","isComment","DELIMITER","c2","DELIMITERS","IDENTIFIER","newSyntaxError","UNKNOWN","chop","parseStatements","parseStatement","subgraph","parseSubgraph","parseEdge","parseAttributeStatement","parseNodeStatement","subgraphs","parseAttributeList","message","maxLength","forEach2","elem1","elem2","graphData","dotNode","graphNode","convertEdge","dotEdge","graphEdge","subEdge","{","}","[","]",";","=",",","->","--","gephiJSON","allowedToMove","gEdges","gNodes","gEdge","gNode","defaultIndex","DEFAULT","load","url","brokenUrl","img","Image","onload","onerror","error","imagelist","grouplist","networkConstants","reroutedEdges","fontDrawThreshold","horizontalAlignLeft","verticalAlignTop","baseRadiusValue","radiusFixed","preassignedLevel","hierarchyEnumerated","labelDimensions","yLine","fx","fy","vx","vy","previousState","resetCluster","dynamicEdgesLength","clusterSession","clusterSizeWidthFactor","clusterSizeHeightFactor","clusterSizeRadiusFactor","growthIndicator","networkScaleInv","networkScale","formationScale","clusterSize","containedNodes","containedEdges","clusterSessions","attachEdge","detachEdge","originalLabel","triggerFunction","groupObj","imageObj","brokenImage","_drawDatabase","resize","_resizeDatabase","_drawBox","_resizeBox","_drawCircle","_resizeCircle","_drawEllipse","_resizeEllipse","_drawImage","_resizeImage","_drawCircularImage","_resizeCircularImage","_drawText","_resizeText","_drawDot","_resizeShape","_drawSquare","_drawTriangle","_drawTriangleDown","_drawStar","_reset","clearSizeCache","distanceToBorder","_setForce","_addForce","storeState","isFixed","_drawImageAtPosition","globalAlpha","drawImage","_drawImageLabel","_label","centerX","centerY","_drawRawCircle","circle","clip","textSize","getTextSize","clusterLineWidth","selectionLineWidth","roundRect","database","diameter","defaultSize","ellipse","_drawShape","radiusMultiplier","baseline","labelUnderNode","lineCount","measureText","fillRect","lineJoin","strokeText","inView","clearVelocity","updateVelocity","massBeforeClustering","energyBefore","fromId","toId","widthSelected","dirtyLabel","fromBackup","toBackup","originalFromId","originalToId","widthFixed","lengthFixed","controlNodesEnabled","controlNodes","positions","connectedNode","_drawLine","_drawArrow","_drawArrowCenter","_drawDashLine","xFrom","yFrom","xTo","yTo","xObj","yObj","_getDistanceToEdge","_getColor","colorObj","_getLineWidth","_line","midpointX","midpointY","_pointOnLine","_circle","_pointOnCircle","_getViaCoordinates","xVia","yVia","quadraticCurveTo","_rotateForLabelAlignment","_drawLabelRect","_drawLabelText","angleInDegrees","rotate","lineMargin","setLineDash","pattern","lineDashOffset","lineCap","dashedLine","percentage","arrow","_pointOnBezier","_findBorderPosition","distanceToNodes","difference","arrowPos","guidePos","edgeSegmentLength","toBorderDist","toBorderPoint","x1","y1","x2","y2","x3","y3","lastX","lastY","minDistance","_getDistanceToLine","px","py","something","u","nodeIdFrom","nodeIdTo","getControlNodeFromPosition","getControlNodeToPosition","_enableControlNodes","_disableControlNodes","_getSelectedControlNode","fromDistance","toDistance","_restoreControlNodes","controlnodeFromPos","fromBorderDist","fromBorderPoint","controlnodeToPos","styleAttr","fontFamily","WebkitBorderRadius","whiteSpace","PhysicsMixin","ClusterMixin","SectorsMixin","SelectionMixin","ManipulationMixin","NavigationMixin","HierarchicalLayoutMixin","_loadMixin","sourceVariable","mixinFunction","_clearMixin","_loadSelectedForceSolver","_loadPhysicsConfiguration","hubThreshold","activeSector","drawingNode","blockConnectingEdgeSelection","forceAppendSelection","manipulationDiv","editModeDiv","closeDiv","_cleanNavigation","_loadNavigationElements","graphToggleSmoothCurves","graph_toggleSmooth","getElementById","graphRepositionNodes","showValueOfRange","repositionNodes","graphGenerateOptions","optionsSpecific","radioButton1","radioButton2","checked","backupConstants","optionsDiv","switchConfigurations","radioButton","querySelector","tableId","table","_restoreNodes","constantsVariableName","valueId","rangeValue","_overWriteGraphConstants","RepulsionMixin","HierarchialRepulsionMixin","BarnesHutMixin","_toggleBarnesHut","barnesHutTree","_initializeForceCalculation","clusterToFit","_calculateForces","_calculateGravitationalForces","_calculateNodeForces","_calculateSpringForcesWithSupport","_calculateHierarchicalSpringForces","_calculateSpringForces","supportNodes","supportNodeId","gravity","gravityForce","_sector","edgeLength","springForce","combinedClusterSize","node1","node2","node3","_calculateSpringForce","physicsConfiguration","hierarchicalLayoutDirections","parentElement","rangeElement","radioButton3","graph_repositionNodes","graph_generateOptions","dynamicSmoothCurves","nameArray","repulsingForce","a_base","minimumDistance","steepness","springFx","springFy","totalFx","totalFy","correctionFx","correctionFy","nodeCount","_formBarnesHutTree","_getForceContribution","NW","NE","SW","SE","parentBranch","childrenCount","centerOfMass","calcSize","MAX_VALUE","sizeDiff","minimumTreeSize","rootSize","halfRootSize","_splitBranch","_placeInTree","_updateBranchMass","totalMass","totalMassInv","biggestSize","skipMassUpdate","_placeInRegion","region","containedNode","_insertRegion","childSize","_drawTree","_drawBranch","branch","maxNumberOfNodes","reposition","maxLevels","forceAggregateHubs","normalizeClusterLevels","increaseClusterLevel","openCluster","isMovingBeforeClustering","_nodeInActiveArea","_addSector","decreaseClusterLevel","_expandClusterNode","_updateDynamicEdges","updateClusters","zoomDirection","recursive","doNotStart","amountOfNodes","_collapseSector","_formClusters","_openClusters","_openClustersBySize","_aggregateHubs","handleChains","chainPercentage","_getChainFraction","_reduceAmountOfChains","_getHubSize","_formClustersByHub","openAll","containedNodeId","childNode","_expelChildFromParent","_unselectAll","_releaseContainedEdges","_connectEdgeBackToChild","_validateEdges","othersPresent","childNodeId","_repositionBezierNodes","_formClustersByZoom","_forceClustersByZoom","minLength","_addToCluster","_clusterToSmallestNeighbour","smallestNeighbour","smallestNeighbourNode","neighbour","onlyEqual","_formClusterFromHub","hubNode","absorptionSizeOffset","allowCluster","edgesIdarray","amountOfInitialEdges","_addToContainedEdges","_connectEdgeToCluster","_containCircularEdgesFromNode","massBefore","correction","edgeToId","edgeFromId","k","_addToReroutedEdges","maxLevel","minLevel","clusterLevel","targetLevel","average","averageSquared","hubCounter","largestHub","variance","standardDeviation","fraction","reduceAmount","chains","total","_switchToSector","sectorId","sectorType","_switchToActiveSector","_switchToFrozenSector","_switchToSupportSector","_loadLatestSector","_previousSector","_setActiveSector","newId","_forgetLastSector","_createNewSector","_deleteActiveSector","_deleteFrozenSector","_freezeSector","_activateSector","_mergeThisWithFrozen","_collapseThisToSingleCluster","sector","unqiueIdentifier","previousSector","runFunction","argument","returnValues","_doInAllFrozenSectors","_drawSectorNodes","_drawAllSectorNodes","_getNodesOverlappingWith","_getAllNodesOverlappingWith","_pointerToPositionObject","positionObject","_getEdgesOverlappingWith","_getAllEdgesOverlappingWith","_addToSelection","_addToHover","_removeFromSelection","doNotTrigger","_unselectClusters","_getSelectedNodeCount","_getSelectedNode","_getSelectedEdge","_getSelectedEdgeCount","_getSelectedObjectCount","_selectionIsEmpty","_clusterInSelection","_selectConnectedEdges","_hoverConnectedEdges","_unselectConnectedEdges","append","highlightEdges","overrideSelectable","DOM","_manipulationReleaseOverload","_navigationReleaseOverload","getSelectedNodes","edgeIds","getSelectedEdges","idArray","selectNodes","RangeError","selectEdges","_clearManipulatorBar","manipulationDOM","_restoreOverloadedFunctions","functionName","_toggleEditMode","toolbar","boundFunction","edgeBeingEdited","selectedControlNode","_createAddNodeToolbar","_createAddEdgeToolbar","_editNode","_createEditEdgeToolbar","_addNode","_handleConnect","_finishConnect","_selectControlNode","_controlNodeDrag","_releaseControlNode","newNode","_editEdge","alert","targetNode","connectionEdge","connectFromId","_createEdge","defaultData","finalizedData","sourceNodeId","targetNodeId","selectedNodes","selectedEdges","navigationDivs","navigationDivActions","_stopMovement","_zoomExtent","hubsize","definedLevel","undefinedLevel","_changeConstants","_determineLevels","_determineLevelsDirected","distribution","_getDistribution","_placeNodesByHierarchy","minPos","_placeBranchNodes","maxCount","_setLevel","firstNode","_setLevelDirected","parentId","parentLevel","nodeMoved","back","editNode","addDescription","edgeDescription","editEdgeDescription","createEdgeError","deleteClusterError","CanvasRenderingContext2D","square","s2","ir","triangleDown","star","n","r2d","kappa","ox","oy","xe","ye","xm","ym","bezierCurveTo","wEllipse","hEllipse","ymb","yeb","xt","yt","xi","yi","xl","yl","xr","yr","dashArray","dashLength","dashCount","slope","distRemaining","dashIndex"],"mappings":"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"} \ No newline at end of file +{"version":3,"file":"vis.map","sources":["./dist/vis.js"],"names":["root","factory","exports","module","define","amd","this","modules","__webpack_require__","moduleId","installedModules","id","loaded","call","m","c","p","util","DOMutil","DataSet","DataView","Queue","Graph3d","graph3d","Camera","Filter","Point2d","Point3d","Slider","StepNumber","Timeline","Graph2d","timeline","DateUtil","DataStep","Range","stack","TimeStep","components","items","Item","BackgroundItem","BoxItem","PointItem","RangeItem","Component","CurrentTime","CustomTime","DataAxis","GraphGroup","Group","BackgroundGroup","ItemSet","Legend","LineGraph","TimeAxis","Network","network","Edge","Groups","Images","Node","Popup","dotparser","gephiParser","Graph","Error","moment","hammer","isNumber","object","Number","isString","String","isDate","Date","match","ASPDateRegex","exec","isNaN","parse","isDataTable","google","visualization","DataTable","randomUUID","S4","Math","floor","random","toString","extend","a","i","len","arguments","length","other","prop","hasOwnProperty","selectiveExtend","props","Array","isArray","selectiveDeepExtend","b","TypeError","constructor","Object","undefined","deepExtend","selectiveNotDeepExtend","indexOf","equalArray","convert","type","Boolean","valueOf","isMoment","toDate","getType","toISOString","value","getAbsoluteLeft","elem","getBoundingClientRect","left","window","pageXOffset","getAbsoluteTop","top","pageYOffset","addClassName","className","classes","split","push","join","removeClassName","index","splice","forEach","callback","toArray","array","updateProperty","key","addEventListener","element","action","listener","useCapture","navigator","userAgent","attachEvent","removeEventListener","detachEvent","preventDefault","event","returnValue","getTarget","target","srcElement","nodeType","parentNode","option","asBoolean","defaultValue","asNumber","asString","asSize","asElement","GiveDec","Hex","Value","eval","GiveHex","Dec","parseColor","color","isValidRGB","rgb","substr","RGBToHex","isValidHex","hsv","hexToHSV","lighterColorHSV","h","s","v","min","darkerColorHSV","darkerColorHex","HSVToHex","lighterColorHex","background","border","highlight","hover","hexToRGB","hex","replace","toUpperCase","substring","d","e","f","r","g","red","green","blue","RGBToHSV","minRGB","maxRGB","max","hue","saturation","cssUtil","cssText","styles","style","trim","parts","keys","map","addCssText","currentStyles","newStyles","removeCssText","removeStyles","HSVToRGB","q","t","isOk","test","selectiveBridgeObject","fields","referenceObject","objectTo","create","bridgeObject","mergeOptions","mergeTarget","options","enabled","binarySearchCustom","orderedItems","searchFunction","field","field2","maxIterations","iteration","low","high","middle","item","searchResult","binarySearchValue","sidePreference","prevValue","nextValue","easeInOutQuad","start","end","duration","change","easingFunctions","linear","easeInQuad","easeOutQuad","easeInCubic","easeOutCubic","easeInOutCubic","easeInQuart","easeOutQuart","easeInOutQuart","easeInQuint","easeOutQuint","easeInOutQuint","prepareElements","JSONcontainer","elementType","redundant","used","cleanupElements","removeChild","getSVGElement","svgContainer","shift","document","createElementNS","appendChild","getDOMElement","DOMContainer","insertBefore","createElement","drawPoint","x","y","group","point","drawPoints","setAttributeNS","size","drawBar","width","height","rect","data","_options","_data","_fieldId","fieldId","_type","_subscribers","add","setOptions","prototype","queue","_queue","destroy","on","subscribers","subscribe","off","filter","unsubscribe","_trigger","params","senderId","concat","subscriber","addedIds","me","_addItem","columns","_getColumnNames","row","rows","getNumberOfRows","col","cols","getValue","update","updatedIds","updatedData","addOrUpdate","_updateItem","get","ids","firstType","returnType","allowedValues","itemId","_getItem","order","_sort","_filterFields","_appendRow","result","getIds","getDataSet","mappedItems","filteredItem","name","sort","av","bv","remove","removedId","removedIds","_remove","clear","maxField","itemField","minField","distinct","values","fieldType","count","exists","types","raw","converted","JSON","stringify","dataTable","getNumberOfColumns","getColumnId","getColumnLabel","addRow","setValue","_ids","_onEvent","apply","setData","viewOptions","getArguments","defaultFilter","dataSet","added","updated","removed","delay","Infinity","_timeout","_extended","_flushIfNeeded","flush","methods","original","method","args","fn","context","entry","clearTimeout","setTimeout","container","SyntaxError","containerElement","margin","defaultXCenter","defaultYCenter","xLabel","yLabel","zLabel","passValueFn","xValueLabel","yValueLabel","zValueLabel","filterLabel","legendLabel","STYLE","DOT","showPerspective","showGrid","keepAspectRatio","showShadow","showGrayBottom","showTooltip","verticalRatio","animationInterval","animationPreload","camera","eye","dataPoints","colX","colY","colZ","colValue","colFilter","xMin","xStep","xMax","yMin","yStep","yMax","zMin","zStep","zMax","valueMin","valueMax","xBarWidth","yBarWidth","colorAxis","colorGrid","colorDot","colorDotBorder","getMouseX","clientX","targetTouches","getMouseY","clientY","Emitter","_setScale","scale","z","xCenter","yCenter","zCenter","setArmLocation","_convert3Dto2D","point3d","translation","_convertPointToTranslation","_convertTranslationToScreen","ax","ay","az","cx","getCameraLocation","cy","cz","sinTx","sin","getCameraRotation","cosTx","cos","sinTy","cosTy","sinTz","cosTz","dx","dy","dz","bx","by","ex","ey","ez","getArmLength","xcenter","frame","canvas","clientWidth","ycenter","_setBackgroundColor","backgroundColor","fill","stroke","strokeWidth","borderColor","borderWidth","borderStyle","BAR","BARCOLOR","BARSIZE","DOTLINE","DOTCOLOR","DOTSIZE","GRID","LINE","SURFACE","_getStyleNumber","styleName","_determineColumnIndexes","counter","column","getDistinctValues","distinctValues","getColumnRange","minMax","_dataInitialize","rawData","_onChange","dataFilter","setOnLoadCallback","redraw","withBars","defaultXBarWidth","dataX","defaultYBarWidth","dataY","xRange","defaultXMin","defaultXMax","defaultXStep","yRange","defaultYMin","defaultYMax","defaultYStep","zRange","defaultZMin","defaultZMax","defaultZStep","valueRange","defaultValueMin","defaultValueMax","_getDataPoints","obj","sortNumber","dataMatrix","xIndex","yIndex","trans","screen","bottom","pointRight","pointTop","pointCross","hasChildNodes","firstChild","position","overflow","noCanvas","fontWeight","padding","innerHTML","onmousedown","_onMouseDown","ontouchstart","_onTouchStart","onmousewheel","_onWheel","ontooltip","_onTooltip","onkeydown","setSize","_resizeCanvas","clientHeight","animationStart","slider","play","animationStop","stop","_resizeCenter","charAt","parseFloat","setCameraPosition","pos","horizontal","vertical","setArmRotation","distance","setArmLength","getCameraPosition","getArmRotation","_readData","_redrawFilter","animationAutoStart","cameraPosition","styleNumber","tooltip","showAnimationControls","_redrawSlider","_redrawClear","_redrawAxis","_redrawDataGrid","_redrawDataLine","_redrawDataBar","_redrawDataDot","_redrawInfo","_redrawLegend","ctx","getContext","clearRect","widthMin","widthMax","dotSize","right","lineWidth","font","ymin","ymax","_hsv2rgb","strokeStyle","beginPath","moveTo","lineTo","strokeRect","fillStyle","closePath","gridLineLen","step","getCurrent","next","textAlign","textBaseline","fillText","label","visible","setValues","setPlayInterval","onchange","getIndex","selectValue","setOnChangeCallback","lineStyle","getLabel","getSelectedValue","from","to","prettyStep","text","xText","yText","zText","offset","xOffset","yOffset","xMin2d","xMax2d","gridLenX","gridLenY","textMargin","armAngle","H","S","V","R","G","B","C","Hi","X","abs","parseInt","cross","topSideVisible","zAvg","transBottom","dist","sortDepth","aDiff","subtract","bDiff","crossproduct","crossProduct","radius","arc","PI","j","surface","corners","xWidth","yWidth","surfaces","center","avg","transCenter","diff","leftButtonDown","_onMouseUp","which","button","touchDown","startMouseX","startMouseY","startStart","startEnd","startArmRotation","cursor","onmousemove","_onMouseMove","onmouseup","diffX","diffY","horizontalNew","verticalNew","snapAngle","snapValue","round","parameters","emit","boundingRect","mouseX","mouseY","tooltipTimeout","_hideTooltip","dataPoint","_dataPointFromXY","_showTooltip","ontouchmove","_onTouchMove","ontouchend","_onTouchEnd","delta","wheelDelta","detail","oldLength","newLength","_insideTriangle","triangle","sign","as","bs","cs","distMax","closestDataPoint","closestDist","triangle1","triangle2","distX","distY","sqrt","content","line","dot","dom","borderRadius","boxShadow","borderLeft","contentWidth","offsetWidth","contentHeight","offsetHeight","lineHeight","dotWidth","dotHeight","armLocation","armRotation","armLength","cameraLocation","cameraRotation","calculateCameraOrientation","rot","graph","onLoadCallback","loadInBackground","isLoaded","getLoadedProgress","getColumn","getValues","dataView","progress","sub","sum","prev","bar","MozBorderRadius","slide","onclick","togglePlay","onChangeCallback","playTimeout","playInterval","playLoop","setIndex","playNext","interval","clearInterval","getPlayInterval","setPlayLoop","doLoop","onChange","indexToLeft","startClientX","startSlideX","leftToIndex","_start","_end","_step","precision","_current","setRange","setStep","calculatePrettyStep","log10","log","LN10","step1","pow","step2","step5","toPrecision","getStep","groups","forthArgument","defaultOptions","autoResize","orientation","maxHeight","minHeight","_create","body","domProps","emitter","bind","hiddenDates","snap","toScreen","_toScreen","toGlobalScreen","_toGlobalScreen","toTime","_toTime","toGlobalTime","_toGlobalTime","range","timeAxis","currentTime","customTime","itemSet","itemsData","groupsData","setGroups","setItems","Core","newDataSet","initialLoad","dataRange","_getDataRange","setWindow","animate","fit","setSelection","focus","getSelection","itemData","getItemRange","dataset","minItem","maxStartItem","maxEndItem","linegraph","getLegend","groupId","isGroupVisible","visibility","convertHiddenOptions","repeat","dateItem","updateHiddenDates","centerContainer","totalRange","pixelTime","startDate","endDate","_d","runUntil","clone","day","dayOfYear","year","dayOffset","date","month","console","removeDuplicates","startHidden","isHidden","endHidden","rangeStart","rangeEnd","hidden","startToFront","endToFront","_applyRange","safeDates","printDates","dates","stepOverHiddenDates","timeStep","previousTime","stepInHidden","currentValue","current","newValue","switchedYear","switchedMonth","switchedDay","time","conversion","getHiddenDurationBetween","correctTimeForHidden","hiddenDuration","totalDuration","partialDuration","accumulatedHiddenDuration","getAccumulatedHiddenDuration","newTime","getHiddenDurationBefore","timeOffset","requiredDuration","previousPoint","snapAwayFromHidden","direction","correctionEnabled","minimumStep","containerHeight","customRange","alignZeros","autoScale","stepIndex","marginStart","marginEnd","deadSpace","majorSteps","minorSteps","setMinimumStep","setFirst","safeSize","minimumStepValue","orderOfMagnitude","minorStepIdx","magnitudefactor","solutionFound","stepSize","niceStart","niceEnd","roundToMinor","marginRange","rounded","hasNext","previous","decimals","slice","exp","cnt","isMajor","now","hours","minutes","seconds","milliseconds","deltaDifference","scaleOffset","moveable","zoomable","zoomMin","zoomMax","touch","animateTimer","_onDragStart","_onDrag","_onDragEnd","_onHold","_onMouseWheel","_onTouch","_onPinch","validateDirection","getPointer","pageX","pageY","hammerUtil","byUser","_cancelAnimation","initStart","initEnd","initTime","anyChanged","dragging","done","changed","newStart","newEnd","getRange","totalHidden","previousDelta","allowDragging","gesture","deltaX","deltaY","diffRange","safeStart","safeEnd","fakeGesture","pointer","pointerDate","_pointerToDate","zoom","touches","centerDate","hiddenDurationBefore","hiddenDurationAfter","move","EPSILON","orderByStart","orderByEnd","aTime","bTime","force","iMax","axis","collidingItem","jj","collision","nostack","subgroups","newTop","subgroup","format","FORMAT","minorLabels","millisecond","second","minute","hour","weekday","majorLabels","setFormat","defaultFormat","first","setFullYear","getFullYear","setMonth","setDate","setHours","setMinutes","setSeconds","setMilliseconds","getMilliseconds","getSeconds","getMinutes","getHours","getDate","getMonth","setScale","newScale","newStep","setAutoScale","enable","stepYear","stepMonth","stepDay","stepHour","stepMinute","stepSecond","stepMillisecond","getLabelMinor","getLabelMajor","getClassName","even","today","isSame","currentWeek","currentMonth","currentYear","locale","lang","toLowerCase","_isResized","resized","_previousWidth","_previousHeight","showCurrentTime","locales","parent","backgroundVertical","title","currentTimeTimer","setCurrentTime","getCurrentTime","showCustomTime","eventParams","Hammer","drag","prevent_default","setCustomTime","getCustomTime","stopPropagation","svg","linegraphOptions","showMinorLabels","showMajorLabels","icons","majorLinesOffset","minorLinesOffset","labelOffsetX","labelOffsetY","iconWidth","linegraphSVG","DOMelements","lines","labels","conversionFactor","minWidth","stepPixels","stepPixelsForced","zeroCrossing","lineOffset","master","svgElements","iconsRemoved","amountOfGroups","lineContainer","scrollTop","addGroup","graphOptions","updateGroup","removeGroup","hide","show","display","_redrawGroupIcons","iconHeight","iconOffset","drawIcon","_cleanupIcons","backgroundHorizontal","activeGroups","_calculateCharSize","minorLabelHeight","minorCharHeight","majorLabelHeight","majorCharHeight","minorLineWidth","minorLineHeight","majorLineWidth","majorLineHeight","_redrawLabels","_redrawTitle","amountOfSteps","stepDifference","zeroStepDifference","valueAtZero","marginStartPos","maxLabelSize","_redrawLabel","_redrawLine","titleWidth","titleCharHeight","convertValue","invertedValue","convertedValue","characterHeight","largestWidth","majorCharWidth","minorCharWidth","textMinor","createTextNode","measureCharMinor","textMajor","measureCharMajor","textTitle","measureCharTitle","titleCharWidth","groupsUsingDefaultStyles","usingDefaultStyle","zeroPosition","Line","Bar","Points","setZeroPosition","catmullRom","parametrization","alpha","SVGcontainer","path","fillPath","fillHeight","outline","shaded","barWidth","bar1Height","bar2Height","icon","yAxisOrientation","getYRange","groupData","draw","framework","subgroupIndex","subgroupOrderer","subgroupOrder","visibleItems","byStart","byEnd","checkRangedItems","inner","foreground","marker","Element","getLabelWidth","restack","_updateVisibleItems","markerHeight","lastMarkerHeight","dirty","displayed","_calculateHeight","offsetTop","offsetLeft","ii","repositionY","resetSubgroups","labelSet","setParent","orderSubgroups","_checkIfVisible","sortArray","sortField","removeFromDataSet","removeItem","startArray","endArray","oldVisibleItems","visibleItemsLookup","lowerBound","upperBound","_checkIfVisibleWithReference","initialPosByStart","_traceVisible","initialPosByEnd","repositionX","initialPos","breakCondition","isVisible","align","groupOrder","selectable","editable","updateTime","onAdd","onUpdate","onMove","onRemove","onMoving","itemOptions","itemListeners","_onAdd","_onUpdate","_onRemove","groupListeners","_onAddGroups","_onUpdateGroups","_onRemoveGroups","groupIds","selection","stackDirty","touchParams","UNGROUPED","BACKGROUND","box","_updateUngrouped","backgroundGroup","_onSelectItem","_onMultiSelectItem","_onAddItem","addCallback","Function","markDirty","unselect","select","getVisibleItems","rawVisibleItems","_deselect","_orderGroups","visibleInterval","zoomed","lastVisibleInterval","lastWidth","firstGroup","_firstGroup","firstMargin","nonFirstMargin","groupMargin","groupResized","firstGroupIndex","firstGroupId","ungrouped","_getGroupId","getLabelSet","oldItemsData","getItems","_order","getGroups","_getType","_removeItem","groupOptions","oldGroupId","oldGroup","_constructByEndArray","itemFromTarget","selected","dragLeftItem","dragRightItem","initialX","itemProps","newProps","initial","groupFromTarget","_updateItemProps","_moveToGroup","changes","ctrlKey","srcEvent","shiftKey","oldSelection","newSelection","xAbs","newItem","_getItemRange","_item","itemSetFromTarget","side","iconSize","iconSpacing","textArea","scrollableHeight","drawLegendIcons","getComputedStyle","paddingTop","defaultGroup","sampling","graphHeight","barChart","handleOverlap","dataAxis","legend","abortedGraphUpdate","updateSVGheight","updateSVGheightOnResize","lastStart","COUNTER","BarGraphFunctions","yAxisLeft","yAxisRight","legendLeft","legendRight","_updateAllGroupData","_updateGroup","groupsContent","ungroupedCounter","forceGraphUpdate","_updateGraph","rangePerPixelInv","preprocessedGroupData","processedGroupData","groupRanges","changeCalled","minDate","maxDate","_getRelevantData","_applySampling","_convertXcoordinates","_getYRanges","_updateYAxis","MAX_CYCLES","_convertYcoordinates","dataContainer","guess","increment","amountOfPoints","xDistance","pointsPerPixel","ceil","sampledData","barCombinedDataLeft","barCombinedDataRight","getStackedBarYRange","minVal","maxVal","yAxisLeftUsed","yAxisRightUsed","minLeft","minRight","maxLeft","maxRight","ignore","_toggleAxisVisiblity","drawIcons","axisUsed","datapoints","xValue","yValue","extractedData","svgHeight","majorTexts","minorTexts","lineTop","parentChanged","foregroundNextSibling","nextSibling","backgroundNextSibling","_repaintLabels","timeLabelsize","cur","prevLine","xPrev","xFirstMajorLabel","_repaintMinorText","_repaintMajorText","_repaintMajorLine","_repaintMinorLine","leftTime","leftText","widthText","arr","pop","childNodes","nodeValue","_repaintDeleteButton","anchor","deleteButton","_updateContents","template","_updateTitle","removeAttribute","_updateDataAttributes","dataAttributes","attributes","setAttribute","_updateStyle","emptyContent","baseClassName","onTop","itemSubgroup","itemSetHeight","marginLeft","maxWidth","_repaintDragLeft","_repaintDragRight","contentLeft","parentWidth","boxWidth","dragLeft","dragRight","_determineBrowserMethod","_initializeMixinLoaders","renderRefreshRate","renderTimestep","renderTime","physicsTime","runDoubleSpeed","physicsDiscreteStepsize","initializing","triggerFunctions","edit","editEdge","connect","del","nodes","mass","radiusMin","radiusMax","shape","image","fontColor","fontSize","fontFace","fontFill","fontStrokeWidth","fontStrokeColor","level","borderWidthSelected","edges","widthSelectionMultiplier","hoverWidth","labelAlignment","arrowScaleFactor","dash","gap","altLength","inheritColor","configurePhysics","physics","barnesHut","thetaInverted","gravitationalConstant","centralGravity","springLength","springConstant","damping","repulsion","nodeDistance","hierarchicalRepulsion","clustering","initialMaxNodes","clusterThreshold","reduceToNodes","chainThreshold","clusterEdgeThreshold","sectorThreshold","screenSizeThreshold","fontSizeMultiplier","maxFontSize","forceAmplification","distanceAmplification","edgeGrowth","nodeScaling","maxNodeSizeIncrements","activeAreaBoxSize","clusterLevelDifference","navigation","keyboard","speed","dataManipulation","initiallyVisible","hierarchicalLayout","levelSeparation","nodeSpacing","layout","freezeForStabilization","smoothCurves","dynamic","roundness","maxVelocity","minVelocity","stabilize","stabilizationIterations","zoomExtentOnStabilize","dragNetwork","dragNodes","hideEdgesOnDrag","hideNodesOnDrag","constants","pixelRatio","hoverObj","controlNodesActive","navigationHammers","existing","_new","animationSpeed","animationEasingFunction","easingTime","sourceScale","targetScale","sourceTranslation","targetTranslation","lockedOnNodeId","lockedOnNodeOffset","touchTime","images","setOnloadCallback","_redraw","xIncrement","yIncrement","zoomIncrement","_loadPhysicsSystem","_loadSectorSystem","_loadClusterSystem","_loadSelectionSystem","_loadHierarchySystem","_setTranslation","freezeSimulation","cachedFunctions","startedStabilization","stabilized","draggingNodes","calculationNodes","calculationNodeIndices","nodeIndices","canvasTopLeft","canvasBottomRight","pointerPosition","areaCenter","previousScale","nodesData","edgesData","nodesListeners","_addNodes","_updateNodes","_removeNodes","edgesListeners","_addEdges","_updateEdges","_removeEdges","moving","timer","_setupHierarchicalLayout","zoomExtent","startWithClustering","keycharm","MixinLoader","Activator","browserType","requiresTimeout","_getScriptPath","scripts","getElementsByTagName","src","_getRange","node","minY","maxY","minX","maxX","nodeId","boundingBox","_findCenter","animationOptions","initialZoom","disableStart","zoomLevel","numberOfNodes","factor","yDistance","xZoomLevel","yZoomLevel","animation","_updateNodeIndexList","_clearNodeIndexList","idx","_createManipulatorBar","dotData","DOTToGraph","gephi","gephiData","parseGephi","_setNodes","_setEdges","_putDataInSector","_resetLevels","_stabilize","onEdit","onEditEdge","onConnect","onDelete","editMode","newColorObj","groupname","clickToUse","activator","_createKeyBinds","_loadNavigationControls","_loadManipulationSystem","_configureSmoothCurves","devicePixelRatio","webkitBackingStorePixelRatio","mozBackingStorePixelRatio","msBackingStorePixelRatio","oBackingStorePixelRatio","backingStorePixelRatio","setTransform","pinch","_onTap","_onDoubleTap","_onMouseMoveTitle","hammerFrame","_onRelease","reset","isActive","_moveUp","_yStopMoving","_moveDown","_moveLeft","_xStopMoving","_moveRight","_zoomIn","_stopZoom","_zoomOut","_deleteSelected","_cleanupPhysicsConfiguration","dispose","_recursiveDOMDelete","DOMobject","_getPointer","pinched","_getScale","_handleTouch","_handleDragStart","_getNodeAt","_getTranslation","isSelected","_selectObject","nodeIds","objectId","selectionObj","xFixed","yFixed","_handleOnDrag","releaseNode","_XconvertDOMtoCanvas","_XconvertCanvasToDOM","_YconvertDOMtoCanvas","_YconvertCanvasToDOM","_handleDragEnd","_handleTap","_handleDoubleTap","_handleOnHold","_handleOnRelease","_zoom","scaleOld","preScaleDragPointer","DOMtoCanvas","scaleFrac","tx","ty","updateClustersDefault","postScaleDragPointer","canvasToDOM","popupObj","_checkHidePopup","checkShow","_checkShowPopup","popupTimer","edgeId","_getEdgeAt","_hoverObject","_blurObject","lastPopupNode","nodeUnderCursor","overlappingNodes","isOverlappingWith","getTitle","overlappingEdges","edge","connected","popup","setPosition","setText","emitEvent","oldWidth","oldHeight","oldNodesData","_updateSelection","angle","_updateCalculationNodes","_reconnectEdges","_updateValueRange","updateLabels","changedData","setProperties","properties","oldEdgesData","oldEdge","disconnect","showInternalIds","_createBezierNodes","via","sectors","dynamicEdges","setValueRange","w","save","translate","_doInAllSectors","restore","offsetX","offsetY","_drawNodes","alwaysShow","setScaleAndPos","inArea","sMax","_drawEdges","_drawControlNodes","_freezeDefinedNodes","_physicsTick","_restoreFrozenNodes","fixedData","_isMoving","vmin","isMoving","_discreteStepNodes","nodesPresent","discreteStepLimited","discreteStep","vminCorrected","_revertPhysicsState","revertPosition","_revertPhysicsTick","_doInAllActiveSectors","_doInSupportSector","mainMovingStatus","supportMovingStatus","mainMoving","_animationStep","_handleNavigation","startTime","renderStartTime","requestAnimationFrame","mozRequestAnimationFrame","webkitRequestAnimationFrame","msRequestAnimationFrame","iterations","toggleFreeze","parentEdgeId","internalMultiplier","positionBezierNode","mixin","storePosition","storePositions","dataArray","allowedToMoveX","allowedToMoveY","getPositions","focusOnNode","nodePosition","lockedOnNode","easingFunction","animateView","locked","_transitionRedraw","viewCenter","distanceFromCenter","_classicRedraw","_lockedRedraw","active","getScale","getCenterCoordinates","getBoundingBox","networkConstants","fromId","toId","widthSelected","labelDimensions","yLine","dirtyLabel","fromBackup","toBackup","originalFromId","originalToId","widthFixed","lengthFixed","controlNodesEnabled","controlNodes","positions","connectedNode","_drawLine","_drawArrow","_drawArrowCenter","_drawDashLine","attachEdge","detachEdge","xFrom","yFrom","xTo","yTo","xObj","yObj","_getDistanceToEdge","_getColor","colorObj","_getLineWidth","_line","midpointX","midpointY","_pointOnLine","_label","resize","_circle","_pointOnCircle","networkScaleInv","_getViaCoordinates","xVia","yVia","quadraticCurveTo","lineCount","measureText","_rotateForLabelAlignment","_drawLabelRect","_drawLabelText","angleInDegrees","atan2","rotate","lineMargin","fillRect","lineJoin","strokeText","setLineDash","pattern","lineDashOffset","lineCap","dashedLine","percentage","arrow","_pointOnBezier","_findBorderPosition","distanceToBorder","distanceToNodes","difference","threshold","arrowPos","guidePos","edgeSegmentLength","toBorderDist","toBorderPoint","x1","y1","x2","y2","x3","y3","lastX","lastY","minDistance","_getDistanceToLine","px","py","something","u","nodeIdFrom","nodeIdTo","getControlNodeFromPosition","getControlNodeToPosition","_enableControlNodes","_disableControlNodes","_getSelectedControlNode","fromDistance","toDistance","_restoreControlNodes","controlnodeFromPos","fromBorderDist","fromBorderPoint","controlnodeToPos","defaultIndex","DEFAULT","load","url","brokenUrl","img","Image","onload","onerror","error","imagelist","grouplist","reroutedEdges","fontDrawThreshold","horizontalAlignLeft","verticalAlignTop","baseRadiusValue","radiusFixed","preassignedLevel","hierarchyEnumerated","fx","fy","vx","vy","previousState","resetCluster","dynamicEdgesLength","clusterSession","clusterSizeWidthFactor","clusterSizeHeightFactor","clusterSizeRadiusFactor","growthIndicator","networkScale","formationScale","clusterSize","containedNodes","containedEdges","clusterSessions","originalLabel","triggerFunction","groupObj","imageObj","brokenImage","_drawDatabase","_resizeDatabase","_drawBox","_resizeBox","_drawCircle","_resizeCircle","_drawEllipse","_resizeEllipse","_drawImage","_resizeImage","_drawCircularImage","_resizeCircularImage","_drawText","_resizeText","_drawDot","_resizeShape","_drawSquare","_drawTriangle","_drawTriangleDown","_drawStar","_reset","clearSizeCache","_setForce","_addForce","storeState","isFixed","velocity","getDistance","_drawImageAtPosition","globalAlpha","drawImage","_drawImageLabel","centerX","centerY","_drawRawCircle","circle","clip","textSize","getTextSize","clusterLineWidth","selectionLineWidth","roundRect","database","diameter","defaultSize","ellipse","_drawShape","radiusMultiplier","baseline","labelUnderNode","inView","clearVelocity","updateVelocity","massBeforeClustering","energyBefore","styleAttr","fontFamily","WebkitBorderRadius","whiteSpace","parseDOT","parseGraph","nextPreview","isAlphaNumeric","regexAlphaNumeric","merge","o","addNode","graphs","attr","addEdge","createEdge","getToken","tokenType","TOKENTYPE","NULL","token","isComment","DELIMITER","c2","DELIMITERS","IDENTIFIER","newSyntaxError","UNKNOWN","chop","strict","parseStatements","parseStatement","subgraph","parseSubgraph","parseEdge","parseAttributeStatement","parseNodeStatement","subgraphs","parseAttributeList","message","maxLength","forEach2","array1","array2","elem1","elem2","graphData","dotNode","graphNode","convertEdge","dotEdge","graphEdge","subEdge","{","}","[","]",";","=",",","->","--","gephiJSON","allowedToMove","gEdges","gNodes","gEdge","source","gNode","leftContainer","rightContainer","shadowTop","shadowBottom","shadowTopLeft","shadowBottomLeft","shadowTopRight","shadowBottomRight","_redrawTimer","listeners","events","scrollTopMin","redrawCount","_initAutoResize","component","_stopAutoResize","what","getWindow","borderRootHeight","borderRootWidth","autoHeight","centerWidth","_updateScrollTop","visibilityTop","visibilityBottom","MAX_REDRAWS","repaint","_startAutoResize","_onResize","lastHeight","watchTimer","setInterval","initialScrollTop","oldScrollTop","_getScrollTop","newScrollTop","_setScrollTop","custom","eventType","getTouchList","collectEventData","_catmullRom","_linear","dFill","_catmullRomUniform","p0","p1","p2","p3","bp1","bp2","normalization","d1","d2","d3","A","N","M","d3powA","d2powA","d3pow2A","d2pow2A","d1pow2A","d1powA","Bargraph","barCombinedData","coreDistance","drawData","combinedData","intersections","barPoints","_getDataIntersections","heightOffset","_getSafeDrawData","nextKey","amount","resolved","prevKey","accumulated","groupLabel","_getStackedBarYRange","xpos","back","editNode","addDescription","edgeDescription","editEdgeDescription","createEdgeError","deleteClusterError","CanvasRenderingContext2D","square","s2","ir","triangleDown","star","n","r2d","kappa","ox","oy","xe","ye","xm","ym","bezierCurveTo","wEllipse","hEllipse","ymb","yeb","xt","yt","xi","yi","xl","yl","xr","yr","dashArray","dashLength","dashCount","slope","distRemaining","dashIndex","PhysicsMixin","ClusterMixin","SectorsMixin","SelectionMixin","ManipulationMixin","NavigationMixin","HierarchicalLayoutMixin","_loadMixin","sourceVariable","mixinFunction","_clearMixin","_loadSelectedForceSolver","_loadPhysicsConfiguration","hubThreshold","activeSector","drawingNode","blockConnectingEdgeSelection","forceAppendSelection","manipulationDiv","editModeDiv","closeDiv","_cleanNavigation","_loadNavigationElements","overlay","_onTapOverlay","windowHammer","_hasParent","deactivate","escListener","activate","unbind","_callbacks","once","self","removeListener","removeAllListeners","callbacks","cb","hasListeners","__WEBPACK_AMD_DEFINE_RESULT__","global","dfl","hasOwnProp","defaultParsingFlags","empty","unusedTokens","unusedInput","charsLeftOver","nullInput","invalidMonth","invalidFormat","userInvalidated","iso","printMsg","msg","suppressDeprecationWarnings","warn","deprecate","firstTime","deprecateSimple","deprecations","padToken","func","leftZeroFill","ordinalizeToken","period","localeData","ordinal","monthDiff","anchor2","adjust","wholeMonthDiff","meridiemFixWrap","meridiem","isPm","meridiemHour","isPM","Locale","Moment","config","skipOverflow","checkOverflow","copyConfig","updateInProgress","updateOffset","Duration","normalizedInput","normalizeObjectUnits","years","quarters","quarter","months","weeks","week","days","_milliseconds","_days","_months","_locale","_bubble","val","_isAMomentObject","_i","_f","_l","_strict","_tzm","_isUTC","_offset","_pf","momentProperties","absRound","number","targetLength","forceSign","output","positiveMomentsDifference","base","res","isAfter","momentsDifference","makeAs","isBefore","createAdder","dur","tmp","addOrSubtractDurationFromMoment","mom","isAdding","setTime","rawSetter","rawGetter","rawMonthSetter","input","compareArrays","dontConvert","lengthDiff","diffs","toInt","normalizeUnits","units","lowered","unitAliases","camelFunctions","inputObject","normalizedProp","makeList","setter","getter","results","utc","set","argumentForCoercion","coercedNumber","isFinite","daysInMonth","UTC","getUTCDate","weeksInYear","dow","doy","weekOfYear","daysInYear","isLeapYear","_a","MONTH","DATE","YEAR","HOUR","MINUTE","SECOND","MILLISECOND","_overflowDayOfYear","isValid","_isValid","getTime","bigHour","normalizeLocale","chooseLocale","names","loadLocale","oldLocale","hasModule","code","model","local","removeFormattingTokens","makeFormatFunction","formattingTokens","formatTokenFunctions","formatMoment","expandFormat","formatFunctions","invalidDate","replaceLongDateFormatTokens","longDateFormat","localFormattingTokens","lastIndex","getParseRegexForToken","parseTokenOneDigit","parseTokenThreeDigits","parseTokenFourDigits","parseTokenOneToFourDigits","parseTokenSignedNumber","parseTokenSixDigits","parseTokenOneToSixDigits","parseTokenTwoDigits","parseTokenOneToThreeDigits","parseTokenWord","_meridiemParse","parseTokenOffsetMs","parseTokenTimestampMs","parseTokenTimezone","parseTokenT","parseTokenDigits","parseTokenOneOrTwoDigits","_ordinalParse","_ordinalParseLenient","RegExp","regexpEscape","unescapeFormat","utcOffsetFromString","string","possibleTzMatches","tzChunk","parseTimezoneChunker","addTimeToArrayFromToken","datePartArray","monthsParse","_dayOfYear","parseTwoDigitYear","_meridiem","_useUTC","weekdaysParse","_w","invalidWeekday","dayOfYearFromWeekInfo","weekYear","temp","GG","W","E","_week","gg","dayOfYearFromWeeks","dateFromConfig","currentDate","yearToUse","currentDateArray","makeUTCDate","getUTCMonth","_nextDay","makeDate","setUTCMinutes","getUTCMinutes","dateFromObject","getUTCFullYear","makeDateFromStringAndFormat","ISO_8601","parseISO","parsedInput","tokens","skipped","stringLength","totalParsedInputLength","matched","p4","makeDateFromStringAndArray","tempConfig","bestMoment","scoreToBeat","currentScore","NaN","score","l","isoRegex","isoDates","isoTimes","makeDateFromString","createFromInputFallback","makeDateFromInput","aspNetJsonRegex","ms","setUTCFullYear","parseWeekday","substituteTimeAgo","withoutSuffix","isFuture","relativeTime","posNegDuration","relativeTimeThresholds","firstDayOfWeek","firstDayOfWeekOfYear","adjustedMoment","daysToDayOfWeek","daysToAdd","getUTCDay","makeMoment","invalid","preparse","pickBy","moments","dayOfMonth","unit","makeAccessor","keepTime","daysToYears","yearsToDays","makeDurationGetter","makeGlobal","shouldDeprecate","ender","oldGlobalMoment","globalScope","VERSION","aspNetTimeSpanJsonRegex","isoDurationRegex","isoFormat","unitMillisecondFactors","Milliseconds","Seconds","Minutes","Hours","Days","Months","Years","D","Q","DDD","dayofyear","isoweekday","isoweek","weekyear","isoweekyear","ordinalizeTokens","paddedTokens","MMM","monthsShort","MMMM","dd","weekdaysMin","ddd","weekdaysShort","dddd","weekdays","isoWeek","YY","YYYY","YYYYY","YYYYYY","gggg","ggggg","isoWeekYear","GGGG","GGGGG","isoWeekday","SS","SSS","SSSS","Z","utcOffset","ZZ","zoneAbbr","zz","zoneName","unix","lists","DDDD","_monthsShort","monthName","regex","_monthsParse","_longMonthsParse","_shortMonthsParse","_weekdays","_weekdaysShort","_weekdaysMin","weekdayName","_weekdaysParse","_longDateFormat","LTS","LT","L","LL","LLL","LLLL","isLower","_calendar","sameDay","nextDay","nextWeek","lastDay","lastWeek","sameElse","calendar","_relativeTime","future","past","mm","hh","MM","yy","pastFuture","_ordinal","postformat","firstDayOfYear","_invalidDate","ret","parseIso","diffRes","isDuration","inp","version","relativeTimeThreshold","limit","defineLocale","_abbr","abbr","langData","flags","parseZone","isDSTShifted","parsingFlags","invalidAt","keepLocalTime","_dateUtcOffset","inputString","asFloat","that","zoneDiff","humanize","fromNow","sod","startOf","isDST","getDay","endOf","inputMs","isBetween","zone","localAdjust","_changeInProgress","isLocal","isUtcOffset","isUtc","hasAlignedHourOffset","isoWeeksInYear","weekInfo","newLocaleData","getTimezoneOffset","isoWeeks","toJSON","isUTC","withSuffix","toIsoString","asSeconds","asMilliseconds","asMinutes","asHours","asDays","asWeeks","asMonths","asYears","ordinalParse","require","noGlobal","setup","READY","Event","determineEventTypes","Utils","each","gestures","Detection","register","onTouch","DOCUMENT","EVENT_MOVE","detect","EVENT_END","Instance","defaults","behavior","userSelect","touchAction","touchCallout","contentZooming","userDrag","tapHighlightColor","HAS_POINTEREVENTS","pointerEnabled","msPointerEnabled","HAS_TOUCHEVENTS","IS_MOBILE","NO_MOUSEEVENTS","CALCULATE_INTERVAL","EVENT_TYPES","DIRECTION_DOWN","DIRECTION_LEFT","DIRECTION_UP","DIRECTION_RIGHT","POINTER_MOUSE","POINTER_TOUCH","POINTER_PEN","EVENT_START","EVENT_RELEASE","EVENT_TOUCH","plugins","utils","dest","handler","iterator","inStr","find","inArray","hasParent","getCenter","getVelocity","deltaTime","getAngle","touch1","touch2","getDirection","getRotation","isVertical","setPrefixedCss","toggle","prefixes","toCamelCase","toggleBehavior","falseFn","onselectstart","ondragstart","str","preventMouseEvents","started","shouldDetect","hook","onTouchHandler","ev","triggerType","srcType","isPointer","isMouse","buttons","PointerEvent","matchType","updatePointer","doDetect","touchList","touchListLength","triggerChange","trigger","changedLength","changedTouches","evData","identifiers","identifier","pointerType","timeStamp","preventManipulation","stopDetect","pointers","touchlist","pointerEvent","pointerId","pt","MSPOINTER_TYPE_MOUSE","MSPOINTER_TYPE_TOUCH","MSPOINTER_TYPE_PEN","detection","stopped","startDetect","inst","eventData","startEvent","lastEvent","lastCalcEvent","futureCalcEvent","lastCalcData","extendEventData","instOptions","getCalculatedData","recalc","calcEv","calcData","velocityX","velocityY","interimAngle","interimDirection","startEv","lastEv","rotation","eventStartHandler","eventHandlers","createEvent","initEvent","dispatchEvent","state","eh","dragGesture","dragMaxTouches","triggered","dragMinDistance","startCenter","dragDistanceCorrection","dragLockToAxis","dragLockMinDistance","lastDirection","dragBlockVertical","dragBlockHorizontal","Drag","Gesture","holdGesture","holdTimeout","holdThreshold","Hold","Release","Swipe","swipeMinTouches","swipeMaxTouches","swipeVelocityX","swipeVelocityY","tapGesture","sincePrev","didDoubleTap","hasMoved","tapMaxDistance","tapMaxTime","doubleTapInterval","doubleTapDistance","tapAlways","Tap","Touch","preventMouse","transformGesture","scaleThreshold","rotationThreshold","transformMinScale","transformMinRotation","Transform","__WEBPACK_AMD_DEFINE_FACTORY__","__WEBPACK_AMD_DEFINE_ARRAY__","_exportFunctions","_bound","keydown","keyup","_keys","fromCharCode","down","handleEvent","up","keyCode","bound","bindAll","getKey","newBindings","clusterToFit","maxNumberOfNodes","reposition","maxLevels","forceAggregateHubs","normalizeClusterLevels","increaseClusterLevel","repositionNodes","openCluster","isMovingBeforeClustering","_nodeInActiveArea","_sector","_addSector","decreaseClusterLevel","_expandClusterNode","_updateDynamicEdges","updateClusters","zoomDirection","recursive","doNotStart","amountOfNodes","_collapseSector","_formClusters","_openClusters","_openClustersBySize","_aggregateHubs","handleChains","chainPercentage","_getChainFraction","_reduceAmountOfChains","_getHubSize","_formClustersByHub","openAll","containedNodeId","childNode","_expelChildFromParent","_unselectAll","_releaseContainedEdges","_connectEdgeBackToChild","_validateEdges","othersPresent","childNodeId","_repositionBezierNodes","_formClustersByZoom","_forceClustersByZoom","minLength","_addToCluster","_clusterToSmallestNeighbour","smallestNeighbour","smallestNeighbourNode","neighbour","onlyEqual","_formClusterFromHub","hubNode","absorptionSizeOffset","allowCluster","edgesIdarray","amountOfInitialEdges","_addToContainedEdges","_connectEdgeToCluster","_containCircularEdgesFromNode","massBefore","correction","edgeToId","edgeFromId","k","_addToReroutedEdges","maxLevel","minLevel","clusterLevel","targetLevel","average","averageSquared","hubCounter","largestHub","variance","standardDeviation","fraction","reduceAmount","chains","total","_switchToSector","sectorId","sectorType","_switchToActiveSector","_switchToFrozenSector","_switchToSupportSector","_loadLatestSector","_previousSector","_setActiveSector","newId","_forgetLastSector","_createNewSector","_deleteActiveSector","_deleteFrozenSector","_freezeSector","_activateSector","_mergeThisWithFrozen","_collapseThisToSingleCluster","sector","unqiueIdentifier","previousSector","runFunction","argument","returnValues","_doInAllFrozenSectors","_drawSectorNodes","_drawAllSectorNodes","_getNodesOverlappingWith","_getAllNodesOverlappingWith","_pointerToPositionObject","positionObject","_getEdgesOverlappingWith","_getAllEdgesOverlappingWith","_addToSelection","_addToHover","_removeFromSelection","doNotTrigger","_unselectClusters","_getSelectedNodeCount","_getSelectedNode","_getSelectedEdge","_getSelectedEdgeCount","_getSelectedObjectCount","_selectionIsEmpty","_clusterInSelection","_selectConnectedEdges","_hoverConnectedEdges","_unselectConnectedEdges","append","highlightEdges","overrideSelectable","DOM","_manipulationReleaseOverload","_navigationReleaseOverload","getSelectedNodes","edgeIds","getSelectedEdges","idArray","selectNodes","RangeError","selectEdges","_clearManipulatorBar","manipulationDOM","_restoreOverloadedFunctions","functionName","_toggleEditMode","toolbar","boundFunction","edgeBeingEdited","selectedControlNode","_createAddNodeToolbar","_createAddEdgeToolbar","_editNode","_createEditEdgeToolbar","_addNode","_handleConnect","_finishConnect","_selectControlNode","_controlNodeDrag","_releaseControlNode","newNode","_editEdge","alert","supportNodes","targetNode","connectionEdge","connectFromId","_createEdge","defaultData","finalizedData","sourceNodeId","targetNodeId","selectedNodes","selectedEdges","navigationDivs","navigationDivActions","_stopMovement","_zoomExtent","hubsize","definedLevel","undefinedLevel","_changeConstants","_determineLevels","_determineLevelsDirected","distribution","_getDistribution","_placeNodesByHierarchy","minPos","_placeBranchNodes","maxCount","_setLevel","firstNode","_setLevelDirected","parentId","parentLevel","nodeMoved","_restoreNodes","graphToggleSmoothCurves","graph_toggleSmooth","getElementById","graphRepositionNodes","showValueOfRange","graphGenerateOptions","optionsSpecific","radioButton1","radioButton2","checked","backupConstants","optionsDiv","switchConfigurations","radioButton","querySelector","tableId","table","constantsVariableName","valueId","rangeValue","_overWriteGraphConstants","RepulsionMixin","HierarchialRepulsionMixin","BarnesHutMixin","_toggleBarnesHut","barnesHutTree","_initializeForceCalculation","_calculateForces","_calculateGravitationalForces","_calculateNodeForces","_calculateSpringForcesWithSupport","_calculateHierarchicalSpringForces","_calculateSpringForces","supportNodeId","gravity","gravityForce","edgeLength","springForce","combinedClusterSize","node1","node2","node3","_calculateSpringForce","physicsConfiguration","hierarchicalLayoutDirections","parentElement","rangeElement","radioButton3","graph_repositionNodes","graph_generateOptions","dynamicSmoothCurves","nameArray","webpackContext","req","resolve","repulsingForce","a_base","minimumDistance","steepness","springFx","springFy","totalFx","totalFy","correctionFx","correctionFy","nodeCount","_formBarnesHutTree","_getForceContribution","children","NW","NE","SW","SE","parentBranch","childrenCount","centerOfMass","calcSize","MAX_VALUE","sizeDiff","minimumTreeSize","rootSize","halfRootSize","_splitBranch","_placeInTree","_updateBranchMass","totalMass","totalMassInv","biggestSize","skipMassUpdate","_placeInRegion","region","containedNode","_insertRegion","childSize","_drawTree","_drawBranch","branch","webpackPolyfill","paths"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAyBA,cAEA,SAA2CA,EAAMC,GAC1B,gBAAZC,UAA0C,gBAAXC,QACxCA,OAAOD,QAAUD,IACQ,kBAAXG,SAAyBA,OAAOC,IAC9CD,OAAOH,GACmB,gBAAZC,SACdA,QAAa,IAAID,IAEjBD,EAAU,IAAIC,KACbK,KAAM,WACT,MAAgB,UAAUC,GAKhB,QAASC,GAAoBC,GAG5B,GAAGC,EAAiBD,GACnB,MAAOC,GAAiBD,GAAUP,OAGnC,IAAIC,GAASO,EAAiBD,IAC7BP,WACAS,GAAIF,EACJG,QAAQ,EAUT,OANAL,GAAQE,GAAUI,KAAKV,EAAOD,QAASC,EAAQA,EAAOD,QAASM,GAG/DL,EAAOS,QAAS,EAGTT,EAAOD,QAvBf,GAAIQ,KAqCJ,OATAF,GAAoBM,EAAIP,EAGxBC,EAAoBO,EAAIL,EAGxBF,EAAoBQ,EAAI,GAGjBR,EAAoB,KAK/B,SAASL,EAAQD,EAASM,GAG9BN,EAAQe,KAAOT,EAAoB,GACnCN,EAAQgB,QAAUV,EAAoB,GAGtCN,EAAQiB,QAAUX,EAAoB,GACtCN,EAAQkB,SAAWZ,EAAoB,GACvCN,EAAQmB,MAAQb,EAAoB,GAGpCN,EAAQoB,QAAUd,EAAoB,GACtCN,EAAQqB,SACNC,OAAQhB,EAAoB,GAC5BiB,OAAQjB,EAAoB,GAC5BkB,QAASlB,EAAoB,GAC7BmB,QAASnB,EAAoB,IAC7BoB,OAAQpB,EAAoB,IAC5BqB,WAAYrB,EAAoB,KAIlCN,EAAQ4B,SAAWtB,EAAoB,IACvCN,EAAQ6B,QAAUvB,EAAoB,IACtCN,EAAQ8B,UACNC,SAAUzB,EAAoB,IAC9B0B,SAAU1B,EAAoB,IAC9B2B,MAAO3B,EAAoB,IAC3B4B,MAAO5B,EAAoB,IAC3B6B,SAAU7B,EAAoB,IAE9B8B,YACEC,OACEC,KAAMhC,EAAoB,IAC1BiC,eAAgBjC,EAAoB,IACpCkC,QAASlC,EAAoB,IAC7BmC,UAAWnC,EAAoB,IAC/BoC,UAAWpC,EAAoB,KAGjCqC,UAAWrC,EAAoB,IAC/BsC,YAAatC,EAAoB,IACjCuC,WAAYvC,EAAoB,IAChCwC,SAAUxC,EAAoB,IAC9ByC,WAAYzC,EAAoB,IAChC0C,MAAO1C,EAAoB,IAC3B2C,gBAAiB3C,EAAoB,IACrC4C,QAAS5C,EAAoB,IAC7B6C,OAAQ7C,EAAoB,IAC5B8C,UAAW9C,EAAoB,IAC/B+C,SAAU/C,EAAoB,MAKlCN,EAAQsD,QAAUhD,EAAoB,IACtCN,EAAQuD,SACNC,KAAMlD,EAAoB,IAC1BmD,OAAQnD,EAAoB,IAC5BoD,OAAQpD,EAAoB,IAC5BqD,KAAMrD,EAAoB,IAC1BsD,MAAOtD,EAAoB,IAC3BuD,UAAWvD,EAAoB,IAC/BwD,YAAaxD,EAAoB,KAInCN,EAAQ+D,MAAQ,WACd,KAAM,IAAIC,OAAM,+EAIlBhE,EAAQiE,OAAS3D,EAAoB,IACrCN,EAAQkE,OAAS5D,EAAoB,KAKjC,SAASL,OAAQD,QAASM,qBAM9B,GAAI2D,QAAS3D,oBAAoB,GAOjCN,SAAQmE,SAAW,SAASC,GAC1B,MAAQA,aAAkBC,SAA2B,gBAAVD,IAQ7CpE,QAAQsE,SAAW,SAASF,GAC1B,MAAQA,aAAkBG,SAA2B,gBAAVH,IAQ7CpE,QAAQwE,OAAS,SAASJ,GACxB,GAAIA,YAAkBK,MACpB,OAAO,CAEJ,IAAIzE,QAAQsE,SAASF,GAAS,CAEjC,GAAIM,GAAQC,aAAaC,KAAKR,EAC9B,IAAIM,EACF,OAAO,CAEJ,KAAKG,MAAMJ,KAAKK,MAAMV,IACzB,OAAO,EAIX,OAAO,GAQTpE,QAAQ+E,YAAc,SAASX,GAC7B,MAA4B,mBAAb,SACVY,OAAoB,eACpBA,OAAOC,cAAuB,WAC9Bb,YAAkBY,QAAOC,cAAcC,WAQ9ClF,QAAQmF,WAAa,WACnB,GAAIC,GAAK,WACP,MAAOC,MAAKC,MACQ,MAAhBD,KAAKE,UACPC,SAAS,IAGb,OACIJ,KAAOA,IAAO,IACVA,IAAO,IACPA,IAAO,IACPA,IAAO,IACPA,IAAOA,IAAOA,KAWxBpF,QAAQyF,OAAS,SAAUC,GACzB,IAAK,GAAIC,GAAI,EAAGC,EAAMC,UAAUC,OAAYF,EAAJD,EAASA,IAAK,CACpD,GAAII,GAAQF,UAAUF,EACtB,KAAK,GAAIK,KAAQD,GACXA,EAAME,eAAeD,KACvBN,EAAEM,GAAQD,EAAMC,IAKtB,MAAON,IAWT1F,QAAQkG,gBAAkB,SAAUC,EAAOT,GACzC,IAAKU,MAAMC,QAAQF,GACjB,KAAM,IAAInC,OAAM,uDAGlB,KAAK,GAAI2B,GAAI,EAAGA,EAAIE,UAAUC,OAAQH,IAGpC,IAAK,GAFDI,GAAQF,UAAUF,GAEb7E,EAAI,EAAGA,EAAIqF,EAAML,OAAQhF,IAAK,CACrC,GAAIkF,GAAOG,EAAMrF,EACbiF,GAAME,eAAeD,KACvBN,EAAEM,GAAQD,EAAMC,IAItB,MAAON,IAWT1F,QAAQsG,oBAAsB,SAAUH,EAAOT,EAAGa,GAEhD,GAAIH,MAAMC,QAAQE,GAChB,KAAM,IAAIC,WAAU,yCAEtB,KAAK,GAAIb,GAAI,EAAGA,EAAIE,UAAUC,OAAQH,IAEpC,IAAK,GADDI,GAAQF,UAAUF,GACb7E,EAAI,EAAGA,EAAIqF,EAAML,OAAQhF,IAAK,CACrC,GAAIkF,GAAOG,EAAMrF,EACjB,IAAIiF,EAAME,eAAeD,GACvB,GAAIO,EAAEP,IAASO,EAAEP,GAAMS,cAAgBC,OACrBC,SAAZjB,EAAEM,KACJN,EAAEM,OAEAN,EAAEM,GAAMS,cAAgBC,OAC1B1G,QAAQ4G,WAAWlB,EAAEM,GAAOO,EAAEP,IAG9BN,EAAEM,GAAQO,EAAEP,OAET,CAAA,GAAII,MAAMC,QAAQE,EAAEP,IACzB,KAAM,IAAIQ,WAAU,yCAEpBd,GAAEM,GAAQO,EAAEP,IAMpB,MAAON,IAWT1F,QAAQ6G,uBAAyB,SAAUV,EAAOT,EAAGa,GAEnD,GAAIH,MAAMC,QAAQE,GAChB,KAAM,IAAIC,WAAU,yCAEtB,KAAK,GAAIR,KAAQO,GACf,GAAIA,EAAEN,eAAeD,IACQ,IAAvBG,EAAMW,QAAQd,GAChB,GAAIO,EAAEP,IAASO,EAAEP,GAAMS,cAAgBC,OACrBC,SAAZjB,EAAEM,KACJN,EAAEM,OAEAN,EAAEM,GAAMS,cAAgBC,OAC1B1G,QAAQ4G,WAAWlB,EAAEM,GAAOO,EAAEP,IAG9BN,EAAEM,GAAQO,EAAEP,OAET,CAAA,GAAII,MAAMC,QAAQE,EAAEP,IACzB,KAAM,IAAIQ,WAAU,yCAEpBd,GAAEM,GAAQO,EAAEP,GAKpB,MAAON,IAST1F,QAAQ4G,WAAa,SAASlB,EAAGa,GAE/B,GAAIH,MAAMC,QAAQE,GAChB,KAAM,IAAIC,WAAU,yCAGtB,KAAK,GAAIR,KAAQO,GACf,GAAIA,EAAEN,eAAeD,GACnB,GAAIO,EAAEP,IAASO,EAAEP,GAAMS,cAAgBC,OACrBC,SAAZjB,EAAEM,KACJN,EAAEM,OAEAN,EAAEM,GAAMS,cAAgBC,OAC1B1G,QAAQ4G,WAAWlB,EAAEM,GAAOO,EAAEP,IAG9BN,EAAEM,GAAQO,EAAEP,OAET,CAAA,GAAII,MAAMC,QAAQE,EAAEP,IACzB,KAAM,IAAIQ,WAAU,yCAEpBd,GAAEM,GAAQO,EAAEP,GAIlB,MAAON,IAUT1F,QAAQ+G,WAAa,SAAUrB,EAAGa,GAChC,GAAIb,EAAEI,QAAUS,EAAET,OAAQ,OAAO,CAEjC,KAAK,GAAIH,GAAI,EAAGC,EAAMF,EAAEI,OAAYF,EAAJD,EAASA,IACvC,GAAID,EAAEC,IAAMY,EAAEZ,GAAI,OAAO,CAG3B,QAAO,GAYT3F,QAAQgH,QAAU,SAAS5C,EAAQ6C,GACjC,GAAIvC,EAEJ,IAAeiC,SAAXvC,EACF,MAAOuC,OAET,IAAe,OAAXvC,EACF,MAAO,KAGT,KAAK6C,EACH,MAAO7C,EAET,IAAsB,gBAAT6C,MAAwBA,YAAgB1C,SACnD,KAAM,IAAIP,OAAM,wBAIlB,QAAQiD,GACN,IAAK,UACL,IAAK,UACH,MAAOC,SAAQ9C,EAEjB,KAAK,SACL,IAAK,SACH,MAAOC,QAAOD,EAAO+C,UAEvB,KAAK,SACL,IAAK,SACH,MAAO5C,QAAOH,EAEhB,KAAK,OACH,GAAIpE,QAAQmE,SAASC,GACnB,MAAO,IAAIK,MAAKL,EAElB,IAAIA,YAAkBK,MACpB,MAAO,IAAIA,MAAKL,EAAO+C,UAEpB,IAAIlD,OAAOmD,SAAShD,GACvB,MAAO,IAAIK,MAAKL,EAAO+C,UAEzB,IAAInH,QAAQsE,SAASF,GAEnB,MADAM,GAAQC,aAAaC,KAAKR,GACtBM,EAEK,GAAID,MAAKJ,OAAOK,EAAM,KAGtBT,OAAOG,GAAQiD,QAIxB,MAAM,IAAIrD,OACN,iCAAmChE,QAAQsH,QAAQlD,GAC/C,gBAGZ,KAAK,SACH,GAAIpE,QAAQmE,SAASC,GACnB,MAAOH,QAAOG,EAEhB,IAAIA,YAAkBK,MACpB,MAAOR,QAAOG,EAAO+C,UAElB,IAAIlD,OAAOmD,SAAShD,GACvB,MAAOH,QAAOG,EAEhB,IAAIpE,QAAQsE,SAASF,GAEnB,MADAM,GAAQC,aAAaC,KAAKR,GAGjBH,OAFLS,EAEYL,OAAOK,EAAM,IAGbN,EAIhB,MAAM,IAAIJ,OACN,iCAAmChE,QAAQsH,QAAQlD,GAC/C,gBAGZ,KAAK,UACH,GAAIpE,QAAQmE,SAASC,GACnB,MAAO,IAAIK,MAAKL,EAEb,IAAIA,YAAkBK,MACzB,MAAOL,GAAOmD,aAEX,IAAItD,OAAOmD,SAAShD,GACvB,MAAOA,GAAOiD,SAASE,aAEpB,IAAIvH,QAAQsE,SAASF,GAExB,MADAM,GAAQC,aAAaC,KAAKR,GACtBM,EAEK,GAAID,MAAKJ,OAAOK,EAAM,KAAK6C,cAG3B,GAAI9C,MAAKL,GAAQmD,aAI1B,MAAM,IAAIvD,OACN,iCAAmChE,QAAQsH,QAAQlD,GAC/C,mBAGZ,KAAK,UACH,GAAIpE,QAAQmE,SAASC,GACnB,MAAO,SAAWA,EAAS,IAExB,IAAIA,YAAkBK,MACzB,MAAO,SAAWL,EAAO+C,UAAY,IAElC,IAAInH,QAAQsE,SAASF,GAAS,CACjCM,EAAQC,aAAaC,KAAKR,EAC1B,IAAIoD,EAQJ,OALEA,GAFE9C,EAEM,GAAID,MAAKJ,OAAOK,EAAM,KAAKyC,UAG3B,GAAI1C,MAAKL,GAAQ+C,UAEpB,SAAWK,EAAQ,KAG1B,KAAM,IAAIxD,OACN,iCAAmChE,QAAQsH,QAAQlD,GAC/C,mBAGZ,SACE,KAAM,IAAIJ,OAAM,iBAAmBiD,EAAO,MAOhD,IAAItC,cAAe,qBAOnB3E,SAAQsH,QAAU,SAASlD,GACzB,GAAI6C,SAAc7C,EAElB,OAAY,UAAR6C,EACY,MAAV7C,EACK,OAELA,YAAkB8C,SACb,UAEL9C,YAAkBC,QACb,SAELD,YAAkBG,QACb,SAEL6B,MAAMC,QAAQjC,GACT,QAELA,YAAkBK,MACb,OAEF,SAEQ,UAARwC,EACA,SAEQ,WAARA,EACA,UAEQ,UAARA,EACA,SAGFA,GASTjH,QAAQyH,gBAAkB,SAASC,GACjC,MAAOA,GAAKC,wBAAwBC,KAAOC,OAAOC,aASpD9H,QAAQ+H,eAAiB,SAASL,GAChC,MAAOA,GAAKC,wBAAwBK,IAAMH,OAAOI,aAQnDjI,QAAQkI,aAAe,SAASR,EAAMS,GACpC,GAAIC,GAAUV,EAAKS,UAAUE,MAAM,IACD,KAA9BD,EAAQtB,QAAQqB,KAClBC,EAAQE,KAAKH,GACbT,EAAKS,UAAYC,EAAQG,KAAK,OASlCvI,QAAQwI,gBAAkB,SAASd,EAAMS,GACvC,GAAIC,GAAUV,EAAKS,UAAUE,MAAM,KAC/BI,EAAQL,EAAQtB,QAAQqB,EACf,KAATM,IACFL,EAAQM,OAAOD,EAAO,GACtBf,EAAKS,UAAYC,EAAQG,KAAK,OAalCvI,QAAQ2I,QAAU,SAASvE,EAAQwE,GACjC,GAAIjD,GACAC,CACJ,IAAIQ,MAAMC,QAAQjC,GAEhB,IAAKuB,EAAI,EAAGC,EAAMxB,EAAO0B,OAAYF,EAAJD,EAASA,IACxCiD,EAASxE,EAAOuB,GAAIA,EAAGvB,OAKzB,KAAKuB,IAAKvB,GACJA,EAAO6B,eAAeN,IACxBiD,EAASxE,EAAOuB,GAAIA,EAAGvB,IAY/BpE,QAAQ6I,QAAU,SAASzE,GACzB,GAAI0E,KAEJ,KAAK,GAAI9C,KAAQ5B,GACXA,EAAO6B,eAAeD,IAAO8C,EAAMR,KAAKlE,EAAO4B,GAGrD,OAAO8C,IAUT9I,QAAQ+I,eAAiB,SAAS3E,EAAQ4E,EAAKxB,GAC7C,MAAIpD,GAAO4E,KAASxB,GAClBpD,EAAO4E,GAAOxB,GACP,IAGA,GAYXxH,QAAQiJ,iBAAmB,SAASC,EAASC,EAAQC,EAAUC,GACzDH,EAAQD,kBACStC,SAAf0C,IACFA,GAAa,GAEA,eAAXF,GAA2BG,UAAUC,UAAUzC,QAAQ,YAAc,IACvEqC,EAAS,kBAGXD,EAAQD,iBAAiBE,EAAQC,EAAUC,IAE3CH,EAAQM,YAAY,KAAOL,EAAQC,IAWvCpJ,QAAQyJ,oBAAsB,SAASP,EAASC,EAAQC,EAAUC,GAC5DH,EAAQO,qBAES9C,SAAf0C,IACFA,GAAa,GAEA,eAAXF,GAA2BG,UAAUC,UAAUzC,QAAQ,YAAc,IACvEqC,EAAS,kBAGXD,EAAQO,oBAAoBN,EAAQC,EAAUC,IAG9CH,EAAQQ,YAAY,KAAOP,EAAQC,IAOvCpJ,QAAQ2J,eAAiB,SAAUC,GAC5BA,IACHA,EAAQ/B,OAAO+B,OAEbA,EAAMD,eACRC,EAAMD,iBAGNC,EAAMC,aAAc,GASxB7J,QAAQ8J,UAAY,SAASF,GAEtBA,IACHA,EAAQ/B,OAAO+B,MAGjB,IAAIG,EAcJ,OAZIH,GAAMG,OACRA,EAASH,EAAMG,OAERH,EAAMI,aACbD,EAASH,EAAMI,YAGMrD,QAAnBoD,EAAOE,UAA4C,GAAnBF,EAAOE,WAEzCF,EAASA,EAAOG,YAGXH,GAGT/J,QAAQmK,UAQRnK,QAAQmK,OAAOC,UAAY,SAAU5C,EAAO6C,GAK1C,MAJoB,kBAAT7C,KACTA,EAAQA,KAGG,MAATA,EACe,GAATA,EAGH6C,GAAgB,MASzBrK,QAAQmK,OAAOG,SAAW,SAAU9C,EAAO6C,GAKzC,MAJoB,kBAAT7C,KACTA,EAAQA,KAGG,MAATA,EACKnD,OAAOmD,IAAU6C,GAAgB,KAGnCA,GAAgB,MASzBrK,QAAQmK,OAAOI,SAAW,SAAU/C,EAAO6C,GAKzC,MAJoB,kBAAT7C,KACTA,EAAQA,KAGG,MAATA,EACKjD,OAAOiD,GAGT6C,GAAgB,MASzBrK,QAAQmK,OAAOK,OAAS,SAAUhD,EAAO6C,GAKvC,MAJoB,kBAAT7C,KACTA,EAAQA,KAGNxH,QAAQsE,SAASkD,GACZA,EAEAxH,QAAQmE,SAASqD,GACjBA,EAAQ,KAGR6C,GAAgB,MAU3BrK,QAAQmK,OAAOM,UAAY,SAAUjD,EAAO6C,GAK1C,MAJoB,kBAAT7C,KACTA,EAAQA,KAGHA,GAAS6C,GAAgB,MAKlCrK,QAAQ0K,QAAU,SAASC,KACzB,GAAIC,MAiBJ,OAdEA,OADS,KAAPD,IACM,GACM,KAAPA,IACC,GACM,KAAPA,IACC,GACM,KAAPA,IACC,GACM,KAAPA,IACC,GACM,KAAPA,IACC,GAEAE,KAAKF,MAKjB3K,QAAQ8K,QAAU,SAASC,GACzB,GAAIH,EAiBJ,OAdEA,GADQ,IAAPG,EACO,IACM,IAAPA,EACC,IACM,IAAPA,EACC,IACM,IAAPA,EACC,IACM,IAAPA,EACC,IACM,IAAPA,EACC,IAEA,GAAKA,GAWjB/K,QAAQgL,WAAa,SAASC,GAC5B,GAAIpK,EACJ,IAAIb,QAAQsE,SAAS2G,GAAQ,CAC3B,GAAIjL,QAAQkL,WAAWD,GAAQ,CAC7B,GAAIE,GAAMF,EAAMG,OAAO,GAAGA,OAAO,EAAEH,EAAMnF,OAAO,GAAGuC,MAAM,IACzD4C,GAAQjL,QAAQqL,SAASF,EAAI,GAAGA,EAAI,GAAGA,EAAI,IAE7C,GAAInL,QAAQsL,WAAWL,GAAQ,CAC7B,GAAIM,GAAMvL,QAAQwL,SAASP,GACvBQ,GAAmBC,EAAEH,EAAIG,EAAEC,EAAU,IAARJ,EAAII,EAASC,EAAEvG,KAAKwG,IAAI,EAAU,KAARN,EAAIK,IAC3DE,GAAmBJ,EAAEH,EAAIG,EAAEC,EAAEtG,KAAKwG,IAAI,EAAU,KAARN,EAAIK,GAAUA,EAAQ,GAANL,EAAIK,GAC5DG,EAAkB/L,QAAQgM,SAASF,EAAeJ,EAAGI,EAAeJ,EAAGI,EAAeF,GACtFK,EAAkBjM,QAAQgM,SAASP,EAAgBC,EAAED,EAAgBE,EAAEF,EAAgBG,EAE3F/K,IACEqL,WAAYjB,EACZkB,OAAOJ,EACPK,WACEF,WAAWD,EACXE,OAAOJ,GAETM,OACEH,WAAWD,EACXE,OAAOJ,QAKXlL,IACEqL,WAAWjB,EACXkB,OAAOlB,EACPmB,WACEF,WAAWjB,EACXkB,OAAOlB,GAEToB,OACEH,WAAWjB,EACXkB,OAAOlB,QAMbpK,MACAA,EAAEqL,WAAajB,EAAMiB,YAAc,QACnCrL,EAAEsL,OAASlB,EAAMkB,QAAUtL,EAAEqL,WAEzBlM,QAAQsE,SAAS2G,EAAMmB,WACzBvL,EAAEuL,WACAD,OAAQlB,EAAMmB,UACdF,WAAYjB,EAAMmB,YAIpBvL,EAAEuL,aACFvL,EAAEuL,UAAUF,WAAajB,EAAMmB,WAAanB,EAAMmB,UAAUF,YAAcrL,EAAEqL,WAC5ErL,EAAEuL,UAAUD,OAASlB,EAAMmB,WAAanB,EAAMmB,UAAUD,QAAUtL,EAAEsL,QAGlEnM,QAAQsE,SAAS2G,EAAMoB,OACzBxL,EAAEwL,OACAF,OAAQlB,EAAMoB,MACdH,WAAYjB,EAAMoB,QAIpBxL,EAAEwL,SACFxL,EAAEwL,MAAMH,WAAajB,EAAMoB,OAASpB,EAAMoB,MAAMH,YAAcrL,EAAEqL,WAChErL,EAAEwL,MAAMF,OAASlB,EAAMoB,OAASpB,EAAMoB,MAAMF,QAAUtL,EAAEsL,OAI5D,OAAOtL,IASTb,QAAQsM,SAAW,SAASC,GAC1BA,EAAMA,EAAIC,QAAQ,IAAI,IAAIC,aAE1B,IAAI/G,GAAI1F,QAAQ0K,QAAQ6B,EAAIG,UAAU,EAAG,IACrCnG,EAAIvG,QAAQ0K,QAAQ6B,EAAIG,UAAU,EAAG,IACrC7L,EAAIb,QAAQ0K,QAAQ6B,EAAIG,UAAU,EAAG,IACrCC,EAAI3M,QAAQ0K,QAAQ6B,EAAIG,UAAU,EAAG,IACrCE,EAAI5M,QAAQ0K,QAAQ6B,EAAIG,UAAU,EAAG,IACrCG,EAAI7M,QAAQ0K,QAAQ6B,EAAIG,UAAU,EAAG,IAErCI,EAAS,GAAJpH,EAAUa,EACfwG,EAAS,GAAJlM,EAAU8L,EACfpG,EAAS,GAAJqG,EAAUC,CAEnB,QAAQC,EAAEA,EAAEC,EAAEA,EAAExG,EAAEA,IAGpBvG,QAAQqL,SAAW,SAAS2B,EAAIC,EAAMC,GACpC,GAAIxH,GAAI1F,QAAQ8K,QAAQzF,KAAKC,MAAM0H,EAAM,KACrCzG,EAAIvG,QAAQ8K,QAAQkC,EAAM,IAC1BnM,EAAIb,QAAQ8K,QAAQzF,KAAKC,MAAM2H,EAAQ,KACvCN,EAAI3M,QAAQ8K,QAAQmC,EAAQ,IAC5BL,EAAI5M,QAAQ8K,QAAQzF,KAAKC,MAAM4H,EAAO,KACtCL,EAAI7M,QAAQ8K,QAAQoC,EAAO,IAE3BX,EAAM7G,EAAIa,EAAI1F,EAAI8L,EAAIC,EAAIC,CAC9B,OAAO,IAAMN,GAafvM,QAAQmN,SAAW,SAASH,EAAIC,EAAMC,GACpCF,GAAQ,IAAKC,GAAY,IAAKC,GAAU,GACxC,IAAIE,GAAS/H,KAAKwG,IAAImB,EAAI3H,KAAKwG,IAAIoB,EAAMC,IACrCG,EAAShI,KAAKiI,IAAIN,EAAI3H,KAAKiI,IAAIL,EAAMC,GAGzC,IAAIE,GAAUC,EACZ,OAAQ3B,EAAE,EAAEC,EAAE,EAAEC,EAAEwB,EAIpB,IAAIT,GAAKK,GAAKI,EAAUH,EAAMC,EAASA,GAAME,EAAUJ,EAAIC,EAAQC,EAAKF,EACpEtB,EAAKsB,GAAKI,EAAU,EAAMF,GAAME,EAAU,EAAI,EAC9CG,EAAM,IAAI7B,EAAIiB,GAAGU,EAASD,IAAS,IACnCI,GAAcH,EAASD,GAAQC,EAC/B7F,EAAQ6F,CACZ,QAAQ3B,EAAE6B,EAAI5B,EAAE6B,EAAW5B,EAAEpE,GAG/B,IAAIiG,UAEFpF,MAAO,SAAUqF,GACf,GAAIC,KAWJ,OATAD,GAAQrF,MAAM,KAAKM,QAAQ,SAAUiF,GACnC,GAAoB,IAAhBA,EAAMC,OAAc,CACtB,GAAIC,GAAQF,EAAMvF,MAAM,KACpBW,EAAM8E,EAAM,GAAGD,OACfrG,EAAQsG,EAAM,GAAGD,MACrBF,GAAO3E,GAAOxB,KAIXmG,GAITpF,KAAM,SAAUoF,GACd,MAAOjH,QAAOqH,KAAKJ,GACdK,IAAI,SAAUhF,GACb,MAAOA,GAAM,KAAO2E,EAAO3E,KAE5BT,KAAK,OASdvI,SAAQiO,WAAa,SAAU/E,EAASwE,GACtC,GAAIQ,GAAgBT,QAAQpF,MAAMa,EAAQ0E,MAAMF,SAC5CS,EAAYV,QAAQpF,MAAMqF,GAC1BC,EAAS3N,QAAQyF,OAAOyI,EAAeC,EAE3CjF,GAAQ0E,MAAMF,QAAUD,QAAQlF,KAAKoF,IAQvC3N,QAAQoO,cAAgB,SAAUlF,EAASwE,GACzC,GAAIC,GAASF,QAAQpF,MAAMa,EAAQ0E,MAAMF,SACrCW,EAAeZ,QAAQpF,MAAMqF,EAEjC,KAAK,GAAI1E,KAAOqF,GACVA,EAAapI,eAAe+C,UACvB2E,GAAO3E,EAIlBE,GAAQ0E,MAAMF,QAAUD,QAAQlF,KAAKoF,IAWvC3N,QAAQsO,SAAW,SAAS5C,EAAGC,EAAGC,GAChC,GAAIkB,GAAGC,EAAGxG,EAENZ,EAAIN,KAAKC,MAAU,EAAJoG,GACfmB,EAAQ,EAAJnB,EAAQ/F,EACZ7E,EAAI8K,GAAK,EAAID,GACb4C,EAAI3C,GAAK,EAAIiB,EAAIlB,GACjB6C,EAAI5C,GAAK,GAAK,EAAIiB,GAAKlB,EAE3B,QAAQhG,EAAI,GACV,IAAK,GAAGmH,EAAIlB,EAAGmB,EAAIyB,EAAGjI,EAAIzF,CAAG,MAC7B,KAAK,GAAGgM,EAAIyB,EAAGxB,EAAInB,EAAGrF,EAAIzF,CAAG,MAC7B,KAAK,GAAGgM,EAAIhM,EAAGiM,EAAInB,EAAGrF,EAAIiI,CAAG,MAC7B,KAAK,GAAG1B,EAAIhM,EAAGiM,EAAIwB,EAAGhI,EAAIqF,CAAG,MAC7B,KAAK,GAAGkB,EAAI0B,EAAGzB,EAAIjM,EAAGyF,EAAIqF,CAAG,MAC7B,KAAK,GAAGkB,EAAIlB,EAAGmB,EAAIjM,EAAGyF,EAAIgI,EAG5B,OAAQzB,EAAEzH,KAAKC,MAAU,IAAJwH,GAAUC,EAAE1H,KAAKC,MAAU,IAAJyH,GAAUxG,EAAElB,KAAKC,MAAU,IAAJiB,KAGrEvG,QAAQgM,SAAW,SAASN,EAAGC,EAAGC,GAChC,GAAIT,GAAMnL,QAAQsO,SAAS5C,EAAGC,EAAGC,EACjC,OAAO5L,SAAQqL,SAASF,EAAI2B,EAAG3B,EAAI4B,EAAG5B,EAAI5E,IAG5CvG,QAAQwL,SAAW,SAASe,GAC1B,GAAIpB,GAAMnL,QAAQsM,SAASC,EAC3B,OAAOvM,SAAQmN,SAAShC,EAAI2B,EAAG3B,EAAI4B,EAAG5B,EAAI5E,IAG5CvG,QAAQsL,WAAa,SAASiB,GAC5B,GAAIkC,GAAO,qCAAqCC,KAAKnC,EACrD,OAAOkC,IAGTzO,QAAQkL,WAAa,SAASC,GAC5BA,EAAMA,EAAIqB,QAAQ,IAAI,GACtB,IAAIiC,GAAO,wCAAwCC,KAAKvD,EACxD,OAAOsD,IAUTzO,QAAQ2O,sBAAwB,SAASC,EAAQC,GAC/C,GAA8B,gBAAnBA,GAA6B,CAEtC,IAAK,GADDC,GAAWpI,OAAOqI,OAAOF,GACpBlJ,EAAI,EAAGA,EAAIiJ,EAAO9I,OAAQH,IAC7BkJ,EAAgB5I,eAAe2I,EAAOjJ,KACC,gBAA9BkJ,GAAgBD,EAAOjJ,MAChCmJ,EAASF,EAAOjJ,IAAM3F,QAAQgP,aAAaH,EAAgBD,EAAOjJ,KAIxE,OAAOmJ,GAGP,MAAO,OAWX9O,QAAQgP,aAAe,SAASH,GAC9B,GAA8B,gBAAnBA,GAA6B,CACtC,GAAIC,GAAWpI,OAAOqI,OAAOF,EAC7B,KAAK,GAAIlJ,KAAKkJ,GACRA,EAAgB5I,eAAeN,IACA,gBAAtBkJ,GAAgBlJ,KACzBmJ,EAASnJ,GAAK3F,QAAQgP,aAAaH,EAAgBlJ,IAIzD,OAAOmJ,GAGP,MAAO,OAcX9O,QAAQiP,aAAe,SAAUC,EAAaC,EAAShF,GACrD,GAAwBxD,SAApBwI,EAAQhF,GACV,GAA8B,iBAAnBgF,GAAQhF,GACjB+E,EAAY/E,GAAQiF,QAAUD,EAAQhF,OAEnC,CACH+E,EAAY/E,GAAQiF,SAAU,CAC9B,KAAK,GAAIpJ,KAAQmJ,GAAQhF,GACnBgF,EAAQhF,GAAQlE,eAAeD,KACjCkJ,EAAY/E,GAAQnE,GAAQmJ,EAAQhF,GAAQnE,MAmBtDhG,QAAQqP,mBAAqB,SAASC,EAAcC,EAAgBC,EAAOC,GAMzE,IALA,GAAIC,GAAgB,IAChBC,EAAY,EACZC,EAAM,EACNC,EAAOP,EAAaxJ,OAAS,EAEnB+J,GAAPD,GAA2BF,EAAZC,GAA2B,CAC/C,GAAIG,GAASzK,KAAKC,OAAOsK,EAAMC,GAAQ,GAEnCE,EAAOT,EAAaQ,GACpBtI,EAAoBb,SAAX8I,EAAwBM,EAAKP,GAASO,EAAKP,GAAOC,GAE3DO,EAAeT,EAAe/H,EAClC,IAAoB,GAAhBwI,EACF,MAAOF,EAEgB,KAAhBE,EACPJ,EAAME,EAAS,EAGfD,EAAOC,EAAS,EAGlBH,IAGF,MAAO,IAeT3P,QAAQiQ,kBAAoB,SAASX,EAAcvF,EAAQyF,EAAOU,GAOhE,IANA,GAIIC,GAAW3I,EAAO4I,EAAWN,EAJ7BJ,EAAgB,IAChBC,EAAY,EACZC,EAAM,EACNC,EAAOP,EAAaxJ,OAAS,EAGnB+J,GAAPD,GAA2BF,EAAZC,GAA2B,CAO/C,GALAG,EAASzK,KAAKC,MAAM,IAAKuK,EAAKD,IAC9BO,EAAYb,EAAajK,KAAKiI,IAAI,EAAEwC,EAAS,IAAIN,GACjDhI,EAAY8H,EAAaQ,GAAQN,GACjCY,EAAYd,EAAajK,KAAKwG,IAAIyD,EAAaxJ,OAAO,EAAEgK,EAAS,IAAIN,GAEjEhI,GAASuC,EACX,MAAO+F,EAEJ,IAAgB/F,EAAZoG,GAAsB3I,EAAQuC,EACrC,MAAyB,UAAlBmG,EAA6B7K,KAAKiI,IAAI,EAAEwC,EAAS,GAAKA,CAE1D,IAAY/F,EAARvC,GAAkB4I,EAAYrG,EACrC,MAAyB,UAAlBmG,EAA6BJ,EAASzK,KAAKwG,IAAIyD,EAAaxJ,OAAO,EAAEgK,EAAS,EAGzE/F,GAARvC,EACFoI,EAAME,EAAS,EAGfD,EAAOC,EAAS,EAGpBH,IAIF,MAAO,IAYT3P,QAAQqQ,cAAgB,SAAU7B,EAAG8B,EAAOC,EAAKC,GAC/C,GAAIC,GAASF,EAAMD,CAEnB,OADA9B,IAAKgC,EAAS,EACN,EAAJhC,EAAciC,EAAO,EAAEjC,EAAEA,EAAI8B,GACjC9B,KACQiC,EAAO,GAAKjC,GAAGA,EAAE,GAAK,GAAK8B,IAUrCtQ,QAAQ0Q,iBAENC,OAAQ,SAAUnC,GAChB,MAAOA,IAGToC,WAAY,SAAUpC,GACpB,MAAOA,GAAIA,GAGbqC,YAAa,SAAUrC,GACrB,MAAOA,IAAK,EAAIA,IAGlB6B,cAAe,SAAU7B,GACvB,MAAW,GAAJA,EAAS,EAAIA,EAAIA,EAAI,IAAM,EAAI,EAAIA,GAAKA,GAGjDsC,YAAa,SAAUtC,GACrB,MAAOA,GAAIA,EAAIA,GAGjBuC,aAAc,SAAUvC,GACtB,QAAUA,EAAKA,EAAIA,EAAI,GAGzBwC,eAAgB,SAAUxC,GACxB,MAAW,GAAJA,EAAS,EAAIA,EAAIA,EAAIA,GAAKA,EAAI,IAAM,EAAIA,EAAI,IAAM,EAAIA,EAAI,GAAK,GAGxEyC,YAAa,SAAUzC,GACrB,MAAOA,GAAIA,EAAIA,EAAIA,GAGrB0C,aAAc,SAAU1C,GACtB,MAAO,MAAOA,EAAKA,EAAIA,EAAIA,GAG7B2C,eAAgB,SAAU3C,GACxB,MAAW,GAAJA,EAAS,EAAIA,EAAIA,EAAIA,EAAIA,EAAI,EAAI,IAAOA,EAAKA,EAAIA,EAAIA,GAG9D4C,YAAa,SAAU5C,GACrB,MAAOA,GAAIA,EAAIA,EAAIA,EAAIA,GAGzB6C,aAAc,SAAU7C,GACtB,MAAO,KAAOA,EAAKA,EAAIA,EAAIA,EAAIA,GAGjC8C,eAAgB,SAAU9C,GACxB,MAAW,GAAJA,EAAS,GAAKA,EAAIA,EAAIA,EAAIA,EAAIA,EAAI,EAAI,KAAQA,EAAKA,EAAIA,EAAIA,EAAIA,KAMtE,SAASvO,EAAQD,GASrBA,EAAQuR,gBAAkB,SAASC,GAEjC,IAAK,GAAIC,KAAeD,GAClBA,EAAcvL,eAAewL,KAC/BD,EAAcC,GAAaC,UAAYF,EAAcC,GAAaE,KAClEH,EAAcC,GAAaE,UAYjC3R,EAAQ4R,gBAAkB,SAASJ,GAEjC,IAAK,GAAIC,KAAeD,GACtB,GAAIA,EAAcvL,eAAewL,IAC3BD,EAAcC,GAAaC,UAAW,CACxC,IAAK,GAAI/L,GAAI,EAAGA,EAAI6L,EAAcC,GAAaC,UAAU5L,OAAQH,IAC/D6L,EAAcC,GAAaC,UAAU/L,GAAGuE,WAAW2H,YAAYL,EAAcC,GAAaC,UAAU/L,GAEtG6L,GAAcC,GAAaC,eAgBnC1R,EAAQ8R,cAAgB,SAAUL,EAAaD,EAAeO,GAC5D,GAAI7I,EAqBJ,OAnBIsI,GAAcvL,eAAewL,GAE3BD,EAAcC,GAAaC,UAAU5L,OAAS,GAChDoD,EAAUsI,EAAcC,GAAaC,UAAU,GAC/CF,EAAcC,GAAaC,UAAUM,UAIrC9I,EAAU+I,SAASC,gBAAgB,6BAA8BT,GACjEM,EAAaI,YAAYjJ,KAK3BA,EAAU+I,SAASC,gBAAgB,6BAA8BT,GACjED,EAAcC,IAAgBE,QAAUD,cACxCK,EAAaI,YAAYjJ,IAE3BsI,EAAcC,GAAaE,KAAKrJ,KAAKY,GAC9BA,GAcTlJ,EAAQoS,cAAgB,SAAUX,EAAaD,EAAea,EAAcC,GAC1E,GAAIpJ,EA+BJ,OA7BIsI,GAAcvL,eAAewL,GAE3BD,EAAcC,GAAaC,UAAU5L,OAAS,GAChDoD,EAAUsI,EAAcC,GAAaC,UAAU,GAC/CF,EAAcC,GAAaC,UAAUM,UAIrC9I,EAAU+I,SAASM,cAAcd,GACZ9K,SAAjB2L,EACFD,EAAaC,aAAapJ,EAASoJ,GAGnCD,EAAaF,YAAYjJ,KAM7BA,EAAU+I,SAASM,cAAcd,GACjCD,EAAcC,IAAgBE,QAAUD,cACnB/K,SAAjB2L,EACFD,EAAaC,aAAapJ,EAASoJ,GAGnCD,EAAaF,YAAYjJ,IAG7BsI,EAAcC,GAAaE,KAAKrJ,KAAKY,GAC9BA,GAkBTlJ,EAAQwS,UAAY,SAASC,EAAGC,EAAGC,EAAOnB,EAAeO,GACvD,GAAIa,EAmBJ,OAlBsC,UAAlCD,EAAMxD,QAAQ0D,WAAWjF,OAC3BgF,EAAQ5S,EAAQ8R,cAAc,SAASN,EAAcO,GACrDa,EAAME,eAAe,KAAM,KAAML,GACjCG,EAAME,eAAe,KAAM,KAAMJ,GACjCE,EAAME,eAAe,KAAM,IAAK,GAAMH,EAAMxD,QAAQ0D,WAAWE,QAG/DH,EAAQ5S,EAAQ8R,cAAc,OAAON,EAAcO,GACnDa,EAAME,eAAe,KAAM,IAAKL,EAAI,GAAIE,EAAMxD,QAAQ0D,WAAWE,MACjEH,EAAME,eAAe,KAAM,IAAKJ,EAAI,GAAIC,EAAMxD,QAAQ0D,WAAWE,MACjEH,EAAME,eAAe,KAAM,QAASH,EAAMxD,QAAQ0D,WAAWE,MAC7DH,EAAME,eAAe,KAAM,SAAUH,EAAMxD,QAAQ0D,WAAWE,OAGzBpM,SAApCgM,EAAMxD,QAAQ0D,WAAWlF,QAC1BiF,EAAME,eAAe,KAAM,QAASH,EAAMA,MAAMxD,QAAQ0D,WAAWlF,QAErEiF,EAAME,eAAe,KAAM,QAASH,EAAMxK,UAAY,UAC/CyK,GAUT5S,EAAQgT,QAAU,SAAUP,EAAGC,EAAGO,EAAOC,EAAQ/K,EAAWqJ,EAAeO,GACzE,GAAc,GAAVmB,EAAa,CACF,EAATA,IACFA,GAAU,GACVR,GAAKQ,EAEP,IAAIC,GAAOnT,EAAQ8R,cAAc,OAAON,EAAeO,EACvDoB,GAAKL,eAAe,KAAM,IAAKL,EAAI,GAAMQ,GACzCE,EAAKL,eAAe,KAAM,IAAKJ,GAC/BS,EAAKL,eAAe,KAAM,QAASG,GACnCE,EAAKL,eAAe,KAAM,SAAUI,GACpCC,EAAKL,eAAe,KAAM,QAAS3K,MAMnC,SAASlI,EAAQD,EAASM,GAgD9B,QAASW,GAASmS,EAAMjE,GActB,IAZIiE,GAAShN,MAAMC,QAAQ+M,IAAUrS,EAAKgE,YAAYqO,KACpDjE,EAAUiE,EACVA,EAAO,MAGThT,KAAKiT,SAAWlE,MAChB/O,KAAKkT,SACLlT,KAAKmT,SAAWnT,KAAKiT,SAASG,SAAW,KACzCpT,KAAKqT,SAIDrT,KAAKiT,SAASpM,KAChB,IAAK,GAAIuI,KAASpP,MAAKiT,SAASpM,KAC9B,GAAI7G,KAAKiT,SAASpM,KAAKhB,eAAeuJ,GAAQ,CAC5C,GAAIhI,GAAQpH,KAAKiT,SAASpM,KAAKuI,EAE7BpP,MAAKqT,MAAMjE,GADA,QAAThI,GAA4B,WAATA,GAA+B,WAATA,EACvB,OAGAA,EAO5B,GAAIpH,KAAKiT,SAASrM,QAChB,KAAM,IAAIhD,OAAM,sDAGlB5D,MAAKsT,gBAGDN,GACFhT,KAAKuT,IAAIP,GAGXhT,KAAKwT,WAAWzE,GAtFlB,GAAIpO,GAAOT,EAAoB,GAC3Ba,EAAQb,EAAoB,EAiGhCW,GAAQ4S,UAAUD,WAAa,SAASzE,GAClCA,GAA6BxI,SAAlBwI,EAAQ2E,QACjB3E,EAAQ2E,SAAU,EAEhB1T,KAAK2T,SACP3T,KAAK2T,OAAOC,gBACL5T,MAAK2T,SAKT3T,KAAK2T,SACR3T,KAAK2T,OAAS5S,EAAMsE,OAAOrF,MACzBoM,SAAU,MAAO,SAAU,aAIF,gBAAlB2C,GAAQ2E,OACjB1T,KAAK2T,OAAOH,WAAWzE,EAAQ2E,UAevC7S,EAAQ4S,UAAUI,GAAK,SAASrK,EAAOhB,GACrC,GAAIsL,GAAc9T,KAAKsT,aAAa9J,EAC/BsK,KACHA,KACA9T,KAAKsT,aAAa9J,GAASsK,GAG7BA,EAAY5L,MACVM,SAAUA,KAKd3H,EAAQ4S,UAAUM,UAAYlT,EAAQ4S,UAAUI,GAOhDhT,EAAQ4S,UAAUO,IAAM,SAASxK,EAAOhB,GACtC,GAAIsL,GAAc9T,KAAKsT,aAAa9J,EAChCsK,KACF9T,KAAKsT,aAAa9J,GAASsK,EAAYG,OAAO,SAAUjL,GACtD,MAAQA,GAASR,UAAYA,MAMnC3H,EAAQ4S,UAAUS,YAAcrT,EAAQ4S,UAAUO,IASlDnT,EAAQ4S,UAAUU,SAAW,SAAU3K,EAAO4K,EAAQC,GACpD,GAAa,KAAT7K,EACF,KAAM,IAAI5F,OAAM,yBAGlB,IAAIkQ,KACAtK,KAASxJ,MAAKsT,eAChBQ,EAAcA,EAAYQ,OAAOtU,KAAKsT,aAAa9J,KAEjD,KAAOxJ,MAAKsT,eACdQ,EAAcA,EAAYQ,OAAOtU,KAAKsT,aAAa,MAGrD,KAAK,GAAI/N,GAAI,EAAGA,EAAIuO,EAAYpO,OAAQH,IAAK,CAC3C,GAAIgP,GAAaT,EAAYvO,EACzBgP,GAAW/L,UACb+L,EAAW/L,SAASgB,EAAO4K,EAAQC,GAAY,QAYrDxT,EAAQ4S,UAAUF,IAAM,SAAUP,EAAMqB,GACtC,GACIhU,GADAmU,KAEAC,EAAKzU,IAET,IAAIgG,MAAMC,QAAQ+M,GAEhB,IAAK,GAAIzN,GAAI,EAAGC,EAAMwN,EAAKtN,OAAYF,EAAJD,EAASA,IAC1ClF,EAAKoU,EAAGC,SAAS1B,EAAKzN,IACtBiP,EAAStM,KAAK7H,OAGb,IAAIM,EAAKgE,YAAYqO,GAGxB,IAAK,GADD2B,GAAU3U,KAAK4U,gBAAgB5B,GAC1B6B,EAAM,EAAGC,EAAO9B,EAAK+B,kBAAyBD,EAAND,EAAYA,IAAO,CAElE,IAAK,GADDlF,MACKqF,EAAM,EAAGC,EAAON,EAAQjP,OAAcuP,EAAND,EAAYA,IAAO,CAC1D,GAAI5F,GAAQuF,EAAQK,EACpBrF,GAAKP,GAAS4D,EAAKkC,SAASL,EAAKG,GAGnC3U,EAAKoU,EAAGC,SAAS/E,GACjB6E,EAAStM,KAAK7H,OAGb,CAAA,KAAI2S,YAAgB1M,SAMvB,KAAM,IAAI1C,OAAM,mBAJhBvD,GAAKoU,EAAGC,SAAS1B,GACjBwB,EAAStM,KAAK7H,GAUhB,MAJImU,GAAS9O,QACX1F,KAAKmU,SAAS,OAAQlS,MAAOuS,GAAWH,GAGnCG,GAST3T,EAAQ4S,UAAU0B,OAAS,SAAUnC,EAAMqB,GACzC,GAAIG,MACAY,KACAC,KACAZ,EAAKzU,KACLoT,EAAUqB,EAAGtB,SAEbmC,EAAc,SAAU3F,GAC1B,GAAItP,GAAKsP,EAAKyD,EACVqB,GAAGvB,MAAM7S,IAEXA,EAAKoU,EAAGc,YAAY5F,GACpByF,EAAWlN,KAAK7H,GAChBgV,EAAYnN,KAAKyH,KAIjBtP,EAAKoU,EAAGC,SAAS/E,GACjB6E,EAAStM,KAAK7H,IAIlB,IAAI2F,MAAMC,QAAQ+M,GAEhB,IAAK,GAAIzN,GAAI,EAAGC,EAAMwN,EAAKtN,OAAYF,EAAJD,EAASA,IAC1C+P,EAAYtC,EAAKzN,QAGhB,IAAI5E,EAAKgE,YAAYqO,GAGxB,IAAK,GADD2B,GAAU3U,KAAK4U,gBAAgB5B,GAC1B6B,EAAM,EAAGC,EAAO9B,EAAK+B,kBAAyBD,EAAND,EAAYA,IAAO,CAElE,IAAK,GADDlF,MACKqF,EAAM,EAAGC,EAAON,EAAQjP,OAAcuP,EAAND,EAAYA,IAAO,CAC1D,GAAI5F,GAAQuF,EAAQK,EACpBrF,GAAKP,GAAS4D,EAAKkC,SAASL,EAAKG,GAGnCM,EAAY3F,OAGX,CAAA,KAAIqD,YAAgB1M,SAKvB,KAAM,IAAI1C,OAAM,mBAHhB0R,GAAYtC,GAad,MAPIwB,GAAS9O,QACX1F,KAAKmU,SAAS,OAAQlS,MAAOuS,GAAWH,GAEtCe,EAAW1P,QACb1F,KAAKmU,SAAS,UAAWlS,MAAOmT,EAAYpC,KAAMqC,GAAchB,GAG3DG,EAASF,OAAOc,IAsCzBvU,EAAQ4S,UAAU+B,IAAM,WACtB,GAGInV,GAAIoV,EAAK1G,EAASiE,EAHlByB,EAAKzU,KAIL0V,EAAY/U,EAAKuG,QAAQzB,UAAU,GACtB,WAAbiQ,GAAsC,UAAbA,GAE3BrV,EAAKoF,UAAU,GACfsJ,EAAUtJ,UAAU,GACpBuN,EAAOvN,UAAU,IAEG,SAAbiQ,GAEPD,EAAMhQ,UAAU,GAChBsJ,EAAUtJ,UAAU,GACpBuN,EAAOvN,UAAU,KAIjBsJ,EAAUtJ,UAAU,GACpBuN,EAAOvN,UAAU,GAInB,IAAIkQ,EACJ,IAAI5G,GAAWA,EAAQ4G,WAAY,CACjC,GAAIC,IAAiB,YAAa,QAAS,SAG3C,IAFAD,EAA0D,IAA7CC,EAAclP,QAAQqI,EAAQ4G,YAAoB,QAAU5G,EAAQ4G,WAE7E3C,GAAS2C,GAAchV,EAAKuG,QAAQ8L,GACtC,KAAM,IAAIpP,OAAM,6BAA+BjD,EAAKuG,QAAQ8L,GAAQ,sDACVjE,EAAQlI,KAAO,IAE3E,IAAkB,aAAd8O,IAA8BhV,EAAKgE,YAAYqO,GACjD,KAAM,IAAIpP,OAAM,6EAKlB+R,GADO3C,GAC6B,aAAtBrS,EAAKuG,QAAQ8L,GAAwB,YAGtC,OAIf,IAEgBrD,GAAMkG,EAAQtQ,EAAGC,EAF7BqB,EAAOkI,GAAWA,EAAQlI,MAAQ7G,KAAKiT,SAASpM,KAChDoN,EAASlF,GAAWA,EAAQkF,OAC5BhS,IAGJ,IAAUsE,QAANlG,EAEFsP,EAAO8E,EAAGqB,SAASzV,EAAIwG,GACnBoN,IAAWA,EAAOtE,KACpBA,EAAO,UAGN,IAAWpJ,QAAPkP,EAEP,IAAKlQ,EAAI,EAAGC,EAAMiQ,EAAI/P,OAAYF,EAAJD,EAASA,IACrCoK,EAAO8E,EAAGqB,SAASL,EAAIlQ,GAAIsB,KACtBoN,GAAUA,EAAOtE,KACpB1N,EAAMiG,KAAKyH,OAMf,KAAKkG,IAAU7V,MAAKkT,MACdlT,KAAKkT,MAAMrN,eAAegQ,KAC5BlG,EAAO8E,EAAGqB,SAASD,EAAQhP,KACtBoN,GAAUA,EAAOtE,KACpB1N,EAAMiG,KAAKyH,GAYnB,IALIZ,GAAWA,EAAQgH,OAAexP,QAANlG,GAC9BL,KAAKgW,MAAM/T,EAAO8M,EAAQgH,OAIxBhH,GAAWA,EAAQP,OAAQ,CAC7B,GAAIA,GAASO,EAAQP,MACrB,IAAUjI,QAANlG,EACFsP,EAAO3P,KAAKiW,cAActG,EAAMnB,OAGhC,KAAKjJ,EAAI,EAAGC,EAAMvD,EAAMyD,OAAYF,EAAJD,EAASA,IACvCtD,EAAMsD,GAAKvF,KAAKiW,cAAchU,EAAMsD,GAAIiJ,GAM9C,GAAkB,aAAdmH,EAA2B,CAC7B,GAAIhB,GAAU3U,KAAK4U,gBAAgB5B,EACnC,IAAUzM,QAANlG,EAEFoU,EAAGyB,WAAWlD,EAAM2B,EAAShF,OAI7B,KAAKpK,EAAI,EAAGA,EAAItD,EAAMyD,OAAQH,IAC5BkP,EAAGyB,WAAWlD,EAAM2B,EAAS1S,EAAMsD,GAGvC,OAAOyN,GAEJ,GAAkB,UAAd2C,EAAwB,CAC/B,GAAIQ,KACJ,KAAK5Q,EAAI,EAAGA,EAAItD,EAAMyD,OAAQH,IAC5B4Q,EAAOlU,EAAMsD,GAAGlF,IAAM4B,EAAMsD,EAE9B,OAAO4Q,GAIP,GAAU5P,QAANlG,EAEF,MAAOsP,EAIP,IAAIqD,EAAM,CAER,IAAKzN,EAAI,EAAGC,EAAMvD,EAAMyD,OAAYF,EAAJD,EAASA,IACvCyN,EAAK9K,KAAKjG,EAAMsD,GAElB,OAAOyN,GAIP,MAAO/Q,IAcfpB,EAAQ4S,UAAU2C,OAAS,SAAUrH,GACnC,GAIIxJ,GACAC,EACAnF,EACAsP,EACA1N,EARA+Q,EAAOhT,KAAKkT,MACZe,EAASlF,GAAWA,EAAQkF,OAC5B8B,EAAQhH,GAAWA,EAAQgH,MAC3BlP,EAAOkI,GAAWA,EAAQlI,MAAQ7G,KAAKiT,SAASpM,KAMhD4O,IAEJ,IAAIxB,EAEF,GAAI8B,EAAO,CAET9T,IACA,KAAK5B,IAAM2S,GACLA,EAAKnN,eAAexF,KACtBsP,EAAO3P,KAAK8V,SAASzV,EAAIwG,GACrBoN,EAAOtE,IACT1N,EAAMiG,KAAKyH,GAOjB,KAFA3P,KAAKgW,MAAM/T,EAAO8T,GAEbxQ,EAAI,EAAGC,EAAMvD,EAAMyD,OAAYF,EAAJD,EAASA,IACvCkQ,EAAIlQ,GAAKtD,EAAMsD,GAAGvF,KAAKmT,cAKzB,KAAK9S,IAAM2S,GACLA,EAAKnN,eAAexF,KACtBsP,EAAO3P,KAAK8V,SAASzV,EAAIwG,GACrBoN,EAAOtE,IACT8F,EAAIvN,KAAKyH,EAAK3P,KAAKmT,gBAQ3B,IAAI4C,EAAO,CAET9T,IACA,KAAK5B,IAAM2S,GACLA,EAAKnN,eAAexF,IACtB4B,EAAMiG,KAAK8K,EAAK3S,GAMpB,KAFAL,KAAKgW,MAAM/T,EAAO8T,GAEbxQ,EAAI,EAAGC,EAAMvD,EAAMyD,OAAYF,EAAJD,EAASA,IACvCkQ,EAAIlQ,GAAKtD,EAAMsD,GAAGvF,KAAKmT,cAKzB,KAAK9S,IAAM2S,GACLA,EAAKnN,eAAexF,KACtBsP,EAAOqD,EAAK3S,GACZoV,EAAIvN,KAAKyH,EAAK3P,KAAKmT,WAM3B,OAAOsC,IAOT5U,EAAQ4S,UAAU4C,WAAa,WAC7B,MAAOrW,OAaTa,EAAQ4S,UAAUlL,QAAU,SAAUC,EAAUuG,GAC9C,GAGIY,GACAtP,EAJA4T,EAASlF,GAAWA,EAAQkF,OAC5BpN,EAAOkI,GAAWA,EAAQlI,MAAQ7G,KAAKiT,SAASpM,KAChDmM,EAAOhT,KAAKkT,KAIhB,IAAInE,GAAWA,EAAQgH,MAIrB,IAAK,GAFD9T,GAAQjC,KAAKwV,IAAIzG,GAEZxJ,EAAI,EAAGC,EAAMvD,EAAMyD,OAAYF,EAAJD,EAASA,IAC3CoK,EAAO1N,EAAMsD,GACblF,EAAKsP,EAAK3P,KAAKmT,UACf3K,EAASmH,EAAMtP,OAKjB,KAAKA,IAAM2S,GACLA,EAAKnN,eAAexF,KACtBsP,EAAO3P,KAAK8V,SAASzV,EAAIwG,KACpBoN,GAAUA,EAAOtE,KACpBnH,EAASmH,EAAMtP,KAkBzBQ,EAAQ4S,UAAU7F,IAAM,SAAUpF,EAAUuG,GAC1C,GAIIY,GAJAsE,EAASlF,GAAWA,EAAQkF,OAC5BpN,EAAOkI,GAAWA,EAAQlI,MAAQ7G,KAAKiT,SAASpM,KAChDyP,KACAtD,EAAOhT,KAAKkT,KAIhB,KAAK,GAAI7S,KAAM2S,GACTA,EAAKnN,eAAexF,KACtBsP,EAAO3P,KAAK8V,SAASzV,EAAIwG,KACpBoN,GAAUA,EAAOtE,KACpB2G,EAAYpO,KAAKM,EAASmH,EAAMtP,IAUtC,OAJI0O,IAAWA,EAAQgH,OACrB/V,KAAKgW,MAAMM,EAAavH,EAAQgH,OAG3BO,GAUTzV,EAAQ4S,UAAUwC,cAAgB,SAAUtG,EAAMnB,GAChD,GAAI+H,KAEJ,KAAK,GAAInH,KAASO,GACZA,EAAK9J,eAAeuJ,IAAoC,IAAzBZ,EAAO9H,QAAQ0I,KAChDmH,EAAanH,GAASO,EAAKP,GAI/B,OAAOmH,IAST1V,EAAQ4S,UAAUuC,MAAQ,SAAU/T,EAAO8T,GACzC,GAAIpV,EAAKuD,SAAS6R,GAAQ,CAExB,GAAIS,GAAOT,CACX9T,GAAMwU,KAAK,SAAUnR,EAAGa,GACtB,GAAIuQ,GAAKpR,EAAEkR,GACPG,EAAKxQ,EAAEqQ,EACX,OAAQE,GAAKC,EAAM,EAAWA,EAALD,EAAW,GAAK,QAGxC,CAAA,GAAqB,kBAAVX,GAOd,KAAM,IAAI3P,WAAU,uCALpBnE,GAAMwU,KAAKV,KAgBflV,EAAQ4S,UAAUmD,OAAS,SAAUvW,EAAIgU,GACvC,GACI9O,GAAGC,EAAKqR,EADRC,IAGJ,IAAI9Q,MAAMC,QAAQ5F,GAChB,IAAKkF,EAAI,EAAGC,EAAMnF,EAAGqF,OAAYF,EAAJD,EAASA,IACpCsR,EAAY7W,KAAK+W,QAAQ1W,EAAGkF,IACX,MAAbsR,GACFC,EAAW5O,KAAK2O,OAKpBA,GAAY7W,KAAK+W,QAAQ1W,GACR,MAAbwW,GACFC,EAAW5O,KAAK2O,EAQpB,OAJIC,GAAWpR,QACb1F,KAAKmU,SAAS,UAAWlS,MAAO6U,GAAazC,GAGxCyC,GASTjW,EAAQ4S,UAAUsD,QAAU,SAAU1W,GACpC,GAAIM,EAAKoD,SAAS1D,IAAOM,EAAKuD,SAAS7D,IACrC,GAAIL,KAAKkT,MAAM7S,GAEb,aADOL,MAAKkT,MAAM7S,GACXA,MAGN,IAAIA,YAAciG,QAAQ,CAC7B,GAAIuP,GAASxV,EAAGL,KAAKmT,SACrB,IAAI0C,GAAU7V,KAAKkT,MAAM2C,GAEvB,aADO7V,MAAKkT,MAAM2C,GACXA,EAGX,MAAO,OAQThV,EAAQ4S,UAAUuD,MAAQ,SAAU3C,GAClC,GAAIoB,GAAMnP,OAAOqH,KAAK3N,KAAKkT,MAM3B,OAJAlT,MAAKkT,SAELlT,KAAKmU,SAAS,UAAWlS,MAAOwT,GAAMpB,GAE/BoB,GAQT5U,EAAQ4S,UAAUvG,IAAM,SAAUkC,GAChC,GAAI4D,GAAOhT,KAAKkT,MACZhG,EAAM,KACN+J,EAAW,IAEf,KAAK,GAAI5W,KAAM2S,GACb,GAAIA,EAAKnN,eAAexF,GAAK,CAC3B,GAAIsP,GAAOqD,EAAK3S,GACZ6W,EAAYvH,EAAKP,EACJ,OAAb8H,KAAuBhK,GAAOgK,EAAYD,KAC5C/J,EAAMyC,EACNsH,EAAWC,GAKjB,MAAOhK,IAQTrM,EAAQ4S,UAAUhI,IAAM,SAAU2D,GAChC,GAAI4D,GAAOhT,KAAKkT,MACZzH,EAAM,KACN0L,EAAW,IAEf,KAAK,GAAI9W,KAAM2S,GACb,GAAIA,EAAKnN,eAAexF,GAAK,CAC3B,GAAIsP,GAAOqD,EAAK3S,GACZ6W,EAAYvH,EAAKP,EACJ,OAAb8H,KAAuBzL,GAAmB0L,EAAZD,KAChCzL,EAAMkE,EACNwH,EAAWD,GAKjB,MAAOzL,IAUT5K,EAAQ4S,UAAU2D,SAAW,SAAUhI,GACrC,GAII7J,GAJAyN,EAAOhT,KAAKkT,MACZmE,KACAC,EAAYtX,KAAKiT,SAASpM,MAAQ7G,KAAKiT,SAASpM,KAAKuI,IAAU,KAC/DmI,EAAQ,CAGZ,KAAK,GAAI3R,KAAQoN,GACf,GAAIA,EAAKnN,eAAeD,GAAO,CAC7B,GAAI+J,GAAOqD,EAAKpN,GACZwB,EAAQuI,EAAKP,GACboI,GAAS,CACb,KAAKjS,EAAI,EAAOgS,EAAJhS,EAAWA,IACrB,GAAI8R,EAAO9R,IAAM6B,EAAO,CACtBoQ,GAAS,CACT,OAGCA,GAAqBjR,SAAVa,IACdiQ,EAAOE,GAASnQ,EAChBmQ,KAKN,GAAID,EACF,IAAK/R,EAAI,EAAGA,EAAI8R,EAAO3R,OAAQH,IAC7B8R,EAAO9R,GAAK5E,EAAKiG,QAAQyQ,EAAO9R,GAAI+R,EAIxC,OAAOD,IASTxW,EAAQ4S,UAAUiB,SAAW,SAAU/E,GACrC,GAAItP,GAAKsP,EAAK3P,KAAKmT,SAEnB,IAAU5M,QAANlG,GAEF,GAAIL,KAAKkT,MAAM7S,GAEb,KAAM,IAAIuD,OAAM,iCAAmCvD,EAAK,uBAK1DA,GAAKM,EAAKoE,aACV4K,EAAK3P,KAAKmT,UAAY9S,CAGxB,IAAIkM,KACJ,KAAK,GAAI6C,KAASO,GAChB,GAAIA,EAAK9J,eAAeuJ,GAAQ,CAC9B,GAAIkI,GAAYtX,KAAKqT,MAAMjE,EAC3B7C,GAAE6C,GAASzO,EAAKiG,QAAQ+I,EAAKP,GAAQkI,GAKzC,MAFAtX,MAAKkT,MAAM7S,GAAMkM,EAEVlM,GAUTQ,EAAQ4S,UAAUqC,SAAW,SAAUzV,EAAIoX,GACzC,GAAIrI,GAAOhI,EAGPsQ,EAAM1X,KAAKkT,MAAM7S,EACrB,KAAKqX,EACH,MAAO,KAIT,IAAIC,KACJ,IAAIF,EACF,IAAKrI,IAASsI,GACRA,EAAI7R,eAAeuJ,KACrBhI,EAAQsQ,EAAItI,GACZuI,EAAUvI,GAASzO,EAAKiG,QAAQQ,EAAOqQ,EAAMrI,SAMjD,KAAKA,IAASsI,GACRA,EAAI7R,eAAeuJ,KACrBhI,EAAQsQ,EAAItI,GACZuI,EAAUvI,GAAShI,EAIzB,OAAOuQ,IAWT9W,EAAQ4S,UAAU8B,YAAc,SAAU5F,GACxC,GAAItP,GAAKsP,EAAK3P,KAAKmT,SACnB,IAAU5M,QAANlG,EACF,KAAM,IAAIuD,OAAM,6CAA+CgU,KAAKC,UAAUlI,GAAQ,IAExF,IAAIpD,GAAIvM,KAAKkT,MAAM7S,EACnB,KAAKkM,EAEH,KAAM,IAAI3I,OAAM,uCAAyCvD,EAAK,SAIhE,KAAK,GAAI+O,KAASO,GAChB,GAAIA,EAAK9J,eAAeuJ,GAAQ,CAC9B,GAAIkI,GAAYtX,KAAKqT,MAAMjE,EAC3B7C,GAAE6C,GAASzO,EAAKiG,QAAQ+I,EAAKP,GAAQkI,GAIzC,MAAOjX,IASTQ,EAAQ4S,UAAUmB,gBAAkB,SAAUkD,GAE5C,IAAK,GADDnD,MACKK,EAAM,EAAGC,EAAO6C,EAAUC,qBAA4B9C,EAAND,EAAYA,IACnEL,EAAQK,GAAO8C,EAAUE,YAAYhD,IAAQ8C,EAAUG,eAAejD,EAExE,OAAOL,IAUT9T,EAAQ4S,UAAUyC,WAAa,SAAU4B,EAAWnD,EAAShF,GAG3D,IAAK,GAFDkF,GAAMiD,EAAUI,SAEXlD,EAAM,EAAGC,EAAON,EAAQjP,OAAcuP,EAAND,EAAYA,IAAO,CAC1D,GAAI5F,GAAQuF,EAAQK,EACpB8C,GAAUK,SAAStD,EAAKG,EAAKrF,EAAKP,MAItCvP,EAAOD,QAAUiB,GAKb,SAAShB,EAAQD,EAASM,GAe9B,QAASY,GAAUkS,EAAMjE,GACvB/O,KAAKkT,MAAQ,KACblT,KAAKoY,QACLpY,KAAKiT,SAAWlE,MAChB/O,KAAKmT,SAAW,KAChBnT,KAAKsT,eAEL,IAAImB,GAAKzU,IACTA,MAAKgJ,SAAW,WACdyL,EAAG4D,SAASC,MAAM7D,EAAIhP,YAGxBzF,KAAKuY,QAAQvF,GAzBf,GAAIrS,GAAOT,EAAoB,GAC3BW,EAAUX,EAAoB,EAkClCY,GAAS2S,UAAU8E,QAAU,SAAUvF,GACrC,GAAIyC,GAAKlQ,EAAGC,CAEZ,IAAIxF,KAAKkT,MAAO,CAEVlT,KAAKkT,MAAMgB,aACblU,KAAKkT,MAAMgB,YAAY,IAAKlU,KAAKgJ,UAInCyM,IACA,KAAK,GAAIpV,KAAML,MAAKoY,KACdpY,KAAKoY,KAAKvS,eAAexF,IAC3BoV,EAAIvN,KAAK7H,EAGbL,MAAKoY,QACLpY,KAAKmU,SAAS,UAAWlS,MAAOwT,IAKlC,GAFAzV,KAAKkT,MAAQF,EAEThT,KAAKkT,MAAO,CAQd,IANAlT,KAAKmT,SAAWnT,KAAKiT,SAASG,SACzBpT,KAAKkT,OAASlT,KAAKkT,MAAMnE,SAAW/O,KAAKkT,MAAMnE,QAAQqE,SACxD,KAGJqC,EAAMzV,KAAKkT,MAAMkD,QAAQnC,OAAQjU,KAAKiT,UAAYjT,KAAKiT,SAASgB,SAC3D1O,EAAI,EAAGC,EAAMiQ,EAAI/P,OAAYF,EAAJD,EAASA,IACrClF,EAAKoV,EAAIlQ,GACTvF,KAAKoY,KAAK/X,IAAM,CAElBL,MAAKmU,SAAS,OAAQlS,MAAOwT,IAGzBzV,KAAKkT,MAAMW,IACb7T,KAAKkT,MAAMW,GAAG,IAAK7T,KAAKgJ,YAuC9BlI,EAAS2S,UAAU+B,IAAM,WACvB,GAGIC,GAAK1G,EAASiE,EAHdyB,EAAKzU,KAIL0V,EAAY/U,EAAKuG,QAAQzB,UAAU,GACtB,WAAbiQ,GAAsC,UAAbA,GAAsC,SAAbA,GAEpDD,EAAMhQ,UAAU,GAChBsJ,EAAUtJ,UAAU,GACpBuN,EAAOvN,UAAU,KAIjBsJ,EAAUtJ,UAAU,GACpBuN,EAAOvN,UAAU,GAInB,IAAI+S,GAAc7X,EAAK0E,UAAWrF,KAAKiT,SAAUlE,EAG7C/O,MAAKiT,SAASgB,QAAUlF,GAAWA,EAAQkF,SAC7CuE,EAAYvE,OAAS,SAAUtE,GAC7B,MAAO8E,GAAGxB,SAASgB,OAAOtE,IAASZ,EAAQkF,OAAOtE,IAKtD,IAAI8I,KAOJ,OANWlS,SAAPkP,GACFgD,EAAavQ,KAAKuN,GAEpBgD,EAAavQ,KAAKsQ,GAClBC,EAAavQ,KAAK8K,GAEXhT,KAAKkT,OAASlT,KAAKkT,MAAMsC,IAAI8C,MAAMtY,KAAKkT,MAAOuF,IAWxD3X,EAAS2S,UAAU2C,OAAS,SAAUrH,GACpC,GAAI0G,EAEJ,IAAIzV,KAAKkT,MAAO,CACd,GACIe,GADAyE,EAAgB1Y,KAAKiT,SAASgB,MAK9BA,GAFAlF,GAAWA,EAAQkF,OACjByE,EACO,SAAU/I,GACjB,MAAO+I,GAAc/I,IAASZ,EAAQkF,OAAOtE,IAItCZ,EAAQkF,OAIVyE,EAGXjD,EAAMzV,KAAKkT,MAAMkD,QACfnC,OAAQA,EACR8B,MAAOhH,GAAWA,EAAQgH,YAI5BN,KAGF,OAAOA,IAQT3U,EAAS2S,UAAU4C,WAAa,WAE9B,IADA,GAAIsC,GAAU3Y,KACP2Y,YAAmB7X,IACxB6X,EAAUA,EAAQzF,KAEpB,OAAOyF,IAAW,MAYpB7X,EAAS2S,UAAU4E,SAAW,SAAU7O,EAAO4K,EAAQC,GACrD,GAAI9O,GAAGC,EAAKnF,EAAIsP,EACZ8F,EAAMrB,GAAUA,EAAOnS,MACvB+Q,EAAOhT,KAAKkT,MACZ0F,KACAC,KACAC,IAEJ,IAAIrD,GAAOzC,EAAM,CACf,OAAQxJ,GACN,IAAK,MAEH,IAAKjE,EAAI,EAAGC,EAAMiQ,EAAI/P,OAAYF,EAAJD,EAASA,IACrClF,EAAKoV,EAAIlQ,GACToK,EAAO3P,KAAKwV,IAAInV,GACZsP,IACF3P,KAAKoY,KAAK/X,IAAM,EAChBuY,EAAM1Q,KAAK7H,GAIf,MAEF,KAAK,SAGH,IAAKkF,EAAI,EAAGC,EAAMiQ,EAAI/P,OAAYF,EAAJD,EAASA,IACrClF,EAAKoV,EAAIlQ,GACToK,EAAO3P,KAAKwV,IAAInV,GAEZsP,EACE3P,KAAKoY,KAAK/X,GACZwY,EAAQ3Q,KAAK7H,IAGbL,KAAKoY,KAAK/X,IAAM,EAChBuY,EAAM1Q,KAAK7H,IAITL,KAAKoY,KAAK/X,WACLL,MAAKoY,KAAK/X,GACjByY,EAAQ5Q,KAAK7H,GAQnB,MAEF,KAAK,SAEH,IAAKkF,EAAI,EAAGC,EAAMiQ,EAAI/P,OAAYF,EAAJD,EAASA,IACrClF,EAAKoV,EAAIlQ,GACLvF,KAAKoY,KAAK/X,WACLL,MAAKoY,KAAK/X,GACjByY,EAAQ5Q,KAAK7H,IAOjBuY,EAAMlT,QACR1F,KAAKmU,SAAS,OAAQlS,MAAO2W,GAAQvE,GAEnCwE,EAAQnT,QACV1F,KAAKmU,SAAS,UAAWlS,MAAO4W,GAAUxE,GAExCyE,EAAQpT,QACV1F,KAAKmU,SAAS,UAAWlS,MAAO6W,GAAUzE,KAMhDvT,EAAS2S,UAAUI,GAAKhT,EAAQ4S,UAAUI,GAC1C/S,EAAS2S,UAAUO,IAAMnT,EAAQ4S,UAAUO,IAC3ClT,EAAS2S,UAAUU,SAAWtT,EAAQ4S,UAAUU,SAGhDrT,EAAS2S,UAAUM,UAAYjT,EAAS2S,UAAUI,GAClD/S,EAAS2S,UAAUS,YAAcpT,EAAS2S,UAAUO,IAEpDnU,EAAOD,QAAUkB,GAIb,SAASjB,GAeb,QAASkB,GAAMgO,GAEb/O,KAAK+Y,MAAQ,KACb/Y,KAAKkN,IAAM8L,IAGXhZ,KAAK2T,UACL3T,KAAKiZ,SAAW,KAChBjZ,KAAKkZ,UAAY,KAEjBlZ,KAAKwT,WAAWzE,GAgBlBhO,EAAM0S,UAAUD,WAAa,SAAUzE,GACjCA,GAAoC,mBAAlBA,GAAQgK,QAC5B/Y,KAAK+Y,MAAQhK,EAAQgK,OAEnBhK,GAAkC,mBAAhBA,GAAQ7B,MAC5BlN,KAAKkN,IAAM6B,EAAQ7B,KAGrBlN,KAAKmZ,kBAsBPpY,EAAMsE,OAAS,SAAUrB,EAAQ+K,GAC/B,GAAI2E,GAAQ,GAAI3S,GAAMgO,EAEtB,IAAqBxI,SAAjBvC,EAAOoV,MACT,KAAM,IAAIxV,OAAM,6CAElBI,GAAOoV,MAAQ,WACb1F,EAAM0F,QAGR,IAAIC,KACF7C,KAAM,QACN8C,SAAU/S,QAGZ,IAAIwI,GAAWA,EAAQ3C,QACrB,IAAK,GAAI7G,GAAI,EAAGA,EAAIwJ,EAAQ3C,QAAQ1G,OAAQH,IAAK,CAC/C,GAAIiR,GAAOzH,EAAQ3C,QAAQ7G,EAC3B8T,GAAQnR,MACNsO,KAAMA,EACN8C,SAAUtV,EAAOwS,KAEnB9C,EAAMtH,QAAQpI,EAAQwS,GAS1B,MALA9C,GAAMwF,WACJlV,OAAQA,EACRqV,QAASA,GAGJ3F,GAOT3S,EAAM0S,UAAUG,QAAU,WAGxB,GAFA5T,KAAKoZ,QAEDpZ,KAAKkZ,UAAW,CAGlB,IAAK,GAFDlV,GAAShE,KAAKkZ,UAAUlV,OACxBqV,EAAUrZ,KAAKkZ,UAAUG,QACpB9T,EAAI,EAAGA,EAAI8T,EAAQ3T,OAAQH,IAAK,CACvC,GAAIgU,GAASF,EAAQ9T,EACjBgU,GAAOD,SACTtV,EAAOuV,EAAO/C,MAAQ+C,EAAOD,eAGtBtV,GAAOuV,EAAO/C,MAGzBxW,KAAKkZ,UAAY,OASrBnY,EAAM0S,UAAUrH,QAAU,SAASpI,EAAQuV,GACzC,GAAI9E,GAAKzU,KACLsZ,EAAWtV,EAAOuV,EACtB,KAAKD,EACH,KAAM,IAAI1V,OAAM,UAAY2V,EAAS,aAGvCvV,GAAOuV,GAAU,WAGf,IAAK,GADDC,MACKjU,EAAI,EAAGA,EAAIE,UAAUC,OAAQH,IACpCiU,EAAKjU,GAAKE,UAAUF,EAItBkP,GAAGf,OACD8F,KAAMA,EACNC,GAAIH,EACJI,QAAS1Z,SASfe,EAAM0S,UAAUC,MAAQ,SAASiG,GAE7B3Z,KAAK2T,OAAOzL,KADO,kBAAVyR,IACSF,GAAIE,GAGLA,GAGnB3Z,KAAKmZ,kBAOPpY,EAAM0S,UAAU0F,eAAiB,WAQ/B,GANInZ,KAAK2T,OAAOjO,OAAS1F,KAAKkN,KAC5BlN,KAAKoZ,QAIPQ,aAAa5Z,KAAKiZ,UACdjZ,KAAK0T,MAAMhO,OAAS,GAA2B,gBAAf1F,MAAK+Y,MAAoB,CAC3D,GAAItE,GAAKzU,IACTA,MAAKiZ,SAAWY,WAAW,WACzBpF,EAAG2E,SACFpZ,KAAK+Y,SAOZhY,EAAM0S,UAAU2F,MAAQ,WACtB,KAAOpZ,KAAK2T,OAAOjO,OAAS,GAAG,CAC7B,GAAIiU,GAAQ3Z,KAAK2T,OAAO/B,OACxB+H,GAAMF,GAAGnB,MAAMqB,EAAMD,SAAWC,EAAMF,GAAIE,EAAMH,YAIpD3Z,EAAOD,QAAUmB,GAKb,SAASlB,EAAQD,EAASM,GAwB9B,QAASc,GAAQ8Y,EAAW9G,EAAMjE,GAChC,KAAM/O,eAAgBgB,IACpB,KAAM,IAAI+Y,aAAY,mDAIxB/Z,MAAKga,iBAAmBF,EACxB9Z,KAAK6S,MAAQ,QACb7S,KAAK8S,OAAS,QACd9S,KAAKia,OAAS,GACdja,KAAKka,eAAiB,MACtBla,KAAKma,eAAiB,MAEtBna,KAAKoa,OAAS,IACdpa,KAAKqa,OAAS,IACdra,KAAKsa,OAAS,GAEd,IAAIC,GAAc,SAAS/O,GAAK,MAAOA,GACvCxL,MAAKwa,YAAcD,EACnBva,KAAKya,YAAcF,EACnBva,KAAK0a,YAAcH,EAEnBva,KAAK2a,YAAc,OACnB3a,KAAK4a,YAAc,QAEnB5a,KAAKwN,MAAQxM,EAAQ6Z,MAAMC,IAC3B9a,KAAK+a,iBAAkB,EACvB/a,KAAKgb,UAAW,EAChBhb,KAAKib,iBAAkB,EACvBjb,KAAKkb,YAAa,EAClBlb,KAAKmb,gBAAiB,EACtBnb,KAAKob,aAAc,EACnBpb,KAAKqb,cAAgB,GAErBrb,KAAKsb,kBAAoB,IACzBtb,KAAKub,kBAAmB,EAExBvb,KAAKwb,OAAS,GAAIta,GAClBlB,KAAKyb,IAAM,GAAIpa,GAAQ,EAAG,EAAG,IAE7BrB,KAAK8X,UAAY,KACjB9X,KAAK0b,WAAa,KAGlB1b,KAAK2b,KAAOpV,OACZvG,KAAK4b,KAAOrV,OACZvG,KAAK6b,KAAOtV,OACZvG,KAAK8b,SAAWvV,OAChBvG,KAAK+b,UAAYxV,OAEjBvG,KAAKgc,KAAO,EACZhc,KAAKic,MAAQ1V,OACbvG,KAAKkc,KAAO,EACZlc,KAAKmc,KAAO,EACZnc,KAAKoc,MAAQ7V,OACbvG,KAAKqc,KAAO,EACZrc,KAAKsc,KAAO,EACZtc,KAAKuc,MAAQhW,OACbvG,KAAKwc,KAAO,EACZxc,KAAKyc,SAAW,EAChBzc,KAAK0c,SAAW,EAChB1c,KAAK2c,UAAY,EACjB3c,KAAK4c,UAAY,EAIjB5c,KAAK6c,UAAY,UACjB7c,KAAK8c,UAAY,UACjB9c,KAAK+c,SAAW,UAChB/c,KAAKgd,eAAiB,UAGtBhd,KAAK2O,SAGL3O,KAAKwT,WAAWzE,GAGZiE,GACFhT,KAAKuY,QAAQvF,GAknEjB,QAASiK,GAAWzT,GAClB,MAAI,WAAaA,GAAcA,EAAM0T,QAC9B1T,EAAM2T,cAAc,IAAM3T,EAAM2T,cAAc,GAAGD,SAAW,EAQrE,QAASE,GAAW5T,GAClB,MAAI,WAAaA,GAAcA,EAAM6T,QAC9B7T,EAAM2T,cAAc,IAAM3T,EAAM2T,cAAc,GAAGE,SAAW,EAnuErE,GAAIC,GAAUpd,EAAoB,IAC9BW,EAAUX,EAAoB,GAC9BY,EAAWZ,EAAoB,GAC/BS,EAAOT,EAAoB,GAC3BmB,EAAUnB,EAAoB,IAC9BkB,EAAUlB,EAAoB,GAC9BgB,EAAShB,EAAoB,GAC7BiB,EAASjB,EAAoB,GAC7BoB,EAASpB,EAAoB,IAC7BqB,EAAarB,EAAoB,GAiGrCod,GAAQtc,EAAQyS,WAKhBzS,EAAQyS,UAAU8J,UAAY,WAC5Bvd,KAAKwd,MAAQ,GAAInc,GAAQ,GAAKrB,KAAKkc,KAAOlc,KAAKgc,MAC7C,GAAKhc,KAAKqc,KAAOrc,KAAKmc,MACtB,GAAKnc,KAAKwc,KAAOxc,KAAKsc,OAGpBtc,KAAKib,kBACHjb,KAAKwd,MAAMnL,EAAIrS,KAAKwd,MAAMlL,EAE5BtS,KAAKwd,MAAMlL,EAAItS,KAAKwd,MAAMnL,EAI1BrS,KAAKwd,MAAMnL,EAAIrS,KAAKwd,MAAMlL,GAK9BtS,KAAKwd,MAAMC,GAAKzd,KAAKqb,cAIrBrb,KAAKwd,MAAMpW,MAAQ,GAAKpH,KAAK0c,SAAW1c,KAAKyc,SAG7C,IAAIiB,IAAW1d,KAAKkc,KAAOlc,KAAKgc,MAAQ,EAAIhc,KAAKwd,MAAMnL,EACnDsL,GAAW3d,KAAKqc,KAAOrc,KAAKmc,MAAQ,EAAInc,KAAKwd,MAAMlL,EACnDsL,GAAW5d,KAAKwc,KAAOxc,KAAKsc,MAAQ,EAAItc,KAAKwd,MAAMC,CACvDzd,MAAKwb,OAAOqC,eAAeH,EAASC,EAASC,IAU/C5c,EAAQyS,UAAUqK,eAAiB,SAASC,GAC1C,GAAIC,GAAche,KAAKie,2BAA2BF,EAClD,OAAO/d,MAAKke,4BAA4BF,IAW1Chd,EAAQyS,UAAUwK,2BAA6B,SAASF,GACtD,GAAII,GAAKJ,EAAQ1L,EAAIrS,KAAKwd,MAAMnL,EAC9B+L,EAAKL,EAAQzL,EAAItS,KAAKwd,MAAMlL,EAC5B+L,EAAKN,EAAQN,EAAIzd,KAAKwd,MAAMC,EAE5Ba,EAAKte,KAAKwb,OAAO+C,oBAAoBlM,EACrCmM,EAAKxe,KAAKwb,OAAO+C,oBAAoBjM,EACrCmM,EAAKze,KAAKwb,OAAO+C,oBAAoBd,EAGrCiB,EAAQzZ,KAAK0Z,IAAI3e,KAAKwb,OAAOoD,oBAAoBvM,GACjDwM,EAAQ5Z,KAAK6Z,IAAI9e,KAAKwb,OAAOoD,oBAAoBvM,GACjD0M,EAAQ9Z,KAAK0Z,IAAI3e,KAAKwb,OAAOoD,oBAAoBtM,GACjD0M,EAAQ/Z,KAAK6Z,IAAI9e,KAAKwb,OAAOoD,oBAAoBtM,GACjD2M,EAAQha,KAAK0Z,IAAI3e,KAAKwb,OAAOoD,oBAAoBnB,GACjDyB,EAAQja,KAAK6Z,IAAI9e,KAAKwb,OAAOoD,oBAAoBnB,GAGjD0B,EAAKH,GAASC,GAASb,EAAKI,GAAMU,GAASf,EAAKG,IAAOS,GAASV,EAAKI,GACrEW,EAAKV,GAASM,GAASX,EAAKI,GAAMM,GAASE,GAASb,EAAKI,GAAMU,GAASf,EAAKG,KAAQO,GAASK,GAASd,EAAKI,GAAMS,GAASd,EAAGG,IAC9He,EAAKR,GAASG,GAASX,EAAKI,GAAMM,GAASE,GAASb,EAAKI,GAAMU,GAASf,EAAKG,KAAQI,GAASQ,GAASd,EAAKI,GAAMS,GAASd,EAAGG,GAEhI,OAAO,IAAIjd,GAAQ8d,EAAIC,EAAIC,IAU7Bre,EAAQyS,UAAUyK,4BAA8B,SAASF,GACvD,GAQIsB,GACAC,EATAC,EAAKxf,KAAKyb,IAAIpJ,EAChBoN,EAAKzf,KAAKyb,IAAInJ,EACdoN,EAAK1f,KAAKyb,IAAIgC,EACd0B,EAAKnB,EAAY3L,EACjB+M,EAAKpB,EAAY1L,EACjB+M,EAAKrB,EAAYP,CAgBnB,OAXIzd,MAAK+a,iBACPuE,GAAMH,EAAKK,IAAOE,EAAKL,GACvBE,GAAMH,EAAKK,IAAOC,EAAKL,KAGvBC,EAAKH,IAAOO,EAAK1f,KAAKwb,OAAOmE,gBAC7BJ,EAAKH,IAAOM,EAAK1f,KAAKwb,OAAOmE,iBAKxB,GAAIve,GACTpB,KAAK4f,QAAUN,EAAKtf,KAAK6f,MAAMC,OAAOC,YACtC/f,KAAKggB,QAAUT,EAAKvf,KAAK6f,MAAMC,OAAOC,cAO1C/e,EAAQyS,UAAUwM,oBAAsB,SAASC,GAC/C,GAAIC,GAAO,QACPC,EAAS,OACTC,EAAc,CAElB,IAAgC,gBAAtB,GACRF,EAAOD,EACPE,EAAS,OACTC,EAAc,MAEX,IAAgC,gBAAtB,GACgB9Z,SAAzB2Z,EAAgBC,OAAuBA,EAAOD,EAAgBC,MACnC5Z,SAA3B2Z,EAAgBE,SAAyBA,EAASF,EAAgBE,QAClC7Z,SAAhC2Z,EAAgBG,cAA2BA,EAAcH,EAAgBG,iBAE1E,IAAyB9Z,SAApB2Z,EAIR,KAAM,qCAGRlgB,MAAK6f,MAAMrS,MAAM0S,gBAAkBC,EACnCngB,KAAK6f,MAAMrS,MAAM8S,YAAcF,EAC/BpgB,KAAK6f,MAAMrS,MAAM+S,YAAcF,EAAc,KAC7CrgB,KAAK6f,MAAMrS,MAAMgT,YAAc,SAKjCxf,EAAQ6Z,OACN4F,IAAK,EACLC,SAAU,EACVC,QAAS,EACT7F,IAAM,EACN8F,QAAU,EACVC,SAAU,EACVC,QAAS,EACTC,KAAO,EACPC,KAAM,EACNC,QAAU,GASZjgB,EAAQyS,UAAUyN,gBAAkB,SAASC,GAC3C,OAAQA,GACN,IAAK,MAAW,MAAOngB,GAAQ6Z,MAAMC,GACrC,KAAK,WAAa,MAAO9Z,GAAQ6Z,MAAM+F,OACvC,KAAK,YAAe,MAAO5f,GAAQ6Z,MAAMgG,QACzC,KAAK,WAAa,MAAO7f,GAAQ6Z,MAAMiG,OACvC,KAAK,OAAW,MAAO9f,GAAQ6Z,MAAMmG,IACrC,KAAK,OAAW,MAAOhgB,GAAQ6Z,MAAMkG,IACrC,KAAK,UAAa,MAAO/f,GAAQ6Z,MAAMoG,OACvC,KAAK,MAAW,MAAOjgB,GAAQ6Z,MAAM4F,GACrC,KAAK,YAAe,MAAOzf,GAAQ6Z,MAAM6F,QACzC,KAAK,WAAa,MAAO1f,GAAQ6Z,MAAM8F,QAGzC,MAAO,IAQT3f,EAAQyS,UAAU2N,wBAA0B,SAASpO,GACnD,GAAIhT,KAAKwN,QAAUxM,EAAQ6Z,MAAMC,KAC/B9a,KAAKwN,QAAUxM,EAAQ6Z,MAAM+F,SAC7B5gB,KAAKwN,QAAUxM,EAAQ6Z,MAAMmG,MAC7BhhB,KAAKwN,QAAUxM,EAAQ6Z,MAAMkG,MAC7B/gB,KAAKwN,QAAUxM,EAAQ6Z,MAAMoG,SAC7BjhB,KAAKwN,QAAUxM,EAAQ6Z,MAAM4F,IAE7BzgB,KAAK2b,KAAO,EACZ3b,KAAK4b,KAAO,EACZ5b,KAAK6b,KAAO,EACZ7b,KAAK8b,SAAWvV,OAEZyM,EAAK+E,qBAAuB,IAC9B/X,KAAK+b,UAAY,OAGhB,CAAA,GAAI/b,KAAKwN,QAAUxM,EAAQ6Z,MAAMgG,UACpC7gB,KAAKwN,QAAUxM,EAAQ6Z,MAAMiG,SAC7B9gB,KAAKwN,QAAUxM,EAAQ6Z,MAAM6F,UAC7B1gB,KAAKwN,QAAUxM,EAAQ6Z,MAAM8F,QAY7B,KAAM,kBAAoB3gB,KAAKwN,MAAQ,GAVvCxN,MAAK2b,KAAO,EACZ3b,KAAK4b,KAAO,EACZ5b,KAAK6b,KAAO,EACZ7b,KAAK8b,SAAW,EAEZ9I,EAAK+E,qBAAuB,IAC9B/X,KAAK+b,UAAY,KAQvB/a,EAAQyS,UAAUsB,gBAAkB,SAAS/B,GAC3C,MAAOA,GAAKtN,QAId1E,EAAQyS,UAAUsE,mBAAqB,SAAS/E,GAC9C,GAAIqO,GAAU,CACd,KAAK,GAAIC,KAAUtO,GAAK,GAClBA,EAAK,GAAGnN,eAAeyb,IACzBD,GAGJ,OAAOA,IAITrgB,EAAQyS,UAAU8N,kBAAoB,SAASvO,EAAMsO,GAEnD,IAAK,GADDE,MACKjc,EAAI,EAAGA,EAAIyN,EAAKtN,OAAQH,IACgB,IAA3Cic,EAAe9a,QAAQsM,EAAKzN,GAAG+b,KACjCE,EAAetZ,KAAK8K,EAAKzN,GAAG+b,GAGhC,OAAOE,IAITxgB,EAAQyS,UAAUgO,eAAiB,SAASzO,EAAKsO,GAE/C,IAAK,GADDI,IAAUjW,IAAIuH,EAAK,GAAGsO,GAAQpU,IAAI8F,EAAK,GAAGsO,IACrC/b,EAAI,EAAGA,EAAIyN,EAAKtN,OAAQH,IAC3Bmc,EAAOjW,IAAMuH,EAAKzN,GAAG+b,KAAWI,EAAOjW,IAAMuH,EAAKzN,GAAG+b,IACrDI,EAAOxU,IAAM8F,EAAKzN,GAAG+b,KAAWI,EAAOxU,IAAM8F,EAAKzN,GAAG+b,GAE3D,OAAOI,IAST1gB,EAAQyS,UAAUkO,gBAAkB,SAAUC,GAC5C,GAAInN,GAAKzU,IAOT,IAJIA,KAAK2Y,SACP3Y,KAAK2Y,QAAQ3E,IAAI,IAAKhU,KAAK6hB,WAGbtb,SAAZqb,EAAJ,CAGI5b,MAAMC,QAAQ2b,KAChBA,EAAU,GAAI/gB,GAAQ+gB,GAGxB,IAAI5O,EACJ,MAAI4O,YAAmB/gB,IAAW+gB,YAAmB9gB,IAInD,KAAM,IAAI8C,OAAM,uCAGlB;GANEoP,EAAO4O,EAAQpM,MAME,GAAfxC,EAAKtN,OAAT,CAGA1F,KAAK2Y,QAAUiJ,EACf5hB,KAAK8X,UAAY9E,EAGjBhT,KAAK6hB,UAAY,WACfpN,EAAG8D,QAAQ9D,EAAGkE,UAEhB3Y,KAAK2Y,QAAQ9E,GAAG,IAAK7T,KAAK6hB,WAS1B7hB,KAAK2b,KAAO,IACZ3b,KAAK4b,KAAO,IACZ5b,KAAK6b,KAAO,IACZ7b,KAAK8b,SAAW,QAChB9b,KAAK+b,UAAY,SAKb/I,EAAK,GAAGnN,eAAe,WACDU,SAApBvG,KAAK8hB,aACP9hB,KAAK8hB,WAAa,GAAI3gB,GAAOygB,EAAS5hB,KAAK+b,UAAW/b,MACtDA,KAAK8hB,WAAWC,kBAAkB,WAAYtN,EAAGuN,WAKrD,IAAIC,GAAWjiB,KAAKwN,OAASxM,EAAQ6Z,MAAM4F,KACzCzgB,KAAKwN,OAASxM,EAAQ6Z,MAAM6F,UAC5B1gB,KAAKwN,OAASxM,EAAQ6Z,MAAM8F,OAG9B,IAAIsB,EAAU,CACZ,GAA8B1b,SAA1BvG,KAAKkiB,iBACPliB,KAAK2c,UAAY3c,KAAKkiB,qBAEnB,CACH,GAAIC,GAAQniB,KAAKuhB,kBAAkBvO,EAAKhT,KAAK2b,KAC7C3b,MAAK2c,UAAawF,EAAM,GAAKA,EAAM,IAAO,EAG5C,GAA8B5b,SAA1BvG,KAAKoiB,iBACPpiB,KAAK4c,UAAY5c,KAAKoiB,qBAEnB,CACH,GAAIC,GAAQriB,KAAKuhB,kBAAkBvO,EAAKhT,KAAK4b,KAC7C5b,MAAK4c,UAAayF,EAAM,GAAKA,EAAM,IAAO,GAK9C,GAAIC,GAAStiB,KAAKyhB,eAAezO,EAAKhT,KAAK2b,KACvCsG,KACFK,EAAO7W,KAAOzL,KAAK2c,UAAY,EAC/B2F,EAAOpV,KAAOlN,KAAK2c,UAAY,GAEjC3c,KAAKgc,KAA6BzV,SAArBvG,KAAKuiB,YAA6BviB,KAAKuiB,YAAcD,EAAO7W,IACzEzL,KAAKkc,KAA6B3V,SAArBvG,KAAKwiB,YAA6BxiB,KAAKwiB,YAAcF,EAAOpV,IACrElN,KAAKkc,MAAQlc,KAAKgc,OAAMhc,KAAKkc,KAAOlc,KAAKgc,KAAO,GACpDhc,KAAKic,MAA+B1V,SAAtBvG,KAAKyiB,aAA8BziB,KAAKyiB,cAAgBziB,KAAKkc,KAAKlc,KAAKgc,MAAM,CAE3F,IAAI0G,GAAS1iB,KAAKyhB,eAAezO,EAAKhT,KAAK4b,KACvCqG,KACFS,EAAOjX,KAAOzL,KAAK4c,UAAY,EAC/B8F,EAAOxV,KAAOlN,KAAK4c,UAAY,GAEjC5c,KAAKmc,KAA6B5V,SAArBvG,KAAK2iB,YAA6B3iB,KAAK2iB,YAAcD,EAAOjX,IACzEzL,KAAKqc,KAA6B9V,SAArBvG,KAAK4iB,YAA6B5iB,KAAK4iB,YAAcF,EAAOxV,IACrElN,KAAKqc,MAAQrc,KAAKmc,OAAMnc,KAAKqc,KAAOrc,KAAKmc,KAAO,GACpDnc,KAAKoc,MAA+B7V,SAAtBvG,KAAK6iB,aAA8B7iB,KAAK6iB,cAAgB7iB,KAAKqc,KAAKrc,KAAKmc,MAAM,CAE3F,IAAI2G,GAAS9iB,KAAKyhB,eAAezO,EAAKhT,KAAK6b,KAM3C,IALA7b,KAAKsc,KAA6B/V,SAArBvG,KAAK+iB,YAA6B/iB,KAAK+iB,YAAcD,EAAOrX,IACzEzL,KAAKwc,KAA6BjW,SAArBvG,KAAKgjB,YAA6BhjB,KAAKgjB,YAAcF,EAAO5V,IACrElN,KAAKwc,MAAQxc,KAAKsc,OAAMtc,KAAKwc,KAAOxc,KAAKsc,KAAO,GACpDtc,KAAKuc,MAA+BhW,SAAtBvG,KAAKijB,aAA8BjjB,KAAKijB,cAAgBjjB,KAAKwc,KAAKxc,KAAKsc,MAAM,EAErE/V,SAAlBvG,KAAK8b,SAAwB,CAC/B,GAAIoH,GAAaljB,KAAKyhB,eAAezO,EAAKhT,KAAK8b,SAC/C9b,MAAKyc,SAAqClW,SAAzBvG,KAAKmjB,gBAAiCnjB,KAAKmjB,gBAAkBD,EAAWzX,IACzFzL,KAAK0c,SAAqCnW,SAAzBvG,KAAKojB,gBAAiCpjB,KAAKojB,gBAAkBF,EAAWhW,IACrFlN,KAAK0c,UAAY1c,KAAKyc,WAAUzc,KAAK0c,SAAW1c,KAAKyc,SAAW,GAItEzc,KAAKud,eAUPvc,EAAQyS,UAAU4P,eAAiB,SAAUrQ,GAE3C,GAAIX,GAAGC,EAAG/M,EAAGkY,EAAG6F,EAAK9Q,EAEjBkJ,IAEJ,IAAI1b,KAAKwN,QAAUxM,EAAQ6Z,MAAMkG,MAC/B/gB,KAAKwN,QAAUxM,EAAQ6Z,MAAMoG,QAAS,CAKtC,GAAIkB,MACAE,IACJ,KAAK9c,EAAI,EAAGA,EAAIvF,KAAK+U,gBAAgB/B,GAAOzN,IAC1C8M,EAAIW,EAAKzN,GAAGvF,KAAK2b,OAAS,EAC1BrJ,EAAIU,EAAKzN,GAAGvF,KAAK4b,OAAS,EAED,KAArBuG,EAAMzb,QAAQ2L,IAChB8P,EAAMja,KAAKmK,GAEY,KAArBgQ,EAAM3b,QAAQ4L,IAChB+P,EAAMna,KAAKoK,EAIf,IAAIiR,GAAa,SAAUje,EAAGa,GAC5B,MAAOb,GAAIa,EAEbgc,GAAM1L,KAAK8M,GACXlB,EAAM5L,KAAK8M,EAGX,IAAIC,KACJ,KAAKje,EAAI,EAAGA,EAAIyN,EAAKtN,OAAQH,IAAK,CAChC8M,EAAIW,EAAKzN,GAAGvF,KAAK2b,OAAS,EAC1BrJ,EAAIU,EAAKzN,GAAGvF,KAAK4b,OAAS,EAC1B6B,EAAIzK,EAAKzN,GAAGvF,KAAK6b,OAAS,CAE1B,IAAI4H,GAAStB,EAAMzb,QAAQ2L,GACvBqR,EAASrB,EAAM3b,QAAQ4L,EAEA/L,UAAvBid,EAAWC,KACbD,EAAWC,MAGb,IAAI1F,GAAU,GAAI1c,EAClB0c,GAAQ1L,EAAIA,EACZ0L,EAAQzL,EAAIA,EACZyL,EAAQN,EAAIA,EAEZ6F,KACAA,EAAI9Q,MAAQuL,EACZuF,EAAIK,MAAQpd,OACZ+c,EAAIM,OAASrd,OACb+c,EAAIO,OAAS,GAAIxiB,GAAQgR,EAAGC,EAAGtS,KAAKsc,MAEpCkH,EAAWC,GAAQC,GAAUJ,EAE7B5H,EAAWxT,KAAKob,GAIlB,IAAKjR,EAAI,EAAGA,EAAImR,EAAW9d,OAAQ2M,IACjC,IAAKC,EAAI,EAAGA,EAAIkR,EAAWnR,GAAG3M,OAAQ4M,IAChCkR,EAAWnR,GAAGC,KAChBkR,EAAWnR,GAAGC,GAAGwR,WAAczR,EAAImR,EAAW9d,OAAO,EAAK8d,EAAWnR,EAAE,GAAGC,GAAK/L,OAC/Eid,EAAWnR,GAAGC,GAAGyR,SAAczR,EAAIkR,EAAWnR,GAAG3M,OAAO,EAAK8d,EAAWnR,GAAGC,EAAE,GAAK/L,OAClFid,EAAWnR,GAAGC,GAAG0R,WACd3R,EAAImR,EAAW9d,OAAO,GAAK4M,EAAIkR,EAAWnR,GAAG3M,OAAO,EACnD8d,EAAWnR,EAAE,GAAGC,EAAE,GAClB/L,YAOV,KAAKhB,EAAI,EAAGA,EAAIyN,EAAKtN,OAAQH,IAC3BiN,EAAQ,GAAInR,GACZmR,EAAMH,EAAIW,EAAKzN,GAAGvF,KAAK2b,OAAS,EAChCnJ,EAAMF,EAAIU,EAAKzN,GAAGvF,KAAK4b,OAAS,EAChCpJ,EAAMiL,EAAIzK,EAAKzN,GAAGvF,KAAK6b,OAAS,EAEVtV,SAAlBvG,KAAK8b,WACPtJ,EAAMpL,MAAQ4L,EAAKzN,GAAGvF,KAAK8b,WAAa,GAG1CwH,KACAA,EAAI9Q,MAAQA,EACZ8Q,EAAIO,OAAS,GAAIxiB,GAAQmR,EAAMH,EAAGG,EAAMF,EAAGtS,KAAKsc,MAChDgH,EAAIK,MAAQpd,OACZ+c,EAAIM,OAASrd,OAEbmV,EAAWxT,KAAKob,EAIpB,OAAO5H,IAST1a,EAAQyS,UAAU9E,OAAS,WAEzB,KAAO3O,KAAKga,iBAAiBiK,iBAC3BjkB,KAAKga,iBAAiBvI,YAAYzR,KAAKga,iBAAiBkK,WAG1DlkB,MAAK6f,MAAQhO,SAASM,cAAc,OACpCnS,KAAK6f,MAAMrS,MAAM2W,SAAW,WAC5BnkB,KAAK6f,MAAMrS,MAAM4W,SAAW,SAG5BpkB,KAAK6f,MAAMC,OAASjO,SAASM,cAAe,UAC5CnS,KAAK6f,MAAMC,OAAOtS,MAAM2W,SAAW,WACnCnkB,KAAK6f,MAAM9N,YAAY/R,KAAK6f,MAAMC,OAGhC,IAAIuE,GAAWxS,SAASM,cAAe,MACvCkS,GAAS7W,MAAM3C,MAAQ,MACvBwZ,EAAS7W,MAAM8W,WAAc,OAC7BD,EAAS7W,MAAM+W,QAAW,OAC1BF,EAASG,UAAa,mDACtBxkB,KAAK6f,MAAMC,OAAO/N,YAAYsS,GAGhCrkB,KAAK6f,MAAM5L,OAASpC,SAASM,cAAe,OAC5CnS,KAAK6f,MAAM5L,OAAOzG,MAAM2W,SAAW,WACnCnkB,KAAK6f,MAAM5L,OAAOzG,MAAMqW,OAAS,MACjC7jB,KAAK6f,MAAM5L,OAAOzG,MAAMhG,KAAO,MAC/BxH,KAAK6f,MAAM5L,OAAOzG,MAAMqF,MAAQ,OAChC7S,KAAK6f,MAAM9N,YAAY/R,KAAK6f,MAAM5L,OAGlC,IAAIQ,GAAKzU,KACLykB,EAAc,SAAUjb,GAAQiL,EAAGiQ,aAAalb,IAChDmb,EAAe,SAAUnb,GAAQiL,EAAGmQ,cAAcpb,IAClDqb,EAAe,SAAUrb,GAAQiL,EAAGqQ,SAAStb,IAC7Cub,EAAY,SAAUvb,GAAQiL,EAAGuQ,WAAWxb,GAGhD7I,GAAKkI,iBAAiB7I,KAAK6f,MAAMC,OAAQ,UAAWmF,WACpDtkB,EAAKkI,iBAAiB7I,KAAK6f,MAAMC,OAAQ,YAAa2E,GACtD9jB,EAAKkI,iBAAiB7I,KAAK6f,MAAMC,OAAQ,aAAc6E,GACvDhkB,EAAKkI,iBAAiB7I,KAAK6f,MAAMC,OAAQ,aAAc+E,GACvDlkB,EAAKkI,iBAAiB7I,KAAK6f,MAAMC,OAAQ,YAAaiF,GAGtD/kB,KAAKga,iBAAiBjI,YAAY/R,KAAK6f,QAWzC7e,EAAQyS,UAAUyR,QAAU,SAASrS,EAAOC,GAC1C9S,KAAK6f,MAAMrS,MAAMqF,MAAQA,EACzB7S,KAAK6f,MAAMrS,MAAMsF,OAASA,EAE1B9S,KAAKmlB,iBAMPnkB,EAAQyS,UAAU0R,cAAgB,WAChCnlB,KAAK6f,MAAMC,OAAOtS,MAAMqF,MAAQ,OAChC7S,KAAK6f,MAAMC,OAAOtS,MAAMsF,OAAS,OAEjC9S,KAAK6f,MAAMC,OAAOjN,MAAQ7S,KAAK6f,MAAMC,OAAOC,YAC5C/f,KAAK6f,MAAMC,OAAOhN,OAAS9S,KAAK6f,MAAMC,OAAOsF,aAG7CplB,KAAK6f,MAAM5L,OAAOzG,MAAMqF,MAAS7S,KAAK6f,MAAMC,OAAOC,YAAc,GAAU,MAM7E/e,EAAQyS,UAAU4R,eAAiB,WACjC,IAAKrlB,KAAK6f,MAAM5L,SAAWjU,KAAK6f,MAAM5L,OAAOqR,OAC3C,KAAM,wBAERtlB,MAAK6f,MAAM5L,OAAOqR,OAAOC,QAO3BvkB,EAAQyS,UAAU+R,cAAgB,WAC3BxlB,KAAK6f,MAAM5L,QAAWjU,KAAK6f,MAAM5L,OAAOqR,QAE7CtlB,KAAK6f,MAAM5L,OAAOqR,OAAOG,QAU3BzkB,EAAQyS,UAAUiS,cAAgB,WAG9B1lB,KAAK4f,QAD0D,MAA7D5f,KAAKka,eAAeyL,OAAO3lB,KAAKka,eAAexU,OAAO,GAEtDkgB,WAAW5lB,KAAKka,gBAAkB,IAChCla,KAAK6f,MAAMC,OAAOC,YAGP6F,WAAW5lB,KAAKka,gBAK/Bla,KAAKggB,QAD0D,MAA7DhgB,KAAKma,eAAewL,OAAO3lB,KAAKma,eAAezU,OAAO,GAEtDkgB,WAAW5lB,KAAKma,gBAAkB,KAC/Bna,KAAK6f,MAAMC,OAAOsF,aAAeplB,KAAK6f,MAAM5L,OAAOmR,cAGzCQ,WAAW5lB,KAAKma,iBAoBnCnZ,EAAQyS,UAAUoS,kBAAoB,SAASC,GACjCvf,SAARuf,IAImBvf,SAAnBuf,EAAIC,YAA6Cxf,SAAjBuf,EAAIE,UACtChmB,KAAKwb,OAAOyK,eAAeH,EAAIC,WAAYD,EAAIE,UAG5Bzf,SAAjBuf,EAAII,UACNlmB,KAAKwb,OAAO2K,aAAaL,EAAII,UAG/BlmB,KAAKgiB,WASPhhB,EAAQyS,UAAU2S,kBAAoB,WACpC,GAAIN,GAAM9lB,KAAKwb,OAAO6K,gBAEtB,OADAP,GAAII,SAAWlmB,KAAKwb,OAAOmE,eACpBmG,GAMT9kB,EAAQyS,UAAU6S,UAAY,SAAStT,GAErChT,KAAK2hB,gBAAgB3O,EAAMhT,KAAKwN,OAK9BxN,KAAK0b,WAFH1b,KAAK8hB,WAEW9hB,KAAK8hB,WAAWuB,iBAIhBrjB,KAAKqjB,eAAerjB,KAAK8X,WAI7C9X,KAAKumB,iBAOPvlB,EAAQyS,UAAU8E,QAAU,SAAUvF,GACpChT,KAAKsmB,UAAUtT,GACfhT,KAAKgiB,SAGDhiB,KAAKwmB,oBAAsBxmB,KAAK8hB,YAClC9hB,KAAKqlB,kBAQTrkB,EAAQyS,UAAUD,WAAa,SAAUzE,GACvC,GAAI0X,GAAiBlgB,MAIrB,IAFAvG,KAAKwlB,gBAEWjf,SAAZwI,EAAuB,CAkBzB,GAhBsBxI,SAAlBwI,EAAQ8D,QAA2B7S,KAAK6S,MAAQ9D,EAAQ8D,OACrCtM,SAAnBwI,EAAQ+D,SAA2B9S,KAAK8S,OAAS/D,EAAQ+D,QAErCvM,SAApBwI,EAAQ2O,UAA2B1d,KAAKka,eAAiBnL,EAAQ2O,SAC7CnX,SAApBwI,EAAQ4O,UAA2B3d,KAAKma,eAAiBpL,EAAQ4O,SAEzCpX,SAAxBwI,EAAQ4L,cAA+B3a,KAAK2a,YAAc5L,EAAQ4L,aAC1CpU,SAAxBwI,EAAQ6L,cAA+B5a,KAAK4a,YAAc7L,EAAQ6L,aAC/CrU,SAAnBwI,EAAQqL,SAA0Bpa,KAAKoa,OAASrL,EAAQqL,QACrC7T,SAAnBwI,EAAQsL,SAA0Bra,KAAKqa,OAAStL,EAAQsL,QACrC9T,SAAnBwI,EAAQuL,SAA0Bta,KAAKsa,OAASvL,EAAQuL,QAEhC/T,SAAxBwI,EAAQyL,cAA+Bxa,KAAKwa,YAAczL,EAAQyL,aAC1CjU,SAAxBwI,EAAQ0L,cAA+Bza,KAAKya,YAAc1L,EAAQ0L,aAC1ClU,SAAxBwI,EAAQ2L,cAA+B1a,KAAK0a,YAAc3L,EAAQ2L,aAEhDnU,SAAlBwI,EAAQvB,MAAqB,CAC/B,GAAIkZ,GAAc1mB,KAAKkhB,gBAAgBnS,EAAQvB,MAC3B,MAAhBkZ,IACF1mB,KAAKwN,MAAQkZ,GAGQngB,SAArBwI,EAAQiM,WAA6Bhb,KAAKgb,SAAWjM,EAAQiM,UACjCzU,SAA5BwI,EAAQgM,kBAAiC/a,KAAK+a,gBAAkBhM,EAAQgM,iBACjDxU,SAAvBwI,EAAQmM,aAA6Blb,KAAKkb,WAAanM,EAAQmM,YAC3C3U,SAApBwI,EAAQ4X,UAA6B3mB,KAAKob,YAAcrM,EAAQ4X,SAC9BpgB,SAAlCwI,EAAQ6X,wBAAqC5mB,KAAK4mB,sBAAwB7X,EAAQ6X,uBACtDrgB,SAA5BwI,EAAQkM,kBAAiCjb,KAAKib,gBAAkBlM,EAAQkM,iBAC9C1U,SAA1BwI,EAAQsM,gBAA+Brb,KAAKqb,cAAgBtM,EAAQsM,eAEtC9U,SAA9BwI,EAAQuM,oBAAiCtb,KAAKsb,kBAAoBvM,EAAQuM,mBAC7C/U,SAA7BwI,EAAQwM,mBAAiCvb,KAAKub,iBAAmBxM,EAAQwM,kBAC1ChV,SAA/BwI,EAAQyX,qBAAiCxmB,KAAKwmB,mBAAqBzX,EAAQyX,oBAErDjgB,SAAtBwI,EAAQ4N,YAAyB3c,KAAKkiB,iBAAmBnT,EAAQ4N,WAC3CpW,SAAtBwI,EAAQ6N,YAAyB5c,KAAKoiB,iBAAmBrT,EAAQ6N,WAEhDrW,SAAjBwI,EAAQiN,OAAoBhc,KAAKuiB,YAAcxT,EAAQiN,MACrCzV,SAAlBwI,EAAQkN,QAAqBjc,KAAKyiB,aAAe1T,EAAQkN,OACxC1V,SAAjBwI,EAAQmN,OAAoBlc,KAAKwiB,YAAczT,EAAQmN,MACtC3V,SAAjBwI,EAAQoN,OAAoBnc,KAAK2iB,YAAc5T,EAAQoN,MACrC5V,SAAlBwI,EAAQqN,QAAqBpc,KAAK6iB,aAAe9T,EAAQqN,OACxC7V,SAAjBwI,EAAQsN,OAAoBrc,KAAK4iB,YAAc7T,EAAQsN,MACtC9V,SAAjBwI,EAAQuN,OAAoBtc,KAAK+iB,YAAchU,EAAQuN,MACrC/V,SAAlBwI,EAAQwN,QAAqBvc,KAAKijB,aAAelU,EAAQwN,OACxChW,SAAjBwI,EAAQyN,OAAoBxc,KAAKgjB,YAAcjU,EAAQyN,MAClCjW,SAArBwI,EAAQ0N,WAAwBzc,KAAKmjB,gBAAkBpU,EAAQ0N,UAC1ClW,SAArBwI,EAAQ2N,WAAwB1c,KAAKojB,gBAAkBrU,EAAQ2N,UAEpCnW,SAA3BwI,EAAQ0X,iBAA8BA,EAAiB1X,EAAQ0X,gBAE5ClgB,SAAnBkgB,GACFzmB,KAAKwb,OAAOyK,eAAeQ,EAAeV,WAAYU,EAAeT,UACrEhmB,KAAKwb,OAAO2K,aAAaM,EAAeP,YAGxClmB,KAAKwb,OAAOyK,eAAe,EAAK,IAChCjmB,KAAKwb,OAAO2K,aAAa,MAI7BnmB,KAAKigB,oBAAoBlR,GAAWA,EAAQmR,iBAE5ClgB,KAAKklB,QAAQllB,KAAK6S,MAAO7S,KAAK8S,QAG1B9S,KAAK8X,WACP9X,KAAKuY,QAAQvY,KAAK8X,WAIhB9X,KAAKwmB,oBAAsBxmB,KAAK8hB,YAClC9hB,KAAKqlB,kBAOTrkB,EAAQyS,UAAUuO,OAAS,WACzB,GAAwBzb,SAApBvG,KAAK0b,WACP,KAAM,mCAGR1b,MAAKmlB,gBACLnlB,KAAK0lB,gBACL1lB,KAAK6mB,gBACL7mB,KAAK8mB,eACL9mB,KAAK+mB,cAED/mB,KAAKwN,QAAUxM,EAAQ6Z,MAAMkG,MAC/B/gB,KAAKwN,QAAUxM,EAAQ6Z,MAAMoG,QAC7BjhB,KAAKgnB,kBAEEhnB,KAAKwN,QAAUxM,EAAQ6Z,MAAMmG,KACpChhB,KAAKinB,kBAEEjnB,KAAKwN,QAAUxM,EAAQ6Z,MAAM4F,KACpCzgB,KAAKwN,QAAUxM,EAAQ6Z,MAAM6F,UAC7B1gB,KAAKwN,QAAUxM,EAAQ6Z,MAAM8F,QAC7B3gB,KAAKknB,iBAILlnB,KAAKmnB,iBAGPnnB,KAAKonB,cACLpnB,KAAKqnB,iBAMPrmB,EAAQyS,UAAUqT,aAAe,WAC/B,GAAIhH,GAAS9f,KAAK6f,MAAMC,OACpBwH,EAAMxH,EAAOyH,WAAW,KAE5BD,GAAIE,UAAU,EAAG,EAAG1H,EAAOjN,MAAOiN,EAAOhN,SAO3C9R,EAAQyS,UAAU4T,cAAgB,WAChC,GAAI/U,EAEJ,IAAItS,KAAKwN,QAAUxM,EAAQ6Z,MAAMgG,UAC/B7gB,KAAKwN,QAAUxM,EAAQ6Z,MAAMiG,QAAS,CAEtC,GAEI2G,GAAUC,EAFVC,EAAmC,IAAzB3nB,KAAK6f,MAAME,WAGrB/f,MAAKwN,QAAUxM,EAAQ6Z,MAAMiG,SAC/B2G,EAAWE,EAAU,EACrBD,EAAWC,EAAU,EAAc,EAAVA,IAGzBF,EAAW,GACXC,EAAW,GAGb,IAAI5U,GAAS7N,KAAKiI,IAA8B,IAA1BlN,KAAK6f,MAAMuF,aAAqB,KAClDxd,EAAM5H,KAAKia,OACX2N,EAAQ5nB,KAAK6f,MAAME,YAAc/f,KAAKia,OACtCzS,EAAOogB,EAAQF,EACf7D,EAASjc,EAAMkL,EAGrB,GAAIgN,GAAS9f,KAAK6f,MAAMC,OACpBwH,EAAMxH,EAAOyH,WAAW,KAI5B,IAHAD,EAAIO,UAAY,EAChBP,EAAIQ,KAAO,aAEP9nB,KAAKwN,QAAUxM,EAAQ6Z,MAAMgG,SAAU,CAEzC,GAAIkH,GAAO,EACPC,EAAOlV,CACX,KAAKR,EAAIyV,EAAUC,EAAJ1V,EAAUA,IAAK,CAC5B,GAAI7F,IAAK6F,EAAIyV,IAASC,EAAOD,GAGzB5a,EAAU,IAAJV,EACN5B,EAAQ7K,KAAKioB,SAAS9a,EAAK,EAAG,EAElCma,GAAIY,YAAcrd,EAClByc,EAAIa,YACJb,EAAIc,OAAO5gB,EAAMI,EAAM0K,GACvBgV,EAAIe,OAAOT,EAAOhgB,EAAM0K,GACxBgV,EAAIlH,SAGNkH,EAAIY,YAAeloB,KAAK6c,UACxByK,EAAIgB,WAAW9gB,EAAMI,EAAK8f,EAAU5U,GAiBtC,GAdI9S,KAAKwN,QAAUxM,EAAQ6Z,MAAMiG,UAE/BwG,EAAIY,YAAeloB,KAAK6c,UACxByK,EAAIiB,UAAavoB,KAAK+c,SACtBuK,EAAIa,YACJb,EAAIc,OAAO5gB,EAAMI,GACjB0f,EAAIe,OAAOT,EAAOhgB,GAClB0f,EAAIe,OAAOT,EAAQF,EAAWD,EAAU5D,GACxCyD,EAAIe,OAAO7gB,EAAMqc,GACjByD,EAAIkB,YACJlB,EAAInH,OACJmH,EAAIlH,UAGFpgB,KAAKwN,QAAUxM,EAAQ6Z,MAAMgG,UAC/B7gB,KAAKwN,QAAUxM,EAAQ6Z,MAAMiG,QAAS,CAEtC,GAAI2H,GAAc,EACdC,EAAO,GAAInnB,GAAWvB,KAAKyc,SAAUzc,KAAK0c,UAAW1c,KAAK0c,SAAS1c,KAAKyc,UAAU,GAAG,EAKzF,KAJAiM,EAAKxY,QACDwY,EAAKC,aAAe3oB,KAAKyc,UAC3BiM,EAAKE,QAECF,EAAKvY,OACXmC,EAAIuR,GAAU6E,EAAKC,aAAe3oB,KAAKyc,WAAazc,KAAK0c,SAAW1c,KAAKyc,UAAY3J,EAErFwU,EAAIa,YACJb,EAAIc,OAAO5gB,EAAOihB,EAAanW,GAC/BgV,EAAIe,OAAO7gB,EAAM8K,GACjBgV,EAAIlH,SAEJkH,EAAIuB,UAAY,QAChBvB,EAAIwB,aAAe,SACnBxB,EAAIiB,UAAYvoB,KAAK6c,UACrByK,EAAIyB,SAASL,EAAKC,aAAcnhB,EAAO,EAAIihB,EAAanW,GAExDoW,EAAKE,MAGPtB,GAAIuB,UAAY,QAChBvB,EAAIwB,aAAe,KACnB,IAAIE,GAAQhpB,KAAK4a,WACjB0M,GAAIyB,SAASC,EAAOpB,EAAO/D,EAAS7jB,KAAKia,UAO7CjZ,EAAQyS,UAAU8S,cAAgB,WAGhC,GAFAvmB,KAAK6f,MAAM5L,OAAOuQ,UAAY,GAE1BxkB,KAAK8hB,WAAY,CACnB,GAAI/S,IACFka,QAAWjpB,KAAK4mB,uBAEdtB,EAAS,GAAIhkB,GAAOtB,KAAK6f,MAAM5L,OAAQlF,EAC3C/O,MAAK6f,MAAM5L,OAAOqR,OAASA,EAG3BtlB,KAAK6f,MAAM5L,OAAOzG,MAAM+W,QAAU,OAGlCe,EAAO4D,UAAUlpB,KAAK8hB,WAAWzK,QACjCiO,EAAO6D,gBAAgBnpB,KAAKsb,kBAG5B,IAAI7G,GAAKzU,KACLopB,EAAW,WACb,GAAI/gB,GAAQid,EAAO+D,UAEnB5U,GAAGqN,WAAWwH,YAAYjhB,GAC1BoM,EAAGiH,WAAajH,EAAGqN,WAAWuB,iBAE9B5O,EAAGuN,SAELsD,GAAOiE,oBAAoBH,OAG3BppB,MAAK6f,MAAM5L,OAAOqR,OAAS/e,QAO/BvF,EAAQyS,UAAUoT,cAAgB,WACEtgB,SAA7BvG,KAAK6f,MAAM5L,OAAOqR,QACrBtlB,KAAK6f,MAAM5L,OAAOqR,OAAOtD,UAQ7BhhB,EAAQyS,UAAU2T,YAAc,WAC9B,GAAIpnB,KAAK8hB,WAAY,CACnB,GAAIhC,GAAS9f,KAAK6f,MAAMC,OACpBwH,EAAMxH,EAAOyH,WAAW,KAE5BD,GAAIQ,KAAO,aACXR,EAAIkC,UAAY,OAChBlC,EAAIiB,UAAY,OAChBjB,EAAIuB,UAAY,OAChBvB,EAAIwB,aAAe,KAEnB,IAAIzW,GAAIrS,KAAKia,OACT3H,EAAItS,KAAKia,MACbqN,GAAIyB,SAAS/oB,KAAK8hB,WAAW2H,WAAa,KAAOzpB,KAAK8hB,WAAW4H,mBAAoBrX,EAAGC,KAQ5FtR,EAAQyS,UAAUsT,YAAc,WAC9B,GAEE4C,GAAMC,EAAIlB,EAAMmB,EAChBC,EAAMC,EAAOC,EAAOC,EACpBC,EAAQC,EAASC,EACjBC,EAAQC,EALNxK,EAAS9f,KAAK6f,MAAMC,OACtBwH,EAAMxH,EAAOyH,WAAW,KAQ1BD,GAAIQ,KAAO,GAAK9nB,KAAKwb,OAAOmE,eAAiB,UAG7C,IAAI4K,GAAW,KAAQvqB,KAAKwd,MAAMnL,EAC9BmY,EAAW,KAAQxqB,KAAKwd,MAAMlL,EAC9BmY,EAAa,EAAIzqB,KAAKwb,OAAOmE,eAC7B+K,EAAW1qB,KAAKwb,OAAO6K,iBAAiBN,UAU5C,KAPAuB,EAAIO,UAAY,EAChBgC,EAAoCtjB,SAAtBvG,KAAKyiB,aACnBiG,EAAO,GAAInnB,GAAWvB,KAAKgc,KAAMhc,KAAKkc,KAAMlc,KAAKic,MAAO4N,GACxDnB,EAAKxY,QACDwY,EAAKC,aAAe3oB,KAAKgc,MAC3B0M,EAAKE,QAECF,EAAKvY,OAAO,CAClB,GAAIkC,GAAIqW,EAAKC,YAET3oB,MAAKgb,UACP2O,EAAO3pB,KAAK8d,eAAe,GAAIzc,GAAQgR,EAAGrS,KAAKmc,KAAMnc,KAAKsc,OAC1DsN,EAAK5pB,KAAK8d,eAAe,GAAIzc,GAAQgR,EAAGrS,KAAKqc,KAAMrc,KAAKsc,OACxDgL,EAAIY,YAAcloB,KAAK8c,UACvBwK,EAAIa,YACJb,EAAIc,OAAOuB,EAAKtX,EAAGsX,EAAKrX,GACxBgV,EAAIe,OAAOuB,EAAGvX,EAAGuX,EAAGtX,GACpBgV,EAAIlH,WAGJuJ,EAAO3pB,KAAK8d,eAAe,GAAIzc,GAAQgR,EAAGrS,KAAKmc,KAAMnc,KAAKsc,OAC1DsN,EAAK5pB,KAAK8d,eAAe,GAAIzc,GAAQgR,EAAGrS,KAAKmc,KAAKoO,EAAUvqB,KAAKsc,OACjEgL,EAAIY,YAAcloB,KAAK6c,UACvByK,EAAIa,YACJb,EAAIc,OAAOuB,EAAKtX,EAAGsX,EAAKrX,GACxBgV,EAAIe,OAAOuB,EAAGvX,EAAGuX,EAAGtX,GACpBgV,EAAIlH,SAEJuJ,EAAO3pB,KAAK8d,eAAe,GAAIzc,GAAQgR,EAAGrS,KAAKqc,KAAMrc,KAAKsc,OAC1DsN,EAAK5pB,KAAK8d,eAAe,GAAIzc,GAAQgR,EAAGrS,KAAKqc,KAAKkO,EAAUvqB,KAAKsc,OACjEgL,EAAIY,YAAcloB,KAAK6c,UACvByK,EAAIa,YACJb,EAAIc,OAAOuB,EAAKtX,EAAGsX,EAAKrX,GACxBgV,EAAIe,OAAOuB,EAAGvX,EAAGuX,EAAGtX,GACpBgV,EAAIlH,UAGN4J,EAAS/kB,KAAK6Z,IAAI4L,GAAY,EAAK1qB,KAAKmc,KAAOnc,KAAKqc,KACpDyN,EAAO9pB,KAAK8d,eAAe,GAAIzc,GAAQgR,EAAG2X,EAAOhqB,KAAKsc,OAClDrX,KAAK6Z,IAAe,EAAX4L,GAAgB,GAC3BpD,EAAIuB,UAAY,SAChBvB,EAAIwB,aAAe,MACnBgB,EAAKxX,GAAKmY,GAEHxlB,KAAK0Z,IAAe,EAAX+L,GAAgB,GAChCpD,EAAIuB,UAAY,QAChBvB,EAAIwB,aAAe,WAGnBxB,EAAIuB,UAAY,OAChBvB,EAAIwB,aAAe,UAErBxB,EAAIiB,UAAYvoB,KAAK6c,UACrByK,EAAIyB,SAAS,KAAO/oB,KAAKwa,YAAYkO,EAAKC,cAAgB,KAAMmB,EAAKzX,EAAGyX,EAAKxX,GAE7EoW,EAAKE,OAWP,IAPAtB,EAAIO,UAAY,EAChBgC,EAAoCtjB,SAAtBvG,KAAK6iB,aACnB6F,EAAO,GAAInnB,GAAWvB,KAAKmc,KAAMnc,KAAKqc,KAAMrc,KAAKoc,MAAOyN,GACxDnB,EAAKxY,QACDwY,EAAKC,aAAe3oB,KAAKmc,MAC3BuM,EAAKE,QAECF,EAAKvY,OACPnQ,KAAKgb,UACP2O,EAAO3pB,KAAK8d,eAAe,GAAIzc,GAAQrB,KAAKgc,KAAM0M,EAAKC,aAAc3oB,KAAKsc,OAC1EsN,EAAK5pB,KAAK8d,eAAe,GAAIzc,GAAQrB,KAAKkc,KAAMwM,EAAKC,aAAc3oB,KAAKsc,OACxEgL,EAAIY,YAAcloB,KAAK8c,UACvBwK,EAAIa,YACJb,EAAIc,OAAOuB,EAAKtX,EAAGsX,EAAKrX,GACxBgV,EAAIe,OAAOuB,EAAGvX,EAAGuX,EAAGtX,GACpBgV,EAAIlH,WAGJuJ,EAAO3pB,KAAK8d,eAAe,GAAIzc,GAAQrB,KAAKgc,KAAM0M,EAAKC,aAAc3oB,KAAKsc,OAC1EsN,EAAK5pB,KAAK8d,eAAe,GAAIzc,GAAQrB,KAAKgc,KAAKwO,EAAU9B,EAAKC,aAAc3oB,KAAKsc,OACjFgL,EAAIY,YAAcloB,KAAK6c,UACvByK,EAAIa,YACJb,EAAIc,OAAOuB,EAAKtX,EAAGsX,EAAKrX,GACxBgV,EAAIe,OAAOuB,EAAGvX,EAAGuX,EAAGtX,GACpBgV,EAAIlH,SAEJuJ,EAAO3pB,KAAK8d,eAAe,GAAIzc,GAAQrB,KAAKkc,KAAMwM,EAAKC,aAAc3oB,KAAKsc,OAC1EsN,EAAK5pB,KAAK8d,eAAe,GAAIzc,GAAQrB,KAAKkc,KAAKsO,EAAU9B,EAAKC,aAAc3oB,KAAKsc,OACjFgL,EAAIY,YAAcloB,KAAK6c,UACvByK,EAAIa,YACJb,EAAIc,OAAOuB,EAAKtX,EAAGsX,EAAKrX,GACxBgV,EAAIe,OAAOuB,EAAGvX,EAAGuX,EAAGtX,GACpBgV,EAAIlH,UAGN2J,EAAS9kB,KAAK0Z,IAAI+L,GAAa,EAAK1qB,KAAKgc,KAAOhc,KAAKkc,KACrD4N,EAAO9pB,KAAK8d,eAAe,GAAIzc,GAAQ0oB,EAAOrB,EAAKC,aAAc3oB,KAAKsc,OAClErX,KAAK6Z,IAAe,EAAX4L,GAAgB,GAC3BpD,EAAIuB,UAAY,SAChBvB,EAAIwB,aAAe,MACnBgB,EAAKxX,GAAKmY,GAEHxlB,KAAK0Z,IAAe,EAAX+L,GAAgB,GAChCpD,EAAIuB,UAAY,QAChBvB,EAAIwB,aAAe,WAGnBxB,EAAIuB,UAAY,OAChBvB,EAAIwB,aAAe,UAErBxB,EAAIiB,UAAYvoB,KAAK6c,UACrByK,EAAIyB,SAAS,KAAO/oB,KAAKya,YAAYiO,EAAKC,cAAgB,KAAMmB,EAAKzX,EAAGyX,EAAKxX,GAE7EoW,EAAKE,MAaP,KATAtB,EAAIO,UAAY,EAChBgC,EAAoCtjB,SAAtBvG,KAAKijB,aACnByF,EAAO,GAAInnB,GAAWvB,KAAKsc,KAAMtc,KAAKwc,KAAMxc,KAAKuc,MAAOsN,GACxDnB,EAAKxY,QACDwY,EAAKC,aAAe3oB,KAAKsc,MAC3BoM,EAAKE,OAEPmB,EAAS9kB,KAAK6Z,IAAI4L,GAAa,EAAK1qB,KAAKgc,KAAOhc,KAAKkc,KACrD8N,EAAS/kB,KAAK0Z,IAAI+L,GAAa,EAAK1qB,KAAKmc,KAAOnc,KAAKqc,MAC7CqM,EAAKvY,OAEXwZ,EAAO3pB,KAAK8d,eAAe,GAAIzc,GAAQ0oB,EAAOC,EAAOtB,EAAKC,eAC1DrB,EAAIY,YAAcloB,KAAK6c,UACvByK,EAAIa,YACJb,EAAIc,OAAOuB,EAAKtX,EAAGsX,EAAKrX,GACxBgV,EAAIe,OAAOsB,EAAKtX,EAAIoY,EAAYd,EAAKrX,GACrCgV,EAAIlH,SAEJkH,EAAIuB,UAAY,QAChBvB,EAAIwB,aAAe,SACnBxB,EAAIiB,UAAYvoB,KAAK6c,UACrByK,EAAIyB,SAAS/oB,KAAK0a,YAAYgO,EAAKC,cAAgB,IAAKgB,EAAKtX,EAAI,EAAGsX,EAAKrX,GAEzEoW,EAAKE,MAEPtB,GAAIO,UAAY,EAChB8B,EAAO3pB,KAAK8d,eAAe,GAAIzc,GAAQ0oB,EAAOC,EAAOhqB,KAAKsc,OAC1DsN,EAAK5pB,KAAK8d,eAAe,GAAIzc,GAAQ0oB,EAAOC,EAAOhqB,KAAKwc,OACxD8K,EAAIY,YAAcloB,KAAK6c,UACvByK,EAAIa,YACJb,EAAIc,OAAOuB,EAAKtX,EAAGsX,EAAKrX,GACxBgV,EAAIe,OAAOuB,EAAGvX,EAAGuX,EAAGtX,GACpBgV,EAAIlH,SAGJkH,EAAIO,UAAY,EAEhBwC,EAASrqB,KAAK8d,eAAe,GAAIzc,GAAQrB,KAAKgc,KAAMhc,KAAKmc,KAAMnc,KAAKsc,OACpEgO,EAAStqB,KAAK8d,eAAe,GAAIzc,GAAQrB,KAAKkc,KAAMlc,KAAKmc,KAAMnc,KAAKsc,OACpEgL,EAAIY,YAAcloB,KAAK6c,UACvByK,EAAIa,YACJb,EAAIc,OAAOiC,EAAOhY,EAAGgY,EAAO/X,GAC5BgV,EAAIe,OAAOiC,EAAOjY,EAAGiY,EAAOhY,GAC5BgV,EAAIlH,SAEJiK,EAASrqB,KAAK8d,eAAe,GAAIzc,GAAQrB,KAAKgc,KAAMhc,KAAKqc,KAAMrc,KAAKsc,OACpEgO,EAAStqB,KAAK8d,eAAe,GAAIzc,GAAQrB,KAAKkc,KAAMlc,KAAKqc,KAAMrc,KAAKsc,OACpEgL,EAAIY,YAAcloB,KAAK6c,UACvByK,EAAIa,YACJb,EAAIc,OAAOiC,EAAOhY,EAAGgY,EAAO/X,GAC5BgV,EAAIe,OAAOiC,EAAOjY,EAAGiY,EAAOhY,GAC5BgV,EAAIlH,SAGJkH,EAAIO,UAAY,EAEhB8B,EAAO3pB,KAAK8d,eAAe,GAAIzc,GAAQrB,KAAKgc,KAAMhc,KAAKmc,KAAMnc,KAAKsc,OAClEsN,EAAK5pB,KAAK8d,eAAe,GAAIzc,GAAQrB,KAAKgc,KAAMhc,KAAKqc,KAAMrc,KAAKsc,OAChEgL,EAAIY,YAAcloB,KAAK6c,UACvByK,EAAIa,YACJb,EAAIc,OAAOuB,EAAKtX,EAAGsX,EAAKrX,GACxBgV,EAAIe,OAAOuB,EAAGvX,EAAGuX,EAAGtX,GACpBgV,EAAIlH,SAEJuJ,EAAO3pB,KAAK8d,eAAe,GAAIzc,GAAQrB,KAAKkc,KAAMlc,KAAKmc,KAAMnc,KAAKsc,OAClEsN,EAAK5pB,KAAK8d,eAAe,GAAIzc,GAAQrB,KAAKkc,KAAMlc,KAAKqc,KAAMrc,KAAKsc,OAChEgL,EAAIY,YAAcloB,KAAK6c,UACvByK,EAAIa,YACJb,EAAIc,OAAOuB,EAAKtX,EAAGsX,EAAKrX,GACxBgV,EAAIe,OAAOuB,EAAGvX,EAAGuX,EAAGtX,GACpBgV,EAAIlH,QAGJ,IAAIhG,GAASpa,KAAKoa,MACdA,GAAO1U,OAAS,IAClB0kB,EAAU,GAAMpqB,KAAKwd,MAAMlL,EAC3ByX,GAAS/pB,KAAKgc,KAAOhc,KAAKkc,MAAQ,EAClC8N,EAAS/kB,KAAK6Z,IAAI4L,GAAY,EAAK1qB,KAAKmc,KAAOiO,EAASpqB,KAAKqc,KAAO+N,EACpEN,EAAO9pB,KAAK8d,eAAe,GAAIzc,GAAQ0oB,EAAOC,EAAOhqB,KAAKsc,OACtDrX,KAAK6Z,IAAe,EAAX4L,GAAgB,GAC3BpD,EAAIuB,UAAY,SAChBvB,EAAIwB,aAAe,OAEZ7jB,KAAK0Z,IAAe,EAAX+L,GAAgB,GAChCpD,EAAIuB,UAAY,QAChBvB,EAAIwB,aAAe,WAGnBxB,EAAIuB,UAAY,OAChBvB,EAAIwB,aAAe,UAErBxB,EAAIiB,UAAYvoB,KAAK6c,UACrByK,EAAIyB,SAAS3O,EAAQ0P,EAAKzX,EAAGyX,EAAKxX,GAIpC,IAAI+H,GAASra,KAAKqa,MACdA,GAAO3U,OAAS,IAClBykB,EAAU,GAAMnqB,KAAKwd,MAAMnL,EAC3B0X,EAAS9kB,KAAK0Z,IAAI+L,GAAa,EAAK1qB,KAAKgc,KAAOmO,EAAUnqB,KAAKkc,KAAOiO,EACtEH,GAAShqB,KAAKmc,KAAOnc,KAAKqc,MAAQ,EAClCyN,EAAO9pB,KAAK8d,eAAe,GAAIzc,GAAQ0oB,EAAOC,EAAOhqB,KAAKsc,OACtDrX,KAAK6Z,IAAe,EAAX4L,GAAgB,GAC3BpD,EAAIuB,UAAY,SAChBvB,EAAIwB,aAAe,OAEZ7jB,KAAK0Z,IAAe,EAAX+L,GAAgB,GAChCpD,EAAIuB,UAAY,QAChBvB,EAAIwB,aAAe,WAGnBxB,EAAIuB,UAAY,OAChBvB,EAAIwB,aAAe,UAErBxB,EAAIiB,UAAYvoB,KAAK6c,UACrByK,EAAIyB,SAAS1O,EAAQyP,EAAKzX,EAAGyX,EAAKxX,GAIpC,IAAIgI,GAASta,KAAKsa,MACdA,GAAO5U,OAAS,IAClBwkB,EAAS,GACTH,EAAS9kB,KAAK6Z,IAAI4L,GAAa,EAAK1qB,KAAKgc,KAAOhc,KAAKkc,KACrD8N,EAAS/kB,KAAK0Z,IAAI+L,GAAa,EAAK1qB,KAAKmc,KAAOnc,KAAKqc,KACrD4N,GAASjqB,KAAKsc,KAAOtc,KAAKwc,MAAQ,EAClCsN,EAAO9pB,KAAK8d,eAAe,GAAIzc,GAAQ0oB,EAAOC,EAAOC,IACrD3C,EAAIuB,UAAY,QAChBvB,EAAIwB,aAAe,SACnBxB,EAAIiB,UAAYvoB,KAAK6c,UACrByK,EAAIyB,SAASzO,EAAQwP,EAAKzX,EAAI6X,EAAQJ,EAAKxX,KAU/CtR,EAAQyS,UAAUwU,SAAW,SAAS0C,EAAGC,EAAGC,GAC1C,GAAIC,GAAGC,EAAGC,EAAGC,EAAGC,EAAIC,CAMpB,QAJAF,EAAIJ,EAAID,EACRM,EAAKjmB,KAAKC,MAAMylB,EAAE,IAClBQ,EAAIF,GAAK,EAAIhmB,KAAKmmB,IAAMT,EAAE,GAAM,EAAK,IAE7BO,GACN,IAAK,GAAGJ,EAAIG,EAAGF,EAAII,EAAGH,EAAI,CAAG,MAC7B,KAAK,GAAGF,EAAIK,EAAGJ,EAAIE,EAAGD,EAAI,CAAG,MAC7B,KAAK,GAAGF,EAAI,EAAGC,EAAIE,EAAGD,EAAIG,CAAG,MAC7B,KAAK,GAAGL,EAAI,EAAGC,EAAII,EAAGH,EAAIC,CAAG,MAC7B,KAAK,GAAGH,EAAIK,EAAGJ,EAAI,EAAGC,EAAIC,CAAG,MAC7B,KAAK,GAAGH,EAAIG,EAAGF,EAAI,EAAGC,EAAIG,CAAG,MAE7B,SAASL,EAAI,EAAGC,EAAI,EAAGC,EAAI,EAG7B,MAAO,OAASK,SAAW,IAAFP,GAAS,IAAMO,SAAW,IAAFN,GAAS,IAAMM,SAAW,IAAFL,GAAS,KAQpFhqB,EAAQyS,UAAUuT,gBAAkB,WAClC,GAEExU,GAAOoV,EAAOhgB,EAAK0jB,EACnB/lB,EACAgmB,EAAgBhD,EAAWL,EAAaL,EACxCvc,EAAGC,EAAGC,EAAGggB,EALP1L,EAAS9f,KAAK6f,MAAMC,OACtBwH,EAAMxH,EAAOyH,WAAW,KAO1B,MAAwBhhB,SAApBvG,KAAK0b,YAA4B1b,KAAK0b,WAAWhW,QAAU,GAA/D,CAIA,IAAKH,EAAI,EAAGA,EAAIvF,KAAK0b,WAAWhW,OAAQH,IAAK,CAC3C,GAAIoe,GAAQ3jB,KAAKie,2BAA2Bje,KAAK0b,WAAWnW,GAAGiN,OAC3DoR,EAAS5jB,KAAKke,4BAA4ByF,EAE9C3jB,MAAK0b,WAAWnW,GAAGoe,MAAQA,EAC3B3jB,KAAK0b,WAAWnW,GAAGqe,OAASA,CAG5B,IAAI6H,GAAczrB,KAAKie,2BAA2Bje,KAAK0b,WAAWnW,GAAGse,OACrE7jB,MAAK0b,WAAWnW,GAAGmmB,KAAO1rB,KAAK+a,gBAAkB0Q,EAAY/lB,UAAY+lB,EAAYhO,EAIvF,GAAIkO,GAAY,SAAUrmB,EAAGa,GAC3B,MAAOA,GAAEulB,KAAOpmB,EAAEomB,KAIpB,IAFA1rB,KAAK0b,WAAWjF,KAAKkV,GAEjB3rB,KAAKwN,QAAUxM,EAAQ6Z,MAAMoG,SAC/B,IAAK1b,EAAI,EAAGA,EAAIvF,KAAK0b,WAAWhW,OAAQH,IAMtC,GALAiN,EAAQxS,KAAK0b,WAAWnW,GACxBqiB,EAAQ5nB,KAAK0b,WAAWnW,GAAGue,WAC3Blc,EAAQ5H,KAAK0b,WAAWnW,GAAGwe,SAC3BuH,EAAQtrB,KAAK0b,WAAWnW,GAAGye,WAEbzd,SAAViM,GAAiCjM,SAAVqhB,GAA+BrhB,SAARqB,GAA+BrB,SAAV+kB,EAAqB,CAE1F,GAAItrB,KAAKmb,gBAAkBnb,KAAKkb,WAAY,CAK1C,GAAI0Q,GAAQvqB,EAAQwqB,SAASP,EAAM3H,MAAOnR,EAAMmR,OAC5CmI,EAAQzqB,EAAQwqB,SAASjkB,EAAI+b,MAAOiE,EAAMjE,OAC1CoI,EAAe1qB,EAAQ2qB,aAAaJ,EAAOE,GAC3CtmB,EAAMumB,EAAarmB,QAGvB6lB,GAAkBQ,EAAatO,EAAI,MAGnC8N,IAAiB,CAGfA,IAEFC,GAAQhZ,EAAMA,MAAMiL,EAAImK,EAAMpV,MAAMiL,EAAI7V,EAAI4K,MAAMiL,EAAI6N,EAAM9Y,MAAMiL,GAAK,EACvEnS,EAAoE,KAA/D,GAAKkgB,EAAOxrB,KAAKsc,MAAQtc,KAAKwd,MAAMC,EAAKzd,KAAKqb,eACnD9P,EAAI,EAEAvL,KAAKkb,YACP1P,EAAIvG,KAAKwG,IAAI,EAAKsgB,EAAa1Z,EAAI7M,EAAO,EAAG,GAC7C+iB,EAAYvoB,KAAKioB,SAAS3c,EAAGC,EAAGC,GAChC0c,EAAcK,IAGd/c,EAAI,EACJ+c,EAAYvoB,KAAKioB,SAAS3c,EAAGC,EAAGC,GAChC0c,EAAcloB,KAAK6c,aAIrB0L,EAAY,OACZL,EAAcloB,KAAK6c,WAErBgL,EAAY,GAEZP,EAAIO,UAAYA,EAChBP,EAAIiB,UAAYA,EAChBjB,EAAIY,YAAcA,EAClBZ,EAAIa,YACJb,EAAIc,OAAO5V,EAAMoR,OAAOvR,EAAGG,EAAMoR,OAAOtR,GACxCgV,EAAIe,OAAOT,EAAMhE,OAAOvR,EAAGuV,EAAMhE,OAAOtR,GACxCgV,EAAIe,OAAOiD,EAAM1H,OAAOvR,EAAGiZ,EAAM1H,OAAOtR,GACxCgV,EAAIe,OAAOzgB,EAAIgc,OAAOvR,EAAGzK,EAAIgc,OAAOtR,GACpCgV,EAAIkB,YACJlB,EAAInH,OACJmH,EAAIlH,cAKR,KAAK7a,EAAI,EAAGA,EAAIvF,KAAK0b,WAAWhW,OAAQH,IACtCiN,EAAQxS,KAAK0b,WAAWnW,GACxBqiB,EAAQ5nB,KAAK0b,WAAWnW,GAAGue,WAC3Blc,EAAQ5H,KAAK0b,WAAWnW,GAAGwe,SAEbxd,SAAViM,IAEAqV,EADE7nB,KAAK+a,gBACK,GAAKvI,EAAMmR,MAAMlG,EAGjB,IAAMzd,KAAKyb,IAAIgC,EAAIzd,KAAKwb,OAAOmE,iBAIjCpZ,SAAViM,GAAiCjM,SAAVqhB,IAEzB4D,GAAQhZ,EAAMA,MAAMiL,EAAImK,EAAMpV,MAAMiL,GAAK,EACzCnS,EAAoE,KAA/D,GAAKkgB,EAAOxrB,KAAKsc,MAAQtc,KAAKwd,MAAMC,EAAKzd,KAAKqb,eAEnDiM,EAAIO,UAAYA,EAChBP,EAAIY,YAAcloB,KAAKioB,SAAS3c,EAAG,EAAG,GACtCgc,EAAIa,YACJb,EAAIc,OAAO5V,EAAMoR,OAAOvR,EAAGG,EAAMoR,OAAOtR,GACxCgV,EAAIe,OAAOT,EAAMhE,OAAOvR,EAAGuV,EAAMhE,OAAOtR,GACxCgV,EAAIlH,UAGQ7Z,SAAViM,GAA+BjM,SAARqB,IAEzB4jB,GAAQhZ,EAAMA,MAAMiL,EAAI7V,EAAI4K,MAAMiL,GAAK,EACvCnS,EAAoE,KAA/D,GAAKkgB,EAAOxrB,KAAKsc,MAAQtc,KAAKwd,MAAMC,EAAKzd,KAAKqb,eAEnDiM,EAAIO,UAAYA,EAChBP,EAAIY,YAAcloB,KAAKioB,SAAS3c,EAAG,EAAG,GACtCgc,EAAIa,YACJb,EAAIc,OAAO5V,EAAMoR,OAAOvR,EAAGG,EAAMoR,OAAOtR,GACxCgV,EAAIe,OAAOzgB,EAAIgc,OAAOvR,EAAGzK,EAAIgc,OAAOtR,GACpCgV,EAAIlH,YAWZpf,EAAQyS,UAAU0T,eAAiB,WACjC,GAEI5hB,GAFAua,EAAS9f,KAAK6f,MAAMC,OACpBwH,EAAMxH,EAAOyH,WAAW,KAG5B,MAAwBhhB,SAApBvG,KAAK0b,YAA4B1b,KAAK0b,WAAWhW,QAAU,GAA/D,CAIA,IAAKH,EAAI,EAAGA,EAAIvF,KAAK0b,WAAWhW,OAAQH,IAAK,CAC3C,GAAIoe,GAAQ3jB,KAAKie,2BAA2Bje,KAAK0b,WAAWnW,GAAGiN,OAC3DoR,EAAS5jB,KAAKke,4BAA4ByF,EAC9C3jB,MAAK0b,WAAWnW,GAAGoe,MAAQA,EAC3B3jB,KAAK0b,WAAWnW,GAAGqe,OAASA,CAG5B,IAAI6H,GAAczrB,KAAKie,2BAA2Bje,KAAK0b,WAAWnW,GAAGse,OACrE7jB,MAAK0b,WAAWnW,GAAGmmB,KAAO1rB,KAAK+a,gBAAkB0Q,EAAY/lB,UAAY+lB,EAAYhO,EAIvF,GAAIkO,GAAY,SAAUrmB,EAAGa,GAC3B,MAAOA,GAAEulB,KAAOpmB,EAAEomB,KAEpB1rB,MAAK0b,WAAWjF,KAAKkV,EAGrB,IAAIhE,GAAmC,IAAzB3nB,KAAK6f,MAAME,WACzB,KAAKxa,EAAI,EAAGA,EAAIvF,KAAK0b,WAAWhW,OAAQH,IAAK,CAC3C,GAAIiN,GAAQxS,KAAK0b,WAAWnW,EAE5B,IAAIvF,KAAKwN,QAAUxM,EAAQ6Z,MAAM+F,QAAS,CAGxC,GAAI+I,GAAO3pB,KAAK8d,eAAetL,EAAMqR,OACrCyD,GAAIO,UAAY,EAChBP,EAAIY,YAAcloB,KAAK8c,UACvBwK,EAAIa,YACJb,EAAIc,OAAOuB,EAAKtX,EAAGsX,EAAKrX,GACxBgV,EAAIe,OAAO7V,EAAMoR,OAAOvR,EAAGG,EAAMoR,OAAOtR,GACxCgV,EAAIlH,SAIN,GAAIzN,EAEFA,GADE3S,KAAKwN,QAAUxM,EAAQ6Z,MAAMiG,QACxB6G,EAAQ,EAAI,EAAEA,GAAWnV,EAAMA,MAAMpL,MAAQpH,KAAKyc,WAAazc,KAAK0c,SAAW1c,KAAKyc,UAGpFkL,CAGT,IAAIsE,EAEFA,GADEjsB,KAAK+a,gBACEpI,GAAQH,EAAMmR,MAAMlG,EAGpB9K,IAAS3S,KAAKyb,IAAIgC,EAAIzd,KAAKwb,OAAOmE,gBAEhC,EAATsM,IACFA,EAAS,EAGX,IAAI9e,GAAKtC,EAAOyV,CACZtgB,MAAKwN,QAAUxM,EAAQ6Z,MAAMgG,UAE/B1T,EAAqE,KAA9D,GAAKqF,EAAMA,MAAMpL,MAAQpH,KAAKyc,UAAYzc,KAAKwd,MAAMpW,OAC5DyD,EAAQ7K,KAAKioB,SAAS9a,EAAK,EAAG,GAC9BmT,EAActgB,KAAKioB,SAAS9a,EAAK,EAAG,KAE7BnN,KAAKwN,QAAUxM,EAAQ6Z,MAAMiG,SACpCjW,EAAQ7K,KAAK+c,SACbuD,EAActgB,KAAKgd,iBAInB7P,EAA+E,KAAxE,GAAKqF,EAAMA,MAAMiL,EAAIzd,KAAKsc,MAAQtc,KAAKwd,MAAMC,EAAKzd,KAAKqb,eAC9DxQ,EAAQ7K,KAAKioB,SAAS9a,EAAK,EAAG,GAC9BmT,EAActgB,KAAKioB,SAAS9a,EAAK,EAAG,KAItCma,EAAIO,UAAY,EAChBP,EAAIY,YAAc5H,EAClBgH,EAAIiB,UAAY1d,EAChByc,EAAIa,YACJb,EAAI4E,IAAI1Z,EAAMoR,OAAOvR,EAAGG,EAAMoR,OAAOtR,EAAG2Z,EAAQ,EAAW,EAARhnB,KAAKknB,IAAM,GAC9D7E,EAAInH,OACJmH,EAAIlH,YAQRpf,EAAQyS,UAAUyT,eAAiB,WACjC,GAEI3hB,GAAG6mB,EAAGC,EAASC,EAFfxM,EAAS9f,KAAK6f,MAAMC,OACpBwH,EAAMxH,EAAOyH,WAAW,KAG5B,MAAwBhhB,SAApBvG,KAAK0b,YAA4B1b,KAAK0b,WAAWhW,QAAU,GAA/D,CAIA,IAAKH,EAAI,EAAGA,EAAIvF,KAAK0b,WAAWhW,OAAQH,IAAK,CAC3C,GAAIoe,GAAQ3jB,KAAKie,2BAA2Bje,KAAK0b,WAAWnW,GAAGiN,OAC3DoR,EAAS5jB,KAAKke,4BAA4ByF,EAC9C3jB,MAAK0b,WAAWnW,GAAGoe,MAAQA,EAC3B3jB,KAAK0b,WAAWnW,GAAGqe,OAASA,CAG5B,IAAI6H,GAAczrB,KAAKie,2BAA2Bje,KAAK0b,WAAWnW,GAAGse,OACrE7jB,MAAK0b,WAAWnW,GAAGmmB,KAAO1rB,KAAK+a,gBAAkB0Q,EAAY/lB,UAAY+lB,EAAYhO,EAIvF,GAAIkO,GAAY,SAAUrmB,EAAGa,GAC3B,MAAOA,GAAEulB,KAAOpmB,EAAEomB,KAEpB1rB,MAAK0b,WAAWjF,KAAKkV,EAGrB,IAAIY,GAASvsB,KAAK2c,UAAY,EAC1B6P,EAASxsB,KAAK4c,UAAY,CAC9B,KAAKrX,EAAI,EAAGA,EAAIvF,KAAK0b,WAAWhW,OAAQH,IAAK,CAC3C,GAGI4H,GAAKtC,EAAOyV,EAHZ9N,EAAQxS,KAAK0b,WAAWnW,EAIxBvF,MAAKwN,QAAUxM,EAAQ6Z,MAAM6F,UAE/BvT,EAAqE,KAA9D,GAAKqF,EAAMA,MAAMpL,MAAQpH,KAAKyc,UAAYzc,KAAKwd,MAAMpW,OAC5DyD,EAAQ7K,KAAKioB,SAAS9a,EAAK,EAAG,GAC9BmT,EAActgB,KAAKioB,SAAS9a,EAAK,EAAG,KAE7BnN,KAAKwN,QAAUxM,EAAQ6Z,MAAM8F,SACpC9V,EAAQ7K,KAAK+c,SACbuD,EAActgB,KAAKgd,iBAInB7P,EAA+E,KAAxE,GAAKqF,EAAMA,MAAMiL,EAAIzd,KAAKsc,MAAQtc,KAAKwd,MAAMC,EAAKzd,KAAKqb,eAC9DxQ,EAAQ7K,KAAKioB,SAAS9a,EAAK,EAAG,GAC9BmT,EAActgB,KAAKioB,SAAS9a,EAAK,EAAG,KAIlCnN,KAAKwN,QAAUxM,EAAQ6Z,MAAM8F,UAC/B4L,EAAUvsB,KAAK2c,UAAY,IAAOnK,EAAMA,MAAMpL,MAAQpH,KAAKyc,WAAazc,KAAK0c,SAAW1c,KAAKyc,UAAY,GAAM,IAC/G+P,EAAUxsB,KAAK4c,UAAY,IAAOpK,EAAMA,MAAMpL,MAAQpH,KAAKyc,WAAazc,KAAK0c,SAAW1c,KAAKyc,UAAY,GAAM,IAIjH,IAAIhI,GAAKzU,KACL+d,EAAUvL,EAAMA,MAChB5K,IACD4K,MAAO,GAAInR,GAAQ0c,EAAQ1L,EAAIka,EAAQxO,EAAQzL,EAAIka,EAAQzO,EAAQN,KACnEjL,MAAO,GAAInR,GAAQ0c,EAAQ1L,EAAIka,EAAQxO,EAAQzL,EAAIka,EAAQzO,EAAQN,KACnEjL,MAAO,GAAInR,GAAQ0c,EAAQ1L,EAAIka,EAAQxO,EAAQzL,EAAIka,EAAQzO,EAAQN,KACnEjL,MAAO,GAAInR,GAAQ0c,EAAQ1L,EAAIka,EAAQxO,EAAQzL,EAAIka,EAAQzO,EAAQN,KAElEoG,IACDrR,MAAO,GAAInR,GAAQ0c,EAAQ1L,EAAIka,EAAQxO,EAAQzL,EAAIka,EAAQxsB,KAAKsc,QAChE9J,MAAO,GAAInR,GAAQ0c,EAAQ1L,EAAIka,EAAQxO,EAAQzL,EAAIka,EAAQxsB,KAAKsc,QAChE9J,MAAO,GAAInR,GAAQ0c,EAAQ1L,EAAIka,EAAQxO,EAAQzL,EAAIka,EAAQxsB,KAAKsc,QAChE9J,MAAO,GAAInR,GAAQ0c,EAAQ1L,EAAIka,EAAQxO,EAAQzL,EAAIka,EAAQxsB,KAAKsc,OAInE1U,GAAIW,QAAQ,SAAU+a,GACpBA,EAAIM,OAASnP,EAAGqJ,eAAewF,EAAI9Q,SAErCqR,EAAOtb,QAAQ,SAAU+a,GACvBA,EAAIM,OAASnP,EAAGqJ,eAAewF,EAAI9Q,QAIrC,IAAIia,KACDH,QAAS1kB,EAAK8kB,OAAQrrB,EAAQsrB,IAAI9I,EAAO,GAAGrR,MAAOqR,EAAO,GAAGrR,SAC7D8Z,SAAU1kB,EAAI,GAAIA,EAAI,GAAIic,EAAO,GAAIA,EAAO,IAAK6I,OAAQrrB,EAAQsrB,IAAI9I,EAAO,GAAGrR,MAAOqR,EAAO,GAAGrR,SAChG8Z,SAAU1kB,EAAI,GAAIA,EAAI,GAAIic,EAAO,GAAIA,EAAO,IAAK6I,OAAQrrB,EAAQsrB,IAAI9I,EAAO,GAAGrR,MAAOqR,EAAO,GAAGrR,SAChG8Z,SAAU1kB,EAAI,GAAIA,EAAI,GAAIic,EAAO,GAAIA,EAAO,IAAK6I,OAAQrrB,EAAQsrB,IAAI9I,EAAO,GAAGrR,MAAOqR,EAAO,GAAGrR,SAChG8Z,SAAU1kB,EAAI,GAAIA,EAAI,GAAIic,EAAO,GAAIA,EAAO,IAAK6I,OAAQrrB,EAAQsrB,IAAI9I,EAAO,GAAGrR,MAAOqR,EAAO,GAAGrR,QAKnG,KAHAA,EAAMia,SAAWA,EAGZL,EAAI,EAAGA,EAAIK,EAAS/mB,OAAQ0mB,IAAK,CACpCC,EAAUI,EAASL,EACnB,IAAIQ,GAAc5sB,KAAKie,2BAA2BoO,EAAQK,OAC1DL,GAAQX,KAAO1rB,KAAK+a,gBAAkB6R,EAAYlnB,UAAYknB,EAAYnP,EAwB5E,IAjBAgP,EAAShW,KAAK,SAAUnR,EAAGa,GACzB,GAAI0mB,GAAO1mB,EAAEulB,KAAOpmB,EAAEomB,IACtB,OAAImB,GAAaA,EAGbvnB,EAAEgnB,UAAY1kB,EAAY,EAC1BzB,EAAEmmB,UAAY1kB,EAAY,GAGvB,IAIT0f,EAAIO,UAAY,EAChBP,EAAIY,YAAc5H,EAClBgH,EAAIiB,UAAY1d,EAEXuhB,EAAI,EAAGA,EAAIK,EAAS/mB,OAAQ0mB,IAC/BC,EAAUI,EAASL,GACnBE,EAAUD,EAAQC,QAClBhF,EAAIa,YACJb,EAAIc,OAAOkE,EAAQ,GAAG1I,OAAOvR,EAAGia,EAAQ,GAAG1I,OAAOtR,GAClDgV,EAAIe,OAAOiE,EAAQ,GAAG1I,OAAOvR,EAAGia,EAAQ,GAAG1I,OAAOtR,GAClDgV,EAAIe,OAAOiE,EAAQ,GAAG1I,OAAOvR,EAAGia,EAAQ,GAAG1I,OAAOtR,GAClDgV,EAAIe,OAAOiE,EAAQ,GAAG1I,OAAOvR,EAAGia,EAAQ,GAAG1I,OAAOtR,GAClDgV,EAAIe,OAAOiE,EAAQ,GAAG1I,OAAOvR,EAAGia,EAAQ,GAAG1I,OAAOtR,GAClDgV,EAAInH,OACJmH,EAAIlH,YAUVpf,EAAQyS,UAAUwT,gBAAkB,WAClC,GAEEzU,GAAOjN,EAFLua,EAAS9f,KAAK6f,MAAMC,OACtBwH,EAAMxH,EAAOyH,WAAW,KAG1B,MAAwBhhB,SAApBvG,KAAK0b,YAA4B1b,KAAK0b,WAAWhW,QAAU,GAA/D,CAIA,IAAKH,EAAI,EAAGA,EAAIvF,KAAK0b,WAAWhW,OAAQH,IAAK,CAC3C,GAAIoe,GAAQ3jB,KAAKie,2BAA2Bje,KAAK0b,WAAWnW,GAAGiN,OAC3DoR,EAAS5jB,KAAKke,4BAA4ByF,EAE9C3jB,MAAK0b,WAAWnW,GAAGoe,MAAQA,EAC3B3jB,KAAK0b,WAAWnW,GAAGqe,OAASA,EAc9B,IAVI5jB,KAAK0b,WAAWhW,OAAS,IAC3B8M,EAAQxS,KAAK0b,WAAW,GAExB4L,EAAIO,UAAY,EAChBP,EAAIY,YAAc,OAClBZ,EAAIa,YACJb,EAAIc,OAAO5V,EAAMoR,OAAOvR,EAAGG,EAAMoR,OAAOtR,IAIrC/M,EAAI,EAAGA,EAAIvF,KAAK0b,WAAWhW,OAAQH,IACtCiN,EAAQxS,KAAK0b,WAAWnW,GACxB+hB,EAAIe,OAAO7V,EAAMoR,OAAOvR,EAAGG,EAAMoR,OAAOtR,EAItCtS,MAAK0b,WAAWhW,OAAS,GAC3B4hB,EAAIlH,WASRpf,EAAQyS,UAAUiR,aAAe,SAASlb,GAWxC,GAVAA,EAAQA,GAAS/B,OAAO+B,MAIpBxJ,KAAK8sB,gBACP9sB,KAAK+sB,WAAWvjB,GAIlBxJ,KAAK8sB,eAAiBtjB,EAAMwjB,MAAyB,IAAhBxjB,EAAMwjB,MAAiC,IAAjBxjB,EAAMyjB,OAC5DjtB,KAAK8sB,gBAAmB9sB,KAAKktB,UAAlC,CAGAltB,KAAKmtB,YAAclQ,EAAUzT,GAC7BxJ,KAAKotB,YAAchQ,EAAU5T,GAE7BxJ,KAAKqtB,WAAa,GAAIhpB,MAAKrE,KAAKkQ,OAChClQ,KAAKstB,SAAW,GAAIjpB,MAAKrE,KAAKmQ,KAC9BnQ,KAAKutB,iBAAmBvtB,KAAKwb,OAAO6K,iBAEpCrmB,KAAK6f,MAAMrS,MAAMggB,OAAS,MAK1B,IAAI/Y,GAAKzU,IACTA,MAAKytB,YAAc,SAAUjkB,GAAQiL,EAAGiZ,aAAalkB,IACrDxJ,KAAK2tB,UAAc,SAAUnkB,GAAQiL,EAAGsY,WAAWvjB,IACnD7I,EAAKkI,iBAAiBgJ,SAAU,YAAa4C,EAAGgZ,aAChD9sB,EAAKkI,iBAAiBgJ,SAAU,UAAW4C,EAAGkZ,WAC9ChtB,EAAK4I,eAAeC,KAStBxI,EAAQyS,UAAUia,aAAe,SAAUlkB,GACzCA,EAAQA,GAAS/B,OAAO+B,KAGxB,IAAIokB,GAAQhI,WAAW3I,EAAUzT,IAAUxJ,KAAKmtB,YAC5CU,EAAQjI,WAAWxI,EAAU5T,IAAUxJ,KAAKotB,YAE5CU,EAAgB9tB,KAAKutB,iBAAiBxH,WAAa6H,EAAQ,IAC3DG,EAAc/tB,KAAKutB,iBAAiBvH,SAAW6H,EAAQ,IAEvDG,EAAY,EACZC,EAAYhpB,KAAK0Z,IAAIqP,EAAY,IAAM,EAAI/oB,KAAKknB,GAIhDlnB,MAAKmmB,IAAInmB,KAAK0Z,IAAImP,IAAkBG,IACtCH,EAAgB7oB,KAAKipB,MAAOJ,EAAgB7oB,KAAKknB,IAAOlnB,KAAKknB,GAAK,MAEhElnB,KAAKmmB,IAAInmB,KAAK6Z,IAAIgP,IAAkBG,IACtCH,GAAiB7oB,KAAKipB,MAAOJ,EAAe7oB,KAAKknB,GAAK,IAAQ,IAAOlnB,KAAKknB,GAAK,MAI7ElnB,KAAKmmB,IAAInmB,KAAK0Z,IAAIoP,IAAgBE,IACpCF,EAAc9oB,KAAKipB,MAAOH,EAAc9oB,KAAKknB,IAAOlnB,KAAKknB,IAEvDlnB,KAAKmmB,IAAInmB,KAAK6Z,IAAIiP,IAAgBE,IACpCF,GAAe9oB,KAAKipB,MAAOH,EAAa9oB,KAAKknB,GAAK,IAAQ,IAAOlnB,KAAKknB,IAGxEnsB,KAAKwb,OAAOyK,eAAe6H,EAAeC,GAC1C/tB,KAAKgiB,QAGL,IAAImM,GAAanuB,KAAKomB,mBACtBpmB,MAAKouB,KAAK,uBAAwBD,GAElCxtB,EAAK4I,eAAeC,IAStBxI,EAAQyS,UAAUsZ,WAAa,SAAUvjB,GACvCxJ,KAAK6f,MAAMrS,MAAMggB,OAAS,OAC1BxtB,KAAK8sB,gBAAiB,EAGtBnsB,EAAK0I,oBAAoBwI,SAAU,YAAa7R,KAAKytB,aACrD9sB,EAAK0I,oBAAoBwI,SAAU,UAAa7R,KAAK2tB,WACrDhtB,EAAK4I,eAAeC,IAOtBxI,EAAQyS,UAAUuR,WAAa,SAAUxb,GACvC,GAAIuP,GAAQ,IACRsV,EAAeruB,KAAK6f,MAAMtY,wBAC1B+mB,EAASrR,EAAUzT,GAAS6kB,EAAa7mB,KACzC+mB,EAASnR,EAAU5T,GAAS6kB,EAAazmB,GAE7C,IAAK5H,KAAKob,YAAV,CASA,GALIpb,KAAKwuB,gBACP5U,aAAa5Z,KAAKwuB,gBAIhBxuB,KAAK8sB,eAEP,WADA9sB,MAAKyuB,cAIP,IAAIzuB,KAAK2mB,SAAW3mB,KAAK2mB,QAAQ+H,UAAW,CAE1C,GAAIA,GAAY1uB,KAAK2uB,iBAAiBL,EAAQC,EAC1CG,KAAc1uB,KAAK2mB,QAAQ+H,YAEzBA,EACF1uB,KAAK4uB,aAAaF,GAGlB1uB,KAAKyuB,oBAIN,CAEH,GAAIha,GAAKzU,IACTA,MAAKwuB,eAAiB3U,WAAW,WAC/BpF,EAAG+Z,eAAiB,IAGpB,IAAIE,GAAYja,EAAGka,iBAAiBL,EAAQC,EACxCG,IACFja,EAAGma,aAAaF,IAEjB3V,MAOP/X,EAAQyS,UAAUmR,cAAgB,SAASpb,GACzCxJ,KAAKktB,WAAY,CAEjB,IAAIzY,GAAKzU,IACTA,MAAK6uB,YAAc,SAAUrlB,GAAQiL,EAAGqa,aAAatlB,IACrDxJ,KAAK+uB,WAAc,SAAUvlB,GAAQiL,EAAGua,YAAYxlB,IACpD7I,EAAKkI,iBAAiBgJ,SAAU,YAAa4C,EAAGoa,aAChDluB,EAAKkI,iBAAiBgJ,SAAU,WAAY4C,EAAGsa,YAE/C/uB,KAAK0kB,aAAalb,IAMpBxI,EAAQyS,UAAUqb,aAAe,SAAStlB,GACxCxJ,KAAK0tB,aAAalkB,IAMpBxI,EAAQyS,UAAUub,YAAc,SAASxlB,GACvCxJ,KAAKktB,WAAY,EAEjBvsB,EAAK0I,oBAAoBwI,SAAU,YAAa7R,KAAK6uB,aACrDluB,EAAK0I,oBAAoBwI,SAAU,WAAc7R,KAAK+uB,YAEtD/uB,KAAK+sB,WAAWvjB,IASlBxI,EAAQyS,UAAUqR,SAAW,SAAStb,GAC/BA,IACHA,EAAQ/B,OAAO+B,MAGjB,IAAIylB,GAAQ,CAYZ,IAXIzlB,EAAM0lB,WACRD,EAAQzlB,EAAM0lB,WAAW,IAChB1lB,EAAM2lB,SAGfF,GAASzlB,EAAM2lB,OAAO,GAMpBF,EAAO,CACT,GAAIG,GAAYpvB,KAAKwb,OAAOmE,eACxB0P,EAAYD,GAAa,EAAIH,EAAQ,GAEzCjvB,MAAKwb,OAAO2K,aAAakJ,GACzBrvB,KAAKgiB,SAELhiB,KAAKyuB,eAIP,GAAIN,GAAanuB,KAAKomB,mBACtBpmB,MAAKouB,KAAK,uBAAwBD,GAKlCxtB,EAAK4I,eAAeC,IAUtBxI,EAAQyS,UAAU6b,gBAAkB,SAAU9c,EAAO+c,GAKnD,QAASC,GAAMnd,GACb,MAAOA,GAAI,EAAI,EAAQ,EAAJA,EAAQ,GAAK,EALlC,GAAI/M,GAAIiqB,EAAS,GACfppB,EAAIopB,EAAS,GACb9uB,EAAI8uB,EAAS,GAMXE,EAAKD,GAAMrpB,EAAEkM,EAAI/M,EAAE+M,IAAMG,EAAMF,EAAIhN,EAAEgN,IAAMnM,EAAEmM,EAAIhN,EAAEgN,IAAME,EAAMH,EAAI/M,EAAE+M,IACrEqd,EAAKF,GAAM/uB,EAAE4R,EAAIlM,EAAEkM,IAAMG,EAAMF,EAAInM,EAAEmM,IAAM7R,EAAE6R,EAAInM,EAAEmM,IAAME,EAAMH,EAAIlM,EAAEkM,IACrEsd,EAAKH,GAAMlqB,EAAE+M,EAAI5R,EAAE4R,IAAMG,EAAMF,EAAI7R,EAAE6R,IAAMhN,EAAEgN,EAAI7R,EAAE6R,IAAME,EAAMH,EAAI5R,EAAE4R,GAGzE,SAAc,GAANod,GAAiB,GAANC,GAAWD,GAAMC,GAC3B,GAANA,GAAiB,GAANC,GAAWD,GAAMC,GACtB,GAANF,GAAiB,GAANE,GAAWF,GAAME,IAUjC3uB,EAAQyS,UAAUkb,iBAAmB,SAAUtc,EAAGC,GAChD,GAAI/M,GACFqqB,EAAU,IACVlB,EAAY,KACZmB,EAAmB,KACnBC,EAAc,KACdpD,EAAS,GAAItrB,GAAQiR,EAAGC,EAE1B,IAAItS,KAAKwN,QAAUxM,EAAQ6Z,MAAM4F,KAC/BzgB,KAAKwN,QAAUxM,EAAQ6Z,MAAM6F,UAC7B1gB,KAAKwN,QAAUxM,EAAQ6Z,MAAM8F,QAE7B,IAAKpb,EAAIvF,KAAK0b,WAAWhW,OAAS,EAAGH,GAAK,EAAGA,IAAK,CAChDmpB,EAAY1uB,KAAK0b,WAAWnW,EAC5B,IAAIknB,GAAYiC,EAAUjC,QAC1B,IAAIA,EACF,IAAK,GAAIlhB,GAAIkhB,EAAS/mB,OAAS,EAAG6F,GAAK,EAAGA,IAAK,CAE7C,GAAI8gB,GAAUI,EAASlhB,GACnB+gB,EAAUD,EAAQC,QAClByD,GAAazD,EAAQ,GAAG1I,OAAQ0I,EAAQ,GAAG1I,OAAQ0I,EAAQ,GAAG1I,QAC9DoM,GAAa1D,EAAQ,GAAG1I,OAAQ0I,EAAQ,GAAG1I,OAAQ0I,EAAQ,GAAG1I,OAClE,IAAI5jB,KAAKsvB,gBAAgB5C,EAAQqD,IAC/B/vB,KAAKsvB,gBAAgB5C,EAAQsD,GAE7B,MAAOtB,QAQf,KAAKnpB,EAAI,EAAGA,EAAIvF,KAAK0b,WAAWhW,OAAQH,IAAK,CAC3CmpB,EAAY1uB,KAAK0b,WAAWnW,EAC5B,IAAIiN,GAAQkc,EAAU9K,MACtB,IAAIpR,EAAO,CACT,GAAIyd,GAAQhrB,KAAKmmB,IAAI/Y,EAAIG,EAAMH,GAC3B6d,EAAQjrB,KAAKmmB,IAAI9Y,EAAIE,EAAMF,GAC3BoZ,EAAQzmB,KAAKkrB,KAAKF,EAAQA,EAAQC,EAAQA,IAEzB,OAAhBJ,GAA+BA,EAAPpE,IAA8BkE,EAAPlE,IAClDoE,EAAcpE,EACdmE,EAAmBnB,IAO3B,MAAOmB,IAQT7uB,EAAQyS,UAAUmb,aAAe,SAAUF,GACzC,GAAI0B,GAASC,EAAMC,CAEdtwB,MAAK2mB,SAiCRyJ,EAAUpwB,KAAK2mB,QAAQ4J,IAAIH,QAC3BC,EAAQrwB,KAAK2mB,QAAQ4J,IAAIF,KACzBC,EAAQtwB,KAAK2mB,QAAQ4J,IAAID,MAlCzBF,EAAUve,SAASM,cAAc,OACjCie,EAAQ5iB,MAAM2W,SAAW,WACzBiM,EAAQ5iB,MAAM+W,QAAU,OACxB6L,EAAQ5iB,MAAMzB,OAAS,oBACvBqkB,EAAQ5iB,MAAM3C,MAAQ,UACtBulB,EAAQ5iB,MAAM1B,WAAa,wBAC3BskB,EAAQ5iB,MAAMgjB,aAAe,MAC7BJ,EAAQ5iB,MAAMijB,UAAY,qCAE1BJ,EAAOxe,SAASM,cAAc,OAC9Bke,EAAK7iB,MAAM2W,SAAW,WACtBkM,EAAK7iB,MAAMsF,OAAS,OACpBud,EAAK7iB,MAAMqF,MAAQ,IACnBwd,EAAK7iB,MAAMkjB,WAAa,oBAExBJ,EAAMze,SAASM,cAAc,OAC7Bme,EAAI9iB,MAAM2W,SAAW,WACrBmM,EAAI9iB,MAAMsF,OAAS,IACnBwd,EAAI9iB,MAAMqF,MAAQ,IAClByd,EAAI9iB,MAAMzB,OAAS,oBACnBukB,EAAI9iB,MAAMgjB,aAAe,MAEzBxwB,KAAK2mB,SACH+H,UAAW,KACX6B,KACEH,QAASA,EACTC,KAAMA,EACNC,IAAKA,KAUXtwB,KAAKyuB,eAELzuB,KAAK2mB,QAAQ+H,UAAYA,EAEvB0B,EAAQ5L,UADsB,kBAArBxkB,MAAKob,YACMpb,KAAKob,YAAYsT,EAAUlc,OAG3B,6BACMkc,EAAUlc,MAAMH,EAAI,gCACpBqc,EAAUlc,MAAMF,EAAI,gCACpBoc,EAAUlc,MAAMiL,EAAI,qBAIhD2S,EAAQ5iB,MAAMhG,KAAQ,IACtB4oB,EAAQ5iB,MAAM5F,IAAQ,IACtB5H,KAAK6f,MAAM9N,YAAYqe,GACvBpwB,KAAK6f,MAAM9N,YAAYse,GACvBrwB,KAAK6f,MAAM9N,YAAYue,EAGvB,IAAIK,GAAgBP,EAAQQ,YACxBC,EAAkBT,EAAQU,aAC1BC,EAAgBV,EAAKS,aACrBE,EAAcV,EAAIM,YAClBK,EAAgBX,EAAIQ,aAEpBtpB,EAAOknB,EAAU9K,OAAOvR,EAAIse,EAAe,CAC/CnpB,GAAOvC,KAAKwG,IAAIxG,KAAKiI,IAAI1F,EAAM,IAAKxH,KAAK6f,MAAME,YAAc,GAAK4Q,GAElEN,EAAK7iB,MAAMhG,KAASknB,EAAU9K,OAAOvR,EAAI,KACzCge,EAAK7iB,MAAM5F,IAAU8mB,EAAU9K,OAAOtR,EAAIye,EAAc,KACxDX,EAAQ5iB,MAAMhG,KAAQA,EAAO,KAC7B4oB,EAAQ5iB,MAAM5F,IAAS8mB,EAAU9K,OAAOtR,EAAIye,EAAaF,EAAiB,KAC1EP,EAAI9iB,MAAMhG,KAAWknB,EAAU9K,OAAOvR,EAAI2e,EAAW,EAAK,KAC1DV,EAAI9iB,MAAM5F,IAAW8mB,EAAU9K,OAAOtR,EAAI2e,EAAY,EAAK,MAO7DjwB,EAAQyS,UAAUgb,aAAe,WAC/B,GAAIzuB,KAAK2mB,QAAS,CAChB3mB,KAAK2mB,QAAQ+H,UAAY,IAEzB,KAAK,GAAI9oB,KAAQ5F,MAAK2mB,QAAQ4J,IAC5B,GAAIvwB,KAAK2mB,QAAQ4J,IAAI1qB,eAAeD,GAAO,CACzC,GAAI0B,GAAOtH,KAAK2mB,QAAQ4J,IAAI3qB,EACxB0B,IAAQA,EAAKwC,YACfxC,EAAKwC,WAAW2H,YAAYnK,MA8BtCzH,EAAOD,QAAUoB,GAKb,SAASnB,EAAQD,EAASM,GAc9B,QAASgB,KACPlB,KAAKkxB,YAAc,GAAI7vB,GACvBrB,KAAKmxB,eACLnxB,KAAKmxB,YAAYpL,WAAa,EAC9B/lB,KAAKmxB,YAAYnL,SAAW,EAC5BhmB,KAAKoxB,UAAY,IAEjBpxB,KAAKqxB,eAAiB,GAAIhwB,GAC1BrB,KAAKsxB,eAAkB,GAAIjwB,GAAQ,GAAI4D,KAAKknB,GAAI,EAAG,GAEnDnsB,KAAKuxB,6BAtBP,GAAIlwB,GAAUnB,EAAoB,GA+BlCgB,GAAOuS,UAAUoK,eAAiB,SAASxL,EAAGC,EAAGmL,GAC/Czd,KAAKkxB,YAAY7e,EAAIA,EACrBrS,KAAKkxB,YAAY5e,EAAIA,EACrBtS,KAAKkxB,YAAYzT,EAAIA,EAErBzd,KAAKuxB,8BAWPrwB,EAAOuS,UAAUwS,eAAiB,SAASF,EAAYC,GAClCzf,SAAfwf,IACF/lB,KAAKmxB,YAAYpL,WAAaA,GAGfxf,SAAbyf,IACFhmB,KAAKmxB,YAAYnL,SAAWA,EACxBhmB,KAAKmxB,YAAYnL,SAAW,IAAGhmB,KAAKmxB,YAAYnL,SAAW,GAC3DhmB,KAAKmxB,YAAYnL,SAAW,GAAI/gB,KAAKknB,KAAInsB,KAAKmxB,YAAYnL,SAAW,GAAI/gB,KAAKknB,MAGjE5lB,SAAfwf,GAAyCxf,SAAbyf,IAC9BhmB,KAAKuxB,8BAQTrwB,EAAOuS,UAAU4S,eAAiB,WAChC,GAAImL,KAIJ,OAHAA,GAAIzL,WAAa/lB,KAAKmxB,YAAYpL,WAClCyL,EAAIxL,SAAWhmB,KAAKmxB,YAAYnL,SAEzBwL,GAOTtwB,EAAOuS,UAAU0S,aAAe,SAASzgB,GACxBa,SAAXb,IAGJ1F,KAAKoxB,UAAY1rB,EAKb1F,KAAKoxB,UAAY,MAAMpxB,KAAKoxB,UAAY,KACxCpxB,KAAKoxB,UAAY,IAAKpxB,KAAKoxB,UAAY,GAE3CpxB,KAAKuxB,+BAOPrwB,EAAOuS,UAAUkM,aAAe,WAC9B,MAAO3f,MAAKoxB,WAOdlwB,EAAOuS,UAAU8K,kBAAoB,WACnC,MAAOve,MAAKqxB,gBAOdnwB,EAAOuS,UAAUmL,kBAAoB,WACnC,MAAO5e,MAAKsxB,gBAOdpwB,EAAOuS,UAAU8d,2BAA6B,WAE5CvxB,KAAKqxB,eAAehf,EAAIrS,KAAKkxB,YAAY7e,EAAIrS,KAAKoxB,UAAYnsB,KAAK0Z,IAAI3e,KAAKmxB,YAAYpL,YAAc9gB,KAAK6Z,IAAI9e,KAAKmxB,YAAYnL,UAChIhmB,KAAKqxB,eAAe/e,EAAItS,KAAKkxB,YAAY5e,EAAItS,KAAKoxB,UAAYnsB,KAAK6Z,IAAI9e,KAAKmxB,YAAYpL,YAAc9gB,KAAK6Z,IAAI9e,KAAKmxB,YAAYnL,UAChIhmB,KAAKqxB,eAAe5T,EAAIzd,KAAKkxB,YAAYzT,EAAIzd,KAAKoxB,UAAYnsB,KAAK0Z,IAAI3e,KAAKmxB,YAAYnL,UAGxFhmB,KAAKsxB,eAAejf,EAAIpN,KAAKknB,GAAG,EAAInsB,KAAKmxB,YAAYnL,SACrDhmB,KAAKsxB,eAAehf,EAAI,EACxBtS,KAAKsxB,eAAe7T,GAAKzd,KAAKmxB,YAAYpL,YAG5ClmB,EAAOD,QAAUsB,GAIb,SAASrB,EAAQD,EAASM,GAW9B,QAASiB,GAAQ6R,EAAMsO,EAAQmQ,GAC7BzxB,KAAKgT,KAAOA,EACZhT,KAAKshB,OAASA,EACdthB,KAAKyxB,MAAQA,EAEbzxB,KAAKqI,MAAQ9B,OACbvG,KAAKoH,MAAQb,OAGbvG,KAAKqX,OAASoa,EAAMlQ,kBAAkBvO,EAAKwC,MAAOxV,KAAKshB,QAGvDthB,KAAKqX,OAAOZ,KAAK,SAAUnR,EAAGa,GAC5B,MAAOb,GAAIa,EAAI,EAAQA,EAAJb,EAAQ,GAAK,IAG9BtF,KAAKqX,OAAO3R,OAAS,GACvB1F,KAAKspB,YAAY,GAInBtpB,KAAK0b,cAEL1b,KAAKM,QAAS,EACdN,KAAK0xB,eAAiBnrB,OAElBkrB,EAAMlW,kBACRvb,KAAKM,QAAS,EACdN,KAAK2xB,oBAGL3xB,KAAKM,QAAS,EAxClB,GAAIQ,GAAWZ,EAAoB,EAiDnCiB,GAAOsS,UAAUme,SAAW,WAC1B,MAAO5xB,MAAKM,QAQda,EAAOsS,UAAUoe,kBAAoB,WAInC,IAHA,GAAIrsB,GAAMxF,KAAKqX,OAAO3R,OAElBH,EAAI,EACDvF,KAAK0b,WAAWnW,IACrBA,GAGF,OAAON,MAAKipB,MAAM3oB,EAAIC,EAAM,MAQ9BrE,EAAOsS,UAAUgW,SAAW,WAC1B,MAAOzpB,MAAKyxB,MAAM9W,aAQpBxZ,EAAOsS,UAAUqe,UAAY,WAC3B,MAAO9xB,MAAKshB,QAOdngB,EAAOsS,UAAUiW,iBAAmB,WAClC,MAAmBnjB,UAAfvG,KAAKqI,MACA9B,OAEFvG,KAAKqX,OAAOrX,KAAKqI,QAO1BlH,EAAOsS,UAAUse,UAAY,WAC3B,MAAO/xB,MAAKqX,QAQdlW,EAAOsS,UAAUyB,SAAW,SAAS7M,GACnC,GAAIA,GAASrI,KAAKqX,OAAO3R,OACvB,KAAM,2BAER,OAAO1F,MAAKqX,OAAOhP,IASrBlH,EAAOsS,UAAU4P,eAAiB,SAAShb,GAIzC,GAHc9B,SAAV8B,IACFA,EAAQrI,KAAKqI,OAED9B,SAAV8B,EACF,QAEF;GAAIqT,EACJ,IAAI1b,KAAK0b,WAAWrT,GAClBqT,EAAa1b,KAAK0b,WAAWrT,OAE1B,CACH,GAAIoE,KACJA,GAAE6U,OAASthB,KAAKshB,OAChB7U,EAAErF,MAAQpH,KAAKqX,OAAOhP,EAEtB,IAAI2pB,GAAW,GAAIlxB,GAASd,KAAKgT,MAAMiB,OAAQ,SAAUtE,GAAO,MAAQA,GAAKlD,EAAE6U,SAAW7U,EAAErF,SAAWoO,KACvGkG,GAAa1b,KAAKyxB,MAAMpO,eAAe2O,GAEvChyB,KAAK0b,WAAWrT,GAASqT,EAG3B,MAAOA,IAQTva,EAAOsS,UAAUsO,kBAAoB,SAASvZ,GAC5CxI,KAAK0xB,eAAiBlpB,GASxBrH,EAAOsS,UAAU6V,YAAc,SAASjhB,GACtC,GAAIA,GAASrI,KAAKqX,OAAO3R,OACvB,KAAM,2BAER1F,MAAKqI,MAAQA,EACbrI,KAAKoH,MAAQpH,KAAKqX,OAAOhP,IAO3BlH,EAAOsS,UAAUke,iBAAmB,SAAStpB,GAC7B9B,SAAV8B,IACFA,EAAQ,EAEV,IAAIwX,GAAQ7f,KAAKyxB,MAAM5R,KAEvB,IAAIxX,EAAQrI,KAAKqX,OAAO3R,OAAQ,CAC9B,CAAqB1F,KAAKqjB,eAAehb,GAIlB9B,SAAnBsZ,EAAMoS,WACRpS,EAAMoS,SAAWpgB,SAASM,cAAc,OACxC0N,EAAMoS,SAASzkB,MAAM2W,SAAW,WAChCtE,EAAMoS,SAASzkB,MAAM3C,MAAQ,OAC7BgV,EAAM9N,YAAY8N,EAAMoS,UAE1B,IAAIA,GAAWjyB,KAAK6xB,mBACpBhS,GAAMoS,SAASzN,UAAY,wBAA0ByN,EAAW,IAEhEpS,EAAMoS,SAASzkB,MAAMqW,OAAS,OAC9BhE,EAAMoS,SAASzkB,MAAMhG,KAAO,MAE5B,IAAIiN,GAAKzU,IACT6Z,YAAW,WAAYpF,EAAGkd,iBAAiBtpB,EAAM,IAAM,IACvDrI,KAAKM,QAAS,MAGdN,MAAKM,QAAS,EAGSiG,SAAnBsZ,EAAMoS,WACRpS,EAAMpO,YAAYoO,EAAMoS,UACxBpS,EAAMoS,SAAW1rB,QAGfvG,KAAK0xB,gBACP1xB,KAAK0xB,kBAIX7xB,EAAOD,QAAUuB,GAKb,SAAStB,GAOb,QAASuB,GAASiR,EAAGC,GACnBtS,KAAKqS,EAAU9L,SAAN8L,EAAkBA,EAAI,EAC/BrS,KAAKsS,EAAU/L,SAAN+L,EAAkBA,EAAI,EAGjCzS,EAAOD,QAAUwB,GAKb,SAASvB,GAQb,QAASwB,GAAQgR,EAAGC,EAAGmL,GACrBzd,KAAKqS,EAAU9L,SAAN8L,EAAkBA,EAAI,EAC/BrS,KAAKsS,EAAU/L,SAAN+L,EAAkBA,EAAI,EAC/BtS,KAAKyd,EAAUlX,SAANkX,EAAkBA,EAAI,EASjCpc,EAAQwqB,SAAW,SAASvmB,EAAGa,GAC7B,GAAI+rB,GAAM,GAAI7wB,EAId,OAHA6wB,GAAI7f,EAAI/M,EAAE+M,EAAIlM,EAAEkM,EAChB6f,EAAI5f,EAAIhN,EAAEgN,EAAInM,EAAEmM,EAChB4f,EAAIzU,EAAInY,EAAEmY,EAAItX,EAAEsX,EACTyU,GAST7wB,EAAQkS,IAAM,SAASjO,EAAGa,GACxB,GAAIgsB,GAAM,GAAI9wB,EAId,OAHA8wB,GAAI9f,EAAI/M,EAAE+M,EAAIlM,EAAEkM,EAChB8f,EAAI7f,EAAIhN,EAAEgN,EAAInM,EAAEmM,EAChB6f,EAAI1U,EAAInY,EAAEmY,EAAItX,EAAEsX,EACT0U,GAST9wB,EAAQsrB,IAAM,SAASrnB,EAAGa,GACxB,MAAO,IAAI9E,IACFiE,EAAE+M,EAAIlM,EAAEkM,GAAK,GACb/M,EAAEgN,EAAInM,EAAEmM,GAAK,GACbhN,EAAEmY,EAAItX,EAAEsX,GAAK,IAWxBpc,EAAQ2qB,aAAe,SAAS1mB,EAAGa,GACjC,GAAI4lB,GAAe,GAAI1qB,EAMvB,OAJA0qB,GAAa1Z,EAAI/M,EAAEgN,EAAInM,EAAEsX,EAAInY,EAAEmY,EAAItX,EAAEmM,EACrCyZ,EAAazZ,EAAIhN,EAAEmY,EAAItX,EAAEkM,EAAI/M,EAAE+M,EAAIlM,EAAEsX,EACrCsO,EAAatO,EAAInY,EAAE+M,EAAIlM,EAAEmM,EAAIhN,EAAEgN,EAAInM,EAAEkM,EAE9B0Z,GAQT1qB,EAAQoS,UAAU/N,OAAS,WACzB,MAAOT,MAAKkrB,KACJnwB,KAAKqS,EAAIrS,KAAKqS,EACdrS,KAAKsS,EAAItS,KAAKsS,EACdtS,KAAKyd,EAAIzd,KAAKyd,IAIxB5d,EAAOD,QAAUyB,GAKb,SAASxB,EAAQD,EAASM,GAa9B,QAASoB,GAAOwY,EAAW/K,GACzB,GAAkBxI,SAAduT,EACF,KAAM,qCAKR,IAHA9Z,KAAK8Z,UAAYA,EACjB9Z,KAAKipB,QAAWla,GAA8BxI,QAAnBwI,EAAQka,QAAwBla,EAAQka,SAAU,EAEzEjpB,KAAKipB,QAAS,CAChBjpB,KAAK6f,MAAQhO,SAASM,cAAc,OAEpCnS,KAAK6f,MAAMrS,MAAMqF,MAAQ,OACzB7S,KAAK6f,MAAMrS,MAAM2W,SAAW,WAC5BnkB,KAAK8Z,UAAU/H,YAAY/R,KAAK6f,OAEhC7f,KAAK6f,MAAMuS,KAAOvgB,SAASM,cAAc,SACzCnS,KAAK6f,MAAMuS,KAAKvrB,KAAO,SACvB7G,KAAK6f,MAAMuS,KAAKhrB,MAAQ,OACxBpH,KAAK6f,MAAM9N,YAAY/R,KAAK6f,MAAMuS,MAElCpyB,KAAK6f,MAAM0F,KAAO1T,SAASM,cAAc,SACzCnS,KAAK6f,MAAM0F,KAAK1e,KAAO,SACvB7G,KAAK6f,MAAM0F,KAAKne,MAAQ,OACxBpH,KAAK6f,MAAM9N,YAAY/R,KAAK6f,MAAM0F,MAElCvlB,KAAK6f,MAAM+I,KAAO/W,SAASM,cAAc,SACzCnS,KAAK6f,MAAM+I,KAAK/hB,KAAO,SACvB7G,KAAK6f,MAAM+I,KAAKxhB,MAAQ,OACxBpH,KAAK6f,MAAM9N,YAAY/R,KAAK6f,MAAM+I,MAElC5oB,KAAK6f,MAAMwS,IAAMxgB,SAASM,cAAc,SACxCnS,KAAK6f,MAAMwS,IAAIxrB,KAAO,SACtB7G,KAAK6f,MAAMwS,IAAI7kB,MAAM2W,SAAW,WAChCnkB,KAAK6f,MAAMwS,IAAI7kB,MAAMzB,OAAS,gBAC9B/L,KAAK6f,MAAMwS,IAAI7kB,MAAMqF,MAAQ,QAC7B7S,KAAK6f,MAAMwS,IAAI7kB,MAAMsF,OAAS,MAC9B9S,KAAK6f,MAAMwS,IAAI7kB,MAAMgjB,aAAe,MACpCxwB,KAAK6f,MAAMwS,IAAI7kB,MAAM8kB,gBAAkB,MACvCtyB,KAAK6f,MAAMwS,IAAI7kB,MAAMzB,OAAS,oBAC9B/L,KAAK6f,MAAMwS,IAAI7kB,MAAM0S,gBAAkB,UACvClgB,KAAK6f,MAAM9N,YAAY/R,KAAK6f,MAAMwS,KAElCryB,KAAK6f,MAAM0S,MAAQ1gB,SAASM,cAAc,SAC1CnS,KAAK6f,MAAM0S,MAAM1rB,KAAO,SACxB7G,KAAK6f,MAAM0S,MAAM/kB,MAAMyM,OAAS,MAChCja,KAAK6f,MAAM0S,MAAMnrB,MAAQ,IACzBpH,KAAK6f,MAAM0S,MAAM/kB,MAAM2W,SAAW,WAClCnkB,KAAK6f,MAAM0S,MAAM/kB,MAAMhG,KAAO,SAC9BxH,KAAK6f,MAAM9N,YAAY/R,KAAK6f,MAAM0S,MAGlC,IAAI9d,GAAKzU,IACTA,MAAK6f,MAAM0S,MAAM9N,YAAc,SAAUjb,GAAQiL,EAAGiQ,aAAalb,IACjExJ,KAAK6f,MAAMuS,KAAKI,QAAU,SAAUhpB,GAAQiL,EAAG2d,KAAK5oB,IACpDxJ,KAAK6f,MAAM0F,KAAKiN,QAAU,SAAUhpB,GAAQiL,EAAGge,WAAWjpB,IAC1DxJ,KAAK6f,MAAM+I,KAAK4J,QAAU,SAAUhpB,GAAQiL,EAAGmU,KAAKpf,IAGtDxJ,KAAK0yB,iBAAmBnsB,OAExBvG,KAAKqX,UACLrX,KAAKqI,MAAQ9B,OAEbvG,KAAK2yB,YAAcpsB,OACnBvG,KAAK4yB,aAAe,IACpB5yB,KAAK6yB,UAAW,EA3ElB,GAAIlyB,GAAOT,EAAoB,EAiF/BoB,GAAOmS,UAAU2e,KAAO,WACtB,GAAI/pB,GAAQrI,KAAKqpB,UACbhhB,GAAQ,IACVA,IACArI,KAAK8yB,SAASzqB,KAOlB/G,EAAOmS,UAAUmV,KAAO,WACtB,GAAIvgB,GAAQrI,KAAKqpB,UACbhhB,GAAQrI,KAAKqX,OAAO3R,OAAS,IAC/B2C,IACArI,KAAK8yB,SAASzqB,KAOlB/G,EAAOmS,UAAUsf,SAAW,WAC1B,GAAI7iB,GAAQ,GAAI7L,MAEZgE,EAAQrI,KAAKqpB,UACbhhB,GAAQrI,KAAKqX,OAAO3R,OAAS,GAC/B2C,IACArI,KAAK8yB,SAASzqB,IAEPrI,KAAK6yB,WAEZxqB,EAAQ,EACRrI,KAAK8yB,SAASzqB,GAGhB,IAAI8H,GAAM,GAAI9L,MACVwoB,EAAQ1c,EAAMD,EAId8iB,EAAW/tB,KAAKiI,IAAIlN,KAAK4yB,aAAe/F,EAAM,GAG9CpY,EAAKzU,IACTA,MAAK2yB,YAAc9Y,WAAW,WAAYpF,EAAGse,YAAcC,IAM7D1xB,EAAOmS,UAAUgf,WAAa,WACHlsB,SAArBvG,KAAK2yB,YACP3yB,KAAKulB,OAELvlB,KAAKylB,QAOTnkB,EAAOmS,UAAU8R,KAAO,WAElBvlB,KAAK2yB,cAET3yB,KAAK+yB,WAED/yB,KAAK6f,QACP7f,KAAK6f,MAAM0F,KAAKne,MAAQ,UAO5B9F,EAAOmS,UAAUgS,KAAO,WACtBwN,cAAcjzB,KAAK2yB,aACnB3yB,KAAK2yB,YAAcpsB,OAEfvG,KAAK6f,QACP7f,KAAK6f,MAAM0F,KAAKne,MAAQ,SAQ5B9F,EAAOmS,UAAU8V,oBAAsB,SAAS/gB,GAC9CxI,KAAK0yB,iBAAmBlqB,GAO1BlH,EAAOmS,UAAU0V,gBAAkB,SAAS6J,GAC1ChzB,KAAK4yB,aAAeI,GAOtB1xB,EAAOmS,UAAUyf,gBAAkB,WACjC,MAAOlzB,MAAK4yB,cASdtxB,EAAOmS,UAAU0f,YAAc,SAASC,GACtCpzB,KAAK6yB,SAAWO,GAOlB9xB,EAAOmS,UAAU4f,SAAW,WACI9sB,SAA1BvG,KAAK0yB,kBACP1yB,KAAK0yB,oBAOTpxB,EAAOmS,UAAUuO,OAAS,WACxB,GAAIhiB,KAAK6f,MAAO,CAEd7f,KAAK6f,MAAMwS,IAAI7kB,MAAM5F,IAAO5H,KAAK6f,MAAMuF,aAAa,EAChDplB,KAAK6f,MAAMwS,IAAIvB,aAAa,EAAK,KACrC9wB,KAAK6f,MAAMwS,IAAI7kB,MAAMqF,MAAS7S,KAAK6f,MAAME,YACrC/f,KAAK6f,MAAMuS,KAAKrS,YAChB/f,KAAK6f,MAAM0F,KAAKxF,YAChB/f,KAAK6f,MAAM+I,KAAK7I,YAAc,GAAO,IAGzC,IAAIvY,GAAOxH,KAAKszB,YAAYtzB,KAAKqI,MACjCrI,MAAK6f,MAAM0S,MAAM/kB,MAAMhG,KAAO,EAAS,OAS3ClG,EAAOmS,UAAUyV,UAAY,SAAS7R,GACpCrX,KAAKqX,OAASA,EAEVrX,KAAKqX,OAAO3R,OAAS,EACvB1F,KAAK8yB,SAAS,GAEd9yB,KAAKqI,MAAQ9B,QAOjBjF,EAAOmS,UAAUqf,SAAW,SAASzqB,GACnC,KAAIA,EAAQrI,KAAKqX,OAAO3R,QAOtB,KAAM,2BANN1F,MAAKqI,MAAQA,EAEbrI,KAAKgiB,SACLhiB,KAAKqzB,YAWT/xB,EAAOmS,UAAU4V,SAAW,WAC1B,MAAOrpB,MAAKqI,OAQd/G,EAAOmS,UAAU+B,IAAM,WACrB,MAAOxV,MAAKqX,OAAOrX,KAAKqI,QAI1B/G,EAAOmS,UAAUiR,aAAe,SAASlb,GAEvC,GAAIsjB,GAAiBtjB,EAAMwjB,MAAyB,IAAhBxjB,EAAMwjB,MAAiC,IAAjBxjB,EAAMyjB,MAChE,IAAKH,EAAL,CAEA9sB,KAAKuzB,aAAe/pB,EAAM0T,QAC1Bld,KAAKwzB,YAAc5N,WAAW5lB,KAAK6f,MAAM0S,MAAM/kB,MAAMhG,MAErDxH,KAAK6f,MAAMrS,MAAMggB,OAAS,MAK1B,IAAI/Y,GAAKzU,IACTA,MAAKytB,YAAc,SAAUjkB,GAAQiL,EAAGiZ,aAAalkB,IACrDxJ,KAAK2tB,UAAc,SAAUnkB,GAAQiL,EAAGsY,WAAWvjB,IACnD7I,EAAKkI,iBAAiBgJ,SAAU,YAAa7R,KAAKytB,aAClD9sB,EAAKkI,iBAAiBgJ,SAAU,UAAa7R,KAAK2tB,WAClDhtB,EAAK4I,eAAeC,KAItBlI,EAAOmS,UAAUggB,YAAc,SAAUjsB,GACvC,GAAIqL,GAAQ+S,WAAW5lB,KAAK6f,MAAMwS,IAAI7kB,MAAMqF,OACxC7S,KAAK6f,MAAM0S,MAAMxS,YAAc,GAC/B1N,EAAI7K,EAAO,EAEXa,EAAQpD,KAAKipB,MAAM7b,EAAIQ,GAAS7S,KAAKqX,OAAO3R,OAAO,GAIvD,OAHY,GAAR2C,IAAWA,EAAQ,GACnBA,EAAQrI,KAAKqX,OAAO3R,OAAO,IAAG2C,EAAQrI,KAAKqX,OAAO3R,OAAO,GAEtD2C,GAGT/G,EAAOmS,UAAU6f,YAAc,SAAUjrB,GACvC,GAAIwK,GAAQ+S,WAAW5lB,KAAK6f,MAAMwS,IAAI7kB,MAAMqF,OACxC7S,KAAK6f,MAAM0S,MAAMxS,YAAc,GAE/B1N,EAAIhK,GAASrI,KAAKqX,OAAO3R,OAAO,GAAKmN,EACrCrL,EAAO6K,EAAI,CAEf,OAAO7K,IAKTlG,EAAOmS,UAAUia,aAAe,SAAUlkB,GACxC,GAAIqjB,GAAOrjB,EAAM0T,QAAUld,KAAKuzB,aAC5BlhB,EAAIrS,KAAKwzB,YAAc3G,EAEvBxkB,EAAQrI,KAAKyzB,YAAYphB,EAE7BrS,MAAK8yB,SAASzqB,GAEd1H,EAAK4I,kBAIPjI,EAAOmS,UAAUsZ,WAAa,WAC5B/sB,KAAK6f,MAAMrS,MAAMggB,OAAS,OAG1B7sB,EAAK0I,oBAAoBwI,SAAU,YAAa7R,KAAKytB,aACrD9sB,EAAK0I,oBAAoBwI,SAAU,UAAW7R,KAAK2tB,WAEnDhtB,EAAK4I,kBAGP1J,EAAOD,QAAU0B,GAKb,SAASzB,GA2Bb,QAAS0B,GAAW2O,EAAOC,EAAKuY,EAAMmB,GAEpC7pB,KAAK0zB,OAAS,EACd1zB,KAAK2zB,KAAO,EACZ3zB,KAAK4zB,MAAQ,EACb5zB,KAAK6pB,YAAa,EAClB7pB,KAAK6zB,UAAY,EAEjB7zB,KAAK8zB,SAAW,EAChB9zB,KAAK+zB,SAAS7jB,EAAOC,EAAKuY,EAAMmB,GAYlCtoB,EAAWkS,UAAUsgB,SAAW,SAAS7jB,EAAOC,EAAKuY,EAAMmB,GACzD7pB,KAAK0zB,OAASxjB,EAAQA,EAAQ,EAC9BlQ,KAAK2zB,KAAOxjB,EAAMA,EAAM,EAExBnQ,KAAKg0B,QAAQtL,EAAMmB,IASrBtoB,EAAWkS,UAAUugB,QAAU,SAAStL,EAAMmB,GAC/BtjB,SAATmiB,GAA8B,GAARA,IAGPniB,SAAfsjB,IACF7pB,KAAK6pB,WAAaA,GAGlB7pB,KAAK4zB,MADH5zB,KAAK6pB,cAAe,EACTtoB,EAAW0yB,oBAAoBvL,GAE/BA,IAUjBnnB,EAAW0yB,oBAAsB,SAAUvL,GACzC,GAAIwL,GAAQ,SAAU7hB,GAAI,MAAOpN,MAAKkvB,IAAI9hB,GAAKpN,KAAKmvB,MAGhDC,EAAQpvB,KAAKqvB,IAAI,GAAIrvB,KAAKipB,MAAMgG,EAAMxL,KACtC6L,EAAQ,EAAItvB,KAAKqvB,IAAI,GAAIrvB,KAAKipB,MAAMgG,EAAMxL,EAAO,KACjD8L,EAAQ,EAAIvvB,KAAKqvB,IAAI,GAAIrvB,KAAKipB,MAAMgG,EAAMxL,EAAO,KAGjDmB,EAAawK,CASjB,OARIpvB,MAAKmmB,IAAImJ,EAAQ7L,IAASzjB,KAAKmmB,IAAIvB,EAAanB,KAAOmB,EAAa0K,GACpEtvB,KAAKmmB,IAAIoJ,EAAQ9L,IAASzjB,KAAKmmB,IAAIvB,EAAanB,KAAOmB,EAAa2K,GAGtD,GAAd3K,IACFA,EAAa,GAGRA,GAOTtoB,EAAWkS,UAAUkV,WAAa,WAChC,MAAO/C,YAAW5lB,KAAK8zB,SAASW,YAAYz0B,KAAK6zB,aAOnDtyB,EAAWkS,UAAUihB,QAAU,WAC7B,MAAO10B,MAAK4zB,OAOdryB,EAAWkS,UAAUvD,MAAQ,WAC3BlQ,KAAK8zB,SAAW9zB,KAAK0zB,OAAS1zB,KAAK0zB,OAAS1zB,KAAK4zB,OAMnDryB,EAAWkS,UAAUmV,KAAO,WAC1B5oB,KAAK8zB,UAAY9zB,KAAK4zB,OAOxBryB,EAAWkS,UAAUtD,IAAM,WACzB,MAAQnQ,MAAK8zB,SAAW9zB,KAAK2zB,MAG/B9zB,EAAOD,QAAU2B,GAKb,SAAS1B,EAAQD,EAASM,GAuB9B,QAASsB,GAAUsY,EAAW7X,EAAO0yB,EAAQ5lB,GAC3C,KAAM/O,eAAgBwB,IACpB,KAAM,IAAIuY,aAAY,mDAIxB,MAAM/T,MAAMC,QAAQ0uB,IAAWA,YAAkB9zB,KAAY8zB,YAAkBruB,QAAQ,CACrF,GAAIsuB,GAAgB7lB,CACpBA,GAAU4lB,EACVA,EAASC,EAGX,GAAIngB,GAAKzU,IACTA,MAAK60B,gBACH3kB,MAAO,KACPC,IAAO,KAEP2kB,YAAY,EAEZC,YAAa,SACbliB,MAAO,KACPC,OAAQ,KACRkiB,UAAW,KACXC,UAAW,MAEbj1B,KAAK+O,QAAUpO,EAAK6F,cAAexG,KAAK60B,gBAGxC70B,KAAKk1B,QAAQpb,GAGb9Z,KAAKgC,cAELhC,KAAKm1B,MACH5E,IAAKvwB,KAAKuwB,IACV6E,SAAUp1B,KAAK+F,MACfsvB,SACExhB,GAAI7T,KAAK6T,GAAGyhB,KAAKt1B,MACjBgU,IAAKhU,KAAKgU,IAAIshB,KAAKt1B,MACnBouB,KAAMpuB,KAAKouB,KAAKkH,KAAKt1B,OAEvBu1B,eACA50B,MACE60B,KAAM,KACNC,SAAUhhB,EAAGihB,UAAUJ,KAAK7gB,GAC5BkhB,eAAgBlhB,EAAGmhB,gBAAgBN,KAAK7gB,GACxCohB,OAAQphB,EAAGqhB,QAAQR,KAAK7gB,GACxBshB,aAAethB,EAAGuhB,cAAcV,KAAK7gB,KAKzCzU,KAAKi2B,MAAQ,GAAIp0B,GAAM7B,KAAKm1B,MAC5Bn1B,KAAKgC,WAAWkG,KAAKlI,KAAKi2B,OAC1Bj2B,KAAKm1B,KAAKc,MAAQj2B,KAAKi2B,MAGvBj2B,KAAKk2B,SAAW,GAAIjzB,GAASjD,KAAKm1B,MAClCn1B,KAAKgC,WAAWkG,KAAKlI,KAAKk2B,UAC1Bl2B,KAAKm1B,KAAKx0B,KAAK60B,KAAOx1B,KAAKk2B,SAASV,KAAKF,KAAKt1B,KAAKk2B,UAGnDl2B,KAAKm2B,YAAc,GAAI3zB,GAAYxC,KAAKm1B,MACxCn1B,KAAKgC,WAAWkG,KAAKlI,KAAKm2B,aAI1Bn2B,KAAKo2B,WAAa,GAAI3zB,GAAWzC,KAAKm1B,MACtCn1B,KAAKgC,WAAWkG,KAAKlI,KAAKo2B,YAG1Bp2B,KAAKq2B,QAAU,GAAIvzB,GAAQ9C,KAAKm1B,MAChCn1B,KAAKgC,WAAWkG,KAAKlI,KAAKq2B,SAE1Br2B,KAAKs2B,UAAY,KACjBt2B,KAAKu2B,WAAa,KAGdxnB,GACF/O,KAAKwT,WAAWzE,GAId4lB,GACF30B,KAAKw2B,UAAU7B,GAIb1yB,EACFjC,KAAKy2B,SAASx0B,GAGdjC,KAAKgiB,SAjHT,GAEIrhB,IAFUT,EAAoB,IACrBA,EAAoB,IACtBA,EAAoB,IAC3BW,EAAUX,EAAoB,GAC9BY,EAAWZ,EAAoB,GAC/B2B,EAAQ3B,EAAoB,IAC5Bw2B,EAAOx2B,EAAoB,IAC3B+C,EAAW/C,EAAoB,IAC/BsC,EAActC,EAAoB,IAClCuC,EAAavC,EAAoB,IACjC4C,EAAU5C,EAAoB,GA4GlCsB,GAASiS,UAAY,GAAIijB,GAMzBl1B,EAASiS,UAAUgjB,SAAW,SAASx0B,GACrC,GAGI00B,GAHAC,EAAiC,MAAlB52B,KAAKs2B,SAwBxB,IAhBEK,EAJG10B,EAGIA,YAAiBpB,IAAWoB,YAAiBnB,GACvCmB,EAIA,GAAIpB,GAAQoB,GACvB4E,MACEqJ,MAAO,OACPC,IAAK,UAVI,KAgBfnQ,KAAKs2B,UAAYK,EACjB32B,KAAKq2B,SAAWr2B,KAAKq2B,QAAQI,SAASE,GAElCC,EACF,GAA0BrwB,QAAtBvG,KAAK+O,QAAQmB,OAA0C3J,QAApBvG,KAAK+O,QAAQoB,IAAkB,CACpE,GAA0B5J,QAAtBvG,KAAK+O,QAAQmB,OAA0C3J,QAApBvG,KAAK+O,QAAQoB,IAClD,GAAI0mB,GAAY72B,KAAK82B,eAGvB,IAAI5mB,GAA8B3J,QAAtBvG,KAAK+O,QAAQmB,MAAqBlQ,KAAK+O,QAAQmB,MAAQ2mB,EAAU3mB,MACzEC,EAA4B5J,QAApBvG,KAAK+O,QAAQoB,IAAqBnQ,KAAK+O,QAAQoB,IAAQ0mB,EAAU1mB,GAE7EnQ,MAAK+2B,UAAU7mB,EAAOC,GAAM6mB,SAAS,QAGrCh3B,MAAKi3B,KAAKD,SAAS,KASzBx1B,EAASiS,UAAU+iB,UAAY,SAAS7B,GAEtC,GAAIgC,EAKFA,GAJGhC,EAGIA,YAAkB9zB,IAAW8zB,YAAkB7zB,GACzC6zB,EAIA,GAAI9zB,GAAQ8zB,GAPZ,KAUf30B,KAAKu2B,WAAaI,EAClB32B,KAAKq2B,QAAQG,UAAUG,IAmBzBn1B,EAASiS,UAAUyjB,aAAe,SAASzhB,EAAK1G,GAC9C/O,KAAKq2B,SAAWr2B,KAAKq2B,QAAQa,aAAazhB,GAEtC1G,GAAWA,EAAQooB,OACrBn3B,KAAKm3B,MAAM1hB,EAAK1G,IAQpBvN,EAASiS,UAAU2jB,aAAe,WAChC,MAAOp3B,MAAKq2B,SAAWr2B,KAAKq2B,QAAQe,oBAetC51B,EAASiS,UAAU0jB,MAAQ,SAAS92B,EAAI0O,GACtC,GAAK/O,KAAKs2B,WAAmB/vB,QAANlG,EAAvB,CAEA,GAAIoV,GAAMzP,MAAMC,QAAQ5F,GAAMA,GAAMA,GAGhCi2B,EAAYt2B,KAAKs2B,UAAUjgB,aAAab,IAAIC,GAC9C5O,MACEqJ,MAAO,OACPC,IAAK,UAKLD,EAAQ,KACRC,EAAM,IAcV,IAbAmmB,EAAU/tB,QAAQ,SAAU8uB,GAC1B,GAAI9rB,GAAI8rB,EAASnnB,MAAMnJ,UACnByF,EAAI,OAAS6qB,GAAWA,EAASlnB,IAAIpJ,UAAYswB,EAASnnB,MAAMnJ,WAEtD,OAAVmJ,GAAsBA,EAAJ3E,KACpB2E,EAAQ3E,IAGE,OAAR4E,GAAgB3D,EAAI2D,KACtBA,EAAM3D,KAII,OAAV0D,GAA0B,OAARC,EAAc,CAElC,GAAIT,IAAUQ,EAAQC,GAAO,EACzB6iB,EAAW/tB,KAAKiI,IAAKlN,KAAKi2B,MAAM9lB,IAAMnQ,KAAKi2B,MAAM/lB,MAAwB,KAAfC,EAAMD,IAEhE8mB,EAAWjoB,GAA+BxI,SAApBwI,EAAQioB,QAAyBjoB,EAAQioB,SAAU,CAC7Eh3B,MAAKi2B,MAAMlC,SAASrkB,EAASsjB,EAAW,EAAGtjB,EAASsjB,EAAW,EAAGgE,MAUtEx1B,EAASiS,UAAU6jB,aAAe,WAEhC,GAAIC,GAAUv3B,KAAKs2B,UAAUjgB,aAC3B5K,EAAM,KACNyB,EAAM,IAER,IAAIqqB,EAAS,CAEX,GAAIC,GAAUD,EAAQ9rB,IAAI,QAC1BA,GAAM+rB,EAAU72B,EAAKiG,QAAQ4wB,EAAQtnB,MAAO,QAAQnJ,UAAY,IAKhE,IAAI0wB,GAAeF,EAAQrqB,IAAI,QAC3BuqB,KACFvqB,EAAMvM,EAAKiG,QAAQ6wB,EAAavnB,MAAO,QAAQnJ,UAEjD,IAAI2wB,GAAaH,EAAQrqB,IAAI,MACzBwqB,KAEAxqB,EADS,MAAPA,EACIvM,EAAKiG,QAAQ8wB,EAAWvnB,IAAK,QAAQpJ,UAGrC9B,KAAKiI,IAAIA,EAAKvM,EAAKiG,QAAQ8wB,EAAWvnB,IAAK,QAAQpJ,YAK/D,OACE0E,IAAa,MAAPA,EAAe,GAAIpH,MAAKoH,GAAO,KACrCyB,IAAa,MAAPA,EAAe,GAAI7I,MAAK6I,GAAO,OAKzCrN,EAAOD,QAAU4B,GAKb,SAAS3B,EAAQD,EAASM,GAsB9B,QAASuB,GAASqY,EAAW7X,EAAO0yB,EAAQ5lB,GAE1C,KAAM/I,MAAMC,QAAQ0uB,IAAWA,YAAkB9zB,KAAY8zB,YAAkBruB,QAAQ,CACrF,GAAIsuB,GAAgB7lB,CACpBA,GAAU4lB,EACVA,EAASC,EAGX,GAAIngB,GAAKzU,IACTA,MAAK60B,gBACH3kB,MAAO,KACPC,IAAO,KAEP2kB,YAAY,EAEZC,YAAa,SACbliB,MAAO,KACPC,OAAQ,KACRkiB,UAAW,KACXC,UAAW,MAEbj1B,KAAK+O,QAAUpO,EAAK6F,cAAexG,KAAK60B,gBAGxC70B,KAAKk1B,QAAQpb,GAGb9Z,KAAKgC,cAELhC,KAAKm1B,MACH5E,IAAKvwB,KAAKuwB,IACV6E,SAAUp1B,KAAK+F,MACfsvB,SACExhB,GAAI7T,KAAK6T,GAAGyhB,KAAKt1B,MACjBgU,IAAKhU,KAAKgU,IAAIshB,KAAKt1B,MACnBouB,KAAMpuB,KAAKouB,KAAKkH,KAAKt1B,OAEvBu1B,eACA50B,MACE60B,KAAM,KACNC,SAAUhhB,EAAGihB,UAAUJ,KAAK7gB,GAC5BkhB,eAAgBlhB,EAAGmhB,gBAAgBN,KAAK7gB,GACxCohB,OAAQphB,EAAGqhB,QAAQR,KAAK7gB,GACxBshB,aAAethB,EAAGuhB,cAAcV,KAAK7gB,KAKzCzU,KAAKi2B,MAAQ,GAAIp0B,GAAM7B,KAAKm1B,MAC5Bn1B,KAAKgC,WAAWkG,KAAKlI,KAAKi2B,OAC1Bj2B,KAAKm1B,KAAKc,MAAQj2B,KAAKi2B,MAGvBj2B,KAAKk2B,SAAW,GAAIjzB,GAASjD,KAAKm1B,MAClCn1B,KAAKgC,WAAWkG,KAAKlI,KAAKk2B,UAC1Bl2B,KAAKm1B,KAAKx0B,KAAK60B,KAAOx1B,KAAKk2B,SAASV,KAAKF,KAAKt1B,KAAKk2B,UAGnDl2B,KAAKm2B,YAAc,GAAI3zB,GAAYxC,KAAKm1B,MACxCn1B,KAAKgC,WAAWkG,KAAKlI,KAAKm2B,aAI1Bn2B,KAAKo2B,WAAa,GAAI3zB,GAAWzC,KAAKm1B,MACtCn1B,KAAKgC,WAAWkG,KAAKlI,KAAKo2B,YAG1Bp2B,KAAK23B,UAAY,GAAI30B,GAAUhD,KAAKm1B,MACpCn1B,KAAKgC,WAAWkG,KAAKlI,KAAK23B,WAE1B33B,KAAKs2B,UAAY,KACjBt2B,KAAKu2B,WAAa,KAGdxnB,GACF/O,KAAKwT,WAAWzE,GAId4lB,GACF30B,KAAKw2B,UAAU7B,GAIb1yB,EACFjC,KAAKy2B,SAASx0B,GAGdjC,KAAKgiB,SA5GT,GAEIrhB,IAFUT,EAAoB,IACrBA,EAAoB,IACtBA,EAAoB,IAC3BW,EAAUX,EAAoB,GAC9BY,EAAWZ,EAAoB,GAC/B2B,EAAQ3B,EAAoB,IAC5Bw2B,EAAOx2B,EAAoB,IAC3B+C,EAAW/C,EAAoB,IAC/BsC,EAActC,EAAoB,IAClCuC,EAAavC,EAAoB,IACjC8C,EAAY9C,EAAoB,GAuGpCuB,GAAQgS,UAAY,GAAIijB,GAMxBj1B,EAAQgS,UAAUgjB,SAAW,SAASx0B,GACpC,GAGI00B,GAHAC,EAAiC,MAAlB52B,KAAKs2B,SAwBxB,IAhBEK,EAJG10B,EAGIA,YAAiBpB,IAAWoB,YAAiBnB,GACvCmB,EAIA,GAAIpB,GAAQoB,GACvB4E,MACEqJ,MAAO,OACPC,IAAK,UAVI,KAgBfnQ,KAAKs2B,UAAYK,EACjB32B,KAAK23B,WAAa33B,KAAK23B,UAAUlB,SAASE,GAEtCC,EACF,GAA0BrwB,QAAtBvG,KAAK+O,QAAQmB,OAA0C3J,QAApBvG,KAAK+O,QAAQoB,IAAkB,CACpE,GAAID,GAA8B3J,QAAtBvG,KAAK+O,QAAQmB,MAAqBlQ,KAAK+O,QAAQmB,MAAQ,KAC/DC,EAA4B5J,QAApBvG,KAAK+O,QAAQoB,IAAqBnQ,KAAK+O,QAAQoB,IAAM,IAEjEnQ,MAAK+2B,UAAU7mB,EAAOC,GAAM6mB,SAAS,QAGrCh3B,MAAKi3B,KAAKD,SAAS,KASzBv1B,EAAQgS,UAAU+iB,UAAY,SAAS7B,GAErC,GAAIgC,EAKFA,GAJGhC,EAGIA,YAAkB9zB,IAAW8zB,YAAkB7zB,GACzC6zB,EAIA,GAAI9zB,GAAQ8zB,GAPZ,KAUf30B,KAAKu2B,WAAaI,EAClB32B,KAAK23B,UAAUnB,UAAUG,IAS3Bl1B,EAAQgS,UAAUmkB,UAAY,SAASC,EAAShlB,EAAOC,GAGrD,MAFevM,UAAXsM,IAAuBA,EAAS,IACrBtM,SAAXuM,IAAuBA,EAAS,IACGvM,SAAnCvG,KAAK23B,UAAUhD,OAAOkD,GACjB73B,KAAK23B,UAAUhD,OAAOkD,GAASD,UAAU/kB,EAAMC,GAG/C,qBAAwB+kB,GASnCp2B,EAAQgS,UAAUqkB,eAAiB,SAASD,GAC1C,MAAuCtxB,UAAnCvG,KAAK23B,UAAUhD,OAAOkD,GAChB73B,KAAK23B,UAAUhD,OAAOkD,GAAS5O,UAAkE1iB,SAAtDvG,KAAK23B,UAAU5oB,QAAQ4lB,OAAOoD,WAAWF,IAA+E,GAArD73B,KAAK23B,UAAU5oB,QAAQ4lB,OAAOoD,WAAWF,KAGxJ,GAWXp2B,EAAQgS,UAAU6jB,aAAe,WAC/B,GAAI7rB,GAAM,KACNyB,EAAM,IAGV,KAAK,GAAI2qB,KAAW73B,MAAK23B,UAAUhD,OACjC,GAAI30B,KAAK23B,UAAUhD,OAAO9uB,eAAegyB,IACO,GAA1C73B,KAAK23B,UAAUhD,OAAOkD,GAAS5O,QACjC,IAAK,GAAI1jB,GAAI,EAAGA,EAAIvF,KAAK23B,UAAUhD,OAAOkD,GAASvB,UAAU5wB,OAAQH,IAAK,CACxE,GAAIoK,GAAO3P,KAAK23B,UAAUhD,OAAOkD,GAASvB,UAAU/wB,GAChD6B,EAAQzG,EAAKiG,QAAQ+I,EAAK0C,EAAG,QAAQtL,SACzC0E,GAAa,MAAPA,EAAcrE,EAAQqE,EAAMrE,EAAQA,EAAQqE,EAClDyB,EAAa,MAAPA,EAAc9F,EAAcA,EAAN8F,EAAc9F,EAAQ8F,EAM1D,OACEzB,IAAa,MAAPA,EAAe,GAAIpH,MAAKoH,GAAO,KACrCyB,IAAa,MAAPA,EAAe,GAAI7I,MAAK6I,GAAO,OAMzCrN,EAAOD,QAAU6B,GAKb,SAAS5B,EAAQD,EAASM,GAK9B,GAAI2D,GAAS3D,EAAoB,GAQjCN,GAAQo4B,qBAAuB,SAAS7C,EAAMI,GAE5C,GADAJ,EAAKI,eACDA,GACgC,GAA9BvvB,MAAMC,QAAQsvB,GAAsB,CACtC,IAAK,GAAIhwB,GAAI,EAAGA,EAAIgwB,EAAY7vB,OAAQH,IACtC,GAA8BgB,SAA1BgvB,EAAYhwB,GAAG0yB,OAAsB,CACvC,GAAIC,KACJA,GAAShoB,MAAQrM,EAAO0xB,EAAYhwB,GAAG2K,OAAOjJ,SAASF,UACvDmxB,EAAS/nB,IAAMtM,EAAO0xB,EAAYhwB,GAAG4K,KAAKlJ,SAASF,UACnDouB,EAAKI,YAAYrtB,KAAKgwB,GAG1B/C,EAAKI,YAAY9e,KAAK,SAAUnR,EAAGa,GACjC,MAAOb,GAAE4K,MAAQ/J,EAAE+J,UAY3BtQ,EAAQu4B,kBAAoB,SAAUhD,EAAMI,GAC1C,GAAIA,GAAuDhvB,SAAxC4uB,EAAKC,SAASgD,gBAAgBvlB,MAAqB,CACpEjT,EAAQo4B,qBAAqB7C,EAAMI,EAQnC,KAAK,GANDrlB,GAAQrM,EAAOsxB,EAAKc,MAAM/lB,OAC1BC,EAAMtM,EAAOsxB,EAAKc,MAAM9lB,KAExBkoB,EAAclD,EAAKc,MAAM9lB,IAAMglB,EAAKc,MAAM/lB,MAC1CooB,EAAYD,EAAalD,EAAKC,SAASgD,gBAAgBvlB,MAElDtN,EAAI,EAAGA,EAAIgwB,EAAY7vB,OAAQH,IACtC,GAA8BgB,SAA1BgvB,EAAYhwB,GAAG0yB,OAAsB,CACvC,GAAIM,GAAY10B,EAAO0xB,EAAYhwB,GAAG2K,OAClCsoB,EAAU30B,EAAO0xB,EAAYhwB,GAAG4K,IAEpC,IAAoB,gBAAhBooB,EAAUE,GACZ,KAAM,IAAI70B,OAAM,qCAAuC2xB,EAAYhwB,GAAG2K,MAExE,IAAkB,gBAAdsoB,EAAQC,GACV,KAAM,IAAI70B,OAAM,mCAAqC2xB,EAAYhwB,GAAG4K,IAGtE,IAAIC,GAAWooB,EAAUD,CACzB,IAAInoB,GAAY,EAAIkoB,EAAW,CAE7B,GAAIpO,GAAS,EACTwO,EAAWvoB,EAAIwoB,OACnB,QAAQpD,EAAYhwB,GAAG0yB,QACrB,IAAK,QACCM,EAAUK,OAASJ,EAAQI,QAC7B1O,EAAS,GAEXqO,EAAUM,UAAU3oB,EAAM2oB,aAC1BN,EAAUO,KAAK5oB,EAAM4oB,QACrBP,EAAU1M,SAAS,EAAE,QAErB2M,EAAQK,UAAU3oB,EAAM2oB,aACxBL,EAAQM,KAAK5oB,EAAM4oB,QACnBN,EAAQ3M,SAAS,EAAI3B,EAAO,QAE5BwO,EAASnlB,IAAI,EAAG,QAChB,MACF,KAAK,SACH,GAAIwlB,GAAYP,EAAQ3L,KAAK0L,EAAU,QACnCK,EAAML,EAAUK,KAGpBL,GAAUS,KAAK9oB,EAAM8oB,QACrBT,EAAUU,MAAM/oB,EAAM+oB,SACtBV,EAAUO,KAAK5oB,EAAM4oB,QACrBN,EAAUD,EAAUI,QAGpBJ,EAAUK,IAAIA,GACdJ,EAAQI,IAAIA,GACZJ,EAAQjlB,IAAIwlB,EAAU,QAEtBR,EAAU1M,SAAS,EAAE,SACrB2M,EAAQ3M,SAAS,EAAE,SAEnB6M,EAASnlB,IAAI,EAAG,QAChB,MACF,KAAK,UACCglB,EAAUU,SAAWT,EAAQS,UAC/B/O,EAAS,GAEXqO,EAAUU,MAAM/oB,EAAM+oB,SACtBV,EAAUO,KAAK5oB,EAAM4oB,QACrBP,EAAU1M,SAAS,EAAE,UAErB2M,EAAQS,MAAM/oB,EAAM+oB,SACpBT,EAAQM,KAAK5oB,EAAM4oB,QACnBN,EAAQ3M,SAAS,EAAE,UACnB2M,EAAQjlB,IAAI2W,EAAO,UAEnBwO,EAASnlB,IAAI,EAAG,SAChB,MACF,KAAK,SACCglB,EAAUO,QAAUN,EAAQM,SAC9B5O,EAAS,GAEXqO,EAAUO,KAAK5oB,EAAM4oB,QACrBP,EAAU1M,SAAS,EAAE,SACrB2M,EAAQM,KAAK5oB,EAAM4oB,QACnBN,EAAQ3M,SAAS,EAAE,SACnB2M,EAAQjlB,IAAI2W,EAAO,SAEnBwO,EAASnlB,IAAI,EAAG,QAChB,MACF,SAEE,WADA2lB,SAAQ/E,IAAI,2EAA4EoB,EAAYhwB,GAAG0yB,QAG3G,KAAmBS,EAAZH,GAEL,OADApD,EAAKI,YAAYrtB,MAAMgI,MAAOqoB,EAAUxxB,UAAWoJ,IAAKqoB,EAAQzxB,YACxDwuB,EAAYhwB,GAAG0yB,QACrB,IAAK,QACHM,EAAUhlB,IAAI,EAAG,QACjBilB,EAAQjlB,IAAI,EAAG,OACf,MACF,KAAK,SACHglB,EAAUhlB,IAAI,EAAG,SACjBilB,EAAQjlB,IAAI,EAAG,QACf,MACF,KAAK,UACHglB,EAAUhlB,IAAI,EAAG,UACjBilB,EAAQjlB,IAAI,EAAG,SACf,MACF,KAAK,SACHglB,EAAUhlB,IAAI,EAAG,KACjBilB,EAAQjlB,IAAI,EAAG,IACf,MACF,SAEE,WADA2lB,SAAQ/E,IAAI,2EAA4EoB,EAAYhwB,GAAG0yB,QAI7G9C,EAAKI,YAAYrtB,MAAMgI,MAAOqoB,EAAUxxB,UAAWoJ,IAAKqoB,EAAQzxB,aAKtEnH,EAAQu5B,iBAAiBhE,EAEzB,IAAIiE,GAAcx5B,EAAQy5B,SAASlE,EAAKc,MAAM/lB,MAAOilB,EAAKI,aACtD+D,EAAY15B,EAAQy5B,SAASlE,EAAKc,MAAM9lB,IAAIglB,EAAKI,aACjDgE,EAAapE,EAAKc,MAAM/lB,MACxBspB,EAAWrE,EAAKc,MAAM9lB,GACA,IAAtBipB,EAAYK,SAAiBF,EAAwC,GAA3BpE,EAAKc,MAAMyD,aAAuBN,EAAYb,UAAY,EAAIa,EAAYZ,QAAU,GAC1G,GAApBc,EAAUG,SAAmBD,EAAsC,GAAzBrE,EAAKc,MAAM0D,WAAuBL,EAAUf,UAAY,EAAMe,EAAUd,QAAU,IACtG,GAAtBY,EAAYK,QAAsC,GAApBH,EAAUG,SAC1CtE,EAAKc,MAAM2D,YAAYL,EAAYC,KAYzC55B,EAAQu5B,iBAAmB,SAAShE,GAGlC,IAAK,GAFDI,GAAcJ,EAAKI,YACnBsE,KACKt0B,EAAI,EAAGA,EAAIgwB,EAAY7vB,OAAQH,IACtC,IAAK,GAAI6mB,GAAI,EAAGA,EAAImJ,EAAY7vB,OAAQ0mB,IAClC7mB,GAAK6mB,GAA8B,GAAzBmJ,EAAYnJ,GAAGxV,QAA2C,GAAzB2e,EAAYhwB,GAAGqR,SAExD2e,EAAYnJ,GAAGlc,OAASqlB,EAAYhwB,GAAG2K,OAASqlB,EAAYnJ,GAAGjc,KAAOolB,EAAYhwB,GAAG4K,IACvFolB,EAAYnJ,GAAGxV,QAAS,EAGjB2e,EAAYnJ,GAAGlc,OAASqlB,EAAYhwB,GAAG2K,OAASqlB,EAAYnJ,GAAGlc,OAASqlB,EAAYhwB,GAAG4K,KAC9FolB,EAAYhwB,GAAG4K,IAAMolB,EAAYnJ,GAAGjc,IACpColB,EAAYnJ,GAAGxV,QAAS,GAGjB2e,EAAYnJ,GAAGjc,KAAOolB,EAAYhwB,GAAG2K,OAASqlB,EAAYnJ,GAAGjc,KAAOolB,EAAYhwB,GAAG4K,MAC1FolB,EAAYhwB,GAAG2K,MAAQqlB,EAAYnJ,GAAGlc,MACtCqlB,EAAYnJ,GAAGxV,QAAS,GAMhC,KAAK,GAAIrR,GAAI,EAAGA,EAAIgwB,EAAY7vB,OAAQH,IAClCgwB,EAAYhwB,GAAGqR,UAAW,GAC5BijB,EAAU3xB,KAAKqtB,EAAYhwB,GAI/B4vB,GAAKI,YAAcsE,EACnB1E,EAAKI,YAAY9e,KAAK,SAAUnR,EAAGa,GACjC,MAAOb,GAAE4K,MAAQ/J,EAAE+J,SAIvBtQ,EAAQk6B,WAAa,SAASC,GAC5B,IAAK,GAAIx0B,GAAG,EAAGA,EAAIw0B,EAAMr0B,OAAQH,IAC/B2zB,QAAQ/E,IAAI5uB,EAAG,GAAIlB,MAAK01B,EAAMx0B,GAAG2K,OAAO,GAAI7L,MAAK01B,EAAMx0B,GAAG4K,KAAM4pB,EAAMx0B,GAAG2K,MAAO6pB,EAAMx0B,GAAG4K,IAAK4pB,EAAMx0B,GAAGqR,SAS3GhX,EAAQo6B,oBAAsB,SAASC,EAAUC,GAG/C,IAAK,GAFDC,IAAe,EACfC,EAAeH,EAASI,QAAQtzB,UAC3BxB,EAAI,EAAGA,EAAI00B,EAAS1E,YAAY7vB,OAAQH,IAAK,CACpD,GAAIgzB,GAAY0B,EAAS1E,YAAYhwB,GAAG2K,MACpCsoB,EAAUyB,EAAS1E,YAAYhwB,GAAG4K,GACtC,IAAIiqB,GAAgB7B,GAA4BC,EAAf4B,EAAwB,CACvDD,GAAe,CACf,QAIJ,GAAoB,GAAhBA,GAAwBC,EAAeH,EAAStG,KAAK5sB,WAAaqzB,GAAgBF,EAAc,CAClG,GAAInqB,GAAYlM,EAAOq2B,GACnBI,EAAWz2B,EAAO20B,EAElBzoB,GAAU+oB,QAAUwB,EAASxB,OAASmB,EAASM,cAAe,EACzDxqB,EAAUkpB,SAAWqB,EAASrB,QAAUgB,EAASO,eAAgB,EACjEzqB,EAAU8oB,aAAeyB,EAASzB,cAAcoB,EAASQ,aAAc,GAEhFR,EAASI,QAAUC,EAASrzB,WAmChCrH,EAAQ61B,SAAW,SAASiB,EAAMgE,EAAM7nB,GACtC,GAAoC,GAAhC6jB,EAAKvB,KAAKI,YAAY7vB,OAAa,CACrC,GAAIi1B,GAAajE,EAAKT,MAAM0E,WAAW9nB,EACvC,QAAQ6nB,EAAK3zB,UAAY4zB,EAAWzQ,QAAUyQ,EAAWnd,MAGzD,GAAIic,GAAS75B,EAAQy5B,SAASqB,EAAMhE,EAAKvB,KAAKI,YACzB,IAAjBkE,EAAOA,SACTiB,EAAOjB,EAAOlB,UAGhB,IAAInoB,GAAWxQ,EAAQg7B,yBAAyBlE,EAAKvB,KAAKI,YAAamB,EAAKT,MAAM/lB,MAAOwmB,EAAKT,MAAM9lB,IACpGuqB,GAAO96B,EAAQi7B,qBAAqBnE,EAAKvB,KAAKI,YAAamB,EAAKT,MAAOyE,EAEvE,IAAIC,GAAajE,EAAKT,MAAM0E,WAAW9nB,EAAOzC,EAC9C,QAAQsqB,EAAK3zB,UAAY4zB,EAAWzQ,QAAUyQ,EAAWnd,OAa7D5d,EAAQi2B,OAAS,SAASa,EAAMrkB,EAAGQ,GACjC,GAAoC,GAAhC6jB,EAAKvB,KAAKI,YAAY7vB,OAAa,CACrC,GAAIi1B,GAAajE,EAAKT,MAAM0E,WAAW9nB,EACvC,OAAO,IAAIxO,MAAKgO,EAAIsoB,EAAWnd,MAAQmd,EAAWzQ,QAGlD,GAAI4Q,GAAiBl7B,EAAQg7B,yBAAyBlE,EAAKvB,KAAKI,YAAamB,EAAKT,MAAM/lB,MAAOwmB,EAAKT,MAAM9lB,KACtG4qB,EAAgBrE,EAAKT,MAAM9lB,IAAMumB,EAAKT,MAAM/lB,MAAQ4qB,EACpDE,EAAkBD,EAAgB1oB,EAAIQ,EACtCooB,EAA4Br7B,EAAQs7B,6BAA6BxE,EAAKvB,KAAKI,YAAamB,EAAKT,MAAO+E,GAEpGG,EAAU,GAAI92B,MAAK42B,EAA4BD,EAAkBtE,EAAKT,MAAM/lB,MAChF,OAAOirB,IAYXv7B,EAAQg7B,yBAA2B,SAASrF,EAAarlB,EAAOC,GAE9D,IAAK,GADDC,GAAW,EACN7K,EAAI,EAAGA,EAAIgwB,EAAY7vB,OAAQH,IAAK,CAC3C,GAAIgzB,GAAYhD,EAAYhwB,GAAG2K,MAC3BsoB,EAAUjD,EAAYhwB,GAAG4K,GAEzBooB,IAAaroB,GAAmBC,EAAVqoB,IACxBpoB,GAAYooB,EAAUD,GAG1B,MAAOnoB,IAWTxQ,EAAQi7B,qBAAuB,SAAStF,EAAaU,EAAOyE,GAG1D,MAFAA,GAAO72B,EAAO62B,GAAMzzB,SAASF,UAC7B2zB,GAAQ96B,EAAQw7B,wBAAwB7F,EAAYU,EAAMyE,IAI5D96B,EAAQw7B,wBAA0B,SAAS7F,EAAaU,EAAOyE,GAC7D,GAAIW,GAAa,CACjBX,GAAO72B,EAAO62B,GAAMzzB,SAASF,SAE7B,KAAK,GAAIxB,GAAI,EAAGA,EAAIgwB,EAAY7vB,OAAQH,IAAK,CAC3C,GAAIgzB,GAAYhD,EAAYhwB,GAAG2K,MAC3BsoB,EAAUjD,EAAYhwB,GAAG4K,GAEzBooB,IAAatC,EAAM/lB,OAASsoB,EAAUvC,EAAM9lB,KAC1CuqB,GAAQlC,IACV6C,GAAe7C,EAAUD,GAI/B,MAAO8C,IAWTz7B,EAAQs7B,6BAA+B,SAAS3F,EAAaU,EAAOqF,GAKlE,IAAK,GAJDR,GAAiB,EACjB1qB,EAAW,EACXmrB,EAAgBtF,EAAM/lB,MAEjB3K,EAAI,EAAGA,EAAIgwB,EAAY7vB,OAAQH,IAAK,CAC3C,GAAIgzB,GAAYhD,EAAYhwB,GAAG2K,MAC3BsoB,EAAUjD,EAAYhwB,GAAG4K,GAE7B,IAAIooB,GAAatC,EAAM/lB,OAASsoB,EAAUvC,EAAM9lB,IAAK,CAGnD,GAFAC,GAAYmoB,EAAYgD,EACxBA,EAAgB/C,EACZpoB,GAAYkrB,EACd,KAGAR,IAAkBtC,EAAUD,GAKlC,MAAOuC,IAaTl7B,EAAQ47B,mBAAqB,SAASjG,EAAamF,EAAMe,EAAWC,GAClE,GAAIrC,GAAWz5B,EAAQy5B,SAASqB,EAAMnF,EACtC,OAAuB,IAAnB8D,EAASI,OACK,EAAZgC,EACuB,GAArBC,EACKrC,EAASd,WAAac,EAASb,QAAUkC,GAAQ,EAGjDrB,EAASd,UAAY,EAIL,GAArBmD,EACKrC,EAASb,SAAWkC,EAAOrB,EAASd,WAAa,EAGjDc,EAASb,QAAU,EAKvBkC,GAaX96B,EAAQy5B,SAAW,SAASqB,EAAMnF,GAChC,IAAK,GAAIhwB,GAAI,EAAGA,EAAIgwB,EAAY7vB,OAAQH,IAAK,CAC3C,GAAIgzB,GAAYhD,EAAYhwB,GAAG2K,MAC3BsoB,EAAUjD,EAAYhwB,GAAG4K,GAE7B,IAAIuqB,GAAQnC,GAAoBC,EAAPkC,EACvB,OAAQjB,QAAQ,EAAMlB,UAAWA,EAAWC,QAASA,GAIzD,OAAQiB,QAAQ,EAAOlB,UAAWA,EAAWC,QAASA,KAKpD,SAAS34B,GA4Bb,QAAS+B,GAASsO,EAAOC,EAAKwrB,EAAaC,EAAiBC,EAAaC,GAEvE97B,KAAKq6B,QAAU,EAEfr6B,KAAK+7B,WAAY,EACjB/7B,KAAKg8B,UAAY,EACjBh8B,KAAK0oB,KAAO,EACZ1oB,KAAKwd,MAAQ,EAEbxd,KAAKi8B,YACLj8B,KAAKk8B,UACLl8B,KAAKm8B,UAAY,EAEjBn8B,KAAKo8B,YAAc,EAAO,EAAM,EAAI,IACpCp8B,KAAKq8B,YAAc,IAAO,GAAM,EAAI,GAEpCr8B,KAAK87B,WAAaA,EAElB97B,KAAK+zB,SAAS7jB,EAAOC,EAAKwrB,EAAaC,EAAiBC,GAe1Dj6B,EAAS6R,UAAUsgB,SAAW,SAAS7jB,EAAOC,EAAKwrB,EAAaC,EAAiBC,GAC/E77B,KAAK0zB,OAA6BntB,SAApBs1B,EAAYpwB,IAAoByE,EAAQ2rB,EAAYpwB,IAClEzL,KAAK2zB,KAA2BptB,SAApBs1B,EAAY3uB,IAAoBiD,EAAM0rB,EAAY3uB,IAE1DlN,KAAK0zB,QAAU1zB,KAAK2zB,OACtB3zB,KAAK0zB,QAAU,IACf1zB,KAAK2zB,MAAQ,GAGO,GAAlB3zB,KAAK+7B,WACP/7B,KAAKs8B,eAAeX,EAAaC,GAGnC57B,KAAKu8B,SAASV,IAOhBj6B,EAAS6R,UAAU6oB,eAAiB,SAASX,EAAaC,GAExD,GAAIjpB,GAAO3S,KAAK2zB,KAAO3zB,KAAK0zB,OACxB8I,EAAkB,IAAP7pB,EACX8pB,EAAmBd,GAAea,EAAWZ,GAC7Cc,EAAmBz3B,KAAKipB,MAAMjpB,KAAKkvB,IAAIqI,GAAUv3B,KAAKmvB,MAEtDuI,EAAe,GACfC,EAAkB33B,KAAKqvB,IAAI,GAAGoI,GAE9BxsB,EAAQ,CACW,GAAnBwsB,IACFxsB,EAAQwsB,EAIV,KAAK,GADDG,IAAgB,EACXt3B,EAAI2K,EAAOjL,KAAKmmB,IAAI7lB,IAAMN,KAAKmmB,IAAIsR,GAAmBn3B,IAAK,CAClEq3B,EAAkB33B,KAAKqvB,IAAI,GAAG/uB,EAC9B,KAAK,GAAI6mB,GAAI,EAAGA,EAAIpsB,KAAKq8B,WAAW32B,OAAQ0mB,IAAK,CAC/C,GAAI0Q,GAAWF,EAAkB58B,KAAKq8B,WAAWjQ,EACjD,IAAI0Q,GAAYL,EAAkB,CAChCI,GAAgB,EAChBF,EAAevQ,CACf,QAGJ,GAAqB,GAAjByQ,EACF,MAGJ78B,KAAKg8B,UAAYW,EACjB38B,KAAKwd,MAAQof,EACb58B,KAAK0oB,KAAOkU,EAAkB58B,KAAKq8B,WAAWM,IAShD/6B,EAAS6R,UAAU8oB,SAAW,SAASV,GACjBt1B,SAAhBs1B,IACFA,KAGF,IAAIkB,GAAgCx2B,SAApBs1B,EAAYpwB,IAAoBzL,KAAK0zB,OAAuB,EAAb1zB,KAAKwd,MAAYxd,KAAKq8B,WAAWr8B,KAAKg8B,WAAcH,EAAYpwB,IAC3HuxB,EAA8Bz2B,SAApBs1B,EAAY3uB,IAAoBlN,KAAK2zB,KAAQ3zB,KAAKwd,MAAQxd,KAAKq8B,WAAWr8B,KAAKg8B,WAAcH,EAAY3uB,GAEvHlN,MAAKk8B,UAAgC31B,SAApBs1B,EAAY3uB,IAAoBlN,KAAKi9B,aAAaD,GAAWnB,EAAY3uB,IAC1FlN,KAAKi8B,YAAkC11B,SAApBs1B,EAAYpwB,IAAoBzL,KAAKi9B,aAAaF,GAAalB,EAAYpwB,IAGvE,GAAnBzL,KAAK87B,aAAuB97B,KAAKk8B,UAAYl8B,KAAKi8B,aAAej8B,KAAK0oB,MAAQ,IAChF1oB,KAAKk8B,WAAal8B,KAAKk8B,UAAYl8B,KAAK0oB,MAG1C1oB,KAAKm8B,UAAYn8B,KAAKi9B,aAAaD,GAAWA,EAAUh9B,KAAKi9B,aAAaF,GAAaA,EACvF/8B,KAAKk9B,YAAcl9B,KAAKk8B,UAAYl8B,KAAKi8B,YAGzCj8B,KAAKq6B,QAAUr6B,KAAKk8B,WAGtBt6B,EAAS6R,UAAUwpB,aAAe,SAAS71B,GACzC,GAAI+1B,GAAU/1B,EAASA,GAASpH,KAAKwd,MAAQxd,KAAKq8B,WAAWr8B,KAAKg8B,WAClE,OAAI50B,IAASpH,KAAKwd,MAAQxd,KAAKq8B,WAAWr8B,KAAKg8B,YAAc,GAAOh8B,KAAKwd,MAAQxd,KAAKq8B,WAAWr8B,KAAKg8B,WAC7FmB,EAAWn9B,KAAKwd,MAAQxd,KAAKq8B,WAAWr8B,KAAKg8B,WAG7CmB,GASXv7B,EAAS6R,UAAU2pB,QAAU,WAC3B,MAAQp9B,MAAKq6B,SAAWr6B,KAAKi8B,aAM/Br6B,EAAS6R,UAAUmV,KAAO,WACxB,GAAIwJ,GAAOpyB,KAAKq6B,OAChBr6B,MAAKq6B,SAAWr6B,KAAK0oB,KAGjB1oB,KAAKq6B,SAAWjI,IAClBpyB,KAAKq6B,QAAUr6B,KAAK2zB,OAOxB/xB,EAAS6R,UAAU4pB,SAAW,WAC5Br9B,KAAKq6B,SAAWr6B,KAAK0oB,KACrB1oB,KAAKk8B,WAAal8B,KAAK0oB,KACvB1oB,KAAKk9B,YAAcl9B,KAAKk8B,UAAYl8B,KAAKi8B,aAS3Cr6B,EAAS6R,UAAUkV,WAAa,SAAS2U,GAEvC,GAAIjD,GAAWp1B,KAAKmmB,IAAIprB,KAAKq6B,SAAWr6B,KAAK0oB,KAAO,EAAK,EAAI1oB,KAAKq6B,QAC9D5F,EAAc,GAAKxwB,OAAOo2B,GAAS5F,YAAY,EAGnD,IAAgBluB,SAAb+2B,GAA2B74B,MAAMR,OAAOq5B,KAqCzC,GAAgC,IAA5B7I,EAAY/tB,QAAQ,MAA0C,IAA5B+tB,EAAY/tB,QAAQ,KAExD,IAAK,GAAInB,GAAIkvB,EAAY/uB,OAAS,EAAGH,EAAI,EAAGA,IAAK,CAC/C,GAAsB,KAAlBkvB,EAAYlvB,GAGX,CAAA,GAAsB,KAAlBkvB,EAAYlvB,IAA+B,KAAlBkvB,EAAYlvB,GAAW,CACvDkvB,EAAcA,EAAY8I,MAAM,EAAGh4B,EACnC,OAGA,MAPAkvB,EAAcA,EAAY8I,MAAM,EAAGh4B,QAzCY,CAErD,GAAIi4B,GAAM,GACNn1B,EAAQosB,EAAY/tB,QAAQ,IAoBhC,IAnBY,IAAT2B,IAEDm1B,EAAM/I,EAAY8I,MAAMl1B,GAExBosB,EAAcA,EAAY8I,MAAM,EAAGl1B,IAErCA,EAAQpD,KAAKiI,IAAIunB,EAAY/tB,QAAQ,KAAM+tB,EAAY/tB,QAAQ,MAClD,KAAV2B,GAEe,IAAbi1B,IACD7I,GAAe,KAGjBpsB,EAAQosB,EAAY/uB,OAAS43B,GAEV,IAAbA,IAENj1B,GAASi1B,EAAW,GAEnBj1B,EAAQosB,EAAY/uB,OAErB,IAAI,GAAI+3B,GAAMp1B,EAAQosB,EAAY/uB,OAAQ+3B,EAAM,EAAGA,IACjDhJ,GAAe,QAKjBA,GAAcA,EAAY8I,MAAM,EAAGl1B,EAGrCosB,IAAe+I,EAoBjB,MAAO/I,IAWT7yB,EAAS6R,UAAU+hB,KAAO,aAS1B5zB,EAAS6R,UAAUiqB,QAAU,WAC3B,MAAQ19B,MAAKq6B,SAAWr6B,KAAKwd,MAAQxd,KAAKo8B,WAAWp8B,KAAKg8B,aAAe,GAG3En8B,EAAOD,QAAUgC,GAKb,SAAS/B,EAAQD,EAASM,GAgB9B,QAAS2B,GAAMszB,EAAMpmB,GACnB,GAAI4uB,GAAM95B,IAAS+5B,MAAM,GAAGC,QAAQ,GAAGC,QAAQ,GAAGC,aAAa,EAC/D/9B,MAAKkQ,MAAQytB,EAAIhF,QAAQplB,IAAI,GAAI,QAAQxM,UACzC/G,KAAKmQ,IAAMwtB,EAAIhF,QAAQplB,IAAI,EAAG,QAAQxM,UAEtC/G,KAAKm1B,KAAOA,EACZn1B,KAAKg+B,gBAAkB,EACvBh+B,KAAKi+B,YAAc,EACnBj+B,KAAK05B,cAAe,EACpB15B,KAAK25B,YAAa,EAGlB35B,KAAK60B,gBACH3kB,MAAO,KACPC,IAAK,KACLsrB,UAAW,aACXyC,UAAU,EACVC,UAAU,EACV1yB,IAAK,KACLyB,IAAK,KACLkxB,QAAS,GACTC,QAAS,UAEXr+B,KAAK+O,QAAUpO,EAAK0E,UAAWrF,KAAK60B,gBAEpC70B,KAAK+F,OACHu4B,UAEFt+B,KAAKu+B,aAAe,KAGpBv+B,KAAKm1B,KAAKE,QAAQxhB,GAAG,YAAa7T,KAAKw+B,aAAalJ,KAAKt1B,OACzDA,KAAKm1B,KAAKE,QAAQxhB,GAAG,OAAa7T,KAAKy+B,QAAQnJ,KAAKt1B,OACpDA,KAAKm1B,KAAKE,QAAQxhB,GAAG,UAAa7T,KAAK0+B,WAAWpJ,KAAKt1B,OAGvDA,KAAKm1B,KAAKE,QAAQxhB,GAAG,OAAQ7T,KAAK2+B,QAAQrJ,KAAKt1B,OAG/CA,KAAKm1B,KAAKE,QAAQxhB,GAAG,aAAmB7T,KAAK4+B,cAActJ,KAAKt1B,OAChEA,KAAKm1B,KAAKE,QAAQxhB,GAAG,iBAAmB7T,KAAK4+B,cAActJ,KAAKt1B,OAGhEA,KAAKm1B,KAAKE,QAAQxhB,GAAG,QAAS7T,KAAK6+B,SAASvJ,KAAKt1B,OACjDA,KAAKm1B,KAAKE,QAAQxhB,GAAG,QAAS7T,KAAK8+B,SAASxJ,KAAKt1B,OAEjDA,KAAKwT,WAAWzE,GAsClB,QAASgwB,GAAmBtD,GAC1B,GAAiB,cAAbA,GAA0C,YAAbA,EAC/B,KAAM,IAAIr1B,WAAU,sBAAwBq1B,EAAY,yCAgf5D,QAASuD,GAAYV,EAAOx1B,GAC1B,OACEuJ,EAAGisB,EAAMW,MAAQt+B,EAAK0G,gBAAgByB,GACtCwJ,EAAGgsB,EAAMY,MAAQv+B,EAAKgH,eAAemB,IAvlBzC,GAAInI,GAAOT,EAAoB,GAC3Bi/B,EAAaj/B,EAAoB,IACjC2D,EAAS3D,EAAoB,IAC7BqC,EAAYrC,EAAoB,IAChCyB,EAAWzB,EAAoB,GA2DnC2B,GAAM4R,UAAY,GAAIlR,GAkBtBV,EAAM4R,UAAUD,WAAa,SAAUzE,GACrC,GAAIA,EAAS,CAEX,GAAIP,IAAU,YAAa,MAAO,MAAO,UAAW,UAAW,WAAY,WAAY,WAAY,cACnG7N,GAAKmF,gBAAgB0I,EAAQxO,KAAK+O,QAASA,IAEvC,SAAWA,IAAW,OAASA,KAEjC/O,KAAK+zB,SAAShlB,EAAQmB,MAAOnB,EAAQoB,OA4B3CtO,EAAM4R,UAAUsgB,SAAW,SAAS7jB,EAAOC,EAAK6mB,EAASoI,GACnDA,KAAW,IACbA,GAAS,EAEX,IAAI1L,GAAkBntB,QAAT2J,EAAqBvP,EAAKiG,QAAQsJ,EAAO,QAAQnJ,UAAY,KACtE4sB,EAAgBptB,QAAP4J,EAAqBxP,EAAKiG,QAAQuJ,EAAK,QAAQpJ,UAAc,IAG1E,IAFA/G,KAAKq/B,mBAEDrI,EAAS,CACX,GAAIviB,GAAKzU,KACLs/B,EAAYt/B,KAAKkQ,MACjBqvB,EAAUv/B,KAAKmQ,IACfC,EAA8B,gBAAZ4mB,GAAuBA,EAAU,IACnDwI,GAAW,GAAIn7B,OAAO0C,UACtB04B,GAAa,EAEb7W,EAAO,WACT,IAAKnU,EAAG1O,MAAMu4B,MAAMoB,SAAU,CAC5B,GAAI/B,IAAM,GAAIt5B,OAAO0C,UACjB2zB,EAAOiD,EAAM6B,EACbG,EAAOjF,EAAOtqB,EACd7E,EAAKo0B,GAAmB,OAAXjM,EAAmBA,EAAS/yB,EAAKsP,cAAcyqB,EAAM4E,EAAW5L,EAAQtjB,GACrF5D,EAAKmzB,GAAiB,OAAThM,EAAmBA,EAAShzB,EAAKsP,cAAcyqB,EAAM6E,EAAS5L,EAAMvjB,EAErFwvB,GAAUnrB,EAAGmlB,YAAYruB,EAAGiB,GAC5B7K,EAASw2B,kBAAkB1jB,EAAG0gB,KAAM1gB,EAAG1F,QAAQwmB,aAC/CkK,EAAaA,GAAcG,EACvBA,GACFnrB,EAAG0gB,KAAKE,QAAQjH,KAAK,eAAgBle,MAAO,GAAI7L,MAAKoQ,EAAGvE,OAAQC,IAAK,GAAI9L,MAAKoQ,EAAGtE,KAAMivB,OAAOA,IAG5FO,EACEF,GACFhrB,EAAG0gB,KAAKE,QAAQjH,KAAK,gBAAiBle,MAAO,GAAI7L,MAAKoQ,EAAGvE,OAAQC,IAAK,GAAI9L,MAAKoQ,EAAGtE,KAAMivB,OAAOA,IAMjG3qB,EAAG8pB,aAAe1kB,WAAW+O,EAAM,KAKzC,OAAOA,KAGP,GAAIgX,GAAU5/B,KAAK45B,YAAYlG,EAAQC,EAEvC,IADAhyB,EAASw2B,kBAAkBn4B,KAAKm1B,KAAMn1B,KAAK+O,QAAQwmB,aAC/CqK,EAAS,CACX,GAAIxrB,IAAUlE,MAAO,GAAI7L,MAAKrE,KAAKkQ,OAAQC,IAAK,GAAI9L,MAAKrE,KAAKmQ,KAAMivB,OAAOA,EAC3Ep/B,MAAKm1B,KAAKE,QAAQjH,KAAK,cAAeha,GACtCpU,KAAKm1B,KAAKE,QAAQjH,KAAK,eAAgBha,KAS7CvS,EAAM4R,UAAU4rB,iBAAmB,WAC7Br/B,KAAKu+B,eACP3kB,aAAa5Z,KAAKu+B,cAClBv+B,KAAKu+B,aAAe,OAaxB18B,EAAM4R,UAAUmmB,YAAc,SAAS1pB,EAAOC,GAC5C,GAII0c,GAJAgT,EAAqB,MAAT3vB,EAAiBvP,EAAKiG,QAAQsJ,EAAO,QAAQnJ,UAAY/G,KAAKkQ,MAC1E4vB,EAAmB,MAAP3vB,EAAiBxP,EAAKiG,QAAQuJ,EAAK,QAAQpJ,UAAc/G,KAAKmQ,IAC1EjD,EAA2B,MAApBlN,KAAK+O,QAAQ7B,IAAevM,EAAKiG,QAAQ5G,KAAK+O,QAAQ7B,IAAK,QAAQnG,UAAY,KACtF0E,EAA2B,MAApBzL,KAAK+O,QAAQtD,IAAe9K,EAAKiG,QAAQ5G,KAAK+O,QAAQtD,IAAK,QAAQ1E,UAAY,IAI1F,IAAItC,MAAMo7B,IAA0B,OAAbA,EACrB,KAAM,IAAIj8B,OAAM,kBAAoBsM,EAAQ,IAE9C,IAAIzL,MAAMq7B,IAAsB,OAAXA,EACnB,KAAM,IAAIl8B,OAAM,gBAAkBuM,EAAM,IAyC1C,IArCa0vB,EAATC,IACFA,EAASD,GAIC,OAARp0B,GACaA,EAAXo0B,IACFhT,EAAQphB,EAAMo0B,EACdA,GAAYhT,EACZiT,GAAUjT,EAGC,MAAP3f,GACE4yB,EAAS5yB,IACX4yB,EAAS5yB,IAOL,OAARA,GACE4yB,EAAS5yB,IACX2f,EAAQiT,EAAS5yB,EACjB2yB,GAAYhT,EACZiT,GAAUjT,EAGC,MAAPphB,GACaA,EAAXo0B,IACFA,EAAWp0B,IAOU,OAAzBzL,KAAK+O,QAAQqvB,QAAkB,CACjC,GAAIA,GAAUxY,WAAW5lB,KAAK+O,QAAQqvB,QACxB,GAAVA,IACFA,EAAU,GAEcA,EAArB0B,EAASD,IACP7/B,KAAKmQ,IAAMnQ,KAAKkQ,QAAWkuB,GAE9ByB,EAAW7/B,KAAKkQ,MAChB4vB,EAAS9/B,KAAKmQ,MAId0c,EAAQuR,GAAW0B,EAASD,GAC5BA,GAAYhT,EAAO,EACnBiT,GAAUjT,EAAO,IAMvB,GAA6B,OAAzB7sB,KAAK+O,QAAQsvB,QAAkB,CACjC,GAAIA,GAAUzY,WAAW5lB,KAAK+O,QAAQsvB,QACxB,GAAVA,IACFA,EAAU,GAEPyB,EAASD,EAAYxB,IACnBr+B,KAAKmQ,IAAMnQ,KAAKkQ,QAAWmuB,GAE9BwB,EAAW7/B,KAAKkQ,MAChB4vB,EAAS9/B,KAAKmQ,MAId0c,EAASiT,EAASD,EAAYxB,EAC9BwB,GAAYhT,EAAO,EACnBiT,GAAUjT,EAAO,IAKvB,GAAI+S,GAAW5/B,KAAKkQ,OAAS2vB,GAAY7/B,KAAKmQ,KAAO2vB,CAUrD,OAPOD,IAAY7/B,KAAKkQ,OAAS2vB,GAAc7/B,KAAKmQ,KAAS2vB,GAAY9/B,KAAKkQ,OAAS4vB,GAAY9/B,KAAKmQ,KACjGnQ,KAAKkQ,OAAS2vB,GAAY7/B,KAAKkQ,OAAS4vB,GAAc9/B,KAAKmQ,KAAO0vB,GAAc7/B,KAAKmQ,KAAO2vB,GACjG9/B,KAAKm1B,KAAKE,QAAQjH,KAAK,oBAGzBpuB,KAAKkQ,MAAQ2vB,EACb7/B,KAAKmQ,IAAM2vB,EACJF,GAOT/9B,EAAM4R,UAAUssB,SAAW,WACzB,OACE7vB,MAAOlQ,KAAKkQ,MACZC,IAAKnQ,KAAKmQ,MAUdtO,EAAM4R,UAAUknB,WAAa,SAAU9nB,EAAOmtB,GAC5C,MAAOn+B,GAAM84B,WAAW36B,KAAKkQ,MAAOlQ,KAAKmQ,IAAK0C,EAAOmtB,IAWvDn+B,EAAM84B,WAAa,SAAUzqB,EAAOC,EAAK0C,EAAOmtB,GAI9C,MAHoBz5B,UAAhBy5B,IACFA,EAAc,GAEH,GAATntB,GAAe1C,EAAMD,GAAS,GAE9Bga,OAAQha,EACRsN,MAAO3K,GAAS1C,EAAMD,EAAQ8vB,KAK9B9V,OAAQ,EACR1M,MAAO,IAUb3b,EAAM4R,UAAU+qB,aAAe,WAC7Bx+B,KAAKg+B,gBAAkB,EACvBh+B,KAAKigC,cAAgB,EAEhBjgC,KAAK+O,QAAQmvB,UAIbl+B,KAAK+F,MAAMu4B,MAAM4B,gBAEtBlgC,KAAK+F,MAAMu4B,MAAMpuB,MAAQlQ,KAAKkQ,MAC9BlQ,KAAK+F,MAAMu4B,MAAMnuB,IAAMnQ,KAAKmQ,IAC5BnQ,KAAK+F,MAAMu4B,MAAMoB,UAAW,EAExB1/B,KAAKm1B,KAAK5E,IAAI7wB,OAChBM,KAAKm1B,KAAK5E,IAAI7wB,KAAK8N,MAAMggB,OAAS,UAStC3rB,EAAM4R,UAAUgrB,QAAU,SAAUj1B,GAElC,GAAKxJ,KAAK+O,QAAQmvB,UAGbl+B,KAAK+F,MAAMu4B,MAAM4B,cAAtB,CAEA,GAAIzE,GAAYz7B,KAAK+O,QAAQ0sB,SAC7BsD,GAAkBtD,EAElB,IAAIxM,GAAsB,cAAbwM,EAA6BjyB,EAAM22B,QAAQC,OAAS52B,EAAM22B,QAAQE,MAC/EpR,IAASjvB,KAAKg+B,eACd,IAAIhL,GAAYhzB,KAAK+F,MAAMu4B,MAAMnuB,IAAMnQ,KAAK+F,MAAMu4B,MAAMpuB,MAGpDE,EAAWzO,EAASi5B,yBAAyB56B,KAAKm1B,KAAKI,YAAav1B,KAAKkQ,MAAOlQ,KAAKmQ,IACzF6iB,IAAY5iB,CAEZ,IAAIyC,GAAsB,cAAb4oB,EAA6Bz7B,KAAKm1B,KAAKC,SAAS1I,OAAO7Z,MAAQ7S,KAAKm1B,KAAKC,SAAS1I,OAAO5Z,OAClGwtB,GAAarR,EAAQpc,EAAQmgB,EAC7B6M,EAAW7/B,KAAK+F,MAAMu4B,MAAMpuB,MAAQowB,EACpCR,EAAS9/B,KAAK+F,MAAMu4B,MAAMnuB,IAAMmwB,EAIhCC,EAAY5+B,EAAS65B,mBAAmBx7B,KAAKm1B,KAAKI,YAAasK,EAAU7/B,KAAKigC,cAAchR,GAAO,GACnGuR,EAAU7+B,EAAS65B,mBAAmBx7B,KAAKm1B,KAAKI,YAAauK,EAAQ9/B,KAAKigC,cAAchR,GAAO,EACnG,IAAIsR,GAAaV,GAAYW,GAAWV,EAKtC,MAJA9/B,MAAKg+B,iBAAmB/O,EACxBjvB,KAAK+F,MAAMu4B,MAAMpuB,MAAQqwB,EACzBvgC,KAAK+F,MAAMu4B,MAAMnuB,IAAMqwB,MACvBxgC,MAAKy+B,QAAQj1B,EAIfxJ,MAAKigC,cAAgBhR,EACrBjvB,KAAK45B,YAAYiG,EAAUC,GAG3B9/B,KAAKm1B,KAAKE,QAAQjH,KAAK,eACrBle,MAAO,GAAI7L,MAAKrE,KAAKkQ,OACrBC,IAAO,GAAI9L,MAAKrE,KAAKmQ,KACrBivB,QAAQ,MASZv9B,EAAM4R,UAAUirB,WAAa,WAEtB1+B,KAAK+O,QAAQmvB,UAIbl+B,KAAK+F,MAAMu4B,MAAM4B,gBAEtBlgC,KAAK+F,MAAMu4B,MAAMoB,UAAW,EACxB1/B,KAAKm1B,KAAK5E,IAAI7wB,OAChBM,KAAKm1B,KAAK5E,IAAI7wB,KAAK8N,MAAMggB,OAAS,QAIpCxtB,KAAKm1B,KAAKE,QAAQjH,KAAK,gBACrBle,MAAO,GAAI7L,MAAKrE,KAAKkQ,OACrBC,IAAO,GAAI9L,MAAKrE,KAAKmQ,KACrBivB,QAAQ,MAUZv9B,EAAM4R,UAAUmrB,cAAgB,SAASp1B,GAEvC,GAAMxJ,KAAK+O,QAAQovB,UAAYn+B,KAAK+O,QAAQmvB,SAA5C,CAGA,GAAIjP,GAAQ,CAYZ,IAXIzlB,EAAM0lB,WACRD,EAAQzlB,EAAM0lB,WAAa,IAClB1lB,EAAM2lB,SAGfF,GAASzlB,EAAM2lB,OAAS,GAMtBF,EAAO,CAKT,GAAIzR,EAEFA,GADU,EAARyR,EACM,EAAKA,EAAQ,EAGb,GAAK,EAAKA,EAAQ,EAI5B,IAAIkR,GAAUhB,EAAWsB,YAAYzgC,KAAMwJ,GACvCk3B,EAAU1B,EAAWmB,EAAQzT,OAAQ1sB,KAAKm1B,KAAK5E,IAAI7D,QACnDiU,EAAc3gC,KAAK4gC,eAAeF,EAEtC1gC,MAAK6gC,KAAKrjB,EAAOmjB,EAAa1R,GAKhCzlB,EAAMD,mBAOR1H,EAAM4R,UAAUorB,SAAW,WACzB7+B,KAAK+F,MAAMu4B,MAAMpuB,MAAQlQ,KAAKkQ,MAC9BlQ,KAAK+F,MAAMu4B,MAAMnuB,IAAMnQ,KAAKmQ,IAC5BnQ,KAAK+F,MAAMu4B,MAAM4B,eAAgB,EACjClgC,KAAK+F,MAAMu4B,MAAM5R,OAAS,KAC1B1sB,KAAKi+B,YAAc,EACnBj+B,KAAKg+B,gBAAkB,GAOzBn8B,EAAM4R,UAAUkrB,QAAU,WACxB3+B,KAAK+F,MAAMu4B,MAAM4B,eAAgB,GAQnCr+B,EAAM4R,UAAUqrB,SAAW,SAAUt1B,GAEnC,GAAMxJ,KAAK+O,QAAQovB,UAAYn+B,KAAK+O,QAAQmvB,WAE5Cl+B,KAAK+F,MAAMu4B,MAAM4B,eAAgB,EAE7B12B,EAAM22B,QAAQW,QAAQp7B,OAAS,GAAG,CAC/B1F,KAAK+F,MAAMu4B,MAAM5R,SACpB1sB,KAAK+F,MAAMu4B,MAAM5R,OAASsS,EAAWx1B,EAAM22B,QAAQzT,OAAQ1sB,KAAKm1B,KAAK5E,IAAI7D,QAG3E,IAAIlP,GAAQ,GAAKhU,EAAM22B,QAAQ3iB,MAAQxd,KAAKi+B,aACxC8C,EAAa/gC,KAAK4gC,eAAe5gC,KAAK+F,MAAMu4B,MAAM5R,QAElDoO,EAAiBn5B,EAASi5B,yBAAyB56B,KAAKm1B,KAAKI,YAAav1B,KAAKkQ,MAAOlQ,KAAKmQ,KAC3F6wB,EAAuBr/B,EAASy5B,wBAAwBp7B,KAAKm1B,KAAKI,YAAav1B,KAAM+gC,GACrFE,EAAsBnG,EAAiBkG,EAGvCnB,EAAYkB,EAAaC,GAAyBhhC,KAAK+F,MAAMu4B,MAAMpuB,OAAS6wB,EAAaC,IAAyBxjB,EAClHsiB,EAAUiB,EAAaE,GAAwBjhC,KAAK+F,MAAMu4B,MAAMnuB,KAAO4wB,EAAaE,IAAwBzjB,CAGhHxd,MAAK05B,aAAe,EAAIlc,EAAQ,GAAI,GAAQ,EAC5Cxd,KAAK25B,WAAanc,EAAQ,EAAI,GAAI,GAAQ,CAE1C,IAAI+iB,GAAY5+B,EAAS65B,mBAAmBx7B,KAAKm1B,KAAKI,YAAasK,EAAU,EAAIriB,GAAO,GACpFgjB,EAAU7+B,EAAS65B,mBAAmBx7B,KAAKm1B,KAAKI,YAAauK,EAAQtiB,EAAQ,GAAG,IAChF+iB,GAAaV,GAAYW,GAAWV,KACtC9/B,KAAK+F,MAAMu4B,MAAMpuB,MAAQqwB,EACzBvgC,KAAK+F,MAAMu4B,MAAMnuB,IAAMqwB,EACvBxgC,KAAKi+B,YAAc,EAAIz0B,EAAM22B,QAAQ3iB,MACrCqiB,EAAWU,EACXT,EAASU,GAGXxgC,KAAK+zB,SAAS8L,EAAUC,GAAQ,GAAO,GAEvC9/B,KAAK05B,cAAe,EACpB15B,KAAK25B,YAAa,IAUtB93B,EAAM4R,UAAUmtB,eAAiB,SAAUF,GACzC,GAAI/F,GACAc,EAAYz7B,KAAK+O,QAAQ0sB,SAI7B,IAFAsD,EAAkBtD,GAED,cAAbA,EACF,MAAOz7B,MAAKm1B,KAAKx0B,KAAKk1B,OAAO6K,EAAQruB,GAAGtL,SAGxC,IAAI+L,GAAS9S,KAAKm1B,KAAKC,SAAS1I,OAAO5Z,MAEvC,OADA6nB,GAAa36B,KAAK26B,WAAW7nB,GACtB4tB,EAAQpuB,EAAIqoB,EAAWnd,MAAQmd,EAAWzQ,QA4BrDroB,EAAM4R,UAAUotB,KAAO,SAASrjB,EAAOkP,EAAQuC,GAE/B,MAAVvC,IACFA,GAAU1sB,KAAKkQ,MAAQlQ,KAAKmQ,KAAO,EAGrC,IAAI2qB,GAAiBn5B,EAASi5B,yBAAyB56B,KAAKm1B,KAAKI,YAAav1B,KAAKkQ,MAAOlQ,KAAKmQ,KAC3F6wB,EAAuBr/B,EAASy5B,wBAAwBp7B,KAAKm1B,KAAKI,YAAav1B,KAAM0sB,GACrFuU,EAAsBnG,EAAiBkG,EAGvCnB,EAAYnT,EAAOsU,GAAyBhhC,KAAKkQ,OAASwc,EAAOsU,IAAyBxjB,EAC1FsiB,EAAYpT,EAAOuU,GAAwBjhC,KAAKmQ,KAAOuc,EAAOuU,IAAwBzjB,CAG1Fxd,MAAK05B,aAAezK,EAAQ,GAAI,GAAQ,EACxCjvB,KAAK25B,YAAc1K,EAAS,GAAI,GAAQ,CACxC,IAAIsR,GAAY5+B,EAAS65B,mBAAmBx7B,KAAKm1B,KAAKI,YAAasK,EAAU5Q,GAAO,GAChFuR,EAAU7+B,EAAS65B,mBAAmBx7B,KAAKm1B,KAAKI,YAAauK,GAAS7Q,GAAO,IAC7EsR,GAAaV,GAAYW,GAAWV,KACtCD,EAAWU,EACXT,EAASU,GAGXxgC,KAAK+zB,SAAS8L,EAAUC,GAAQ,GAAO,GAEvC9/B,KAAK05B,cAAe,EACpB15B,KAAK25B,YAAa,GAWpB93B,EAAM4R,UAAUytB,KAAO,SAASjS,GAE9B,GAAIpC,GAAQ7sB,KAAKmQ,IAAMnQ,KAAKkQ,MAGxB2vB,EAAW7/B,KAAKkQ,MAAQ2c,EAAOoC,EAC/B6Q,EAAS9/B,KAAKmQ,IAAM0c,EAAOoC,CAI/BjvB,MAAKkQ,MAAQ2vB,EACb7/B,KAAKmQ,IAAM2vB,GAObj+B,EAAM4R,UAAU2U,OAAS,SAASA,GAChC,GAAIsE,IAAU1sB,KAAKkQ,MAAQlQ,KAAKmQ,KAAO,EAEnC0c,EAAOH,EAAStE,EAGhByX,EAAW7/B,KAAKkQ,MAAQ2c,EACxBiT,EAAS9/B,KAAKmQ,IAAM0c,CAExB7sB,MAAK+zB,SAAS8L,EAAUC,IAG1BjgC,EAAOD,QAAUiC,GAKb,SAAShC,EAAQD,GAGrB,GAAIuhC,GAAU,IAMdvhC,GAAQwhC,aAAe,SAASn/B,GAC9BA,EAAMwU,KAAK,SAAUnR,EAAGa,GACtB,MAAOb,GAAE0N,KAAK9C,MAAQ/J,EAAE6M,KAAK9C,SASjCtQ,EAAQyhC,WAAa,SAASp/B,GAC5BA,EAAMwU,KAAK,SAAUnR,EAAGa,GACtB,GAAIm7B,GAAS,OAASh8B,GAAE0N,KAAQ1N,EAAE0N,KAAK7C,IAAM7K,EAAE0N,KAAK9C,MAChDqxB,EAAS,OAASp7B,GAAE6M,KAAQ7M,EAAE6M,KAAK7C,IAAMhK,EAAE6M,KAAK9C,KAEpD,OAAOoxB,GAAQC,KAenB3hC,EAAQkC,MAAQ,SAASG,EAAOgY,EAAQunB,GACtC,GAAIj8B,GAAGk8B,CAEP,IAAID,EAEF,IAAKj8B,EAAI,EAAGk8B,EAAOx/B,EAAMyD,OAAY+7B,EAAJl8B,EAAUA,IACzCtD,EAAMsD,GAAGqC,IAAM,IAKnB,KAAKrC,EAAI,EAAGk8B,EAAOx/B,EAAMyD,OAAY+7B,EAAJl8B,EAAUA,IAAK,CAC9C,GAAIoK,GAAO1N,EAAMsD,EACjB,IAAIoK,EAAK7N,OAAsB,OAAb6N,EAAK/H,IAAc,CAEnC+H,EAAK/H,IAAMqS,EAAOynB,IAElB,GAAG,CAID,IAAK,GADDC,GAAgB,KACXvV,EAAI,EAAGwV,EAAK3/B,EAAMyD,OAAYk8B,EAAJxV,EAAQA,IAAK,CAC9C,GAAIzmB,GAAQ1D,EAAMmqB,EAClB,IAAkB,OAAdzmB,EAAMiC,KAAgBjC,IAAUgK,GAAQhK,EAAM7D,OAASlC,EAAQiiC,UAAUlyB,EAAMhK,EAAOsU,EAAOtK,MAAO,CACtGgyB,EAAgBh8B,CAChB,QAIiB,MAAjBg8B,IAEFhyB,EAAK/H,IAAM+5B,EAAc/5B,IAAM+5B,EAAc7uB,OAASmH,EAAOtK,KAAKqW,gBAE7D2b,MAaf/hC,EAAQkiC,QAAU,SAAS7/B,EAAOgY,EAAQ8nB,GACxC,GAAIx8B,GAAGk8B,EAAMO,CAGb,KAAKz8B,EAAI,EAAGk8B,EAAOx/B,EAAMyD,OAAY+7B,EAAJl8B,EAAUA,IACzC,GAA+BgB,SAA3BtE,EAAMsD,GAAGyN,KAAKivB,SAAwB,CACxCD,EAAS/nB,EAAOynB,IAChB,KAAK,GAAIO,KAAYF,GACfA,EAAUl8B,eAAeo8B,IACQ,GAA/BF,EAAUE,GAAUhZ,SAAmB8Y,EAAUE,GAAU55B,MAAQ05B,EAAU9/B,EAAMsD,GAAGyN,KAAKivB,UAAU55B,QACvG25B,GAAUD,EAAUE,GAAUnvB,OAASmH,EAAOtK,KAAKqW,SAIzD/jB,GAAMsD,GAAGqC,IAAMo6B,MAGf//B,GAAMsD,GAAGqC,IAAMqS,EAAOynB,MAe5B9hC,EAAQiiC,UAAY,SAASv8B,EAAGa,EAAG8T,GACjC,MAAS3U,GAAEkC,KAAOyS,EAAO8L,WAAaob,EAAkBh7B,EAAEqB,KAAOrB,EAAE0M,OAC9DvN,EAAEkC,KAAOlC,EAAEuN,MAAQoH,EAAO8L,WAAaob,EAAWh7B,EAAEqB,MACpDlC,EAAEsC,IAAMqS,EAAO+L,SAAWmb,EAAyBh7B,EAAEyB,IAAMzB,EAAE2M,QAC7DxN,EAAEsC,IAAMtC,EAAEwN,OAASmH,EAAO+L,SAAWmb,EAAah7B,EAAEyB,MAMvD,SAAS/H,EAAQD,EAASM,GAgC9B,QAAS6B,GAASmO,EAAOC,EAAKwrB,EAAapG,GAEzCv1B,KAAKq6B,QAAU,GAAIh2B,MACnBrE,KAAK0zB,OAAS,GAAIrvB,MAClBrE,KAAK2zB,KAAO,GAAItvB,MAEhBrE,KAAK+7B,WAAa,EAClB/7B,KAAKwd,MAAQ,MACbxd,KAAK0oB,KAAO,EAGZ1oB,KAAK+zB,SAAS7jB,EAAOC,EAAKwrB,GAG1B37B,KAAKy6B,aAAc,EACnBz6B,KAAKw6B,eAAgB,EACrBx6B,KAAKu6B,cAAe,EACpBv6B,KAAKu1B,YAAcA,EACChvB,SAAhBgvB,IACFv1B,KAAKu1B,gBAGPv1B,KAAKkiC,OAASngC,EAASogC,OApDzB,GAAIt+B,GAAS3D,EAAoB,IAC7ByB,EAAWzB,EAAoB,IAC/BS,EAAOT,EAAoB,EAsD/B6B,GAASogC,QACPC,aACEC,YAAY,MACZC,OAAY,IACZC,OAAY,QACZC,KAAY,QACZC,QAAY,QACZ7J,IAAY,IACZK,MAAY,MACZH,KAAY,QAEd4J,aACEL,YAAY,WACZC,OAAY,eACZC,OAAY,aACZC,KAAY,aACZC,QAAY,YACZ7J,IAAY,YACZK,MAAY,OACZH,KAAY,KAUhB/2B,EAAS0R,UAAUkvB,UAAY,SAAUT,GACvC,GAAIU,GAAgBjiC,EAAK6F,cAAezE,EAASogC,OACjDniC,MAAKkiC,OAASvhC,EAAK6F,WAAWo8B,EAAeV,IAa/CngC,EAAS0R,UAAUsgB,SAAW,SAAS7jB,EAAOC,EAAKwrB,GACjD,KAAMzrB,YAAiB7L,OAAW8L,YAAe9L,OAC/C,KAAO,+CAGTrE,MAAK0zB,OAAmBntB,QAAT2J,EAAsB,GAAI7L,MAAK6L,EAAMnJ,WAAa,GAAI1C,MACrErE,KAAK2zB,KAAeptB,QAAP4J,EAAoB,GAAI9L,MAAK8L,EAAIpJ,WAAa,GAAI1C,MAE3DrE,KAAK+7B,WACP/7B,KAAKs8B,eAAeX,IAOxB55B,EAAS0R,UAAUovB,MAAQ,WACzB7iC,KAAKq6B,QAAU,GAAIh2B,MAAKrE,KAAK0zB,OAAO3sB,WACpC/G,KAAKi9B,gBAOPl7B,EAAS0R,UAAUwpB,aAAe,WAIhC,OAAQj9B,KAAKwd,OACX,IAAK,OACHxd,KAAKq6B,QAAQyI,YAAY9iC,KAAK0oB,KAAOzjB,KAAKC,MAAMlF,KAAKq6B,QAAQ0I,cAAgB/iC,KAAK0oB,OAClF1oB,KAAKq6B,QAAQ2I,SAAS,EACxB,KAAK,QAAgBhjC,KAAKq6B,QAAQ4I,QAAQ,EAC1C,KAAK,MACL,IAAK,UAAgBjjC,KAAKq6B,QAAQ6I,SAAS,EAC3C,KAAK,OAAgBljC,KAAKq6B,QAAQ8I,WAAW,EAC7C,KAAK,SAAgBnjC,KAAKq6B,QAAQ+I,WAAW,EAC7C,KAAK,SAAgBpjC,KAAKq6B,QAAQgJ,gBAAgB,GAIpD,GAAiB,GAAbrjC,KAAK0oB,KAEP,OAAQ1oB,KAAKwd,OACX,IAAK,cAAgBxd,KAAKq6B,QAAQgJ,gBAAgBrjC,KAAKq6B,QAAQiJ,kBAAoBtjC,KAAKq6B,QAAQiJ,kBAAoBtjC,KAAK0oB,KAAQ,MACjI,KAAK,SAAgB1oB,KAAKq6B,QAAQ+I,WAAWpjC,KAAKq6B,QAAQkJ,aAAevjC,KAAKq6B,QAAQkJ,aAAevjC,KAAK0oB,KAAO,MACjH,KAAK,SAAgB1oB,KAAKq6B,QAAQ8I,WAAWnjC,KAAKq6B,QAAQmJ,aAAexjC,KAAKq6B,QAAQmJ,aAAexjC,KAAK0oB,KAAO;KACjH,KAAK,OAAgB1oB,KAAKq6B,QAAQ6I,SAASljC,KAAKq6B,QAAQoJ,WAAazjC,KAAKq6B,QAAQoJ,WAAazjC,KAAK0oB,KAAO,MAC3G,KAAK,UACL,IAAK,MAAgB1oB,KAAKq6B,QAAQ4I,QAASjjC,KAAKq6B,QAAQqJ,UAAU,GAAM1jC,KAAKq6B,QAAQqJ,UAAU,GAAK1jC,KAAK0oB,KAAO,EAAI,MACpH,KAAK,QAAgB1oB,KAAKq6B,QAAQ2I,SAAShjC,KAAKq6B,QAAQsJ,WAAa3jC,KAAKq6B,QAAQsJ,WAAa3jC,KAAK0oB,KAAQ,MAC5G,KAAK,OAAgB1oB,KAAKq6B,QAAQyI,YAAY9iC,KAAKq6B,QAAQ0I,cAAgB/iC,KAAKq6B,QAAQ0I,cAAgB/iC,KAAK0oB,QAUnH3mB,EAAS0R,UAAU2pB,QAAU,WAC3B,MAAQp9B,MAAKq6B,QAAQtzB,WAAa/G,KAAK2zB,KAAK5sB,WAM9ChF,EAAS0R,UAAUmV,KAAO,WACxB,GAAIwJ,GAAOpyB,KAAKq6B,QAAQtzB,SAIxB,IAAI/G,KAAKq6B,QAAQsJ,WAAa,EAC5B,OAAQ3jC,KAAKwd,OACX,IAAK,cAEHxd,KAAKq6B,QAAU,GAAIh2B,MAAKrE,KAAKq6B,QAAQtzB,UAAY/G,KAAK0oB,KAAO,MAC/D,KAAK,SAAgB1oB,KAAKq6B,QAAU,GAAIh2B,MAAKrE,KAAKq6B,QAAQtzB,UAAwB,IAAZ/G,KAAK0oB,KAAc,MACzF,KAAK,SAAgB1oB,KAAKq6B,QAAU,GAAIh2B,MAAKrE,KAAKq6B,QAAQtzB,UAAwB,IAAZ/G,KAAK0oB,KAAc,GAAK,MAC9F,KAAK,OACH1oB,KAAKq6B,QAAU,GAAIh2B,MAAKrE,KAAKq6B,QAAQtzB,UAAwB,IAAZ/G,KAAK0oB,KAAc,GAAK,GAEzE,IAAIpd,GAAItL,KAAKq6B,QAAQoJ,UACrBzjC,MAAKq6B,QAAQ6I,SAAS53B,EAAKA,EAAItL,KAAK0oB,KACpC,MACF,KAAK,UACL,IAAK,MAAgB1oB,KAAKq6B,QAAQ4I,QAAQjjC,KAAKq6B,QAAQqJ,UAAY1jC,KAAK0oB,KAAO,MAC/E,KAAK,QAAgB1oB,KAAKq6B,QAAQ2I,SAAShjC,KAAKq6B,QAAQsJ,WAAa3jC,KAAK0oB,KAAO,MACjF,KAAK,OAAgB1oB,KAAKq6B,QAAQyI,YAAY9iC,KAAKq6B,QAAQ0I,cAAgB/iC,KAAK0oB,UAKlF,QAAQ1oB,KAAKwd,OACX,IAAK,cAAgBxd,KAAKq6B,QAAU,GAAIh2B,MAAKrE,KAAKq6B,QAAQtzB,UAAY/G,KAAK0oB,KAAO,MAClF,KAAK,SAAgB1oB,KAAKq6B,QAAQ+I,WAAWpjC,KAAKq6B,QAAQkJ,aAAevjC,KAAK0oB,KAAO,MACrF,KAAK,SAAgB1oB,KAAKq6B,QAAQ8I,WAAWnjC,KAAKq6B,QAAQmJ,aAAexjC,KAAK0oB,KAAO,MACrF,KAAK,OAAgB1oB,KAAKq6B,QAAQ6I,SAASljC,KAAKq6B,QAAQoJ,WAAazjC,KAAK0oB,KAAO,MACjF,KAAK,UACL,IAAK,MAAgB1oB,KAAKq6B,QAAQ4I,QAAQjjC,KAAKq6B,QAAQqJ,UAAY1jC,KAAK0oB,KAAO,MAC/E,KAAK,QAAgB1oB,KAAKq6B,QAAQ2I,SAAShjC,KAAKq6B,QAAQsJ,WAAa3jC,KAAK0oB,KAAO,MACjF,KAAK,OAAgB1oB,KAAKq6B,QAAQyI,YAAY9iC,KAAKq6B,QAAQ0I,cAAgB/iC,KAAK0oB,MAKpF,GAAiB,GAAb1oB,KAAK0oB,KAEP,OAAQ1oB,KAAKwd,OACX,IAAK,cAAmBxd,KAAKq6B,QAAQiJ,kBAAoBtjC,KAAK0oB,MAAM1oB,KAAKq6B,QAAQgJ,gBAAgB,EAAK,MACtG,KAAK,SAAmBrjC,KAAKq6B,QAAQkJ,aAAevjC,KAAK0oB,MAAM1oB,KAAKq6B,QAAQ+I,WAAW,EAAK,MAC5F,KAAK,SAAmBpjC,KAAKq6B,QAAQmJ,aAAexjC,KAAK0oB,MAAM1oB,KAAKq6B,QAAQ8I,WAAW,EAAK,MAC5F,KAAK,OAAmBnjC,KAAKq6B,QAAQoJ,WAAazjC,KAAK0oB,MAAM1oB,KAAKq6B,QAAQ6I,SAAS,EAAK,MACxF,KAAK,UACL,IAAK,MAAmBljC,KAAKq6B,QAAQqJ,UAAY1jC,KAAK0oB,KAAK,GAAG1oB,KAAKq6B,QAAQ4I,QAAQ,EAAI,MACvF,KAAK,QAAmBjjC,KAAKq6B,QAAQsJ,WAAa3jC,KAAK0oB,MAAM1oB,KAAKq6B,QAAQ2I,SAAS,EAAK,MACxF,KAAK,QAMLhjC,KAAKq6B,QAAQtzB,WAAaqrB,IAC5BpyB,KAAKq6B,QAAU,GAAIh2B,MAAKrE,KAAK2zB,KAAK5sB,YAGpCpF,EAASq4B,oBAAoBh6B,KAAMoyB,IAQrCrwB,EAAS0R,UAAUkV,WAAa,WAC9B,MAAO3oB,MAAKq6B,SAcdt4B,EAAS0R,UAAUmwB,SAAW,SAASC,EAAUC,GAC/C9jC,KAAKwd,MAAQqmB,EAETC,EAAU,IACZ9jC,KAAK0oB,KAAOob,GAGd9jC,KAAK+7B,WAAY,GAOnBh6B,EAAS0R,UAAUswB,aAAe,SAAUC,GAC1ChkC,KAAK+7B,UAAYiI,GAQnBjiC,EAAS0R,UAAU6oB,eAAiB,SAASX,GAC3C,GAAmBp1B,QAAfo1B,EAAJ,CAMA,GAAIsI,GAAiB,QACjBC,EAAiB,OACjBC,EAAiB,MACjBC,EAAiB,KACjBC,EAAiB,IACjBC,EAAiB,IACjBC,EAAiB,CAGR,KAATN,EAAgBtI,IAAqB37B,KAAKwd,MAAQ,OAAexd,KAAK0oB,KAAO,KACpE,IAATub,EAAetI,IAAsB37B,KAAKwd,MAAQ,OAAexd,KAAK0oB,KAAO,KACpE,IAATub,EAAetI,IAAsB37B,KAAKwd,MAAQ,OAAexd,KAAK0oB,KAAO,KACpE,GAATub,EAActI,IAAuB37B,KAAKwd,MAAQ,OAAexd,KAAK0oB,KAAO,IACpE,GAATub,EAActI,IAAuB37B,KAAKwd,MAAQ,OAAexd,KAAK0oB,KAAO,IACpE,EAATub,EAAatI,IAAwB37B,KAAKwd,MAAQ,OAAexd,KAAK0oB,KAAO,GAC7Eub,EAAWtI,IAA0B37B,KAAKwd,MAAQ,OAAexd,KAAK0oB,KAAO,GACnE,EAAVwb,EAAcvI,IAAuB37B,KAAKwd,MAAQ,QAAexd,KAAK0oB,KAAO,GAC7Ewb,EAAYvI,IAAyB37B,KAAKwd,MAAQ,QAAexd,KAAK0oB,KAAO,GACrE,EAARyb,EAAYxI,IAAyB37B,KAAKwd,MAAQ,MAAexd,KAAK0oB,KAAO,GACrE,EAARyb,EAAYxI,IAAyB37B,KAAKwd,MAAQ,MAAexd,KAAK0oB,KAAO,GAC7Eyb,EAAUxI,IAA2B37B,KAAKwd,MAAQ,MAAexd,KAAK0oB,KAAO,GAC7Eyb,EAAQ,EAAIxI,IAAyB37B,KAAKwd,MAAQ,UAAexd,KAAK0oB,KAAO,GACpE,EAAT0b,EAAazI,IAAwB37B,KAAKwd,MAAQ,OAAexd,KAAK0oB,KAAO,GAC7E0b,EAAWzI,IAA0B37B,KAAKwd,MAAQ,OAAexd,KAAK0oB,KAAO,GAClE,GAAX2b,EAAgB1I,IAAqB37B,KAAKwd,MAAQ,SAAexd,KAAK0oB,KAAO,IAClE,GAAX2b,EAAgB1I,IAAqB37B,KAAKwd,MAAQ,SAAexd,KAAK0oB,KAAO,IAClE,EAAX2b,EAAe1I,IAAsB37B,KAAKwd,MAAQ,SAAexd,KAAK0oB,KAAO,GAC7E2b,EAAa1I,IAAwB37B,KAAKwd,MAAQ,SAAexd,KAAK0oB,KAAO,GAClE,GAAX4b,EAAgB3I,IAAqB37B,KAAKwd,MAAQ,SAAexd,KAAK0oB,KAAO,IAClE,GAAX4b,EAAgB3I,IAAqB37B,KAAKwd,MAAQ,SAAexd,KAAK0oB,KAAO,IAClE,EAAX4b,EAAe3I,IAAsB37B,KAAKwd,MAAQ,SAAexd,KAAK0oB,KAAO,GAC7E4b,EAAa3I,IAAwB37B,KAAKwd,MAAQ,SAAexd,KAAK0oB,KAAO,GAC7D,IAAhB6b,EAAsB5I,IAAe37B,KAAKwd,MAAQ,cAAexd,KAAK0oB,KAAO,KAC7D,IAAhB6b,EAAsB5I,IAAe37B,KAAKwd,MAAQ,cAAexd,KAAK0oB,KAAO,KAC7D,GAAhB6b,EAAqB5I,IAAgB37B,KAAKwd,MAAQ,cAAexd,KAAK0oB,KAAO,IAC7D,GAAhB6b,EAAqB5I,IAAgB37B,KAAKwd,MAAQ,cAAexd,KAAK0oB,KAAO,IAC7D,EAAhB6b,EAAoB5I,IAAiB37B,KAAKwd,MAAQ,cAAexd,KAAK0oB,KAAO,GAC7E6b,EAAkB5I,IAAmB37B,KAAKwd,MAAQ,cAAexd,KAAK0oB,KAAO,KASnF3mB,EAAS0R,UAAU+hB,KAAO,SAASwD,GACjC,GAAIL,GAAQ,GAAIt0B,MAAK20B,EAAKjyB,UAE1B,IAAkB,QAAd/G,KAAKwd,MAAiB,CACxB,GAAIsb,GAAOH,EAAMoK,cAAgB99B,KAAKipB,MAAMyK,EAAMgL,WAAa,GAC/DhL,GAAMmK,YAAY79B,KAAKipB,MAAM4K,EAAO94B,KAAK0oB,MAAQ1oB,KAAK0oB,MACtDiQ,EAAMqK,SAAS,GACfrK,EAAMsK,QAAQ,GACdtK,EAAMuK,SAAS,GACfvK,EAAMwK,WAAW,GACjBxK,EAAMyK,WAAW,GACjBzK,EAAM0K,gBAAgB,OAEnB,IAAkB,SAAdrjC,KAAKwd,MACRmb,EAAM+K,UAAY,IACpB/K,EAAMsK,QAAQ,GACdtK,EAAMqK,SAASrK,EAAMgL,WAAa,IAIlChL,EAAMsK,QAAQ,GAGhBtK,EAAMuK,SAAS,GACfvK,EAAMwK,WAAW,GACjBxK,EAAMyK,WAAW,GACjBzK,EAAM0K,gBAAgB,OAEnB,IAAkB,OAAdrjC,KAAKwd,MAAgB,CAE5B,OAAQxd,KAAK0oB,MACX,IAAK,GACL,IAAK,GACHiQ,EAAMuK,SAA6C,GAApCj+B,KAAKipB,MAAMyK,EAAM8K,WAAa,IAAW,MAC1D,SACE9K,EAAMuK,SAA6C,GAApCj+B,KAAKipB,MAAMyK,EAAM8K,WAAa,KAEjD9K,EAAMwK,WAAW,GACjBxK,EAAMyK,WAAW,GACjBzK,EAAM0K,gBAAgB,OAEnB,IAAkB,WAAdrjC,KAAKwd,MAAoB,CAEhC,OAAQxd,KAAK0oB,MACX,IAAK,GACL,IAAK,GACHiQ,EAAMuK,SAA6C,GAApCj+B,KAAKipB,MAAMyK,EAAM8K,WAAa,IAAW,MAC1D,SACE9K,EAAMuK,SAA4C,EAAnCj+B,KAAKipB,MAAMyK,EAAM8K,WAAa,IAEjD9K,EAAMwK,WAAW,GACjBxK,EAAMyK,WAAW,GACjBzK,EAAM0K,gBAAgB,OAEnB,IAAkB,QAAdrjC,KAAKwd,MAAiB,CAC7B,OAAQxd,KAAK0oB,MACX,IAAK,GACHiQ,EAAMwK,WAAiD,GAAtCl+B,KAAKipB,MAAMyK,EAAM6K,aAAe,IAAW,MAC9D,SACE7K,EAAMwK,WAAiD,GAAtCl+B,KAAKipB,MAAMyK,EAAM6K,aAAe,KAErD7K,EAAMyK,WAAW,GACjBzK,EAAM0K,gBAAgB,OACjB,IAAkB,UAAdrjC,KAAKwd,MAAmB,CAEjC,OAAQxd,KAAK0oB,MACX,IAAK,IACL,IAAK,IACHiQ,EAAMwK,WAAgD,EAArCl+B,KAAKipB,MAAMyK,EAAM6K,aAAe,IACjD7K,EAAMyK,WAAW,EACjB,MACF,KAAK,GACHzK,EAAMyK,WAAiD,GAAtCn+B,KAAKipB,MAAMyK,EAAM4K,aAAe,IAAW,MAC9D,SACE5K,EAAMyK,WAAiD,GAAtCn+B,KAAKipB,MAAMyK,EAAM4K,aAAe,KAErD5K,EAAM0K,gBAAgB,OAEnB,IAAkB,UAAdrjC,KAAKwd,MAEZ,OAAQxd,KAAK0oB,MACX,IAAK,IACL,IAAK,IACHiQ,EAAMyK,WAAgD,EAArCn+B,KAAKipB,MAAMyK,EAAM4K,aAAe,IACjD5K,EAAM0K,gBAAgB,EACtB,MACF,KAAK,GACH1K,EAAM0K,gBAA6D,IAA7Cp+B,KAAKipB,MAAMyK,EAAM2K,kBAAoB,KAAe,MAC5E,SACE3K,EAAM0K,gBAA4D,IAA5Cp+B,KAAKipB,MAAMyK,EAAM2K,kBAAoB,UAG5D,IAAkB,eAAdtjC,KAAKwd,MAAwB,CACpC,GAAIkL,GAAO1oB,KAAK0oB,KAAO,EAAI1oB,KAAK0oB,KAAO,EAAI,CAC3CiQ,GAAM0K,gBAAgBp+B,KAAKipB,MAAMyK,EAAM2K,kBAAoB5a,GAAQA,GAGrE,MAAOiQ,IAQT52B,EAAS0R,UAAUiqB,QAAU,WAC3B,GAAyB,GAArB19B,KAAKu6B,aAEP,OADAv6B,KAAKu6B,cAAe,EACZv6B,KAAKwd,OACX,IAAK,OACL,IAAK,QACL,IAAK,UACL,IAAK,MACL,IAAK,OACL,IAAK,SACL,IAAK,SACL,IAAK,cACH,OAAO,CACT,SACE,OAAO,MAGR,IAA0B,GAAtBxd,KAAKw6B,cAEZ,OADAx6B,KAAKw6B,eAAgB,EACbx6B,KAAKwd,OACX,IAAK,UACL,IAAK,MACL,IAAK,OACL,IAAK,SACL,IAAK,SACL,IAAK,cACH,OAAO,CACT,SACE,OAAO,MAGR,IAAwB,GAApBxd,KAAKy6B,YAEZ,OADAz6B,KAAKy6B,aAAc,EACXz6B,KAAKwd,OACX,IAAK,cACL,IAAK,SACL,IAAK,SACL,IAAK,OACH,OAAO,CACT,SACE,OAAO,EAIb,OAAQxd,KAAKwd,OACX,IAAK,cACH,MAA0C,IAAlCxd,KAAKq6B,QAAQiJ,iBACvB,KAAK,SACH,MAAqC,IAA7BtjC,KAAKq6B,QAAQkJ,YACvB,KAAK,SACH,MAAmC,IAA3BvjC,KAAKq6B,QAAQoJ,YAAkD,GAA7BzjC,KAAKq6B,QAAQmJ,YACzD,KAAK,OACH,MAAmC,IAA3BxjC,KAAKq6B,QAAQoJ,UACvB,KAAK,UACL,IAAK,MACH,MAAkC,IAA1BzjC,KAAKq6B,QAAQqJ,SACvB,KAAK,QACH,MAAmC,IAA3B1jC,KAAKq6B,QAAQsJ,UACvB,KAAK,OACH,OAAO,CACT,SACE,OAAO,IAWb5hC,EAAS0R,UAAU+wB,cAAgB,SAASxL,GAC9BzyB,QAARyyB,IACFA,EAAOh5B,KAAKq6B,QAGd,IAAI6H,GAASliC,KAAKkiC,OAAOE,YAAYpiC,KAAKwd,MAC1C,OAAQ0kB,IAAUA,EAAOx8B,OAAS,EAAK7B,EAAOm1B,GAAMkJ,OAAOA,GAAU,IASvEngC,EAAS0R,UAAUgxB,cAAgB,SAASzL,GAC9BzyB,QAARyyB,IACFA,EAAOh5B,KAAKq6B,QAGd,IAAI6H,GAASliC,KAAKkiC,OAAOQ,YAAY1iC,KAAKwd,MAC1C,OAAQ0kB,IAAUA,EAAOx8B,OAAS,EAAK7B,EAAOm1B,GAAMkJ,OAAOA,GAAU,IAGvEngC,EAAS0R,UAAUixB,aAAe,WAKhC,QAASC,GAAKv9B,GACZ,MAAQA,GAAQshB,EAAO,GAAK,EAAK,QAAU,OAG7C,QAASkc,GAAM5L,GACb,MAAIA,GAAK6L,OAAO,GAAIxgC,MAAQ,OACnB,SAEL20B,EAAK6L,OAAOhhC,IAAS0P,IAAI,EAAG,OAAQ,OAC/B,YAELylB,EAAK6L,OAAOhhC,IAAS0P,IAAI,GAAI,OAAQ,OAChC,aAEF,GAGT,QAASuxB,GAAY9L,GACnB,MAAOA,GAAK6L,OAAO,GAAIxgC,MAAQ,QAAU,gBAAkB,GAG7D,QAAS0gC,GAAa/L,GACpB,MAAOA,GAAK6L,OAAO,GAAIxgC,MAAQ,SAAW,iBAAmB,GAG/D,QAAS2gC,GAAYhM,GACnB,MAAOA,GAAK6L,OAAO,GAAIxgC,MAAQ,QAAU,gBAAkB,GA9B7D,GAAI7D,GAAIqD,EAAO7D,KAAKq6B,SAChBrB,EAAOx4B,EAAEykC,OAASzkC,EAAEykC,OAAO,MAAQzkC,EAAE0kC,KAAK,MAC1Cxc,EAAO1oB,KAAK0oB,IA+BhB,QAAQ1oB,KAAKwd,OACX,IAAK,cACH,MAAOmnB,GAAK3L,EAAK+E,gBAAgBtwB,MAEnC,KAAK,SACH,MAAOk3B,GAAK3L,EAAK8E,WAAWrwB,MAE9B,KAAK,SACH,MAAOk3B,GAAK3L,EAAK6E,WAAWpwB,MAE9B,KAAK,OACH,GAAImwB,GAAQ5E,EAAK4E,OAIjB,OAHiB,IAAb59B,KAAK0oB,OACPkV,EAAQA,EAAQ,KAAOA,EAAQ,IAE1BA,EAAQ,IAAMgH,EAAM5L,GAAQ2L,EAAK3L,EAAK4E,QAE/C,KAAK,UACH,MAAO5E,GAAKkJ,OAAO,QAAQiD,cACvBP,EAAM5L,GAAQ8L,EAAY9L,GAAQ2L,EAAK3L,EAAKA,OAElD,KAAK,MACH,GAAIJ,GAAMI,EAAKA,OACXC,EAAQD,EAAKkJ,OAAO,QAAQiD,aAChC,OAAO,MAAQvM,EAAM,IAAMK,EAAQ8L,EAAa/L,GAAQ2L,EAAK/L,EAAM,EAErE,KAAK,QACH,MAAOI,GAAKkJ,OAAO,QAAQiD,cACvBJ,EAAa/L,GAAQ2L,EAAK3L,EAAKC,QAErC,KAAK,OACH,GAAIH,GAAOE,EAAKF,MAChB,OAAO,OAASA,EAAOkM,EAAYhM,GAAO2L,EAAK7L,EAEjD,SACE,MAAO,KAIbj5B,EAAOD,QAAUmC,GAKb,SAASlC,GAOb,QAAS0C,KACPvC,KAAK+O,QAAU,KACf/O,KAAK+F,MAAQ,KAQfxD,EAAUkR,UAAUD,WAAa,SAASzE,GACpCA,GACFpO,KAAK0E,OAAOrF,KAAK+O,QAASA,IAQ9BxM,EAAUkR,UAAUuO,OAAS,WAE3B,OAAO,GAMTzf,EAAUkR,UAAUG,QAAU,aAU9BrR,EAAUkR,UAAU2xB,WAAa,WAC/B,GAAIC,GAAWrlC,KAAK+F,MAAMu/B,iBAAmBtlC,KAAK+F,MAAM8M,OACpD7S,KAAK+F,MAAMw/B,kBAAoBvlC,KAAK+F,MAAM+M,MAK9C,OAHA9S,MAAK+F,MAAMu/B,eAAiBtlC,KAAK+F,MAAM8M,MACvC7S,KAAK+F,MAAMw/B,gBAAkBvlC,KAAK+F,MAAM+M,OAEjCuyB,GAGTxlC,EAAOD,QAAU2C,GAKb,SAAS1C,EAAQD,EAASM,GAe9B,QAASsC,GAAa2yB,EAAMpmB,GAC1B/O,KAAKm1B,KAAOA,EAGZn1B,KAAK60B,gBACH2Q,iBAAiB,EAEjBC,QAASA,EACTR,OAAQ,MAEVjlC,KAAK+O,QAAUpO,EAAK0E,UAAWrF,KAAK60B,gBACpC70B,KAAKkqB,OAAS,EAEdlqB,KAAKk1B,UAELl1B,KAAKwT,WAAWzE,GA5BlB,GAAIpO,GAAOT,EAAoB,GAC3BqC,EAAYrC,EAAoB,IAChC2D,EAAS3D,EAAoB,IAC7BulC,EAAUvlC,EAAoB,GA4BlCsC,GAAYiR,UAAY,GAAIlR,GAM5BC,EAAYiR,UAAUyhB,QAAU,WAC9B,GAAI7C,GAAMxgB,SAASM,cAAc,MACjCkgB,GAAItqB,UAAY,cAChBsqB,EAAI7kB,MAAM2W,SAAW,WACrBkO,EAAI7kB,MAAM5F,IAAM,MAChByqB,EAAI7kB,MAAMsF,OAAS,OAEnB9S,KAAKqyB,IAAMA,GAMb7vB,EAAYiR,UAAUG,QAAU,WAC9B5T,KAAK+O,QAAQy2B,iBAAkB,EAC/BxlC,KAAKgiB,SAELhiB,KAAKm1B,KAAO,MAQd3yB,EAAYiR,UAAUD,WAAa,SAASzE,GACtCA,GAEFpO,EAAKmF,iBAAiB,kBAAmB,SAAU,WAAY9F,KAAK+O,QAASA,IAQjFvM,EAAYiR,UAAUuO,OAAS,WAC7B,GAAIhiB,KAAK+O,QAAQy2B,gBAAiB,CAChC,GAAIE,GAAS1lC,KAAKm1B,KAAK5E,IAAIoV,kBACvB3lC,MAAKqyB,IAAIvoB,YAAc47B,IAErB1lC,KAAKqyB,IAAIvoB,YACX9J,KAAKqyB,IAAIvoB,WAAW2H,YAAYzR,KAAKqyB,KAEvCqT,EAAO3zB,YAAY/R,KAAKqyB,KAExBryB,KAAKkQ,QAGP,IAAIytB,GAAM,GAAIt5B,OAAK,GAAIA,OAAO0C,UAAY/G,KAAKkqB,QAC3C7X,EAAIrS,KAAKm1B,KAAKx0B,KAAK80B,SAASkI,GAE5BsH,EAASjlC,KAAK+O,QAAQ02B,QAAQzlC,KAAK+O,QAAQk2B,QAC3CW,EAAQX,EAAO5K,QAAU,IAAM4K,EAAOvK,KAAO,KAAO72B,EAAO85B,GAAKuE,OAAO,8BAC3E0D,GAAQA,EAAMjgB,OAAO,GAAGtZ,cAAgBu5B,EAAMt5B,UAAU,GAExDtM,KAAKqyB,IAAI7kB,MAAMhG,KAAO6K,EAAI,KAC1BrS,KAAKqyB,IAAIuT,MAAQA,MAIb5lC,MAAKqyB,IAAIvoB,YACX9J,KAAKqyB,IAAIvoB,WAAW2H,YAAYzR,KAAKqyB,KAEvCryB,KAAKylB,MAGP,QAAO,GAMTjjB,EAAYiR,UAAUvD,MAAQ,WAG5B,QAASiF,KACPV,EAAGgR,MAGH,IAAIjI,GAAQ/I,EAAG0gB,KAAKc,MAAM0E,WAAWlmB,EAAG0gB,KAAKC,SAAS1I,OAAO7Z,OAAO2K,MAChEwV,EAAW,EAAIxV,EAAQ,EACZ,IAAXwV,IAAiBA,EAAW,IAC5BA,EAAW,MAAMA,EAAW,KAEhCve,EAAGuN,SAGHvN,EAAGoxB,iBAAmBhsB,WAAW1E,EAAQ6d,GAd3C,GAAIve,GAAKzU,IAiBTmV,MAMF3S,EAAYiR,UAAUgS,KAAO,WACGlf,SAA1BvG,KAAK6lC,mBACPjsB,aAAa5Z,KAAK6lC,wBACX7lC,MAAK6lC,mBAUhBrjC,EAAYiR,UAAUqyB,eAAiB,SAASpL,GAC9C,GAAItsB,GAAIzN,EAAKiG,QAAQ8zB,EAAM,QAAQ3zB,UAC/B42B,GAAM,GAAIt5B,OAAO0C,SACrB/G,MAAKkqB,OAAS9b,EAAIuvB,EAClB39B,KAAKgiB,UAOPxf,EAAYiR,UAAUsyB,eAAiB,WACrC,MAAO,IAAI1hC,OAAK,GAAIA,OAAO0C,UAAY/G,KAAKkqB,SAG9CrqB,EAAOD,QAAU4C,GAKb,SAAS3C,EAAQD,EAASM,GAiB9B,QAASuC,GAAY0yB,EAAMpmB,GACzB/O,KAAKm1B,KAAOA,EAGZn1B,KAAK60B,gBACHmR,gBAAgB,EAChBP,QAASA,EACTR,OAAQ,MAEVjlC,KAAK+O,QAAUpO,EAAK0E,UAAWrF,KAAK60B,gBAEpC70B,KAAKo2B,WAAa,GAAI/xB,MACtBrE,KAAKimC,eAGLjmC,KAAKk1B,UAELl1B,KAAKwT,WAAWzE,GAhClB,GAAIm3B,GAAShmC,EAAoB,IAC7BS,EAAOT,EAAoB,GAC3BqC,EAAYrC,EAAoB,IAChC2D,EAAS3D,EAAoB,IAC7BulC,EAAUvlC,EAAoB,GA+BlCuC,GAAWgR,UAAY,GAAIlR,GAO3BE,EAAWgR,UAAUD,WAAa,SAASzE,GACrCA,GAEFpO,EAAKmF,iBAAiB,iBAAkB,SAAU,WAAY9F,KAAK+O,QAASA,IAQhFtM,EAAWgR,UAAUyhB,QAAU,WAC7B,GAAI7C,GAAMxgB,SAASM,cAAc,MACjCkgB,GAAItqB,UAAY,aAChBsqB,EAAI7kB,MAAM2W,SAAW,WACrBkO,EAAI7kB,MAAM5F,IAAM,MAChByqB,EAAI7kB,MAAMsF,OAAS,OACnB9S,KAAKqyB,IAAMA,CAEX,IAAI8T,GAAOt0B,SAASM,cAAc,MAClCg0B,GAAK34B,MAAM2W,SAAW,WACtBgiB,EAAK34B,MAAM5F,IAAM,MACjBu+B,EAAK34B,MAAMhG,KAAO,QAClB2+B,EAAK34B,MAAMsF,OAAS,OACpBqzB,EAAK34B,MAAMqF,MAAQ,OACnBwf,EAAItgB,YAAYo0B,GAGhBnmC,KAAK8D,OAASoiC,EAAO7T,GACnB+T,iBAAiB,IAEnBpmC,KAAK8D,OAAO+P,GAAG,YAAa7T,KAAKw+B,aAAalJ,KAAKt1B,OACnDA,KAAK8D,OAAO+P,GAAG,OAAa7T,KAAKy+B,QAAQnJ,KAAKt1B,OAC9CA,KAAK8D,OAAO+P,GAAG,UAAa7T,KAAK0+B,WAAWpJ,KAAKt1B,QAMnDyC,EAAWgR,UAAUG,QAAU,WAC7B5T,KAAK+O,QAAQi3B,gBAAiB,EAC9BhmC,KAAKgiB,SAELhiB,KAAK8D,OAAOkgC,QAAO,GACnBhkC,KAAK8D,OAAS,KAEd9D,KAAKm1B,KAAO,MAOd1yB,EAAWgR,UAAUuO,OAAS,WAC5B,GAAIhiB,KAAK+O,QAAQi3B,eAAgB,CAC/B,GAAIN,GAAS1lC,KAAKm1B,KAAK5E,IAAIoV,kBACvB3lC,MAAKqyB,IAAIvoB,YAAc47B,IAErB1lC,KAAKqyB,IAAIvoB,YACX9J,KAAKqyB,IAAIvoB,WAAW2H,YAAYzR,KAAKqyB,KAEvCqT,EAAO3zB,YAAY/R,KAAKqyB,KAG1B,IAAIhgB,GAAIrS,KAAKm1B,KAAKx0B,KAAK80B,SAASz1B,KAAKo2B,YAEjC6O,EAASjlC,KAAK+O,QAAQ02B,QAAQzlC,KAAK+O,QAAQk2B,QAC3CW,EAAQX,EAAOvK,KAAO,KAAO72B,EAAO7D,KAAKo2B,YAAY8L,OAAO,8BAChE0D,GAAQA,EAAMjgB,OAAO,GAAGtZ,cAAgBu5B,EAAMt5B,UAAU,GAExDtM,KAAKqyB,IAAI7kB,MAAMhG,KAAO6K,EAAI,KAC1BrS,KAAKqyB,IAAIuT,MAAQA,MAIb5lC,MAAKqyB,IAAIvoB,YACX9J,KAAKqyB,IAAIvoB,WAAW2H,YAAYzR,KAAKqyB,IAIzC,QAAO,GAOT5vB,EAAWgR,UAAU4yB,cAAgB,SAAS3L,GAC5C16B,KAAKo2B,WAAaz1B,EAAKiG,QAAQ8zB,EAAM,QACrC16B,KAAKgiB,UAOPvf,EAAWgR,UAAU6yB,cAAgB,WACnC,MAAO,IAAIjiC,MAAKrE,KAAKo2B,WAAWrvB,YAQlCtE,EAAWgR,UAAU+qB,aAAe,SAASh1B,GAC3CxJ,KAAKimC,YAAYvG,UAAW,EAC5B1/B,KAAKimC,YAAY7P,WAAap2B,KAAKo2B,WAEnC5sB,EAAM+8B,kBACN/8B,EAAMD,kBAQR9G,EAAWgR,UAAUgrB,QAAU,SAAUj1B,GACvC,GAAKxJ,KAAKimC,YAAYvG,SAAtB,CAEA,GAAIU,GAAS52B,EAAM22B,QAAQC,OACvB/tB,EAAIrS,KAAKm1B,KAAKx0B,KAAK80B,SAASz1B,KAAKimC,YAAY7P,YAAcgK,EAC3D1F,EAAO16B,KAAKm1B,KAAKx0B,KAAKk1B,OAAOxjB,EAEjCrS,MAAKqmC,cAAc3L,GAGnB16B,KAAKm1B,KAAKE,QAAQjH,KAAK,cACrBsM,KAAM,GAAIr2B,MAAKrE,KAAKo2B,WAAWrvB,aAGjCyC,EAAM+8B,kBACN/8B,EAAMD,mBAQR9G,EAAWgR,UAAUirB,WAAa,SAAUl1B,GACrCxJ,KAAKimC,YAAYvG,WAGtB1/B,KAAKm1B,KAAKE,QAAQjH,KAAK,eACrBsM,KAAM,GAAIr2B,MAAKrE,KAAKo2B,WAAWrvB,aAGjCyC,EAAM+8B,kBACN/8B,EAAMD,mBAGR1J,EAAOD,QAAU6C,GAKb,SAAS5C,EAAQD,EAASM,GAe9B,QAASwC,GAAUyyB,EAAMpmB,EAASy3B,EAAKC,GACrCzmC,KAAKK,GAAKM,EAAKoE,aACf/E,KAAKm1B,KAAOA,EAEZn1B,KAAK60B,gBACHE,YAAa,OACb2R,iBAAiB,EACjBC,iBAAiB,EACjBC,OAAO,EACPC,iBAAkB,EAClBC,iBAAkB,EAClBC,aAAc,GACdC,aAAc,EACdC,UAAW,GACXp0B,MAAO,OACPoW,SAAS,EACT6S,YAAY,EACZD,aACEr0B,MAAOiE,IAAIlF,OAAW2G,IAAI3G,QAC1BqhB,OAAQnc,IAAIlF,OAAW2G,IAAI3G,SAE7Bq/B,OACEp+B,MAAOsiB,KAAKvjB,QACZqhB,OAAQkC,KAAKvjB,SAEf27B,QACE16B,MAAO81B,SAAU/2B,QACjBqhB,OAAQ0V,SAAU/2B,UAItBvG,KAAKymC,iBAAmBA,EACxBzmC,KAAKknC,aAAeV,EACpBxmC,KAAK+F,SACL/F,KAAKmnC,aACHC,SACAC,UACAzB,UAGF5lC,KAAKuwB,OAELvwB,KAAKi2B,OAAS/lB,MAAM,EAAGC,IAAI,GAE3BnQ,KAAK+O,QAAUpO,EAAK0E,UAAWrF,KAAK60B,gBACpC70B,KAAKsnC,iBAAmB,EAExBtnC,KAAKwT,WAAWzE,GAChB/O,KAAK6S,MAAQ5O,QAAQ,GAAKjE,KAAK+O,QAAQ8D,OAAOzG,QAAQ,KAAK,KAC3DpM,KAAKunC,SAAWvnC,KAAK6S,MACrB7S,KAAK8S,OAAS9S,KAAKknC,aAAapW,aAChC9wB,KAAKy5B,QAAS,EAEdz5B,KAAKwnC,WAAa,GAClBxnC,KAAKynC,iBAAmB,GACxBznC,KAAK0nC,aAAe,GAEpB1nC,KAAK2nC,WAAa,EAClB3nC,KAAK4nC,QAAS,EACd5nC,KAAK6nC,eACL7nC,KAAK8nC,cAAe,EAGpB9nC,KAAK20B,UACL30B,KAAK+nC,eAAiB,EAGtB/nC,KAAKk1B,SAEL,IAAIzgB,GAAKzU,IACTA,MAAKm1B,KAAKE,QAAQxhB,GAAG,eAAgB,WACnCY,EAAG8b,IAAIyX,cAAcx6B,MAAM5F,IAAM6M,EAAG0gB,KAAKC,SAAS6S,UAAY,OApFlE,GAAItnC,GAAOT,EAAoB,GAC3BU,EAAUV,EAAoB,GAC9BqC,EAAYrC,EAAoB,IAChC0B,EAAW1B,EAAoB,GAqFnCwC,GAAS+Q,UAAY,GAAIlR,GAGzBG,EAAS+Q,UAAUy0B,SAAW,SAASlf,EAAOmf,GACvCnoC,KAAK20B,OAAO9uB,eAAemjB,KAC9BhpB,KAAK20B,OAAO3L,GAASmf,GAEvBnoC,KAAK+nC,gBAAkB,GAGzBrlC,EAAS+Q,UAAU20B,YAAc,SAASpf,EAAOmf,GAC/CnoC,KAAK20B,OAAO3L,GAASmf,GAGvBzlC,EAAS+Q,UAAU40B,YAAc,SAASrf,GACpChpB,KAAK20B,OAAO9uB,eAAemjB,WACtBhpB,MAAK20B,OAAO3L,GACnBhpB,KAAK+nC,gBAAkB,IAK3BrlC,EAAS+Q,UAAUD,WAAa,SAAUzE,GACxC,GAAIA,EAAS,CACX,GAAIiT,IAAS,CACThiB,MAAK+O,QAAQgmB,aAAehmB,EAAQgmB,aAAuCxuB,SAAxBwI,EAAQgmB,cAC7D/S,GAAS,EAEX,IAAIxT,IACF,cACA,kBACA,kBACA,QACA,mBACA,mBACA,eACA,eACA,YACA,QACA,UACA,cACA,QACA,SACA,aAEF7N,GAAKmF,gBAAgB0I,EAAQxO,KAAK+O,QAASA,GAE3C/O,KAAKunC,SAAWtjC,QAAQ,GAAKjE,KAAK+O,QAAQ8D,OAAOzG,QAAQ,KAAK,KAEhD,GAAV4V,GAAkBhiB,KAAKuwB,IAAI1Q,QAC7B7f,KAAKsoC,OACLtoC,KAAKuoC,UASX7lC,EAAS+Q,UAAUyhB,QAAU,WAC3Bl1B,KAAKuwB,IAAI1Q,MAAQhO,SAASM,cAAc,OACxCnS,KAAKuwB,IAAI1Q,MAAMrS,MAAMqF,MAAQ7S,KAAK+O,QAAQ8D,MAC1C7S,KAAKuwB,IAAI1Q,MAAMrS,MAAMsF,OAAS9S,KAAK8S,OAEnC9S,KAAKuwB,IAAIyX,cAAgBn2B,SAASM,cAAc,OAChDnS,KAAKuwB,IAAIyX,cAAcx6B,MAAMqF,MAAQ,OACrC7S,KAAKuwB,IAAIyX,cAAcx6B,MAAMsF,OAAS9S,KAAK8S,OAC3C9S,KAAKuwB,IAAIyX,cAAcx6B,MAAM2W,SAAW,WAGxCnkB,KAAKwmC,IAAM30B,SAASC,gBAAgB,6BAA6B,OACjE9R,KAAKwmC,IAAIh5B,MAAM2W,SAAW,WAC1BnkB,KAAKwmC,IAAIh5B,MAAM5F,IAAM,MACrB5H,KAAKwmC,IAAIh5B,MAAMsF,OAAS,OACxB9S,KAAKwmC,IAAIh5B,MAAMqF,MAAQ,OACvB7S,KAAKwmC,IAAIh5B,MAAMg7B,QAAU,QACzBxoC,KAAKuwB,IAAI1Q,MAAM9N,YAAY/R,KAAKwmC,MAGlC9jC,EAAS+Q,UAAUg1B,kBAAoB,WACrC7nC,EAAQuQ,gBAAgBnR,KAAK6nC,YAE7B,IAAIx1B,GACA40B,EAAYjnC,KAAK+O,QAAQk4B,UACzByB,EAAa,GACbC,EAAa,EACbr2B,EAAIq2B,EAAa,GAAMD,CAGzBr2B,GAD8B,QAA5BrS,KAAK+O,QAAQgmB,YACX4T,EAGA3oC,KAAK6S,MAAQo0B,EAAY0B,CAG/B,KAAK,GAAI9Q,KAAW73B,MAAK20B,OACnB30B,KAAK20B,OAAO9uB,eAAegyB,KACO,GAAhC73B,KAAK20B,OAAOkD,GAAS5O,SAAkE1iB,SAA9CvG,KAAKymC,iBAAiB1O,WAAWF,IAAuE,GAA7C73B,KAAKymC,iBAAiB1O,WAAWF,KACvI73B,KAAK20B,OAAOkD,GAAS+Q,SAASv2B,EAAGC,EAAGtS,KAAK6nC,YAAa7nC,KAAKwmC,IAAKS,EAAWyB,GAC3Ep2B,GAAKo2B,EAAaC,GAKxB/nC,GAAQ4Q,gBAAgBxR,KAAK6nC,aAC7B7nC,KAAK8nC,cAAe,GAGtBplC,EAAS+Q,UAAUo1B,cAAgB,WACR,GAArB7oC,KAAK8nC,eACPlnC,EAAQuQ,gBAAgBnR,KAAK6nC,aAC7BjnC,EAAQ4Q,gBAAgBxR,KAAK6nC,aAC7B7nC,KAAK8nC,cAAe,IAOxBplC,EAAS+Q,UAAU80B,KAAO,WACxBvoC,KAAKy5B,QAAS,EACTz5B,KAAKuwB,IAAI1Q,MAAM/V,aACc,QAA5B9J,KAAK+O,QAAQgmB,YACf/0B,KAAKm1B,KAAK5E,IAAI/oB,KAAKuK,YAAY/R,KAAKuwB,IAAI1Q,OAGxC7f,KAAKm1B,KAAK5E,IAAI3I,MAAM7V,YAAY/R,KAAKuwB,IAAI1Q,QAIxC7f,KAAKuwB,IAAIyX,cAAcl+B,YAC1B9J,KAAKm1B,KAAK5E,IAAIuY,qBAAqB/2B,YAAY/R,KAAKuwB,IAAIyX,gBAO5DtlC,EAAS+Q,UAAU60B,KAAO,WACxBtoC,KAAKy5B,QAAS,EACVz5B,KAAKuwB,IAAI1Q,MAAM/V,YACjB9J,KAAKuwB,IAAI1Q,MAAM/V,WAAW2H,YAAYzR,KAAKuwB,IAAI1Q,OAG7C7f,KAAKuwB,IAAIyX,cAAcl+B,YACzB9J,KAAKuwB,IAAIyX,cAAcl+B,WAAW2H,YAAYzR,KAAKuwB,IAAIyX,gBAU3DtlC,EAAS+Q,UAAUsgB,SAAW,SAAU7jB,EAAOC,GAC1B,GAAfnQ,KAAK4nC,QAA8C,GAA3B5nC,KAAK+O,QAAQ+sB,YAA2C,IAArB97B,KAAK0nC,cAC9Dx3B,EAAQ,IACVA,EAAQ,GAGZlQ,KAAKi2B,MAAM/lB,MAAQA,EACnBlQ,KAAKi2B,MAAM9lB,IAAMA,GAOnBzN,EAAS+Q,UAAUuO,OAAS,WAC1B,GAAIqjB,IAAU,EACV0D,EAAe,CAGnB/oC,MAAKuwB,IAAIyX,cAAcx6B,MAAM5F,IAAM5H,KAAKm1B,KAAKC,SAAS6S,UAAY,IAElE,KAAK,GAAIpQ,KAAW73B,MAAK20B,OACnB30B,KAAK20B,OAAO9uB,eAAegyB,KACO,GAAhC73B,KAAK20B,OAAOkD,GAAS5O,SAAkE1iB,SAA9CvG,KAAKymC,iBAAiB1O,WAAWF,IAAuE,GAA7C73B,KAAKymC,iBAAiB1O,WAAWF,IACvIkR,IAIN,IAA2B,GAAvB/oC,KAAK+nC,gBAAuC,GAAhBgB,EAC9B/oC,KAAKsoC,WAEF,CACHtoC,KAAKuoC,OACLvoC,KAAK8S,OAAS7O,OAAOjE,KAAKknC,aAAa15B,MAAMsF,OAAO1G,QAAQ,KAAK,KAGjEpM,KAAKuwB,IAAIyX,cAAcx6B,MAAMsF,OAAS9S,KAAK8S,OAAS,KACpD9S,KAAK6S,MAAgC,GAAxB7S,KAAK+O,QAAQka,QAAkBhlB,QAAQ,GAAKjE,KAAK+O,QAAQ8D,OAAOzG,QAAQ,KAAK,KAAO,CAEjG,IAAIrG,GAAQ/F,KAAK+F,MACb8Z,EAAQ7f,KAAKuwB,IAAI1Q,KAGrBA,GAAM9X,UAAY,WAGlB/H,KAAKgpC,oBAEL,IAAIjU,GAAc/0B,KAAK+O,QAAQgmB,YAC3B2R,EAAkB1mC,KAAK+O,QAAQ23B,gBAC/BC,EAAkB3mC,KAAK+O,QAAQ43B,eAGnC5gC,GAAMkjC,iBAAmBvC,EAAkB3gC,EAAMmjC,gBAAkB,EACnEnjC,EAAMojC,iBAAmBxC,EAAkB5gC,EAAMqjC,gBAAkB,EAEnErjC,EAAMsjC,eAAiBrpC,KAAKm1B,KAAK5E,IAAIuY,qBAAqBlY,YAAc5wB,KAAK2nC,WAAa3nC,KAAK6S,MAAQ,EAAI7S,KAAK+O,QAAQ+3B,iBACxH/gC,EAAMujC,gBAAkB,EACxBvjC,EAAMwjC,eAAiBvpC,KAAKm1B,KAAK5E,IAAIuY,qBAAqBlY,YAAc5wB,KAAK2nC,WAAa3nC,KAAK6S,MAAQ,EAAI7S,KAAK+O,QAAQ83B,iBACxH9gC,EAAMyjC,gBAAkB,EAGL,QAAfzU,GACFlV,EAAMrS,MAAM5F,IAAM,IAClBiY,EAAMrS,MAAMhG,KAAO,IACnBqY,EAAMrS,MAAMqW,OAAS,GACrBhE,EAAMrS,MAAMqF,MAAQ7S,KAAK6S,MAAQ,KACjCgN,EAAMrS,MAAMsF,OAAS9S,KAAK8S,OAAS,KACnC9S,KAAK+F,MAAM8M,MAAQ7S,KAAKm1B,KAAKC,SAAS5tB,KAAKqL,MAC3C7S,KAAK+F,MAAM+M,OAAS9S,KAAKm1B,KAAKC,SAAS5tB,KAAKsL,SAG5C+M,EAAMrS,MAAM5F,IAAM,GAClBiY,EAAMrS,MAAMqW,OAAS,IACrBhE,EAAMrS,MAAMhG,KAAO,IACnBqY,EAAMrS,MAAMqF,MAAQ7S,KAAK6S,MAAQ,KACjCgN,EAAMrS,MAAMsF,OAAS9S,KAAK8S,OAAS,KACnC9S,KAAK+F,MAAM8M,MAAQ7S,KAAKm1B,KAAKC,SAASxN,MAAM/U,MAC5C7S,KAAK+F,MAAM+M,OAAS9S,KAAKm1B,KAAKC,SAASxN,MAAM9U,QAG/CuyB,EAAUrlC,KAAKypC,gBACfpE,EAAUrlC,KAAKolC,cAAgBC,EAEL,GAAtBrlC,KAAK+O,QAAQ63B,MACf5mC,KAAKyoC,oBAGLzoC,KAAK6oC,gBAGP7oC,KAAK0pC,aAAa3U,GAEpB,MAAOsQ,IAOT3iC,EAAS+Q,UAAUg2B,cAAgB,WACjC,GAAIpE,IAAU,CACdzkC,GAAQuQ,gBAAgBnR,KAAKmnC,YAAYC,OACzCxmC,EAAQuQ,gBAAgBnR,KAAKmnC,YAAYE,OAEzC,IAAItS,GAAc/0B,KAAK+O,QAAqB,YAGxC4sB,EAAc37B,KAAK4nC,OAAS5nC,KAAK+F,MAAMqjC,iBAAmB,GAAKppC,KAAKynC,iBAEpE/e,EAAO,GAAI9mB,GACb5B,KAAKi2B,MAAM/lB,MACXlQ,KAAKi2B,MAAM9lB,IACXwrB,EACA37B,KAAKuwB,IAAI1Q,MAAMiR,aACf9wB,KAAK+O,QAAQ8sB,YAAY77B,KAAK+O,QAAQgmB,aACvB,GAAf/0B,KAAK4nC,QAAmB5nC,KAAK+O,QAAQ+sB,WAGvC97B,MAAK0oB,KAAOA,CAGZ,IAAI8e,IAAcxnC,KAAKuwB,IAAI1Q,MAAMiR,aAAgBpI,EAAKyT,WAAan8B,KAAKuwB,IAAI1Q,MAAMiR,aAAepI,EAAKwU,gBAAoBxU,EAAKwU,YAAcxU,EAAKyT,WAAazT,EAAKA,KAEpK1oB,MAAKwnC,WAAaA,CAElB,IAAImC,GAAgB3pC,KAAK8S,OAAS00B,EAC9BoC,EAAiB,CAGrB,IAAmB,GAAf5pC,KAAK4nC,OAAiB,CACxBJ,EAAaxnC,KAAKynC,iBAClBmC,EAAiB3kC,KAAKipB,MAAOluB,KAAKuwB,IAAI1Q,MAAMiR,aAAe0W,EAAcmC,EACzE,KAAK,GAAIpkC,GAAI,EAAO,GAAMqkC,EAAVrkC,EAA0BA,IACxCmjB,EAAK2U,UAIP,IAFAsM,EAAgB3pC,KAAK8S,OAAS00B,EAEL,IAArBxnC,KAAK0nC,cAAiD,GAA3B1nC,KAAK+O,QAAQ+sB,WAAoB,CAC9D,GAAI+N,GAAsBnhB,EAAKwT,UAAYxT,EAAKA,KAAQ1oB,KAAK0nC,YAC7D,IAAImC,EAAqB,EACvB,IAAK,GAAItkC,GAAI,EAAOskC,EAAJtkC,EAAwBA,IAAMmjB,EAAKE,WAEhD,IAAyB,EAArBihB,EACP,IAAK,GAAItkC,GAAI,GAAQskC,EAALtkC,EAAyBA,IAAMmjB,EAAK2U,gBAKxDsM,IAAiB,GAInB3pC,MAAK8pC,YAAcphB,EAAKwT,SACxB,IAMIoB,GANAyM,EAAiB,EAGjB78B,EAAM,CAI8B3G,UAArCvG,KAAK+O,QAAQmzB,OAAOnN,KACrBuI,EAAWt9B,KAAK+O,QAAQmzB,OAAOnN,GAAauI,UAG9Ct9B,KAAKgqC,aAAe,CAEpB,KADA,GAAI13B,GAAI,EACDpF,EAAMjI,KAAKipB,MAAMyb,IAAgB,CACtCjhB,EAAKE,OACLtW,EAAIrN,KAAKipB,MAAMhhB,EAAMs6B,GACrBuC,EAAiB78B,EAAMs6B,CACvB,IAAI9J,GAAUhV,EAAKgV,WAEf19B,KAAK+O,QAAyB,iBAAgB,GAAX2uB,GAAmC,GAAf19B,KAAK4nC,QAAsD,GAAnC5nC,KAAK+O,QAAyB,kBAC/G/O,KAAKiqC,aAAa33B,EAAI,EAAGoW,EAAKC,WAAW2U,GAAWvI,EAAa,cAAe/0B,KAAK+F,MAAMmjC,iBAGzFxL,GAAW19B,KAAK+O,QAAyB,iBAAoB,GAAf/O,KAAK4nC,QAChB,GAAnC5nC,KAAK+O,QAAyB,iBAA6B,GAAf/O,KAAK4nC,QAA8B,GAAXlK,GAClEprB,GAAK,GACPtS,KAAKiqC,aAAa33B,EAAI,EAAGoW,EAAKC,WAAW2U,GAAWvI,EAAa,cAAe/0B,KAAK+F,MAAMqjC,iBAE7FppC,KAAKkqC,YAAY53B,EAAGyiB,EAAa,wBAAyB/0B,KAAK+O,QAAQ83B,iBAAkB7mC,KAAK+F,MAAMwjC,iBAGpGvpC,KAAKkqC,YAAY53B,EAAGyiB,EAAa,wBAAyB/0B,KAAK+O,QAAQ+3B,iBAAkB9mC,KAAK+F,MAAMsjC,gBAGnF,GAAfrpC,KAAK4nC,QAAkC,GAAhBlf,EAAK2R,UAC9Br6B,KAAK0nC,aAAex6B,GAGtBA,IAIAlN,KAAKsnC,iBADY,GAAftnC,KAAK4nC,OACiBt1B,GAAKtS,KAAK8pC,YAAcphB,EAAK2R,SAG7Br6B,KAAKuwB,IAAI1Q,MAAMiR,aAAepI,EAAKwU,WAI7D,IAAIiN,GAAa,CACuB5jC,UAApCvG,KAAK+O,QAAQ62B,MAAM7Q,IAAuExuB,SAAzCvG,KAAK+O,QAAQ62B,MAAM7Q,GAAajL,OACnFqgB,EAAanqC,KAAK+F,MAAMqkC,gBAE1B,IAAIlgB,GAA+B,GAAtBlqB,KAAK+O,QAAQ63B,MAAgB3hC,KAAKiI,IAAIlN,KAAK+O,QAAQk4B,UAAWkD,GAAcnqC,KAAK+O,QAAQg4B,aAAe,GAAKoD,EAAanqC,KAAK+O,QAAQg4B,aAAe,EA0BnK,OAvBI/mC,MAAKgqC,aAAgBhqC,KAAK6S,MAAQqX,GAAmC,GAAxBlqB,KAAK+O,QAAQka,SAC5DjpB,KAAK6S,MAAQ7S,KAAKgqC,aAAe9f,EACjClqB,KAAK+O,QAAQ8D,MAAQ7S,KAAK6S,MAAQ,KAClCjS,EAAQ4Q,gBAAgBxR,KAAKmnC,YAAYC,OACzCxmC,EAAQ4Q,gBAAgBxR,KAAKmnC,YAAYE,QACzCrnC,KAAKgiB,SACLqjB,GAAU,GAGHrlC,KAAKgqC,aAAgBhqC,KAAK6S,MAAQqX,GAAmC,GAAxBlqB,KAAK+O,QAAQka,SAAmBjpB,KAAK6S,MAAQ7S,KAAKunC,UACtGvnC,KAAK6S,MAAQ5N,KAAKiI,IAAIlN,KAAKunC,SAASvnC,KAAKgqC,aAAe9f,GACxDlqB,KAAK+O,QAAQ8D,MAAQ7S,KAAK6S,MAAQ,KAClCjS,EAAQ4Q,gBAAgBxR,KAAKmnC,YAAYC,OACzCxmC,EAAQ4Q,gBAAgBxR,KAAKmnC,YAAYE,QACzCrnC,KAAKgiB,SACLqjB,GAAU,IAGVzkC,EAAQ4Q,gBAAgBxR,KAAKmnC,YAAYC,OACzCxmC,EAAQ4Q,gBAAgBxR,KAAKmnC,YAAYE,QACzChC,GAAU,GAGLA,GAGT3iC,EAAS+Q,UAAU42B,aAAe,SAAUjjC,GAC1C,GAAIkjC,GAAgBtqC,KAAK8pC,YAAc1iC,EACnCmjC,EAAiBD,EAAgBtqC,KAAKsnC,gBAC1C,OAAOiD,IAYT7nC,EAAS+Q,UAAUw2B,aAAe,SAAU33B,EAAGwX,EAAMiL,EAAahtB,EAAWyiC,GAE3E,GAAIxhB,GAAQpoB,EAAQoR,cAAc,MAAMhS,KAAKmnC,YAAYE,OAAQrnC,KAAKuwB,IAAI1Q,MAC1EmJ,GAAMjhB,UAAYA,EAClBihB,EAAMxE,UAAYsF,EACC,QAAfiL,GACF/L,EAAMxb,MAAMhG,KAAO,IAAMxH,KAAK+O,QAAQg4B,aAAe,KACrD/d,EAAMxb,MAAMqb,UAAY,UAGxBG,EAAMxb,MAAMoa,MAAQ,IAAM5nB,KAAK+O,QAAQg4B,aAAe,KACtD/d,EAAMxb,MAAMqb,UAAY,QAG1BG,EAAMxb,MAAM5F,IAAM0K,EAAI,GAAMk4B,EAAkBxqC,KAAK+O,QAAQi4B,aAAe,KAE1Eld,GAAQ,EAER,IAAI2gB,GAAexlC,KAAKiI,IAAIlN,KAAK+F,MAAM2kC,eAAe1qC,KAAK+F,MAAM4kC,eAC7D3qC,MAAKgqC,aAAelgB,EAAKpkB,OAAS+kC,IACpCzqC,KAAKgqC,aAAelgB,EAAKpkB,OAAS+kC,IAYtC/nC,EAAS+Q,UAAUy2B,YAAc,SAAU53B,EAAGyiB,EAAahtB,EAAWmiB,EAAQrX,GAC5E,GAAmB,GAAf7S,KAAK4nC,OAAgB,CACvB,GAAIvX,GAAOzvB,EAAQoR,cAAc,MAAMhS,KAAKmnC,YAAYC,MAAOpnC,KAAKuwB,IAAIyX,cACxE3X,GAAKtoB,UAAYA,EACjBsoB,EAAK7L,UAAY,GAEE,QAAfuQ,EACF1E,EAAK7iB,MAAMhG,KAAQxH,KAAK6S,MAAQqX,EAAU,KAG1CmG,EAAK7iB,MAAMoa,MAAS5nB,KAAK6S,MAAQqX,EAAU,KAG7CmG,EAAK7iB,MAAMqF,MAAQA,EAAQ,KAC3Bwd,EAAK7iB,MAAM5F,IAAM0K,EAAI,OASzB5P,EAAS+Q,UAAUi2B,aAAe,SAAU3U,GAI1C,GAHAn0B,EAAQuQ,gBAAgBnR,KAAKmnC,YAAYvB,OAGDr/B,SAApCvG,KAAK+O,QAAQ62B,MAAM7Q,IAAuExuB,SAAzCvG,KAAK+O,QAAQ62B,MAAM7Q,GAAajL,KAAoB,CACvG,GAAI8b,GAAQhlC,EAAQoR,cAAc,MAAOhS,KAAKmnC,YAAYvB,MAAO5lC,KAAKuwB,IAAI1Q,MAC1E+lB,GAAM79B,UAAY,eAAiBgtB,EACnC6Q,EAAMphB,UAAYxkB,KAAK+O,QAAQ62B,MAAM7Q,GAAajL,KAGJvjB,SAA1CvG,KAAK+O,QAAQ62B,MAAM7Q,GAAavnB,OAClC7M,EAAKkN,WAAW+3B,EAAO5lC,KAAK+O,QAAQ62B,MAAM7Q,GAAavnB,OAGtC,QAAfunB,EACF6Q,EAAMp4B,MAAMhG,KAAOxH,KAAK+F,MAAMqkC,gBAAkB,KAGhDxE,EAAMp4B,MAAMoa,MAAQ5nB,KAAK+F,MAAMqkC,gBAAkB,KAGnDxE,EAAMp4B,MAAMqF,MAAQ7S,KAAK8S,OAAS,KAIpClS,EAAQ4Q,gBAAgBxR,KAAKmnC,YAAYvB,QAW3CljC,EAAS+Q,UAAUu1B,mBAAqB,WAEtC,KAAM,mBAAqBhpC,MAAK+F,OAAQ,CACtC,GAAI6kC,GAAY/4B,SAASg5B,eAAe,KACpCC,EAAmBj5B,SAASM,cAAc,MAC9C24B,GAAiB/iC,UAAY,sBAC7B+iC,EAAiB/4B,YAAY64B,GAC7B5qC,KAAKuwB,IAAI1Q,MAAM9N,YAAY+4B,GAE3B9qC,KAAK+F,MAAMmjC,gBAAkB4B,EAAiB1lB,aAC9CplB,KAAK+F,MAAM4kC,eAAiBG,EAAiB/qB,YAE7C/f,KAAKuwB,IAAI1Q,MAAMpO,YAAYq5B,GAG7B,KAAM,mBAAqB9qC,MAAK+F,OAAQ,CACtC,GAAIglC,GAAYl5B,SAASg5B,eAAe,KACpCG,EAAmBn5B,SAASM,cAAc,MAC9C64B,GAAiBjjC,UAAY,sBAC7BijC,EAAiBj5B,YAAYg5B,GAC7B/qC,KAAKuwB,IAAI1Q,MAAM9N,YAAYi5B,GAE3BhrC,KAAK+F,MAAMqjC,gBAAkB4B,EAAiB5lB,aAC9CplB,KAAK+F,MAAM2kC,eAAiBM,EAAiBjrB,YAE7C/f,KAAKuwB,IAAI1Q,MAAMpO,YAAYu5B,GAG7B,KAAM,mBAAqBhrC,MAAK+F,OAAQ,CACtC,GAAIklC,GAAYp5B,SAASg5B,eAAe,KACpCK,EAAmBr5B,SAASM,cAAc,MAC9C+4B,GAAiBnjC,UAAY,sBAC7BmjC,EAAiBn5B,YAAYk5B,GAC7BjrC,KAAKuwB,IAAI1Q,MAAM9N,YAAYm5B,GAE3BlrC,KAAK+F,MAAMqkC,gBAAkBc,EAAiB9lB,aAC9CplB,KAAK+F,MAAMolC,eAAiBD,EAAiBnrB,YAE7C/f,KAAKuwB,IAAI1Q,MAAMpO,YAAYy5B,KAU/BxoC,EAAS+Q,UAAU+hB,KAAO,SAASwD,GACjC,MAAOh5B,MAAK0oB,KAAK8M,KAAKwD,IAGxBn5B,EAAOD,QAAU8C,GAKb,SAAS7C,EAAQD,EAASM,GAkB9B,QAASyC,GAAY4P,EAAOslB,EAAS9oB,EAASq8B,GAC5CprC,KAAKK,GAAKw3B,CACV,IAAIrpB,IAAU,WAAW,QAAQ,OAAO,mBAAmB,WAAW,aAAa,SAAS,aAC5FxO,MAAK+O,QAAUpO,EAAK4N,sBAAsBC,EAAOO,GACjD/O,KAAKqrC,kBAAwC9kC,SAApBgM,EAAMxK,UAC/B/H,KAAKorC,yBAA2BA,EAChCprC,KAAKsrC,aAAe,EACpBtrC,KAAKmV,OAAO5C,GACkB,GAA1BvS,KAAKqrC,oBACPrrC,KAAKorC,yBAAyB,IAAM,GAEtCprC,KAAKs2B,aACLt2B,KAAKipB,QAA4B1iB,SAAlBgM,EAAM0W,SAAwB,EAAO1W,EAAM0W,QA5B5D,GAAItoB,GAAOT,EAAoB,GAC3BU,EAAUV,EAAoB,GAC9BqrC,EAAOrrC,EAAoB,IAC3BsrC,EAAMtrC,EAAoB,IAC1BurC,EAASvrC,EAAoB,GAgCjCyC,GAAW8Q,UAAUgjB,SAAW,SAASx0B,GAC1B,MAATA,GACFjC,KAAKs2B,UAAYr0B,EACQ,GAArBjC,KAAK+O,QAAQ0H,MACfzW,KAAKs2B,UAAU7f,KAAK,SAAUnR,EAAEa,GAAI,MAAOb,GAAE+M,EAAIlM,EAAEkM,KAIrDrS,KAAKs2B,cAST3zB,EAAW8Q,UAAUi4B,gBAAkB,SAAS5lB,GAC9C9lB,KAAKsrC,aAAexlB,GAQtBnjB,EAAW8Q,UAAUD,WAAa,SAASzE,GACzC,GAAgBxI,SAAZwI,EAAuB,CACzB,GAAIP,IAAU,WAAW,QAAQ,OAAO,mBAAmB,WAC3D7N,GAAKuF,oBAAoBsI,EAAQxO,KAAK+O,QAASA,GAE/CpO,EAAKkO,aAAa7O,KAAK+O,QAASA,EAAQ,cACxCpO,EAAKkO,aAAa7O,KAAK+O,QAASA,EAAQ,cACxCpO,EAAKkO,aAAa7O,KAAK+O,QAASA,EAAQ,UAEpCA,EAAQ48B,YACuB,gBAAtB58B,GAAQ48B,YACb58B,EAAQ48B,WAAWC,kBACqB,WAAtC78B,EAAQ48B,WAAWC,gBACrB5rC,KAAK+O,QAAQ48B,WAAWE,MAAQ,EAEa,WAAtC98B,EAAQ48B,WAAWC,gBAC1B5rC,KAAK+O,QAAQ48B,WAAWE,MAAQ,GAGhC7rC,KAAK+O,QAAQ48B,WAAWC,gBAAkB,cAC1C5rC,KAAK+O,QAAQ48B,WAAWE,MAAQ,KAOhB,QAAtB7rC,KAAK+O,QAAQvB,MACfxN,KAAK6G,KAAO,GAAI0kC,GAAKvrC,KAAKK,GAAIL,KAAK+O,SAEN,OAAtB/O,KAAK+O,QAAQvB,MACpBxN,KAAK6G,KAAO,GAAI2kC,GAAIxrC,KAAKK,GAAIL,KAAK+O,SAEL,UAAtB/O,KAAK+O,QAAQvB,QACpBxN,KAAK6G,KAAO,GAAI4kC,GAAOzrC,KAAKK,GAAIL,KAAK+O,WASzCpM,EAAW8Q,UAAU0B,OAAS,SAAS5C,GACrCvS,KAAKuS,MAAQA,EACbvS,KAAKowB,QAAU7d,EAAM6d,SAAW,QAChCpwB,KAAK+H,UAAYwK,EAAMxK,WAAa/H,KAAK+H,WAAa,aAAe/H,KAAKorC,yBAAyB,GAAK,GACxGprC,KAAKipB,QAA4B1iB,SAAlBgM,EAAM0W,SAAwB,EAAO1W,EAAM0W,QAC1DjpB,KAAKwN,MAAQ+E,EAAM/E,MACnBxN,KAAKwT,WAAWjB,EAAMxD,UAcxBpM,EAAW8Q,UAAUm1B,SAAW,SAASv2B,EAAGC,EAAGlB,EAAe06B,EAAc7E,EAAWyB,GACrF,GACIqD,GAAMC,EADNC,EAA0B,GAAbvD,EAGbwD,EAAUtrC,EAAQ8Q,cAAc,OAAQN,EAAe06B,EAO3D,IANAI,EAAQx5B,eAAe,KAAM,IAAKL,GAClC65B,EAAQx5B,eAAe,KAAM,IAAKJ,EAAI25B,GACtCC,EAAQx5B,eAAe,KAAM,QAASu0B,GACtCiF,EAAQx5B,eAAe,KAAM,SAAU,EAAEu5B,GACzCC,EAAQx5B,eAAe,KAAM,QAAS,WAEZ,QAAtB1S,KAAK+O,QAAQvB,MACfu+B,EAAOnrC,EAAQ8Q,cAAc,OAAQN,EAAe06B,GACpDC,EAAKr5B,eAAe,KAAM,QAAS1S,KAAK+H,WACtBxB,SAAfvG,KAAKwN,OACNu+B,EAAKr5B,eAAe,KAAM,QAAS1S,KAAKwN,OAG1Cu+B,EAAKr5B,eAAe,KAAM,IAAK,IAAML,EAAI,IAAIC,EAAE,MAAQD,EAAI40B,GAAa,IAAI30B,GACzC,GAA/BtS,KAAK+O,QAAQo9B,OAAOn9B,UACtBg9B,EAAWprC,EAAQ8Q,cAAc,OAAQN,EAAe06B,GACjB,OAAnC9rC,KAAK+O,QAAQo9B,OAAOpX,YACtBiX,EAASt5B,eAAe,KAAM,IAAK,IAAIL,EAAE,MAAQC,EAAI25B,GACnD,IAAI55B,EAAE,IAAIC,EAAE,MAAOD,EAAI40B,GAAa,IAAI30B,EAAE,MAAOD,EAAI40B,GAAa,KAAO30B,EAAI25B,IAG/ED,EAASt5B,eAAe,KAAM,IAAK,IAAIL,EAAE,IAAIC,EAAE,KACzCD,EAAE,KAAOC,EAAI25B,GAAc,MACzB55B,EAAI40B,GAAa,KAAO30B,EAAI25B,GAClC,KAAM55B,EAAI40B,GAAa,IAAI30B,GAE/B05B,EAASt5B,eAAe,KAAM,QAAS1S,KAAK+H,UAAY,cAGnB,GAAnC/H,KAAK+O,QAAQ0D,WAAWzD,SAC1BpO,EAAQwR,UAAUC,EAAI,GAAM40B,EAAU30B,EAAGtS,KAAMoR,EAAe06B,OAG7D,CACH,GAAIM,GAAWnnC,KAAKipB,MAAM,GAAM+Y,GAC5BoF,EAAapnC,KAAKipB,MAAM,GAAMwa,GAC9B4D,EAAarnC,KAAKipB,MAAM,IAAOwa,GAE/Bxe,EAASjlB,KAAKipB,OAAO+Y,EAAa,EAAImF,GAAW,EAErDxrC,GAAQgS,QAAQP,EAAI,GAAI+5B,EAAWliB,EAAY5X,EAAI25B,EAAaI,EAAa,EAAGD,EAAUC,EAAYrsC,KAAK+H,UAAY,OAAQqJ,EAAe06B,GAC9IlrC,EAAQgS,QAAQP,EAAI,IAAI+5B,EAAWliB,EAAS,EAAG5X,EAAI25B,EAAaK,EAAa,EAAGF,EAAUE,EAAYtsC,KAAK+H,UAAY,OAAQqJ,EAAe06B,KAYlJnpC,EAAW8Q,UAAUmkB,UAAY,SAASqP,EAAWyB,GACnD,GAAIlC,GAAM30B,SAASC,gBAAgB,6BAA6B,MAEhE,OADA9R,MAAK4oC,SAAS,EAAE,GAAIF,KAAclC,EAAIS,EAAUyB,IACxC6D,KAAM/F,EAAKxd,MAAOhpB,KAAKowB,QAAS2E,YAAY/0B,KAAK+O,QAAQy9B,mBAGnE7pC,EAAW8Q,UAAUg5B,UAAY,SAASC,GACxC,MAAO1sC,MAAK6G,KAAK4lC,UAAUC,IAG7B/pC,EAAW8Q,UAAUk5B,KAAO,SAASpV,EAAShlB,EAAOq6B,GACnD5sC,KAAK6G,KAAK8lC,KAAKpV,EAAShlB,EAAOq6B,IAIjC/sC,EAAOD,QAAU+C,GAKb,SAAS9C,EAAQD,EAASM,GAY9B,QAAS0C,GAAOi1B,EAAS7kB,EAAMqjB,GAC7Br2B,KAAK63B,QAAUA,EACf73B,KAAK+hC,aACL/hC,KAAK6sC,cAAgB,EACrB7sC,KAAK8sC,gBAAkB95B,GAAQA,EAAK+5B,cACpC/sC,KAAKq2B,QAAUA,EAEfr2B,KAAKuwB,OACLvwB,KAAK+F,OACHijB,OACEnW,MAAO,EACPC,OAAQ,IAGZ9S,KAAK+H,UAAY,KAEjB/H,KAAKiC,SACLjC,KAAKgtC,gBACLhtC,KAAKkP,cACH+9B,WACAC,UAEFltC,KAAKmtC,kBAAmB,CACxB,IAAI14B,GAAKzU,IACTA,MAAKq2B,QAAQlB,KAAKE,QAAQxhB,GAAG,mBAAoB,WAC/CY,EAAG04B,kBAAmB,IAGxBntC,KAAKk1B,UAELl1B,KAAKuY,QAAQvF,GAxCf,CAAA,GAAIrS,GAAOT,EAAoB,GAC3B4B,EAAQ5B,EAAoB,GAChBA,GAAoB,IA6CpC0C,EAAM6Q,UAAUyhB,QAAU,WACxB,GAAIlM,GAAQnX,SAASM,cAAc,MACnC6W,GAAMjhB,UAAY,SAClB/H,KAAKuwB,IAAIvH,MAAQA,CAEjB,IAAIokB,GAAQv7B,SAASM,cAAc,MACnCi7B,GAAMrlC,UAAY,QAClBihB,EAAMjX,YAAYq7B,GAClBptC,KAAKuwB,IAAI6c,MAAQA,CAEjB,IAAIC,GAAax7B,SAASM,cAAc,MACxCk7B,GAAWtlC,UAAY,QACvBslC,EAAW,kBAAoBrtC,KAC/BA,KAAKuwB,IAAI8c,WAAaA,EAEtBrtC,KAAKuwB,IAAIzkB,WAAa+F,SAASM,cAAc,OAC7CnS,KAAKuwB,IAAIzkB,WAAW/D,UAAY,QAEhC/H,KAAKuwB,IAAImR,KAAO7vB,SAASM,cAAc,OACvCnS,KAAKuwB,IAAImR,KAAK35B,UAAY,QAK1B/H,KAAKuwB,IAAI+c,OAASz7B,SAASM,cAAc,OACzCnS,KAAKuwB,IAAI+c,OAAO9/B,MAAMuqB,WAAa,SACnC/3B,KAAKuwB,IAAI+c,OAAO9oB,UAAY,IAC5BxkB,KAAKuwB,IAAIzkB,WAAWiG,YAAY/R,KAAKuwB,IAAI+c,SAO3C1qC,EAAM6Q,UAAU8E,QAAU,SAASvF,GAEjC,GAAIod,GAAUpd,GAAQA,EAAKod,OACvBA,aAAmBmd,SACrBvtC,KAAKuwB,IAAI6c,MAAMr7B,YAAYqe,GAG3BpwB,KAAKuwB,IAAI6c,MAAM5oB,UADIje,SAAZ6pB,GAAqC,OAAZA,EACLA,EAGApwB,KAAK63B,SAAW,GAI7C73B,KAAKuwB,IAAIvH,MAAM4c,MAAQ5yB,GAAQA,EAAK4yB,OAAS,GAExC5lC,KAAKuwB,IAAI6c,MAAMlpB,WAIlBvjB,EAAKyH,gBAAgBpI,KAAKuwB,IAAI6c,MAAO,UAHrCzsC,EAAKmH,aAAa9H,KAAKuwB,IAAI6c,MAAO,SAOpC,IAAIrlC,GAAYiL,GAAQA,EAAKjL,WAAa,IACtCA,IAAa/H,KAAK+H,YAChB/H,KAAK+H,YACPpH,EAAKyH,gBAAgBpI,KAAKuwB,IAAIvH,MAAOhpB,KAAK+H,WAC1CpH,EAAKyH,gBAAgBpI,KAAKuwB,IAAI8c,WAAYrtC,KAAK+H,WAC/CpH,EAAKyH,gBAAgBpI,KAAKuwB,IAAIzkB,WAAY9L,KAAK+H,WAC/CpH,EAAKyH,gBAAgBpI,KAAKuwB,IAAImR,KAAM1hC,KAAK+H,YAE3CpH,EAAKmH,aAAa9H,KAAKuwB,IAAIvH,MAAOjhB,GAClCpH,EAAKmH,aAAa9H,KAAKuwB,IAAI8c,WAAYtlC,GACvCpH,EAAKmH,aAAa9H,KAAKuwB,IAAIzkB,WAAY/D,GACvCpH,EAAKmH,aAAa9H,KAAKuwB,IAAImR,KAAM35B,GACjC/H,KAAK+H,UAAYA,GAIf/H,KAAKwN,QACP7M,EAAKqN,cAAchO,KAAKuwB,IAAIvH,MAAOhpB,KAAKwN,OACxCxN,KAAKwN,MAAQ,MAEXwF,GAAQA,EAAKxF,QACf7M,EAAKkN,WAAW7N,KAAKuwB,IAAIvH,MAAOhW,EAAKxF,OACrCxN,KAAKwN,MAAQwF,EAAKxF,QAQtB5K,EAAM6Q,UAAU+5B,cAAgB,WAC9B,MAAOxtC,MAAK+F,MAAMijB,MAAMnW,OAW1BjQ,EAAM6Q,UAAUuO,OAAS,SAASiU,EAAOhc,EAAQwzB,GAC/C,GAAIpI,IAAU,CAEdrlC,MAAKgtC,aAAehtC,KAAK0tC,oBAAoB1tC,KAAKkP,aAAclP,KAAKgtC,aAAc/W,EAInF,IAAI0X,GAAe3tC,KAAKuwB,IAAI+c,OAAOloB,YAC/BuoB,IAAgB3tC,KAAK4tC,mBACvB5tC,KAAK4tC,iBAAmBD,EAExBhtC,EAAK4H,QAAQvI,KAAKiC,MAAO,SAAU0N,GACjCA,EAAKk+B,OAAQ,EACTl+B,EAAKm+B,WAAWn+B,EAAKqS,WAG3ByrB,GAAU,GAIRztC,KAAKq2B,QAAQtnB,QAAQjN,MACvBA,EAAMA,MAAM9B,KAAKgtC,aAAc/yB,EAAQwzB,GAGvC3rC,EAAMggC,QAAQ9hC,KAAKgtC,aAAc/yB,EAAQja,KAAK+hC,UAIhD,IAAIjvB,GAAS9S,KAAK+tC,iBAAiB9zB,GAG/BozB,EAAartC,KAAKuwB,IAAI8c,UAC1BrtC,MAAK4H,IAAMylC,EAAWW,UACtBhuC,KAAKwH,KAAO6lC,EAAWY,WACvBjuC,KAAK6S,MAAQw6B,EAAWzc,YACxByU,EAAU1kC,EAAKgI,eAAe3I,KAAM,SAAU8S,IAAWuyB,EAGzDA,EAAU1kC,EAAKgI,eAAe3I,KAAK+F,MAAMijB,MAAO,QAAShpB,KAAKuwB,IAAI6c,MAAMrtB,cAAgBslB,EACxFA,EAAU1kC,EAAKgI,eAAe3I,KAAK+F,MAAMijB,MAAO,SAAUhpB,KAAKuwB,IAAI6c,MAAMhoB,eAAiBigB,EAG1FrlC,KAAKuwB,IAAIzkB,WAAW0B,MAAMsF,OAAUA,EAAS,KAC7C9S,KAAKuwB,IAAI8c,WAAW7/B,MAAMsF,OAAUA,EAAS,KAC7C9S,KAAKuwB,IAAIvH,MAAMxb,MAAMsF,OAASA,EAAS,IAGvC,KAAK,GAAIvN,GAAI,EAAG2oC,EAAKluC,KAAKgtC,aAAatnC,OAAYwoC,EAAJ3oC,EAAQA,IAAK,CAC1D,GAAIoK,GAAO3P,KAAKgtC,aAAaznC,EAC7BoK,GAAKw+B,YAAYl0B,GAGnB,MAAOorB,IASTziC,EAAM6Q,UAAUs6B,iBAAmB,SAAU9zB,GAE3C,GAAInH,GACAk6B,EAAehtC,KAAKgtC,YAGxBhtC,MAAKouC,gBACL,IAAI35B,GAAKzU,IACT,IAAIgtC,EAAatnC,OAAQ,CACvB,GAAI+F,GAAMuhC,EAAa,GAAGplC,IACtBsF,EAAM8/B,EAAa,GAAGplC,IAAMolC,EAAa,GAAGl6B,MAahD,IAZAnS,EAAK4H,QAAQykC,EAAc,SAAUr9B,GACnClE,EAAMxG,KAAKwG,IAAIA,EAAKkE,EAAK/H,KACzBsF,EAAMjI,KAAKiI,IAAIA,EAAMyC,EAAK/H,IAAM+H,EAAKmD,QACVvM,SAAvBoJ,EAAKqD,KAAKivB,WACZxtB,EAAGstB,UAAUpyB,EAAKqD,KAAKivB,UAAUnvB,OAAS7N,KAAKiI,IAAIuH,EAAGstB,UAAUpyB,EAAKqD,KAAKivB,UAAUnvB,OAAOnD,EAAKmD,QAChG2B,EAAGstB,UAAUpyB,EAAKqD,KAAKivB,UAAUhZ,SAAU,KAO3Cxd,EAAMwO,EAAOynB,KAAM,CAErB,GAAIxX,GAASze,EAAMwO,EAAOynB,IAC1Bx0B,IAAOgd,EACPvpB,EAAK4H,QAAQykC,EAAc,SAAUr9B,GACnCA,EAAK/H,KAAOsiB,IAGhBpX,EAAS5F,EAAM+M,EAAOtK,KAAKqW,SAAW,MAGtClT,GAASmH,EAAOynB,KAAOznB,EAAOtK,KAAKqW,QAIrC,OAFAlT,GAAS7N,KAAKiI,IAAI4F,EAAQ9S,KAAK+F,MAAMijB,MAAMlW,SAQ7ClQ,EAAM6Q,UAAU80B,KAAO,WAChBvoC,KAAKuwB,IAAIvH,MAAMlf,YAClB9J,KAAKq2B,QAAQ9F,IAAI8d,SAASt8B,YAAY/R,KAAKuwB,IAAIvH,OAG5ChpB,KAAKuwB,IAAI8c,WAAWvjC,YACvB9J,KAAKq2B,QAAQ9F,IAAI8c,WAAWt7B,YAAY/R,KAAKuwB,IAAI8c,YAG9CrtC,KAAKuwB,IAAIzkB,WAAWhC,YACvB9J,KAAKq2B,QAAQ9F,IAAIzkB,WAAWiG,YAAY/R,KAAKuwB,IAAIzkB,YAG9C9L,KAAKuwB,IAAImR,KAAK53B,YACjB9J,KAAKq2B,QAAQ9F,IAAImR,KAAK3vB,YAAY/R,KAAKuwB,IAAImR,OAO/C9+B,EAAM6Q,UAAU60B,KAAO,WACrB,GAAItf,GAAQhpB,KAAKuwB,IAAIvH,KACjBA,GAAMlf,YACRkf,EAAMlf,WAAW2H,YAAYuX,EAG/B,IAAIqkB,GAAartC,KAAKuwB,IAAI8c,UACtBA,GAAWvjC,YACbujC,EAAWvjC,WAAW2H,YAAY47B,EAGpC,IAAIvhC,GAAa9L,KAAKuwB,IAAIzkB,UACtBA,GAAWhC,YACbgC,EAAWhC,WAAW2H,YAAY3F,EAGpC,IAAI41B,GAAO1hC,KAAKuwB,IAAImR,IAChBA,GAAK53B,YACP43B,EAAK53B,WAAW2H,YAAYiwB,IAQhC9+B,EAAM6Q,UAAUF,IAAM,SAAS5D,GAc7B,GAbA3P,KAAKiC,MAAM0N,EAAKtP,IAAMsP,EACtBA,EAAK2+B,UAAUtuC,MAGYuG,SAAvBoJ,EAAKqD,KAAKivB,WAC+B17B,SAAvCvG,KAAK+hC,UAAUpyB,EAAKqD,KAAKivB,YAC3BjiC,KAAK+hC,UAAUpyB,EAAKqD,KAAKivB,WAAanvB,OAAO,EAAGmW,SAAS,EAAO5gB,MAAMrI,KAAK6sC,cAAe5qC,UAC1FjC,KAAK6sC,iBAEP7sC,KAAK+hC,UAAUpyB,EAAKqD,KAAKivB,UAAUhgC,MAAMiG,KAAKyH,IAEhD3P,KAAKuuC,iBAEkC,IAAnCvuC,KAAKgtC,aAAatmC,QAAQiJ,GAAa,CACzC,GAAIsmB,GAAQj2B,KAAKq2B,QAAQlB,KAAKc,KAC9Bj2B,MAAKwuC,gBAAgB7+B,EAAM3P,KAAKgtC,aAAc/W,KAIlDrzB,EAAM6Q,UAAU86B,eAAiB,WAC/B,GAA6BhoC,SAAzBvG,KAAK8sC,gBAA+B,CACtC,GAAI2B,KACJ,IAAmC,gBAAxBzuC,MAAK8sC,gBAA6B,CAC3C,IAAK,GAAI7K,KAAYjiC,MAAK+hC,UACxB0M,EAAUvmC,MAAM+5B,SAAUA,EAAUyM,UAAW1uC,KAAK+hC,UAAUE,GAAUhgC,MAAM,GAAG+Q,KAAKhT,KAAK8sC,kBAE7F2B,GAAUh4B,KAAK,SAAUnR,EAAGa,GAC1B,MAAOb,GAAEopC,UAAYvoC,EAAEuoC,gBAGtB,IAAmC,kBAAxB1uC,MAAK8sC,gBAA+B,CAClD,IAAK,GAAI7K,KAAYjiC,MAAK+hC,UACxB0M,EAAUvmC,KAAKlI,KAAK+hC,UAAUE,GAAUhgC,MAAM,GAAG+Q,KAEnDy7B,GAAUh4B,KAAKzW,KAAK8sC,iBAGtB,GAAI2B,EAAU/oC,OAAS,EACrB,IAAK,GAAIH,GAAI,EAAGA,EAAIkpC,EAAU/oC,OAAQH,IACpCvF,KAAK+hC,UAAU0M,EAAUlpC,GAAG08B,UAAU55B,MAAQ9C,IAMtD3C,EAAM6Q,UAAU26B,eAAiB,WAC/B,IAAK,GAAInM,KAAYjiC,MAAK+hC,UACpB/hC,KAAK+hC,UAAUl8B,eAAeo8B,KAChCjiC,KAAK+hC,UAAUE,GAAUhZ,SAAU,IASzCrmB,EAAM6Q,UAAUmD,OAAS,SAASjH,SACzB3P,MAAKiC,MAAM0N,EAAKtP,IACvBsP,EAAK2+B,UAAU,KAGf,IAAIjmC,GAAQrI,KAAKgtC,aAAatmC,QAAQiJ,EACzB,KAATtH,GAAarI,KAAKgtC,aAAa1kC,OAAOD,EAAO,IAUnDzF,EAAM6Q,UAAUk7B,kBAAoB,SAASh/B,GAC3C3P,KAAKq2B,QAAQuY,WAAWj/B,EAAKtP;EAO/BuC,EAAM6Q,UAAUsC,MAAQ,WAKtB,IAAK,GAJDrN,GAAQ/H,EAAK8H,QAAQzI,KAAKiC,OAC1B4sC,KACAC,KAEKvpC,EAAI,EAAGA,EAAImD,EAAMhD,OAAQH,IACNgB,SAAtBmC,EAAMnD,GAAGyN,KAAK7C,KAChB2+B,EAAS5mC,KAAKQ,EAAMnD,IAEtBspC,EAAW3mC,KAAKQ,EAAMnD,GAExBvF,MAAKkP,cACH+9B,QAAS4B,EACT3B,MAAO4B,GAGThtC,EAAMs/B,aAAaphC,KAAKkP,aAAa+9B,SACrCnrC,EAAMu/B,WAAWrhC,KAAKkP,aAAag+B,QAYrCtqC,EAAM6Q,UAAUi6B,oBAAsB,SAASx+B,EAAc6/B,EAAiB9Y,GAC5E,GAKItmB,GAAMpK,EALNynC,KACAgC,KACAhc,GAAYiD,EAAM9lB,IAAM8lB,EAAM/lB,OAAS,EACvC++B,EAAahZ,EAAM/lB,MAAQ8iB,EAC3Bkc,EAAajZ,EAAM9lB,IAAM6iB,EAIzB7jB,EAAiB,SAAU/H,GAC7B,MAAiB6nC,GAAR7nC,EAA6B,GACpB8nC,GAAT9nC,EAA8B,EACA,EAMzC,IAAI2nC,EAAgBrpC,OAAS,EAC3B,IAAKH,EAAI,EAAGA,EAAIwpC,EAAgBrpC,OAAQH,IACtCvF,KAAKmvC,6BAA6BJ,EAAgBxpC,GAAIynC,EAAcgC,EAAoB/Y,EAK5F,IAAImZ,GAAoBzuC,EAAKsO,mBAAmBC,EAAa+9B,QAAS99B,EAAgB,OAAO,QAS7F,IANAnP,KAAKqvC,cAAcD,EAAmBlgC,EAAa+9B,QAASD,EAAcgC,EAAoB,SAAUr/B,GACtG,MAAQA,GAAKqD,KAAK9C,MAAQ++B,GAAct/B,EAAKqD,KAAK9C,MAAQg/B,IAK/B,GAAzBlvC,KAAKmtC,iBAEP,IADAntC,KAAKmtC,kBAAmB,EACnB5nC,EAAI,EAAGA,EAAI2J,EAAag+B,MAAMxnC,OAAQH,IACzCvF,KAAKmvC,6BAA6BjgC,EAAag+B,MAAM3nC,GAAIynC,EAAcgC,EAAoB/Y,OAG1F,CAEH,GAAIqZ,GAAkB3uC,EAAKsO,mBAAmBC,EAAag+B,MAAO/9B,EAAgB,OAAO,MAGzFnP,MAAKqvC,cAAcC,EAAiBpgC,EAAag+B,MAAOF,EAAcgC,EAAoB,SAAUr/B,GAClG,MAAQA,GAAKqD,KAAK7C,IAAM8+B,GAAct/B,EAAKqD,KAAK7C,IAAM++B,IAM1D,IAAK3pC,EAAI,EAAGA,EAAIynC,EAAatnC,OAAQH,IACnCoK,EAAOq9B,EAAaznC,GACfoK,EAAKm+B,WAAWn+B,EAAK44B,OAE1B54B,EAAK4/B,aAgBP,OAAOvC,IAGTpqC,EAAM6Q,UAAU47B,cAAgB,SAAUG,EAAYvtC,EAAO+qC,EAAcgC,EAAoBS,GAC7F,GAAI9/B,GACApK,CAEJ,IAAkB,IAAdiqC,EAAkB,CACpB,IAAKjqC,EAAIiqC,EAAYjqC,GAAK,IACxBoK,EAAO1N,EAAMsD,IACTkqC,EAAe9/B,IAFQpK,IAMWgB,SAAhCyoC,EAAmBr/B,EAAKtP,MAC1B2uC,EAAmBr/B,EAAKtP,KAAM,EAC9B2sC,EAAa9kC,KAAKyH,GAKxB,KAAKpK,EAAIiqC,EAAa,EAAGjqC,EAAItD,EAAMyD,SACjCiK,EAAO1N,EAAMsD,IACTkqC,EAAe9/B,IAFsBpK,IAMHgB,SAAhCyoC,EAAmBr/B,EAAKtP,MAC1B2uC,EAAmBr/B,EAAKtP,KAAM,EAC9B2sC,EAAa9kC,KAAKyH,MAmB5B/M,EAAM6Q,UAAU+6B,gBAAkB,SAAS7+B,EAAMq9B,EAAc/W,GACvDtmB,EAAK+/B,UAAUzZ,IACZtmB,EAAKm+B,WAAWn+B,EAAK44B,OAE1B54B,EAAK4/B,cACLvC,EAAa9kC,KAAKyH,IAGdA,EAAKm+B,WAAWn+B,EAAK24B,QAgB/B1lC,EAAM6Q,UAAU07B,6BAA+B,SAASx/B,EAAMq9B,EAAcgC,EAAoB/Y,GAC1FtmB,EAAK+/B,UAAUzZ,GACmB1vB,SAAhCyoC,EAAmBr/B,EAAKtP,MAC1B2uC,EAAmBr/B,EAAKtP,KAAM,EAC9B2sC,EAAa9kC,KAAKyH,IAIhBA,EAAKm+B,WAAWn+B,EAAK24B,QAM7BzoC,EAAOD,QAAUgD,GAKb,SAAS/C,EAAQD,EAASM,GAW9B,QAAS2C,GAAiBg1B,EAAS7kB,EAAMqjB,GACvCzzB,EAAMrC,KAAKP,KAAM63B,EAAS7kB,EAAMqjB,GAEhCr2B,KAAK6S,MAAQ,EACb7S,KAAK8S,OAAS,EACd9S,KAAK4H,IAAM,EACX5H,KAAKwH,KAAO,EAfd,GACI5E,IADO1C,EAAoB,GACnBA,EAAoB,IAiBhC2C,GAAgB4Q,UAAYnN,OAAOqI,OAAO/L,EAAM6Q,WAShD5Q,EAAgB4Q,UAAUuO,OAAS,SAASiU,EAAOhc,GACjD,GAAIorB,IAAU,CAEdrlC,MAAKgtC,aAAehtC,KAAK0tC,oBAAoB1tC,KAAKkP,aAAclP,KAAKgtC,aAAc/W,GAGnFj2B,KAAK6S,MAAQ7S,KAAKuwB,IAAIzkB,WAAW8kB,YAGjC5wB,KAAKuwB,IAAIzkB,WAAW0B,MAAMsF,OAAU,GAGpC,KAAK,GAAIvN,GAAI,EAAG2oC,EAAKluC,KAAKgtC,aAAatnC,OAAYwoC,EAAJ3oC,EAAQA,IAAK,CAC1D,GAAIoK,GAAO3P,KAAKgtC,aAAaznC,EAC7BoK,GAAKw+B,YAAYl0B,GAGnB,MAAOorB,IAMTxiC,EAAgB4Q,UAAU80B,KAAO,WAC1BvoC,KAAKuwB,IAAIzkB,WAAWhC,YACvB9J,KAAKq2B,QAAQ9F,IAAIzkB,WAAWiG,YAAY/R,KAAKuwB,IAAIzkB,aAIrDjM,EAAOD,QAAUiD,GAKb,SAAShD,EAAQD,EAASM,GA2B9B,QAAS4C,GAAQqyB,EAAMpmB,GACrB/O,KAAKm1B,KAAOA,EAEZn1B,KAAK60B,gBACHhuB,KAAM,KACNkuB,YAAa,SACb4a,MAAO,OACP7tC,OAAO,EACP8tC,WAAY,KAEZC,YAAY,EACZC,UACEC,YAAY,EACZ3H,aAAa,EACb70B,KAAK,EACLqD,QAAQ,GAGVo5B,MAAO,SAAUrgC,EAAMnH,GACrBA,EAASmH,IAEXsgC,SAAU,SAAUtgC,EAAMnH,GACxBA,EAASmH,IAEXugC,OAAQ,SAAUvgC,EAAMnH,GACtBA,EAASmH,IAEXwgC,SAAU,SAAUxgC,EAAMnH,GACxBA,EAASmH,IAEXygC,SAAU,SAAUzgC,EAAMnH,GACxBA,EAASmH,IAGXsK,QACEtK,MACEoW,WAAY,GACZC,SAAU,IAEZ0b,KAAM,IAERnd,QAAS,GAIXvkB,KAAK+O,QAAUpO,EAAK0E,UAAWrF,KAAK60B,gBAGpC70B,KAAKqwC,aACHxpC,MAAOqJ,MAAO,OAAQC,IAAK,SAG7BnQ,KAAK26B,YACHlF,SAAUN,EAAKx0B,KAAK80B,SACpBI,OAAQV,EAAKx0B,KAAKk1B,QAEpB71B,KAAKuwB,OACLvwB,KAAK+F,SACL/F,KAAK8D,OAAS,IAEd,IAAI2Q,GAAKzU,IACTA,MAAKs2B,UAAY,KACjBt2B,KAAKu2B,WAAa,KAGlBv2B,KAAKswC,eACH/8B,IAAO,SAAU/J,EAAO4K,GACtBK,EAAG87B,OAAOn8B,EAAOnS,QAEnBkT,OAAU,SAAU3L,EAAO4K,GACzBK,EAAG+7B,UAAUp8B,EAAOnS,QAEtB2U,OAAU,SAAUpN,EAAO4K,GACzBK,EAAGg8B,UAAUr8B,EAAOnS,SAKxBjC,KAAK0wC,gBACHn9B,IAAO,SAAU/J,EAAO4K,GACtBK,EAAGk8B,aAAav8B,EAAOnS,QAEzBkT,OAAU,SAAU3L,EAAO4K,GACzBK,EAAGm8B,gBAAgBx8B,EAAOnS,QAE5B2U,OAAU,SAAUpN,EAAO4K,GACzBK,EAAGo8B,gBAAgBz8B,EAAOnS,SAI9BjC,KAAKiC,SACLjC,KAAK20B,UACL30B,KAAK8wC,YAEL9wC,KAAK+wC,aACL/wC,KAAKgxC,YAAa,EAElBhxC,KAAKixC,eAGLjxC,KAAKk1B,UAELl1B,KAAKwT,WAAWzE,GA/HlB,GAAIm3B,GAAShmC,EAAoB,IAC7BS,EAAOT,EAAoB,GAC3BW,EAAUX,EAAoB,GAC9BY,EAAWZ,EAAoB,GAC/BqC,EAAYrC,EAAoB,IAChC0C,EAAQ1C,EAAoB,IAC5B2C,EAAkB3C,EAAoB,IACtCkC,EAAUlC,EAAoB,IAC9BmC,EAAYnC,EAAoB,IAChCoC,EAAYpC,EAAoB,IAChCiC,EAAiBjC,EAAoB,IAGrCgxC,EAAY,gBACZC,EAAa,gBAoHjBruC,GAAQ2Q,UAAY,GAAIlR,GAGxBO,EAAQ2U,OACN3L,WAAY3J,EACZivC,IAAKhvC,EACL6zB,MAAO3zB,EACPkQ,MAAOnQ,GAMTS,EAAQ2Q,UAAUyhB,QAAU,WAC1B,GAAIrV,GAAQhO,SAASM,cAAc,MACnC0N,GAAM9X,UAAY,UAClB8X,EAAM,oBAAsB7f,KAC5BA,KAAKuwB,IAAI1Q,MAAQA,CAGjB,IAAI/T,GAAa+F,SAASM,cAAc,MACxCrG,GAAW/D,UAAY,aACvB8X,EAAM9N,YAAYjG,GAClB9L,KAAKuwB,IAAIzkB,WAAaA,CAGtB,IAAIuhC,GAAax7B,SAASM,cAAc,MACxCk7B,GAAWtlC,UAAY,aACvB8X,EAAM9N,YAAYs7B,GAClBrtC,KAAKuwB,IAAI8c,WAAaA,CAGtB,IAAI3L,GAAO7vB,SAASM,cAAc,MAClCuvB,GAAK35B,UAAY,OACjB/H,KAAKuwB,IAAImR,KAAOA,CAGhB,IAAI2M,GAAWx8B,SAASM,cAAc,MACtCk8B,GAAStmC,UAAY,WACrB/H,KAAKuwB,IAAI8d,SAAWA,EAGpBruC,KAAKqxC,kBAGL,IAAIC,GAAkB,GAAIzuC,GAAgBsuC,EAAY,KAAMnxC,KAC5DsxC,GAAgB/I,OAChBvoC,KAAK20B,OAAOwc,GAAcG,EAM1BtxC,KAAK8D,OAASoiC,EAAOlmC,KAAKm1B,KAAK5E,IAAI6H,iBACjC7uB,gBAAgB,IAIlBvJ,KAAK8D,OAAO+P,GAAG,QAAa7T,KAAK6+B,SAASvJ,KAAKt1B,OAC/CA,KAAK8D,OAAO+P,GAAG,YAAa7T,KAAKw+B,aAAalJ,KAAKt1B,OACnDA,KAAK8D,OAAO+P,GAAG,OAAa7T,KAAKy+B,QAAQnJ,KAAKt1B,OAC9CA,KAAK8D,OAAO+P,GAAG,UAAa7T,KAAK0+B,WAAWpJ,KAAKt1B,OAGjDA,KAAK8D,OAAO+P,GAAG,MAAQ7T,KAAKuxC,cAAcjc,KAAKt1B,OAG/CA,KAAK8D,OAAO+P,GAAG,OAAQ7T,KAAKwxC,mBAAmBlc,KAAKt1B,OAGpDA,KAAK8D,OAAO+P,GAAG,YAAa7T,KAAKyxC,WAAWnc,KAAKt1B,OAGjDA,KAAKuoC,QAmEPzlC,EAAQ2Q,UAAUD,WAAa,SAASzE,GACtC,GAAIA,EAAS,CAEX,GAAIP,IAAU,OAAQ,QAAS,cAAe,UAAW,QAAS,aAAc,aAAc,iBAAkB,WAAW,OAC3H7N,GAAKmF,gBAAgB0I,EAAQxO,KAAK+O,QAASA,GAEvC,UAAYA,KACgB,gBAAnBA,GAAQkL,QACjBja,KAAK+O,QAAQkL,OAAOynB,KAAO3yB,EAAQkL,OACnCja,KAAK+O,QAAQkL,OAAOtK,KAAKoW,WAAahX,EAAQkL,OAC9Cja,KAAK+O,QAAQkL,OAAOtK,KAAKqW,SAAWjX,EAAQkL,QAEX,gBAAnBlL,GAAQkL,SACtBtZ,EAAKmF,iBAAiB,QAAS9F,KAAK+O,QAAQkL,OAAQlL,EAAQkL,QACxD,QAAUlL,GAAQkL,SACe,gBAAxBlL,GAAQkL,OAAOtK,MACxB3P,KAAK+O,QAAQkL,OAAOtK,KAAKoW,WAAahX,EAAQkL,OAAOtK,KACrD3P,KAAK+O,QAAQkL,OAAOtK,KAAKqW,SAAWjX,EAAQkL,OAAOtK,MAEb,gBAAxBZ,GAAQkL,OAAOtK,MAC7BhP,EAAKmF,iBAAiB,aAAc,YAAa9F,KAAK+O,QAAQkL,OAAOtK,KAAMZ,EAAQkL,OAAOtK,SAM9F,YAAcZ,KACgB,iBAArBA,GAAQ+gC,UACjB9vC,KAAK+O,QAAQ+gC,SAASC,WAAchhC,EAAQ+gC,SAC5C9vC,KAAK+O,QAAQ+gC,SAAS1H,YAAcr5B,EAAQ+gC,SAC5C9vC,KAAK+O,QAAQ+gC,SAASv8B,IAAcxE,EAAQ+gC,SAC5C9vC,KAAK+O,QAAQ+gC,SAASl5B,OAAc7H,EAAQ+gC,UAET,gBAArB/gC,GAAQ+gC,UACtBnvC,EAAKmF,iBAAiB,aAAc,cAAe,MAAO,UAAW9F,KAAK+O,QAAQ+gC,SAAU/gC,EAAQ+gC,UAKxG,IAAI4B,GAAc,SAAWl7B,GAC3B,GAAIiD,GAAK1K,EAAQyH,EACjB,IAAIiD,EAAI,CACN,KAAMA,YAAck4B,WAClB,KAAM,IAAI/tC,OAAM,UAAY4S,EAAO,uBAAyBA,EAAO,mBAErExW,MAAK+O,QAAQyH,GAAQiD,IAEtB6b,KAAKt1B,OACP,QAAS,WAAY,WAAY,SAAU,YAAYuI,QAAQmpC,GAGhE1xC,KAAK4xC,cAOT9uC,EAAQ2Q,UAAUm+B,UAAY,WAC5B5xC,KAAK8wC,YACL9wC,KAAKgxC,YAAa,GAMpBluC,EAAQ2Q,UAAUG,QAAU,WAC1B5T,KAAKsoC,OACLtoC,KAAKy2B,SAAS,MACdz2B,KAAKw2B,UAAU,MAEfx2B,KAAK8D,OAAS,KAEd9D,KAAKm1B,KAAO,KACZn1B,KAAK26B,WAAa,MAMpB73B,EAAQ2Q,UAAU60B,KAAO,WAEnBtoC,KAAKuwB,IAAI1Q,MAAM/V,YACjB9J,KAAKuwB,IAAI1Q,MAAM/V,WAAW2H,YAAYzR,KAAKuwB,IAAI1Q,OAI7C7f,KAAKuwB,IAAImR,KAAK53B,YAChB9J,KAAKuwB,IAAImR,KAAK53B,WAAW2H,YAAYzR,KAAKuwB,IAAImR,MAI5C1hC,KAAKuwB,IAAI8d,SAASvkC,YACpB9J,KAAKuwB,IAAI8d,SAASvkC,WAAW2H,YAAYzR,KAAKuwB,IAAI8d,WAQtDvrC,EAAQ2Q,UAAU80B,KAAO,WAElBvoC,KAAKuwB,IAAI1Q,MAAM/V,YAClB9J,KAAKm1B,KAAK5E,IAAI7D,OAAO3a,YAAY/R,KAAKuwB,IAAI1Q,OAIvC7f,KAAKuwB,IAAImR,KAAK53B,YACjB9J,KAAKm1B,KAAK5E,IAAIoV,mBAAmB5zB,YAAY/R,KAAKuwB,IAAImR,MAInD1hC,KAAKuwB,IAAI8d,SAASvkC,YACrB9J,KAAKm1B,KAAK5E,IAAI/oB,KAAKuK,YAAY/R,KAAKuwB,IAAI8d,WAW5CvrC,EAAQ2Q,UAAUyjB,aAAe,SAASzhB,GACxC,GAAIlQ,GAAG2oC,EAAI7tC,EAAIsP,CAMf,KAJWpJ,QAAPkP,IAAkBA,MACjBzP,MAAMC,QAAQwP,KAAMA,GAAOA,IAG3BlQ,EAAI,EAAG2oC,EAAKluC,KAAK+wC,UAAUrrC,OAAYwoC,EAAJ3oC,EAAQA,IAC9ClF,EAAKL,KAAK+wC,UAAUxrC,GACpBoK,EAAO3P,KAAKiC,MAAM5B,GACdsP,GAAMA,EAAKkiC,UAKjB,KADA7xC,KAAK+wC,aACAxrC,EAAI,EAAG2oC,EAAKz4B,EAAI/P,OAAYwoC,EAAJ3oC,EAAQA,IACnClF,EAAKoV,EAAIlQ,GACToK,EAAO3P,KAAKiC,MAAM5B,GACdsP,IACF3P,KAAK+wC,UAAU7oC,KAAK7H,GACpBsP,EAAKmiC,WASXhvC,EAAQ2Q,UAAU2jB,aAAe,WAC/B,MAAOp3B,MAAK+wC,UAAUz8B,YAOxBxR,EAAQ2Q,UAAUs+B,gBAAkB,WAClC,GAAI9b,GAAQj2B,KAAKm1B,KAAKc,MAAM8J,WACxBv4B,EAAQxH,KAAKm1B,KAAKx0B,KAAK80B,SAASQ,EAAM/lB,OACtC0X,EAAQ5nB,KAAKm1B,KAAKx0B,KAAK80B,SAASQ,EAAM9lB,KAEtCsF,IACJ,KAAK,GAAIoiB,KAAW73B,MAAK20B,OACvB,GAAI30B,KAAK20B,OAAO9uB,eAAegyB,GAM7B,IAAK,GALDtlB,GAAQvS,KAAK20B,OAAOkD,GACpBma,EAAkBz/B,EAAMy6B,aAInBznC,EAAI,EAAGA,EAAIysC,EAAgBtsC,OAAQH,IAAK,CAC/C,GAAIoK,GAAOqiC,EAAgBzsC,EAEtBoK,GAAKnI,KAAOogB,GAAWjY,EAAKnI,KAAOmI,EAAKkD,MAAQrL,GACnDiO,EAAIvN,KAAKyH,EAAKtP,IAMtB,MAAOoV,IAQT3S,EAAQ2Q,UAAUw+B,UAAY,SAAS5xC,GAErC,IAAK,GADD0wC,GAAY/wC,KAAK+wC,UACZxrC,EAAI,EAAG2oC,EAAK6C,EAAUrrC,OAAYwoC,EAAJ3oC,EAAQA,IAC7C,GAAIwrC,EAAUxrC,IAAMlF,EAAI,CACtB0wC,EAAUzoC,OAAO/C,EAAG,EACpB,SASNzC,EAAQ2Q,UAAUuO,OAAS,WACzB,GAAI/H,GAASja,KAAK+O,QAAQkL,OACtBgc,EAAQj2B,KAAKm1B,KAAKc,MAClB7rB,EAASzJ,EAAKoJ,OAAOK,OACrB2E,EAAU/O,KAAK+O,QACfgmB,EAAchmB,EAAQgmB,YACtBsQ,GAAU,EACVxlB,EAAQ7f,KAAKuwB,IAAI1Q,MACjBiwB,EAAW/gC,EAAQ+gC,SAASC,YAAchhC,EAAQ+gC,SAAS1H,WAG/DpoC,MAAK+F,MAAM6B,IAAM5H,KAAKm1B,KAAKC,SAASxtB,IAAIkL,OAAS9S,KAAKm1B,KAAKC,SAASrpB,OAAOnE,IAC3E5H,KAAK+F,MAAMyB,KAAOxH,KAAKm1B,KAAKC,SAAS5tB,KAAKqL,MAAQ7S,KAAKm1B,KAAKC,SAASrpB,OAAOvE,KAG5EqY,EAAM9X,UAAY,WAAa+nC,EAAW,YAAc,IAGxDzK,EAAUrlC,KAAKkyC,gBAAkB7M,CAIjC,IAAI8M,GAAkBlc,EAAM9lB,IAAM8lB,EAAM/lB,MACpCkiC,EAAUD,GAAmBnyC,KAAKqyC,qBAAyBryC,KAAK+F,MAAM8M,OAAS7S,KAAK+F,MAAMusC,SAC1FF,KAAQpyC,KAAKgxC,YAAa,GAC9BhxC,KAAKqyC,oBAAsBF,EAC3BnyC,KAAK+F,MAAMusC,UAAYtyC,KAAK+F,MAAM8M,KAElC,IAAI46B,GAAUztC,KAAKgxC,WACfuB,EAAavyC,KAAKwyC,cAClBC,GACF9iC,KAAMsK,EAAOtK,KACb+xB,KAAMznB,EAAOynB,MAEXgR,GACF/iC,KAAMsK,EAAOtK,KACb+xB,KAAMznB,EAAOtK,KAAKqW,SAAW,GAE3BlT,EAAS,EACTmiB,EAAYhb,EAAOynB,KAAOznB,EAAOtK,KAAKqW,QA+B1C,OA5BAhmB,MAAK20B,OAAOwc,GAAYnvB,OAAOiU,EAAOyc,EAAgBjF,GAGtD9sC,EAAK4H,QAAQvI,KAAK20B,OAAQ,SAAUpiB,GAClC,GAAIogC,GAAepgC,GAASggC,EAAcE,EAAcC,EACpDE,EAAergC,EAAMyP,OAAOiU,EAAO0c,EAAalF,EACpDpI,GAAUuN,GAAgBvN,EAC1BvyB,GAAUP,EAAMO,SAElBA,EAAS7N,KAAKiI,IAAI4F,EAAQmiB,GAC1Bj1B,KAAKgxC,YAAa,EAGlBnxB,EAAMrS,MAAMsF,OAAU1I,EAAO0I,GAG7B9S,KAAK+F,MAAM8M,MAAQgN,EAAM+Q,YACzB5wB,KAAK+F,MAAM+M,OAASA,EAGpB9S,KAAKuwB,IAAImR,KAAKl0B,MAAM5F,IAAMwC,EAAuB,OAAf2qB,EAC7B/0B,KAAKm1B,KAAKC,SAASxtB,IAAIkL,OAAS9S,KAAKm1B,KAAKC,SAASrpB,OAAOnE,IAC1D5H,KAAKm1B,KAAKC,SAASxtB,IAAIkL,OAAS9S,KAAKm1B,KAAKC,SAASgD,gBAAgBtlB,QACxE9S,KAAKuwB,IAAImR,KAAKl0B,MAAMhG,KAAO,IAG3B69B,EAAUrlC,KAAKolC,cAAgBC,GAUjCviC,EAAQ2Q,UAAU++B,YAAc,WAC9B,GAAIK,GAA+C,OAA5B7yC,KAAK+O,QAAQgmB,YAAwB,EAAK/0B,KAAK8wC,SAASprC,OAAS,EACpFotC,EAAe9yC,KAAK8wC,SAAS+B,GAC7BN,EAAavyC,KAAK20B,OAAOme,IAAiB9yC,KAAK20B,OAAOuc,EAE1D,OAAOqB,IAAc,MAQvBzvC,EAAQ2Q,UAAU49B,iBAAmB,WACnC,CAAA,GAEI1hC,GAAMkG,EAFNk9B,EAAY/yC,KAAK20B,OAAOuc,EACXlxC,MAAK20B,OAAOwc,GAG7B,GAAInxC,KAAKu2B,YAEP,GAAIwc,EAAW,CACbA,EAAUzK,aACHtoC,MAAK20B,OAAOuc,EAEnB,KAAKr7B,IAAU7V,MAAKiC,MAClB,GAAIjC,KAAKiC,MAAM4D,eAAegQ,GAAS,CACrClG,EAAO3P,KAAKiC,MAAM4T,GAClBlG,EAAK+1B,QAAU/1B,EAAK+1B,OAAO9uB,OAAOjH,EAClC,IAAIkoB,GAAU73B,KAAKgzC,YAAYrjC,EAAKqD,MAChCT,EAAQvS,KAAK20B,OAAOkD,EACxBtlB,IAASA,EAAMgB,IAAI5D,IAASA,EAAK24B,aAOvC,KAAKyK,EAAW,CACd,GAAI1yC,GAAK,KACL2S,EAAO,IACX+/B,GAAY,GAAInwC,GAAMvC,EAAI2S,EAAMhT,MAChCA,KAAK20B,OAAOuc,GAAa6B,CAEzB,KAAKl9B,IAAU7V,MAAKiC,MACdjC,KAAKiC,MAAM4D,eAAegQ,KAC5BlG,EAAO3P,KAAKiC,MAAM4T,GAClBk9B,EAAUx/B,IAAI5D,GAIlBojC,GAAUxK,SAShBzlC,EAAQ2Q,UAAUw/B,YAAc,WAC9B,MAAOjzC,MAAKuwB,IAAI8d,UAOlBvrC,EAAQ2Q,UAAUgjB,SAAW,SAASx0B,GACpC,GACIwT,GADAhB,EAAKzU,KAELkzC,EAAelzC,KAAKs2B,SAGxB,IAAKr0B,EAGA,CAAA,KAAIA,YAAiBpB,IAAWoB,YAAiBnB,IAIpD,KAAM,IAAIsF,WAAU,kDAHpBpG,MAAKs2B,UAAYr0B,MAHjBjC,MAAKs2B,UAAY,IAoBnB,IAXI4c,IAEFvyC,EAAK4H,QAAQvI,KAAKswC,cAAe,SAAU9nC,EAAUgB,GACnD0pC,EAAal/B,IAAIxK,EAAOhB,KAI1BiN,EAAMy9B,EAAa98B,SACnBpW,KAAKywC,UAAUh7B,IAGbzV,KAAKs2B,UAAW,CAElB,GAAIj2B,GAAKL,KAAKK,EACdM,GAAK4H,QAAQvI,KAAKswC,cAAe,SAAU9nC,EAAUgB,GACnDiL,EAAG6hB,UAAUziB,GAAGrK,EAAOhB,EAAUnI,KAInCoV,EAAMzV,KAAKs2B,UAAUlgB,SACrBpW,KAAKuwC,OAAO96B,GAGZzV,KAAKqxC,qBAQTvuC,EAAQ2Q,UAAU0/B,SAAW,WAC3B,MAAOnzC,MAAKs2B,WAOdxzB,EAAQ2Q,UAAU+iB,UAAY,SAAS7B,GACrC,GACIlf,GADAhB,EAAKzU,IAgBT,IAZIA,KAAKu2B,aACP51B,EAAK4H,QAAQvI,KAAK0wC,eAAgB,SAAUloC,EAAUgB,GACpDiL,EAAG8hB,WAAWriB,YAAY1K,EAAOhB,KAInCiN,EAAMzV,KAAKu2B,WAAWngB,SACtBpW,KAAKu2B,WAAa,KAClBv2B,KAAK6wC,gBAAgBp7B,IAIlBkf,EAGA,CAAA,KAAIA,YAAkB9zB,IAAW8zB,YAAkB7zB,IAItD,KAAM,IAAIsF,WAAU,kDAHpBpG,MAAKu2B,WAAa5B,MAHlB30B,MAAKu2B,WAAa,IASpB,IAAIv2B,KAAKu2B,WAAY,CAEnB,GAAIl2B,GAAKL,KAAKK,EACdM,GAAK4H,QAAQvI,KAAK0wC,eAAgB,SAAUloC,EAAUgB,GACpDiL,EAAG8hB,WAAW1iB,GAAGrK,EAAOhB,EAAUnI,KAIpCoV,EAAMzV,KAAKu2B,WAAWngB,SACtBpW,KAAK2wC,aAAal7B,GAIpBzV,KAAKqxC,mBAGLrxC,KAAKozC,SAELpzC,KAAKm1B,KAAKE,QAAQjH,KAAK,UAAW1a,OAAO,KAO3C5Q,EAAQ2Q,UAAU4/B,UAAY,WAC5B,MAAOrzC,MAAKu2B,YAOdzzB,EAAQ2Q,UAAUm7B,WAAa,SAASvuC,GACtC,GAAIsP,GAAO3P,KAAKs2B,UAAU9gB,IAAInV,GAC1Bk3B,EAAUv3B,KAAKs2B,UAAUjgB,YAEzB1G,IAEF3P,KAAK+O,QAAQohC,SAASxgC,EAAM,SAAUA,GAChCA,GAGF4nB,EAAQ3gB,OAAOvW,MAYvByC,EAAQ2Q,UAAU6/B,SAAW,SAAUjc,GACrC,MAAOA,GAASxwB,MAAQ7G,KAAK+O,QAAQlI,OAASwwB,EAASlnB,IAAM,QAAU,QAUzErN,EAAQ2Q,UAAUu/B,YAAc,SAAU3b,GACxC,GAAIxwB,GAAO7G,KAAKszC,SAASjc,EACzB,OAAY,cAARxwB,GAA0CN,QAAlB8wB,EAAS9kB,MAC7B4+B,EAGCnxC,KAAKu2B,WAAac,EAAS9kB,MAAQ2+B,GAS9CpuC,EAAQ2Q,UAAU+8B,UAAY,SAAS/6B,GACrC,GAAIhB,GAAKzU,IAETyV,GAAIlN,QAAQ,SAAUlI,GACpB,GAAIg3B,GAAW5iB,EAAG6hB,UAAU9gB,IAAInV,EAAIoU,EAAG47B,aACnC1gC,EAAO8E,EAAGxS,MAAM5B,GAChBwG,EAAO4N,EAAG6+B,SAASjc,GAEnBhxB,EAAcvD,EAAQ2U,MAAM5Q,EAchC,IAZI8I,IAEGtJ,GAAiBsJ,YAAgBtJ,GAMpCoO,EAAGc,YAAY5F,EAAM0nB,IAJrB5iB,EAAG8+B,YAAY5jC,GACfA,EAAO,QAONA,EAAM,CAET,IAAItJ,EAKC,KAEG,IAAID,WAFK,iBAARS,EAEa,4HAIA,sBAAwBA,EAAO,IAVnD8I,GAAO,GAAItJ,GAAYgxB,EAAU5iB,EAAGkmB,WAAYlmB,EAAG1F,SACnDY,EAAKtP,GAAKA,EACVoU,EAAGC,SAAS/E,MAalB3P,KAAKozC,SACLpzC,KAAKgxC,YAAa,EAClBhxC,KAAKm1B,KAAKE,QAAQjH,KAAK,UAAW1a,OAAO,KAQ3C5Q,EAAQ2Q,UAAU88B,OAASztC,EAAQ2Q,UAAU+8B,UAO7C1tC,EAAQ2Q,UAAUg9B,UAAY,SAASh7B,GACrC,GAAI8B,GAAQ,EACR9C,EAAKzU,IACTyV,GAAIlN,QAAQ,SAAUlI,GACpB,GAAIsP,GAAO8E,EAAGxS,MAAM5B,EAChBsP,KACF4H,IACA9C,EAAG8+B,YAAY5jC,MAIf4H,IAEFvX,KAAKozC,SACLpzC,KAAKgxC,YAAa,EAClBhxC,KAAKm1B,KAAKE,QAAQjH,KAAK,UAAW1a,OAAO,MAQ7C5Q,EAAQ2Q,UAAU2/B,OAAS,WAGzBzyC,EAAK4H,QAAQvI,KAAK20B,OAAQ,SAAUpiB,GAClCA,EAAMwD,WASVjT,EAAQ2Q,UAAUm9B,gBAAkB,SAASn7B,GAC3CzV,KAAK2wC,aAAal7B,IAQpB3S,EAAQ2Q,UAAUk9B,aAAe,SAASl7B,GACxC,GAAIhB,GAAKzU,IAETyV,GAAIlN,QAAQ,SAAUlI,GACpB,GAAIqsC,GAAYj4B,EAAG8hB,WAAW/gB,IAAInV,GAC9BkS,EAAQkC,EAAGkgB,OAAOt0B,EAEtB,IAAKkS,EA6BHA,EAAMgG,QAAQm0B,OA7BJ,CAEV,GAAIrsC,GAAM6wC,GAAa7wC,GAAM8wC,EAC3B,KAAM,IAAIvtC,OAAM,qBAAuBvD,EAAK,qBAG9C,IAAImzC,GAAeltC,OAAOqI,OAAO8F,EAAG1F,QACpCpO,GAAK0E,OAAOmuC,GACV1gC,OAAQ,OAGVP,EAAQ,GAAI3P,GAAMvC,EAAIqsC,EAAWj4B,GACjCA,EAAGkgB,OAAOt0B,GAAMkS,CAGhB,KAAK,GAAIsD,KAAUpB,GAAGxS,MACpB,GAAIwS,EAAGxS,MAAM4D,eAAegQ,GAAS,CACnC,GAAIlG,GAAO8E,EAAGxS,MAAM4T,EAChBlG,GAAKqD,KAAKT,OAASlS,GACrBkS,EAAMgB,IAAI5D,GAKhB4C,EAAMwD,QACNxD,EAAMg2B,UAQVvoC,KAAKm1B,KAAKE,QAAQjH,KAAK,UAAW1a,OAAO,KAQ3C5Q,EAAQ2Q,UAAUo9B,gBAAkB,SAASp7B,GAC3C,GAAIkf,GAAS30B,KAAK20B,MAClBlf,GAAIlN,QAAQ,SAAUlI,GACpB,GAAIkS,GAAQoiB,EAAOt0B,EAEfkS,KACFA,EAAM+1B,aACC3T,GAAOt0B,MAIlBL,KAAK4xC,YAEL5xC,KAAKm1B,KAAKE,QAAQjH,KAAK,UAAW1a,OAAO,KAQ3C5Q,EAAQ2Q,UAAUy+B,aAAe,WAC/B,GAAIlyC,KAAKu2B,WAAY,CAEnB,GAAIua,GAAW9wC,KAAKu2B,WAAWngB,QAC7BL,MAAO/V,KAAK+O,QAAQ6gC,aAGlBhQ,GAAWj/B,EAAKgG,WAAWmqC,EAAU9wC,KAAK8wC,SAC9C,IAAIlR,EAAS,CAEX,GAAIjL,GAAS30B,KAAK20B,MAClBmc,GAASvoC,QAAQ,SAAUsvB,GACzBlD,EAAOkD,GAASyQ,SAIlBwI,EAASvoC,QAAQ,SAAUsvB,GACzBlD,EAAOkD,GAAS0Q,SAGlBvoC,KAAK8wC,SAAWA,EAGlB,MAAOlR,GAGP,OAAO,GASX98B,EAAQ2Q,UAAUiB,SAAW,SAAS/E,GACpC3P,KAAKiC,MAAM0N,EAAKtP,IAAMsP,CAGtB,IAAIkoB,GAAU73B,KAAKgzC,YAAYrjC,EAAKqD,MAChCT,EAAQvS,KAAK20B,OAAOkD,EACpBtlB,IAAOA,EAAMgB,IAAI5D,IASvB7M,EAAQ2Q,UAAU8B,YAAc,SAAS5F,EAAM0nB,GAC7C,GAAIoc,GAAa9jC,EAAKqD,KAAKT,KAM3B,IAHA5C,EAAK4I,QAAQ8e,GAGToc,GAAc9jC,EAAKqD,KAAKT,MAAO,CACjC,GAAImhC,GAAW1zC,KAAK20B,OAAO8e,EACvBC,IAAUA,EAAS98B,OAAOjH,EAE9B,IAAIkoB,GAAU73B,KAAKgzC,YAAYrjC,EAAKqD,MAChCT,EAAQvS,KAAK20B,OAAOkD,EACpBtlB,IAAOA,EAAMgB,IAAI5D,KAUzB7M,EAAQ2Q,UAAU8/B,YAAc,SAAS5jC,GAEvCA,EAAK24B,aAGEtoC,MAAKiC,MAAM0N,EAAKtP,GAGvB,IAAIgI,GAAQrI,KAAK+wC,UAAUrqC,QAAQiJ,EAAKtP,GAC3B,KAATgI,GAAarI,KAAK+wC,UAAUzoC,OAAOD,EAAO,GAG9CsH,EAAK+1B,QAAU/1B,EAAK+1B,OAAO9uB,OAAOjH,IASpC7M,EAAQ2Q,UAAUkgC,qBAAuB,SAASjrC,GAGhD,IAAK,GAFDomC,MAEKvpC,EAAI,EAAGA,EAAImD,EAAMhD,OAAQH,IAC5BmD,EAAMnD,YAAcjD,IACtBwsC,EAAS5mC,KAAKQ,EAAMnD,GAGxB,OAAOupC,IAYThsC,EAAQ2Q,UAAUorB,SAAW,SAAUr1B,GAErCxJ,KAAKixC,YAAYthC,KAAO7M,EAAQ8wC,eAAepqC,IAQjD1G,EAAQ2Q,UAAU+qB,aAAe,SAAUh1B,GACzC,GAAKxJ,KAAK+O,QAAQ+gC,SAASC,YAAe/vC,KAAK+O,QAAQ+gC,SAAS1H,YAAhE,CAIA,GAEIriC,GAFA4J,EAAO3P,KAAKixC,YAAYthC,MAAQ,KAChC8E,EAAKzU,IAGT,IAAI2P,GAAQA,EAAKkkC,SAAU,CACzB,GAAIC,GAAetqC,EAAMG,OAAOmqC,aAC5BC,EAAgBvqC,EAAMG,OAAOoqC,aAE7BD,IACF/tC,GACE4J,KAAMmkC,EACNE,SAAUxqC,EAAM22B,QAAQzT,OAAOxP,SAG7BzI,EAAG1F,QAAQ+gC,SAASC,aACtBhqC,EAAMmK,MAAQP,EAAKqD,KAAK9C,MAAMnJ,WAE5B0N,EAAG1F,QAAQ+gC,SAAS1H,aAClB,SAAWz4B,GAAKqD,OAAMjN,EAAMwM,MAAQ5C,EAAKqD,KAAKT,OAGpDvS,KAAKixC,YAAYgD,WAAaluC,IAEvBguC,GACPhuC,GACE4J,KAAMokC,EACNC,SAAUxqC,EAAM22B,QAAQzT,OAAOxP,SAG7BzI,EAAG1F,QAAQ+gC,SAASC,aACtBhqC,EAAMoK,IAAMR,EAAKqD,KAAK7C,IAAIpJ,WAExB0N,EAAG1F,QAAQ+gC,SAAS1H,aAClB,SAAWz4B,GAAKqD,OAAMjN,EAAMwM,MAAQ5C,EAAKqD,KAAKT,OAGpDvS,KAAKixC,YAAYgD,WAAaluC,IAG9B/F,KAAKixC,YAAYgD,UAAYj0C,KAAKo3B,eAAexpB,IAAI,SAAUvN,GAC7D,GAAIsP,GAAO8E,EAAGxS,MAAM5B,GAChB0F,GACF4J,KAAMA,EACNqkC,SAAUxqC,EAAM22B,QAAQzT,OAAOxP,QAWjC,OARIzI,GAAG1F,QAAQ+gC,SAASC,aAClB,SAAWpgC,GAAKqD,OAAMjN,EAAMmK,MAAQP,EAAKqD,KAAK9C,MAAMnJ,WACpD,OAAS4I,GAAKqD,OAAQjN,EAAMoK,IAAMR,EAAKqD,KAAK7C,IAAIpJ,YAElD0N,EAAG1F,QAAQ+gC,SAAS1H,aAClB,SAAWz4B,GAAKqD,OAAMjN,EAAMwM,MAAQ5C,EAAKqD,KAAKT,OAG7CxM,IAIXyD,EAAM+8B,qBASVzjC,EAAQ2Q,UAAUgrB,QAAU,SAAUj1B,GAGpC,GAFAA,EAAMD,iBAEFvJ,KAAKixC,YAAYgD,UAAW,CAC9B,GAAIx/B,GAAKzU,KACLw1B,EAAOx1B,KAAKm1B,KAAKx0B,KAAK60B,MAAQ,KAC9BrL,EAAUnqB,KAAKm1B,KAAK5E,IAAI7wB,KAAKuuC,WAAajuC,KAAKm1B,KAAKC,SAAS5tB,KAAKqL,KAGtE7S,MAAKixC,YAAYgD,UAAU1rC,QAAQ,SAAUxC,GAC3C,GAAImuC,MACA7Z,EAAU5lB,EAAG0gB,KAAKx0B,KAAKk1B,OAAOrsB,EAAM22B,QAAQzT,OAAOxP,QAAUiN,GAC7DgqB,EAAU1/B,EAAG0gB,KAAKx0B,KAAKk1B,OAAO9vB,EAAMiuC,SAAW7pB,GAC/CD,EAASmQ,EAAU8Z,CAEvB,IAAI,SAAWpuC,GAAO,CACpB,GAAImK,GAAQ,GAAI7L,MAAK0B,EAAMmK,MAAQga,EACnCgqB,GAAShkC,MAAQslB,EAAOA,EAAKtlB,GAASA,EAGxC,GAAI,OAASnK,GAAO,CAClB,GAAIoK,GAAM,GAAI9L,MAAK0B,EAAMoK,IAAM+Z,EAC/BgqB,GAAS/jC,IAAMqlB,EAAOA,EAAKrlB,GAAOA,EAGpC,GAAI,SAAWpK,GAAO,CAEpB,GAAIwM,GAAQzP,EAAQsxC,gBAAgB5qC,EACpC0qC,GAAS3hC,MAAQA,GAASA,EAAMslB,QAIlC,GAAIR,GAAW12B,EAAK0E,UAAWU,EAAM4J,KAAKqD,KAAMkhC,EAChDz/B,GAAG1F,QAAQqhC,SAAS/Y,EAAU,SAAUA,GAClCA,GACF5iB,EAAG4/B,iBAAiBtuC,EAAM4J,KAAM0nB,OAKtCr3B,KAAKgxC,YAAa,EAClBhxC,KAAKm1B,KAAKE,QAAQjH,KAAK,UAEvB5kB,EAAM+8B,oBAUVzjC,EAAQ2Q,UAAU4gC,iBAAmB,SAAS1kC,EAAM5J,GAE9C,SAAWA,KAAO4J,EAAKqD,KAAK9C,MAAQnK,EAAMmK,OAC1C,OAASnK,KAAS4J,EAAKqD,KAAK7C,IAAQpK,EAAMoK,KAC1C,SAAWpK,IAAS4J,EAAKqD,KAAKT,OAASxM,EAAMwM,OAC/CvS,KAAKs0C,aAAa3kC,EAAM5J,EAAMwM,QAUlCzP,EAAQ2Q,UAAU6gC,aAAe,SAAS3kC,EAAMkoB,GAC9C,GAAItlB,GAAQvS,KAAK20B,OAAOkD,EACxB,IAAItlB,GAASA,EAAMslB,SAAWloB,EAAKqD,KAAKT,MAAO,CAC7C,GAAImhC,GAAW/jC,EAAK+1B,MACpBgO,GAAS98B,OAAOjH,GAChB+jC,EAAS39B,QACTxD,EAAMgB,IAAI5D,GACV4C,EAAMwD,QAENpG,EAAKqD,KAAKT,MAAQA,EAAMslB,UAS5B/0B,EAAQ2Q,UAAUirB,WAAa,SAAUl1B,GAGvC,GAFAA,EAAMD,iBAEFvJ,KAAKixC,YAAYgD,UAAW,CAE9B,GAAIM,MACA9/B,EAAKzU,KACLu3B,EAAUv3B,KAAKs2B,UAAUjgB,aAEzB49B,EAAYj0C,KAAKixC,YAAYgD,SACjCj0C,MAAKixC,YAAYgD,UAAY,KAC7BA,EAAU1rC,QAAQ,SAAUxC,GAC1B,GAAI1F,GAAK0F,EAAM4J,KAAKtP,GAChBg3B,EAAW5iB,EAAG6hB,UAAU9gB,IAAInV,EAAIoU,EAAG47B,aAEnCzQ,GAAU,CACV,UAAW75B,GAAM4J,KAAKqD,OACxB4sB,EAAW75B,EAAMmK,OAASnK,EAAM4J,KAAKqD,KAAK9C,MAAMnJ,UAChDswB,EAASnnB,MAAQvP,EAAKiG,QAAQb,EAAM4J,KAAKqD,KAAK9C,MACtCqnB,EAAQtkB,SAASpM,MAAQ0wB,EAAQtkB,SAASpM,KAAKqJ,OAAS,SAE9D,OAASnK,GAAM4J,KAAKqD,OACtB4sB,EAAUA,GAAa75B,EAAMoK,KAAOpK,EAAM4J,KAAKqD,KAAK7C,IAAIpJ,UACxDswB,EAASlnB,IAAMxP,EAAKiG,QAAQb,EAAM4J,KAAKqD,KAAK7C,IACpConB,EAAQtkB,SAASpM,MAAQ0wB,EAAQtkB,SAASpM,KAAKsJ,KAAO,SAE5D,SAAWpK,GAAM4J,KAAKqD,OACxB4sB,EAAUA,GAAa75B,EAAMwM,OAASxM,EAAM4J,KAAKqD,KAAKT,MACtD8kB,EAAS9kB,MAAQxM,EAAM4J,KAAKqD,KAAKT,OAI/BqtB,GACFnrB,EAAG1F,QAAQmhC,OAAO7Y,EAAU,SAAUA,GAChCA,GAEFA,EAASE,EAAQpkB,UAAY9S,EAC7Bk0C,EAAQrsC,KAAKmvB,KAIb5iB,EAAG4/B,iBAAiBtuC,EAAM4J,KAAM5J,GAEhC0O,EAAGu8B,YAAa,EAChBv8B,EAAG0gB,KAAKE,QAAQjH,KAAK,eAOzBmmB,EAAQ7uC,QACV6xB,EAAQpiB,OAAOo/B,GAGjB/qC,EAAM+8B,oBASVzjC,EAAQ2Q,UAAU89B,cAAgB,SAAU/nC,GAC1C,GAAKxJ,KAAK+O,QAAQ8gC,WAAlB,CAEA,GAAI2E,GAAWhrC,EAAM22B,QAAQsU,UAAYjrC,EAAM22B,QAAQsU,SAASD,QAC5DE,EAAWlrC,EAAM22B,QAAQsU,UAAYjrC,EAAM22B,QAAQsU,SAASC,QAChE,IAAIF,GAAWE,EAEb,WADA10C,MAAKwxC,mBAAmBhoC,EAI1B,IAAImrC,GAAe30C,KAAKo3B,eAEpBznB,EAAO7M,EAAQ8wC,eAAepqC,GAC9BunC,EAAYphC,GAAQA,EAAKtP,MAC7BL,MAAKk3B,aAAa6Z,EAElB,IAAI6D,GAAe50C,KAAKo3B,gBAIpBwd,EAAalvC,OAAS,GAAKivC,EAAajvC,OAAS,IACnD1F,KAAKm1B,KAAKE,QAAQjH,KAAK,UACrBnsB,MAAO2yC,MAUb9xC,EAAQ2Q,UAAUg+B,WAAa,SAAUjoC,GACvC,GAAKxJ,KAAK+O,QAAQ8gC,YACb7vC,KAAK+O,QAAQ+gC,SAASv8B,IAA3B,CAEA,GAAIkB,GAAKzU,KACLw1B,EAAOx1B,KAAKm1B,KAAKx0B,KAAK60B,MAAQ,KAC9B7lB,EAAO7M,EAAQ8wC,eAAepqC,EAElC,IAAImG,EAAM,CAIR,GAAI0nB,GAAW5iB,EAAG6hB,UAAU9gB,IAAI7F,EAAKtP,GACrCL,MAAK+O,QAAQkhC,SAAS5Y,EAAU,SAAUA,GACpCA,GACF5iB,EAAG6hB,UAAUjgB,aAAalB,OAAOkiB,SAIlC,CAEH,GAAIwd,GAAOl0C,EAAK0G,gBAAgBrH,KAAKuwB,IAAI1Q,OACrCxN,EAAI7I,EAAM22B,QAAQzT,OAAOuS,MAAQ4V,EACjC3kC,EAAQlQ,KAAKm1B,KAAKx0B,KAAKk1B,OAAOxjB,GAC9ByiC,GACF5kC,MAAOslB,EAAOA,EAAKtlB,GAASA,EAC5BkgB,QAAS,WAIX,IAA0B,UAAtBpwB,KAAK+O,QAAQlI,KAAkB,CACjC,GAAIsJ,GAAMnQ,KAAKm1B,KAAKx0B,KAAKk1B,OAAOxjB,EAAIrS,KAAK+F,MAAM8M,MAAQ,EACvDiiC,GAAQ3kC,IAAMqlB,EAAOA,EAAKrlB,GAAOA,EAGnC2kC,EAAQ90C,KAAKs2B,UAAUnjB,UAAYxS,EAAKoE,YAExC,IAAIwN,GAAQzP,EAAQsxC,gBAAgB5qC,EAChC+I,KACFuiC,EAAQviC,MAAQA,EAAMslB,SAIxB73B,KAAK+O,QAAQihC,MAAM8E,EAAS,SAAUnlC,GAChCA,GACF8E,EAAG6hB,UAAUjgB,aAAa9C,IAAI5D,QAYtC7M,EAAQ2Q,UAAU+9B,mBAAqB,SAAUhoC,GAC/C,GAAKxJ,KAAK+O,QAAQ8gC,WAAlB,CAEA,GAAIkB,GACAphC,EAAO7M,EAAQ8wC,eAAepqC,EAElC,IAAImG,EAAM,CAERohC,EAAY/wC,KAAKo3B,cAEjB,IAAIsd,GAAWlrC,EAAM22B,QAAQW,QAAQ,IAAMt3B,EAAM22B,QAAQW,QAAQ,GAAG4T,WAAY,CAChF,IAAIA,EAAU,CAIZ3D,EAAU7oC,KAAKyH,EAAKtP,GACpB,IAAI41B,GAAQnzB,EAAQiyC,cAAc/0C,KAAKs2B,UAAU9gB,IAAIu7B,EAAW/wC,KAAKqwC,aAGrEU,KACA,KAAK,GAAI1wC,KAAML,MAAKiC,MAClB,GAAIjC,KAAKiC,MAAM4D,eAAexF,GAAK,CACjC,GAAI20C,GAAQh1C,KAAKiC,MAAM5B,GACnB6P,EAAQ8kC,EAAMhiC,KAAK9C,MACnBC,EAA0B5J,SAAnByuC,EAAMhiC,KAAK7C,IAAqB6kC,EAAMhiC,KAAK7C,IAAMD,CAExDA,IAAS+lB,EAAMxqB,KAAO0E,GAAO8lB,EAAM/oB,KACrC6jC,EAAU7oC,KAAK8sC,EAAM30C,SAKxB,CAEH,GAAIgI,GAAQ0oC,EAAUrqC,QAAQiJ,EAAKtP,GACtB,KAATgI,EAEF0oC,EAAU7oC,KAAKyH,EAAKtP,IAIpB0wC,EAAUzoC,OAAOD,EAAO,GAI5BrI,KAAKk3B,aAAa6Z,GAElB/wC,KAAKm1B,KAAKE,QAAQjH,KAAK,UACrBnsB,MAAOjC,KAAKo3B,oBAWlBt0B,EAAQiyC,cAAgB,SAASze,GAC/B,GAAIppB,GAAM,KACNzB,EAAM,IAmBV,OAjBA6qB,GAAU/tB,QAAQ,SAAUyK,IACf,MAAPvH,GAAeuH,EAAK9C,MAAQzE,KAC9BA,EAAMuH,EAAK9C,OAGG3J,QAAZyM,EAAK7C,KACI,MAAPjD,GAAe8F,EAAK7C,IAAMjD,KAC5BA,EAAM8F,EAAK7C,MAIF,MAAPjD,GAAe8F,EAAK9C,MAAQhD,KAC9BA,EAAM8F,EAAK9C,UAMfzE,IAAKA,EACLyB,IAAKA,IAUTpK,EAAQ8wC,eAAiB,SAASpqC,GAEhC,IADA,GAAIG,GAASH,EAAMG,OACZA,GAAQ,CACb,GAAIA,EAAO9D,eAAe,iBACxB,MAAO8D,GAAO,gBAEhBA,GAASA,EAAOG,WAGlB,MAAO,OASThH,EAAQsxC,gBAAkB,SAAS5qC,GAEjC,IADA,GAAIG,GAASH,EAAMG,OACZA,GAAQ,CACb,GAAIA,EAAO9D,eAAe,kBACxB,MAAO8D,GAAO,iBAEhBA,GAASA,EAAOG,WAGlB,MAAO,OASThH,EAAQmyC,kBAAoB,SAASzrC,GAEnC,IADA,GAAIG,GAASH,EAAMG,OACZA,GAAQ,CACb,GAAIA,EAAO9D,eAAe,oBACxB,MAAO8D,GAAO,mBAEhBA,GAASA,EAAOG,WAGlB,MAAO,OAGTjK,EAAOD,QAAUkD,GAKb,SAASjD,EAAQD,EAASM,GAS9B,QAAS6C,GAAOoyB,EAAMpmB,EAASmmC,EAAMzO,GACnCzmC,KAAKm1B,KAAOA,EACZn1B,KAAK60B,gBACH7lB,SAAS,EACT43B,OAAO,EACPuO,SAAU,GACVC,YAAa,EACb5tC,MACEyhB,SAAS,EACT9E,SAAU,YAEZyD,OACEqB,SAAS,EACT9E,SAAU,aAGdnkB,KAAKk1C,KAAOA,EACZl1C,KAAK+O,QAAUpO,EAAK0E,UAAUrF,KAAK60B,gBACnC70B,KAAKymC,iBAAmBA,EAExBzmC,KAAK6nC,eACL7nC,KAAKuwB,OACLvwB,KAAK20B,UACL30B,KAAK+nC,eAAiB,EACtB/nC,KAAKk1B,UAELl1B,KAAKwT,WAAWzE,GAjClB,GAAIpO,GAAOT,EAAoB,GAC3BU,EAAUV,EAAoB,GAC9BqC,EAAYrC,EAAoB,GAkCpC6C,GAAO0Q,UAAY,GAAIlR,GAEvBQ,EAAO0Q,UAAUuD,MAAQ,WACvBhX,KAAK20B,UACL30B,KAAK+nC,eAAiB,GAGxBhlC,EAAO0Q,UAAUy0B,SAAW,SAASlf,EAAOmf,GAErCnoC,KAAK20B,OAAO9uB,eAAemjB,KAC9BhpB,KAAK20B,OAAO3L,GAASmf,GAEvBnoC,KAAK+nC,gBAAkB,GAGzBhlC,EAAO0Q,UAAU20B,YAAc,SAASpf,EAAOmf,GAC7CnoC,KAAK20B,OAAO3L,GAASmf,GAGvBplC,EAAO0Q,UAAU40B,YAAc,SAASrf,GAClChpB,KAAK20B,OAAO9uB,eAAemjB,WACtBhpB,MAAK20B,OAAO3L,GACnBhpB,KAAK+nC,gBAAkB,IAI3BhlC,EAAO0Q,UAAUyhB,QAAU,WACzBl1B,KAAKuwB,IAAI1Q,MAAQhO,SAASM,cAAc,OACxCnS,KAAKuwB,IAAI1Q,MAAM9X,UAAY,SAC3B/H,KAAKuwB,IAAI1Q,MAAMrS,MAAM2W,SAAW,WAChCnkB,KAAKuwB,IAAI1Q,MAAMrS,MAAM5F,IAAM,OAC3B5H,KAAKuwB,IAAI1Q,MAAMrS,MAAMg7B,QAAU,QAE/BxoC,KAAKuwB,IAAI8kB,SAAWxjC,SAASM,cAAc,OAC3CnS,KAAKuwB,IAAI8kB,SAASttC,UAAY,aAC9B/H,KAAKuwB,IAAI8kB,SAAS7nC,MAAM2W,SAAW,WACnCnkB,KAAKuwB,IAAI8kB,SAAS7nC,MAAM5F,IAAM,MAE9B5H,KAAKwmC,IAAM30B,SAASC,gBAAgB,6BAA6B,OACjE9R,KAAKwmC,IAAIh5B,MAAM2W,SAAW,WAC1BnkB,KAAKwmC,IAAIh5B,MAAM5F,IAAM,MACrB5H,KAAKwmC,IAAIh5B,MAAMqF,MAAQ7S,KAAK+O,QAAQomC,SAAW,EAAI,KACnDn1C,KAAKwmC,IAAIh5B,MAAMsF,OAAS,OAExB9S,KAAKuwB,IAAI1Q,MAAM9N,YAAY/R,KAAKwmC,KAChCxmC,KAAKuwB,IAAI1Q,MAAM9N,YAAY/R,KAAKuwB,IAAI8kB,WAMtCtyC,EAAO0Q,UAAU60B,KAAO,WAElBtoC,KAAKuwB,IAAI1Q,MAAM/V,YACjB9J,KAAKuwB,IAAI1Q,MAAM/V,WAAW2H,YAAYzR,KAAKuwB,IAAI1Q,QAQnD9c,EAAO0Q,UAAU80B,KAAO,WAEjBvoC,KAAKuwB,IAAI1Q,MAAM/V,YAClB9J,KAAKm1B,KAAK5E,IAAI7D,OAAO3a,YAAY/R,KAAKuwB,IAAI1Q,QAI9C9c,EAAO0Q,UAAUD,WAAa,SAASzE,GACrC,GAAIP,IAAU,UAAU,cAAc,QAAQ,OAAO,QACrD7N,GAAKuF,oBAAoBsI,EAAQxO,KAAK+O,QAASA,IAGjDhM,EAAO0Q,UAAUuO,OAAS,WACxB,GAAI+mB,GAAe,CACnB,KAAK,GAAIlR,KAAW73B,MAAK20B,OACnB30B,KAAK20B,OAAO9uB,eAAegyB,KACO,GAAhC73B,KAAK20B,OAAOkD,GAAS5O,SAAkE1iB,SAA9CvG,KAAKymC,iBAAiB1O,WAAWF,IAAuE,GAA7C73B,KAAKymC,iBAAiB1O,WAAWF,IACvIkR,IAKN,IAAuC,GAAnC/oC,KAAK+O,QAAQ/O,KAAKk1C,MAAMjsB,SAA2C,GAAvBjpB,KAAK+nC,gBAA+C,GAAxB/nC,KAAK+O,QAAQC,SAAoC,GAAhB+5B,EAC3G/oC,KAAKsoC,WAEF,CAqBH,GApBAtoC,KAAKuoC,OACmC,YAApCvoC,KAAK+O,QAAQ/O,KAAKk1C,MAAM/wB,UAA8D,eAApCnkB,KAAK+O,QAAQ/O,KAAKk1C,MAAM/wB,UAC5EnkB,KAAKuwB,IAAI1Q,MAAMrS,MAAMhG,KAAO,MAC5BxH,KAAKuwB,IAAI1Q,MAAMrS,MAAMqb,UAAY,OACjC7oB,KAAKuwB,IAAI8kB,SAAS7nC,MAAMqb,UAAY,OACpC7oB,KAAKuwB,IAAI8kB,SAAS7nC,MAAMhG,KAAQxH,KAAK+O,QAAQomC,SAAW,GAAM,KAC9Dn1C,KAAKuwB,IAAI8kB,SAAS7nC,MAAMoa,MAAQ,GAChC5nB,KAAKwmC,IAAIh5B,MAAMhG,KAAO,MACtBxH,KAAKwmC,IAAIh5B,MAAMoa,MAAQ,KAGvB5nB,KAAKuwB,IAAI1Q,MAAMrS,MAAMoa,MAAQ,MAC7B5nB,KAAKuwB,IAAI1Q,MAAMrS,MAAMqb,UAAY,QACjC7oB,KAAKuwB,IAAI8kB,SAAS7nC,MAAMqb,UAAY,QACpC7oB,KAAKuwB,IAAI8kB,SAAS7nC,MAAMoa,MAAS5nB,KAAK+O,QAAQomC,SAAW,GAAM,KAC/Dn1C,KAAKuwB,IAAI8kB,SAAS7nC,MAAMhG,KAAO,GAC/BxH,KAAKwmC,IAAIh5B,MAAMoa,MAAQ,MACvB5nB,KAAKwmC,IAAIh5B,MAAMhG,KAAO,IAGgB,YAApCxH,KAAK+O,QAAQ/O,KAAKk1C,MAAM/wB,UAA8D,aAApCnkB,KAAK+O,QAAQ/O,KAAKk1C,MAAM/wB,SAC5EnkB,KAAKuwB,IAAI1Q,MAAMrS,MAAM5F,IAAM,EAAI3D,OAAOjE,KAAKm1B,KAAK5E,IAAI7D,OAAOlf,MAAM5F,IAAIwE,QAAQ,KAAK,KAAO,KACzFpM,KAAKuwB,IAAI1Q,MAAMrS,MAAMqW,OAAS,OAE3B,CACH,GAAIyxB,GAAmBt1C,KAAKm1B,KAAKC,SAAS1I,OAAO5Z,OAAS9S,KAAKm1B,KAAKC,SAASgD,gBAAgBtlB,MAC7F9S,MAAKuwB,IAAI1Q,MAAMrS,MAAMqW,OAAS,EAAIyxB,EAAmBrxC,OAAOjE,KAAKm1B,KAAK5E,IAAI7D,OAAOlf,MAAM5F,IAAIwE,QAAQ,KAAK,KAAO,KAC/GpM,KAAKuwB,IAAI1Q,MAAMrS,MAAM5F,IAAM,GAGH,GAAtB5H,KAAK+O,QAAQ63B,OACf5mC,KAAKuwB,IAAI1Q,MAAMrS,MAAMqF,MAAQ7S,KAAKuwB,IAAI8kB,SAASzkB,YAAc,GAAK,KAClE5wB,KAAKuwB,IAAI8kB,SAAS7nC,MAAMoa,MAAQ,GAChC5nB,KAAKuwB,IAAI8kB,SAAS7nC,MAAMhG,KAAO,GAC/BxH,KAAKwmC,IAAIh5B,MAAMqF,MAAQ,QAGvB7S,KAAKuwB,IAAI1Q,MAAMrS,MAAMqF,MAAQ7S,KAAK+O,QAAQomC,SAAW,GAAKn1C,KAAKuwB,IAAI8kB,SAASzkB,YAAc,GAAK,KAC/F5wB,KAAKu1C,kBAGP,IAAInlB,GAAU,EACd,KAAK,GAAIyH,KAAW73B,MAAK20B,OACnB30B,KAAK20B,OAAO9uB,eAAegyB,KACO,GAAhC73B,KAAK20B,OAAOkD,GAAS5O,SAAkE1iB,SAA9CvG,KAAKymC,iBAAiB1O,WAAWF,IAAuE,GAA7C73B,KAAKymC,iBAAiB1O,WAAWF,KACvIzH,GAAWpwB,KAAK20B,OAAOkD,GAASzH,QAAU,UAIhDpwB,MAAKuwB,IAAI8kB,SAAS7wB,UAAY4L,EAC9BpwB,KAAKuwB,IAAI8kB,SAAS7nC,MAAMujB,WAAe,IAAO/wB,KAAK+O,QAAQomC,SAAYn1C,KAAK+O,QAAQqmC,YAAe,OAIvGryC,EAAO0Q,UAAU8hC,gBAAkB,WACjC,GAAIv1C,KAAKuwB,IAAI1Q,MAAM/V,WAAY,CAC7BlJ,EAAQuQ,gBAAgBnR,KAAK6nC,YAC7B,IAAItjB,GAAU9c,OAAO+tC,iBAAiBx1C,KAAKuwB,IAAI1Q,OAAO41B,WAClD9M,EAAa1kC,OAAOsgB,EAAQnY,QAAQ,KAAK,KACzCiG,EAAIs2B,EACJ1B,EAAYjnC,KAAK+O,QAAQomC,SACzBzM,EAAa,IAAO1oC,KAAK+O,QAAQomC,SACjC7iC,EAAIq2B,EAAa,GAAMD,EAAa,CAExC1oC,MAAKwmC,IAAIh5B,MAAMqF,MAAQo0B,EAAY,EAAI0B,EAAa,IAEpD,KAAK,GAAI9Q,KAAW73B,MAAK20B,OACnB30B,KAAK20B,OAAO9uB,eAAegyB,KACO,GAAhC73B,KAAK20B,OAAOkD,GAAS5O,SAAkE1iB,SAA9CvG,KAAKymC,iBAAiB1O,WAAWF,IAAuE,GAA7C73B,KAAKymC,iBAAiB1O,WAAWF,KACvI73B,KAAK20B,OAAOkD,GAAS+Q,SAASv2B,EAAGC,EAAGtS,KAAK6nC,YAAa7nC,KAAKwmC,IAAKS,EAAWyB,GAC3Ep2B,GAAKo2B,EAAa1oC,KAAK+O,QAAQqmC,aAKrCx0C,GAAQ4Q,gBAAgBxR,KAAK6nC,eAIjChoC,EAAOD,QAAUmD,GAKb,SAASlD,EAAQD,EAASM,GAqB9B,QAAS8C,GAAUmyB,EAAMpmB,GACvB/O,KAAKK,GAAKM,EAAKoE,aACf/E,KAAKm1B,KAAOA,EAEZn1B,KAAK60B,gBACH2X,iBAAkB,OAClBkJ,aAAc,UACdj/B,MAAM,EACNk/B,UAAU,EACVC,YAAa,QACbzJ,QACEn9B,SAAS,EACT+lB,YAAa,UAEfvnB,MAAO,OACPqoC,UACEhjC,MAAO,GACPijC,cAAe,UACfnG,MAAO,UAEThE,YACE38B,SAAS,EACT48B,gBAAiB,cACjBC,MAAO,IAETp5B,YACEzD,SAAS,EACT2D,KAAM,EACNnF,MAAO,UAETuoC,UACErP,iBAAiB,EACjBC,iBAAiB,EACjBC,OAAO,EACP/zB,MAAO,OACPoW,SAAS,EACT6S,YAAY,EACZD,aACEr0B,MAAOiE,IAAIlF,OAAW2G,IAAI3G,QAC1BqhB,OAAQnc,IAAIlF,OAAW2G,IAAI3G,UAkB/ByvC,QACEhnC,SAAS,EACT43B,OAAO,EACPp/B,MACEyhB,SAAS,EACT9E,SAAU,YAEZyD,OACEqB,SAAS,EACT9E,SAAU,cAGdwQ,QACEoD,gBAKJ/3B,KAAK+O,QAAUpO,EAAK0E,UAAWrF,KAAK60B,gBACpC70B,KAAKuwB,OACLvwB,KAAK+F,SACL/F,KAAK8D,OAAS,KACd9D,KAAK20B,UACL30B,KAAKi2C,oBAAqB,EAC1Bj2C,KAAKk2C,iBAAkB,EACvBl2C,KAAKm2C,yBAA0B,CAE/B,IAAI1hC,GAAKzU,IACTA,MAAKs2B,UAAY,KACjBt2B,KAAKu2B,WAAa,KAGlBv2B,KAAKswC,eACH/8B,IAAO,SAAU/J,EAAO4K,GACtBK,EAAG87B,OAAOn8B,EAAOnS,QAEnBkT,OAAU,SAAU3L,EAAO4K,GACzBK,EAAG+7B,UAAUp8B,EAAOnS,QAEtB2U,OAAU,SAAUpN,EAAO4K,GACzBK,EAAGg8B,UAAUr8B,EAAOnS,SAKxBjC,KAAK0wC,gBACHn9B,IAAO,SAAU/J,EAAO4K,GACtBK,EAAGk8B,aAAav8B,EAAOnS,QAEzBkT,OAAU,SAAU3L,EAAO4K,GACzBK,EAAGm8B,gBAAgBx8B,EAAOnS,QAE5B2U,OAAU,SAAUpN,EAAO4K,GACzBK,EAAGo8B,gBAAgBz8B,EAAOnS,SAI9BjC,KAAKiC,SACLjC,KAAK+wC,aACL/wC,KAAKo2C,UAAYp2C,KAAKm1B,KAAKc,MAAM/lB,MACjClQ,KAAKixC,eAELjxC,KAAK6nC,eACL7nC,KAAKwT,WAAWzE,GAChB/O,KAAKorC,0BAA4B,GACjCprC,KAAKq2C,QAAU,EACfr2C,KAAKm1B,KAAKE,QAAQxhB,GAAG,eAAgB,WACnCY,EAAG2hC,UAAY3hC,EAAG0gB,KAAKc,MAAM/lB,MAC7BuE,EAAG+xB,IAAIh5B,MAAMhG,KAAO7G,EAAKoJ,OAAOK,QAAQqK,EAAG1O,MAAM8M,OACjD4B,EAAGuN,OAAOzhB,KAAKkU,GAAG,KAIpBzU,KAAKk1B,UACLl1B,KAAK4sC,WAAapG,IAAKxmC,KAAKwmC,IAAKqB,YAAa7nC,KAAK6nC,YAAa94B,QAAS/O,KAAK+O,QAAS4lB,OAAQ30B,KAAK20B,QACpG30B,KAAKm1B,KAAKE,QAAQjH,KAAK,UAvJzB,GAAIztB,GAAOT,EAAoB,GAC3BU,EAAUV,EAAoB,GAC9BW,EAAUX,EAAoB,GAC9BY,EAAWZ,EAAoB,GAC/BqC,EAAYrC,EAAoB,IAChCwC,EAAWxC,EAAoB,IAC/ByC,EAAazC,EAAoB,IACjC6C,EAAS7C,EAAoB,IAC7Bo2C,EAAoBp2C,EAAoB,IAExCgxC,EAAY,eAiJhBluC,GAAUyQ,UAAY,GAAIlR,GAK1BS,EAAUyQ,UAAUyhB,QAAU,WAC5B,GAAIrV,GAAQhO,SAASM,cAAc,MACnC0N,GAAM9X,UAAY,YAClB/H,KAAKuwB,IAAI1Q,MAAQA,EAGjB7f,KAAKwmC,IAAM30B,SAASC,gBAAgB,6BAA6B,OACjE9R,KAAKwmC,IAAIh5B,MAAM2W,SAAW,WAC1BnkB,KAAKwmC,IAAIh5B,MAAMsF,QAAU,GAAK9S,KAAK+O,QAAQ6mC,aAAaxpC,QAAQ,KAAK,IAAM,KAC3EpM,KAAKwmC,IAAIh5B,MAAMg7B,QAAU,QACzB3oB,EAAM9N,YAAY/R,KAAKwmC,KAGvBxmC,KAAK+O,QAAQgnC,SAAShhB,YAAc,OACpC/0B,KAAKu2C,UAAY,GAAI7zC,GAAS1C,KAAKm1B,KAAMn1B,KAAK+O,QAAQgnC,SAAU/1C,KAAKwmC,IAAKxmC,KAAK+O,QAAQ4lB,QAEvF30B,KAAK+O,QAAQgnC,SAAShhB,YAAc,QACpC/0B,KAAKw2C,WAAa,GAAI9zC,GAAS1C,KAAKm1B,KAAMn1B,KAAK+O,QAAQgnC,SAAU/1C,KAAKwmC,IAAKxmC,KAAK+O,QAAQ4lB,cACjF30B,MAAK+O,QAAQgnC,SAAShhB,YAG7B/0B,KAAKy2C,WAAa,GAAI1zC,GAAO/C,KAAKm1B,KAAMn1B,KAAK+O,QAAQinC,OAAQ,OAAQh2C,KAAK+O,QAAQ4lB,QAClF30B,KAAK02C,YAAc,GAAI3zC,GAAO/C,KAAKm1B,KAAMn1B,KAAK+O,QAAQinC,OAAQ,QAASh2C,KAAK+O,QAAQ4lB,QAEpF30B,KAAKuoC,QAOPvlC,EAAUyQ,UAAUD,WAAa,SAASzE,GACxC,GAAIA,EAAS,CACX,GAAIP,IAAU,WAAW,eAAe,SAAS,cAAc,mBAAmB,QAAQ,WAAW,WAAW,OAAO,SAC3FjI,UAAxBwI,EAAQ6mC,aAAgDrvC,SAAnBwI,EAAQ+D,QAAsEvM,SAA9CvG,KAAKm1B,KAAKC,SAASgD,gBAAgBtlB,QAC1G9S,KAAKk2C,iBAAkB,EACvBl2C,KAAKm2C,yBAA0B,GAEsB5vC,SAA9CvG,KAAKm1B,KAAKC,SAASgD,gBAAgBtlB,QAAgDvM,SAAxBwI,EAAQ6mC,aACtEvqB,UAAUtc,EAAQ6mC,YAAc,IAAIxpC,QAAQ,KAAK,KAAOpM,KAAKm1B,KAAKC,SAASgD,gBAAgBtlB,SAC7F9S,KAAKk2C,iBAAkB,GAG3Bv1C,EAAKuF,oBAAoBsI,EAAQxO,KAAK+O,QAASA,GAC/CpO,EAAKkO,aAAa7O,KAAK+O,QAASA,EAAQ,cACxCpO,EAAKkO,aAAa7O,KAAK+O,QAASA,EAAQ,cACxCpO,EAAKkO,aAAa7O,KAAK+O,QAASA,EAAQ,UACxCpO,EAAKkO,aAAa7O,KAAK+O,QAASA,EAAQ,UAEpCA,EAAQ48B,YACuB,gBAAtB58B,GAAQ48B,YACb58B,EAAQ48B,WAAWC,kBACqB,WAAtC78B,EAAQ48B,WAAWC,gBACrB5rC,KAAK+O,QAAQ48B,WAAWE,MAAQ,EAEa,WAAtC98B,EAAQ48B,WAAWC,gBAC1B5rC,KAAK+O,QAAQ48B,WAAWE,MAAQ,GAGhC7rC,KAAK+O,QAAQ48B,WAAWC,gBAAkB,cAC1C5rC,KAAK+O,QAAQ48B,WAAWE,MAAQ,KAMpC7rC,KAAKu2C,WACkBhwC,SAArBwI,EAAQgnC,WACV/1C,KAAKu2C,UAAU/iC,WAAWxT,KAAK+O,QAAQgnC,UACvC/1C,KAAKw2C,WAAWhjC,WAAWxT,KAAK+O,QAAQgnC,WAIxC/1C,KAAKy2C,YACgBlwC,SAAnBwI,EAAQinC,SACVh2C,KAAKy2C,WAAWjjC,WAAWxT,KAAK+O,QAAQinC,QACxCh2C,KAAK02C,YAAYljC,WAAWxT,KAAK+O,QAAQinC,SAIzCh2C,KAAK20B,OAAO9uB,eAAeqrC,IAC7BlxC,KAAK20B,OAAOuc,GAAW19B,WAAWzE,GAKlC/O,KAAKuwB,IAAI1Q,OACX7f,KAAKgiB,QAAO,IAOhBhf,EAAUyQ,UAAU60B,KAAO,WAErBtoC,KAAKuwB,IAAI1Q,MAAM/V,YACjB9J,KAAKuwB,IAAI1Q,MAAM/V,WAAW2H,YAAYzR,KAAKuwB,IAAI1Q,QASnD7c,EAAUyQ,UAAU80B,KAAO,WAEpBvoC,KAAKuwB,IAAI1Q,MAAM/V,YAClB9J,KAAKm1B,KAAK5E,IAAI7D,OAAO3a,YAAY/R,KAAKuwB,IAAI1Q,QAS9C7c,EAAUyQ,UAAUgjB,SAAW,SAASx0B,GACtC,GACEwT,GADEhB,EAAKzU,KAEPkzC,EAAelzC,KAAKs2B,SAGtB,IAAKr0B,EAGA,CAAA,KAAIA,YAAiBpB,IAAWoB,YAAiBnB,IAIpD,KAAM,IAAIsF,WAAU,kDAHpBpG,MAAKs2B,UAAYr0B,MAHjBjC,MAAKs2B,UAAY,IAoBnB,IAXI4c,IAEFvyC,EAAK4H,QAAQvI,KAAKswC,cAAe,SAAU9nC,EAAUgB,GACnD0pC,EAAal/B,IAAIxK,EAAOhB,KAI1BiN,EAAMy9B,EAAa98B,SACnBpW,KAAKywC,UAAUh7B,IAGbzV,KAAKs2B,UAAW,CAElB,GAAIj2B,GAAKL,KAAKK,EACdM,GAAK4H,QAAQvI,KAAKswC,cAAe,SAAU9nC,EAAUgB,GACnDiL,EAAG6hB,UAAUziB,GAAGrK,EAAOhB,EAAUnI,KAInCoV,EAAMzV,KAAKs2B,UAAUlgB,SACrBpW,KAAKuwC,OAAO96B,GAEdzV,KAAKqxC,mBAELrxC,KAAKgiB,QAAO,IAQdhf,EAAUyQ,UAAU+iB,UAAY,SAAS7B,GACvC,GACIlf,GADAhB,EAAKzU,IAgBT,IAZIA,KAAKu2B,aACP51B,EAAK4H,QAAQvI,KAAK0wC,eAAgB,SAAUloC,EAAUgB,GACpDiL,EAAG8hB,WAAWriB,YAAY1K,EAAOhB,KAInCiN,EAAMzV,KAAKu2B,WAAWngB,SACtBpW,KAAKu2B,WAAa,KAClBv2B,KAAK6wC,gBAAgBp7B,IAIlBkf,EAGA,CAAA,KAAIA,YAAkB9zB,IAAW8zB,YAAkB7zB,IAItD,KAAM,IAAIsF,WAAU,kDAHpBpG,MAAKu2B,WAAa5B,MAHlB30B,MAAKu2B,WAAa,IASpB,IAAIv2B,KAAKu2B,WAAY,CAEnB,GAAIl2B,GAAKL,KAAKK,EACdM,GAAK4H,QAAQvI,KAAK0wC,eAAgB,SAAUloC,EAAUgB,GACpDiL,EAAG8hB,WAAW1iB,GAAGrK,EAAOhB,EAAUnI,KAIpCoV,EAAMzV,KAAKu2B,WAAWngB,SACtBpW,KAAK2wC,aAAal7B,GAEpBzV,KAAKwwC,aASPxtC,EAAUyQ,UAAU+8B,UAAY,WAC9BxwC,KAAKqxC,mBACLrxC,KAAK22C,sBAEL32C,KAAKgiB,QAAO,IAEdhf,EAAUyQ,UAAU88B,OAAkB,SAAU96B,GAAMzV,KAAKwwC,UAAU/6B,IACrEzS,EAAUyQ,UAAUg9B,UAAkB,SAAUh7B,GAAMzV,KAAKwwC,UAAU/6B,IACrEzS,EAAUyQ,UAAUm9B,gBAAmB,SAAUE,GAC/C,IAAK,GAAIvrC,GAAI,EAAGA,EAAIurC,EAASprC,OAAQH,IAAK,CACxC,GAAIgN,GAAQvS,KAAKu2B,WAAW/gB,IAAIs7B,EAASvrC,GACzCvF,MAAK42C,aAAarkC,EAAOu+B,EAASvrC,IAIpCvF,KAAKgiB,QAAO,IAEdhf,EAAUyQ,UAAUk9B,aAAe,SAAUG,GAAW9wC,KAAK4wC,gBAAgBE,IAQ7E9tC,EAAUyQ,UAAUo9B,gBAAkB,SAAUC,GAC9C,IAAK,GAAIvrC,GAAI,EAAGA,EAAIurC,EAASprC,OAAQH,IAC/BvF,KAAK20B,OAAO9uB,eAAeirC,EAASvrC,MACmB,SAArDvF,KAAK20B,OAAOmc,EAASvrC,IAAIwJ,QAAQy9B,kBACnCxsC,KAAKw2C,WAAWnO,YAAYyI,EAASvrC,IACrCvF,KAAK02C,YAAYrO,YAAYyI,EAASvrC,IACtCvF,KAAK02C,YAAY10B,WAGjBhiB,KAAKu2C,UAAUlO,YAAYyI,EAASvrC,IACpCvF,KAAKy2C,WAAWpO,YAAYyI,EAASvrC,IACrCvF,KAAKy2C,WAAWz0B,gBAEXhiB,MAAK20B,OAAOmc,EAASvrC,IAGhCvF,MAAKqxC,mBAELrxC,KAAKgiB,QAAO,IAWdhf,EAAUyQ,UAAUmjC,aAAe,SAAUrkC,EAAOslB,GAC7C73B,KAAK20B,OAAO9uB,eAAegyB,IAY9B73B,KAAK20B,OAAOkD,GAAS1iB,OAAO5C,GACyB,SAAjDvS,KAAK20B,OAAOkD,GAAS9oB,QAAQy9B,kBAC/BxsC,KAAKw2C,WAAWpO,YAAYvQ,EAAS73B,KAAK20B,OAAOkD,IACjD73B,KAAK02C,YAAYtO,YAAYvQ,EAAS73B,KAAK20B,OAAOkD,MAGlD73B,KAAKu2C,UAAUnO,YAAYvQ,EAAS73B,KAAK20B,OAAOkD,IAChD73B,KAAKy2C,WAAWrO,YAAYvQ,EAAS73B,KAAK20B,OAAOkD,OAlBnD73B,KAAK20B,OAAOkD,GAAW,GAAIl1B,GAAW4P,EAAOslB,EAAS73B,KAAK+O,QAAS/O,KAAKorC,0BACpB,SAAjDprC,KAAK20B,OAAOkD,GAAS9oB,QAAQy9B,kBAC/BxsC,KAAKw2C,WAAWtO,SAASrQ,EAAS73B,KAAK20B,OAAOkD,IAC9C73B,KAAK02C,YAAYxO,SAASrQ,EAAS73B,KAAK20B,OAAOkD,MAG/C73B,KAAKu2C,UAAUrO,SAASrQ,EAAS73B,KAAK20B,OAAOkD,IAC7C73B,KAAKy2C,WAAWvO,SAASrQ,EAAS73B,KAAK20B,OAAOkD,MAclD73B,KAAKy2C,WAAWz0B,SAChBhiB,KAAK02C,YAAY10B,UASnBhf,EAAUyQ,UAAUkjC,oBAAsB,WACxC,GAAsB,MAAlB32C,KAAKs2B,UAAmB,CAC1B,GACIuB,GADAgf,IAEJ,KAAKhf,IAAW73B,MAAK20B,OACf30B,KAAK20B,OAAO9uB,eAAegyB,KAC7Bgf,EAAchf,MAGlB,KAAK,GAAIhiB,KAAU7V,MAAKs2B,UAAUpjB,MAChC,GAAIlT,KAAKs2B,UAAUpjB,MAAMrN,eAAegQ,GAAS,CAC/C,GAAIlG,GAAO3P,KAAKs2B,UAAUpjB,MAAM2C,EAChC,IAAkCtP,SAA9BswC,EAAclnC,EAAK4C,OACrB,KAAM,IAAI3O,OAAM,4IAElB+L,GAAK0C,EAAI1R,EAAKiG,QAAQ+I,EAAK0C,EAAE,QAC7BwkC,EAAclnC,EAAK4C,OAAOrK,KAAKyH,GAGnC,IAAKkoB,IAAW73B,MAAK20B,OACf30B,KAAK20B,OAAO9uB,eAAegyB,IAC7B73B,KAAK20B,OAAOkD,GAASpB,SAASogB,EAAchf,MAYpD70B,EAAUyQ,UAAU49B,iBAAmB,WACrC,GAAIrxC,KAAKs2B,WAA+B,MAAlBt2B,KAAKs2B,UAAmB,CAC5C,GAAIwgB,GAAmB,CACvB,KAAK,GAAIjhC,KAAU7V,MAAKs2B,UAAUpjB,MAChC,GAAIlT,KAAKs2B,UAAUpjB,MAAMrN,eAAegQ,GAAS,CAC/C,GAAIlG,GAAO3P,KAAKs2B,UAAUpjB,MAAM2C,EACpBtP,SAARoJ,IACEA,EAAK9J,eAAe,SACHU,SAAfoJ,EAAK4C,QACP5C,EAAK4C,MAAQ2+B,GAIfvhC,EAAK4C,MAAQ2+B,EAEf4F,EAAmBnnC,EAAK4C,OAAS2+B,EAAY4F,EAAmB,EAAIA,GAK1E,GAAwB,GAApBA,QACK92C,MAAK20B,OAAOuc,GACnBlxC,KAAKy2C,WAAWpO,YAAY6I,GAC5BlxC,KAAK02C,YAAYrO,YAAY6I,GAC7BlxC,KAAKu2C,UAAUlO,YAAY6I,GAC3BlxC,KAAKw2C,WAAWnO,YAAY6I,OAEzB,CACH,GAAI3+B,IAASlS,GAAI6wC,EAAW9gB,QAASpwB,KAAK+O,QAAQ2mC,aAClD11C,MAAK42C,aAAarkC,EAAO2+B,eAIpBlxC,MAAK20B,OAAOuc,GACnBlxC,KAAKy2C,WAAWpO,YAAY6I,GAC5BlxC,KAAK02C,YAAYrO,YAAY6I,GAC7BlxC,KAAKu2C,UAAUlO,YAAY6I,GAC3BlxC,KAAKw2C,WAAWnO,YAAY6I,EAG9BlxC,MAAKy2C,WAAWz0B,SAChBhiB,KAAK02C,YAAY10B,UAQnBhf,EAAUyQ,UAAUuO,OAAS,SAAS+0B,GACpC,GAAI1R,IAAU,CAGdrlC,MAAK+F,MAAM8M,MAAQ7S,KAAKuwB,IAAI1Q,MAAM+Q,YAClC5wB,KAAK+F,MAAM+M,OAAS9S,KAAKm1B,KAAKC,SAASgD,gBAAgBtlB,OAGhCvM,SAAnBvG,KAAKsyC,WAA2BtyC,KAAK+F,MAAM8M,QAC7CkkC,GAAmB,GAIrB1R,EAAUrlC,KAAKolC,cAAgBC,CAG/B,IAAI8M,GAAkBnyC,KAAKm1B,KAAKc,MAAM9lB,IAAMnQ,KAAKm1B,KAAKc,MAAM/lB,MACxDkiC,EAAUD,GAAmBnyC,KAAKqyC,mBA6BtC,IA5BAryC,KAAKqyC,oBAAsBF,EAKZ,GAAX9M,IACFrlC,KAAKwmC,IAAIh5B,MAAMqF,MAAQlS,EAAKoJ,OAAOK,OAAO,EAAEpK,KAAK+F,MAAM8M,OACvD7S,KAAKwmC,IAAIh5B,MAAMhG,KAAO7G,EAAKoJ,OAAOK,QAAQpK,KAAK+F,MAAM8M,QAGN,KAA1C7S,KAAK+O,QAAQ+D,OAAS,IAAIpM,QAAQ,MAA8C,GAAhC1G,KAAKm2C,2BACxDn2C,KAAKk2C,iBAAkB,IAKC,GAAxBl2C,KAAKk2C,iBACHl2C,KAAK+O,QAAQ6mC,aAAe51C,KAAKm1B,KAAKC,SAASgD,gBAAgBtlB,OAAS,OAC1E9S,KAAK+O,QAAQ6mC,YAAc51C,KAAKm1B,KAAKC,SAASgD,gBAAgBtlB,OAAS,KACvE9S,KAAKwmC,IAAIh5B,MAAMsF,OAAS9S,KAAKm1B,KAAKC,SAASgD,gBAAgBtlB,OAAS,MAEtE9S,KAAKk2C,iBAAkB,GAGvBl2C,KAAKwmC,IAAIh5B,MAAMsF,QAAU,GAAK9S,KAAK+O,QAAQ6mC,aAAaxpC,QAAQ,KAAK,IAAM,KAI9D,GAAXi5B,GAA6B,GAAV+M,GAA6C,GAA3BpyC,KAAKi2C,oBAAkD,GAApBc,EAC1E1R,EAAUrlC,KAAKg3C,gBAAkB3R,MAIjC,IAAsB,GAAlBrlC,KAAKo2C,UAAgB,CACvB,GAAIlsB,GAASlqB,KAAKm1B,KAAKc,MAAM/lB,MAAQlQ,KAAKo2C,UACtCngB,EAAQj2B,KAAKm1B,KAAKc,MAAM9lB,IAAMnQ,KAAKm1B,KAAKc,MAAM/lB,KAClD,IAAwB,GAApBlQ,KAAK+F,MAAM8M,MAAY,CACzB,GAAIokC,GAAmBj3C,KAAK+F,MAAM8M,MAAMojB,EACpC9L,EAAUD,EAAS+sB,CACvBj3C,MAAKwmC,IAAIh5B,MAAMhG,MAASxH,KAAK+F,MAAM8M,MAAQsX,EAAW,MAO5D,MAFAnqB,MAAKy2C,WAAWz0B,SAChBhiB,KAAK02C,YAAY10B,SACVqjB;EAQTriC,EAAUyQ,UAAUujC,aAAe,WAGjC,GADAp2C,EAAQuQ,gBAAgBnR,KAAK6nC,aACL,GAApB7nC,KAAK+F,MAAM8M,OAAgC,MAAlB7S,KAAKs2B,UAAmB,CACnD,GAAI/jB,GAAOhN,EACP2xC,KACAC,KACAC,KACAC,GAAe,EAGfvG,IACJ,KAAK,GAAIjZ,KAAW73B,MAAK20B,OACnB30B,KAAK20B,OAAO9uB,eAAegyB,KAC7BtlB,EAAQvS,KAAK20B,OAAOkD,GACC,GAAjBtlB,EAAM0W,SAAgE1iB,SAA5CvG,KAAK+O,QAAQ4lB,OAAOoD,WAAWF,IAAqE,GAA3C73B,KAAK+O,QAAQ4lB,OAAOoD,WAAWF,IACpHiZ,EAAS5oC,KAAK2vB,GAIpB,IAAIiZ,EAASprC,OAAS,EAAG,CAEvB,GAAI4xC,GAAUt3C,KAAKm1B,KAAKx0B,KAAKo1B,cAAc/1B,KAAKm1B,KAAKC,SAAS11B,KAAKmT,OAC/D0kC,EAAUv3C,KAAKm1B,KAAKx0B,KAAKo1B,aAAa,EAAI/1B,KAAKm1B,KAAKC,SAAS11B,KAAKmT,OAClE0jB,IAQJ,KANAv2B,KAAKw3C,iBAAiB1G,EAAUva,EAAY+gB,EAASC,GAGrDv3C,KAAKy3C,eAAe3G,EAAUva,GAGzBhxB,EAAI,EAAGA,EAAIurC,EAASprC,OAAQH,IAC/B2xC,EAAsBpG,EAASvrC,IAAMvF,KAAK03C,qBAAqBnhB,EAAWua,EAASvrC,IAIrFvF,MAAK23C,YAAY7G,EAAUoG,EAAuBE,GAIlDC,EAAer3C,KAAK43C,aAAa9G,EAAUsG,EAC3C,IAAIS,GAAa,CACjB,IAAoB,GAAhBR,GAAwBr3C,KAAKq2C,QAAUwB,EAKzC,MAJAj3C,GAAQ4Q,gBAAgBxR,KAAK6nC,aAC7B7nC,KAAKi2C,oBAAqB,EAC1Bj2C,KAAKq2C,UACLr2C,KAAKm1B,KAAKE,QAAQjH,KAAK,WAChB,CAUP,KAPIpuB,KAAKq2C,QAAUwB,GACjB3e,QAAQ/E,IAAI,6EAEdn0B,KAAKq2C,QAAU,EACfr2C,KAAKi2C,oBAAqB,EAGrB1wC,EAAI,EAAGA,EAAIurC,EAASprC,OAAQH,IAC/BgN,EAAQvS,KAAK20B,OAAOmc,EAASvrC,IAC7B4xC,EAAmBrG,EAASvrC,IAAMvF,KAAK83C,qBAAqBvhB,EAAWua,EAASvrC,IAAKgN,EAIvF,KAAKhN,EAAI,EAAGA,EAAIurC,EAASprC,OAAQH,IAC/BgN,EAAQvS,KAAK20B,OAAOmc,EAASvrC,IACF,OAAvBgN,EAAMxD,QAAQvB,OAChB+E,EAAMo6B,KAAKwK,EAAmBrG,EAASvrC,IAAKgN,EAAOvS,KAAK4sC,UAG5D0J,GAAkB3J,KAAKmE,EAAUqG,EAAoBn3C,KAAK4sC,YAOhE,MADAhsC,GAAQ4Q,gBAAgBxR,KAAK6nC,cACtB,GAiBT7kC,EAAUyQ,UAAU+jC,iBAAmB,SAAU1G,EAAUva,EAAY+gB,EAASC,GAC9E,GAAIhlC,GAAOhN,EAAG6mB,EAAGzc,CACjB,IAAImhC,EAASprC,OAAS,EACpB,IAAKH,EAAI,EAAGA,EAAIurC,EAASprC,OAAQH,IAAK,CACpCgN,EAAQvS,KAAK20B,OAAOmc,EAASvrC,IAC7BgxB,EAAWua,EAASvrC,MACpB,IAAIwyC,GAAgBxhB,EAAWua,EAASvrC,GAExC,IAA0B,GAAtBgN,EAAMxD,QAAQ0H,KAAc,CAC9B,GAAIuhC,GAAQ/yC,KAAKiI,IAAI,EAAGvM,EAAKkP,kBAAkB0C,EAAM+jB,UAAWghB,EAAS,IAAK,UAC9E,KAAKlrB,EAAI4rB,EAAO5rB,EAAI7Z,EAAM+jB,UAAU5wB,OAAQ0mB,IAE1C,GADAzc,EAAO4C,EAAM+jB,UAAUlK,GACV7lB,SAAToJ,EAAoB,CACtB,GAAIA,EAAK0C,EAAIklC,EAAS,CACpBQ,EAAc7vC,KAAKyH,EACnB,OAGAooC,EAAc7vC,KAAKyH,QAMzB,KAAKyc,EAAI,EAAGA,EAAI7Z,EAAM+jB,UAAU5wB,OAAQ0mB,IACtCzc,EAAO4C,EAAM+jB,UAAUlK,GACV7lB,SAAToJ,GACEA,EAAK0C,EAAIilC,GAAW3nC,EAAK0C,EAAIklC,GAC/BQ,EAAc7vC,KAAKyH,KAgBjC3M,EAAUyQ,UAAUgkC,eAAiB,SAAU3G,EAAUva,GACvD,GAAIhkB,EACJ,IAAIu+B,EAASprC,OAAS,EACpB,IAAK,GAAIH,GAAI,EAAGA,EAAIurC,EAASprC,OAAQH,IAEnC,GADAgN,EAAQvS,KAAK20B,OAAOmc,EAASvrC,IACC,GAA1BgN,EAAMxD,QAAQ4mC,SAAkB,CAClC,GAAIoC,GAAgBxhB,EAAWua,EAASvrC,GACxC,IAAIwyC,EAAcryC,OAAS,EAAG,CAC5B,GAAIuyC,GAAY,EACZC,EAAiBH,EAAcryC,OAI/ByyC,EAAYn4C,KAAKm1B,KAAKx0B,KAAKg1B,eAAeoiB,EAAcA,EAAcryC,OAAS,GAAG2M,GAAKrS,KAAKm1B,KAAKx0B,KAAKg1B,eAAeoiB,EAAc,GAAG1lC,GACtI+lC,EAAiBF,EAAiBC,CACtCF,GAAYhzC,KAAKwG,IAAIxG,KAAKozC,KAAK,GAAMH,GAAiBjzC,KAAKiI,IAAI,EAAGjI,KAAKipB,MAAMkqB,IAG7E,KAAK,GADDE,MACKlsB,EAAI,EAAO8rB,EAAJ9rB,EAAoBA,GAAK6rB,EACvCK,EAAYpwC,KAAK6vC,EAAc3rB,GAGjCmK,GAAWua,EAASvrC,IAAM+yC,KAgBpCt1C,EAAUyQ,UAAUkkC,YAAc,SAAU7G,EAAUva,EAAY6gB,GAChE,GAAI1K,GAAWn6B,EAAOhN,EAGlBwJ,EAFAwpC,KACAC,IAEJ,IAAI1H,EAASprC,OAAS,EAAG,CACvB,IAAKH,EAAI,EAAGA,EAAIurC,EAASprC,OAAQH,IAC/BmnC,EAAYnW,EAAWua,EAASvrC,IAChCwJ,EAAU/O,KAAK20B,OAAOmc,EAASvrC,IAAIwJ,QAC/B29B,EAAUhnC,OAAS,IACrB6M,EAAQvS,KAAK20B,OAAOmc,EAASvrC,IAES,SAAlCwJ,EAAQ8mC,SAASC,eAA6C,OAAjB/mC,EAAQvB,MACvB,QAA5BuB,EAAQy9B,iBAA6B+L,EAAuBA,EAAoBjkC,OAAO/B,EAAMk6B,UAAUC,IAClE8L,EAAuBA,EAAqBlkC,OAAO/B,EAAMk6B,UAAUC,IAG5G0K,EAAYtG,EAASvrC,IAAMgN,EAAMk6B,UAAUC,EAAUoE,EAASvrC,IAMpE+wC,GAAkBmC,oBAAoBF,EAAsBnB,EAAatG,EAAU,iBAAmB,QACtGwF,EAAkBmC,oBAAoBD,EAAsBpB,EAAatG,EAAU,kBAAmB,WAW1G9tC,EAAUyQ,UAAUmkC,aAAe,SAAU9G,EAAUsG,GACrD,GAGoEsB,GAAQC,EAHxEtT,GAAU,EACVuT,GAAgB,EAChBC,GAAiB,EACjBC,EAAU,IAAKC,EAAW,IAAKC,EAAU,KAAMC,EAAW,IAE9D,IAAInI,EAASprC,OAAS,EAAG,CAEvB,IAAK,GAAIH,GAAI,EAAGA,EAAIurC,EAASprC,OAAQH,IAAK,CACxC,GAAIgN,GAAQvS,KAAK20B,OAAOmc,EAASvrC,GAC7BgN,IAA2C,SAAlCA,EAAMxD,QAAQy9B,kBACzBoM,GAAgB,EAChBE,EAAU,EACVE,EAAU,GAEHzmC,GAASA,EAAMxD,QAAQy9B,mBAC9BqM,GAAiB,EACjBE,EAAW,EACXE,EAAW,GAKf,IAAK,GAAI1zC,GAAI,EAAGA,EAAIurC,EAASprC,OAAQH,IAC/B6xC,EAAYvxC,eAAeirC,EAASvrC,KAClC6xC,EAAYtG,EAASvrC,IAAI2zC,UAAW,IACtCR,EAAStB,EAAYtG,EAASvrC,IAAIkG,IAClCktC,EAASvB,EAAYtG,EAASvrC,IAAI2H,IAEe,SAA7CkqC,EAAYtG,EAASvrC,IAAIinC,kBAC3BoM,GAAgB,EAChBE,EAAUA,EAAUJ,EAASA,EAASI,EACtCE,EAAoBL,EAAVK,EAAmBL,EAASK,IAGtCH,GAAiB,EACjBE,EAAWA,EAAWL,EAASA,EAASK,EACxCE,EAAsBN,EAAXM,EAAoBN,EAASM,GAM3B,IAAjBL,GACF54C,KAAKu2C,UAAUxiB,SAAS+kB,EAASE,GAEb,GAAlBH,GACF74C,KAAKw2C,WAAWziB,SAASglB,EAAUE,GAoCvC,MAjCA5T,GAAUrlC,KAAKm5C,qBAAqBP,EAAgB54C,KAAKu2C,YAAelR,EACxEA,EAAUrlC,KAAKm5C,qBAAqBN,EAAgB74C,KAAKw2C,aAAenR,EAElD,GAAlBwT,GAA2C,GAAjBD,GAC5B54C,KAAKu2C,UAAU6C,WAAY,EAC3Bp5C,KAAKw2C,WAAW4C,WAAY,IAG5Bp5C,KAAKu2C,UAAU6C,WAAY,EAC3Bp5C,KAAKw2C,WAAW4C,WAAY,GAE9Bp5C,KAAKw2C,WAAW5O,QAAUgR,EACI,GAA1B54C,KAAKw2C,WAAW5O,QACW5nC,KAAKu2C,UAAU5O,WAAtB,GAAlBkR,EAAqD74C,KAAKw2C,WAAW3jC,MAChB,EAEzDwyB,EAAUrlC,KAAKu2C,UAAUv0B,UAAYqjB,EACrCrlC,KAAKw2C,WAAW/O,iBAAmBznC,KAAKu2C,UAAU/O,WAClDxnC,KAAKw2C,WAAW9O,aAAe1nC,KAAKu2C,UAAU7O,aAC9CrC,EAAUrlC,KAAKw2C,WAAWx0B,UAAYqjB,GAGtCA,EAAUrlC,KAAKw2C,WAAWx0B,UAAYqjB,EAIE,IAAtCyL,EAASpqC,QAAQ,mBACnBoqC,EAASxoC,OAAOwoC,EAASpqC,QAAQ,kBAAkB,GAEV,IAAvCoqC,EAASpqC,QAAQ,oBACnBoqC,EAASxoC,OAAOwoC,EAASpqC,QAAQ,mBAAmB,GAG/C2+B,GAYTriC,EAAUyQ,UAAU0lC,qBAAuB,SAAUE,EAAU3X,GAC7D,GAAI9B,IAAU,CAad,OAZgB,IAAZyZ,EACE3X,EAAKnR,IAAI1Q,MAAM/V,YAA6B,GAAf43B,EAAKjI,SACpCiI,EAAK4G,OACL1I,GAAU,GAIP8B,EAAKnR,IAAI1Q,MAAM/V,YAA6B,GAAf43B,EAAKjI,SACrCiI,EAAK6G,OACL3I,GAAU,GAGPA,GAaT58B,EAAUyQ,UAAUikC,qBAAuB,SAAU4B,GAKnD,IAAK,GAHDC,GAAQC,EADRC,KAEAhkB,EAAWz1B,KAAKm1B,KAAKx0B,KAAK80B,SAErBlwB,EAAI,EAAGA,EAAI+zC,EAAW5zC,OAAQH,IACrCg0C,EAAS9jB,EAAS6jB,EAAW/zC,GAAG8M,GAAKrS,KAAK+F,MAAM8M,MAChD2mC,EAASF,EAAW/zC,GAAG+M,EACvBmnC,EAAcvxC,MAAMmK,EAAGknC,EAAQjnC,EAAGknC,GAGpC,OAAOC,IAcTz2C,EAAUyQ,UAAUqkC,qBAAuB,SAAUwB,EAAY/mC,GAC/D,GACIgnC,GAAQC,EADRC,KAEAhkB,EAAWz1B,KAAKm1B,KAAKx0B,KAAK80B,SAC1BiM,EAAO1hC,KAAKu2C,UACZmD,EAAYz1C,OAAOjE,KAAKwmC,IAAIh5B,MAAMsF,OAAO1G,QAAQ,KAAK,IACpB,UAAlCmG,EAAMxD,QAAQy9B,mBAChB9K,EAAO1hC,KAAKw2C,WAGd,KAAK,GAAIjxC,GAAI,EAAGA,EAAI+zC,EAAW5zC,OAAQH,IACrCg0C,EAAS9jB,EAAS6jB,EAAW/zC,GAAG8M,GAAKrS,KAAK+F,MAAM8M,MAChD2mC,EAASv0C,KAAKipB,MAAMwT,EAAK2I,aAAaiP,EAAW/zC,GAAG+M,IACpDmnC,EAAcvxC,MAAMmK,EAAGknC,EAAQjnC,EAAGknC,GAKpC,OAFAjnC,GAAMm5B,gBAAgBzmC,KAAKwG,IAAIiuC,EAAWhY,EAAK2I,aAAa,KAErDoP,GAIT55C,EAAOD,QAAUoD,GAKb,SAASnD,EAAQD,EAASM,GAgB9B,QAAS+C,GAAUkyB,EAAMpmB,GACvB/O,KAAKuwB,KACH8c,WAAY,KACZjG,SACAuS,cACAC,cACAtoC,WACE81B,SACAuS,cACAC,gBAGJ55C,KAAK+F,OACHkwB,OACE/lB,MAAO,EACPC,IAAK,EACLwrB,YAAa,GAEfke,QAAS,GAGX75C,KAAK60B,gBACHE,YAAa,SAEb2R,iBAAiB,EACjBC,iBAAiB,EACjBzE,OAAQ,MAEVliC,KAAK+O,QAAUpO,EAAK0E,UAAWrF,KAAK60B,gBAEpC70B,KAAKm1B,KAAOA,EAGZn1B,KAAKk1B,UAELl1B,KAAKwT,WAAWzE,GAjDlB,GAAIpO,GAAOT,EAAoB,GAC3BqC,EAAYrC,EAAoB,IAChC6B,EAAW7B,EAAoB,IAC/ByB,EAAWzB,EAAoB,IAC/B2D,EAAS3D,EAAoB,GAgDjC+C,GAASwQ,UAAY,GAAIlR,GAUzBU,EAASwQ,UAAUD,WAAa,SAASzE,GACnCA,IAEFpO,EAAKmF,iBACH,cACA,kBACA,kBACA,cACA,UACC9F,KAAK+O,QAASA,GAIb,UAAYA,KACe,kBAAlBlL,GAAOohC,OAEhBphC,EAAOohC,OAAOl2B,EAAQk2B,QAGtBphC,EAAOqhC,KAAKn2B,EAAQk2B,WAS5BhiC,EAASwQ,UAAUyhB,QAAU,WAC3Bl1B,KAAKuwB,IAAI8c,WAAax7B,SAASM,cAAc,OAC7CnS,KAAKuwB,IAAIzkB,WAAa+F,SAASM,cAAc,OAE7CnS,KAAKuwB,IAAI8c,WAAWtlC,UAAY,sBAChC/H,KAAKuwB,IAAIzkB,WAAW/D,UAAY,uBAMlC9E,EAASwQ,UAAUG,QAAU,WAEvB5T,KAAKuwB,IAAI8c,WAAWvjC,YACtB9J,KAAKuwB,IAAI8c,WAAWvjC,WAAW2H,YAAYzR,KAAKuwB,IAAI8c,YAElDrtC,KAAKuwB,IAAIzkB,WAAWhC,YACtB9J,KAAKuwB,IAAIzkB,WAAWhC,WAAW2H,YAAYzR,KAAKuwB,IAAIzkB,YAGtD9L,KAAKm1B,KAAO,MAOdlyB,EAASwQ,UAAUuO,OAAS,WAC1B,GAAIjT,GAAU/O,KAAK+O,QACfhJ,EAAQ/F,KAAK+F,MACbsnC,EAAartC,KAAKuwB,IAAI8c,WACtBvhC,EAAa9L,KAAKuwB,IAAIzkB,WAGtB45B,EAAiC,OAAvB32B,EAAQgmB,YAAwB/0B,KAAKm1B,KAAK5E,IAAI3oB,IAAM5H,KAAKm1B,KAAK5E,IAAI1M,OAC5Ei2B,EAAiBzM,EAAWvjC,aAAe47B,CAG/C1lC,MAAKgpC,oBAGL,IACItC,IADc1mC,KAAK+O,QAAQgmB,YACT/0B,KAAK+O,QAAQ23B,iBAC/BC,EAAkB3mC,KAAK+O,QAAQ43B,eAGnC5gC,GAAMkjC,iBAAmBvC,EAAkB3gC,EAAMmjC,gBAAkB,EACnEnjC,EAAMojC,iBAAmBxC,EAAkB5gC,EAAMqjC,gBAAkB,EACnErjC,EAAM+M,OAAS/M,EAAMkjC,iBAAmBljC,EAAMojC,iBAC9CpjC,EAAM8M,MAAQw6B,EAAWzc,YAEzB7qB,EAAMujC,gBAAkBtpC,KAAKm1B,KAAKC,SAAS11B,KAAKoT,OAAS/M,EAAMojC,kBACnC,OAAvBp6B,EAAQgmB,YAAuB/0B,KAAKm1B,KAAKC,SAASvR,OAAO/Q,OAAS9S,KAAKm1B,KAAKC,SAASxtB,IAAIkL,QAC9F/M,EAAMsjC,eAAiB,EACvBtjC,EAAMyjC,gBAAkBzjC,EAAMujC,gBAAkBvjC,EAAMojC,iBACtDpjC,EAAMwjC,eAAiB,CAGvB,IAAIwQ,GAAwB1M,EAAW2M,YACnCC,EAAwBnuC,EAAWkuC,WAsBvC,OArBA3M,GAAWvjC,YAAcujC,EAAWvjC,WAAW2H,YAAY47B,GAC3DvhC,EAAWhC,YAAcgC,EAAWhC,WAAW2H,YAAY3F,GAE3DuhC,EAAW7/B,MAAMsF,OAAS9S,KAAK+F,MAAM+M,OAAS,KAE9C9S,KAAKk6C,iBAGDH,EACFrU,EAAOxzB,aAAam7B,EAAY0M,GAGhCrU,EAAO3zB,YAAYs7B,GAEjB4M,EACFj6C,KAAKm1B,KAAK5E,IAAIoV,mBAAmBzzB,aAAapG,EAAYmuC,GAG1Dj6C,KAAKm1B,KAAK5E,IAAIoV,mBAAmB5zB,YAAYjG,GAGxC9L,KAAKolC,cAAgB0U,GAO9B72C,EAASwQ,UAAUymC,eAAiB,WAClC,GAAInlB,GAAc/0B,KAAK+O,QAAQgmB,YAG3B7kB,EAAQvP,EAAKiG,QAAQ5G,KAAKm1B,KAAKc,MAAM/lB,MAAO,UAC5CC,EAAMxP,EAAKiG,QAAQ5G,KAAKm1B,KAAKc,MAAM9lB,IAAK,UACxCgqC,EAAgBn6C,KAAKm1B,KAAKx0B,KAAKk1B,OAA2C,GAAnC71B,KAAK+F,MAAM4kC,gBAAkB,KAAS5jC,UAC7E40B,EAAcwe,EAAgBx4C,EAASy5B,wBAAwBp7B,KAAKm1B,KAAKI,YAAav1B,KAAKm1B,KAAKc,MAAOkkB,EAC3Gxe,IAAe37B,KAAKm1B,KAAKx0B,KAAKk1B,OAAO,GAAG9uB,SAExC,IAAI2hB,GAAO,GAAI3mB,GAAS,GAAIsC,MAAK6L,GAAQ,GAAI7L,MAAK8L,GAAMwrB,EAAa37B,KAAKm1B,KAAKI,YAC3Ev1B,MAAK+O,QAAQmzB,QACfxZ,EAAKia,UAAU3iC,KAAK+O,QAAQmzB,QAE9BliC,KAAK0oB,KAAOA,CAKZ,IAAI6H,GAAMvwB,KAAKuwB,GACfA,GAAIjf,UAAU81B,MAAQ7W,EAAI6W,MAC1B7W,EAAIjf,UAAUqoC,WAAappB,EAAIopB,WAC/BppB,EAAIjf,UAAUsoC,WAAarpB,EAAIqpB,WAC/BrpB,EAAI6W,SACJ7W,EAAIopB,cACJppB,EAAIqpB,aAEJ,IAAIQ,GAEA1c,EAGA2c,EAGAtyC,EAPAsK,EAAI,EAEJioC,EAAQ,EACRznC,EAAQ,EAER0nC,EAAmBh0C,OACnB2G,EAAM,CAIV,KADAwb,EAAKma,QACEna,EAAK0U,WAAmB,IAANlwB,GACvBA,IAEAktC,EAAM1xB,EAAKC,aACX+U,EAAUhV,EAAKgV,UACf31B,EAAY2gB,EAAKgc,eAEjB4V,EAAQjoC,EACRA,EAAIrS,KAAKm1B,KAAKx0B,KAAK80B,SAAS2kB,GAC5BvnC,EAAQR,EAAIioC,EACRD,IACFA,EAAS7sC,MAAMqF,MAAQA,EAAQ,MAG7B7S,KAAK+O,QAAQ23B,iBACf1mC,KAAKw6C,kBAAkBnoC,EAAGqW,EAAK8b,gBAAiBzP,EAAahtB,GAG3D21B,GAAW19B,KAAK+O,QAAQ43B,iBACtBt0B,EAAI,IACkB9L,QAApBg0C,IACFA,EAAmBloC,GAErBrS,KAAKy6C,kBAAkBpoC,EAAGqW,EAAK+b,gBAAiB1P,EAAahtB,IAE/DsyC,EAAWr6C,KAAK06C,kBAAkBroC,EAAG0iB,EAAahtB,IAGlDsyC,EAAWr6C,KAAK26C,kBAAkBtoC,EAAG0iB,EAAahtB,GAGpD2gB,EAAKE,MAIP,IAAI5oB,KAAK+O,QAAQ43B,gBAAiB,CAChC,GAAIiU,GAAW56C,KAAKm1B,KAAKx0B,KAAKk1B,OAAO,GACjCglB,EAAWnyB,EAAK+b,cAAcmW,GAC9BE,EAAYD,EAASn1C,QAAU1F,KAAK+F,MAAM2kC,gBAAkB,IAAM,IAE9CnkC,QAApBg0C,GAA6CA,EAAZO,IACnC96C,KAAKy6C,kBAAkB,EAAGI,EAAU9lB,EAAahtB,GAKrDpH,EAAK4H,QAAQvI,KAAKuwB,IAAIjf,UAAW,SAAUypC,GACzC,KAAOA,EAAIr1C,QAAQ,CACjB,GAAI4B,GAAOyzC,EAAIC,KACX1zC,IAAQA,EAAKwC,YACfxC,EAAKwC,WAAW2H,YAAYnK,OAcpCrE,EAASwQ,UAAU+mC,kBAAoB,SAAUnoC,EAAGyX,EAAMiL,EAAahtB,GAErE,GAAIihB,GAAQhpB,KAAKuwB,IAAIjf,UAAUsoC,WAAWhoC,OAE1C,KAAKoX,EAAO,CAEV,GAAIoH,GAAUve,SAASg5B,eAAe,GACtC7hB,GAAQnX,SAASM,cAAc,OAC/B6W,EAAMjX,YAAYqe,GAClBpwB,KAAKuwB,IAAI8c,WAAWt7B,YAAYiX,GAElChpB,KAAKuwB,IAAIqpB,WAAW1xC,KAAK8gB,GAEzBA,EAAMiyB,WAAW,GAAGC,UAAYpxB,EAEhCd,EAAMxb,MAAM5F,IAAsB,OAAfmtB,EAAyB/0B,KAAK+F,MAAMojC,iBAAmB,KAAQ,IAClFngB,EAAMxb,MAAMhG,KAAO6K,EAAI,KACvB2W,EAAMjhB,UAAY,cAAgBA,GAYpC9E,EAASwQ,UAAUgnC,kBAAoB,SAAUpoC,EAAGyX,EAAMiL,EAAahtB,GAErE,GAAIihB,GAAQhpB,KAAKuwB,IAAIjf,UAAUqoC,WAAW/nC,OAE1C,KAAKoX,EAAO,CAEV,GAAIoH,GAAUve,SAASg5B,eAAe/gB,EACtCd,GAAQnX,SAASM,cAAc,OAC/B6W,EAAMjX,YAAYqe,GAClBpwB,KAAKuwB,IAAI8c,WAAWt7B,YAAYiX,GAElChpB,KAAKuwB,IAAIopB,WAAWzxC,KAAK8gB,GAEzBA,EAAMiyB,WAAW,GAAGC,UAAYpxB,EAChCd,EAAMjhB,UAAY,cAAgBA,EAGlCihB,EAAMxb,MAAM5F,IAAsB,OAAfmtB,EAAwB,IAAO/0B,KAAK+F,MAAMkjC,iBAAoB,KACjFjgB,EAAMxb,MAAMhG,KAAO6K,EAAI,MAWzBpP,EAASwQ,UAAUknC,kBAAoB,SAAUtoC,EAAG0iB,EAAahtB,GAE/D,GAAIsoB,GAAOrwB,KAAKuwB,IAAIjf,UAAU81B,MAAMx1B,OAC/Bye,KAEHA,EAAOxe,SAASM,cAAc,OAC9BnS,KAAKuwB,IAAIzkB,WAAWiG,YAAYse,IAElCrwB,KAAKuwB,IAAI6W,MAAMl/B,KAAKmoB,EAEpB,IAAItqB,GAAQ/F,KAAK+F,KAYjB,OAVEsqB,GAAK7iB,MAAM5F,IADM,OAAfmtB,EACehvB,EAAMojC,iBAAmB,KAGzBnpC,KAAKm1B,KAAKC,SAASxtB,IAAIkL,OAAS,KAEnDud,EAAK7iB,MAAMsF,OAAS/M,EAAMujC,gBAAkB,KAC5CjZ,EAAK7iB,MAAMhG,KAAQ6K,EAAItM,EAAMsjC,eAAiB,EAAK,KAEnDhZ,EAAKtoB,UAAY,uBAAyBA,EAEnCsoB,GAWTptB,EAASwQ,UAAUinC,kBAAoB,SAAUroC,EAAG0iB,EAAahtB,GAE/D,GAAIsoB,GAAOrwB,KAAKuwB,IAAIjf,UAAU81B,MAAMx1B,OAC/Bye,KAEHA,EAAOxe,SAASM,cAAc,OAC9BnS,KAAKuwB,IAAIzkB,WAAWiG,YAAYse,IAElCrwB,KAAKuwB,IAAI6W,MAAMl/B,KAAKmoB,EAEpB,IAAItqB,GAAQ/F,KAAK+F,KAYjB,OAVEsqB,GAAK7iB,MAAM5F,IADM,OAAfmtB,EACe,IAGA/0B,KAAKm1B,KAAKC,SAASxtB,IAAIkL,OAAS,KAEnDud,EAAK7iB,MAAMhG,KAAQ6K,EAAItM,EAAMwjC,eAAiB,EAAK,KACnDlZ,EAAK7iB,MAAMsF,OAAS/M,EAAMyjC,gBAAkB,KAE5CnZ,EAAKtoB,UAAY,uBAAyBA,EAEnCsoB,GAQTptB,EAASwQ,UAAUu1B,mBAAqB,WAKjChpC,KAAKuwB,IAAIua,mBACZ9qC,KAAKuwB,IAAIua,iBAAmBj5B,SAASM,cAAc,OACnDnS,KAAKuwB,IAAIua,iBAAiB/iC,UAAY,qBACtC/H,KAAKuwB,IAAIua,iBAAiBt9B,MAAM2W,SAAW,WAE3CnkB,KAAKuwB,IAAIua,iBAAiB/4B,YAAYF,SAASg5B,eAAe,MAC9D7qC,KAAKuwB,IAAI8c,WAAWt7B,YAAY/R,KAAKuwB,IAAIua,mBAE3C9qC,KAAK+F,MAAMmjC,gBAAkBlpC,KAAKuwB,IAAIua,iBAAiB1lB,aACvDplB,KAAK+F,MAAM4kC,eAAiB3qC,KAAKuwB,IAAIua,iBAAiB/qB,YAGjD/f,KAAKuwB,IAAIya,mBACZhrC,KAAKuwB,IAAIya,iBAAmBn5B,SAASM,cAAc,OACnDnS,KAAKuwB,IAAIya,iBAAiBjjC,UAAY,qBACtC/H,KAAKuwB,IAAIya,iBAAiBx9B,MAAM2W,SAAW,WAE3CnkB,KAAKuwB,IAAIya,iBAAiBj5B,YAAYF,SAASg5B,eAAe,MAC9D7qC,KAAKuwB,IAAI8c,WAAWt7B,YAAY/R,KAAKuwB,IAAIya,mBAE3ChrC,KAAK+F,MAAMqjC,gBAAkBppC,KAAKuwB,IAAIya,iBAAiB5lB,aACvDplB,KAAK+F,MAAM2kC,eAAiB1qC,KAAKuwB,IAAIya,iBAAiBjrB,aASxD9c,EAASwQ,UAAU+hB,KAAO,SAASwD,GACjC,MAAOh5B,MAAK0oB,KAAK8M,KAAKwD,IAGxBn5B,EAAOD,QAAUqD,GAKb,SAASpD,EAAQD,EAASM,GAc9B,QAASgC,GAAM8Q,EAAM2nB,EAAY5rB,GAC/B/O,KAAKK,GAAK,KACVL,KAAK0lC,OAAS,KACd1lC,KAAKgT,KAAOA,EACZhT,KAAKuwB,IAAM,KACXvwB,KAAK26B,WAAaA,MAClB36B,KAAK+O,QAAUA,MAEf/O,KAAK6zC,UAAW,EAChB7zC,KAAK8tC,WAAY,EACjB9tC,KAAK6tC,OAAQ,EAEb7tC,KAAK4H,IAAM,KACX5H,KAAKwH,KAAO,KACZxH,KAAK6S,MAAQ,KACb7S,KAAK8S,OAAS,KA3BhB,GAAIozB,GAAShmC,EAAoB,IAC7BS,EAAOT,EAAoB,EA6B/BgC,GAAKuR,UAAU3R,OAAQ,EAKvBI,EAAKuR,UAAUq+B,OAAS,WACtB9xC,KAAK6zC,UAAW,EAChB7zC,KAAK6tC,OAAQ,EACT7tC,KAAK8tC,WAAW9tC,KAAKgiB,UAM3B9f,EAAKuR,UAAUo+B,SAAW,WACxB7xC,KAAK6zC,UAAW,EAChB7zC,KAAK6tC,OAAQ,EACT7tC,KAAK8tC,WAAW9tC,KAAKgiB,UAQ3B9f,EAAKuR,UAAU8E,QAAU,SAASvF,GAChChT,KAAKgT,KAAOA,EACZhT,KAAK6tC,OAAQ,EACT7tC,KAAK8tC,WAAW9tC,KAAKgiB,UAO3B9f,EAAKuR,UAAU66B,UAAY,SAAS5I,GAC9B1lC,KAAK8tC,WACP9tC,KAAKsoC,OACLtoC,KAAK0lC,OAASA,EACV1lC,KAAK0lC,QACP1lC,KAAKuoC,QAIPvoC,KAAK0lC,OAASA,GASlBxjC,EAAKuR,UAAUi8B,UAAY,WAEzB,OAAO,GAOTxtC,EAAKuR,UAAU80B,KAAO,WACpB,OAAO,GAOTrmC,EAAKuR,UAAU60B,KAAO,WACpB,OAAO,GAMTpmC,EAAKuR,UAAUuO,OAAS,aAOxB9f,EAAKuR,UAAU87B,YAAc,aAO7BrtC,EAAKuR,UAAU06B,YAAc,aAS7BjsC,EAAKuR,UAAU0nC,qBAAuB,SAAUC,GAC9C,GAAIp7C,KAAK6zC,UAAY7zC,KAAK+O,QAAQ+gC,SAASl5B,SAAW5W,KAAKuwB,IAAI8qB,aAAc,CAE3E,GAAI5mC,GAAKzU,KAELq7C,EAAexpC,SAASM,cAAc,MAC1CkpC,GAAatzC,UAAY,SACzBszC,EAAazV,MAAQ,mBAErBM,EAAOmV,GACL9xC,gBAAgB,IACfsK,GAAG,MAAO,SAAUrK,GACrBiL,EAAGixB,OAAOiJ,kBAAkBl6B,GAC5BjL,EAAM+8B,oBAGR6U,EAAOrpC,YAAYspC,GACnBr7C,KAAKuwB,IAAI8qB,aAAeA,OAEhBr7C,KAAK6zC,UAAY7zC,KAAKuwB,IAAI8qB,eAE9Br7C,KAAKuwB,IAAI8qB,aAAavxC,YACxB9J,KAAKuwB,IAAI8qB,aAAavxC,WAAW2H,YAAYzR,KAAKuwB,IAAI8qB,cAExDr7C,KAAKuwB,IAAI8qB,aAAe,OAS5Bn5C,EAAKuR,UAAU6nC,gBAAkB,SAAUxyC,GACzC,GAAIsnB,EACJ,IAAIpwB,KAAK+O,QAAQwsC,SAAU,CACzB,GAAIlkB,GAAWr3B,KAAK0lC,OAAOrP,QAAQC,UAAU9gB,IAAIxV,KAAKK,GACtD+vB,GAAUpwB,KAAK+O,QAAQwsC,SAASlkB,OAGhCjH,GAAUpwB,KAAKgT,KAAKod,OAGtB,IAAGA,IAAYpwB,KAAKowB,QAAS,CAE3B,GAAIA,YAAmBmd,SACrBzkC,EAAQ0b,UAAY,GACpB1b,EAAQiJ,YAAYqe,OAEjB,IAAe7pB,QAAX6pB,EACPtnB,EAAQ0b,UAAY4L,MAGpB,IAAwB,cAAlBpwB,KAAKgT,KAAKnM,MAA8CN,SAAtBvG,KAAKgT,KAAKod,QAChD,KAAM,IAAIxsB,OAAM,sCAAwC5D,KAAKK,GAIjEL,MAAKowB,QAAUA,IASnBluB,EAAKuR,UAAU+nC,aAAe,SAAU1yC,GACf,MAAnB9I,KAAKgT,KAAK4yB,MACZ98B,EAAQ88B,MAAQ5lC,KAAKgT,KAAK4yB,OAAS,GAGnC98B,EAAQ2yC,gBAAgB,UAS3Bv5C,EAAKuR,UAAUioC,sBAAwB,SAAS5yC,GAC/C,GAAI9I,KAAK+O,QAAQ4sC,gBAAkB37C,KAAK+O,QAAQ4sC,eAAej2C,OAAS,EAAG,CACzE,GAAIk2C,KAEJ,IAAI51C,MAAMC,QAAQjG,KAAK+O,QAAQ4sC,gBAC7BC,EAAa57C,KAAK+O,QAAQ4sC,mBAEvB,CAAA,GAAmC,OAA/B37C,KAAK+O,QAAQ4sC,eAIpB,MAHAC,GAAat1C,OAAOqH,KAAK3N,KAAKgT,MAMhC,IAAK,GAAIzN,GAAI,EAAGA,EAAIq2C,EAAWl2C,OAAQH,IAAK,CAC1C,GAAIiR,GAAOolC,EAAWr2C,GAClB6B,EAAQpH,KAAKgT,KAAKwD,EAET,OAATpP,EACF0B,EAAQ+yC,aAAa,QAAUrlC,EAAMpP,GAGrC0B,EAAQ2yC,gBAAgB,QAAUjlC,MAW1CtU,EAAKuR,UAAUqoC,aAAe,SAAShzC,GAEjC9I,KAAKwN,QACP7M,EAAKqN,cAAclF,EAAS9I,KAAKwN,OACjCxN,KAAKwN,MAAQ,MAIXxN,KAAKgT,KAAKxF,QACZ7M,EAAKkN,WAAW/E,EAAS9I,KAAKgT,KAAKxF,OACnCxN,KAAKwN,MAAQxN,KAAKgT,KAAKxF,QAI3B3N,EAAOD,QAAUsC,GAKb,SAASrC,EAAQD,EAASM,GAkB9B,QAASiC,GAAgB6Q,EAAM2nB,EAAY5rB,GASzC,GARA/O,KAAK+F,OACHqqB,SACEvd,MAAO,IAGX7S,KAAKokB,UAAW,EAGZpR,EAAM,CACR,GAAkBzM,QAAdyM,EAAK9C,MACP,KAAM,IAAItM,OAAM,oCAAsCoP,EAAK3S,GAE7D,IAAgBkG,QAAZyM,EAAK7C,IACP,KAAM,IAAIvM,OAAM,kCAAoCoP,EAAK3S,IAI7D6B,EAAK3B,KAAKP,KAAMgT,EAAM2nB,EAAY5rB,GAElC/O,KAAK+7C,cAAe,EApCtB,GACI75C,IADShC,EAAoB,IACtBA,EAAoB,KAC3B2C,EAAkB3C,EAAoB,IACtCoC,EAAYpC,EAAoB,GAoCpCiC,GAAesR,UAAY,GAAIvR,GAAM,KAAM,KAAM,MAEjDC,EAAesR,UAAUuoC,cAAgB,kBACzC75C,EAAesR,UAAU3R,OAAQ,EAOjCK,EAAesR,UAAUi8B,UAAY,SAASzZ,GAE5C,MAAQj2B,MAAKgT,KAAK9C,MAAQ+lB,EAAM9lB,KAASnQ,KAAKgT,KAAK7C,IAAM8lB,EAAM/lB,OAMjE/N,EAAesR,UAAUuO,OAAS,WAChC,GAAIuO,GAAMvwB,KAAKuwB,GAuBf,IAtBKA,IAEHvwB,KAAKuwB,OACLA,EAAMvwB,KAAKuwB,IAGXA,EAAI6gB,IAAMv/B,SAASM,cAAc,OAIjCoe,EAAIH,QAAUve,SAASM,cAAc,OACrCoe,EAAIH,QAAQroB,UAAY,UACxBwoB,EAAI6gB,IAAIr/B,YAAYwe,EAAIH,SAMxBpwB,KAAK6tC,OAAQ,IAIV7tC,KAAK0lC,OACR,KAAM,IAAI9hC,OAAM,yCAElB,KAAK2sB,EAAI6gB,IAAItnC,WAAY,CACvB,GAAIgC,GAAa9L,KAAK0lC,OAAOnV,IAAIzkB,UACjC,KAAKA,EACH,KAAM,IAAIlI,OAAM,iEAElBkI,GAAWiG,YAAYwe,EAAI6gB,KAQ7B,GANApxC,KAAK8tC,WAAY,EAMb9tC,KAAK6tC,MAAO,CACd7tC,KAAKs7C,gBAAgBt7C,KAAKuwB,IAAIH,SAC9BpwB,KAAKw7C,aAAax7C,KAAKuwB,IAAIH,SAC3BpwB,KAAK07C,sBAAsB17C,KAAKuwB,IAAIH,SACpCpwB,KAAK87C,aAAa97C,KAAKuwB,IAAI6gB,IAG3B,IAAIrpC,IAAa/H,KAAKgT,KAAKjL,UAAa,IAAM/H,KAAKgT,KAAKjL,UAAa,KAChE/H,KAAK6zC,SAAW,YAAc,GACnCtjB,GAAI6gB,IAAIrpC,UAAY/H,KAAKg8C,cAAgBj0C,EAGzC/H,KAAKokB,SAA6D,WAAlD3c,OAAO+tC,iBAAiBjlB,EAAIH,SAAShM,SAGrDpkB,KAAK+F,MAAMqqB,QAAQvd,MAAQ7S,KAAKuwB,IAAIH,QAAQQ,YAC5C5wB,KAAK8S,OAAS,EAEd9S,KAAK6tC,OAAQ,IAQjB1rC,EAAesR,UAAU80B,KAAOjmC,EAAUmR,UAAU80B,KAMpDpmC,EAAesR,UAAU60B,KAAOhmC,EAAUmR,UAAU60B,KAMpDnmC,EAAesR,UAAU87B,YAAcjtC,EAAUmR,UAAU87B,YAM3DptC,EAAesR,UAAU06B,YAAc,SAASl0B,GAC9C,GAAIgiC,GAAqC,QAA7Bj8C,KAAK+O,QAAQgmB,WACzB/0B,MAAKuwB,IAAIH,QAAQ5iB,MAAM5F,IAAMq0C,EAAQ,GAAK,IAC1Cj8C,KAAKuwB,IAAIH,QAAQ5iB,MAAMqW,OAASo4B,EAAQ,IAAM,EAC9C,IAAInpC,EAGJ,IAA2BvM,SAAvBvG,KAAKgT,KAAKivB,SAAwB,CACpC,GAAIia,GAAel8C,KAAKgT,KAAKivB,SACzBF,EAAY/hC,KAAK0lC,OAAO3D,UACxB8K,EAAgB9K,EAAUma,GAAc7zC,KAE5C,IAAa,GAAT4zC,EAAe,CAEjBnpC,EAAS9S,KAAK0lC,OAAO3D,UAAUma,GAAcppC,OAASmH,EAAOtK,KAAKqW,SAClElT,GAA2B,GAAjB+5B,EAAqB5yB,EAAOynB,KAAO,GAAIznB,EAAOtK,KAAKqW,SAAW,CACxE,IAAIgc,GAAShiC,KAAK0lC,OAAO99B,GACzB,KAAK,GAAIq6B,KAAYF,GACfA,EAAUl8B,eAAeo8B,IACQ,GAA/BF,EAAUE,GAAUhZ,SAAmB8Y,EAAUE,GAAU55B,MAAQwkC,IACrE7K,GAAUD,EAAUE,GAAUnvB,OAASmH,EAAOtK,KAAKqW,SAMzDgc,IAA2B,GAAjB6K,EAAqB5yB,EAAOynB,KAAO,GAAMznB,EAAOtK,KAAKqW,SAAW,EAC1EhmB,KAAKuwB,IAAI6gB,IAAI5jC,MAAM5F,IAAMo6B,EAAS,KAClChiC,KAAKuwB,IAAI6gB,IAAI5jC,MAAMqW,OAAS,OAGzB,CACH,GAAIme,GAAShiC,KAAK0lC,OAAO99B,GACzB,KAAK,GAAIq6B,KAAYF,GACfA,EAAUl8B,eAAeo8B,IACQ,GAA/BF,EAAUE,GAAUhZ,SAAmB8Y,EAAUE,GAAU55B,MAAQwkC,IACrE7K,GAAUD,EAAUE,GAAUnvB,OAASmH,EAAOtK,KAAKqW,SAIzDlT,GAAS9S,KAAK0lC,OAAO3D,UAAUma,GAAcppC,OAASmH,EAAOtK,KAAKqW,SAClEhmB,KAAKuwB,IAAI6gB,IAAI5jC,MAAM5F,IAAMo6B,EAAS,KAClChiC,KAAKuwB,IAAI6gB,IAAI5jC,MAAMqW,OAAS,QAM1B7jB,MAAK0lC,iBAAkB7iC,IAEzBiQ,EAAS7N,KAAKiI,IAAIlN,KAAK0lC,OAAO5yB,OAC1B9S,KAAK0lC,OAAOrP,QAAQlB,KAAKC,SAAS1I,OAAO5Z,OACzC9S,KAAK0lC,OAAOrP,QAAQlB,KAAKC,SAASgD,gBAAgBtlB,QACtD9S,KAAKuwB,IAAI6gB,IAAI5jC,MAAM5F,IAAMq0C,EAAQ,IAAM,GACvCj8C,KAAKuwB,IAAI6gB,IAAI5jC,MAAMqW,OAASo4B,EAAQ,GAAK,MAGzCnpC,EAAS9S,KAAK0lC,OAAO5yB,OAErB9S,KAAKuwB,IAAI6gB,IAAI5jC,MAAM5F,IAAM5H,KAAK0lC,OAAO99B,IAAM,KAC3C5H,KAAKuwB,IAAI6gB,IAAI5jC,MAAMqW,OAAS,GAGhC7jB,MAAKuwB,IAAI6gB,IAAI5jC,MAAMsF,OAASA,EAAS,MAGvCjT,EAAOD,QAAUuC,GAKb,SAAStC,EAAQD,EAASM,GAe9B,QAASkC,GAAS4Q,EAAM2nB,EAAY5rB,GAalC,GAZA/O,KAAK+F,OACHuqB,KACEzd,MAAO,EACPC,OAAQ,GAEVud,MACExd,MAAO,EACPC,OAAQ,IAKRE,GACgBzM,QAAdyM,EAAK9C,MACP,KAAM,IAAItM,OAAM,oCAAsCoP,EAI1D9Q,GAAK3B,KAAKP,KAAMgT,EAAM2nB,EAAY5rB,GAhCpC,CAAA,GAAI7M,GAAOhC,EAAoB,GACpBA,GAAoB,GAkC/BkC,EAAQqR,UAAY,GAAIvR,GAAM,KAAM,KAAM,MAO1CE,EAAQqR,UAAUi8B,UAAY,SAASzZ,GAGrC,GAAIjD,IAAYiD,EAAM9lB,IAAM8lB,EAAM/lB,OAAS,CAC3C,OAAQlQ,MAAKgT,KAAK9C,MAAQ+lB,EAAM/lB,MAAQ8iB,GAAchzB,KAAKgT,KAAK9C,MAAQ+lB,EAAM9lB,IAAM6iB,GAMtF5wB,EAAQqR,UAAUuO,OAAS,WACzB,GAAIuO,GAAMvwB,KAAKuwB,GA6Bf,IA5BKA,IAEHvwB,KAAKuwB,OACLA,EAAMvwB,KAAKuwB,IAGXA,EAAI6gB,IAAMv/B,SAASM,cAAc,OAGjCoe,EAAIH,QAAUve,SAASM,cAAc,OACrCoe,EAAIH,QAAQroB,UAAY,UACxBwoB,EAAI6gB,IAAIr/B,YAAYwe,EAAIH,SAGxBG,EAAIF,KAAOxe,SAASM,cAAc,OAClCoe,EAAIF,KAAKtoB,UAAY,OAGrBwoB,EAAID,IAAMze,SAASM,cAAc,OACjCoe,EAAID,IAAIvoB,UAAY,MAGpBwoB,EAAI6gB,IAAI,iBAAmBpxC,KAE3BA,KAAK6tC,OAAQ,IAIV7tC,KAAK0lC,OACR,KAAM,IAAI9hC,OAAM,yCAElB,KAAK2sB,EAAI6gB,IAAItnC,WAAY,CACvB,GAAIujC,GAAartC,KAAK0lC,OAAOnV,IAAI8c,UACjC,KAAKA,EAAY,KAAM,IAAIzpC,OAAM,iEACjCypC,GAAWt7B,YAAYwe,EAAI6gB,KAE7B,IAAK7gB,EAAIF,KAAKvmB,WAAY,CACxB,GAAIgC,GAAa9L,KAAK0lC,OAAOnV,IAAIzkB,UACjC,KAAKA,EAAY,KAAM,IAAIlI,OAAM,iEACjCkI,GAAWiG,YAAYwe,EAAIF,MAE7B,IAAKE,EAAID,IAAIxmB,WAAY,CACvB,GAAI43B,GAAO1hC,KAAK0lC,OAAOnV,IAAImR,IAC3B,KAAK51B,EAAY,KAAM,IAAIlI,OAAM,2DACjC89B,GAAK3vB,YAAYwe,EAAID,KAQvB,GANAtwB,KAAK8tC,WAAY,EAMb9tC,KAAK6tC,MAAO,CACd7tC,KAAKs7C,gBAAgBt7C,KAAKuwB,IAAIH,SAC9BpwB,KAAKw7C,aAAax7C,KAAKuwB,IAAI6gB,KAC3BpxC,KAAK07C,sBAAsB17C,KAAKuwB,IAAI6gB,KACpCpxC,KAAK87C,aAAa97C,KAAKuwB,IAAI6gB,IAG3B,IAAIrpC,IAAa/H,KAAKgT,KAAKjL,UAAW,IAAM/H,KAAKgT,KAAKjL,UAAY,KAC7D/H,KAAK6zC,SAAW,YAAc,GACnCtjB,GAAI6gB,IAAIrpC,UAAY,WAAaA,EACjCwoB,EAAIF,KAAKtoB,UAAY,YAAcA,EACnCwoB,EAAID,IAAIvoB,UAAa,WAAaA,EAGlC/H,KAAK+F,MAAMuqB,IAAIxd,OAASyd,EAAID,IAAIQ,aAChC9wB,KAAK+F,MAAMuqB,IAAIzd,MAAQ0d,EAAID,IAAIM,YAC/B5wB,KAAK+F,MAAMsqB,KAAKxd,MAAQ0d,EAAIF,KAAKO,YACjC5wB,KAAK6S,MAAQ0d,EAAI6gB,IAAIxgB,YACrB5wB,KAAK8S,OAASyd,EAAI6gB,IAAItgB,aAEtB9wB,KAAK6tC,OAAQ,EAGf7tC,KAAKm7C,qBAAqB5qB,EAAI6gB,MAOhChvC,EAAQqR,UAAU80B,KAAO,WAClBvoC,KAAK8tC,WACR9tC,KAAKgiB,UAOT5f,EAAQqR,UAAU60B,KAAO,WACvB,GAAItoC,KAAK8tC,UAAW,CAClB,GAAIvd,GAAMvwB,KAAKuwB,GAEXA,GAAI6gB,IAAItnC,YAAcymB,EAAI6gB,IAAItnC,WAAW2H,YAAY8e,EAAI6gB,KACzD7gB,EAAIF,KAAKvmB,YAAaymB,EAAIF,KAAKvmB,WAAW2H,YAAY8e,EAAIF,MAC1DE,EAAID,IAAIxmB,YAAcymB,EAAID,IAAIxmB,WAAW2H,YAAY8e,EAAID,KAE7DtwB,KAAK4H,IAAM,KACX5H,KAAKwH,KAAO,KAEZxH,KAAK8tC,WAAY,IAQrB1rC,EAAQqR,UAAU87B,YAAc,WAC9B,GAAIr/B,GAAQlQ,KAAK26B,WAAWlF,SAASz1B,KAAKgT,KAAK9C,OAC3Cy/B,EAAQ3vC,KAAK+O,QAAQ4gC,MAErByB,EAAMpxC,KAAKuwB,IAAI6gB,IACf/gB,EAAOrwB,KAAKuwB,IAAIF,KAChBC,EAAMtwB,KAAKuwB,IAAID,GAIjBtwB,MAAKwH,KADM,SAATmoC,EACUz/B,EAAQlQ,KAAK6S,MAET,QAAT88B,EACKz/B,EAIAA,EAAQlQ,KAAK6S,MAAQ,EAInCu+B,EAAI5jC,MAAMhG,KAAOxH,KAAKwH,KAAO,KAG7B6oB,EAAK7iB,MAAMhG,KAAQ0I,EAAQlQ,KAAK+F,MAAMsqB,KAAKxd,MAAQ,EAAK,KAGxDyd,EAAI9iB,MAAMhG,KAAQ0I,EAAQlQ,KAAK+F,MAAMuqB,IAAIzd,MAAQ,EAAK,MAOxDzQ,EAAQqR,UAAU06B,YAAc,WAC9B,GAAIpZ,GAAc/0B,KAAK+O,QAAQgmB,YAC3Bqc,EAAMpxC,KAAKuwB,IAAI6gB,IACf/gB,EAAOrwB,KAAKuwB,IAAIF,KAChBC,EAAMtwB,KAAKuwB,IAAID,GAEnB,IAAmB,OAAfyE,EACFqc,EAAI5jC,MAAM5F,KAAW5H,KAAK4H,KAAO,GAAK,KAEtCyoB,EAAK7iB,MAAM5F,IAAS,IACpByoB,EAAK7iB,MAAMsF,OAAU9S,KAAK0lC,OAAO99B,IAAM5H,KAAK4H,IAAM,EAAK,KACvDyoB,EAAK7iB,MAAMqW,OAAS,OAEjB,CACH,GAAIs4B,GAAgBn8C,KAAK0lC,OAAOrP,QAAQtwB,MAAM+M,OAC1Cie,EAAaorB,EAAgBn8C,KAAK0lC,OAAO99B,IAAM5H,KAAK0lC,OAAO5yB,OAAS9S,KAAK4H,GAE7EwpC,GAAI5jC,MAAM5F,KAAW5H,KAAK0lC,OAAO5yB,OAAS9S,KAAK4H,IAAM5H,KAAK8S,QAAU,GAAK,KACzEud,EAAK7iB,MAAM5F,IAAUu0C,EAAgBprB,EAAc,KACnDV,EAAK7iB,MAAMqW,OAAS,IAGtByM,EAAI9iB,MAAM5F,KAAQ5H,KAAK+F,MAAMuqB,IAAIxd,OAAS,EAAK,MAGjDjT,EAAOD,QAAUwC,GAKb,SAASvC,EAAQD,EAASM,GAc9B,QAASmC,GAAW2Q,EAAM2nB,EAAY5rB,GAcpC,GAbA/O,KAAK+F,OACHuqB,KACE1oB,IAAK,EACLiL,MAAO,EACPC,OAAQ,GAEVsd,SACEtd,OAAQ,EACRspC,WAAY,IAKZppC,GACgBzM,QAAdyM,EAAK9C,MACP,KAAM,IAAItM,OAAM,oCAAsCoP,EAI1D9Q,GAAK3B,KAAKP,KAAMgT,EAAM2nB,EAAY5rB,GAhCpC,GAAI7M,GAAOhC,EAAoB,GAmC/BmC,GAAUoR,UAAY,GAAIvR,GAAM,KAAM,KAAM,MAO5CG,EAAUoR,UAAUi8B,UAAY,SAASzZ,GAGvC,GAAIjD,IAAYiD,EAAM9lB,IAAM8lB,EAAM/lB,OAAS,CAC3C,OAAQlQ,MAAKgT,KAAK9C,MAAQ+lB,EAAM/lB,MAAQ8iB,GAAchzB,KAAKgT,KAAK9C,MAAQ+lB,EAAM9lB,IAAM6iB,GAMtF3wB,EAAUoR,UAAUuO,OAAS,WAC3B,GAAIuO,GAAMvwB,KAAKuwB,GA0Bf,IAzBKA,IAEHvwB,KAAKuwB,OACLA,EAAMvwB,KAAKuwB,IAGXA,EAAI/d,MAAQX,SAASM,cAAc,OAInCoe,EAAIH,QAAUve,SAASM,cAAc,OACrCoe,EAAIH,QAAQroB,UAAY,UACxBwoB,EAAI/d,MAAMT,YAAYwe,EAAIH,SAG1BG,EAAID,IAAMze,SAASM,cAAc,OACjCoe,EAAI/d,MAAMT,YAAYwe,EAAID,KAG1BC,EAAI/d,MAAM,iBAAmBxS,KAE7BA,KAAK6tC,OAAQ,IAIV7tC,KAAK0lC,OACR,KAAM,IAAI9hC,OAAM,yCAElB,KAAK2sB,EAAI/d,MAAM1I,WAAY,CACzB,GAAIujC,GAAartC,KAAK0lC,OAAOnV,IAAI8c,UACjC,KAAKA,EACH,KAAM,IAAIzpC,OAAM,iEAElBypC,GAAWt7B,YAAYwe,EAAI/d,OAQ7B,GANAxS,KAAK8tC,WAAY,EAMb9tC,KAAK6tC,MAAO,CACd7tC,KAAKs7C,gBAAgBt7C,KAAKuwB,IAAIH,SAC9BpwB,KAAKw7C,aAAax7C,KAAKuwB,IAAI/d,OAC3BxS,KAAK07C,sBAAsB17C,KAAKuwB,IAAI/d,OACpCxS,KAAK87C,aAAa97C,KAAKuwB,IAAI/d,MAG3B,IAAIzK,IAAa/H,KAAKgT,KAAKjL,UAAW,IAAM/H,KAAKgT,KAAKjL,UAAY,KAC7D/H,KAAK6zC,SAAW,YAAc,GACnCtjB,GAAI/d,MAAMzK,UAAa,aAAeA,EACtCwoB,EAAID,IAAIvoB,UAAa,WAAaA,EAGlC/H,KAAK6S,MAAQ0d,EAAI/d,MAAMoe,YACvB5wB,KAAK8S,OAASyd,EAAI/d,MAAMse,aACxB9wB,KAAK+F,MAAMuqB,IAAIzd,MAAQ0d,EAAID,IAAIM,YAC/B5wB,KAAK+F,MAAMuqB,IAAIxd,OAASyd,EAAID,IAAIQ,aAChC9wB,KAAK+F,MAAMqqB,QAAQtd,OAASyd,EAAIH,QAAQU,aAGxCP,EAAIH,QAAQ5iB,MAAM4uC,WAAa,EAAIp8C,KAAK+F,MAAMuqB,IAAIzd,MAAQ,KAG1D0d,EAAID,IAAI9iB,MAAM5F,KAAQ5H,KAAK8S,OAAS9S,KAAK+F,MAAMuqB,IAAIxd,QAAU,EAAK,KAClEyd,EAAID,IAAI9iB,MAAMhG,KAAQxH,KAAK+F,MAAMuqB,IAAIzd,MAAQ,EAAK,KAElD7S,KAAK6tC,OAAQ,EAGf7tC,KAAKm7C,qBAAqB5qB,EAAI/d,QAOhCnQ,EAAUoR,UAAU80B,KAAO,WACpBvoC,KAAK8tC,WACR9tC,KAAKgiB,UAOT3f,EAAUoR,UAAU60B,KAAO,WACrBtoC,KAAK8tC,YACH9tC,KAAKuwB,IAAI/d,MAAM1I,YACjB9J,KAAKuwB,IAAI/d,MAAM1I,WAAW2H,YAAYzR,KAAKuwB,IAAI/d,OAGjDxS,KAAK4H,IAAM,KACX5H,KAAKwH,KAAO,KAEZxH,KAAK8tC,WAAY,IAQrBzrC,EAAUoR,UAAU87B,YAAc,WAChC,GAAIr/B,GAAQlQ,KAAK26B,WAAWlF,SAASz1B,KAAKgT,KAAK9C,MAE/ClQ,MAAKwH,KAAO0I,EAAQlQ,KAAK+F,MAAMuqB,IAAIzd,MAGnC7S,KAAKuwB,IAAI/d,MAAMhF,MAAMhG,KAAOxH,KAAKwH,KAAO,MAO1CnF,EAAUoR,UAAU06B,YAAc,WAChC,GAAIpZ,GAAc/0B,KAAK+O,QAAQgmB,YAC3BviB,EAAQxS,KAAKuwB,IAAI/d,KAGnBA,GAAMhF,MAAM5F,IADK,OAAfmtB,EACgB/0B,KAAK4H,IAAM,KAGV5H,KAAK0lC,OAAO5yB,OAAS9S,KAAK4H,IAAM5H,KAAK8S,OAAU,MAItEjT,EAAOD,QAAUyC,GAKb,SAASxC,EAAQD,EAASM,GAe9B,QAASoC,GAAW0Q,EAAM2nB,EAAY5rB,GASpC,GARA/O,KAAK+F,OACHqqB,SACEvd,MAAO,IAGX7S,KAAKokB,UAAW,EAGZpR,EAAM,CACR,GAAkBzM,QAAdyM,EAAK9C,MACP,KAAM,IAAItM,OAAM,oCAAsCoP,EAAK3S,GAE7D,IAAgBkG,QAAZyM,EAAK7C,IACP,KAAM,IAAIvM,OAAM,kCAAoCoP,EAAK3S,IAI7D6B,EAAK3B,KAAKP,KAAMgT,EAAM2nB,EAAY5rB,GA/BpC,GAAIm3B,GAAShmC,EAAoB,IAC7BgC,EAAOhC,EAAoB,GAiC/BoC,GAAUmR,UAAY,GAAIvR,GAAM,KAAM,KAAM,MAE5CI,EAAUmR,UAAUuoC,cAAgB,aAOpC15C,EAAUmR,UAAUi8B,UAAY,SAASzZ,GAEvC,MAAQj2B,MAAKgT,KAAK9C,MAAQ+lB,EAAM9lB,KAASnQ,KAAKgT,KAAK7C,IAAM8lB,EAAM/lB,OAMjE5N,EAAUmR,UAAUuO,OAAS,WAC3B,GAAIuO,GAAMvwB,KAAKuwB,GAsBf,IArBKA,IAEHvwB,KAAKuwB,OACLA,EAAMvwB,KAAKuwB,IAGXA,EAAI6gB,IAAMv/B,SAASM,cAAc,OAIjCoe,EAAIH,QAAUve,SAASM,cAAc,OACrCoe,EAAIH,QAAQroB,UAAY,UACxBwoB,EAAI6gB,IAAIr/B,YAAYwe,EAAIH,SAGxBG,EAAI6gB,IAAI,iBAAmBpxC,KAE3BA,KAAK6tC,OAAQ,IAIV7tC,KAAK0lC,OACR,KAAM,IAAI9hC,OAAM,yCAElB,KAAK2sB,EAAI6gB,IAAItnC,WAAY,CACvB,GAAIujC,GAAartC,KAAK0lC,OAAOnV,IAAI8c,UACjC,KAAKA,EACH,KAAM,IAAIzpC,OAAM,iEAElBypC,GAAWt7B,YAAYwe,EAAI6gB,KAQ7B,GANApxC,KAAK8tC,WAAY,EAMb9tC,KAAK6tC,MAAO,CACd7tC,KAAKs7C,gBAAgBt7C,KAAKuwB,IAAIH,SAC9BpwB,KAAKw7C,aAAax7C,KAAKuwB,IAAI6gB,KAC3BpxC,KAAK07C,sBAAsB17C,KAAKuwB,IAAI6gB,KACpCpxC,KAAK87C,aAAa97C,KAAKuwB,IAAI6gB,IAG3B,IAAIrpC,IAAa/H,KAAKgT,KAAKjL,UAAa,IAAM/H,KAAKgT,KAAKjL,UAAa,KAChE/H,KAAK6zC,SAAW,YAAc,GACnCtjB,GAAI6gB,IAAIrpC,UAAY/H,KAAKg8C,cAAgBj0C,EAGzC/H,KAAKokB,SAA6D,WAAlD3c,OAAO+tC,iBAAiBjlB,EAAIH,SAAShM,SAKrDpkB,KAAKuwB,IAAIH,QAAQ5iB,MAAM6uC,SAAW,OAClCr8C,KAAK+F,MAAMqqB,QAAQvd,MAAQ7S,KAAKuwB,IAAIH,QAAQQ,YAC5C5wB,KAAK8S,OAAS9S,KAAKuwB,IAAI6gB,IAAItgB,aAC3B9wB,KAAKuwB,IAAIH,QAAQ5iB,MAAM6uC,SAAW,GAElCr8C,KAAK6tC,OAAQ,EAGf7tC,KAAKm7C,qBAAqB5qB,EAAI6gB,KAC9BpxC,KAAKs8C,mBACLt8C,KAAKu8C,qBAOPj6C,EAAUmR,UAAU80B,KAAO,WACpBvoC,KAAK8tC,WACR9tC,KAAKgiB,UAQT1f,EAAUmR,UAAU60B,KAAO,WACzB,GAAItoC,KAAK8tC,UAAW,CAClB,GAAIsD,GAAMpxC,KAAKuwB,IAAI6gB,GAEfA,GAAItnC,YACNsnC,EAAItnC,WAAW2H,YAAY2/B,GAG7BpxC,KAAK4H,IAAM,KACX5H,KAAKwH,KAAO,KAEZxH,KAAK8tC,WAAY,IAQrBxrC,EAAUmR,UAAU87B,YAAc,WAChC,GAGIiN,GACA7rB,EAJA8rB,EAAcz8C,KAAK0lC,OAAO7yB,MAC1B3C,EAAQlQ,KAAK26B,WAAWlF,SAASz1B,KAAKgT,KAAK9C,OAC3CC,EAAMnQ,KAAK26B,WAAWlF,SAASz1B,KAAKgT,KAAK7C,MAKhCssC,EAATvsC,IACFA,GAASusC,GAEPtsC,EAAM,EAAIssC,IACZtsC,EAAM,EAAIssC,EAEZ,IAAIC,GAAWz3C,KAAKiI,IAAIiD,EAAMD,EAAO,EAoBrC,QAlBIlQ,KAAKokB,UACPpkB,KAAKwH,KAAO0I,EACZlQ,KAAK6S,MAAQ6pC,EAAW18C,KAAK+F,MAAMqqB,QAAQvd,MAC3C8d,EAAe3wB,KAAK+F,MAAMqqB,QAAQvd,QAOlC7S,KAAKwH,KAAO0I,EACZlQ,KAAK6S,MAAQ6pC,EACb/rB,EAAe1rB,KAAKwG,IAAI0E,EAAMD,EAAQ,EAAIlQ,KAAK+O,QAAQwV,QAASvkB,KAAK+F,MAAMqqB,QAAQvd,QAGrF7S,KAAKuwB,IAAI6gB,IAAI5jC,MAAMhG,KAAOxH,KAAKwH,KAAO,KACtCxH,KAAKuwB,IAAI6gB,IAAI5jC,MAAMqF,MAAQ6pC,EAAW,KAE9B18C,KAAK+O,QAAQ4gC,OACnB,IAAK,OACH3vC,KAAKuwB,IAAIH,QAAQ5iB,MAAMhG,KAAO,GAC9B,MAEF,KAAK,QACHxH,KAAKuwB,IAAIH,QAAQ5iB,MAAMhG,KAAOvC,KAAKiI,IAAKwvC,EAAW/rB,EAAe,EAAI3wB,KAAK+O,QAAQwV,QAAU,GAAK,IAClG,MAEF,KAAK,SACHvkB,KAAKuwB,IAAIH,QAAQ5iB,MAAMhG,KAAOvC,KAAKiI,KAAKwvC,EAAW/rB,EAAe,EAAI3wB,KAAK+O,QAAQwV,SAAW,EAAG,GAAK,IACtG,MAEF,SAIMi4B,EAFAx8C,KAAKokB,SACHjU,EAAM,EACMlL,KAAKiI,KAAKgD,EAAO,IAGhBygB,EAIL,EAARzgB,EACYjL,KAAKwG,KAAKyE,EACnBC,EAAMD,EAAQygB,EAAe,EAAI3wB,KAAK+O,QAAQwV,SAIrC,EAGlBvkB,KAAKuwB,IAAIH,QAAQ5iB,MAAMhG,KAAOg1C,EAAc,OAQlDl6C,EAAUmR,UAAU06B,YAAc,WAChC,GAAIpZ,GAAc/0B,KAAK+O,QAAQgmB,YAC3Bqc,EAAMpxC,KAAKuwB,IAAI6gB,GAGjBA,GAAI5jC,MAAM5F,IADO,OAAfmtB,EACc/0B,KAAK4H,IAAM,KAGV5H,KAAK0lC,OAAO5yB,OAAS9S,KAAK4H,IAAM5H,KAAK8S,OAAU,MAQpExQ,EAAUmR,UAAU6oC,iBAAmB,WACrC,GAAIt8C,KAAK6zC,UAAY7zC,KAAK+O,QAAQ+gC,SAASC,aAAe/vC,KAAKuwB,IAAIosB,SAAU,CAE3E,GAAIA,GAAW9qC,SAASM,cAAc,MACtCwqC,GAAS50C,UAAY,YACrB40C,EAAS7I,aAAe9zC,KAGxBkmC,EAAOyW,GACLpzC,gBAAgB,IACfsK,GAAG,OAAQ,cAId7T,KAAKuwB,IAAI6gB,IAAIr/B,YAAY4qC,GACzB38C,KAAKuwB,IAAIosB,SAAWA,OAEZ38C,KAAK6zC,UAAY7zC,KAAKuwB,IAAIosB,WAE9B38C,KAAKuwB,IAAIosB,SAAS7yC,YACpB9J,KAAKuwB,IAAIosB,SAAS7yC,WAAW2H,YAAYzR,KAAKuwB,IAAIosB,UAEpD38C,KAAKuwB,IAAIosB,SAAW,OAQxBr6C,EAAUmR,UAAU8oC,kBAAoB,WACtC,GAAIv8C,KAAK6zC,UAAY7zC,KAAK+O,QAAQ+gC,SAASC,aAAe/vC,KAAKuwB,IAAIqsB,UAAW,CAE5E,GAAIA,GAAY/qC,SAASM,cAAc,MACvCyqC,GAAU70C,UAAY,aACtB60C,EAAU7I,cAAgB/zC,KAG1BkmC,EAAO0W,GACLrzC,gBAAgB,IACfsK,GAAG,OAAQ,cAId7T,KAAKuwB,IAAI6gB,IAAIr/B,YAAY6qC,GACzB58C,KAAKuwB,IAAIqsB,UAAYA,OAEb58C,KAAK6zC,UAAY7zC,KAAKuwB,IAAIqsB,YAE9B58C,KAAKuwB,IAAIqsB,UAAU9yC,YACrB9J,KAAKuwB,IAAIqsB,UAAU9yC,WAAW2H,YAAYzR,KAAKuwB,IAAIqsB,WAErD58C,KAAKuwB,IAAIqsB,UAAY,OAIzB/8C,EAAOD,QAAU0C,GAKb,SAASzC,EAAQD,EAASM,GAkC9B,QAASgD,GAAS4W,EAAW9G,EAAMjE,GACjC,KAAM/O,eAAgBkD,IACpB,KAAM,IAAI6W,aAAY,mDAGxB/Z,MAAK68C,0BACL78C,KAAK88C,0BAGL98C,KAAKga,iBAAmBF,EAGxB9Z,KAAK+8C,kBAAoB,GACzB/8C,KAAKg9C,eAAiB,IAAOh9C,KAAK+8C,kBAClC/8C,KAAKi9C,WAAa,EAClBj9C,KAAKk9C,YAAc,EACnBl9C,KAAKm9C,gBAAiB,EACtBn9C,KAAKo9C,wBAA0B,GAE/Bp9C,KAAKq9C,cAAe,EAEpBr9C,KAAKs9C,kBAAoB/pC,IAAI,KAAKgqC,KAAK,KAAKC,SAAS,KAAKC,QAAQ,KAAKC,IAAI,MAG3E19C,KAAK60B,gBACH8oB,OACEC,KAAM,EACNC,UAAW,GACXC,UAAW,GACX7xB,OAAQ,GACR8xB,MAAO,UACPC,MAAOz3C,OACPkhB,SAAU,GACVC,SAAU,GACVu2B,UAAW,QACXC,SAAU,GACVC,SAAU,UACVC,SAAU73C,OACV83C,gBAAiB,EACjBC,gBAAiB,QACjBC,MAAO,GACP1zC,OACIkB,OAAQ,UACRD,WAAY,UACdE,WACED,OAAQ,UACRD,WAAY,WAEdG,OACEF,OAAQ,UACRD,WAAY,YAGhByG,MAAOhM,OACPga,YAAa,EACbi+B,oBAAqBj4C,QAEvBk4C,OACEh3B,SAAU,EACVC,SAAU,GACV7U,MAAO,EACP6rC,yBAA0B,EAC1BC,WAAY,IACZnxC,MAAO,OACP3C,OACEA,MAAM,UACNmB,UAAU,UACVC,MAAO,WAETgyC,UAAW,UACXC,SAAU,GACVC,SAAU,QACVC,SAAU,QACVC,gBAAiB,EACjBC,gBAAiB,QACjBM,eAAe,aACfC,iBAAkB,EAClBC,MACEp5C,OAAQ,GACRq5C,IAAK,EACLC,UAAWz4C,QAEb04C,aAAc,QAEhBC,kBAAiB,EACjBC,SACEC,WACEpwC,SAAS,EACTqwC,cAAe,EACfC,sBAAuB,KACvBC,eAAgB,GAChBC,aAAc,GACdC,eAAgB,IAChBC,QAAS,KAEXC,WACEJ,eAAgB,EAChBC,aAAc,IACdC,eAAgB,IAChBG,aAAc,IACdF,QAAS,KAEXG,uBACE7wC,SAAS,EACTuwC,eAAgB,EAChBC,aAAc,IACdC,eAAgB,IAChBG,aAAc,IACdF,QAAS,KAEXA,QAAS,KACTH,eAAgB,KAChBC,aAAc,KACdC,eAAgB,MAElBK,YACE9wC,SAAS,EACT+wC,gBAAiB,IACjBC,iBAAiB,IACjBC,cAAc,IACdC,eAAgB,GAChBC,qBAAsB,GACtBC,gBAAiB,IACjBC,oBAAqB,GACrBC,mBAAoB,EACpBC,YAAa,IACbC,mBAAoB,GACpBC,sBAAuB,GACvBC,WAAY,GACZC,aAAc9tC,MAAQ,EACRC,OAAQ,EACRmZ,OAAQ,GACtB20B,sBAAuB,IACvBC,kBAAmB,GACnBC,uBAAwB,GAE1BC,YACE/xC,SAAS,GAEXgyC,UACEhyC,SAAS,EACTiyC,OAAQ5uC,EAAG,GAAIC,EAAG,GAAIuuB,KAAM,MAE9BqgB,kBACElyC,SAAS,EACTmyC,kBAAkB,GAEpBC,oBACEpyC,SAAQ,EACRqyC,gBAAiB,IACjBC,YAAa,IACb7lB,UAAW,KACX8lB,OAAQ,WAEVC,wBAAwB,EACxBC,cACEzyC,SAAS,EACT0yC,SAAS,EACT76C,KAAM,aACN86C,UAAW,IAEbC,YAAc,GACdC,YAAc,GACdC,WAAW,EACXC,wBAAyB,IACzBC,uBAAuB,EACvB/c,OAAQ,KACRQ,QAASA,EACT9e,SACE5N,MAAO,IACPklC,UAAW,QACXC,SAAU,GACVC,SAAU,UACVtzC,OACEkB,OAAQ,OACRD,WAAY,YAGhBm2C,aAAa,EACbC,WAAW,EACX/jB,UAAU,EACVlyB,OAAO,EACPk2C,iBAAiB,EACjBC,iBAAiB,EACjBvvC,MAAQ,OACRC,OAAS,OACT+8B,YAAY,GAEd7vC,KAAKqiD,UAAY1hD,EAAK0E,UAAWrF,KAAK60B,gBACtC70B,KAAKsiD,WAAa,EAGlBtiD,KAAKuiD,UAAY5E,SAASc,UAC1Bz+C,KAAKwiD,oBAAqB,EAC1BxiD,KAAKyiD,mBAAqBC,YAAaC,SAGvC3iD,KAAK4iD,eAAiB,EAAE5iD,KAAK+8C,kBAC7B/8C,KAAK6iD,wBAA0B,iBAC/B7iD,KAAK8iD,WAAa,EAClB9iD,KAAK+iD,YAAc,EACnB/iD,KAAKgjD,YAAc,EACnBhjD,KAAKijD,kBAAoB,EACzBjjD,KAAKkjD,kBAAoB,EACzBljD,KAAKmjD,eAAiB,KACtBnjD,KAAKojD,mBAAqB,KAC1BpjD,KAAKqjD,UAAY,CAGjB,IAAIlgD,GAAUnD,IACdA,MAAK20B,OAAS,GAAItxB,GAClBrD,KAAKsjD,OAAS,GAAIhgD,GAClBtD,KAAKsjD,OAAOC,kBAAkB,WAC5BpgD,EAAQqgD,YAIVxjD,KAAKyjD,WAAa,EAClBzjD,KAAK0jD,WAAa,EAClB1jD,KAAK2jD,cAAgB,EAIrB3jD,KAAK4jD,qBAEL5jD,KAAKk1B,UAELl1B,KAAK6jD,oBAEL7jD,KAAK8jD,qBAEL9jD,KAAK+jD,uBAEL/jD,KAAKgkD,uBAILhkD,KAAKikD,gBAAgBjkD,KAAK6f,MAAME,YAAc,EAAG/f,KAAK6f,MAAMuF,aAAe,GAC3EplB,KAAKud,UAAU,GACfvd,KAAKwT,WAAWzE,GAGhB/O,KAAKkkD,kBAAmB,EACxBlkD,KAAKmkD,mBACLnkD,KAAKokD,sBAAuB,EAC5BpkD,KAAKqkD,YAAa,EAClBrkD,KAAK+hD,wBAA0B,KAC/B/hD,KAAKskD,eAAgB,EAGrBtkD,KAAKukD,oBACLvkD,KAAKwkD,0BACLxkD,KAAKykD,eACLzkD,KAAK29C,SACL39C,KAAKy+C,SAGLz+C,KAAK0kD,eAAqBryC,EAAK,EAAEC,EAAK,GACtCtS,KAAK2kD,mBAAqBtyC,EAAK,EAAEC,EAAK,GACtCtS,KAAK4kD,iBAAmBvyC,EAAK,EAAEC,EAAK,GACpCtS,KAAK6kD,cACL7kD,KAAKwd,MAAQ,EACbxd,KAAK8kD,cAAgB9kD,KAAKwd,MAG1Bxd,KAAK+kD,UAAY,KACjB/kD,KAAKglD,UAAY,KAGjBhlD,KAAKilD,gBACH1xC,IAAO,SAAU/J,EAAO4K,GACtBjR,EAAQ+hD,UAAU9wC,EAAOnS,OACzBkB,EAAQ+M,SAEViF,OAAU,SAAU3L,EAAO4K,GACzBjR,EAAQgiD,aAAa/wC,EAAOnS,MAAOmS,EAAOpB,MAC1C7P,EAAQ+M,SAEV0G,OAAU,SAAUpN,EAAO4K,GACzBjR,EAAQiiD,aAAahxC,EAAOnS,OAC5BkB,EAAQ+M,UAGZlQ,KAAKqlD,gBACH9xC,IAAO,SAAU/J,EAAO4K,GACtBjR,EAAQmiD,UAAUlxC,EAAOnS,OACzBkB,EAAQ+M,SAEViF,OAAU,SAAU3L,EAAO4K,GACzBjR,EAAQoiD,aAAanxC,EAAOnS,OAC5BkB,EAAQ+M,SAEV0G,OAAU,SAAUpN,EAAO4K,GACzBjR,EAAQqiD,aAAapxC,EAAOnS,OAC5BkB,EAAQ+M,UAKZlQ,KAAKylD,QAAS,EACdzlD,KAAK0lD,MAAQn/C,OAGbvG,KAAKuY,QAAQvF,EAAKhT,KAAKqiD,UAAUvC,WAAW9wC,SAAWhP,KAAKqiD,UAAUjB,mBAAmBpyC,SAGzFhP,KAAKq9C,cAAe,EAC6B,GAA7Cr9C,KAAKqiD,UAAUjB,mBAAmBpyC,QACpChP,KAAK2lD,2BAI2B,GAA5B3lD,KAAKqiD,UAAUP,WACjB9hD,KAAK4lD,WAAWr/C,QAAW,EAAKvG,KAAKqiD,UAAUvC,WAAW9wC,SAK1DhP,KAAKqiD,UAAUvC,WAAW9wC,SAC5BhP,KAAK6lD,sBA/VT,GAAIvoC,GAAUpd,EAAoB,IAC9BgmC,EAAShmC,EAAoB,IAC7B4lD,EAAW5lD,EAAoB,IAC/BS,EAAOT,EAAoB,GAC3Bi/B,EAAaj/B,EAAoB,IACjCW,EAAUX,EAAoB,GAC9BY,EAAWZ,EAAoB,GAC/BuD,EAAYvD,EAAoB,IAChCwD,EAAcxD,EAAoB,IAClCmD,EAASnD,EAAoB,IAC7BoD,EAASpD,EAAoB,IAC7BqD,EAAOrD,EAAoB,IAC3BkD,EAAOlD,EAAoB,IAC3BsD,EAAQtD,EAAoB,IAC5B6lD,EAAc7lD,EAAoB,IAClC8lD,EAAY9lD,EAAoB,IAChCulC,EAAUvlC,EAAoB,GAGlCA,GAAoB,IAiVpBod,EAAQpa,EAAQuQ,WAOhBvQ,EAAQuQ,UAAUopC,wBAA0B,WAC1C,GAAIoJ,GAAc/8C,UAAUC,UAAUg8B,aACtCnlC,MAAKkmD,iBAAkB,EACgB,IAAnCD,EAAYv/C,QAAQ,YACtB1G,KAAKkmD,iBAAkB,EAEiB,IAAjCD,EAAYv/C,QAAQ,WACvBu/C,EAAYv/C,QAAQ,WAAa,KACnC1G,KAAKkmD,iBAAkB,IAa7BhjD,EAAQuQ,UAAU0yC,eAAiB,WAIjC,IAAK,GAHDC,GAAUv0C,SAASw0C,qBAAsB,UAGpC9gD,EAAI,EAAGA,EAAI6gD,EAAQ1gD,OAAQH,IAAK,CACvC,GAAI+gD,GAAMF,EAAQ7gD,GAAG+gD,IACjBhiD,EAAQgiD,GAAO,qBAAqB9hD,KAAK8hD,EAC7C,IAAIhiD,EAEF,MAAOgiD,GAAIh6C,UAAU,EAAGg6C,EAAI5gD,OAASpB,EAAM,GAAGoB,QAIlD,MAAO,OAQTxC,EAAQuQ,UAAU8yC,UAAY,WAC5B,GAAsDC,GAAlDC,EAAO,IAAKC,EAAO,KAAMC,EAAO,IAAKC,EAAO,IAChD,KAAK,GAAIC,KAAU7mD,MAAK29C,MAClB39C,KAAK29C,MAAM93C,eAAeghD,KAC5BL,EAAOxmD,KAAK29C,MAAMkJ,GACdF,EAAQH,EAAKM,YAAgB,OAAIH,EAAOH,EAAKM,YAAYt/C,MACzDo/C,EAAQJ,EAAKM,YAAiB,QAAIF,EAAOJ,EAAKM,YAAYl/B,OAC1D6+B,EAAQD,EAAKM,YAAkB,SAAIL,EAAOD,EAAKM,YAAYjjC,QAC3D6iC,EAAQF,EAAKM,YAAe,MAAIJ,EAAOF,EAAKM,YAAYl/C,KAMhE,OAHY,MAAR++C,GAAuB,MAARC,GAAwB,KAARH,GAAuB,MAARC,IAChDD,EAAO,EAAGC,EAAO,EAAGC,EAAO,EAAGC,EAAO,IAE/BD,KAAMA,EAAMC,KAAMA,EAAMH,KAAMA,EAAMC,KAAMA,IASpDxjD,EAAQuQ,UAAUszC,YAAc,SAAS9wB,GACvC,OAAQ5jB,EAAI,IAAO4jB,EAAM2wB,KAAO3wB,EAAM0wB,MAC9Br0C,EAAI,IAAO2jB,EAAMywB,KAAOzwB,EAAMwwB,QAUxCvjD,EAAQuQ,UAAUmyC,WAAa,SAASoB,EAAkBC,EAAaC,GACrElnD,KAAKwjD,SAAQ,GAEOj9C,SAAhB0gD,IACFA,GAAc,GAEK1gD,SAAjB2gD,IACFA,GAAe,GAEQ3gD,SAArBygD,IACFA,GAAmB,EAGrB,IACIG,GADAlxB,EAAQj2B,KAAKumD,WAGjB,IAAmB,GAAfU,EAAqB,CACvB,GAAIG,GAAgBpnD,KAAKykD,YAAY/+C,MAIjCyhD,GAH+B,GAA/BnnD,KAAKqiD,UAAUZ,aACwB,GAArCzhD,KAAKqiD,UAAUvC,WAAW9wC,SAC5Bo4C,GAAiBpnD,KAAKqiD,UAAUvC,WAAWC,gBAC/B,UAAYqH,EAAgB,WAAa,SAGzC,QAAUA,EAAgB,QAAU,SAIT,GAArCpnD,KAAKqiD,UAAUvC,WAAW9wC,SAC1Bo4C,GAAiBpnD,KAAKqiD,UAAUvC,WAAWC,gBACjC,YAAcqH,EAAgB,YAAc,cAG5C,YAAcA,EAAgB,aAAe,SAK7D,IAAIC,GAASpiD,KAAKwG,IAAIzL,KAAK6f,MAAMC,OAAOC,YAAc,IAAK/f,KAAK6f,MAAMC,OAAOsF,aAAe,IAC5F+hC,IAAaE,MAEV,CACH,GAAIlP,GAAgD,IAApClzC,KAAKmmB,IAAI6K,EAAM2wB,KAAO3wB,EAAM0wB,MACxCW,EAAgD,IAApCriD,KAAKmmB,IAAI6K,EAAMywB,KAAOzwB,EAAMwwB,MAExCc,EAAavnD,KAAK6f,MAAMC,OAAOC,YAAeo4B,EAC9CqP,EAAaxnD,KAAK6f,MAAMC,OAAOsF,aAAekiC,CAElDH,GAA2BK,GAAdD,EAA4BA,EAAaC,EAGpDL,EAAY,IACdA,EAAY,EAId,IAAIz6B,GAAS1sB,KAAK+mD,YAAY9wB,EAC9B,IAAoB,GAAhBixB,EAAuB,CACzB,GAAIn4C,IAAWoV,SAAUuI,EAAQlP,MAAO2pC,EAAWM,UAAWT,EAC9DhnD,MAAKooB,OAAOrZ,GACZ/O,KAAKylD,QAAS,EACdzlD,KAAKkQ,YAGLwc,GAAOra,GAAK80C,EACZz6B,EAAOpa,GAAK60C,EACZz6B,EAAOra,GAAK,GAAMrS,KAAK6f,MAAMC,OAAOC,YACpC2M,EAAOpa,GAAK,GAAMtS,KAAK6f,MAAMC,OAAOsF,aACpCplB,KAAKud,UAAU4pC,GACfnnD,KAAKikD,iBAAiBv3B,EAAOra,GAAGqa,EAAOpa,IAS3CpP,EAAQuQ,UAAUi0C,qBAAuB,WACvC1nD,KAAK2nD,qBACL,KAAK,GAAIC,KAAO5nD,MAAK29C,MACf39C,KAAK29C,MAAM93C,eAAe+hD,IAC5B5nD,KAAKykD,YAAYv8C,KAAK0/C,IAiB5B1kD,EAAQuQ,UAAU8E,QAAU,SAASvF,EAAMk0C,GAOzC,GANqB3gD,SAAjB2gD,IACFA,GAAe,GAGjBlnD,KAAKq9C,cAAe,EAEhBrqC,GAAQA,EAAKsd,MAAQtd,EAAK2qC,OAAS3qC,EAAKyrC,OAC1C,KAAM,IAAI1kC,aAAY,iGAYxB;GAP+C,GAA3C/Z,KAAKqiD,UAAUnB,iBAAiBlyC,SAClChP,KAAK6nD,wBAIP7nD,KAAKwT,WAAWR,GAAQA,EAAKjE,SAEzBiE,GAAQA,EAAKsd,KAEf,GAAGtd,GAAQA,EAAKsd,IAAK,CACnB,GAAIw3B,GAAUrkD,EAAUskD,WAAW/0C,EAAKsd,IAExC,YADAtwB,MAAKuY,QAAQuvC,QAIZ,IAAI90C,GAAQA,EAAKg1C,OAEpB,GAAGh1C,GAAQA,EAAKg1C,MAAO,CACrB,GAAIC,GAAYvkD,EAAYwkD,WAAWl1C,EAAKg1C,MAE5C,YADAhoD,MAAKuY,QAAQ0vC,QAKfjoD,MAAKmoD,UAAUn1C,GAAQA,EAAK2qC,OAC5B39C,KAAKooD,UAAUp1C,GAAQA,EAAKyrC,MAE9Bz+C,MAAKqoD,mBACe,GAAhBnB,IAC+C,GAA7ClnD,KAAKqiD,UAAUjB,mBAAmBpyC,SACpChP,KAAKsoD,eACLtoD,KAAK2lD,4BAID3lD,KAAKqiD,UAAUP,WACjB9hD,KAAKuoD,aAGTvoD,KAAKkQ,SAEPlQ,KAAKq9C,cAAe,GAOtBn6C,EAAQuQ,UAAUD,WAAa,SAAUzE,GACvC,GAAIA,EAAS,CACX,GAAInJ,GACA4I,GAAU,QAAQ,QAAQ,eAAe,qBAAqB,aAAa,aAC7E,WAAW,mBAAmB,QAAQ,SAAS,aAAa,YAAY,WAAW,aAOrF,IAJA7N,EAAK8F,uBAAuB+H,EAAOxO,KAAKqiD,UAAWtzC,GACnDpO,EAAK8F,wBAAwB,SAASzG,KAAKqiD,UAAU1E,MAAO5uC,EAAQ4uC,OACpEh9C,EAAK8F,wBAAwB,QAAQ,UAAUzG,KAAKqiD,UAAU5D,MAAO1vC,EAAQ0vC,OAEzE1vC,EAAQowC,UACVx+C,EAAKkO,aAAa7O,KAAKqiD,UAAUlD,QAASpwC,EAAQowC,QAAQ,aAC1Dx+C,EAAKkO,aAAa7O,KAAKqiD,UAAUlD,QAASpwC,EAAQowC,QAAQ,aAEtDpwC,EAAQowC,QAAQU,uBAAuB,CACzC7/C,KAAKqiD,UAAUjB,mBAAmBpyC,SAAU,EAC5ChP,KAAKqiD,UAAUlD,QAAQU,sBAAsB7wC,SAAU,EACvDhP,KAAKqiD,UAAUlD,QAAQC,UAAUpwC,SAAU,CAC3C,KAAKpJ,IAAQmJ,GAAQowC,QAAQU,sBACvB9wC,EAAQowC,QAAQU,sBAAsBh6C,eAAeD,KACvD5F,KAAKqiD,UAAUlD,QAAQU,sBAAsBj6C,GAAQmJ,EAAQowC,QAAQU,sBAAsBj6C,IAkDnG,GA5CImJ,EAAQihC,QAAQhwC,KAAKs9C,iBAAiB/pC,IAAMxE,EAAQihC,OACpDjhC,EAAQy5C,SAASxoD,KAAKs9C,iBAAiBC,KAAOxuC,EAAQy5C,QACtDz5C,EAAQ05C,aAAazoD,KAAKs9C,iBAAiBE,SAAWzuC,EAAQ05C,YAC9D15C,EAAQ25C,YAAY1oD,KAAKs9C,iBAAiBG,QAAU1uC,EAAQ25C,WAC5D35C,EAAQ45C,WAAW3oD,KAAKs9C,iBAAiBI,IAAM3uC,EAAQ45C,UAE3DhoD,EAAKkO,aAAa7O,KAAKqiD,UAAWtzC,EAAQ,gBAC1CpO,EAAKkO,aAAa7O,KAAKqiD,UAAWtzC,EAAQ,sBAC1CpO,EAAKkO,aAAa7O,KAAKqiD,UAAWtzC,EAAQ,cAC1CpO,EAAKkO,aAAa7O,KAAKqiD,UAAWtzC,EAAQ,cAC1CpO,EAAKkO,aAAa7O,KAAKqiD,UAAWtzC,EAAQ,YAC1CpO,EAAKkO,aAAa7O,KAAKqiD,UAAWtzC,EAAQ,oBAGtCA,EAAQmyC,mBACVlhD,KAAK4oD,SAAW5oD,KAAKqiD,UAAUnB,iBAAiBC,kBAK9CpyC,EAAQ0vC,QACkBl4C,SAAxBwI,EAAQ0vC,MAAM5zC,QACZlK,EAAKuD,SAAS6K,EAAQ0vC,MAAM5zC,QAC9B7K,KAAKqiD,UAAU5D,MAAM5zC,SACrB7K,KAAKqiD,UAAU5D,MAAM5zC,MAAMA,MAAQkE,EAAQ0vC,MAAM5zC,MACjD7K,KAAKqiD,UAAU5D,MAAM5zC,MAAMmB,UAAY+C,EAAQ0vC,MAAM5zC,MACrD7K,KAAKqiD,UAAU5D,MAAM5zC,MAAMoB,MAAQ8C,EAAQ0vC,MAAM5zC,QAGftE,SAA9BwI,EAAQ0vC,MAAM5zC,MAAMA,QAA0B7K,KAAKqiD,UAAU5D,MAAM5zC,MAAMA,MAAQkE,EAAQ0vC,MAAM5zC,MAAMA,OACnEtE,SAAlCwI,EAAQ0vC,MAAM5zC,MAAMmB,YAA0BhM,KAAKqiD,UAAU5D,MAAM5zC,MAAMmB,UAAY+C,EAAQ0vC,MAAM5zC,MAAMmB,WAC3EzF,SAA9BwI,EAAQ0vC,MAAM5zC,MAAMoB,QAA0BjM,KAAKqiD,UAAU5D,MAAM5zC,MAAMoB,MAAQ8C,EAAQ0vC,MAAM5zC,MAAMoB,QAE3GjM,KAAKqiD,UAAU5D,MAAMQ,cAAe,GAGjClwC,EAAQ0vC,MAAMR,WACW13C,SAAxBwI,EAAQ0vC,MAAM5zC,QACZlK,EAAKuD,SAAS6K,EAAQ0vC,MAAM5zC,OAAmB7K,KAAKqiD,UAAU5D,MAAMR,UAAYlvC,EAAQ0vC,MAAM5zC,MAC3DtE,SAA9BwI,EAAQ0vC,MAAM5zC,MAAMA,QAAsB7K,KAAKqiD,UAAU5D,MAAMR,UAAYlvC,EAAQ0vC,MAAM5zC,MAAMA,SAK1GkE,EAAQ4uC,OACN5uC,EAAQ4uC,MAAM9yC,MAAO,CACvB,GAAIg+C,GAAcloD,EAAKiK,WAAWmE,EAAQ4uC,MAAM9yC,MAChD7K,MAAKqiD,UAAU1E,MAAM9yC,MAAMiB,WAAa+8C,EAAY/8C,WACpD9L,KAAKqiD,UAAU1E,MAAM9yC,MAAMkB,OAAS88C,EAAY98C,OAChD/L,KAAKqiD,UAAU1E,MAAM9yC,MAAMmB,UAAUF,WAAa+8C,EAAY78C,UAAUF,WACxE9L,KAAKqiD,UAAU1E,MAAM9yC,MAAMmB,UAAUD,OAAS88C,EAAY78C,UAAUD,OACpE/L,KAAKqiD,UAAU1E,MAAM9yC,MAAMoB,MAAMH,WAAa+8C,EAAY58C,MAAMH,WAChE9L,KAAKqiD,UAAU1E,MAAM9yC,MAAMoB,MAAMF,OAAS88C,EAAY58C,MAAMF,OAGhE,GAAIgD,EAAQ4lB,OACV,IAAK,GAAIm0B,KAAa/5C,GAAQ4lB,OAC5B,GAAI5lB,EAAQ4lB,OAAO9uB,eAAeijD,GAAY,CAC5C,GAAIv2C,GAAQxD,EAAQ4lB,OAAOm0B,EAC3B9oD,MAAK20B,OAAOphB,IAAIu1C,EAAWv2C,GAKjC,GAAIxD,EAAQ4X,QAAS,CACnB,IAAK/gB,IAAQmJ,GAAQ4X,QACf5X,EAAQ4X,QAAQ9gB,eAAeD,KACjC5F,KAAKqiD,UAAU17B,QAAQ/gB,GAAQmJ,EAAQ4X,QAAQ/gB,GAG/CmJ,GAAQ4X,QAAQ9b,QAClB7K,KAAKqiD,UAAU17B,QAAQ9b,MAAQlK,EAAKiK,WAAWmE,EAAQ4X,QAAQ9b,QAmBnE,GAfI,cAAgBkE,KACdA,EAAQg6C,WACL/oD,KAAKgpD,YACRhpD,KAAKgpD,UAAY,GAAIhD,GAAUhmD,KAAK6f,OACpC7f,KAAKgpD,UAAUn1C,GAAG,SAAU7T,KAAKipD,gBAAgB3zB,KAAKt1B,QAIpDA,KAAKgpD,YACPhpD,KAAKgpD,UAAUp1C,gBACR5T,MAAKgpD,YAKdj6C,EAAQs4B,OACV,KAAM,IAAIzjC,OAAM,6EAMlB5D,MAAK4jD,qBAEL5jD,KAAKkpD,0BAELlpD,KAAKmpD,0BAELnpD,KAAKopD,yBAILppD,KAAKipD,kBAELjpD,KAAKklB,QAAQllB,KAAKqiD,UAAUxvC,MAAO7S,KAAKqiD,UAAUvvC,QAClD9S,KAAKylD,QAAS,EACdzlD,KAAKkQ,UAaThN,EAAQuQ,UAAUyhB,QAAU,WAE1B,KAAOl1B,KAAKga,iBAAiBiK,iBAC3BjkB,KAAKga,iBAAiBvI,YAAYzR,KAAKga,iBAAiBkK,WAe1D,IAZAlkB,KAAK6f,MAAQhO,SAASM,cAAc,OACpCnS,KAAK6f,MAAM9X,UAAY,oBACvB/H,KAAK6f,MAAMrS,MAAM2W,SAAW,WAC5BnkB,KAAK6f,MAAMrS,MAAM4W,SAAW,SAK5BpkB,KAAK6f,MAAMC,OAASjO,SAASM,cAAc,UAC3CnS,KAAK6f,MAAMC,OAAOtS,MAAM2W,SAAW,WACnCnkB,KAAK6f,MAAM9N,YAAY/R,KAAK6f,MAAMC,QAE7B9f,KAAK6f,MAAMC,OAAOyH,WAQlB,CACH,GAAID,GAAMtnB,KAAK6f,MAAMC,OAAOyH,WAAW,KACvCvnB,MAAKsiD,YAAc76C,OAAO4hD,kBAAoB,IAAM/hC,EAAIgiC,8BAC9ChiC,EAAIiiC,2BACJjiC,EAAIkiC,0BACJliC,EAAImiC,yBACJniC,EAAIoiC,wBAA0B,GAExC1pD,KAAK6f,MAAMC,OAAOyH,WAAW,MAAMoiC,aAAa3pD,KAAKsiD,WAAY,EAAG,EAAGtiD,KAAKsiD,WAAY,EAAG,OAhB1D,CACjC,GAAIj+B,GAAWxS,SAASM,cAAe,MACvCkS,GAAS7W,MAAM3C,MAAQ,MACvBwZ,EAAS7W,MAAM8W,WAAc,OAC7BD,EAAS7W,MAAM+W,QAAW,OAC1BF,EAASG,UAAa,mDACtBxkB,KAAK6f,MAAMC,OAAO/N,YAAYsS,GAgBhC,GAAI5P,GAAKzU,IACTA,MAAKmmC,QACLnmC,KAAK4pD,SACL5pD,KAAK8D,OAASoiC,EAAOlmC,KAAK6f,MAAMC,QAC9BsmB,iBAAiB,IAEnBpmC,KAAK8D,OAAO+P,GAAG,MAAaY,EAAGo1C,OAAOv0B,KAAK7gB,IAC3CzU,KAAK8D,OAAO+P,GAAG,YAAaY,EAAGq1C,aAAax0B,KAAK7gB,IACjDzU,KAAK8D,OAAO+P,GAAG,OAAaY,EAAGkqB,QAAQrJ,KAAK7gB,IAC5CzU,KAAK8D,OAAO+P,GAAG,QAAaY,EAAGqqB,SAASxJ,KAAK7gB,IAC7CzU,KAAK8D,OAAO+P,GAAG,QAAaY,EAAGoqB,SAASvJ,KAAK7gB,IAC7CzU,KAAK8D,OAAO+P,GAAG,YAAaY,EAAG+pB,aAAalJ,KAAK7gB,IACjDzU,KAAK8D,OAAO+P,GAAG,OAAaY,EAAGgqB,QAAQnJ,KAAK7gB,IAC5CzU,KAAK8D,OAAO+P,GAAG,UAAaY,EAAGiqB,WAAWpJ,KAAK7gB,IAC/CzU,KAAK8D,OAAO+P,GAAG,aAAaY,EAAGmqB,cAActJ,KAAK7gB,IAClDzU,KAAK8D,OAAO+P,GAAG,iBAAiBY,EAAGmqB,cAActJ,KAAK7gB,IACtDzU,KAAK8D,OAAO+P,GAAG,YAAaY,EAAGs1C,kBAAkBz0B,KAAK7gB,IAEtDzU,KAAKgqD,YAAc9jB,EAAOlmC,KAAK6f,OAC7BumB,iBAAiB,IAEnBpmC,KAAKgqD,YAAYn2C,GAAG,UAAWY,EAAGw1C,WAAW30B,KAAK7gB,IAGlDzU,KAAKga,iBAAiBjI,YAAY/R,KAAK6f,QASzC3c,EAAQuQ,UAAUw1C,gBAAkB,WAClC,GAAIx0C,GAAKzU,IACauG,UAAlBvG,KAAK8lD,UACP9lD,KAAK8lD,SAASlyC,UAEhB5T,KAAK8lD,SAAWA,IAEhB9lD,KAAK8lD,SAASoE,QAEVlqD,KAAKqiD,UAAUrB,SAAShyC,SAAWhP,KAAKmqD,aAC1CnqD,KAAK8lD,SAASxwB,KAAK,KAAQt1B,KAAKoqD,QAAQ90B,KAAK7gB,GAAQ,WACrDzU,KAAK8lD,SAASxwB,KAAK,KAAQt1B,KAAKqqD,aAAa/0B,KAAK7gB,GAAK,SACvDzU,KAAK8lD,SAASxwB,KAAK,OAAQt1B,KAAKsqD,UAAUh1B,KAAK7gB,GAAM,WACrDzU,KAAK8lD,SAASxwB,KAAK,OAAQt1B,KAAKqqD,aAAa/0B,KAAK7gB,GAAK,SACvDzU,KAAK8lD,SAASxwB,KAAK,OAAQt1B,KAAKuqD,UAAUj1B,KAAK7gB,GAAM,WACrDzU,KAAK8lD,SAASxwB,KAAK,OAAQt1B,KAAKwqD,aAAal1B,KAAK7gB,GAAK,SACvDzU,KAAK8lD,SAASxwB,KAAK,QAAQt1B,KAAKyqD,WAAWn1B,KAAK7gB,GAAK,WACrDzU,KAAK8lD,SAASxwB,KAAK,QAAQt1B,KAAKwqD,aAAal1B,KAAK7gB,GAAK,SACvDzU,KAAK8lD,SAASxwB,KAAK,IAAQt1B,KAAK0qD,QAAQp1B,KAAK7gB,GAAQ,WACrDzU,KAAK8lD,SAASxwB,KAAK,IAAQt1B,KAAK2qD,UAAUr1B,KAAK7gB,GAAQ,SACvDzU,KAAK8lD,SAASxwB,KAAK,OAAQt1B,KAAK0qD,QAAQp1B,KAAK7gB,GAAQ,WACrDzU,KAAK8lD,SAASxwB,KAAK,OAAQt1B,KAAK2qD,UAAUr1B,KAAK7gB,GAAQ,SACvDzU,KAAK8lD,SAASxwB,KAAK,OAAQt1B,KAAK4qD,SAASt1B,KAAK7gB,GAAO,WACrDzU,KAAK8lD,SAASxwB,KAAK,OAAQt1B,KAAK2qD,UAAUr1B,KAAK7gB,GAAQ,SACvDzU,KAAK8lD,SAASxwB,KAAK,IAAQt1B,KAAK4qD,SAASt1B,KAAK7gB,GAAO,WACrDzU,KAAK8lD,SAASxwB,KAAK,IAAQt1B,KAAK2qD,UAAUr1B,KAAK7gB,GAAQ,SACvDzU,KAAK8lD,SAASxwB,KAAK,IAAQt1B,KAAK0qD,QAAQp1B,KAAK7gB,GAAQ,WACrDzU,KAAK8lD,SAASxwB,KAAK,IAAQt1B,KAAK2qD,UAAUr1B,KAAK7gB,GAAQ,SACvDzU,KAAK8lD,SAASxwB,KAAK,IAAQt1B,KAAK4qD,SAASt1B,KAAK7gB,GAAO,WACrDzU,KAAK8lD,SAASxwB,KAAK,IAAQt1B,KAAK2qD,UAAUr1B,KAAK7gB,GAAQ,SACvDzU,KAAK8lD,SAASxwB,KAAK,SAASt1B,KAAK0qD,QAAQp1B,KAAK7gB,GAAO,WACrDzU,KAAK8lD,SAASxwB,KAAK,SAASt1B,KAAK2qD,UAAUr1B,KAAK7gB,GAAO,SACvDzU,KAAK8lD,SAASxwB,KAAK,WAAWt1B,KAAK4qD,SAASt1B,KAAK7gB,GAAI,WACrDzU,KAAK8lD,SAASxwB,KAAK,WAAWt1B,KAAK2qD,UAAUr1B,KAAK7gB,GAAK,UAGV,GAA3CzU,KAAKqiD,UAAUnB,iBAAiBlyC,UAClChP,KAAK8lD,SAASxwB,KAAK,MAAMt1B,KAAK6nD,sBAAsBvyB,KAAK7gB,IACzDzU,KAAK8lD,SAASxwB,KAAK,SAASt1B,KAAK6qD,gBAAgBv1B,KAAK7gB,MAU1DvR,EAAQuQ,UAAUG,QAAU,WAC1B5T,KAAKkQ,MAAQ,aACblQ,KAAKgiB,OAAS,aACdhiB,KAAK0lD,OAAQ,EAGb1lD,KAAK8qD,+BAGL9qD,KAAK8lD,SAASoE,QAGdlqD,KAAK8D,OAAOinD,UAGZ/qD,KAAKgU,MAELhU,KAAKgrD,oBAAoBhrD,KAAKga,mBAGhC9W,EAAQuQ,UAAUu3C,oBAAsB,SAASC,GAC/C,KAAoC,GAA7BA,EAAUhnC,iBACfjkB,KAAKgrD,oBAAoBC,EAAU/mC,YACnC+mC,EAAUx5C,YAAYw5C,EAAU/mC,aAUpChhB,EAAQuQ,UAAUy3C,YAAc,SAAU5sB,GACxC,OACEjsB,EAAGisB,EAAMW,MAAQt+B,EAAK0G,gBAAgBrH,KAAK6f,MAAMC,QACjDxN,EAAGgsB,EAAMY,MAAQv+B,EAAKgH,eAAe3H,KAAK6f,MAAMC,UASpD5c,EAAQuQ,UAAUorB,SAAW,SAAUr1B,IACjC,GAAInF,OAAO0C,UAAY/G,KAAKqjD,UAAY,MAC1CrjD,KAAKmmC,KAAKzF,QAAU1gC,KAAKkrD,YAAY1hD,EAAM22B,QAAQzT,QACnD1sB,KAAKmmC,KAAKglB,SAAU,EACpBnrD,KAAK4pD,MAAMpsC,MAAQxd,KAAKorD,YAGxBprD,KAAKqjD,WAAY,GAAIh/C,OAAO0C,UAE5B/G,KAAKqrD,aAAarrD,KAAKmmC,KAAKzF,WAQhCx9B,EAAQuQ,UAAU+qB,aAAe,SAAUh1B,GACzCxJ,KAAKsrD,iBAAiB9hD,IAUxBtG,EAAQuQ,UAAU63C,iBAAmB,SAAS9hD,GAElBjD,SAAtBvG,KAAKmmC,KAAKzF,SACZ1gC,KAAK6+B,SAASr1B,EAGhB,IAAIg9C,GAAOxmD,KAAKurD,WAAWvrD,KAAKmmC,KAAKzF,QASrC,IANA1gC,KAAKmmC,KAAKzG,UAAW,EACrB1/B,KAAKmmC,KAAK4K,aACV/wC,KAAKmmC,KAAKnoB,YAAche,KAAKwrD,kBAC7BxrD,KAAKmmC,KAAK0gB,OAAS,KACnB7mD,KAAKskD,eAAgB,EAET,MAARkC,GAA4C,GAA5BxmD,KAAKqiD,UAAUH,UAAmB,CACpDliD,KAAKskD,eAAgB,EACrBtkD,KAAKmmC,KAAK0gB,OAASL,EAAKnmD,GAEnBmmD,EAAKiF,cACRzrD,KAAK0rD,cAAclF,GAAK,GAG1BxmD,KAAKouB,KAAK,aAAau9B,QAAQ3rD,KAAKo3B,eAAeumB,OAGnD,KAAK,GAAIiO,KAAY5rD,MAAK6rD,aAAalO,MACrC,GAAI39C,KAAK6rD,aAAalO,MAAM93C,eAAe+lD,GAAW,CACpD,GAAI5nD,GAAShE,KAAK6rD,aAAalO,MAAMiO,GACjCrgD,GACFlL,GAAI2D,EAAO3D,GACXmmD,KAAMxiD,EAGNqO,EAAGrO,EAAOqO,EACVC,EAAGtO,EAAOsO,EACVw5C,OAAQ9nD,EAAO8nD,OACfC,OAAQ/nD,EAAO+nD,OAGjB/nD,GAAO8nD,QAAS,EAChB9nD,EAAO+nD,QAAS,EAEhB/rD,KAAKmmC,KAAK4K,UAAU7oC,KAAKqD,MAWjCrI,EAAQuQ,UAAUgrB,QAAU,SAAUj1B,GACpCxJ,KAAKgsD,cAAcxiD,IAUrBtG,EAAQuQ,UAAUu4C,cAAgB,SAASxiD,GACzC,IAAIxJ,KAAKmmC,KAAKglB,QAAd,CAKAnrD,KAAKisD,aAEL,IAAIvrB,GAAU1gC,KAAKkrD,YAAY1hD,EAAM22B,QAAQzT,QACzCjY,EAAKzU,KACLmmC,EAAOnmC,KAAKmmC,KACZ4K,EAAY5K,EAAK4K,SACrB,IAAIA,GAAaA,EAAUrrC,QAAsC,GAA5B1F,KAAKqiD,UAAUH,UAAmB,CAErE,GAAI9hB,GAASM,EAAQruB,EAAI8zB,EAAKzF,QAAQruB,EAClCguB,EAASK,EAAQpuB,EAAI6zB,EAAKzF,QAAQpuB,CAGtCy+B,GAAUxoC,QAAQ,SAAUgD,GAC1B,GAAIi7C,GAAOj7C,EAAEi7C,IAERj7C,GAAEugD,SACLtF,EAAKn0C,EAAIoC,EAAGy3C,qBAAqBz3C,EAAG03C,qBAAqB5gD,EAAE8G,GAAK+tB,IAG7D70B,EAAEwgD,SACLvF,EAAKl0C,EAAImC,EAAG23C,qBAAqB33C,EAAG43C,qBAAqB9gD,EAAE+G,GAAK+tB,MAM/DrgC,KAAKylD,SACRzlD,KAAKylD,QAAS,EACdzlD,KAAKkQ,aAKP,IAAkC,GAA9BlQ,KAAKqiD,UAAUJ,YAAqB,CAEtC,GAA0B17C,SAAtBvG,KAAKmmC,KAAKzF,QAEZ,WADA1gC,MAAKsrD,iBAAiB9hD,EAGxB,IAAIokB,GAAQ8S,EAAQruB,EAAIrS,KAAKmmC,KAAKzF,QAAQruB,EACtCwb,EAAQ6S,EAAQpuB,EAAItS,KAAKmmC,KAAKzF,QAAQpuB,CAE1CtS,MAAKikD,gBACHjkD,KAAKmmC,KAAKnoB,YAAY3L,EAAIub,EAC1B5tB,KAAKmmC,KAAKnoB,YAAY1L,EAAIub,GAE5B7tB,KAAKwjD,aASXtgD,EAAQuQ,UAAUirB,WAAa,SAAUl1B,GACvCxJ,KAAKssD,eAAe9iD,IAItBtG,EAAQuQ,UAAU64C,eAAiB,WACjCtsD,KAAKmmC,KAAKzG,UAAW,CACrB,IAAIqR,GAAY/wC,KAAKmmC,KAAK4K,SACtBA,IAAaA,EAAUrrC,QACzBqrC,EAAUxoC,QAAQ,SAAUgD,GAE1BA,EAAEi7C,KAAKsF,OAASvgD,EAAEugD,OAClBvgD,EAAEi7C,KAAKuF,OAASxgD,EAAEwgD,SAEpB/rD,KAAKylD,QAAS,EACdzlD,KAAKkQ,SAGLlQ,KAAKwjD,UAEmB,GAAtBxjD,KAAKskD,cACPtkD,KAAKouB,KAAK,WAAWu9B,aAGrB3rD,KAAKouB,KAAK,WAAWu9B,QAAQ3rD,KAAKo3B,eAAeumB,SAQrDz6C,EAAQuQ,UAAUo2C,OAAS,SAAUrgD,GACnC,GAAIk3B,GAAU1gC,KAAKkrD,YAAY1hD,EAAM22B,QAAQzT,OAC7C1sB,MAAK4kD,gBAAkBlkB,EACvB1gC,KAAKusD,WAAW7rB,IASlBx9B,EAAQuQ,UAAUq2C,aAAe,SAAUtgD,GACzC,GAAIk3B,GAAU1gC,KAAKkrD,YAAY1hD,EAAM22B,QAAQzT,OAC7C1sB,MAAKwsD,iBAAiB9rB,IAQxBx9B,EAAQuQ,UAAUkrB,QAAU,SAAUn1B,GACpC,GAAIk3B,GAAU1gC,KAAKkrD,YAAY1hD,EAAM22B,QAAQzT,OAC7C1sB,MAAK4kD,gBAAkBlkB,EACvB1gC,KAAKysD,cAAc/rB,IAQrBx9B,EAAQuQ,UAAUw2C,WAAa,SAAUzgD,GACvC,GAAIk3B,GAAU1gC,KAAKkrD,YAAY1hD,EAAM22B,QAAQzT,OAC7C1sB,MAAK0sD,iBAAiBhsB,IAQxBx9B,EAAQuQ,UAAUqrB,SAAW,SAAUt1B,GACrC,GAAIk3B,GAAU1gC,KAAKkrD,YAAY1hD,EAAM22B,QAAQzT,OAE7C1sB,MAAKmmC,KAAKglB,SAAU,EACd,SAAWnrD,MAAK4pD,QACpB5pD,KAAK4pD,MAAMpsC,MAAQ,EAIrB,IAAIA,GAAQxd,KAAK4pD,MAAMpsC,MAAQhU,EAAM22B,QAAQ3iB,KAC7Cxd,MAAK2sD,MAAMnvC,EAAOkjB,IAUpBx9B,EAAQuQ,UAAUk5C,MAAQ,SAASnvC,EAAOkjB,GACxC,GAA+B,GAA3B1gC,KAAKqiD,UAAUlkB,SAAkB,CACnC,GAAIyuB,GAAW5sD,KAAKorD,WACR,MAAR5tC,IACFA,EAAQ,MAENA,EAAQ,KACVA,EAAQ,GAGV,IAAIqvC,GAAsB,IACRtmD,UAAdvG,KAAKmmC,MACmB,GAAtBnmC,KAAKmmC,KAAKzG,WACZmtB,EAAsB7sD,KAAK8sD,YAAY9sD,KAAKmmC,KAAKzF,SAIrD,IAAI1iB,GAAche,KAAKwrD,kBAEnBuB,EAAYvvC,EAAQovC,EACpBI,GAAM,EAAID,GAAarsB,EAAQruB,EAAI2L,EAAY3L,EAAI06C,EACnDE,GAAM,EAAIF,GAAarsB,EAAQpuB,EAAI0L,EAAY1L,EAAIy6C,CASvD,IAPA/sD,KAAK6kD,YAAcxyC,EAAMrS,KAAKksD,qBAAqBxrB,EAAQruB,GACxCC,EAAMtS,KAAKosD,qBAAqB1rB,EAAQpuB,IAE3DtS,KAAKud,UAAUC,GACfxd,KAAKikD,gBAAgB+I,EAAIC,GACzBjtD,KAAKktD,wBAEsB,MAAvBL,EAA6B,CAC/B,GAAIM,GAAuBntD,KAAKotD,YAAYP,EAC5C7sD,MAAKmmC,KAAKzF,QAAQruB,EAAI86C,EAAqB96C,EAC3CrS,KAAKmmC,KAAKzF,QAAQpuB,EAAI66C,EAAqB76C,EAY7C,MATAtS,MAAKwjD,UAEUhmC,EAAXovC,EACF5sD,KAAKouB,KAAK,QAASqN,UAAU,MAG7Bz7B,KAAKouB,KAAK,QAASqN,UAAU,MAGxBje,IAYXta,EAAQuQ,UAAUmrB,cAAgB,SAASp1B,GAEzC,GAAIylB,GAAQ,CAYZ,IAXIzlB,EAAM0lB,WACRD,EAAQzlB,EAAM0lB,WAAW,IAChB1lB,EAAM2lB,SAGfF,GAASzlB,EAAM2lB,OAAO,GAMpBF,EAAO,CAGT,GAAIzR,GAAQxd,KAAKorD,YACbvqB,EAAO5R,EAAQ,EACP,GAARA,IACF4R,GAAe,EAAIA,GAErBrjB,GAAU,EAAIqjB,CAGd,IAAIV,GAAUhB,EAAWsB,YAAYzgC,KAAMwJ,GACvCk3B,EAAU1gC,KAAKkrD,YAAY/qB,EAAQzT,OAGvC1sB,MAAK2sD,MAAMnvC,EAAOkjB,GAIpBl3B,EAAMD,kBASRrG,EAAQuQ,UAAUs2C,kBAAoB,SAAUvgD,GAC9C,GAAI22B,GAAUhB,EAAWsB,YAAYzgC,KAAMwJ,GACvCk3B,EAAU1gC,KAAKkrD,YAAY/qB,EAAQzT,OAGnC1sB,MAAKqtD,UACPrtD,KAAKstD,gBAAgB5sB,EAKvB,IAAIjsB,GAAKzU,KACLutD,EAAY,WACd94C,EAAG+4C,gBAAgB9sB,GAarB,IAXI1gC,KAAKytD,YACPx6B,cAAcjzB,KAAKytD,YAEhBztD,KAAKmmC,KAAKzG,WACb1/B,KAAKytD,WAAa5zC,WAAW0zC,EAAWvtD,KAAKqiD,UAAU17B,QAAQ5N,QAOrC,GAAxB/Y,KAAKqiD,UAAUp2C,MAAe,CAEhC,IAAK,GAAIyhD,KAAU1tD,MAAKuiD,SAAS9D,MAC3Bz+C,KAAKuiD,SAAS9D,MAAM54C,eAAe6nD,KACrC1tD,KAAKuiD,SAAS9D,MAAMiP,GAAQzhD,OAAQ,QAC7BjM,MAAKuiD,SAAS9D,MAAMiP,GAK/B,IAAIpqC,GAAMtjB,KAAKurD,WAAW7qB,EACf,OAAPpd,IACFA,EAAMtjB,KAAK2tD,WAAWjtB,IAEb,MAAPpd,GACFtjB,KAAK4tD,aAAatqC,EAIpB,KAAK,GAAIujC,KAAU7mD,MAAKuiD,SAAS5E,MAC3B39C,KAAKuiD,SAAS5E,MAAM93C,eAAeghD,KACjCvjC,YAAe/f,IAAQ+f,EAAIjjB,IAAMwmD,GAAUvjC,YAAelgB,IAAe,MAAPkgB,KACpEtjB,KAAK6tD,YAAY7tD,KAAKuiD,SAAS5E,MAAMkJ,UAC9B7mD,MAAKuiD,SAAS5E,MAAMkJ,GAIjC7mD,MAAKgiB,WAYT9e,EAAQuQ,UAAU+5C,gBAAkB,SAAU9sB,GAC5C,GAOIrgC,GAPAijB,GACF9b,KAAQxH,KAAKksD,qBAAqBxrB,EAAQruB,GAC1CzK,IAAQ5H,KAAKosD,qBAAqB1rB,EAAQpuB,GAC1CsV,MAAQ5nB,KAAKksD,qBAAqBxrB,EAAQruB,GAC1CwR,OAAQ7jB,KAAKosD,qBAAqB1rB,EAAQpuB,IAIxCw7C,EAAgB9tD,KAAKqtD,SACrBU,GAAkB,CAEtB,IAAqBxnD,QAAjBvG,KAAKqtD,SAAuB,CAE9B,GAAI1P,GAAQ39C,KAAK29C,MACbqQ,IACJ,KAAK3tD,IAAMs9C,GACT,GAAIA,EAAM93C,eAAexF,GAAK,CAC5B,GAAImmD,GAAO7I,EAAMt9C,EACbmmD,GAAKyH,kBAAkB3qC,IACD/c,SAApBigD,EAAK0H,YACPF,EAAiB9lD,KAAK7H,GAM1B2tD,EAAiBtoD,OAAS,IAG5B1F,KAAKqtD,SAAWrtD,KAAK29C,MAAMqQ,EAAiBA,EAAiBtoD,OAAS,IAEtEqoD,GAAkB,GAItB,GAAsBxnD,SAAlBvG,KAAKqtD,UAA6C,GAAnBU,EAA0B,CAE3D,GAAItP,GAAQz+C,KAAKy+C,MACb0P,IACJ,KAAK9tD,IAAMo+C,GACT,GAAIA,EAAM54C,eAAexF,GAAK,CAC5B,GAAI+tD,GAAO3P,EAAMp+C,EACb+tD,GAAKC,WAAkC9nD,SAApB6nD,EAAKF,YACxBE,EAAKH,kBAAkB3qC,IACzB6qC,EAAiBjmD,KAAK7H,GAKxB8tD,EAAiBzoD,OAAS,IAC5B1F,KAAKqtD,SAAWrtD,KAAKy+C,MAAM0P,EAAiBA,EAAiBzoD,OAAS,KAI1E,GAAI1F,KAAKqtD,UAEP,GAAIrtD,KAAKqtD,UAAYS,EAAe,CAClC,GAAIr5C,GAAKzU,IACJyU,GAAG65C,QACN75C,EAAG65C,MAAQ,GAAI9qD,GAAMiR,EAAGoL,MAAOpL,EAAG4tC,UAAU17B,UAM9ClS,EAAG65C,MAAMC,YAAY7tB,EAAQruB,EAAI,EAAGquB,EAAQpuB,EAAI,GAChDmC,EAAG65C,MAAME,QAAQ/5C,EAAG44C,SAASa,YAC7Bz5C,EAAG65C,MAAM/lB,YAIPvoC,MAAKsuD,OACPtuD,KAAKsuD,MAAMhmB,QAYjBplC,EAAQuQ,UAAU65C,gBAAkB,SAAU5sB,GACvC1gC,KAAKqtD,UAAartD,KAAKurD,WAAW7qB,KACrC1gC,KAAKqtD,SAAW9mD,OACZvG,KAAKsuD,OACPtuD,KAAKsuD,MAAMhmB,SAajBplC,EAAQuQ,UAAUyR,QAAU,SAASrS,EAAOC,GAC1C,GAAI27C,IAAY,EACZC,EAAW1uD,KAAK6f,MAAMC,OAAOjN,MAC7B87C,EAAY3uD,KAAK6f,MAAMC,OAAOhN,MAC9BD,IAAS7S,KAAKqiD,UAAUxvC,OAASC,GAAU9S,KAAKqiD,UAAUvvC,QAAU9S,KAAK6f,MAAMrS,MAAMqF,OAASA,GAAS7S,KAAK6f,MAAMrS,MAAMsF,QAAUA,GACpI9S,KAAK6f,MAAMrS,MAAMqF,MAAQA,EACzB7S,KAAK6f,MAAMrS,MAAMsF,OAASA,EAE1B9S,KAAK6f,MAAMC,OAAOtS,MAAMqF,MAAQ,OAChC7S,KAAK6f,MAAMC,OAAOtS,MAAMsF,OAAS,OAEjC9S,KAAK6f,MAAMC,OAAOjN,MAAQ7S,KAAK6f,MAAMC,OAAOC,YAAc/f,KAAKsiD,WAC/DtiD,KAAK6f,MAAMC,OAAOhN,OAAS9S,KAAK6f,MAAMC,OAAOsF,aAAeplB,KAAKsiD,WAEjEtiD,KAAKqiD,UAAUxvC,MAAQA,EACvB7S,KAAKqiD,UAAUvvC,OAASA,EAExB27C,GAAY,IAMRzuD,KAAK6f,MAAMC,OAAOjN,OAAS7S,KAAK6f,MAAMC,OAAOC,YAAc/f,KAAKsiD,aAClEtiD,KAAK6f,MAAMC,OAAOjN,MAAQ7S,KAAK6f,MAAMC,OAAOC,YAAc/f,KAAKsiD,WAC/DmM,GAAY,GAEVzuD,KAAK6f,MAAMC,OAAOhN,QAAU9S,KAAK6f,MAAMC,OAAOsF,aAAeplB,KAAKsiD,aACpEtiD,KAAK6f,MAAMC,OAAOhN,OAAS9S,KAAK6f,MAAMC,OAAOsF,aAAeplB,KAAKsiD,WACjEmM,GAAY,IAIC,GAAbA,GACFzuD,KAAKouB,KAAK,UAAWvb,MAAM7S,KAAK6f,MAAMC,OAAOjN,MAAQ7S,KAAKsiD,WAAWxvC,OAAO9S,KAAK6f,MAAMC,OAAOhN,OAAS9S,KAAKsiD,WAAYoM,SAAUA,EAAW1uD,KAAKsiD,WAAYqM,UAAWA,EAAY3uD,KAAKsiD,cAS9Lp/C,EAAQuQ,UAAU00C,UAAY,SAASxK,GACrC,GAAIiR,GAAe5uD,KAAK+kD,SAExB,IAAIpH,YAAiB98C,IAAW88C,YAAiB78C,GAC/Cd,KAAK+kD,UAAYpH,MAEd,IAAI33C,MAAMC,QAAQ03C,GACrB39C,KAAK+kD,UAAY,GAAIlkD,GACrBb,KAAK+kD,UAAUxxC,IAAIoqC,OAEhB,CAAA,GAAKA,EAIR,KAAM,IAAIv3C,WAAU,4BAHpBpG,MAAK+kD,UAAY,GAAIlkD,GAgBvB,GAVI+tD,GAEFjuD,EAAK4H,QAAQvI,KAAKilD,eAAgB,SAAUz8C,EAAUgB,GACpDolD,EAAa56C,IAAIxK,EAAOhB,KAK5BxI,KAAK29C,SAED39C,KAAK+kD,UAAW,CAElB,GAAItwC,GAAKzU,IACTW,GAAK4H,QAAQvI,KAAKilD,eAAgB,SAAUz8C,EAAUgB,GACpDiL,EAAGswC,UAAUlxC,GAAGrK,EAAOhB,IAIzB,IAAIiN,GAAMzV,KAAK+kD,UAAU3uC,QACzBpW,MAAKklD,UAAUzvC,GAEjBzV,KAAK6uD,oBAQP3rD,EAAQuQ,UAAUyxC,UAAY,SAASzvC,GAErC,IAAK,GADDpV,GACKkF,EAAI,EAAGC,EAAMiQ,EAAI/P,OAAYF,EAAJD,EAASA,IAAK,CAC9ClF,EAAKoV,EAAIlQ,EACT,IAAIyN,GAAOhT,KAAK+kD,UAAUvvC,IAAInV,GAC1BmmD,EAAO,GAAIjjD,GAAKyP,EAAMhT,KAAKsjD,OAAQtjD,KAAK20B,OAAQ30B,KAAKqiD,UAEzD,IADAriD,KAAK29C,MAAMt9C,GAAMmmD,IACG,GAAfA,EAAKsF,QAAkC,GAAftF,EAAKuF,QAAgC,OAAXvF,EAAKn0C,GAAyB,OAAXm0C,EAAKl0C,GAAa,CAC1F,GAAI2Z,GAAS,EAASxW,EAAI/P,OAAS,GAC/BopD,EAAQ,EAAI7pD,KAAKknB,GAAKlnB,KAAKE,QACZ,IAAfqhD,EAAKsF,SAAkBtF,EAAKn0C,EAAI4Z,EAAShnB,KAAK6Z,IAAIgwC,IACnC,GAAftI,EAAKuF,SAAkBvF,EAAKl0C,EAAI2Z,EAAShnB,KAAK0Z,IAAImwC,IAExD9uD,KAAKylD,QAAS,EAGhBzlD,KAAK0nD,uBAC4C,GAA7C1nD,KAAKqiD,UAAUjB,mBAAmBpyC,SAAwC,GAArBhP,KAAKq9C,eAC5Dr9C,KAAKsoD,eACLtoD,KAAK2lD,4BAEP3lD,KAAK+uD,0BACL/uD,KAAKgvD,kBACLhvD,KAAKivD,kBAAkBjvD,KAAK29C,OAC5B39C,KAAKkvD,gBAQPhsD,EAAQuQ,UAAU0xC,aAAe,SAAS1vC,EAAI05C,GAE5C,IAAK,GADDxR,GAAQ39C,KAAK29C,MACRp4C,EAAI,EAAGC,EAAMiQ,EAAI/P,OAAYF,EAAJD,EAASA,IAAK,CAC9C,GAAIlF,GAAKoV,EAAIlQ,GACTihD,EAAO7I,EAAMt9C,GACb2S,EAAOm8C,EAAY5pD,EACnBihD,GAEFA,EAAK4I,cAAcp8C,EAAMhT,KAAKqiD,YAI9BmE,EAAO,GAAIjjD,GAAK8rD,WAAYrvD,KAAKsjD,OAAQtjD,KAAK20B,OAAQ30B,KAAKqiD,WAC3D1E,EAAMt9C,GAAMmmD,GAGhBxmD,KAAKylD,QAAS,EACmC,GAA7CzlD,KAAKqiD,UAAUjB,mBAAmBpyC,SAAwC,GAArBhP,KAAKq9C,eAC5Dr9C,KAAKsoD,eACLtoD,KAAK2lD,4BAEP3lD,KAAK0nD,uBACL1nD,KAAKivD,kBAAkBtR,IAQzBz6C,EAAQuQ,UAAU2xC,aAAe,SAAS3vC,GAExC,IAAK,GADDkoC,GAAQ39C,KAAK29C,MACRp4C,EAAI,EAAGC,EAAMiQ,EAAI/P,OAAYF,EAAJD,EAASA,IAAK,CAC9C,GAAIlF,GAAKoV,EAAIlQ,SACNo4C,GAAMt9C,GAEfL,KAAK0nD,uBAC4C,GAA7C1nD,KAAKqiD,UAAUjB,mBAAmBpyC,SAAwC,GAArBhP,KAAKq9C,eAC5Dr9C,KAAKsoD,eACLtoD,KAAK2lD,4BAEP3lD,KAAK+uD,0BACL/uD,KAAKgvD,kBACLhvD,KAAK6uD,mBACL7uD,KAAKivD,kBAAkBtR,IASzBz6C,EAAQuQ,UAAU20C,UAAY,SAAS3J,GACrC,GAAI6Q,GAAetvD,KAAKglD,SAExB,IAAIvG,YAAiB59C,IAAW49C,YAAiB39C,GAC/Cd,KAAKglD,UAAYvG,MAEd,IAAIz4C,MAAMC,QAAQw4C,GACrBz+C,KAAKglD,UAAY,GAAInkD,GACrBb,KAAKglD,UAAUzxC,IAAIkrC,OAEhB,CAAA,GAAKA,EAIR,KAAM,IAAIr4C,WAAU,4BAHpBpG,MAAKglD,UAAY,GAAInkD,GAgBvB,GAVIyuD,GAEF3uD,EAAK4H,QAAQvI,KAAKqlD,eAAgB,SAAU78C,EAAUgB,GACpD8lD,EAAat7C,IAAIxK,EAAOhB,KAK5BxI,KAAKy+C,SAEDz+C,KAAKglD,UAAW,CAElB,GAAIvwC,GAAKzU,IACTW,GAAK4H,QAAQvI,KAAKqlD,eAAgB,SAAU78C,EAAUgB,GACpDiL,EAAGuwC,UAAUnxC,GAAGrK,EAAOhB,IAIzB,IAAIiN,GAAMzV,KAAKglD,UAAU5uC,QACzBpW,MAAKslD,UAAU7vC,GAGjBzV,KAAKgvD,mBAQP9rD,EAAQuQ,UAAU6xC,UAAY,SAAU7vC,GAItC,IAAK,GAHDgpC,GAAQz+C,KAAKy+C,MACbuG,EAAYhlD,KAAKglD,UAEZz/C,EAAI,EAAGC,EAAMiQ,EAAI/P,OAAYF,EAAJD,EAASA,IAAK,CAC9C,GAAIlF,GAAKoV,EAAIlQ,GAETgqD,EAAU9Q,EAAMp+C,EAChBkvD,IACFA,EAAQC,YAGV,IAAIx8C,GAAOgyC,EAAUxvC,IAAInV,GAAKovD,iBAAoB,GAClDhR,GAAMp+C,GAAM,GAAI+C,GAAK4P,EAAMhT,KAAMA,KAAKqiD,WAExCriD,KAAKylD,QAAS,EACdzlD,KAAKivD,kBAAkBxQ,GACvBz+C,KAAK0vD,qBACL1vD,KAAK+uD,0BAC4C,GAA7C/uD,KAAKqiD,UAAUjB,mBAAmBpyC,SAAwC,GAArBhP,KAAKq9C,eAC5Dr9C,KAAKsoD,eACLtoD,KAAK2lD,6BASTziD,EAAQuQ,UAAU8xC,aAAe,SAAU9vC,GAGzC,IAAK,GAFDgpC,GAAQz+C,KAAKy+C,MACbuG,EAAYhlD,KAAKglD,UACZz/C,EAAI,EAAGC,EAAMiQ,EAAI/P,OAAYF,EAAJD,EAASA,IAAK,CAC9C,GAAIlF,GAAKoV,EAAIlQ,GAETyN,EAAOgyC,EAAUxvC,IAAInV,GACrB+tD,EAAO3P,EAAMp+C,EACb+tD,IAEFA,EAAKoB,aACLpB,EAAKgB,cAAcp8C,EAAMhT,KAAKqiD,WAC9B+L,EAAK3Q,YAIL2Q,EAAO,GAAIhrD,GAAK4P,EAAMhT,KAAMA,KAAKqiD,WACjCriD,KAAKy+C,MAAMp+C,GAAM+tD,GAIrBpuD,KAAK0vD,qBAC4C,GAA7C1vD,KAAKqiD,UAAUjB,mBAAmBpyC,SAAwC,GAArBhP,KAAKq9C,eAC5Dr9C,KAAKsoD,eACLtoD,KAAK2lD,4BAEP3lD,KAAKylD,QAAS,EACdzlD,KAAKivD,kBAAkBxQ,IAQzBv7C,EAAQuQ,UAAU+xC,aAAe,SAAU/vC,GAEzC,IAAK,GADDgpC,GAAQz+C,KAAKy+C,MACRl5C,EAAI,EAAGC,EAAMiQ,EAAI/P,OAAYF,EAAJD,EAASA,IAAK,CAC9C,GAAIlF,GAAKoV,EAAIlQ,GACT6oD,EAAO3P,EAAMp+C,EACb+tD,KACc,MAAZA,EAAKuB,WACA3vD,MAAK4vD,QAAiB,QAAS,MAAExB,EAAKuB,IAAItvD,IAEnD+tD,EAAKoB,mBACE/Q,GAAMp+C,IAIjBL,KAAKylD,QAAS,EACdzlD,KAAKivD,kBAAkBxQ,GAC0B,GAA7Cz+C,KAAKqiD,UAAUjB,mBAAmBpyC,SAAwC,GAArBhP,KAAKq9C,eAC5Dr9C,KAAKsoD,eACLtoD,KAAK2lD,4BAEP3lD,KAAK+uD,2BAOP7rD,EAAQuQ,UAAUu7C,gBAAkB,WAClC,GAAI3uD,GACAs9C,EAAQ39C,KAAK29C,MACbc,EAAQz+C,KAAKy+C,KACjB,KAAKp+C,IAAMs9C,GACLA,EAAM93C,eAAexF,KACvBs9C,EAAMt9C,GAAIo+C,SACVd,EAAMt9C,GAAIwvD,gBAId,KAAKxvD,IAAMo+C,GACT,GAAIA,EAAM54C,eAAexF,GAAK,CAC5B,GAAI+tD,GAAO3P,EAAMp+C,EACjB+tD,GAAKzkC,KAAO,KACZykC,EAAKxkC,GAAK,KACVwkC,EAAK3Q,YAaXv6C,EAAQuQ,UAAUw7C,kBAAoB,SAAS3rC,GAC7C,GAAIjjB,GAGAoc,EAAWlW,OACXmW,EAAWnW,MACf,KAAKlG,IAAMijB,GACT,GAAIA,EAAIzd,eAAexF,GAAK,CAC1B,GAAI+G,GAAQkc,EAAIjjB,GAAI6U,UACN3O,UAAVa,IACFqV,EAAyBlW,SAAbkW,EAA0BrV,EAAQnC,KAAKwG,IAAIrE,EAAOqV,GAC9DC,EAAyBnW,SAAbmW,EAA0BtV,EAAQnC,KAAKiI,IAAI9F,EAAOsV,IAMpE,GAAiBnW,SAAbkW,GAAuClW,SAAbmW,EAC5B,IAAKrc,IAAMijB,GACLA,EAAIzd,eAAexF,IACrBijB,EAAIjjB,GAAIyvD,cAAcrzC,EAAUC,IAUxCxZ,EAAQuQ,UAAUuO,OAAS,WACzBhiB,KAAKklB,QAAQllB,KAAKqiD,UAAUxvC,MAAO7S,KAAKqiD,UAAUvvC,QAClD9S,KAAKwjD,WAQPtgD,EAAQuQ,UAAU+vC,QAAU,SAAS/pB,GACnC,GAAInS,GAAMtnB,KAAK6f,MAAMC,OAAOyH,WAAW,KAEvCD,GAAIqiC,aAAa3pD,KAAKsiD,WAAY,EAAG,EAAGtiD,KAAKsiD,WAAY,EAAG,EAG5D,IAAIyN,GAAI/vD,KAAK6f,MAAMC,OAAOjN,MAAS7S,KAAKsiD,WACpCh3C,EAAItL,KAAK6f,MAAMC,OAAOhN,OAAU9S,KAAKsiD,UACzCh7B,GAAIE,UAAU,EAAG,EAAGuoC,EAAGzkD,GAGvBgc,EAAI0oC,OACJ1oC,EAAI2oC,UAAUjwD,KAAKge,YAAY3L,EAAGrS,KAAKge,YAAY1L,GACnDgV,EAAI9J,MAAMxd,KAAKwd,MAAOxd,KAAKwd,OAE3Bxd,KAAK0kD,eACHryC,EAAKrS,KAAKksD,qBAAqB,GAC/B55C,EAAKtS,KAAKosD,qBAAqB,IAEjCpsD,KAAK2kD,mBACHtyC,EAAKrS,KAAKksD,qBAAqBlsD,KAAK6f,MAAMC,OAAOC,YAAc/f,KAAKsiD,YACpEhwC,EAAKtS,KAAKosD,qBAAqBpsD,KAAK6f,MAAMC,OAAOsF,aAAeplB,KAAKsiD,aAGvD,GAAV7oB,IACJz5B,KAAKkwD,gBAAgB,sBAAuB5oC,IAClB,GAAtBtnB,KAAKmmC,KAAKzG,UAA4Cn5B,SAAvBvG,KAAKmmC,KAAKzG,UAA4D,GAAlC1/B,KAAKqiD,UAAUF,kBACpFniD,KAAKkwD,gBAAgB,aAAc5oC,KAIb,GAAtBtnB,KAAKmmC,KAAKzG,UAA4Cn5B,SAAvBvG,KAAKmmC,KAAKzG,UAA4D,GAAlC1/B,KAAKqiD,UAAUD,kBACpFpiD,KAAKkwD,gBAAgB,aAAa5oC,GAAI,GAGxB,GAAVmS,GAC2B,GAA3Bz5B,KAAKwiD,oBACPxiD,KAAKkwD,gBAAgB,oBAAqB5oC,GAQ9CA,EAAI6oC,UAEU,GAAV12B,GACFnS,EAAIE,UAAU,EAAG,EAAGuoC,EAAGzkD,IAU3BpI,EAAQuQ,UAAUwwC,gBAAkB,SAASmM,EAASC,GAC3B9pD,SAArBvG,KAAKge,cACPhe,KAAKge,aACH3L,EAAG,EACHC,EAAG,IAIS/L,SAAZ6pD,IACFpwD,KAAKge,YAAY3L,EAAI+9C,GAEP7pD,SAAZ8pD,IACFrwD,KAAKge,YAAY1L,EAAI+9C,GAGvBrwD,KAAKouB,KAAK,gBAQZlrB,EAAQuQ,UAAU+3C,gBAAkB,WAClC,OACEn5C,EAAGrS,KAAKge,YAAY3L,EACpBC,EAAGtS,KAAKge,YAAY1L,IASxBpP,EAAQuQ,UAAU8J,UAAY,SAASC,GACrCxd,KAAKwd,MAAQA,GAQfta,EAAQuQ,UAAU23C,UAAY,WAC5B,MAAOprD,MAAKwd,OAUdta,EAAQuQ,UAAUy4C,qBAAuB,SAAS75C,GAChD,OAAQA,EAAIrS,KAAKge,YAAY3L,GAAKrS,KAAKwd,OAUzCta,EAAQuQ,UAAU04C,qBAAuB,SAAS95C,GAChD,MAAOA,GAAIrS,KAAKwd,MAAQxd,KAAKge,YAAY3L,GAU3CnP,EAAQuQ,UAAU24C,qBAAuB,SAAS95C,GAChD,OAAQA,EAAItS,KAAKge,YAAY1L,GAAKtS,KAAKwd,OAUzCta,EAAQuQ,UAAU44C,qBAAuB,SAAS/5C,GAChD,MAAOA,GAAItS,KAAKwd,MAAQxd,KAAKge,YAAY1L,GAU3CpP,EAAQuQ,UAAU25C,YAAc,SAAUtnC,GACxC,OAAQzT,EAAGrS,KAAKmsD,qBAAqBrmC,EAAIzT,GAAIC,EAAGtS,KAAKqsD,qBAAqBvmC,EAAIxT,KAShFpP,EAAQuQ,UAAUq5C,YAAc,SAAUhnC,GACxC,OAAQzT,EAAGrS,KAAKksD,qBAAqBpmC,EAAIzT,GAAIC,EAAGtS,KAAKosD,qBAAqBtmC,EAAIxT,KAUhFpP,EAAQuQ,UAAU68C,WAAa,SAAShpC,EAAIipC,GACvBhqD,SAAfgqD,IACFA,GAAa,EAIf,IAAI5S,GAAQ39C,KAAK29C,MACb9J,IAEJ,KAAK,GAAIxzC,KAAMs9C,GACTA,EAAM93C,eAAexF,KACvBs9C,EAAMt9C,GAAImwD,eAAexwD,KAAKwd,MAAMxd,KAAK0kD,cAAc1kD,KAAK2kD,mBACxDhH,EAAMt9C,GAAIorD,aACZ5X,EAAS3rC,KAAK7H,IAGVs9C,EAAMt9C,GAAIowD,UAAYF,IACxB5S,EAAMt9C,GAAIssC,KAAKrlB,GAOvB,KAAK,GAAI/b,GAAI,EAAGmlD,EAAO7c,EAASnuC,OAAYgrD,EAAJnlD,EAAUA,KAC5CoyC,EAAM9J,EAAStoC,IAAIklD,UAAYF,IACjC5S,EAAM9J,EAAStoC,IAAIohC,KAAKrlB,IAW9BpkB,EAAQuQ,UAAUk9C,WAAa,SAASrpC,GACtC,GAAIm3B,GAAQz+C,KAAKy+C,KACjB,KAAK,GAAIp+C,KAAMo+C,GACb,GAAIA,EAAM54C,eAAexF,GAAK,CAC5B,GAAI+tD,GAAO3P,EAAMp+C,EACjB+tD,GAAKxqB,SAAS5jC,KAAKwd,OACf4wC,EAAKC,WACP5P,EAAMp+C,GAAIssC,KAAKrlB,KAYvBpkB,EAAQuQ,UAAUm9C,kBAAoB,SAAStpC,GAC7C,GAAIm3B,GAAQz+C,KAAKy+C,KACjB,KAAK,GAAIp+C,KAAMo+C,GACTA,EAAM54C,eAAexF,IACvBo+C,EAAMp+C,GAAIuwD,kBAAkBtpC,IASlCpkB,EAAQuQ,UAAU80C,WAAa,WACgB,GAAzCvoD,KAAKqiD,UAAUb,wBACjBxhD,KAAK6wD,qBAKP,KADA,GAAIt5C,GAAQ,EACLvX,KAAKylD,QAAUluC,EAAQvX,KAAKqiD,UAAUN,yBAC3C/hD,KAAK8wD,eACLv5C,GAG0C,IAAxCvX,KAAKqiD,UAAUL,uBACjBhiD,KAAK4lD,WAAWr/C,QAAW,GAAO,GAGS,GAAzCvG,KAAKqiD,UAAUb,wBACjBxhD,KAAK+wD,uBAUT7tD,EAAQuQ,UAAUo9C,oBAAsB,WACtC,GAAIlT,GAAQ39C,KAAK29C,KACjB,KAAK,GAAIt9C,KAAMs9C,GACTA,EAAM93C,eAAexF,IACJ,MAAfs9C,EAAMt9C,GAAIgS,GAA4B,MAAfsrC,EAAMt9C,GAAIiS,IACnCqrC,EAAMt9C,GAAI2wD,UAAU3+C,EAAIsrC,EAAMt9C,GAAIyrD,OAClCnO,EAAMt9C,GAAI2wD,UAAU1+C,EAAIqrC,EAAMt9C,GAAI0rD,OAClCpO,EAAMt9C,GAAIyrD,QAAS,EACnBnO,EAAMt9C,GAAI0rD,QAAS,IAW3B7oD,EAAQuQ,UAAUs9C,oBAAsB,WACtC,GAAIpT,GAAQ39C,KAAK29C,KACjB,KAAK,GAAIt9C,KAAMs9C,GACTA,EAAM93C,eAAexF,IACM,MAAzBs9C,EAAMt9C,GAAI2wD,UAAU3+C,IACtBsrC,EAAMt9C,GAAIyrD,OAASnO,EAAMt9C,GAAI2wD,UAAU3+C,EACvCsrC,EAAMt9C,GAAI0rD,OAASpO,EAAMt9C,GAAI2wD,UAAU1+C,IAa/CpP,EAAQuQ,UAAUw9C,UAAY,SAASC,GACrC,GAAIvT,GAAQ39C,KAAK29C,KACjB,KAAK,GAAIt9C,KAAMs9C,GACb,GAAIA,EAAM93C,eAAexF,IAAOs9C,EAAMt9C,GAAI8wD,SAASD,GACjD,OAAO,CAGX,QAAO,GAUThuD,EAAQuQ,UAAU29C,mBAAqB,WACrC,GAEIvK,GAFA7zB,EAAWhzB,KAAKo9C,wBAChBO,EAAQ39C,KAAK29C,MAEb0T,GAAe,CAEnB,IAAIrxD,KAAKqiD,UAAUT,YAAc,EAC/B,IAAKiF,IAAUlJ,GACTA,EAAM93C,eAAeghD,KACvBlJ,EAAMkJ,GAAQyK,oBAAoBt+B,EAAUhzB,KAAKqiD,UAAUT,aAC3DyP,GAAe,OAKnB,KAAKxK,IAAUlJ,GACTA,EAAM93C,eAAeghD,KACvBlJ,EAAMkJ,GAAQ0K,aAAav+B,GAC3Bq+B,GAAe,EAKrB,IAAoB,GAAhBA,EAAsB,CACxB,GAAIG,GAAgBxxD,KAAKqiD,UAAUR,YAAc58C,KAAKiI,IAAIlN,KAAKwd,MAAM,IACrE,OAAIg0C,GAAgB,GAAIxxD,KAAKqiD,UAAUT,aAC9B,EAGA5hD,KAAKixD,UAAUO,GAG1B,OAAO,GAITtuD,EAAQuQ,UAAUg+C,oBAAsB,WACtC,GAAI9T,GAAQ39C,KAAK29C,KACjB,KAAK,GAAIkJ,KAAUlJ,GACbA,EAAM93C,eAAeghD,IACvBlJ,EAAMkJ,GAAQ6K,kBAKpBxuD,EAAQuQ,UAAUk+C,mBAAqB,WACrC3xD,KAAK4xD,sBAAsB,uBACgB,GAAvC5xD,KAAKqiD,UAAUZ,aAAazyC,SAA0D,GAAvChP,KAAKqiD,UAAUZ,aAAaC,SAC7E1hD,KAAK6xD,mBAAmB,wBAS5B3uD,EAAQuQ,UAAUq9C,aAAe,WAC/B,IAAK9wD,KAAKkkD,kBACW,GAAflkD,KAAKylD,OAAgB,CACvB,GAAIqM,IAAmB,EACnBC,GAAsB,CAE1B/xD,MAAK4xD,sBAAsB,8BAC3B,IAAII,GAAahyD,KAAK4xD,sBAAsB,qBACD,IAAvC5xD,KAAKqiD,UAAUZ,aAAazyC,SAA0D,GAAvChP,KAAKqiD,UAAUZ,aAAaC,UAC7EqQ,EAAsB/xD,KAAK6xD,mBAAmB,sBAIhD,KAAK,GAAItsD,GAAI,EAAGA,EAAIysD,EAAWtsD,OAAQH,IAAMusD,EAAmBE,EAAW,IAAMF,CAGjF9xD,MAAKylD,OAASqM,GAAoBC,EAEf,GAAf/xD,KAAKylD,OACPzlD,KAAK2xD,qBAI4B,GAA7B3xD,KAAKokD,uBACPpkD,KAAKouB,KAAK,sBACVpuB,KAAKokD,sBAAuB,GAIhCpkD,KAAK+hD,4BAYX7+C,EAAQuQ,UAAUw+C,eAAiB,WAEjCjyD,KAAK0lD,MAAQn/C,OAGbvG,KAAKkyD,mBAEL,IAAIC,GAAY9tD,KAAKs5B,KACrB39B,MAAK8wD,cACL,IAAI5T,GAAc74C,KAAKs5B,MAAQw0B,GAG1BnyD,KAAKg9C,eAAiBh9C,KAAKi9C,WAAa,EAAIC,GAAsC,GAAvBl9C,KAAKm9C,iBAA2C,GAAfn9C,KAAKylD,SACpGzlD,KAAK8wD,eAGkB,GAAnB9wD,KAAKi9C,aACPj9C,KAAKm9C,gBAAiB,GAI1B,IAAIiV,GAAkB/tD,KAAKs5B,KAC3B39B,MAAKwjD,UACLxjD,KAAKi9C,WAAa54C,KAAKs5B,MAAQy0B,EAG/BpyD,KAAKkQ,SAGe,mBAAXzI,UACTA,OAAO4qD,sBAAwB5qD,OAAO4qD,uBAAyB5qD,OAAO6qD,0BACvC7qD,OAAO8qD,6BAA+B9qD,OAAO+qD,yBAM9EtvD,EAAQuQ,UAAUvD,MAAQ,WACxB,GAAmB,GAAflQ,KAAKylD,QAAqC,GAAnBzlD,KAAKyjD,YAAsC,GAAnBzjD,KAAK0jD,YAAyC,GAAtB1jD,KAAK2jD,cACzE3jD,KAAK0lD,QAEN1lD,KAAK0lD,MADqB,GAAxB1lD,KAAKkmD,gBACMz+C,OAAOoS,WAAW7Z,KAAKiyD,eAAe38B,KAAKt1B,MAAOA,KAAKg9C,gBAGvDv1C,OAAO4qD,sBAAsBryD,KAAKiyD,eAAe38B,KAAKt1B,YAOvE,IAFAA,KAAKwjD,UAEDxjD,KAAK+hD,wBAA0B,EAAG,CAKpC,GAAIttC,GAAKzU,KACLoU,GACFq+C,WAAYh+C,EAAGstC,wBAEjB/hD,MAAK+hD,wBAA0B,EAC/B/hD,KAAKokD,sBAAuB,EAC5BvqC,WAAW,WACTpF,EAAG2Z,KAAK,aAAcha,IACrB,OAGHpU,MAAK+hD,wBAA0B,GAWrC7+C,EAAQuQ,UAAUy+C,kBAAoB,WACpC,GAAuB,GAAnBlyD,KAAKyjD,YAAsC,GAAnBzjD,KAAK0jD,WAAiB,CAChD,GAAI1lC,GAAche,KAAKwrD,iBACvBxrD,MAAKikD,gBAAgBjmC,EAAY3L,EAAErS,KAAKyjD,WAAYzlC,EAAY1L,EAAEtS,KAAK0jD,YAEzE,GAA0B,GAAtB1jD,KAAK2jD,cAAoB,CAC3B,GAAIj3B,IACFra,EAAGrS,KAAK6f,MAAMC,OAAOC,YAAc,EACnCzN,EAAGtS,KAAK6f,MAAMC,OAAOsF,aAAe,EAEtCplB,MAAK2sD,MAAM3sD,KAAKwd,OAAO,EAAIxd,KAAK2jD,eAAgBj3B,KAQpDxpB,EAAQuQ,UAAUi/C,aAAe,WACF,GAAzB1yD,KAAKkkD,iBACPlkD,KAAKkkD,kBAAmB,GAGxBlkD,KAAKkkD,kBAAmB,EACxBlkD,KAAKkQ,UAWThN,EAAQuQ,UAAU21C,uBAAyB,SAASlC,GAIlD,GAHqB3gD,SAAjB2gD,IACFA,GAAe,GAE0B,GAAvClnD,KAAKqiD,UAAUZ,aAAazyC,SAA0D,GAAvChP,KAAKqiD,UAAUZ,aAAaC,QAAiB,CAC9F1hD,KAAK0vD,oBAEL,KAAK,GAAI7I,KAAU7mD,MAAK4vD,QAAiB,QAAS,MAC5C5vD,KAAK4vD,QAAiB,QAAS,MAAE/pD,eAAeghD,IACwBtgD,SAAtEvG,KAAKy+C,MAAMz+C,KAAK4vD,QAAiB,QAAS,MAAE/I,GAAQ8L,qBAC/C3yD,MAAK4vD,QAAiB,QAAS,MAAE/I,OAK3C,CAEH7mD,KAAK4vD,QAAiB,QAAS,QAC/B,KAAK,GAAIlC,KAAU1tD,MAAKy+C,MAClBz+C,KAAKy+C,MAAM54C,eAAe6nD,KAC5B1tD,KAAKy+C,MAAMiP,GAAQiC,IAAM,MAM/B3vD,KAAK+uD,0BACA7H,IACHlnD,KAAKylD,QAAS,EACdzlD,KAAKkQ,UAWThN,EAAQuQ,UAAUi8C,mBAAqB,WACrC,GAA2C,GAAvC1vD,KAAKqiD,UAAUZ,aAAazyC,SAA0D,GAAvChP,KAAKqiD,UAAUZ,aAAaC,QAC7E,IAAK,GAAIgM,KAAU1tD,MAAKy+C,MACtB,GAAIz+C,KAAKy+C,MAAM54C,eAAe6nD,GAAS,CACrC,GAAIU,GAAOpuD,KAAKy+C,MAAMiP,EACtB,IAAgB,MAAZU,EAAKuB,IAAa,CACpB,GAAI9I,GAAS,UAAUvyC,OAAO85C,EAAK/tD,GACnCL,MAAK4vD,QAAiB,QAAS,MAAE/I,GAAU,GAAItjD,IACtClD,GAAGwmD,EACFjJ,KAAK,EACLG,MAAM,SACNC,MAAM,GACN4U,mBAAmB,SACb5yD,KAAKqiD,WACrB+L,EAAKuB,IAAM3vD,KAAK4vD,QAAiB,QAAS,MAAE/I,GAC5CuH,EAAKuB,IAAIgD,aAAevE,EAAK/tD,GAC7B+tD,EAAKyE,wBAYf3vD,EAAQuQ,UAAUqpC,wBAA0B,WAC1C,IAAK,GAAIgW,KAAS/M,GACZA,EAAYlgD,eAAeitD,KAC7B5vD,EAAQuQ,UAAUq/C,GAAS/M,EAAY+M,KAQ7C5vD,EAAQuQ,UAAUs/C,cAAgB,WAChC75B,QAAQ/E,IAAI,mEACZn0B,KAAKgzD,kBAMP9vD,EAAQuQ,UAAUu/C,eAAiB,WACjC,GAAIC,KACJ,KAAK,GAAIpM,KAAU7mD,MAAK29C,MACtB,GAAI39C,KAAK29C,MAAM93C,eAAeghD,GAAS,CACrC,GAAIL,GAAOxmD,KAAK29C,MAAMkJ,GAClBqM,GAAkBlzD,KAAK29C,MAAMmO,OAC7BqH,GAAkBnzD,KAAK29C,MAAMoO,QAC7B/rD,KAAK+kD,UAAU7xC,MAAM2zC,GAAQx0C,GAAKpN,KAAKipB,MAAMs4B,EAAKn0C,IAAMrS,KAAK+kD,UAAU7xC,MAAM2zC,GAAQv0C,GAAKrN,KAAKipB,MAAMs4B,EAAKl0C,KAC5G2gD,EAAU/qD,MAAM7H,GAAGwmD,EAAOx0C,EAAEpN,KAAKipB,MAAMs4B,EAAKn0C,GAAGC,EAAErN,KAAKipB,MAAMs4B,EAAKl0C,GAAG4gD,eAAeA,EAAeC,eAAeA,IAIvHnzD,KAAK+kD,UAAU5vC,OAAO89C,IAMxB/vD,EAAQuQ,UAAU2/C,aAAe,SAAS39C,GACxC,GAAIw9C,KACJ,IAAY1sD,SAARkP,GACF,GAA0B,GAAtBzP,MAAMC,QAAQwP,IAChB,IAAK,GAAIlQ,GAAI,EAAGA,EAAIkQ,EAAI/P,OAAQH,IAC9B,GAA2BgB,SAAvBvG,KAAK29C,MAAMloC,EAAIlQ,IAAmB,CACpC,GAAIihD,GAAOxmD,KAAK29C,MAAMloC,EAAIlQ,GAC1B0tD,GAAUx9C,EAAIlQ,KAAO8M,EAAGpN,KAAKipB,MAAMs4B,EAAKn0C,GAAIC,EAAGrN,KAAKipB,MAAMs4B,EAAKl0C,SAKnE,IAAwB/L,SAApBvG,KAAK29C,MAAMloC,GAAoB,CACjC,GAAI+wC,GAAOxmD,KAAK29C,MAAMloC,EACtBw9C,GAAUx9C,IAAQpD,EAAGpN,KAAKipB,MAAMs4B,EAAKn0C,GAAIC,EAAGrN,KAAKipB,MAAMs4B,EAAKl0C,SAKhE,KAAK,GAAIu0C,KAAU7mD,MAAK29C,MACtB,GAAI39C,KAAK29C,MAAM93C,eAAeghD,GAAS,CACrC,GAAIL,GAAOxmD,KAAK29C,MAAMkJ,EACtBoM,GAAUpM,IAAWx0C,EAAGpN,KAAKipB,MAAMs4B,EAAKn0C,GAAIC,EAAGrN,KAAKipB,MAAMs4B,EAAKl0C,IAIrE,MAAO2gD,IAWT/vD,EAAQuQ,UAAU4/C,YAAc,SAAUxM,EAAQ93C,GAChD,GAAI/O,KAAK29C,MAAM93C,eAAeghD,GAAS,CACrBtgD,SAAZwI,IACFA,KAEF,IAAIukD,IAAgBjhD,EAAGrS,KAAK29C,MAAMkJ,GAAQx0C,EAAGC,EAAGtS,KAAK29C,MAAMkJ,GAAQv0C,EACnEvD,GAAQoV,SAAWmvC,EACnBvkD,EAAQwkD,aAAe1M,EAEvB7mD,KAAKooB,OAAOrZ,OAGZmqB,SAAQ/E,IAAI,iCAWhBjxB,EAAQuQ,UAAU2U,OAAS,SAAUrZ,GACnC,MAAgBxI,UAAZwI,OACFA,OAGwBxI,SAAtBwI,EAAQmb,SAAoCnb,EAAQmb,QAAa7X,EAAG,EAAGC,EAAG,IACpD/L,SAAtBwI,EAAQmb,OAAO7X,IAA6BtD,EAAQmb,OAAO7X,EAAK,GAC1C9L,SAAtBwI,EAAQmb,OAAO5X,IAA6BvD,EAAQmb,OAAO5X,EAAK,GAC1C/L,SAAtBwI,EAAQyO,QAAoCzO,EAAQyO,MAAYxd,KAAKorD,aAC/C7kD,SAAtBwI,EAAQoV,WAAoCpV,EAAQoV,SAAYnkB,KAAKwrD,mBAC/CjlD,SAAtBwI,EAAQ04C,YAAoC14C,EAAQ04C,WAAar3C,SAAS,IAC1ErB,EAAQ04C,aAAc,IAAsB14C,EAAQ04C,WAAar3C,SAAS,IAC1ErB,EAAQ04C,aAAc,IAAsB14C,EAAQ04C,cACrBlhD,SAA/BwI,EAAQ04C,UAAUr3C,WAA0BrB,EAAQ04C,UAAUr3C,SAAW,KACpC7J,SAArCwI,EAAQ04C,UAAU+L,iBAAgCzkD,EAAQ04C,UAAU+L,eAAiB,qBAEzFxzD,MAAKyzD,YAAY1kD,KAcnB7L,EAAQuQ,UAAUggD,YAAc,SAAU1kD,GACxC,GAAgBxI,SAAZwI,EAEF,YADAA,KAKF/O,MAAKisD,cACiB,GAAlBl9C,EAAQ2kD,SACV1zD,KAAKmjD,eAAiBp0C,EAAQwkD,aAC9BvzD,KAAKojD,mBAAqBr0C,EAAQmb,QAIb,GAAnBlqB,KAAK8iD,YACP9iD,KAAK2zD,kBAAkB,GAGzB3zD,KAAK+iD,YAAc/iD,KAAKorD,YACxBprD,KAAKijD,kBAAoBjjD,KAAKwrD,kBAC9BxrD,KAAKgjD,YAAcj0C,EAAQyO,MAI3Bxd,KAAKud,UAAUvd,KAAKgjD,YACpB,IAAI4Q,GAAa5zD,KAAK8sD,aAAaz6C,EAAG,GAAMrS,KAAK6f,MAAMC,OAAOC,YAAazN,EAAG,GAAMtS,KAAK6f,MAAMC,OAAOsF,eAClGyuC,GACFxhD,EAAGuhD,EAAWvhD,EAAItD,EAAQoV,SAAS9R,EACnCC,EAAGshD,EAAWthD,EAAIvD,EAAQoV,SAAS7R,EAErCtS,MAAKkjD,mBACH7wC,EAAGrS,KAAKijD,kBAAkB5wC,EAAIwhD,EAAmBxhD,EAAIrS,KAAKgjD,YAAcj0C,EAAQmb,OAAO7X,EACvFC,EAAGtS,KAAKijD,kBAAkB3wC,EAAIuhD,EAAmBvhD,EAAItS,KAAKgjD,YAAcj0C,EAAQmb,OAAO5X,GAIvD,GAA9BvD,EAAQ04C,UAAUr3C,SACO,MAAvBpQ,KAAKmjD,gBACPnjD,KAAK8zD,eAAiB9zD,KAAKwjD,QAC3BxjD,KAAKwjD,QAAUxjD,KAAK+zD,gBAGpB/zD,KAAKud,UAAUvd,KAAKgjD,aACpBhjD,KAAKikD,gBAAgBjkD,KAAKkjD,kBAAkB7wC,EAAGrS,KAAKkjD,kBAAkB5wC,GACtEtS,KAAKwjD,YAIPxjD,KAAK4iD,eAAiB,GAAK5iD,KAAK+8C,kBAAoBhuC,EAAQ04C,UAAUr3C,SAAW,OAAU,EAAIpQ,KAAK+8C,kBACpG/8C,KAAK6iD,wBAA0B9zC,EAAQ04C,UAAU+L,eACjDxzD,KAAK8zD,eAAiB9zD,KAAKwjD,QAC3BxjD,KAAKwjD,QAAUxjD,KAAK2zD,kBACpB3zD,KAAKwjD,UACLxjD,KAAKylD,QAAS,EACdzlD,KAAKkQ,UAQThN,EAAQuQ,UAAUsgD,cAAgB,WAChC,GAAIT,IAAgBjhD,EAAGrS,KAAK29C,MAAM39C,KAAKmjD,gBAAgB9wC,EAAGC,EAAGtS,KAAK29C,MAAM39C,KAAKmjD,gBAAgB7wC,GACzFshD,EAAa5zD,KAAK8sD,aAAaz6C,EAAG,GAAMrS,KAAK6f,MAAMC,OAAOC,YAAazN,EAAG,GAAMtS,KAAK6f,MAAMC,OAAOsF,eAClGyuC,GACFxhD,EAAGuhD,EAAWvhD,EAAIihD,EAAajhD,EAC/BC,EAAGshD,EAAWthD,EAAIghD,EAAahhD,GAE7B2wC,EAAoBjjD,KAAKwrD,kBACzBtI,GACF7wC,EAAG4wC,EAAkB5wC,EAAIwhD,EAAmBxhD,EAAIrS,KAAKwd,MAAQxd,KAAKojD,mBAAmB/wC,EACrFC,EAAG2wC,EAAkB3wC,EAAIuhD,EAAmBvhD,EAAItS,KAAKwd,MAAQxd,KAAKojD,mBAAmB9wC,EAGvFtS,MAAKikD,gBAAgBf,EAAkB7wC,EAAE6wC,EAAkB5wC,GAC3DtS,KAAK8zD,kBAGP5wD,EAAQuQ,UAAUw4C,YAAc,WACH,MAAvBjsD,KAAKmjD,iBACPnjD,KAAKwjD,QAAUxjD,KAAK8zD,eACpB9zD,KAAKmjD,eAAiB,KACtBnjD,KAAKojD,mBAAqB,OAS9BlgD,EAAQuQ,UAAUkgD,kBAAoB,SAAU7Q,GAC9C9iD,KAAK8iD,WAAaA,GAAc9iD,KAAK8iD,WAAa9iD,KAAK4iD,eACvD5iD,KAAK8iD,YAAc9iD,KAAK4iD,cAExB,IAAI3wB,GAAWtxB,EAAK2P,gBAAgBtQ,KAAK6iD,yBAAyB7iD,KAAK8iD,WAEvE9iD,MAAKud,UAAUvd,KAAK+iD,aAAe/iD,KAAKgjD,YAAchjD,KAAK+iD,aAAe9wB,GAC1EjyB,KAAKikD,gBACHjkD,KAAKijD,kBAAkB5wC,GAAKrS,KAAKkjD,kBAAkB7wC,EAAIrS,KAAKijD,kBAAkB5wC,GAAK4f,EACnFjyB,KAAKijD,kBAAkB3wC,GAAKtS,KAAKkjD,kBAAkB5wC,EAAItS,KAAKijD,kBAAkB3wC,GAAK2f,GAGrFjyB,KAAK8zD,iBACL9zD,KAAKylD,QAAS,EAGVzlD,KAAK8iD,YAAc,IACrB9iD,KAAK8iD,WAAa,EAEhB9iD,KAAKwjD,QADoB,MAAvBxjD,KAAKmjD,eACQnjD,KAAK+zD,cAGL/zD,KAAK8zD,eAEtB9zD,KAAKouB,KAAK,uBAIdlrB,EAAQuQ,UAAUqgD,eAAiB,aAQnC5wD,EAAQuQ,UAAU02C,SAAW,WAC3B,OAAQnqD,KAAKgpD,WAAahpD,KAAKgpD,UAAUgL,QAQ3C9wD,EAAQuQ,UAAUmwB,SAAW,WAC3B,MAAO5jC,MAAKud,aAQdra,EAAQuQ,UAAUwgD,SAAW,WAC3B,MAAOj0D,MAAKorD,aAQdloD,EAAQuQ,UAAUygD,qBAAuB,WACvC,MAAOl0D,MAAK8sD,aAAaz6C,EAAG,GAAMrS,KAAK6f,MAAMC,OAAOC,YAAazN,EAAG,GAAMtS,KAAK6f,MAAMC,OAAOsF,gBAI9FliB,EAAQuQ,UAAU0gD,eAAiB,SAAStN,GAC1C,MAA2BtgD,UAAvBvG,KAAK29C,MAAMkJ,GACN7mD,KAAK29C,MAAMkJ,GAAQC,YAD5B,QAKFjnD,EAAOD,QAAUsD,GAKb,SAASrD,EAAQD,EAASM,GAoB9B,QAASkD,GAAMisD,EAAYlsD,EAASixD,GAClC,IAAKjxD,EACH,KAAM,qBAER,IAAIqL,IAAU,QAAQ,WAClB6zC,EAAY1hD,EAAK4N,sBAAsBC,EAAO4lD,EAClDp0D,MAAK+O,QAAUszC,EAAU5D,MACzBz+C,KAAKm/C,QAAUkD,EAAUlD,QACzBn/C,KAAK+O,QAAsB,aAAIqlD,EAA+B,aAG9Dp0D,KAAKmD,QAAUA,EAGfnD,KAAKK,GAASkG,OACdvG,KAAKq0D,OAAS9tD,OACdvG,KAAKs0D,KAAS/tD,OACdvG,KAAK4lC,MAASr/B,OACdvG,KAAKu0D,cAAgBv0D,KAAK+O,QAAQ8D,MAAQ7S,KAAK+O,QAAQ2vC,yBACvD1+C,KAAKoH,MAASb,OACdvG,KAAK6zC,UAAW,EAChB7zC,KAAKiM,OAAQ,EACbjM,KAAKw0D,iBAAmB5sD,IAAI,EAAEJ,KAAK,EAAEqL,MAAM,EAAEC,OAAO,EAAE2hD,MAAM,GAC5Dz0D,KAAK00D,YAAa,EAElB10D,KAAK2pB,KAAO,KACZ3pB,KAAK4pB,GAAK,KACV5pB,KAAK2vD,IAAM,KAEX3vD,KAAK20D,WAAa,KAClB30D,KAAK40D,SAAW,KAIhB50D,KAAK60D,kBACL70D,KAAK80D,gBAEL90D,KAAKquD,WAAY,EAEjBruD,KAAK+0D,YAAc,EACnB/0D,KAAKg1D,aAAc,EAEnBh1D,KAAKovD,cAAcC,GAEnBrvD,KAAKi1D,qBAAsB,EAC3Bj1D,KAAKk1D,cAAgBvrC,KAAK,KAAMC,GAAG,KAAMurC,cACzCn1D,KAAKo1D,cAAgB,KAhEvB,GAAIz0D,GAAOT,EAAoB,GAC3BqD,EAAOrD,EAAoB,GAuE/BkD,GAAKqQ,UAAU27C,cAAgB,SAASC,GACtC,GAAKA,EAAL,CAIA,GAAI7gD,IAAU,QAAQ,WAAW,WAAW,YAAY,WAAW,kBAAkB,kBAAkB,QACrG,2BAA2B,aAAa,mBAAmB,OAAO,eAAe,iBAoCnF,QAlCA7N,EAAKuF,oBAAoBsI,EAAQxO,KAAK+O,QAASsgD,GAEvB9oD,SAApB8oD,EAAW1lC,OAA+B3pB,KAAKq0D,OAAShF,EAAW1lC,MACjDpjB,SAAlB8oD,EAAWzlC,KAA+B5pB,KAAKs0D,KAAOjF,EAAWzlC,IAE/CrjB,SAAlB8oD,EAAWhvD,KAA+BL,KAAKK,GAAKgvD,EAAWhvD,IAC1CkG,SAArB8oD,EAAWrmC,QAA+BhpB,KAAKgpB,MAAQqmC,EAAWrmC,MAAOhpB,KAAK00D,YAAa,GAEtEnuD,SAArB8oD,EAAWzpB,QAA6B5lC,KAAK4lC,MAAQypB,EAAWzpB,OAC3Cr/B,SAArB8oD,EAAWjoD,QAA6BpH,KAAKoH,MAAQioD,EAAWjoD,OAC1Cb,SAAtB8oD,EAAW3pD,SAA6B1F,KAAKm/C,QAAQK,aAAe6P,EAAW3pD,QAE1Da,SAArB8oD,EAAWxkD,QACb7K,KAAK+O,QAAQkwC,cAAe,EACxBt+C,EAAKuD,SAASmrD,EAAWxkD,QAC3B7K,KAAK+O,QAAQlE,MAAMA,MAAQwkD,EAAWxkD,MACtC7K,KAAK+O,QAAQlE,MAAMmB,UAAYqjD,EAAWxkD,QAGXtE,SAA3B8oD,EAAWxkD,MAAMA,QAA0B7K,KAAK+O,QAAQlE,MAAMA,MAAQwkD,EAAWxkD,MAAMA,OACxDtE,SAA/B8oD,EAAWxkD,MAAMmB,YAA0BhM,KAAK+O,QAAQlE,MAAMmB,UAAYqjD,EAAWxkD,MAAMmB,WAChEzF,SAA3B8oD,EAAWxkD,MAAMoB,QAA0BjM,KAAK+O,QAAQlE,MAAMoB,MAAQojD,EAAWxkD,MAAMoB,SAK/FjM,KAAKy9C,UAELz9C,KAAK+0D,WAAa/0D,KAAK+0D,YAAoCxuD,SAArB8oD,EAAWx8C,MACjD7S,KAAKg1D,YAAch1D,KAAKg1D,aAAsCzuD,SAAtB8oD,EAAW3pD,OAEnD1F,KAAKu0D,cAAgBv0D,KAAK+O,QAAQ8D,MAAO7S,KAAK+O,QAAQ2vC,yBAG9C1+C,KAAK+O,QAAQvB,OACnB,IAAK,OAAiBxN,KAAK2sC,KAAO3sC,KAAKq1D,SAAW;KAClD,KAAK,QAAiBr1D,KAAK2sC,KAAO3sC,KAAKs1D,UAAY,MACnD,KAAK,eAAiBt1D,KAAK2sC,KAAO3sC,KAAKu1D,gBAAkB,MACzD,KAAK,YAAiBv1D,KAAK2sC,KAAO3sC,KAAKw1D,aAAe,MACtD,SAAsBx1D,KAAK2sC,KAAO3sC,KAAKq1D,aAQ3CjyD,EAAKqQ,UAAUgqC,QAAU,WACvBz9C,KAAKwvD,aAELxvD,KAAK2pB,KAAO3pB,KAAKmD,QAAQw6C,MAAM39C,KAAKq0D,SAAW,KAC/Cr0D,KAAK4pB,GAAK5pB,KAAKmD,QAAQw6C,MAAM39C,KAAKs0D,OAAS,KAC3Ct0D,KAAKquD,UAAaruD,KAAK2pB,MAAQ3pB,KAAK4pB,GAEhC5pB,KAAKquD,WACPruD,KAAK2pB,KAAK8rC,WAAWz1D,MACrBA,KAAK4pB,GAAG6rC,WAAWz1D,QAGfA,KAAK2pB,MACP3pB,KAAK2pB,KAAK+rC,WAAW11D,MAEnBA,KAAK4pB,IACP5pB,KAAK4pB,GAAG8rC,WAAW11D,QAQzBoD,EAAKqQ,UAAU+7C,WAAa,WACtBxvD,KAAK2pB,OACP3pB,KAAK2pB,KAAK+rC,WAAW11D,MACrBA,KAAK2pB,KAAO,MAEV3pB,KAAK4pB,KACP5pB,KAAK4pB,GAAG8rC,WAAW11D,MACnBA,KAAK4pB,GAAK,MAGZ5pB,KAAKquD,WAAY,GAQnBjrD,EAAKqQ,UAAUy6C,SAAW,WACxB,MAA6B,kBAAfluD,MAAK4lC,MAAuB5lC,KAAK4lC,QAAU5lC,KAAK4lC,OAQhExiC,EAAKqQ,UAAUyB,SAAW,WACxB,MAAOlV,MAAKoH,OASdhE,EAAKqQ,UAAUq8C,cAAgB,SAASrkD,EAAKyB,GAC3C,IAAKlN,KAAK+0D,YAA6BxuD,SAAfvG,KAAKoH,MAAqB,CAChD,GAAIoW,IAASxd,KAAK+O,QAAQ2Y,SAAW1nB,KAAK+O,QAAQ0Y,WAAava,EAAMzB,EACrEzL,MAAK+O,QAAQ8D,OAAQ7S,KAAKoH,MAAQqE,GAAO+R,EAAQxd,KAAK+O,QAAQ0Y,SAC9DznB,KAAKu0D,cAAgBv0D,KAAK+O,QAAQ8D,MAAO7S,KAAK+O,QAAQ2vC,2BAU1Dt7C,EAAKqQ,UAAUk5B,KAAO,WACpB,KAAM,uCAQRvpC,EAAKqQ,UAAUw6C,kBAAoB,SAAS3qC,GAC1C,GAAItjB,KAAKquD,UAAW,CAClB,GAAIz+B,GAAU,GACV+lC,EAAQ31D,KAAK2pB,KAAKtX,EAClBujD,EAAQ51D,KAAK2pB,KAAKrX,EAClBujD,EAAM71D,KAAK4pB,GAAGvX,EACdyjD,EAAM91D,KAAK4pB,GAAGtX,EACdyjD,EAAOzyC,EAAI9b,KACXwuD,EAAO1yC,EAAI1b,IAEX8jB,EAAO1rB,KAAKi2D,mBAAmBN,EAAOC,EAAOC,EAAKC,EAAKC,EAAMC,EAEjE,OAAepmC,GAAPlE,EAGR,OAAO,GAIXtoB,EAAKqQ,UAAUyiD,UAAY,WACzB,GAAIC,GAAWn2D,KAAK+O,QAAQlE,KAgB5B,OAfiC,MAA7B7K,KAAK+O,QAAQkwC,aACfkX,GACEnqD,UAAWhM,KAAK4pB,GAAG7a,QAAQlE,MAAMmB,UAAUD,OAC3CE,MAAOjM,KAAK4pB,GAAG7a,QAAQlE,MAAMoB,MAAMF,OACnClB,MAAO7K,KAAK4pB,GAAG7a,QAAQlE,MAAMkB,SAGK,QAA7B/L,KAAK+O,QAAQkwC,cAAuD,GAA7Bj/C,KAAK+O,QAAQkwC,gBAC3DkX,GACEnqD,UAAWhM,KAAK2pB,KAAK5a,QAAQlE,MAAMmB,UAAUD,OAC7CE,MAAOjM,KAAK2pB,KAAK5a,QAAQlE,MAAMoB,MAAMF,OACrClB,MAAO7K,KAAK2pB,KAAK5a,QAAQlE,MAAMkB,SAId,GAAjB/L,KAAK6zC,SAA4BsiB,EAASnqD,UACvB,GAAdhM,KAAKiM,MAAuBkqD,EAASlqD,MACTkqD,EAAStrD,OAWhDzH,EAAKqQ,UAAU4hD,UAAY,SAAS/tC,GAKlC,GAHAA,EAAIY,YAAcloB,KAAKk2D,YACvB5uC,EAAIO,UAAc7nB,KAAKo2D,gBAEnBp2D,KAAK2pB,MAAQ3pB,KAAK4pB,GAAI,CAExB,GAGIpX,GAHAm9C,EAAM3vD,KAAKq2D,MAAM/uC,EAIrB,IAAItnB,KAAKgpB,MAAO,CACd,GAAyC,GAArChpB,KAAK+O,QAAQ0yC,aAAazyC,SAA0B,MAAP2gD,EAAa,CAC5D,GAAI2G,GAAY,IAAK,IAAKt2D,KAAK2pB,KAAKtX,EAAIs9C,EAAIt9C,GAAK,IAAKrS,KAAK4pB,GAAGvX,EAAIs9C,EAAIt9C,IAClEkkD,EAAY,IAAK,IAAKv2D,KAAK2pB,KAAKrX,EAAIq9C,EAAIr9C,GAAK,IAAKtS,KAAK4pB,GAAGtX,EAAIq9C,EAAIr9C,GACtEE,IAASH,EAAEikD,EAAWhkD,EAAEikD,OAGxB/jD,GAAQxS,KAAKw2D,aAAa,GAE5Bx2D,MAAKy2D,OAAOnvC,EAAKtnB,KAAKgpB,MAAOxW,EAAMH,EAAGG,EAAMF,QAG3C,CACH,GAAID,GAAGC,EACH2Z,EAASjsB,KAAKm/C,QAAQK,aAAe,EACrCgH,EAAOxmD,KAAK2pB,IACX68B,GAAK3zC,OACR2zC,EAAKkQ,OAAOpvC,GAEVk/B,EAAK3zC,MAAQ2zC,EAAK1zC,QACpBT,EAAIm0C,EAAKn0C,EAAIm0C,EAAK3zC,MAAQ,EAC1BP,EAAIk0C,EAAKl0C,EAAI2Z,IAGb5Z,EAAIm0C,EAAKn0C,EAAI4Z,EACb3Z,EAAIk0C,EAAKl0C,EAAIk0C,EAAK1zC,OAAS,GAE7B9S,KAAK22D,QAAQrvC,EAAKjV,EAAGC,EAAG2Z,GACxBzZ,EAAQxS,KAAK42D,eAAevkD,EAAGC,EAAG2Z,EAAQ,IAC1CjsB,KAAKy2D,OAAOnvC,EAAKtnB,KAAKgpB,MAAOxW,EAAMH,EAAGG,EAAMF,KAUhDlP,EAAKqQ,UAAU2iD,cAAgB,WAC7B,MAAqB,IAAjBp2D,KAAK6zC,SACC5uC,KAAKiI,IAAIjI,KAAKwG,IAAIzL,KAAKu0D,cAAev0D,KAAK+O,QAAQ2Y,UAAW,GAAI1nB,KAAK62D,iBAG7D,GAAd72D,KAAKiM,MACAhH,KAAKiI,IAAIjI,KAAKwG,IAAIzL,KAAK+O,QAAQ4vC,WAAY3+C,KAAK+O,QAAQ2Y,UAAW,GAAI1nB,KAAK62D,iBAG5E5xD,KAAKiI,IAAIlN,KAAK+O,QAAQ8D,MAAO,GAAI7S,KAAK62D,kBAKnDzzD,EAAKqQ,UAAUqjD,mBAAqB,WAClC,GAAyC,GAArC92D,KAAK+O,QAAQ0yC,aAAaC,SAAwD,GAArC1hD,KAAK+O,QAAQ0yC,aAAazyC,QACzE,MAAOhP,MAAK2vD,GAET,IAAyC,GAArC3vD,KAAK+O,QAAQ0yC,aAAazyC,QACjC,OAAQqD,EAAE,EAAEC,EAAE,EAGd,IAAIykD,GAAO,KACPC,EAAO,KACP3P,EAASrnD,KAAK+O,QAAQ0yC,aAAaE,UACnC96C,EAAO7G,KAAK+O,QAAQ0yC,aAAa56C,KAEjCsY,EAAKla,KAAKmmB,IAAIprB,KAAK2pB,KAAKtX,EAAIrS,KAAK4pB,GAAGvX,GACpC+M,EAAKna,KAAKmmB,IAAIprB,KAAK2pB,KAAKrX,EAAItS,KAAK4pB,GAAGtX,EA2JxC,OA1JY,YAARzL,GAA8B,iBAARA,EACpB5B,KAAKmmB,IAAIprB,KAAK2pB,KAAKtX,EAAIrS,KAAK4pB,GAAGvX,GAAKpN,KAAKmmB,IAAIprB,KAAK2pB,KAAKrX,EAAItS,KAAK4pB,GAAGtX,IACjEtS,KAAK2pB,KAAKrX,EAAItS,KAAK4pB,GAAGtX,EACpBtS,KAAK2pB,KAAKtX,EAAIrS,KAAK4pB,GAAGvX,GACxB0kD,EAAO/2D,KAAK2pB,KAAKtX,EAAIg1C,EAASjoC,EAC9B43C,EAAOh3D,KAAK2pB,KAAKrX,EAAI+0C,EAASjoC,GAEvBpf,KAAK2pB,KAAKtX,EAAIrS,KAAK4pB,GAAGvX,IAC7B0kD,EAAO/2D,KAAK2pB,KAAKtX,EAAIg1C,EAASjoC,EAC9B43C,EAAOh3D,KAAK2pB,KAAKrX,EAAI+0C,EAASjoC,GAGzBpf,KAAK2pB,KAAKrX,EAAItS,KAAK4pB,GAAGtX,IACzBtS,KAAK2pB,KAAKtX,EAAIrS,KAAK4pB,GAAGvX,GACxB0kD,EAAO/2D,KAAK2pB,KAAKtX,EAAIg1C,EAASjoC,EAC9B43C,EAAOh3D,KAAK2pB,KAAKrX,EAAI+0C,EAASjoC,GAEvBpf,KAAK2pB,KAAKtX,EAAIrS,KAAK4pB,GAAGvX,IAC7B0kD,EAAO/2D,KAAK2pB,KAAKtX,EAAIg1C,EAASjoC,EAC9B43C,EAAOh3D,KAAK2pB,KAAKrX,EAAI+0C,EAASjoC,IAGtB,YAARvY,IACFkwD,EAAY1P,EAASjoC,EAAdD,EAAmBnf,KAAK2pB,KAAKtX,EAAI0kD,IAGnC9xD,KAAKmmB,IAAIprB,KAAK2pB,KAAKtX,EAAIrS,KAAK4pB,GAAGvX,GAAKpN,KAAKmmB,IAAIprB,KAAK2pB,KAAKrX,EAAItS,KAAK4pB,GAAGtX,KACtEtS,KAAK2pB,KAAKrX,EAAItS,KAAK4pB,GAAGtX,EACpBtS,KAAK2pB,KAAKtX,EAAIrS,KAAK4pB,GAAGvX,GACxB0kD,EAAO/2D,KAAK2pB,KAAKtX,EAAIg1C,EAASloC,EAC9B63C,EAAOh3D,KAAK2pB,KAAKrX,EAAI+0C,EAASloC,GAEvBnf,KAAK2pB,KAAKtX,EAAIrS,KAAK4pB,GAAGvX,IAC7B0kD,EAAO/2D,KAAK2pB,KAAKtX,EAAIg1C,EAASloC,EAC9B63C,EAAOh3D,KAAK2pB,KAAKrX,EAAI+0C,EAASloC,GAGzBnf,KAAK2pB,KAAKrX,EAAItS,KAAK4pB,GAAGtX,IACzBtS,KAAK2pB,KAAKtX,EAAIrS,KAAK4pB,GAAGvX,GACxB0kD,EAAO/2D,KAAK2pB,KAAKtX,EAAIg1C,EAASloC,EAC9B63C,EAAOh3D,KAAK2pB,KAAKrX,EAAI+0C,EAASloC,GAEvBnf,KAAK2pB,KAAKtX,EAAIrS,KAAK4pB,GAAGvX,IAC7B0kD,EAAO/2D,KAAK2pB,KAAKtX,EAAIg1C,EAASloC,EAC9B63C,EAAOh3D,KAAK2pB,KAAKrX,EAAI+0C,EAASloC,IAGtB,YAARtY,IACFmwD,EAAY3P,EAASloC,EAAdC,EAAmBpf,KAAK2pB,KAAKrX,EAAI0kD,IAI7B,iBAARnwD,EACH5B,KAAKmmB,IAAIprB,KAAK2pB,KAAKtX,EAAIrS,KAAK4pB,GAAGvX,GAAKpN,KAAKmmB,IAAIprB,KAAK2pB,KAAKrX,EAAItS,KAAK4pB,GAAGtX,IACrEykD,EAAO/2D,KAAK2pB,KAAKtX,EAEf2kD,EADEh3D,KAAK2pB,KAAKrX,EAAItS,KAAK4pB,GAAGtX,EACjBtS,KAAK4pB,GAAGtX,GAAK,EAAI+0C,GAAUjoC,EAG3Bpf,KAAK4pB,GAAGtX,GAAK,EAAI+0C,GAAUjoC,GAG7Bna,KAAKmmB,IAAIprB,KAAK2pB,KAAKtX,EAAIrS,KAAK4pB,GAAGvX,GAAKpN,KAAKmmB,IAAIprB,KAAK2pB,KAAKrX,EAAItS,KAAK4pB,GAAGtX,KAExEykD,EADE/2D,KAAK2pB,KAAKtX,EAAIrS,KAAK4pB,GAAGvX,EACjBrS,KAAK4pB,GAAGvX,GAAK,EAAIg1C,GAAUloC,EAG3Bnf,KAAK4pB,GAAGvX,GAAK,EAAIg1C,GAAUloC,EAEpC63C,EAAOh3D,KAAK2pB,KAAKrX,GAGJ,cAARzL,GAELkwD,EADE/2D,KAAK2pB,KAAKtX,EAAIrS,KAAK4pB,GAAGvX,EACjBrS,KAAK4pB,GAAGvX,GAAK,EAAIg1C,GAAUloC,EAG3Bnf,KAAK4pB,GAAGvX,GAAK,EAAIg1C,GAAUloC,EAEpC63C,EAAOh3D,KAAK2pB,KAAKrX,GAEF,YAARzL,GACPkwD,EAAO/2D,KAAK2pB,KAAKtX,EAEf2kD,EADEh3D,KAAK2pB,KAAKrX,EAAItS,KAAK4pB,GAAGtX,EACjBtS,KAAK4pB,GAAGtX,GAAK,EAAI+0C,GAAUjoC,EAG3Bpf,KAAK4pB,GAAGtX,GAAK,EAAI+0C,GAAUjoC,GAIhCna,KAAKmmB,IAAIprB,KAAK2pB,KAAKtX,EAAIrS,KAAK4pB,GAAGvX,GAAKpN,KAAKmmB,IAAIprB,KAAK2pB,KAAKrX,EAAItS,KAAK4pB,GAAGtX,GACjEtS,KAAK2pB,KAAKrX,EAAItS,KAAK4pB,GAAGtX,EACpBtS,KAAK2pB,KAAKtX,EAAIrS,KAAK4pB,GAAGvX,GAExB0kD,EAAO/2D,KAAK2pB,KAAKtX,EAAIg1C,EAASjoC,EAC9B43C,EAAOh3D,KAAK2pB,KAAKrX,EAAI+0C,EAASjoC,EAC9B23C,EAAO/2D,KAAK4pB,GAAGvX,EAAI0kD,EAAO/2D,KAAK4pB,GAAGvX,EAAI0kD,GAE/B/2D,KAAK2pB,KAAKtX,EAAIrS,KAAK4pB,GAAGvX,IAE7B0kD,EAAO/2D,KAAK2pB,KAAKtX,EAAIg1C,EAASjoC,EAC9B43C,EAAOh3D,KAAK2pB,KAAKrX,EAAI+0C,EAASjoC,EAC9B23C,EAAO/2D,KAAK4pB,GAAGvX,EAAI0kD,EAAO/2D,KAAK4pB,GAAGvX,EAAI0kD,GAGjC/2D,KAAK2pB,KAAKrX,EAAItS,KAAK4pB,GAAGtX,IACzBtS,KAAK2pB,KAAKtX,EAAIrS,KAAK4pB,GAAGvX,GAExB0kD,EAAO/2D,KAAK2pB,KAAKtX,EAAIg1C,EAASjoC,EAC9B43C,EAAOh3D,KAAK2pB,KAAKrX,EAAI+0C,EAASjoC,EAC9B23C,EAAO/2D,KAAK4pB,GAAGvX,EAAI0kD,EAAO/2D,KAAK4pB,GAAGvX,EAAI0kD,GAE/B/2D,KAAK2pB,KAAKtX,EAAIrS,KAAK4pB,GAAGvX,IAE7B0kD,EAAO/2D,KAAK2pB,KAAKtX,EAAIg1C,EAASjoC,EAC9B43C,EAAOh3D,KAAK2pB,KAAKrX,EAAI+0C,EAASjoC,EAC9B23C,EAAO/2D,KAAK4pB,GAAGvX,EAAI0kD,EAAO/2D,KAAK4pB,GAAGvX,EAAI0kD,IAInC9xD,KAAKmmB,IAAIprB,KAAK2pB,KAAKtX,EAAIrS,KAAK4pB,GAAGvX,GAAKpN,KAAKmmB,IAAIprB,KAAK2pB,KAAKrX,EAAItS,KAAK4pB,GAAGtX,KACtEtS,KAAK2pB,KAAKrX,EAAItS,KAAK4pB,GAAGtX,EACpBtS,KAAK2pB,KAAKtX,EAAIrS,KAAK4pB,GAAGvX,GAExB0kD,EAAO/2D,KAAK2pB,KAAKtX,EAAIg1C,EAASloC,EAC9B63C,EAAOh3D,KAAK2pB,KAAKrX,EAAI+0C,EAASloC,EAC9B63C,EAAOh3D,KAAK4pB,GAAGtX,EAAI0kD,EAAOh3D,KAAK4pB,GAAGtX,EAAI0kD,GAE/Bh3D,KAAK2pB,KAAKtX,EAAIrS,KAAK4pB,GAAGvX,IAE7B0kD,EAAO/2D,KAAK2pB,KAAKtX,EAAIg1C,EAASloC,EAC9B63C,EAAOh3D,KAAK2pB,KAAKrX,EAAI+0C,EAASloC,EAC9B63C,EAAOh3D,KAAK4pB,GAAGtX,EAAI0kD,EAAOh3D,KAAK4pB,GAAGtX,EAAI0kD,GAGjCh3D,KAAK2pB,KAAKrX,EAAItS,KAAK4pB,GAAGtX,IACzBtS,KAAK2pB,KAAKtX,EAAIrS,KAAK4pB,GAAGvX,GAExB0kD,EAAO/2D,KAAK2pB,KAAKtX,EAAIg1C,EAASloC,EAC9B63C,EAAOh3D,KAAK2pB,KAAKrX,EAAI+0C,EAASloC,EAC9B63C,EAAOh3D,KAAK4pB,GAAGtX,EAAI0kD,EAAOh3D,KAAK4pB,GAAGtX,EAAI0kD,GAE/Bh3D,KAAK2pB,KAAKtX,EAAIrS,KAAK4pB,GAAGvX,IAE7B0kD,EAAO/2D,KAAK2pB,KAAKtX,EAAIg1C,EAASloC,EAC9B63C,EAAOh3D,KAAK2pB,KAAKrX,EAAI+0C,EAASloC,EAC9B63C,EAAOh3D,KAAK4pB,GAAGtX,EAAI0kD,EAAOh3D,KAAK4pB,GAAGtX,EAAI0kD,MAOtC3kD,EAAG0kD,EAAMzkD,EAAG0kD,IASxB5zD,EAAKqQ,UAAU4iD,MAAQ,SAAU/uC,GAI/B,GAFAA,EAAIa,YACJb,EAAIc,OAAOpoB,KAAK2pB,KAAKtX,EAAGrS,KAAK2pB,KAAKrX,GACO,GAArCtS,KAAK+O,QAAQ0yC,aAAazyC,QAAiB,CAC7C,GAAyC,GAArChP,KAAK+O,QAAQ0yC,aAAaC,QAAkB,CAC9C,GAAIiO,GAAM3vD,KAAK82D,oBACf,OAAa,OAATnH,EAAIt9C,GACNiV,EAAIe,OAAOroB,KAAK4pB,GAAGvX,EAAGrS,KAAK4pB,GAAGtX,GAC9BgV,EAAIlH,SACG,OAKPkH,EAAI2vC,iBAAiBtH,EAAIt9C,EAAEs9C,EAAIr9C,EAAEtS,KAAK4pB,GAAGvX,EAAGrS,KAAK4pB,GAAGtX,GACpDgV,EAAIlH,SACGuvC,GAMT,MAFAroC,GAAI2vC,iBAAiBj3D,KAAK2vD,IAAIt9C,EAAErS,KAAK2vD,IAAIr9C,EAAEtS,KAAK4pB,GAAGvX,EAAGrS,KAAK4pB,GAAGtX,GAC9DgV,EAAIlH,SACGpgB,KAAK2vD,IAMd,MAFAroC,GAAIe,OAAOroB,KAAK4pB,GAAGvX,EAAGrS,KAAK4pB,GAAGtX,GAC9BgV,EAAIlH,SACG,MAYXhd,EAAKqQ,UAAUkjD,QAAU,SAAUrvC,EAAKjV,EAAGC,EAAG2Z,GAE5C3E,EAAIa,YACJb,EAAI4E,IAAI7Z,EAAGC,EAAG2Z,EAAQ,EAAG,EAAIhnB,KAAKknB,IAAI,GACtC7E,EAAIlH,UAWNhd,EAAKqQ,UAAUgjD,OAAS,SAAUnvC,EAAKwC,EAAMzX,EAAGC,GAC9C,GAAIwX,EAAM,CACRxC,EAAIQ,MAAS9nB,KAAK2pB,KAAKkqB,UAAY7zC,KAAK4pB,GAAGiqB,SAAY,QAAU,IACjE7zC,KAAK+O,QAAQmvC,SAAW,MAAQl+C,KAAK+O,QAAQovC,QAC7C,IAAIsW,EAEJ,IAAuB,GAAnBz0D,KAAK00D,WAAoB,CAC3B,GAAIttB,GAAQjjC,OAAO2lB,GAAM7hB,MAAM,MAC3BivD,EAAY9vB,EAAM1hC,OAClBw4C,EAAWj6C,OAAOjE,KAAK+O,QAAQmvC,SACnCuW,GAAQniD,GAAK,EAAI4kD,GAAa,EAAIhZ,CAGlC,KAAK,GADDrrC,GAAQyU,EAAI6vC,YAAY/vB,EAAM,IAAIv0B,MAC7BtN,EAAI,EAAO2xD,EAAJ3xD,EAAeA,IAAK,CAClC,GAAIsiB,GAAYP,EAAI6vC,YAAY/vB,EAAM7hC,IAAIsN,KAC1CA,GAAQgV,EAAYhV,EAAQgV,EAAYhV,EAE1C,GAAIC,GAAS9S,KAAK+O,QAAQmvC,SAAWgZ,EACjC1vD,EAAO6K,EAAIQ,EAAQ,EACnBjL,EAAM0K,EAAIQ,EAAS,CAGvB9S,MAAKw0D,iBAAmB5sD,IAAIA,EAAIJ,KAAKA,EAAKqL,MAAMA,EAAMC,OAAOA,EAAO2hD,MAAMA,GAG/E,GAAIA,GAAQz0D,KAAKw0D,gBAAgBC,KAEjCntC,GAAI0oC,OAE+B,cAA/BhwD,KAAK+O,QAAQ6vC,iBAChBt3B,EAAI2oC,UAAU59C,EAAGoiD,GACjBz0D,KAAKo3D,yBAAyB9vC,GAC9BjV,EAAI,EACJoiD,EAAQ,GAGTz0D,KAAKq3D,eAAe/vC,GACpBtnB,KAAKs3D,eAAehwC,EAAIjV,EAAEoiD,EAAOrtB,EAAO8vB,EAAWhZ,GAEnD52B,EAAI6oC,YASL/sD,EAAKqQ,UAAU2jD,yBAA2B,SAAS9vC,GAClD,GAAIlI,GAAKpf,KAAK2pB,KAAKrX,EAAItS,KAAK4pB,GAAGtX,EAC3B6M,EAAKnf,KAAK2pB,KAAKtX,EAAIrS,KAAK4pB,GAAGvX,EAC3BklD,EAAiBtyD,KAAKuyD,MAAMp4C,EAAID,IAGf,GAAjBo4C,GAA4B,EAALp4C,GAAYo4C,EAAiB,GAAU,EAALp4C,KAC5Do4C,GAAkCtyD,KAAKknB,IAGxC7E,EAAImwC,OAAOF,IASZn0D,EAAKqQ,UAAU4jD,eAAiB,SAAS/vC,GACxC,GAA8B/gB,SAA1BvG,KAAK+O,QAAQqvC,UAAoD,OAA1Bp+C,KAAK+O,QAAQqvC,UAA+C,SAA1Bp+C,KAAK+O,QAAQqvC,SAAqB,CAC9G92B,EAAIiB,UAAYvoB,KAAK+O,QAAQqvC,QAE7B,IAAIsZ,GAAa,CAEoB,gBAA/B13D,KAAK+O,QAAQ6vC,eACft3B,EAAIqwC,SAAuC,IAA7B33D,KAAKw0D,gBAAgB3hD,MAA4C,IAA9B7S,KAAKw0D,gBAAgB1hD,OAAc9S,KAAKw0D,gBAAgB3hD,MAAO7S,KAAKw0D,gBAAgB1hD,QAE/F,cAA/B9S,KAAK+O,QAAQ6vC,eACpBt3B,EAAIqwC,SAAuC,IAA7B33D,KAAKw0D,gBAAgB3hD,QAAe7S,KAAKw0D,gBAAgB1hD,OAAS4kD,GAAa13D,KAAKw0D,gBAAgB3hD,MAAO7S,KAAKw0D,gBAAgB1hD,QAExG,cAA/B9S,KAAK+O,QAAQ6vC,eACpBt3B,EAAIqwC,SAAuC,IAA7B33D,KAAKw0D,gBAAgB3hD,MAAa6kD,EAAY13D,KAAKw0D,gBAAgB3hD,MAAO7S,KAAKw0D,gBAAgB1hD,SAG7GwU,EAAIiB,UAAYvoB,KAAK+O,QAAQqvC,SAC7B92B,EAAIqwC,SAAS33D,KAAKw0D,gBAAgBhtD,KAAMxH,KAAKw0D,gBAAgB5sD,IAAK5H,KAAKw0D,gBAAgB3hD,MAAO7S,KAAKw0D,gBAAgB1hD,WAezH1P,EAAKqQ,UAAU6jD,eAAiB,SAAShwC,EAAKjV,EAAGoiD,EAAOrtB,EAAO8vB,EAAWhZ,GAMxE,GAJD52B,EAAIiB,UAAYvoB,KAAK+O,QAAQkvC,WAAa,QAC1C32B,EAAIuB,UAAY,SAGoB,cAA/B7oB,KAAK+O,QAAQ6vC,eAAgC,CAC/C,GAAI8Y,GAAa,CACkB,eAA/B13D,KAAK+O,QAAQ6vC,gBACft3B,EAAIwB,aAAe,aACnB2rC,GAAS,EAAIiD,GAEyB,cAA/B13D,KAAK+O,QAAQ6vC,gBACpBt3B,EAAIwB,aAAe,UACnB2rC,GAAS,EAAIiD,GAGbpwC,EAAIwB,aAAe,SAKnB9oB,KAAK+O,QAAQsvC,gBAAkB,IACjC/2B,EAAIO,UAAc7nB,KAAK+O,QAAQsvC,gBAC/B/2B,EAAIY,YAAcloB,KAAK+O,QAAQuvC,gBAC/Bh3B,EAAIswC,SAAc,QAErB,KAAK,GAAIryD,GAAI,EAAO2xD,EAAJ3xD,EAAeA,IACzBvF,KAAK+O,QAAQsvC,gBAAkB,GAChC/2B,EAAIuwC,WAAWzwB,EAAM7hC,GAAI8M,EAAGoiD,GAEhCntC,EAAIyB,SAASqe,EAAM7hC,GAAI8M,EAAGoiD,GAC1BA,GAASvW,GAaX96C,EAAKqQ,UAAU+hD,cAAgB,SAASluC,GAEtCA,EAAIY,YAAcloB,KAAKk2D,YACvB5uC,EAAIO,UAAY7nB,KAAKo2D,eAErB,IAAIzG,GAAM,IAEV,IAAwBppD,SAApB+gB,EAAIwwC,YAA2B,CACjCxwC,EAAI0oC,MAEJ,IAAI+H,IAAW,EAEbA,GAD+BxxD,SAA7BvG,KAAK+O,QAAQ+vC,KAAKp5C,QAAkDa,SAA1BvG,KAAK+O,QAAQ+vC,KAAKC,KACnD/+C,KAAK+O,QAAQ+vC,KAAKp5C,OAAO1F,KAAK+O,QAAQ+vC,KAAKC,MAG3C,EAAE,GAIfz3B,EAAIwwC,YAAYC,GAChBzwC,EAAI0wC,eAAiB,EAGrBrI,EAAM3vD,KAAKq2D,MAAM/uC,GAGjBA,EAAIwwC,aAAa,IACjBxwC,EAAI0wC,eAAiB,EACrB1wC,EAAI6oC,cAIJ7oC,GAAIa,YACJb,EAAI2wC,QAAU,QACsB1xD,SAAhCvG,KAAK+O,QAAQ+vC,KAAKE,UAEpB13B,EAAI4wC,WAAWl4D,KAAK2pB,KAAKtX,EAAErS,KAAK2pB,KAAKrX,EAAEtS,KAAK4pB,GAAGvX,EAAErS,KAAK4pB,GAAGtX,GACpDtS,KAAK+O,QAAQ+vC,KAAKp5C,OAAO1F,KAAK+O,QAAQ+vC,KAAKC,IAAI/+C,KAAK+O,QAAQ+vC,KAAKE,UAAUh/C,KAAK+O,QAAQ+vC,KAAKC,MAE9Dx4C,SAA7BvG,KAAK+O,QAAQ+vC,KAAKp5C,QAAkDa,SAA1BvG,KAAK+O,QAAQ+vC,KAAKC,IAEnEz3B,EAAI4wC,WAAWl4D,KAAK2pB,KAAKtX,EAAErS,KAAK2pB,KAAKrX,EAAEtS,KAAK4pB,GAAGvX,EAAErS,KAAK4pB,GAAGtX,GACpDtS,KAAK+O,QAAQ+vC,KAAKp5C,OAAO1F,KAAK+O,QAAQ+vC,KAAKC,OAIhDz3B,EAAIc,OAAOpoB,KAAK2pB,KAAKtX,EAAGrS,KAAK2pB,KAAKrX,GAClCgV,EAAIe,OAAOroB,KAAK4pB,GAAGvX,EAAGrS,KAAK4pB,GAAGtX,IAEhCgV,EAAIlH,QAIN,IAAIpgB,KAAKgpB,MAAO,CACd,GAAIxW,EACJ,IAAyC,GAArCxS,KAAK+O,QAAQ0yC,aAAazyC,SAA0B,MAAP2gD,EAAa,CAC5D,GAAI2G,GAAY,IAAK,IAAKt2D,KAAK2pB,KAAKtX,EAAIs9C,EAAIt9C,GAAK,IAAKrS,KAAK4pB,GAAGvX,EAAIs9C,EAAIt9C,IAClEkkD,EAAY,IAAK,IAAKv2D,KAAK2pB,KAAKrX,EAAIq9C,EAAIr9C,GAAK,IAAKtS,KAAK4pB,GAAGtX,EAAIq9C,EAAIr9C,GACtEE,IAASH,EAAEikD,EAAWhkD,EAAEikD,OAGxB/jD,GAAQxS,KAAKw2D,aAAa,GAE5Bx2D,MAAKy2D,OAAOnvC,EAAKtnB,KAAKgpB,MAAOxW,EAAMH,EAAGG,EAAMF,KAUhDlP,EAAKqQ,UAAU+iD,aAAe,SAAU2B,GACtC,OACE9lD,GAAI,EAAI8lD,GAAcn4D,KAAK2pB,KAAKtX,EAAI8lD,EAAan4D,KAAK4pB,GAAGvX,EACzDC,GAAI,EAAI6lD,GAAcn4D,KAAK2pB,KAAKrX,EAAI6lD,EAAan4D,KAAK4pB,GAAGtX,IAa7DlP,EAAKqQ,UAAUmjD,eAAiB,SAAUvkD,EAAGC,EAAG2Z,EAAQksC,GACtD,GAAIrJ,GAA6B,GAApBqJ,EAAa,EAAE,GAASlzD,KAAKknB,EAC1C,QACE9Z,EAAGA,EAAI4Z,EAAShnB,KAAK6Z,IAAIgwC,GACzBx8C,EAAGA,EAAI2Z,EAAShnB,KAAK0Z,IAAImwC,KAW7B1rD,EAAKqQ,UAAU8hD,iBAAmB,SAASjuC,GACzC,GAAI9U,EAMJ,IAJA8U,EAAIY,YAAcloB,KAAKk2D,YACvB5uC,EAAIiB,UAAYjB,EAAIY,YACpBZ,EAAIO,UAAY7nB,KAAKo2D,gBAEjBp2D,KAAK2pB,MAAQ3pB,KAAK4pB,GAAI,CAExB,GAAI+lC,GAAM3vD,KAAKq2D,MAAM/uC,GAEjBwnC,EAAQ7pD,KAAKuyD,MAAOx3D,KAAK4pB,GAAGtX,EAAItS,KAAK2pB,KAAKrX,EAAKtS,KAAK4pB,GAAGvX,EAAIrS,KAAK2pB,KAAKtX,GACrE3M,GAAU,GAAK,EAAI1F,KAAK+O,QAAQ8D,OAAS7S,KAAK+O,QAAQ8vC,gBAE1D,IAAyC,GAArC7+C,KAAK+O,QAAQ0yC,aAAazyC,SAA0B,MAAP2gD,EAAa,CAC5D,GAAI2G,GAAY,IAAK,IAAKt2D,KAAK2pB,KAAKtX,EAAIs9C,EAAIt9C,GAAK,IAAKrS,KAAK4pB,GAAGvX,EAAIs9C,EAAIt9C,IAClEkkD,EAAY,IAAK,IAAKv2D,KAAK2pB,KAAKrX,EAAIq9C,EAAIr9C,GAAK,IAAKtS,KAAK4pB,GAAGtX,EAAIq9C,EAAIr9C,GACtEE,IAASH,EAAEikD,EAAWhkD,EAAEikD,OAGxB/jD,GAAQxS,KAAKw2D,aAAa,GAG5BlvC,GAAI8wC,MAAM5lD,EAAMH,EAAGG,EAAMF,EAAGw8C,EAAOppD,GACnC4hB,EAAInH,OACJmH,EAAIlH,SAGApgB,KAAKgpB,OACPhpB,KAAKy2D,OAAOnvC,EAAKtnB,KAAKgpB,MAAOxW,EAAMH,EAAGG,EAAMF,OAG3C,CAEH,GAAID,GAAGC,EACH2Z,EAAS,IAAOhnB,KAAKiI,IAAI,IAAIlN,KAAKm/C,QAAQK,cAC1CgH,EAAOxmD,KAAK2pB,IACX68B,GAAK3zC,OACR2zC,EAAKkQ,OAAOpvC,GAEVk/B,EAAK3zC,MAAQ2zC,EAAK1zC,QACpBT,EAAIm0C,EAAKn0C,EAAiB,GAAbm0C,EAAK3zC,MAClBP,EAAIk0C,EAAKl0C,EAAI2Z,IAGb5Z,EAAIm0C,EAAKn0C,EAAI4Z,EACb3Z,EAAIk0C,EAAKl0C,EAAkB,GAAdk0C,EAAK1zC,QAEpB9S,KAAK22D,QAAQrvC,EAAKjV,EAAGC,EAAG2Z,EAGxB,IAAI6iC,GAAQ,GAAM7pD,KAAKknB,GACnBzmB,GAAU,GAAK,EAAI1F,KAAK+O,QAAQ8D,OAAS7S,KAAK+O,QAAQ8vC,gBAC1DrsC,GAAQxS,KAAK42D,eAAevkD,EAAGC,EAAG2Z,EAAQ,IAC1C3E,EAAI8wC,MAAM5lD,EAAMH,EAAGG,EAAMF,EAAGw8C,EAAOppD,GACnC4hB,EAAInH,OACJmH,EAAIlH,SAGApgB,KAAKgpB,QACPxW,EAAQxS,KAAK42D,eAAevkD,EAAGC,EAAG2Z,EAAQ,IAC1CjsB,KAAKy2D,OAAOnvC,EAAKtnB,KAAKgpB,MAAOxW,EAAMH,EAAGG,EAAMF,MAKlDlP,EAAKqQ,UAAU4kD,eAAiB,SAASjqD,GACvC,GAAIuhD,GAAM3vD,KAAK82D,qBAEXzkD,EAAIpN,KAAKqvB,IAAI,EAAElmB,EAAE,GAAGpO,KAAK2pB,KAAKtX,EAAK,EAAEjE,GAAG,EAAIA,GAAIuhD,EAAIt9C,EAAIpN,KAAKqvB,IAAIlmB,EAAE,GAAGpO,KAAK4pB,GAAGvX,EAC9EC,EAAIrN,KAAKqvB,IAAI,EAAElmB,EAAE,GAAGpO,KAAK2pB,KAAKrX,EAAK,EAAElE,GAAG,EAAIA,GAAIuhD,EAAIr9C,EAAIrN,KAAKqvB,IAAIlmB,EAAE,GAAGpO,KAAK4pB,GAAGtX,CAElF,QAAQD,EAAEA,EAAEC,EAAEA,IAWhBlP,EAAKqQ,UAAU6kD,oBAAsB,SAAS3uC,EAAKrC,GACjD,GAIIxB,GAAIgpC,EAAMyJ,EAAkBC,EAAiBC,EAJ7CnpD,EAAgB,GAChBC,EAAY,EACZC,EAAM,EACNC,EAAO,EAEPipD,EAAY,GACZlS,EAAOxmD,KAAK4pB,EAKhB,KAJY,GAARD,IACF68B,EAAOxmD,KAAK2pB,MAGAla,GAAPD,GAA2BF,EAAZC,GAA2B,CAC/C,GAAIG,GAAwB,IAAdF,EAAMC,EAOpB,IALAqW,EAAM9lB,KAAKq4D,eAAe3oD,GAC1Bo/C,EAAQ7pD,KAAKuyD,MAAOhR,EAAKl0C,EAAIwT,EAAIxT,EAAKk0C,EAAKn0C,EAAIyT,EAAIzT,GACnDkmD,EAAmB/R,EAAK+R,iBAAiBjxC,EAAIwnC,GAC7C0J,EAAkBvzD,KAAKkrB,KAAKlrB,KAAKqvB,IAAIxO,EAAIzT,EAAEm0C,EAAKn0C,EAAE,GAAKpN,KAAKqvB,IAAIxO,EAAIxT,EAAEk0C,EAAKl0C,EAAE,IAC7EmmD,EAAaF,EAAmBC,EAC5BvzD,KAAKmmB,IAAIqtC,GAAcC,EACzB,KAEoB,GAAbD,EACK,GAAR9uC,EACFna,EAAME,EAGND,EAAOC,EAIG,GAARia,EACFla,EAAOC,EAGPF,EAAME,EAIVH,IAIF,MAFAuW,GAAI1X,EAAIsB,EAEDoW,GAUT1iB,EAAKqQ,UAAU6hD,WAAa,SAAShuC,GAEnCA,EAAIY,YAAcloB,KAAKk2D,YACvB5uC,EAAIiB,UAAYjB,EAAIY,YACpBZ,EAAIO,UAAY7nB,KAAKo2D,eAGrB,IAAItH,GAAOppD,EAAQizD,CAGnB,IAAI34D,KAAK2pB,MAAQ3pB,KAAK4pB,GAAI,CAKxB,GAHA5pB,KAAKq2D,MAAM/uC,GAG8B,GAArCtnB,KAAK+O,QAAQ0yC,aAAazyC,QAAiB,CAC7C,GAAI2gD,GAAM3vD,KAAK82D,oBACf6B,GAAW34D,KAAKs4D,qBAAoB,EAAOhxC,EAC3C,IAAIsxC,GAAW54D,KAAKq4D,eAAepzD,KAAKiI,IAAI,EAAKyrD,EAASvqD,EAAI,IAC9D0gD,GAAQ7pD,KAAKuyD,MAAOmB,EAASrmD,EAAIsmD,EAAStmD,EAAKqmD,EAAStmD,EAAIumD,EAASvmD,OAElE,CACHy8C,EAAQ7pD,KAAKuyD,MAAOx3D,KAAK4pB,GAAGtX,EAAItS,KAAK2pB,KAAKrX,EAAKtS,KAAK4pB,GAAGvX,EAAIrS,KAAK2pB,KAAKtX,EACrE,IAAI8M,GAAMnf,KAAK4pB,GAAGvX,EAAIrS,KAAK2pB,KAAKtX,EAC5B+M,EAAMpf,KAAK4pB,GAAGtX,EAAItS,KAAK2pB,KAAKrX,EAC5BumD,EAAoB5zD,KAAKkrB,KAAKhR,EAAKA,EAAKC,EAAKA,GAC7C05C,EAAe94D,KAAK4pB,GAAG2uC,iBAAiBjxC,EAAKwnC,GAC7CiK,GAAiBF,EAAoBC,GAAgBD,CAEzDF,MACAA,EAAStmD,GAAK,EAAI0mD,GAAiB/4D,KAAK2pB,KAAKtX,EAAI0mD,EAAgB/4D,KAAK4pB,GAAGvX,EACzEsmD,EAASrmD,GAAK,EAAIymD,GAAiB/4D,KAAK2pB,KAAKrX,EAAIymD,EAAgB/4D,KAAK4pB,GAAGtX,EAU3E,GANA5M,GAAU,GAAK,EAAI1F,KAAK+O,QAAQ8D,OAAS7S,KAAK+O,QAAQ8vC,iBACtDv3B,EAAI8wC,MAAMO,EAAStmD,EAAEsmD,EAASrmD,EAAGw8C,EAAOppD,GACxC4hB,EAAInH,OACJmH,EAAIlH,SAGApgB,KAAKgpB,MAAO,CACd,GAAIxW,EAEFA,GADuC,GAArCxS,KAAK+O,QAAQ0yC,aAAazyC,SAA0B,MAAP2gD,EACvC3vD,KAAKq4D,eAAe,IAGpBr4D,KAAKw2D,aAAa,IAE5Bx2D,KAAKy2D,OAAOnvC,EAAKtnB,KAAKgpB,MAAOxW,EAAMH,EAAGG,EAAMF,QAG3C,CAEH,GACID,GAAGC,EAAG8lD,EADN5R,EAAOxmD,KAAK2pB,KAEZsC,EAAS,IAAOhnB,KAAKiI,IAAI,IAAIlN,KAAKm/C,QAAQK,aACzCgH,GAAK3zC,OACR2zC,EAAKkQ,OAAOpvC,GAEVk/B,EAAK3zC,MAAQ2zC,EAAK1zC,QACpBT,EAAIm0C,EAAKn0C,EAAiB,GAAbm0C,EAAK3zC,MAClBP,EAAIk0C,EAAKl0C,EAAI2Z,EACbmsC,GACE/lD,EAAGA,EACHC,EAAGk0C,EAAKl0C,EACRw8C,MAAO,GAAM7pD,KAAKknB,MAIpB9Z,EAAIm0C,EAAKn0C,EAAI4Z,EACb3Z,EAAIk0C,EAAKl0C,EAAkB,GAAdk0C,EAAK1zC,OAClBslD,GACE/lD,EAAGm0C,EAAKn0C,EACRC,EAAGA,EACHw8C,MAAO,GAAM7pD,KAAKknB,KAGtB7E,EAAIa,YAEJb,EAAI4E,IAAI7Z,EAAGC,EAAG2Z,EAAQ,EAAG,EAAIhnB,KAAKknB,IAAI,GACtC7E,EAAIlH,QAGJ,IAAI1a,IAAU,GAAK,EAAI1F,KAAK+O,QAAQ8D,OAAS7S,KAAK+O,QAAQ8vC,gBAC1Dv3B,GAAI8wC,MAAMA,EAAM/lD,EAAG+lD,EAAM9lD,EAAG8lD,EAAMtJ,MAAOppD,GACzC4hB,EAAInH,OACJmH,EAAIlH,SAGApgB,KAAKgpB,QACPxW,EAAQxS,KAAK42D,eAAevkD,EAAGC,EAAG2Z,EAAQ,IAC1CjsB,KAAKy2D,OAAOnvC,EAAKtnB,KAAKgpB,MAAOxW,EAAMH,EAAGG,EAAMF,MAiBlDlP,EAAKqQ,UAAUwiD,mBAAqB,SAAU+C,EAAGC,EAAIC,EAAGC,EAAIC,EAAGC,GAC7D,GAAI5vD,GAAc,CAClB,IAAIzJ,KAAK2pB,MAAQ3pB,KAAK4pB,GACpB,GAAyC,GAArC5pB,KAAK+O,QAAQ0yC,aAAazyC,QAAiB,CAC7C,GAAI+nD,GAAMC,CACV,IAAyC,GAArCh3D,KAAK+O,QAAQ0yC,aAAazyC,SAAwD,GAArChP,KAAK+O,QAAQ0yC,aAAaC,QACzEqV,EAAO/2D,KAAK2vD,IAAIt9C,EAChB2kD,EAAOh3D,KAAK2vD,IAAIr9C,MAEb,CACH,GAAIq9C,GAAM3vD,KAAK82D,oBACfC,GAAOpH,EAAIt9C,EACX2kD,EAAOrH,EAAIr9C,EAEb,GACI4T,GACA3gB,EAAE6I,EAAEiE,EAAEC,EAAGgnD,EAAOC,EAFhBC,EAAc,GAGlB,KAAKj0D,EAAI,EAAO,GAAJA,EAAQA,IAClB6I,EAAI,GAAI7I,EACR8M,EAAIpN,KAAKqvB,IAAI,EAAElmB,EAAE,GAAG4qD,EAAM,EAAE5qD,GAAG,EAAIA,GAAI2oD,EAAO9xD,KAAKqvB,IAAIlmB,EAAE,GAAG8qD,EAC5D5mD,EAAIrN,KAAKqvB,IAAI,EAAElmB,EAAE,GAAG6qD,EAAM,EAAE7qD,GAAG,EAAIA,GAAI4oD,EAAO/xD,KAAKqvB,IAAIlmB,EAAE,GAAG+qD,EACxD5zD,EAAI,IACN2gB,EAAWlmB,KAAKy5D,mBAAmBH,EAAMC,EAAMlnD,EAAEC,EAAG8mD,EAAGC,GACvDG,EAAyBA,EAAXtzC,EAAyBA,EAAWszC,GAEpDF,EAAQjnD,EAAGknD,EAAQjnD,CAErB7I,GAAc+vD,MAGd/vD,GAAczJ,KAAKy5D,mBAAmBT,EAAGC,EAAGC,EAAGC,EAAGC,EAAGC,OAGpD,CACH,GAAIhnD,GAAGC,EAAG6M,EAAIC,EACV6M,EAAS,IAAOjsB,KAAKm/C,QAAQK,aAC7BgH,EAAOxmD,KAAK2pB,IACZ68B,GAAK3zC,MAAQ2zC,EAAK1zC,QACpBT,EAAIm0C,EAAKn0C,EAAI,GAAMm0C,EAAK3zC,MACxBP,EAAIk0C,EAAKl0C,EAAI2Z,IAGb5Z,EAAIm0C,EAAKn0C,EAAI4Z,EACb3Z,EAAIk0C,EAAKl0C,EAAI,GAAMk0C,EAAK1zC,QAE1BqM,EAAK9M,EAAI+mD,EACTh6C,EAAK9M,EAAI+mD,EACT5vD,EAAcxE,KAAKmmB,IAAInmB,KAAKkrB,KAAKhR,EAAGA,EAAKC,EAAGA,GAAM6M,GAGpD,MAAIjsB,MAAKw0D,gBAAgBhtD,KAAO4xD,GAC9Bp5D,KAAKw0D,gBAAgBhtD,KAAOxH,KAAKw0D,gBAAgB3hD,MAAQumD,GACzDp5D,KAAKw0D,gBAAgB5sD,IAAMyxD,GAC3Br5D,KAAKw0D,gBAAgB5sD,IAAM5H,KAAKw0D,gBAAgB1hD,OAASumD,EAClD,EAGA5vD,GAIXrG,EAAKqQ,UAAUgmD,mBAAqB,SAAST,EAAGC,EAAGC,EAAGC,EAAGC,EAAGC,GAC1D,GAAIK,GAAKR,EAAGF,EACVW,EAAKR,EAAGF,EACRW,EAAYF,EAAGA,EAAKC,EAAGA,EACvBE,IAAOT,EAAKJ,GAAMU,GAAML,EAAKJ,GAAMU,GAAMC,CAEvCC,GAAI,EACNA,EAAI,EAEO,EAAJA,IACPA,EAAI,EAGN,IAAIxnD,GAAI2mD,EAAKa,EAAIH,EACfpnD,EAAI2mD,EAAKY,EAAIF,EACbx6C,EAAK9M,EAAI+mD,EACTh6C,EAAK9M,EAAI+mD,CAQX,OAAOp0D,MAAKkrB,KAAKhR,EAAGA,EAAKC,EAAGA,IAQ9Bhc,EAAKqQ,UAAUmwB,SAAW,SAASpmB,GACjCxd,KAAK62D,gBAAkB,EAAIr5C,GAI7Bpa,EAAKqQ,UAAUq+B,OAAS,WACtB9xC,KAAK6zC,UAAW,GAGlBzwC,EAAKqQ,UAAUo+B,SAAW,WACxB7xC,KAAK6zC,UAAW,GAGlBzwC,EAAKqQ,UAAUo/C,mBAAqB,WACjB,OAAb7yD,KAAK2vD,KAA8B,OAAd3vD,KAAK2pB,MAA6B,OAAZ3pB,KAAK4pB,IAClD5pB,KAAK2vD,IAAIt9C,EAAI,IAAOrS,KAAK2pB,KAAKtX,EAAIrS,KAAK4pB,GAAGvX,GAC1CrS,KAAK2vD,IAAIr9C,EAAI,IAAOtS,KAAK2pB,KAAKrX,EAAItS,KAAK4pB,GAAGtX,KAG1CtS,KAAK2vD,IAAIt9C,EAAI,EACbrS,KAAK2vD,IAAIr9C,EAAI,IASjBlP,EAAKqQ,UAAUm9C,kBAAoB,SAAStpC,GAC1C,GAAgC,GAA5BtnB,KAAKi1D,oBAA6B,CACpC,GAA+B,OAA3Bj1D,KAAKk1D,aAAavrC,MAA0C,OAAzB3pB,KAAKk1D,aAAatrC,GAAa,CACpE,GAAIkwC,GAAa,cAAcxlD,OAAOtU,KAAKK,IACvC05D,EAAW,YAAYzlD,OAAOtU,KAAKK,IACnCgiD,GACY1E,OAAOprC,MAAM,GAAI0Z,OAAO,EAAG1L,YAAY,EAAGi+B,oBAAqB,GAC/DW,SAASO,QAAQ,GACjBI,YAAac,sBAAuB,EAAGD,aAAc9tC,MAAM,EAAGC,OAAQ,EAAGmZ,OAAO,IAEhGjsB,MAAKk1D,aAAavrC,KAAO,GAAIpmB,IAC1BlD,GAAGy5D,EACF/b,MAAM,MACJlzC,OAAOiB,WAAW,UAAWC,OAAO,UAAWC,WAAYF,WAAW,mBAClEu2C,GACVriD,KAAKk1D,aAAatrC,GAAK,GAAIrmB,IACxBlD,GAAG05D,EACFhc,MAAM,MACNlzC,OAAOiB,WAAW,UAAWC,OAAO,UAAWC,WAAYF,WAAW,mBAChEu2C,GAGZriD,KAAKk1D,aAAaC,aACqB,GAAnCn1D,KAAKk1D,aAAavrC,KAAKkqB,WACzB7zC,KAAKk1D,aAAaC,UAAUxrC,KAAO3pB,KAAKg6D,2BAA2B1yC,GACnEtnB,KAAKk1D,aAAavrC,KAAKtX,EAAIrS,KAAKk1D,aAAaC,UAAUxrC,KAAKtX,EAC5DrS,KAAKk1D,aAAavrC,KAAKrX,EAAItS,KAAKk1D,aAAaC,UAAUxrC,KAAKrX,GAEzB,GAAjCtS,KAAKk1D,aAAatrC,GAAGiqB,WACvB7zC,KAAKk1D,aAAaC,UAAUvrC,GAAK5pB,KAAKi6D,yBAAyB3yC,GAC/DtnB,KAAKk1D,aAAatrC,GAAGvX,EAAIrS,KAAKk1D,aAAaC,UAAUvrC,GAAGvX,EACxDrS,KAAKk1D,aAAatrC,GAAGtX,EAAItS,KAAKk1D,aAAaC,UAAUvrC,GAAGtX,GAG1DtS,KAAKk1D,aAAavrC,KAAKgjB,KAAKrlB,GAC5BtnB,KAAKk1D,aAAatrC,GAAG+iB,KAAKrlB,OAG1BtnB,MAAKk1D,cAAgBvrC,KAAK,KAAMC,GAAG,KAAMurC,eAQ7C/xD,EAAKqQ,UAAUymD,oBAAsB,WACnCl6D,KAAK20D,WAAa30D,KAAK2pB,KACvB3pB,KAAK40D,SAAW50D,KAAK4pB,GACrB5pB,KAAKi1D,qBAAsB,GAO7B7xD,EAAKqQ,UAAU0mD,qBAAuB,WACpCn6D,KAAKq0D,OAASr0D,KAAK2pB,KAAKtpB,GACxBL,KAAKs0D,KAAOt0D,KAAK4pB,GAAGvpB,GAChBL,KAAKq0D,QAAUr0D,KAAK20D,WAAWt0D,GACjCL,KAAK20D,WAAWe,WAAW11D,MAEpBA,KAAKs0D,MAAQt0D,KAAK40D,SAASv0D,IAClCL,KAAK40D,SAASc,WAAW11D,MAG3BA,KAAK20D,WAAa,KAClB30D,KAAK40D,SAAW,KAChB50D,KAAKi1D,qBAAsB,GAW7B7xD,EAAKqQ,UAAU2mD,wBAA0B,SAAS/nD,EAAEC,GAClD,GAAI6iD,GAAYn1D,KAAKk1D,aAAaC,UAC9BkF,EAAep1D,KAAKkrB,KAAKlrB,KAAKqvB,IAAIjiB,EAAI8iD,EAAUxrC,KAAKtX,EAAE,GAAKpN,KAAKqvB,IAAIhiB,EAAI6iD,EAAUxrC,KAAKrX,EAAE,IAC1FgoD,EAAer1D,KAAKkrB,KAAKlrB,KAAKqvB,IAAIjiB,EAAI8iD,EAAUvrC,GAAGvX,EAAI,GAAKpN,KAAKqvB,IAAIhiB,EAAI6iD,EAAUvrC,GAAGtX,EAAI,GAE9F,OAAmB,IAAf+nD,GACFr6D,KAAKo1D,cAAgBp1D,KAAK2pB,KAC1B3pB,KAAK2pB,KAAO3pB,KAAKk1D,aAAavrC,KACvB3pB,KAAKk1D,aAAavrC,MAEL,GAAb2wC,GACPt6D,KAAKo1D,cAAgBp1D,KAAK4pB,GAC1B5pB,KAAK4pB,GAAK5pB,KAAKk1D,aAAatrC,GACrB5pB,KAAKk1D,aAAatrC,IAGlB,MASXxmB,EAAKqQ,UAAU8mD,qBAAuB,WACG,GAAnCv6D,KAAKk1D,aAAavrC,KAAKkqB,UACzB7zC,KAAK2pB,KAAO3pB,KAAKo1D,cACjBp1D,KAAKo1D,cAAgB,KACrBp1D,KAAKk1D,aAAavrC,KAAKkoB,YAEiB,GAAjC7xC,KAAKk1D,aAAatrC,GAAGiqB,WAC5B7zC,KAAK4pB,GAAK5pB,KAAKo1D,cACfp1D,KAAKo1D,cAAgB,KACrBp1D,KAAKk1D,aAAatrC,GAAGioB,aAUzBzuC,EAAKqQ,UAAUumD,2BAA6B,SAAS1yC,GAEnD,GAAIkzC,EACJ,IAAyC,GAArCx6D,KAAK+O,QAAQ0yC,aAAazyC,QAC5BwrD,EAAqBx6D,KAAKs4D,qBAAoB,EAAMhxC,OAEjD,CACH,GAAIwnC,GAAQ7pD,KAAKuyD,MAAOx3D,KAAK4pB,GAAGtX,EAAItS,KAAK2pB,KAAKrX,EAAKtS,KAAK4pB,GAAGvX,EAAIrS,KAAK2pB,KAAKtX,GACrE8M,EAAMnf,KAAK4pB,GAAGvX,EAAIrS,KAAK2pB,KAAKtX,EAC5B+M,EAAMpf,KAAK4pB,GAAGtX,EAAItS,KAAK2pB,KAAKrX,EAC5BumD,EAAoB5zD,KAAKkrB,KAAKhR,EAAKA,EAAKC,EAAKA,GAE7Cq7C,EAAiBz6D,KAAK2pB,KAAK4uC,iBAAiBjxC,EAAKwnC,EAAQ7pD,KAAKknB,IAC9DuuC,GAAmB7B,EAAoB4B,GAAkB5B,CAC7D2B,MACAA,EAAmBnoD,EAAI,EAAoBrS,KAAK2pB,KAAKtX,GAAK,EAAIqoD,GAAmB16D,KAAK4pB,GAAGvX,EACzFmoD,EAAmBloD,EAAI,EAAoBtS,KAAK2pB,KAAKrX,GAAK,EAAIooD,GAAmB16D,KAAK4pB,GAAGtX,EAG3F,MAAOkoD,IASTp3D,EAAKqQ,UAAUwmD,yBAA2B,SAAS3yC,GAEjD,GAAuBqzC,EACvB,IAAyC,GAArC36D,KAAK+O,QAAQ0yC,aAAazyC,QAC5B2rD,EAAmB36D,KAAKs4D,qBAAoB,EAAOhxC,OAEhD,CACH,GAAIwnC,GAAQ7pD,KAAKuyD,MAAOx3D,KAAK4pB,GAAGtX,EAAItS,KAAK2pB,KAAKrX,EAAKtS,KAAK4pB,GAAGvX,EAAIrS,KAAK2pB,KAAKtX,GACrE8M,EAAMnf,KAAK4pB,GAAGvX,EAAIrS,KAAK2pB,KAAKtX,EAC5B+M,EAAMpf,KAAK4pB,GAAGtX,EAAItS,KAAK2pB,KAAKrX,EAC5BumD,EAAoB5zD,KAAKkrB,KAAKhR,EAAKA,EAAKC,EAAKA,GAC7C05C,EAAe94D,KAAK4pB,GAAG2uC,iBAAiBjxC,EAAKwnC,GAC7CiK,GAAiBF,EAAoBC,GAAgBD,CAEzD8B,MACAA,EAAiBtoD,GAAK,EAAI0mD,GAAiB/4D,KAAK2pB,KAAKtX,EAAI0mD,EAAgB/4D,KAAK4pB,GAAGvX,EACjFsoD,EAAiBroD,GAAK,EAAIymD,GAAiB/4D,KAAK2pB,KAAKrX,EAAIymD,EAAgB/4D,KAAK4pB,GAAGtX,EAGnF,MAAOqoD,IAGT96D,EAAOD,QAAUwD,GAIb,SAASvD,EAAQD,EAASM,GAQ9B,QAASmD,KACPrD,KAAKgX,QACLhX,KAAK46D,aAAe,EARX16D,EAAoB,EAe/BmD,GAAOw3D,UACJ9uD,OAAQ,UAAWD,WAAY,UAAWE,WAAYD,OAAQ,UAAWD,WAAY,WAAYG,OAAQF,OAAQ,UAAWD,WAAY,aACxIC,OAAQ,UAAWD,WAAY,UAAWE,WAAYD,OAAQ,UAAWD,WAAY,WAAYG,OAAQF,OAAQ,UAAWD,WAAY,aACxIC,OAAQ,UAAWD,WAAY,UAAWE,WAAYD,OAAQ,UAAWD,WAAY,WAAYG,OAAQF,OAAQ,UAAWD,WAAY,aACxIC,OAAQ,UAAWD,WAAY,UAAWE,WAAYD,OAAQ,UAAWD,WAAY,WAAYG,OAAQF,OAAQ,UAAWD,WAAY,aACxIC,OAAQ,UAAWD,WAAY,UAAWE,WAAYD,OAAQ,UAAWD,WAAY,WAAYG,OAAQF,OAAQ,UAAWD,WAAY,aACxIC,OAAQ,UAAWD,WAAY,UAAWE,WAAYD,OAAQ,UAAWD,WAAY,WAAYG,OAAQF,OAAQ,UAAWD,WAAY,aACxIC,OAAQ,UAAWD,WAAY,UAAWE,WAAYD,OAAQ,UAAWD,WAAY,WAAYG,OAAQF,OAAQ,UAAWD,WAAY,aACxIC,OAAQ,UAAWD,WAAY,UAAWE,WAAYD,OAAQ,UAAWD,WAAY,WAAYG,OAAQF,OAAQ,UAAWD,WAAY,aACxIC,OAAQ,UAAWD,WAAY,UAAWE,WAAYD,OAAQ,UAAWD,WAAY,WAAYG,OAAQF,OAAQ,UAAWD,WAAY,aACxIC,OAAQ,UAAWD,WAAY,UAAWE,WAAYD,OAAQ,UAAWD,WAAY,WAAYG,OAAQF,OAAQ,UAAWD,WAAY,aAO3IzI,EAAOoQ,UAAUuD,MAAQ,WACvBhX,KAAK20B,UACL30B,KAAK20B,OAAOjvB,OAAS,WAEnB,GAAIH,GAAI,CACR,KAAM,GAAI7E,KAAKV,MACTA,KAAK6F,eAAenF,IACtB6E,GAGJ,OAAOA,KAWXlC,EAAOoQ,UAAU+B,IAAM,SAAUszC,GAC/B,GAAIv2C,GAAQvS,KAAK20B,OAAOm0B,EACxB,IAAaviD,QAATgM,EAAoB,CAEtB,GAAIlK,GAAQrI,KAAK46D,aAAev3D,EAAOw3D,QAAQn1D,MAC/C1F,MAAK46D,eACLroD,KACAA,EAAM1H,MAAQxH,EAAOw3D,QAAQxyD,GAC7BrI,KAAK20B,OAAOm0B,GAAav2C,EAG3B,MAAOA,IAUTlP,EAAOoQ,UAAUF,IAAM,SAAUu1C,EAAWt7C,GAE1C,MADAxN,MAAK20B,OAAOm0B,GAAat7C,EAClBA,GAGT3N,EAAOD,QAAUyD,GAKb,SAASxD,GAMb,QAASyD,KACPtD,KAAKsjD,UACLtjD,KAAKwI,SAAWjC,OAQlBjD,EAAOmQ,UAAU8vC,kBAAoB,SAAS/6C,GAC5CxI,KAAKwI,SAAWA,GASlBlF,EAAOmQ,UAAUqnD,KAAO,SAASC,EAAKC,GACpC,GAAIC,GAAMj7D,KAAKsjD,OAAOyX,EACtB,IAAYx0D,SAAR00D,EAAmB,CAErB,GAAIxmD,GAAKzU,IACTi7D,GAAM,GAAIC,OACVD,EAAIE,OAAS,WAGO,GAAdn7D,KAAK6S,QACPhB,SAASsjB,KAAKpjB,YAAY/R,MAC1BA,KAAK6S,MAAQ7S,KAAK4wB,YAClB5wB,KAAK8S,OAAS9S,KAAK8wB,aACnBjf,SAASsjB,KAAK1jB,YAAYzR,OAGxByU,EAAGjM,WACLiM,EAAG6uC,OAAOyX,GAAOE,EACjBxmD,EAAGjM,SAASxI,QAIhBi7D,EAAIG,QAAU,WACM70D,SAAdy0D,GACF9hC,QAAQmiC,MAAM,wBAAyBN,SAChC/6D,MAAKsmD,IACR7xC,EAAGjM,UACLiM,EAAGjM,SAASxI,OAIdA,KAAKsmD,IAAM0U,GAIfC,EAAI3U,IAAMyU,EAGZ,MAAOE,IAGTp7D,EAAOD,QAAU0D,GAKb,SAASzD,EAAQD,EAASM,GA6B9B,QAASqD,GAAK8rD,EAAYiM,EAAWC,EAAWnH,GAC9C,GAAI/R,GAAY1hD,EAAK4N,uBAAuB,SAAS6lD,EACrDp0D,MAAK+O,QAAUszC,EAAU1E,MAEzB39C,KAAK6zC,UAAW,EAChB7zC,KAAKiM,OAAQ,EAEbjM,KAAKy+C,SACLz+C,KAAK6vD,gBACL7vD,KAAKw7D,iBAELx7D,KAAKy7D,kBAAoB,EAGzBz7D,KAAKK,GAAKkG,OACVvG,KAAKkzD,gBAAiB,EACtBlzD,KAAKmzD,gBAAiB,EACtBnzD,KAAK8rD,QAAS,EACd9rD,KAAK+rD,QAAS,EACd/rD,KAAK07D,qBAAsB,EAC3B17D,KAAK27D,kBAAsB,EAC3B37D,KAAK47D,gBAAkBxH,EAAiBzW,MAAM1xB,OAC9CjsB,KAAK67D,aAAc,EACnB77D,KAAKu+C,MAAQ,GACbv+C,KAAK87D,kBAAmB,EACxB97D,KAAK+7D,qBAAsB,EAC3B/7D,KAAKw0D,iBAAmB5sD,IAAI,EAAGJ,KAAK,EAAGqL,MAAM,EAAGC,OAAO,EAAG2hD,MAAM,GAChEz0D,KAAK8mD,aAAel/C,IAAI,EAAGJ,KAAK,EAAGogB,MAAM,EAAG/D,OAAO,GAEnD7jB,KAAKs7D,UAAYA,EACjBt7D,KAAKu7D,UAAYA,EAGjBv7D,KAAKg8D,GAAK,EACVh8D,KAAKi8D,GAAK,EACVj8D,KAAKk8D,GAAK,EACVl8D,KAAKm8D,GAAK,EACVn8D,KAAKqS,EAAI,KACTrS,KAAKsS,EAAI,KAGTtS,KAAKo8D,eAAiBF,GAAG,EAAEC,GAAG,EAAE9pD,EAAE,EAAEC,EAAE,GAEtCtS,KAAK0/C,QAAU0U,EAAiBjV,QAAQO,QACxC1/C,KAAKgxD,WAAa3+C,EAAE,KAAKC,EAAE,MAE3BtS,KAAKovD,cAAcC,EAAYhN,GAG/BriD,KAAKq8D,eACLr8D,KAAKs8D,mBAAqB,EAC1Bt8D,KAAKu8D,eAAiB,EACtBv8D,KAAKw8D,uBAA0BpI,EAAiBtU,WAAWa,YAAY9tC,MACvE7S,KAAKy8D,wBAA0BrI,EAAiBtU,WAAWa,YAAY7tC,OACvE9S,KAAK08D,wBAA0BtI,EAAiBtU,WAAWa,YAAY10B,OACvEjsB,KAAK4gD,sBAAwBwT,EAAiBtU,WAAWc,sBACzD5gD,KAAK28D,gBAAkB,EAGvB38D,KAAK62D,gBAAkB,EACvB72D,KAAK48D,aAAe,EACpB58D,KAAK0kD,eAAiBryC,EAAK,KAAMC,EAAK,MACtCtS,KAAK2kD,mBAAqBtyC,EAAM,IAAKC,EAAM,KAC3CtS,KAAK2yD,aAAe,KA1FtB,GAAIhyD,GAAOT,EAAoB,EAiG/BqD,GAAKkQ,UAAUi+C,eAAiB,WAC9B1xD,KAAKqS,EAAIrS,KAAKo8D,cAAc/pD,EAC5BrS,KAAKsS,EAAItS,KAAKo8D,cAAc9pD,EAC5BtS,KAAKk8D,GAAKl8D,KAAKo8D,cAAcF,GAC7Bl8D,KAAKm8D,GAAKn8D,KAAKo8D,cAAcD,IAO/B54D,EAAKkQ,UAAU4oD,aAAe,WAE5Br8D,KAAK68D,eAAiBt2D,OACtBvG,KAAK88D,YAAc,EACnB98D,KAAK+8D,kBACL/8D,KAAKg9D,kBACLh9D,KAAKi9D,oBAOP15D,EAAKkQ,UAAUgiD,WAAa,SAASrH,GACH,IAA5BpuD,KAAKy+C,MAAM/3C,QAAQ0nD,IACrBpuD,KAAKy+C,MAAMv2C,KAAKkmD,GAEqB,IAAnCpuD,KAAK6vD,aAAanpD,QAAQ0nD,IAC5BpuD,KAAK6vD,aAAa3nD,KAAKkmD,GAEzBpuD,KAAKs8D,mBAAqBt8D,KAAK6vD,aAAanqD,QAO9CnC,EAAKkQ,UAAUiiD,WAAa,SAAStH,GACnC,GAAI/lD,GAAQrI,KAAKy+C,MAAM/3C,QAAQ0nD,EAClB,KAAT/lD,GACFrI,KAAKy+C,MAAMn2C,OAAOD,EAAO,GAE3BA,EAAQrI,KAAK6vD,aAAanpD,QAAQ0nD,GACrB,IAAT/lD,GACFrI,KAAK6vD,aAAavnD,OAAOD,EAAO,GAElCrI,KAAKs8D,mBAAqBt8D,KAAK6vD,aAAanqD,QAS9CnC,EAAKkQ,UAAU27C,cAAgB,SAASC,EAAYhN,GAClD,GAAKgN,EAAL,CAIA,GAAI7gD,IAAU,cAAc,sBAAsB,QAAQ,QAAQ,cAAc,SAAS,YACvF,WAAW,WAAW,WAAW,kBAAkB,kBAAkB,QAAQ,OAkB/E,IAhBA7N,EAAKuF,oBAAoBsI,EAAQxO,KAAK+O,QAASsgD,GAGzB9oD,SAAlB8oD,EAAWhvD,KAA0BL,KAAKK,GAAKgvD,EAAWhvD,IACrCkG,SAArB8oD,EAAWrmC,QAA0BhpB,KAAKgpB,MAAQqmC,EAAWrmC,MAAOhpB,KAAKk9D,cAAgB7N,EAAWrmC,OAC/EziB,SAArB8oD,EAAWzpB,QAA0B5lC,KAAK4lC,MAAQypB,EAAWzpB,OAC5Cr/B,SAAjB8oD,EAAWh9C,IAA0BrS,KAAKqS,EAAIg9C,EAAWh9C,GACxC9L,SAAjB8oD,EAAW/8C,IAA0BtS,KAAKsS,EAAI+8C,EAAW/8C,GACpC/L,SAArB8oD,EAAWjoD,QAA0BpH,KAAKoH,MAAQioD,EAAWjoD,OACxCb,SAArB8oD,EAAW9Q,QAA0Bv+C,KAAKu+C,MAAQ8Q,EAAW9Q,MAAOv+C,KAAK87D,kBAAmB,GAGzDv1D,SAAnC8oD,EAAWqM,sBAAoC17D,KAAK07D,oBAAsBrM,EAAWqM,qBAClDn1D,SAAnC8oD,EAAWsM,mBAAoC37D,KAAK27D,iBAAsBtM,EAAWsM,kBAClDp1D,SAAnC8oD,EAAW8N,kBAAoCn9D,KAAKm9D,gBAAsB9N,EAAW8N,iBAEzE52D,SAAZvG,KAAKK,GACP,KAAM,sBAIR,IAAkC,gBAAvBL,MAAK+O,QAAQwD,OAAqD,gBAAvBvS,MAAK+O,QAAQwD,OAA4C,IAAtBvS,KAAK+O,QAAQwD,MAAc,CAClH,GAAI6qD,GAAWp9D,KAAKu7D,UAAU/lD,IAAIxV,KAAK+O,QAAQwD,MAC/C5R,GAAK6F,WAAWxG,KAAK+O,QAASquD,GAE9Bp9D,KAAK+O,QAAQlE,MAAQlK,EAAKiK,WAAW5K,KAAK+O,QAAQlE,OAMpD,GAF0BtE,SAAtB8oD,EAAWpjC,SAA+BjsB,KAAK47D,gBAAkB57D,KAAK+O,QAAQkd,QACzD1lB,SAArB8oD,EAAWxkD,QAA+B7K,KAAK+O,QAAQlE,MAAQlK,EAAKiK,WAAWykD,EAAWxkD,QACnEtE,SAAvBvG,KAAK+O,QAAQivC,OAA4C,IAArBh+C,KAAK+O,QAAQivC,MAAY,CAC/D,IAAIh+C,KAAKs7D,UAIP,KAAM,uBAHNt7D,MAAKq9D,SAAWr9D,KAAKs7D,UAAUR,KAAK96D,KAAK+O,QAAQivC,MAAOh+C,KAAK+O,QAAQuuD,aAgCzE,OAzBkC/2D,SAA9B8oD,EAAW6D,gBACblzD,KAAK8rD,QAAUuD,EAAW6D,eAC1BlzD,KAAKkzD,eAAiB7D,EAAW6D,gBAET3sD,SAAjB8oD,EAAWh9C,GAA0C,GAAvBrS,KAAKkzD,iBAC1ClzD,KAAK8rD,QAAS,GAIkBvlD,SAA9B8oD,EAAW8D,gBACbnzD,KAAK+rD,QAAUsD,EAAW8D,eAC1BnzD,KAAKmzD,eAAiB9D,EAAW8D,gBAET5sD,SAAjB8oD,EAAW/8C,GAA0C,GAAvBtS,KAAKmzD,iBAC1CnzD,KAAK+rD,QAAS,GAGhB/rD,KAAK67D,YAAc77D,KAAK67D,aAAsCt1D,SAAtB8oD,EAAWpjC,QAExB,UAAvBjsB,KAAK+O,QAAQgvC,OAA4C,kBAAvB/9C,KAAK+O,QAAQgvC,SACjD/9C,KAAK+O,QAAQ8uC,UAAYwE,EAAU1E,MAAMl2B,SACzCznB,KAAK+O,QAAQ+uC,UAAYuE,EAAU1E,MAAMj2B,UAInC1nB,KAAK+O,QAAQgvC,OACnB,IAAK,WAAiB/9C,KAAK2sC,KAAO3sC,KAAKu9D,cAAev9D,KAAK02D,OAAS12D,KAAKw9D,eAAiB,MAC1F,KAAK,MAAiBx9D,KAAK2sC,KAAO3sC,KAAKy9D,SAAUz9D,KAAK02D,OAAS12D,KAAK09D,UAAY,MAChF,KAAK,SAAiB19D,KAAK2sC,KAAO3sC,KAAK29D,YAAa39D,KAAK02D,OAAS12D,KAAK49D,aAAe,MACtF,KAAK,UAAiB59D,KAAK2sC,KAAO3sC,KAAK69D,aAAc79D,KAAK02D,OAAS12D,KAAK89D,cAAgB,MAExF,KAAK,QAAiB99D,KAAK2sC,KAAO3sC,KAAK+9D,WAAY/9D,KAAK02D,OAAS12D,KAAKg+D,YAAc,MACpF,KAAK,gBAAiBh+D,KAAK2sC,KAAO3sC,KAAKi+D,mBAAoBj+D,KAAK02D,OAAS12D,KAAKk+D,oBAAsB,MACpG,KAAK,OAAiBl+D,KAAK2sC,KAAO3sC,KAAKm+D,UAAWn+D,KAAK02D,OAAS12D,KAAKo+D,WAAa,MAClF,KAAK,MAAiBp+D,KAAK2sC,KAAO3sC,KAAKq+D,SAAUr+D,KAAK02D,OAAS12D,KAAKs+D,YAAc,MAClF,KAAK,SAAiBt+D,KAAK2sC,KAAO3sC,KAAKu+D,YAAav+D,KAAK02D,OAAS12D,KAAKs+D,YAAc,MACrF,KAAK,WAAiBt+D,KAAK2sC,KAAO3sC,KAAKw+D,cAAex+D,KAAK02D,OAAS12D,KAAKs+D,YAAc,MACvF,KAAK,eAAiBt+D,KAAK2sC,KAAO3sC,KAAKy+D,kBAAmBz+D,KAAK02D,OAAS12D,KAAKs+D,YAAc,MAC3F,KAAK,OAAiBt+D,KAAK2sC,KAAO3sC,KAAK0+D,UAAW1+D,KAAK02D,OAAS12D,KAAKs+D,YAAc,MACnF,SAAsBt+D,KAAK2sC,KAAO3sC,KAAK69D,aAAc79D,KAAK02D,OAAS12D,KAAK89D,eAG1E99D,KAAK2+D,WAOPp7D,EAAKkQ,UAAUq+B,OAAS,WACtB9xC,KAAK6zC,UAAW,EAChB7zC,KAAK2+D,UAMPp7D,EAAKkQ,UAAUo+B,SAAW,WACxB7xC,KAAK6zC,UAAW,EAChB7zC,KAAK2+D,UAOPp7D,EAAKkQ,UAAUmrD,eAAiB,WAC9B5+D,KAAK2+D,UAOPp7D,EAAKkQ,UAAUkrD,OAAS,WACtB3+D,KAAK6S,MAAQtM,OACbvG,KAAK8S,OAASvM,QAQhBhD,EAAKkQ,UAAUy6C,SAAW,WACxB,MAA6B,kBAAfluD,MAAK4lC,MAAuB5lC,KAAK4lC,QAAU5lC,KAAK4lC,OAShEriC,EAAKkQ,UAAU8kD,iBAAmB,SAAUjxC,EAAKwnC,GAC/C,GAAIvuC,GAAc,CAMlB,QAJKvgB,KAAK6S,OACR7S,KAAK02D,OAAOpvC,GAGNtnB,KAAK+O,QAAQgvC,OACnB,IAAK,SACL,IAAK,MACH,MAAO/9C,MAAK+O,QAAQkd,OAAQ1L,CAE9B,KAAK,UACH,GAAIjb,GAAItF,KAAK6S,MAAQ,EACjB1M,EAAInG,KAAK8S,OAAS,EAClBi9C,EAAK9qD,KAAK0Z,IAAImwC,GAASxpD,EACvBgG,EAAKrG,KAAK6Z,IAAIgwC,GAAS3oD,CAC3B,OAAOb,GAAIa,EAAIlB,KAAKkrB,KAAK4/B,EAAIA,EAAIzkD,EAAIA,EAMvC,KAAK,MACL,IAAK,QACL,IAAK,OACL,QACE,MAAItL,MAAK6S,MACA5N,KAAKwG,IACRxG,KAAKmmB,IAAIprB,KAAK6S,MAAQ,EAAI5N,KAAK6Z,IAAIgwC,IACnC7pD,KAAKmmB,IAAIprB,KAAK8S,OAAS,EAAI7N,KAAK0Z,IAAImwC,KAAWvuC,EAI5C,IAYfhd,EAAKkQ,UAAUorD,UAAY,SAAS7C,EAAIC,GACtCj8D,KAAKg8D,GAAKA,EACVh8D,KAAKi8D,GAAKA,GASZ14D,EAAKkQ,UAAUqrD,UAAY,SAAS9C,EAAIC,GACtCj8D,KAAKg8D,IAAMA,EACXh8D,KAAKi8D,IAAMA,GAMb14D,EAAKkQ,UAAUsrD,WAAa,WAC1B/+D,KAAKo8D,cAAc/pD,EAAIrS,KAAKqS,EAC5BrS,KAAKo8D,cAAc9pD,EAAItS,KAAKsS,EAC5BtS,KAAKo8D,cAAcF,GAAKl8D,KAAKk8D,GAC7Bl8D,KAAKo8D,cAAcD,GAAKn8D,KAAKm8D,IAO/B54D,EAAKkQ,UAAU89C,aAAe,SAASv+B,GAErC,GADAhzB,KAAK++D,aACA/+D,KAAK8rD,OAOR9rD,KAAKg8D,GAAK,EACVh8D,KAAKk8D,GAAK,MARM,CAChB,GAAI/8C,GAAOnf,KAAK0/C,QAAU1/C,KAAKk8D,GAC3B/9C,GAAQne,KAAKg8D,GAAK78C,GAAMnf,KAAK+O,QAAQ6uC,IACzC59C,MAAKk8D,IAAM/9C,EAAK6U,EAChBhzB,KAAKqS,GAAMrS,KAAKk8D,GAAKlpC,EAOvB,GAAKhzB,KAAK+rD,OAOR/rD,KAAKi8D,GAAK,EACVj8D,KAAKm8D,GAAK,MARM,CAChB,GAAI/8C,GAAOpf,KAAK0/C,QAAU1/C,KAAKm8D,GAC3B/9C,GAAQpe,KAAKi8D,GAAK78C,GAAMpf,KAAK+O,QAAQ6uC,IACzC59C,MAAKm8D,IAAM/9C,EAAK4U,EAChBhzB,KAAKsS,GAAMtS,KAAKm8D,GAAKnpC,IAezBzvB,EAAKkQ,UAAU69C,oBAAsB,SAASt+B,EAAU4uB,GAEtD,GADA5hD,KAAK++D,aACA/+D,KAAK8rD,OAQR9rD,KAAKg8D,GAAK,EACVh8D,KAAKk8D,GAAK,MATM,CAChB,GAAI/8C,GAAOnf,KAAK0/C,QAAU1/C,KAAKk8D,GAC3B/9C,GAAQne,KAAKg8D,GAAK78C,GAAMnf,KAAK+O,QAAQ6uC,IACzC59C,MAAKk8D,IAAM/9C,EAAK6U,EAChBhzB,KAAKk8D,GAAMj3D,KAAKmmB,IAAIprB,KAAKk8D,IAAMta,EAAiB5hD,KAAKk8D,GAAK,EAAKta,GAAeA,EAAe5hD,KAAKk8D,GAClGl8D,KAAKqS,GAAMrS,KAAKk8D,GAAKlpC,EAOvB,GAAKhzB,KAAK+rD,OAQR/rD,KAAKi8D,GAAK,EACVj8D,KAAKm8D,GAAK,MATM,CAChB,GAAI/8C,GAAOpf,KAAK0/C,QAAU1/C,KAAKm8D,GAC3B/9C,GAAQpe,KAAKi8D,GAAK78C,GAAMpf,KAAK+O,QAAQ6uC,IACzC59C,MAAKm8D,IAAM/9C,EAAK4U,EAChBhzB,KAAKm8D,GAAMl3D,KAAKmmB,IAAIprB,KAAKm8D,IAAMva,EAAiB5hD,KAAKm8D,GAAK,EAAKva,GAAeA,EAAe5hD,KAAKm8D,GAClGn8D,KAAKsS,GAAMtS,KAAKm8D,GAAKnpC,IAYzBzvB,EAAKkQ,UAAUurD,QAAU,WACvB,MAAQh/D,MAAK8rD,QAAU9rD,KAAK+rD,QAQ9BxoD,EAAKkQ,UAAU09C,SAAW,SAASD,GACjC,GAAI+N,GAAWh6D,KAAKkrB,KAAKlrB,KAAKqvB,IAAIt0B,KAAKk8D,GAAG,GAAKj3D,KAAKqvB,IAAIt0B,KAAKm8D,GAAG,GAEhE,OAAQ8C,GAAW/N,GAOrB3tD,EAAKkQ,UAAUg4C,WAAa,WAC1B,MAAOzrD,MAAK6zC,UAOdtwC,EAAKkQ,UAAUyB,SAAW,WACxB,MAAOlV,MAAKoH,OASd7D,EAAKkQ,UAAUyrD,YAAc,SAAS7sD,EAAGC,GACvC,GAAI6M,GAAKnf,KAAKqS,EAAIA,EACd+M,EAAKpf,KAAKsS,EAAIA,CAClB,OAAOrN,MAAKkrB,KAAKhR,EAAKA,EAAKC,EAAKA,IAUlC7b,EAAKkQ,UAAUq8C,cAAgB,SAASrkD,EAAKyB,GAC3C,IAAKlN,KAAK67D,aAA8Bt1D,SAAfvG,KAAKoH,MAC5B,GAAI8F,GAAOzB,EACTzL,KAAK+O,QAAQkd,QAASjsB,KAAK+O,QAAQ8uC,UAAY79C,KAAK+O,QAAQ+uC,WAAa,MAEtE,CACH,GAAItgC,IAASxd,KAAK+O,QAAQ+uC,UAAY99C,KAAK+O,QAAQ8uC,YAAc3wC,EAAMzB,EACvEzL,MAAK+O,QAAQkd,QAASjsB,KAAKoH,MAAQqE,GAAO+R,EAAQxd,KAAK+O,QAAQ8uC,UAGnE79C,KAAK47D,gBAAkB57D,KAAK+O,QAAQkd,QAQtC1oB,EAAKkQ,UAAUk5B,KAAO,WACpB,KAAM,wCAQRppC,EAAKkQ,UAAUijD,OAAS,WACtB,KAAM,0CAQRnzD,EAAKkQ,UAAUw6C,kBAAoB,SAAS3qC,GAC1C,MAAQtjB,MAAKwH,KAAoB8b,EAAIsE,OAC7B5nB,KAAKwH,KAAOxH,KAAK6S,MAAQyQ,EAAI9b,MAC7BxH,KAAK4H,IAAoB0b,EAAIO,QAC7B7jB,KAAK4H,IAAM5H,KAAK8S,OAASwQ,EAAI1b,KAGvCrE,EAAKkQ,UAAUuqD,aAAe,WAG5B,IAAKh+D,KAAK6S,QAAU7S,KAAK8S,OAAQ,CAC/B,GAAID,GAAOC,CACX,IAAI9S,KAAKoH,MAAO,CACdpH,KAAK+O,QAAQkd,OAAQjsB,KAAK47D,eAC1B,IAAIp+C,GAAQxd,KAAKq9D,SAASvqD,OAAS9S,KAAKq9D,SAASxqD,KACnCtM,UAAViX,GACF3K,EAAQ7S,KAAK+O,QAAQkd,QAASjsB,KAAKq9D,SAASxqD,MAC5CC,EAAS9S,KAAK+O,QAAQkd,OAAQzO,GAASxd,KAAKq9D,SAASvqD,SAGrDD,EAAQ,EACRC,EAAS,OAIXD,GAAQ7S,KAAKq9D,SAASxqD,MACtBC,EAAS9S,KAAKq9D,SAASvqD,MAEzB9S,MAAK6S,MAASA,EACd7S,KAAK8S,OAASA,EAEd9S,KAAK28D,gBAAkB,EACnB38D,KAAK6S,MAAQ,GAAK7S,KAAK8S,OAAS,IAClC9S,KAAK6S,OAAU5N,KAAKwG,IAAIzL,KAAK88D,YAAc,EAAG98D,KAAK4gD,uBAA0B5gD,KAAKw8D,uBAClFx8D,KAAK8S,QAAU7N,KAAKwG,IAAIzL,KAAK88D,YAAc,EAAG98D,KAAK4gD,uBAAyB5gD,KAAKy8D,wBACjFz8D,KAAK+O,QAAQkd,QAAShnB,KAAKwG,IAAIzL,KAAK88D,YAAc,EAAG98D,KAAK4gD,uBAAyB5gD,KAAK08D,wBACxF18D,KAAK28D,gBAAkB38D,KAAK6S,MAAQA,KAM1CtP,EAAKkQ,UAAU0rD,qBAAuB,SAAU73C,GAC9C,GAA2B,GAAvBtnB,KAAKq9D,SAASxqD,MAAa,CAE7B,GAAI7S,KAAK88D,YAAc,EAAG,CACxB,GAAIj1C,GAAc7nB,KAAK88D,YAAc,EAAK,GAAK,CAC/Cj1C,IAAa7nB,KAAK62D,gBAClBhvC,EAAY5iB,KAAKwG,IAAI,GAAMzL,KAAK6S,MAAMgV,GAEtCP,EAAI83C,YAAc,GAClB93C,EAAI+3C,UAAUr/D,KAAKq9D,SAAUr9D,KAAKwH,KAAOqgB,EAAW7nB,KAAK4H,IAAMigB,EAAW7nB,KAAK6S,MAAQ,EAAEgV,EAAW7nB,KAAK8S,OAAS,EAAE+U,GAItHP,EAAI83C,YAAc,EAClB93C,EAAI+3C,UAAUr/D,KAAKq9D,SAAUr9D,KAAKwH,KAAMxH,KAAK4H,IAAK5H,KAAK6S,MAAO7S,KAAK8S,UAIvEvP,EAAKkQ,UAAU6rD,gBAAkB,SAAUh4C,GACzC,GAAIjN,EAEFA,GADyB,GAAvBra,KAAKq9D,SAASxqD,MACP7S,KAAKsS,EAAItS,KAAK8S,OAAS,EAIvB9S,KAAKsS,EAGhBtS,KAAKy2D,OAAOnvC,EAAKtnB,KAAKgpB,MAAOhpB,KAAKqS,EAAGgI,EAAQ9T,OAAW,YAG1DhD,EAAKkQ,UAAUsqD,WAAa,SAAUz2C,GACpCtnB,KAAKg+D,aAAa12C,GAClBtnB,KAAKwH,KAASxH,KAAKqS,EAAIrS,KAAK6S,MAAQ,EACpC7S,KAAK4H,IAAS5H,KAAKsS,EAAItS,KAAK8S,OAAS,EAErC9S,KAAKm/D,qBAAqB73C,GAE1BtnB,KAAK8mD,YAAYl/C,IAAM5H,KAAK4H,IAC5B5H,KAAK8mD,YAAYt/C,KAAOxH,KAAKwH,KAC7BxH,KAAK8mD,YAAYl/B,MAAQ5nB,KAAKwH,KAAOxH,KAAK6S,MAC1C7S,KAAK8mD,YAAYjjC,OAAS7jB,KAAK4H,IAAM5H,KAAK8S,OAE1C9S,KAAKs/D,gBAAgBh4C,GACrBtnB,KAAK8mD,YAAYt/C,KAAOvC,KAAKwG,IAAIzL,KAAK8mD,YAAYt/C,KAAMxH,KAAKw0D,gBAAgBhtD,MAC7ExH,KAAK8mD,YAAYl/B,MAAQ3iB,KAAKiI,IAAIlN,KAAK8mD,YAAYl/B,MAAO5nB,KAAKw0D,gBAAgBhtD,KAAOxH,KAAKw0D,gBAAgB3hD,OAC3G7S,KAAK8mD,YAAYjjC,OAAS5e,KAAKiI,IAAIlN,KAAK8mD,YAAYjjC,OAAQ7jB,KAAK8mD,YAAYjjC,OAAS7jB,KAAKw0D,gBAAgB1hD,SAG7GvP,EAAKkQ,UAAUyqD,qBAAuB,SAAU52C,GAC9CtnB,KAAKg+D,aAAa12C,IAGpB/jB,EAAKkQ,UAAUwqD,mBAAqB,SAAU32C,GAC5CtnB,KAAKk+D,qBAAqB52C,GAE1BtnB,KAAKwH,KAASxH,KAAKqS,EAAIrS,KAAK6S,MAAQ,EACpC7S,KAAK4H,IAAS5H,KAAKsS,EAAItS,KAAK8S,OAAS,CAErC,IAAIysD,GAAUv/D,KAAKwH,KAAQxH,KAAK6S,MAAQ,EACpC2sD,EAAUx/D,KAAK4H,IAAO5H,KAAK8S,OAAS,EACpCmZ,EAAShnB,KAAKmmB,IAAIprB,KAAK8S,OAAS,EAEpC9S,MAAKy/D,eAAen4C,EAAKi4C,EAASC,EAASvzC,GAE3C3E,EAAI0oC,OACJ1oC,EAAIo4C,OAAO1/D,KAAKqS,EAAGrS,KAAKsS,EAAG2Z,GAC3B3E,EAAIlH,SACJkH,EAAIq4C,OAEJ3/D,KAAKm/D,qBAAqB73C,GAE1BA,EAAI6oC,UAEJnwD,KAAK8mD,YAAYl/C,IAAM5H,KAAKsS,EAAItS,KAAK+O,QAAQkd,OAC7CjsB,KAAK8mD,YAAYt/C,KAAOxH,KAAKqS,EAAIrS,KAAK+O,QAAQkd,OAC9CjsB,KAAK8mD,YAAYl/B,MAAQ5nB,KAAKqS,EAAIrS,KAAK+O,QAAQkd,OAC/CjsB,KAAK8mD,YAAYjjC,OAAS7jB,KAAKsS,EAAItS,KAAK+O,QAAQkd,OAEhDjsB,KAAKs/D,gBAAgBh4C,GAErBtnB,KAAK8mD,YAAYt/C,KAAOvC,KAAKwG,IAAIzL,KAAK8mD,YAAYt/C,KAAMxH,KAAKw0D,gBAAgBhtD,MAC7ExH,KAAK8mD,YAAYl/B,MAAQ3iB,KAAKiI,IAAIlN,KAAK8mD,YAAYl/B,MAAO5nB,KAAKw0D,gBAAgBhtD,KAAOxH,KAAKw0D,gBAAgB3hD,OAC3G7S,KAAK8mD,YAAYjjC,OAAS5e,KAAKiI,IAAIlN,KAAK8mD,YAAYjjC,OAAQ7jB,KAAK8mD,YAAYjjC,OAAS7jB,KAAKw0D,gBAAgB1hD,SAG7GvP,EAAKkQ,UAAUiqD,WAAa,SAAUp2C,GACpC,IAAKtnB,KAAK6S,MAAO,CACf,GAAIoH,GAAS,EACT2lD,EAAW5/D,KAAK6/D,YAAYv4C,EAChCtnB,MAAK6S,MAAQ+sD,EAAS/sD,MAAQ,EAAIoH,EAClCja,KAAK8S,OAAS8sD,EAAS9sD,OAAS,EAAImH,EAEpCja,KAAK6S,OAAuE,GAA7D5N,KAAKwG,IAAIzL,KAAK88D,YAAc,EAAG98D,KAAK4gD,uBAA+B5gD,KAAKw8D,uBACvFx8D,KAAK8S,QAAuE,GAA7D7N,KAAKwG,IAAIzL,KAAK88D,YAAc,EAAG98D,KAAK4gD,uBAA+B5gD,KAAKy8D,wBACvFz8D,KAAK28D,gBAAkB38D,KAAK6S,OAAS+sD,EAAS/sD,MAAQ,EAAIoH,KAM9D1W,EAAKkQ,UAAUgqD,SAAW,SAAUn2C,GAClCtnB,KAAK09D,WAAWp2C,GAEhBtnB,KAAKwH,KAAOxH,KAAKqS,EAAIrS,KAAK6S,MAAQ,EAClC7S,KAAK4H,IAAM5H,KAAKsS,EAAItS,KAAK8S,OAAS,CAElC,IAAIgtD,GAAmB,IACnBv/C,EAAcvgB,KAAK+O,QAAQwR,YAC3Bw/C,EAAqB//D,KAAK+O,QAAQyvC,qBAAuB,EAAIx+C,KAAK+O,QAAQwR,WAE9E+G,GAAIY,YAAcloB,KAAK6zC,SAAW7zC,KAAK+O,QAAQlE,MAAMmB,UAAUD,OAAS/L,KAAKiM,MAAQjM,KAAK+O,QAAQlE,MAAMoB,MAAMF,OAAS/L,KAAK+O,QAAQlE,MAAMkB,OAGtI/L,KAAK88D,YAAc,IACrBx1C,EAAIO,WAAa7nB,KAAK6zC,SAAWksB,EAAqBx/C,IAAiBvgB,KAAK88D,YAAc,EAAKgD,EAAmB,GAClHx4C,EAAIO,WAAa7nB,KAAK62D,gBACtBvvC,EAAIO,UAAY5iB,KAAKwG,IAAIzL,KAAK6S,MAAMyU,EAAIO,WAExCP,EAAI04C,UAAUhgE,KAAKwH,KAAK,EAAE8f,EAAIO,UAAW7nB,KAAK4H,IAAI,EAAE0f,EAAIO,UAAW7nB,KAAK6S,MAAM,EAAEyU,EAAIO,UAAW7nB,KAAK8S,OAAO,EAAEwU,EAAIO,UAAW7nB,KAAK+O,QAAQkd,QACzI3E,EAAIlH,UAENkH,EAAIO,WAAa7nB,KAAK6zC,SAAWksB,EAAqBx/C,IAAiBvgB,KAAK88D,YAAc,EAAKgD,EAAmB,GAClHx4C,EAAIO,WAAa7nB,KAAK62D,gBACtBvvC,EAAIO,UAAY5iB,KAAKwG,IAAIzL,KAAK6S,MAAMyU,EAAIO,WAExCP,EAAIiB,UAAYvoB,KAAK6zC,SAAW7zC,KAAK+O,QAAQlE,MAAMmB,UAAUF,WAAa9L,KAAKiM,MAAQjM,KAAK+O,QAAQlE,MAAMoB,MAAMH,WAAa9L,KAAK+O,QAAQlE,MAAMiB,WAEhJwb,EAAI04C,UAAUhgE,KAAKwH,KAAMxH,KAAK4H,IAAK5H,KAAK6S,MAAO7S,KAAK8S,OAAQ9S,KAAK+O,QAAQkd,QACzE3E,EAAInH,OACJmH,EAAIlH,SAEJpgB,KAAK8mD,YAAYl/C,IAAM5H,KAAK4H,IAC5B5H,KAAK8mD,YAAYt/C,KAAOxH,KAAKwH,KAC7BxH,KAAK8mD,YAAYl/B,MAAQ5nB,KAAKwH,KAAOxH,KAAK6S,MAC1C7S,KAAK8mD,YAAYjjC,OAAS7jB,KAAK4H,IAAM5H,KAAK8S,OAE1C9S,KAAKy2D,OAAOnvC,EAAKtnB,KAAKgpB,MAAOhpB,KAAKqS,EAAGrS,KAAKsS,IAI5C/O,EAAKkQ,UAAU+pD,gBAAkB,SAAUl2C,GACzC,IAAKtnB,KAAK6S,MAAO,CACf,GAAIoH,GAAS,EACT2lD,EAAW5/D,KAAK6/D,YAAYv4C,GAC5B3U,EAAOitD,EAAS/sD,MAAQ,EAAIoH,CAChCja,MAAK6S,MAAQF,EACb3S,KAAK8S,OAASH,EAGd3S,KAAK6S,OAAU5N,KAAKwG,IAAIzL,KAAK88D,YAAc,EAAG98D,KAAK4gD,uBAAyB5gD,KAAKw8D,uBACjFx8D,KAAK8S,QAAU7N,KAAKwG,IAAIzL,KAAK88D,YAAc,EAAG98D,KAAK4gD,uBAAyB5gD,KAAKy8D,wBACjFz8D,KAAK+O,QAAQkd,QAAShnB,KAAKwG,IAAIzL,KAAK88D,YAAc,EAAG98D,KAAK4gD,uBAAyB5gD,KAAK08D,wBACxF18D,KAAK28D,gBAAkB38D,KAAK6S,MAAQF,IAIxCpP,EAAKkQ,UAAU8pD,cAAgB,SAAUj2C,GACvCtnB,KAAKw9D,gBAAgBl2C,GACrBtnB,KAAKwH,KAAOxH,KAAKqS,EAAIrS,KAAK6S,MAAQ,EAClC7S,KAAK4H,IAAM5H,KAAKsS,EAAItS,KAAK8S,OAAS,CAElC,IAAIgtD,GAAmB,IACnBv/C,EAAcvgB,KAAK+O,QAAQwR,YAC3Bw/C,EAAqB//D,KAAK+O,QAAQyvC,qBAAuB,EAAIx+C,KAAK+O,QAAQwR,WAE9E+G;EAAIY,YAAcloB,KAAK6zC,SAAW7zC,KAAK+O,QAAQlE,MAAMmB,UAAUD,OAAS/L,KAAKiM,MAAQjM,KAAK+O,QAAQlE,MAAMoB,MAAMF,OAAS/L,KAAK+O,QAAQlE,MAAMkB,OAGtI/L,KAAK88D,YAAc,IACrBx1C,EAAIO,WAAa7nB,KAAK6zC,SAAWksB,EAAqBx/C,IAAiBvgB,KAAK88D,YAAc,EAAKgD,EAAmB,GAClHx4C,EAAIO,WAAa7nB,KAAK62D,gBACtBvvC,EAAIO,UAAY5iB,KAAKwG,IAAIzL,KAAK6S,MAAMyU,EAAIO,WAExCP,EAAI24C,SAASjgE,KAAKqS,EAAIrS,KAAK6S,MAAM,EAAI,EAAEyU,EAAIO,UAAW7nB,KAAKsS,EAAgB,GAAZtS,KAAK8S,OAAa,EAAEwU,EAAIO,UAAW7nB,KAAK6S,MAAQ,EAAEyU,EAAIO,UAAW7nB,KAAK8S,OAAS,EAAEwU,EAAIO,WACpJP,EAAIlH,UAENkH,EAAIO,WAAa7nB,KAAK6zC,SAAWksB,EAAqBx/C,IAAiBvgB,KAAK88D,YAAc,EAAKgD,EAAmB,GAClHx4C,EAAIO,WAAa7nB,KAAK62D,gBACtBvvC,EAAIO,UAAY5iB,KAAKwG,IAAIzL,KAAK6S,MAAMyU,EAAIO,WAExCP,EAAIiB,UAAYvoB,KAAK6zC,SAAW7zC,KAAK+O,QAAQlE,MAAMmB,UAAUF,WAAa9L,KAAKiM,MAAQjM,KAAK+O,QAAQlE,MAAMoB,MAAMH,WAAa9L,KAAK+O,QAAQlE,MAAMiB,WAChJwb,EAAI24C,SAASjgE,KAAKqS,EAAIrS,KAAK6S,MAAM,EAAG7S,KAAKsS,EAAgB,GAAZtS,KAAK8S,OAAY9S,KAAK6S,MAAO7S,KAAK8S,QAC/EwU,EAAInH,OACJmH,EAAIlH,SAEJpgB,KAAK8mD,YAAYl/C,IAAM5H,KAAK4H,IAC5B5H,KAAK8mD,YAAYt/C,KAAOxH,KAAKwH,KAC7BxH,KAAK8mD,YAAYl/B,MAAQ5nB,KAAKwH,KAAOxH,KAAK6S,MAC1C7S,KAAK8mD,YAAYjjC,OAAS7jB,KAAK4H,IAAM5H,KAAK8S,OAE1C9S,KAAKy2D,OAAOnvC,EAAKtnB,KAAKgpB,MAAOhpB,KAAKqS,EAAGrS,KAAKsS,IAI5C/O,EAAKkQ,UAAUmqD,cAAgB,SAAUt2C,GACvC,IAAKtnB,KAAK6S,MAAO,CACf,GAAIoH,GAAS,EACT2lD,EAAW5/D,KAAK6/D,YAAYv4C,GAC5B44C,EAAWj7D,KAAKiI,IAAI0yD,EAAS/sD,MAAO+sD,EAAS9sD,QAAU,EAAImH,CAC/Dja,MAAK+O,QAAQkd,OAASi0C,EAAW,EAEjClgE,KAAK6S,MAAQqtD,EACblgE,KAAK8S,OAASotD,EAKdlgE,KAAK+O,QAAQkd,QAAuE,GAA7DhnB,KAAKwG,IAAIzL,KAAK88D,YAAc,EAAG98D,KAAK4gD,uBAA+B5gD,KAAK08D,wBAC/F18D,KAAK28D,gBAAkB38D,KAAK+O,QAAQkd,OAAQ,GAAIi0C,IAIpD38D,EAAKkQ,UAAUgsD,eAAiB,SAAUn4C,EAAKjV,EAAGC,EAAG2Z,GACnD,GAAI6zC,GAAmB,IACnBv/C,EAAcvgB,KAAK+O,QAAQwR,YAC3Bw/C,EAAqB//D,KAAK+O,QAAQyvC,qBAAuB,EAAIx+C,KAAK+O,QAAQwR,WAE9E+G,GAAIY,YAAcloB,KAAK6zC,SAAW7zC,KAAK+O,QAAQlE,MAAMmB,UAAUD,OAAS/L,KAAKiM,MAAQjM,KAAK+O,QAAQlE,MAAMoB,MAAMF,OAAS/L,KAAK+O,QAAQlE,MAAMkB,OAGtI/L,KAAK88D,YAAc,IACrBx1C,EAAIO,WAAa7nB,KAAK6zC,SAAWksB,EAAqBx/C,IAAiBvgB,KAAK88D,YAAc,EAAKgD,EAAmB,GAClHx4C,EAAIO,WAAa7nB,KAAK62D,gBACtBvvC,EAAIO,UAAY5iB,KAAKwG,IAAIzL,KAAK6S,MAAMyU,EAAIO,WAExCP,EAAIo4C,OAAOrtD,EAAGC,EAAG2Z,EAAO,EAAE3E,EAAIO,WAC9BP,EAAIlH,UAENkH,EAAIO,WAAa7nB,KAAK6zC,SAAWksB,EAAqBx/C,IAAiBvgB,KAAK88D,YAAc,EAAKgD,EAAmB,GAClHx4C,EAAIO,WAAa7nB,KAAK62D,gBACtBvvC,EAAIO,UAAY5iB,KAAKwG,IAAIzL,KAAK6S,MAAMyU,EAAIO,WAExCP,EAAIiB,UAAYvoB,KAAK6zC,SAAW7zC,KAAK+O,QAAQlE,MAAMmB,UAAUF,WAAa9L,KAAKiM,MAAQjM,KAAK+O,QAAQlE,MAAMoB,MAAMH,WAAa9L,KAAK+O,QAAQlE,MAAMiB,WAChJwb,EAAIo4C,OAAO1/D,KAAKqS,EAAGrS,KAAKsS,EAAG2Z,GAC3B3E,EAAInH,OACJmH,EAAIlH,UAGN7c,EAAKkQ,UAAUkqD,YAAc,SAAUr2C,GACrCtnB,KAAK49D,cAAct2C,GACnBtnB,KAAKwH,KAAOxH,KAAKqS,EAAIrS,KAAK6S,MAAQ,EAClC7S,KAAK4H,IAAM5H,KAAKsS,EAAItS,KAAK8S,OAAS,EAElC9S,KAAKy/D,eAAen4C,EAAKtnB,KAAKqS,EAAGrS,KAAKsS,EAAGtS,KAAK+O,QAAQkd,QAEtDjsB,KAAK8mD,YAAYl/C,IAAM5H,KAAKsS,EAAItS,KAAK+O,QAAQkd,OAC7CjsB,KAAK8mD,YAAYt/C,KAAOxH,KAAKqS,EAAIrS,KAAK+O,QAAQkd,OAC9CjsB,KAAK8mD,YAAYl/B,MAAQ5nB,KAAKqS,EAAIrS,KAAK+O,QAAQkd,OAC/CjsB,KAAK8mD,YAAYjjC,OAAS7jB,KAAKsS,EAAItS,KAAK+O,QAAQkd,OAEhDjsB,KAAKy2D,OAAOnvC,EAAKtnB,KAAKgpB,MAAOhpB,KAAKqS,EAAGrS,KAAKsS,IAG5C/O,EAAKkQ,UAAUqqD,eAAiB,SAAUx2C,GACxC,IAAKtnB,KAAK6S,MAAO,CACf,GAAI+sD,GAAW5/D,KAAK6/D,YAAYv4C,EAEhCtnB,MAAK6S,MAAyB,IAAjB+sD,EAAS/sD,MACtB7S,KAAK8S,OAA2B,EAAlB8sD,EAAS9sD,OACnB9S,KAAK6S,MAAQ7S,KAAK8S,SACpB9S,KAAK6S,MAAQ7S,KAAK8S,OAEpB,IAAIqtD,GAAcngE,KAAK6S,KAGvB7S,MAAK6S,OAAU5N,KAAKwG,IAAIzL,KAAK88D,YAAc,EAAG98D,KAAK4gD,uBAAyB5gD,KAAKw8D,uBACjFx8D,KAAK8S,QAAU7N,KAAKwG,IAAIzL,KAAK88D,YAAc,EAAG98D,KAAK4gD,uBAAyB5gD,KAAKy8D,wBACjFz8D,KAAK+O,QAAQkd,QAAUhnB,KAAKwG,IAAIzL,KAAK88D,YAAc,EAAG98D,KAAK4gD,uBAAyB5gD,KAAK08D,wBACzF18D,KAAK28D,gBAAkB38D,KAAK6S,MAAQstD,IAIxC58D,EAAKkQ,UAAUoqD,aAAe,SAAUv2C,GACtCtnB,KAAK89D,eAAex2C,GACpBtnB,KAAKwH,KAAOxH,KAAKqS,EAAIrS,KAAK6S,MAAQ,EAClC7S,KAAK4H,IAAM5H,KAAKsS,EAAItS,KAAK8S,OAAS,CAElC,IAAIgtD,GAAmB,IACnBv/C,EAAcvgB,KAAK+O,QAAQwR,YAC3Bw/C,EAAqB//D,KAAK+O,QAAQyvC,qBAAuB,EAAIx+C,KAAK+O,QAAQwR,WAE9E+G,GAAIY,YAAcloB,KAAK6zC,SAAW7zC,KAAK+O,QAAQlE,MAAMmB,UAAUD,OAAS/L,KAAKiM,MAAQjM,KAAK+O,QAAQlE,MAAMoB,MAAMF,OAAS/L,KAAK+O,QAAQlE,MAAMkB,OAGtI/L,KAAK88D,YAAc,IACrBx1C,EAAIO,WAAa7nB,KAAK6zC,SAAWksB,EAAqBx/C,IAAiBvgB,KAAK88D,YAAc,EAAKgD,EAAmB,GAClHx4C,EAAIO,WAAa7nB,KAAK62D,gBACtBvvC,EAAIO,UAAY5iB,KAAKwG,IAAIzL,KAAK6S,MAAMyU,EAAIO,WAExCP,EAAI84C,QAAQpgE,KAAKwH,KAAK,EAAE8f,EAAIO,UAAW7nB,KAAK4H,IAAI,EAAE0f,EAAIO,UAAW7nB,KAAK6S,MAAM,EAAEyU,EAAIO,UAAW7nB,KAAK8S,OAAO,EAAEwU,EAAIO,WAC/GP,EAAIlH,UAENkH,EAAIO,WAAa7nB,KAAK6zC,SAAWksB,EAAqBx/C,IAAiBvgB,KAAK88D,YAAc,EAAKgD,EAAmB,GAClHx4C,EAAIO,WAAa7nB,KAAK62D,gBACtBvvC,EAAIO,UAAY5iB,KAAKwG,IAAIzL,KAAK6S,MAAMyU,EAAIO,WAExCP,EAAIiB,UAAYvoB,KAAK6zC,SAAW7zC,KAAK+O,QAAQlE,MAAMmB,UAAUF,WAAa9L,KAAKiM,MAAQjM,KAAK+O,QAAQlE,MAAMoB,MAAMH,WAAa9L,KAAK+O,QAAQlE,MAAMiB,WAEhJwb,EAAI84C,QAAQpgE,KAAKwH,KAAMxH,KAAK4H,IAAK5H,KAAK6S,MAAO7S,KAAK8S,QAClDwU,EAAInH,OACJmH,EAAIlH,SAEJpgB,KAAK8mD,YAAYl/C,IAAM5H,KAAK4H,IAC5B5H,KAAK8mD,YAAYt/C,KAAOxH,KAAKwH,KAC7BxH,KAAK8mD,YAAYl/B,MAAQ5nB,KAAKwH,KAAOxH,KAAK6S,MAC1C7S,KAAK8mD,YAAYjjC,OAAS7jB,KAAK4H,IAAM5H,KAAK8S,OAE1C9S,KAAKy2D,OAAOnvC,EAAKtnB,KAAKgpB,MAAOhpB,KAAKqS,EAAGrS,KAAKsS,IAG5C/O,EAAKkQ,UAAU4qD,SAAW,SAAU/2C,GAClCtnB,KAAKqgE,WAAW/4C,EAAK,WAGvB/jB,EAAKkQ,UAAU+qD,cAAgB,SAAUl3C,GACvCtnB,KAAKqgE,WAAW/4C,EAAK,aAGvB/jB,EAAKkQ,UAAUgrD,kBAAoB,SAAUn3C,GAC3CtnB,KAAKqgE,WAAW/4C,EAAK,iBAGvB/jB,EAAKkQ,UAAU8qD,YAAc,SAAUj3C,GACrCtnB,KAAKqgE,WAAW/4C,EAAK,WAGvB/jB,EAAKkQ,UAAUirD,UAAY,SAAUp3C,GACnCtnB,KAAKqgE,WAAW/4C,EAAK,SAGvB/jB,EAAKkQ,UAAU6qD,aAAe,WAC5B,IAAKt+D,KAAK6S,MAAO,CACf7S,KAAK+O,QAAQkd,OAAQjsB,KAAK47D,eAC1B,IAAIjpD,GAAO,EAAI3S,KAAK+O,QAAQkd,MAC5BjsB,MAAK6S,MAAQF,EACb3S,KAAK8S,OAASH,EAGd3S,KAAK6S,OAAU5N,KAAKwG,IAAIzL,KAAK88D,YAAc,EAAG98D,KAAK4gD,uBAAyB5gD,KAAKw8D,uBACjFx8D,KAAK8S,QAAU7N,KAAKwG,IAAIzL,KAAK88D,YAAc,EAAG98D,KAAK4gD,uBAAyB5gD,KAAKy8D,wBACjFz8D,KAAK+O,QAAQkd,QAAsE,GAA7DhnB,KAAKwG,IAAIzL,KAAK88D,YAAc,EAAG98D,KAAK4gD,uBAA+B5gD,KAAK08D,wBAC9F18D,KAAK28D,gBAAkB38D,KAAK6S,MAAQF,IAIxCpP,EAAKkQ,UAAU4sD,WAAa,SAAU/4C,EAAKy2B,GACzC/9C,KAAKs+D,aAAah3C,GAElBtnB,KAAKwH,KAAOxH,KAAKqS,EAAIrS,KAAK6S,MAAQ,EAClC7S,KAAK4H,IAAM5H,KAAKsS,EAAItS,KAAK8S,OAAS,CAElC,IAAIgtD,GAAmB,IACnBv/C,EAAcvgB,KAAK+O,QAAQwR,YAC3Bw/C,EAAqB//D,KAAK+O,QAAQyvC,qBAAuB,EAAIx+C,KAAK+O,QAAQwR,YAC1E+/C,EAAmB,CAGvB,QAAQviB,GACN,IAAK,MAAiBuiB,EAAmB,CAAG,MAC5C,KAAK,SAAiBA,EAAmB,CAAG,MAC5C,KAAK,WAAiBA,EAAmB,CAAG,MAC5C,KAAK,eAAiBA,EAAmB,CAAG,MAC5C,KAAK,OAAiBA,EAAmB,EAG3Ch5C,EAAIY,YAAcloB,KAAK6zC,SAAW7zC,KAAK+O,QAAQlE,MAAMmB,UAAUD,OAAS/L,KAAKiM,MAAQjM,KAAK+O,QAAQlE,MAAMoB,MAAMF,OAAS/L,KAAK+O,QAAQlE,MAAMkB,OAEtI/L,KAAK88D,YAAc,IACrBx1C,EAAIO,WAAa7nB,KAAK6zC,SAAWksB,EAAqBx/C,IAAiBvgB,KAAK88D,YAAc,EAAKgD,EAAmB,GAClHx4C,EAAIO,WAAa7nB,KAAK62D,gBACtBvvC,EAAIO,UAAY5iB,KAAKwG,IAAIzL,KAAK6S,MAAMyU,EAAIO,WAExCP,EAAIy2B,GAAO/9C,KAAKqS,EAAGrS,KAAKsS,EAAGtS,KAAK+O,QAAQkd,OAAQq0C,EAAmBh5C,EAAIO,WACvEP,EAAIlH,UAENkH,EAAIO,WAAa7nB,KAAK6zC,SAAWksB,EAAqBx/C,IAAiBvgB,KAAK88D,YAAc,EAAKgD,EAAmB,GAClHx4C,EAAIO,WAAa7nB,KAAK62D,gBACtBvvC,EAAIO,UAAY5iB,KAAKwG,IAAIzL,KAAK6S,MAAMyU,EAAIO,WAExCP,EAAIiB,UAAYvoB,KAAK6zC,SAAW7zC,KAAK+O,QAAQlE,MAAMmB,UAAUF,WAAa9L,KAAKiM,MAAQjM,KAAK+O,QAAQlE,MAAMoB,MAAMH,WAAa9L,KAAK+O,QAAQlE,MAAMiB,WAChJwb,EAAIy2B,GAAO/9C,KAAKqS,EAAGrS,KAAKsS,EAAGtS,KAAK+O,QAAQkd,QACxC3E,EAAInH,OACJmH,EAAIlH,SAEJpgB,KAAK8mD,YAAYl/C,IAAM5H,KAAKsS,EAAItS,KAAK+O,QAAQkd,OAC7CjsB,KAAK8mD,YAAYt/C,KAAOxH,KAAKqS,EAAIrS,KAAK+O,QAAQkd,OAC9CjsB,KAAK8mD,YAAYl/B,MAAQ5nB,KAAKqS,EAAIrS,KAAK+O,QAAQkd,OAC/CjsB,KAAK8mD,YAAYjjC,OAAS7jB,KAAKsS,EAAItS,KAAK+O,QAAQkd,OAE5CjsB,KAAKgpB,QACPhpB,KAAKy2D,OAAOnvC,EAAKtnB,KAAKgpB,MAAOhpB,KAAKqS,EAAGrS,KAAKsS,EAAItS,KAAK8S,OAAS,EAAGvM,OAAW,WAAU,GACpFvG,KAAK8mD,YAAYt/C,KAAOvC,KAAKwG,IAAIzL,KAAK8mD,YAAYt/C,KAAMxH,KAAKw0D,gBAAgBhtD,MAC7ExH,KAAK8mD,YAAYl/B,MAAQ3iB,KAAKiI,IAAIlN,KAAK8mD,YAAYl/B,MAAO5nB,KAAKw0D,gBAAgBhtD,KAAOxH,KAAKw0D,gBAAgB3hD,OAC3G7S,KAAK8mD,YAAYjjC,OAAS5e,KAAKiI,IAAIlN,KAAK8mD,YAAYjjC,OAAQ7jB,KAAK8mD,YAAYjjC,OAAS7jB,KAAKw0D,gBAAgB1hD,UAI/GvP,EAAKkQ,UAAU2qD,YAAc,SAAU92C,GACrC,IAAKtnB,KAAK6S,MAAO,CACf,GAAIoH,GAAS,EACT2lD,EAAW5/D,KAAK6/D,YAAYv4C,EAChCtnB,MAAK6S,MAAQ+sD,EAAS/sD,MAAQ,EAAIoH,EAClCja,KAAK8S,OAAS8sD,EAAS9sD,OAAS,EAAImH,EAGpCja,KAAK6S,OAAU5N,KAAKwG,IAAIzL,KAAK88D,YAAc,EAAG98D,KAAK4gD,uBAAyB5gD,KAAKw8D,uBACjFx8D,KAAK8S,QAAU7N,KAAKwG,IAAIzL,KAAK88D,YAAc,EAAG98D,KAAK4gD,uBAAyB5gD,KAAKy8D,wBACjFz8D,KAAK+O,QAAQkd,QAAShnB,KAAKwG,IAAIzL,KAAK88D,YAAc,EAAG98D,KAAK4gD,uBAAyB5gD,KAAK08D,wBACxF18D,KAAK28D,gBAAkB38D,KAAK6S,OAAS+sD,EAAS/sD,MAAQ,EAAIoH,KAI9D1W,EAAKkQ,UAAU0qD,UAAY,SAAU72C,GACnCtnB,KAAKo+D,YAAY92C,GACjBtnB,KAAKwH,KAAOxH,KAAKqS,EAAIrS,KAAK6S,MAAQ,EAClC7S,KAAK4H,IAAM5H,KAAKsS,EAAItS,KAAK8S,OAAS,EAElC9S,KAAKy2D,OAAOnvC,EAAKtnB,KAAKgpB,MAAOhpB,KAAKqS,EAAGrS,KAAKsS,GAE1CtS,KAAK8mD,YAAYl/C,IAAM5H,KAAK4H,IAC5B5H,KAAK8mD,YAAYt/C,KAAOxH,KAAKwH,KAC7BxH,KAAK8mD,YAAYl/B,MAAQ5nB,KAAKwH,KAAOxH,KAAK6S,MAC1C7S,KAAK8mD,YAAYjjC,OAAS7jB,KAAK4H,IAAM5H,KAAK8S,QAI5CvP,EAAKkQ,UAAUgjD,OAAS,SAAUnvC,EAAKwC,EAAMzX,EAAGC,EAAGq9B,EAAO4wB,EAAUC,GAClE,GAAI12C,GAAQ7lB,OAAOjE,KAAK+O,QAAQmvC,UAAYl+C,KAAK48D,aAAe58D,KAAKy7D,kBAAmB,CACtFn0C,EAAIQ,MAAQ9nB,KAAK6zC,SAAW,QAAU,IAAM7zC,KAAK+O,QAAQmvC,SAAW,MAAQl+C,KAAK+O,QAAQovC,QAEzF,IAAI/W,GAAQtd,EAAK7hB,MAAM,MACnBivD,EAAY9vB,EAAM1hC,OAClBw4C,EAAWj6C,OAAOjE,KAAK+O,QAAQmvC,UAC/BuW,EAAQniD,GAAK,EAAI4kD,GAAa,EAAIhZ,CAChB,IAAlBsiB,IACF/L,EAAQniD,GAAK,EAAI4kD,IAAc,EAAIhZ,GAKrC,KAAK,GADDrrC,GAAQyU,EAAI6vC,YAAY/vB,EAAM,IAAIv0B,MAC7BtN,EAAI,EAAO2xD,EAAJ3xD,EAAeA,IAAK,CAClC,GAAIsiB,GAAYP,EAAI6vC,YAAY/vB,EAAM7hC,IAAIsN,KAC1CA,GAAQgV,EAAYhV,EAAQgV,EAAYhV,EAE1C,GAAIC,GAAS9S,KAAK+O,QAAQmvC,SAAWgZ,EACjC1vD,EAAO6K,EAAIQ,EAAQ,EACnBjL,EAAM0K,EAAIQ,EAAS,CACP,YAAZytD,IACF34D,GAAO,GAAMs2C,EACbt2C,GAAO,EACP6sD,GAAS,GAEXz0D,KAAKw0D,iBAAmB5sD,IAAIA,EAAIJ,KAAKA,EAAKqL,MAAMA,EAAMC,OAAOA,EAAO2hD,MAAMA,GAG5CluD,SAA1BvG,KAAK+O,QAAQqvC,UAAoD,OAA1Bp+C,KAAK+O,QAAQqvC,UAA+C,SAA1Bp+C,KAAK+O,QAAQqvC,WACxF92B,EAAIiB,UAAYvoB,KAAK+O,QAAQqvC,SAC7B92B,EAAIqwC,SAASnwD,EAAMI,EAAKiL,EAAOC,IAIjCwU,EAAIiB,UAAYvoB,KAAK+O,QAAQkvC,WAAa,QAC1C32B,EAAIuB,UAAY8mB,GAAS,SACzBroB,EAAIwB,aAAey3C,GAAY,SAC3BvgE,KAAK+O,QAAQsvC,gBAAkB,IACjC/2B,EAAIO,UAAc7nB,KAAK+O,QAAQsvC,gBAC/B/2B,EAAIY,YAAcloB,KAAK+O,QAAQuvC,gBAC/Bh3B,EAAIswC,SAAc,QAEpB,KAAK,GAAIryD,GAAI,EAAO2xD,EAAJ3xD,EAAeA,IAC1BvF,KAAK+O,QAAQsvC,iBACd/2B,EAAIuwC,WAAWzwB,EAAM7hC,GAAI8M,EAAGoiD,GAE9BntC,EAAIyB,SAASqe,EAAM7hC,GAAI8M,EAAGoiD,GAC1BA,GAASvW,IAMf36C,EAAKkQ,UAAUosD,YAAc,SAASv4C,GACpC,GAAmB/gB,SAAfvG,KAAKgpB,MAAqB,CAC5B1B,EAAIQ,MAAQ9nB,KAAK6zC,SAAW,QAAU,IAAM7zC,KAAK+O,QAAQmvC,SAAW,MAAQl+C,KAAK+O,QAAQovC,QAMzF,KAAK,GAJD/W,GAAQpnC,KAAKgpB,MAAM/gB,MAAM,MACzB6K,GAAU7O,OAAOjE,KAAK+O,QAAQmvC,UAAY,GAAK9W,EAAM1hC,OACrDmN,EAAQ,EAEHtN,EAAI,EAAGk8B,EAAO2F,EAAM1hC,OAAY+7B,EAAJl8B,EAAUA,IAC7CsN,EAAQ5N,KAAKiI,IAAI2F,EAAOyU,EAAI6vC,YAAY/vB,EAAM7hC,IAAIsN,MAGpD,QAAQA,MAASA,EAAOC,OAAUA,GAGlC,OAAQD,MAAS,EAAGC,OAAU,IAUlCvP,EAAKkQ,UAAUg9C,OAAS,WACtB,MAAmBlqD,UAAfvG,KAAK6S,MACD7S,KAAKqS,EAAIrS,KAAK6S,MAAO7S,KAAK62D,iBAAoB72D,KAAK0kD,cAAcryC,GACjErS,KAAKqS,EAAIrS,KAAK6S,MAAO7S,KAAK62D,gBAAoB72D,KAAK2kD,kBAAkBtyC,GACrErS,KAAKsS,EAAItS,KAAK8S,OAAO9S,KAAK62D,iBAAoB72D,KAAK0kD,cAAcpyC,GACjEtS,KAAKsS,EAAItS,KAAK8S,OAAO9S,KAAK62D,gBAAoB72D,KAAK2kD,kBAAkBryC,GAGpE,GAQX/O,EAAKkQ,UAAUgtD,OAAS,WACtB,MAAQzgE,MAAKqS,GAAKrS,KAAK0kD,cAAcryC,GAC7BrS,KAAKqS,EAAIrS,KAAK2kD,kBAAkBtyC,GAChCrS,KAAKsS,GAAKtS,KAAK0kD,cAAcpyC,GAC7BtS,KAAKsS,EAAItS,KAAK2kD,kBAAkBryC,GAW1C/O,EAAKkQ,UAAU+8C,eAAiB,SAAShzC,EAAMknC,EAAcC,GAC3D3kD,KAAK62D,gBAAkB,EAAIr5C,EAC3Bxd,KAAK48D,aAAep/C,EACpBxd,KAAK0kD,cAAgBA,EACrB1kD,KAAK2kD,kBAAoBA,GAS3BphD,EAAKkQ,UAAUmwB,SAAW,SAASpmB,GACjCxd,KAAK62D,gBAAkB,EAAIr5C,EAC3Bxd,KAAK48D,aAAep/C,GAQtBja,EAAKkQ,UAAUitD,cAAgB,WAC7B1gE,KAAKk8D,GAAK,EACVl8D,KAAKm8D,GAAK,GASZ54D,EAAKkQ,UAAUktD,eAAiB,SAASC,GACvC,GAAIC,GAAe7gE,KAAKk8D,GAAKl8D,KAAKk8D,GAAK0E,CAEvC5gE,MAAKk8D,GAAKj3D,KAAKkrB,KAAK0wC,EAAa7gE,KAAK+O,QAAQ6uC,MAC9CijB,EAAe7gE,KAAKm8D,GAAKn8D,KAAKm8D,GAAKyE,EAEnC5gE,KAAKm8D,GAAKl3D,KAAKkrB,KAAK0wC,EAAa7gE,KAAK+O,QAAQ6uC,OAGhD/9C,EAAOD,QAAU2D,GAKb,SAAS1D,GAWb,QAAS2D,GAAMsW,EAAWzH,EAAGC,EAAGwX,EAAMtc,GAElCxN,KAAK8Z,UADHA,EACeA,EAGAjI,SAASsjB,KAId5uB,SAAViH,IACe,gBAAN6E,IACT7E,EAAQ6E,EACRA,EAAI9L,QACqB,gBAATujB,IAChBtc,EAAQsc,EACRA,EAAOvjB,QAGPiH,GACEywC,UAAW,QACXC,SAAU,GACVC,SAAU,UACVtzC,OACEkB,OAAQ,OACRD,WAAY,aAMpB9L,KAAKqS,EAAI,EACTrS,KAAKsS,EAAI,EACTtS,KAAKukB,QAAU,EAELhe,SAAN8L,GAAyB9L,SAAN+L,GACrBtS,KAAKuuD,YAAYl8C,EAAGC,GAET/L,SAATujB,GACF9pB,KAAKwuD,QAAQ1kC,GAIf9pB,KAAK6f,MAAQhO,SAASM,cAAc,MACpC,IAAI2uD,GAAY9gE,KAAK6f,MAAMrS,KAC3BszD,GAAU38C,SAAW,WACrB28C,EAAU/oC,WAAa,SACvB+oC,EAAU/0D,OAAS,aAAeyB,EAAM3C,MAAMkB,OAC9C+0D,EAAUj2D,MAAQ2C,EAAMywC,UACxB6iB,EAAU5iB,SAAW1wC,EAAM0wC,SAAW,KACtC4iB,EAAUC,WAAavzD,EAAM2wC,SAC7B2iB,EAAUv8C,QAAUvkB,KAAKukB,QAAU,KACnCu8C,EAAU5gD,gBAAkB1S,EAAM3C,MAAMiB,WACxCg1D,EAAUtwC,aAAe,MACzBswC,EAAUxuC,gBAAkB,MAC5BwuC,EAAUE,mBAAqB,MAC/BF,EAAUrwC,UAAY,wCACtBqwC,EAAUG,WAAa,SACvBjhE,KAAK8Z,UAAU/H,YAAY/R,KAAK6f,OAOlCrc,EAAMiQ,UAAU86C,YAAc,SAASl8C,EAAGC,GACxCtS,KAAKqS,EAAIgZ,SAAShZ,GAClBrS,KAAKsS,EAAI+Y,SAAS/Y,IAOpB9O,EAAMiQ,UAAU+6C,QAAU,SAASp+B,GAC7BA,YAAmBmd,UACrBvtC,KAAK6f,MAAM2E,UAAY,GACvBxkB,KAAK6f,MAAM9N,YAAYqe,IAGvBpwB,KAAK6f,MAAM2E,UAAY4L,GAQ3B5sB,EAAMiQ,UAAU80B,KAAO,SAAUA,GAK/B,GAJahiC,SAATgiC,IACFA,GAAO,GAGLA,EAAM,CACR,GAAIz1B,GAAS9S,KAAK6f,MAAMuF,aACpBvS,EAAS7S,KAAK6f,MAAME,YACpBiV,EAAYh1B,KAAK6f,MAAM/V,WAAWsb,aAClCi3B,EAAWr8C,KAAK6f,MAAM/V,WAAWiW,YAEjCnY,EAAO5H,KAAKsS,EAAIQ,CAChBlL,GAAMkL,EAAS9S,KAAKukB,QAAUyQ,IAChCptB,EAAMotB,EAAYliB,EAAS9S,KAAKukB,SAE9B3c,EAAM5H,KAAKukB,UACb3c,EAAM5H,KAAKukB,QAGb,IAAI/c,GAAOxH,KAAKqS,CACZ7K,GAAOqL,EAAQ7S,KAAKukB,QAAU83B,IAChC70C,EAAO60C,EAAWxpC,EAAQ7S,KAAKukB,SAE7B/c,EAAOxH,KAAKukB,UACd/c,EAAOxH,KAAKukB,SAGdvkB,KAAK6f,MAAMrS,MAAMhG,KAAOA,EAAO,KAC/BxH,KAAK6f,MAAMrS,MAAM5F,IAAMA,EAAM,KAC7B5H,KAAK6f,MAAMrS,MAAMuqB,WAAa,cAG9B/3B,MAAKsoC,QAOT9kC,EAAMiQ,UAAU60B,KAAO,WACrBtoC,KAAK6f,MAAMrS,MAAMuqB,WAAa,UAGhCl4B,EAAOD,QAAU4D,GAKb,SAAS3D,EAAQD,GAarB,QAASshE,GAAUluD,GAEjB,MADAsd,GAAMtd,EACCmuD,IAoCT,QAASt+B,KACPx6B,EAAQ,EACR5H,EAAI6vB,EAAI3K,OAAO,GAQjB,QAASiD,KACPvgB,IACA5H,EAAI6vB,EAAI3K,OAAOtd,GAOjB,QAAS+4D,KACP,MAAO9wC,GAAI3K,OAAOtd,EAAQ,GAS5B,QAASg5D,GAAe5gE,GACtB,MAAO6gE,GAAkBhzD,KAAK7N,GAShC,QAAS8gE,GAAOj8D,EAAGa,GAKjB,GAJKb,IACHA,MAGEa,EACF,IAAK,GAAIqQ,KAAQrQ,GACXA,EAAEN,eAAe2Q,KACnBlR,EAAEkR,GAAQrQ,EAAEqQ,GAIlB,OAAOlR,GAeT,QAAS6S,GAASmL,EAAKyoB,EAAM3kC,GAG3B,IAFA,GAAIuG,GAAOo+B,EAAK9jC,MAAM,KAClBu5D,EAAIl+C,EACD3V,EAAKjI,QAAQ,CAClB,GAAIkD,GAAM+E,EAAKiE,OACXjE,GAAKjI,QAEF87D,EAAE54D,KACL44D,EAAE54D,OAEJ44D,EAAIA,EAAE54D,IAIN44D,EAAE54D,GAAOxB,GAWf,QAASq6D,GAAQhwC,EAAO+0B,GAOtB,IANA,GAAIjhD,GAAGC,EACH60B,EAAU,KAGVqnC,GAAUjwC,GACV/xB,EAAO+xB,EACJ/xB,EAAKgmC,QACVg8B,EAAOx5D,KAAKxI,EAAKgmC,QACjBhmC,EAAOA,EAAKgmC,MAId,IAAIhmC,EAAKi+C,MACP,IAAKp4C,EAAI,EAAGC,EAAM9F,EAAKi+C,MAAMj4C,OAAYF,EAAJD,EAASA,IAC5C,GAAIihD,EAAKnmD,KAAOX,EAAKi+C,MAAMp4C,GAAGlF,GAAI,CAChCg6B,EAAU36B,EAAKi+C,MAAMp4C,EACrB,OAiBN,IAZK80B,IAEHA,GACEh6B,GAAImmD,EAAKnmD,IAEPoxB,EAAM+0B,OAERnsB,EAAQsnC,KAAOJ,EAAMlnC,EAAQsnC,KAAMlwC,EAAM+0B,QAKxCjhD,EAAIm8D,EAAOh8D,OAAS,EAAGH,GAAK,EAAGA,IAAK,CACvC,GAAIoH,GAAI+0D,EAAOn8D,EAEVoH,GAAEgxC,QACLhxC,EAAEgxC,UAE4B,IAA5BhxC,EAAEgxC,MAAMj3C,QAAQ2zB,IAClB1tB,EAAEgxC,MAAMz1C,KAAKmyB,GAKbmsB,EAAKmb,OACPtnC,EAAQsnC,KAAOJ,EAAMlnC,EAAQsnC,KAAMnb,EAAKmb,OAS5C,QAASC,GAAQnwC,EAAO28B,GAKtB,GAJK38B,EAAMgtB,QACThtB,EAAMgtB,UAERhtB,EAAMgtB,MAAMv2C,KAAKkmD,GACb38B,EAAM28B,KAAM,CACd,GAAIuT,GAAOJ,KAAU9vC,EAAM28B,KAC3BA,GAAKuT,KAAOJ,EAAMI,EAAMvT,EAAKuT,OAajC,QAASE,GAAWpwC,EAAO9H,EAAMC,EAAI/iB,EAAM86D,GACzC,GAAIvT,IACFzkC,KAAMA,EACNC,GAAIA,EACJ/iB,KAAMA,EAQR,OALI4qB,GAAM28B,OACRA,EAAKuT,KAAOJ,KAAU9vC,EAAM28B,OAE9BA,EAAKuT,KAAOJ,EAAMnT,EAAKuT,SAAYA,GAE5BvT,EAOT,QAAS0T,KAKP,IAJAC,EAAYC,EAAUC,KACtBC,EAAQ,GAGI,KAALzhE,GAAiB,KAALA,GAAkB,MAALA,GAAkB,MAALA,GAC3CmoB,GAGF,GAAG,CACD,GAAIu5C,IAAY,CAGhB,IAAS,KAAL1hE,EAAU,CAGZ,IADA,GAAI8E,GAAI8C,EAAQ,EACQ,KAAjBioB,EAAI3K,OAAOpgB,IAA8B,KAAjB+qB,EAAI3K,OAAOpgB,IACxCA,GAEF,IAAqB,MAAjB+qB,EAAI3K,OAAOpgB,IAA+B,IAAjB+qB,EAAI3K,OAAOpgB,GAAU,CAEhD,KAAY,IAAL9E,GAAgB,MAALA,GAChBmoB,GAEFu5C,IAAY,GAGhB,GAAS,KAAL1hE,GAA6B,KAAjB2gE,IAAsB,CAEpC,KAAY,IAAL3gE,GAAgB,MAALA,GAChBmoB,GAEFu5C,IAAY,EAEd,GAAS,KAAL1hE,GAA6B,KAAjB2gE,IAAsB,CAEpC,KAAY,IAAL3gE,GAAS,CACd,GAAS,KAALA,GAA6B,KAAjB2gE,IAAsB,CAEpCx4C,IACAA,GACA,OAGAA,IAGJu5C,GAAY,EAId,KAAY,KAAL1hE,GAAiB,KAALA,GAAkB,MAALA,GAAkB,MAALA,GAC3CmoB,UAGGu5C,EAGP,IAAS,IAAL1hE,EAGF,YADAshE,EAAYC,EAAUI,UAKxB,IAAIC,GAAK5hE,EAAI2gE,GACb,IAAIkB,EAAWD,GAKb,MAJAN,GAAYC,EAAUI,UACtBF,EAAQG,EACRz5C,QACAA,IAKF,IAAI05C,EAAW7hE,GAIb,MAHAshE,GAAYC,EAAUI,UACtBF,EAAQzhE,MACRmoB,IAMF,IAAIy4C,EAAe5gE,IAAW,KAALA,EAAU,CAIjC,IAHAyhE,GAASzhE,EACTmoB,IAEOy4C,EAAe5gE,IACpByhE,GAASzhE,EACTmoB,GAYF,OAVa,SAATs5C,EACFA,GAAQ,EAEQ,QAATA,EACPA,GAAQ,EAEAz9D,MAAMR,OAAOi+D,MACrBA,EAAQj+D,OAAOi+D,SAEjBH,EAAYC,EAAUO,YAKxB,GAAS,KAAL9hE,EAAU,CAEZ,IADAmoB,IACY,IAALnoB,IAAiB,KAALA,GAAkB,KAALA,GAA6B,KAAjB2gE,MAC1Cc,GAASzhE,EACA,KAALA,GACFmoB,IAEFA,GAEF,IAAS,KAALnoB,EACF,KAAM+hE,GAAe,2BAIvB,OAFA55C,UACAm5C,EAAYC,EAAUO,YAMxB,IADAR,EAAYC,EAAUS,QACV,IAALhiE,GACLyhE,GAASzhE,EACTmoB,GAEF,MAAM,IAAI7O,aAAY,yBAA2B2oD,EAAKR,EAAO,IAAM,KAOrE,QAASf,KACP,GAAI1vC,KAwBJ,IAtBAoR,IACAi/B,IAGa,UAATI,IACFzwC,EAAMkxC,QAAS,EACfb,MAIW,SAATI,GAA6B,WAATA,KACtBzwC,EAAM5qB,KAAOq7D,EACbJ,KAIEC,GAAaC,EAAUO,aACzB9wC,EAAMpxB,GAAK6hE,EACXJ,KAIW,KAATI,EACF,KAAMM,GAAe,2BAQvB,IANAV,IAGAc,EAAgBnxC,GAGH,KAATywC,EACF,KAAMM,GAAe,2BAKvB,IAHAV,IAGc,KAAVI,EACF,KAAMM,GAAe,uBASvB,OAPAV,WAGOrwC,GAAM+0B,WACN/0B,GAAM28B,WACN38B,GAAMA,MAENA,EAOT,QAASmxC,GAAiBnxC,GACxB,KAAiB,KAAVywC,GAAyB,KAATA,GACrBW,EAAepxC,GACF,KAATywC,GACFJ,IAWN,QAASe,GAAepxC,GAEtB,GAAIqxC,GAAWC,EAActxC,EAC7B,IAAIqxC,EAIF,WAFAE,GAAUvxC,EAAOqxC,EAMnB,IAAInB,GAAOsB,EAAwBxxC,EACnC,KAAIkwC,EAAJ,CAKA,GAAII,GAAaC,EAAUO,WACzB,KAAMC,GAAe,sBAEvB,IAAIniE,GAAK6hE,CAGT,IAFAJ,IAEa,KAATI,EAAc,CAGhB,GADAJ,IACIC,GAAaC,EAAUO,WACzB,KAAMC,GAAe,sBAEvB/wC,GAAMpxB,GAAM6hE,EACZJ,QAIAoB,GAAmBzxC,EAAOpxB,IAS9B,QAAS0iE,GAAetxC,GACtB,GAAIqxC,GAAW,IAgBf,IAba,YAATZ,IACFY,KACAA,EAASj8D,KAAO,WAChBi7D,IAGIC,GAAaC,EAAUO,aACzBO,EAASziE,GAAK6hE,EACdJ,MAKS,KAATI,EAAc,CAehB,GAdAJ,IAEKgB,IACHA,MAEFA,EAASp9B,OAASjU,EAClBqxC,EAAStc,KAAO/0B,EAAM+0B,KACtBsc,EAAS1U,KAAO38B,EAAM28B,KACtB0U,EAASrxC,MAAQA,EAAMA,MAGvBmxC,EAAgBE,GAGH,KAATZ,EACF,KAAMM,GAAe,2BAEvBV,WAGOgB,GAAStc,WACTsc,GAAS1U,WACT0U,GAASrxC,YACTqxC,GAASp9B,OAGXjU,EAAM0xC,YACT1xC,EAAM0xC,cAER1xC,EAAM0xC,UAAUj7D,KAAK46D,GAGvB,MAAOA,GAYT,QAASG,GAAyBxxC,GAEhC,MAAa,QAATywC,GACFJ,IAGArwC,EAAM+0B,KAAO4c,IACN,QAES,QAATlB,GACPJ,IAGArwC,EAAM28B,KAAOgV,IACN,QAES,SAATlB,GACPJ,IAGArwC,EAAMA,MAAQ2xC,IACP,SAGF,KAQT,QAASF,GAAmBzxC,EAAOpxB,GAEjC,GAAImmD,IACFnmD,GAAIA,GAEFshE,EAAOyB,GACPzB,KACFnb,EAAKmb,KAAOA,GAEdF,EAAQhwC,EAAO+0B,GAGfwc,EAAUvxC,EAAOpxB,GAQnB,QAAS2iE,GAAUvxC,EAAO9H,GACxB,KAAgB,MAATu4C,GAA0B,MAATA,GAAe,CACrC,GAAIt4C,GACA/iB,EAAOq7D,CACXJ,IAEA,IAAIgB,GAAWC,EAActxC,EAC7B,IAAIqxC,EACFl5C,EAAKk5C,MAEF,CACH,GAAIf,GAAaC,EAAUO,WACzB,KAAMC,GAAe,kCAEvB54C,GAAKs4C,EACLT,EAAQhwC,GACNpxB,GAAIupB,IAENk4C,IAIF,GAAIH,GAAOyB,IAGPhV,EAAOyT,EAAWpwC,EAAO9H,EAAMC,EAAI/iB,EAAM86D,EAC7CC,GAAQnwC,EAAO28B,GAEfzkC,EAAOC,GASX,QAASw5C,KAGP,IAFA,GAAIzB,GAAO,KAEK,KAATO,GAAc,CAGnB,IAFAJ,IACAH,KACiB,KAAVO,GAAyB,KAATA,GAAc,CACnC,GAAIH,GAAaC,EAAUO,WACzB,KAAMC,GAAe,0BAEvB,IAAIhsD,GAAO0rD,CAGX,IADAJ,IACa,KAATI,EACF,KAAMM,GAAe,wBAIvB,IAFAV,IAEIC,GAAaC,EAAUO,WACzB,KAAMC,GAAe,2BAEvB,IAAIp7D,GAAQ86D,CACZ/pD,GAASwpD,EAAMnrD,EAAMpP,GAErB06D,IACY,KAARI,GACFJ,IAIJ,GAAa,KAATI,EACF,KAAMM,GAAe,qBAEvBV,KAGF,MAAOH,GAQT,QAASa,GAAea,GACtB,MAAO,IAAItpD,aAAYspD,EAAU,UAAYX,EAAKR,EAAO,IAAM,WAAa75D,EAAQ,KAStF,QAASq6D,GAAM54C,EAAMw5C,GACnB,MAAQx5C,GAAKpkB,QAAU49D,EAAax5C,EAAQA,EAAK9e,OAAO,EAAG,IAAM,MASnE,QAASu4D,GAASC,EAAQC,EAAQhqD,GAC5BzT,MAAMC,QAAQu9D,GAChBA,EAAOj7D,QAAQ,SAAUm7D,GACnB19D,MAAMC,QAAQw9D,GAChBA,EAAOl7D,QAAQ,SAAUo7D,GACvBlqD,EAAGiqD,EAAOC,KAIZlqD,EAAGiqD,EAAOD,KAKVz9D,MAAMC,QAAQw9D,GAChBA,EAAOl7D,QAAQ,SAAUo7D,GACvBlqD,EAAG+pD,EAAQG,KAIblqD,EAAG+pD,EAAQC,GAWjB,QAAS1b,GAAY/0C,GAEnB,GAAI80C,GAAUoZ,EAASluD,GACnB4wD,GACFjmB,SACAc,SACA1vC,WAmBF,IAfI+4C,EAAQnK,OACVmK,EAAQnK,MAAMp1C,QAAQ,SAAUs7D,GAC9B,GAAIC,IACFzjE,GAAIwjE,EAAQxjE,GACZ2oB,MAAO7kB,OAAO0/D,EAAQ76C,OAAS66C,EAAQxjE,IAEzCkhE,GAAMuC,EAAWD,EAAQlC,MACrBmC,EAAU9lB,QACZ8lB,EAAU/lB,MAAQ,SAEpB6lB,EAAUjmB,MAAMz1C,KAAK47D,KAKrBhc,EAAQrJ,MAAO,CAMjB,GAAIslB,GAAc,SAAUC,GAC1B,GAAIC,IACFt6C,KAAMq6C,EAAQr6C,KACdC,GAAIo6C,EAAQp6C,GAId,OAFA23C,GAAM0C,EAAWD,EAAQrC,MACzBsC,EAAUz2D,MAAyB,MAAhBw2D,EAAQn9D,KAAgB,QAAU,OAC9Co9D,EAGTnc,GAAQrJ,MAAMl2C,QAAQ,SAAUy7D,GAC9B,GAAIr6C,GAAMC,CAERD,GADEq6C,EAAQr6C,eAAgBrjB,QACnB09D,EAAQr6C,KAAKg0B,OAIlBt9C,GAAI2jE,EAAQr6C,MAKdC,EADEo6C,EAAQp6C,aAActjB,QACnB09D,EAAQp6C,GAAG+zB,OAIdt9C,GAAI2jE,EAAQp6C,IAIZo6C,EAAQr6C,eAAgBrjB,SAAU09D,EAAQr6C,KAAK80B,OACjDulB,EAAQr6C,KAAK80B,MAAMl2C,QAAQ,SAAU27D,GACnC,GAAID,GAAYF,EAAYG,EAC5BN,GAAUnlB,MAAMv2C,KAAK+7D,KAIzBV,EAAS55C,EAAMC,EAAI,SAAUD,EAAMC,GACjC,GAAIs6C,GAAUrC,EAAW+B,EAAWj6C,EAAKtpB,GAAIupB,EAAGvpB,GAAI2jE,EAAQn9D,KAAMm9D,EAAQrC,MACtEsC,EAAYF,EAAYG,EAC5BN,GAAUnlB,MAAMv2C,KAAK+7D,KAGnBD,EAAQp6C,aAActjB,SAAU09D,EAAQp6C,GAAG60B,OAC7CulB,EAAQp6C,GAAG60B,MAAMl2C,QAAQ,SAAU27D,GACjC,GAAID,GAAYF,EAAYG,EAC5BN,GAAUnlB,MAAMv2C,KAAK+7D,OAW7B,MAJInc,GAAQ6Z,OACViC,EAAU70D,QAAU+4C,EAAQ6Z,MAGvBiC,EAnyBT,GAAI5B,IACFC,KAAO,EACPG,UAAY,EACZG,WAAY,EACZE,QAAU,GAIRH,GACF6B,KAAK,EACLC,KAAK,EACLC,KAAK,EACLC,KAAK,EACLC,KAAK,EACLC,KAAK,EACLC,KAAK,EAELC,MAAM,EACNC,MAAM,GAGJr0C,EAAM,GACNjoB,EAAQ,EACR5H,EAAI,GACJyhE,EAAQ,GACRH,EAAYC,EAAUC,KAmCtBX,EAAoB,iBA2uBxB1hE,GAAQshE,SAAWA,EACnBthE,EAAQmoD,WAAaA,GAKjB,SAASloD,EAAQD,GAGrB,QAASsoD,GAAW0c,EAAW71D,GAC7B,GAAI0vC,MACAd,IACJ39C,MAAK+O,SACH0vC,OACEQ,cAAc,GAEhBtB,OACEknB,eAAe,EACfj6D,YAAY,IAIArE,SAAZwI,IACF/O,KAAK+O,QAAQ4uC,MAAqB,cAAI5uC,EAAQ81D,eAAgB,EAC9D7kE,KAAK+O,QAAQ4uC,MAAkB,WAAO5uC,EAAQnE,YAAgB,EAC9D5K,KAAK+O,QAAQ0vC,MAAoB,aAAK1vC,EAAQkwC,cAAgB,EAKhE,KAAK,GAFD6lB,GAASF,EAAUnmB,MACnBsmB,EAASH,EAAUjnB,MACdp4C,EAAI,EAAGA,EAAIu/D,EAAOp/D,OAAQH,IAAK,CACtC,GAAI6oD,MACA4W,EAAQF,EAAOv/D,EACnB6oD,GAAS,GAAI4W,EAAM3kE,GACnB+tD,EAAW,KAAI4W,EAAMC,OACrB7W,EAAS,GAAI4W,EAAMr7D,OACnBykD,EAAiB,WAAI4W,EAAMppB,WAG3BwS,EAAY,MAAI4W,EAAMn6D,MACtBujD,EAAmB,aAAsB7nD,SAAlB6nD,EAAY,OAAkB,EAAQpuD,KAAK+O,QAAQkwC,aAC1ER,EAAMv2C,KAAKkmD,GAGb,IAAK,GAAI7oD,GAAI,EAAGA,EAAIw/D,EAAOr/D,OAAQH,IAAK,CACtC,GAAIihD,MACA0e,EAAQH,EAAOx/D,EACnBihD,GAAS,GAAI0e,EAAM7kE,GACnBmmD,EAAiB,WAAI0e,EAAMtpB,WAC3B4K,EAAQ,EAAI0e,EAAM7yD,EAClBm0C,EAAQ,EAAI0e,EAAM5yD,EAClBk0C,EAAY,MAAI0e,EAAMl8C,MAEpBw9B,EAAY,MADuB,GAAjCxmD,KAAK+O,QAAQ4uC,MAAM/yC,WACLs6D,EAAMr6D,MAGUtE,SAAhB2+D,EAAMr6D,OAAuBiB,WAAWo5D,EAAMr6D,MAAOkB,OAAOm5D,EAAMr6D,OAAStE,OAE7FigD,EAAa,OAAI0e,EAAMvyD,KACvB6zC,EAAqB,eAAIxmD,KAAK+O,QAAQ4uC,MAAMknB,cAC5Cre,EAAqB,eAAIxmD,KAAK+O,QAAQ4uC,MAAMknB,cAC5ClnB,EAAMz1C,KAAKs+C,GAGb,OAAQ7I,MAAMA,EAAOc,MAAMA,GAG7B7+C,EAAQsoD,WAAaA,GAIjB,SAASroD,EAAQD,EAASM,GAI9BL,EAAOD,QAA6B,mBAAX6H,SAA2BA,OAAe,QAAKvH,EAAoB,KAKxF,SAASL,EAAQD,EAASM,GAK5BL,EAAOD,QADa,mBAAX6H,QACQA,OAAe,QAAKvH,EAAoB,IAGxC,WACf,KAAM0D,OAAM,+DAOZ,SAAS/D,EAAQD,EAASM,GAmB9B,QAASw2B,MAjBT,GAAIpZ,GAAUpd,EAAoB,IAC9BgmC,EAAShmC,EAAoB,IAC7BS,EAAOT,EAAoB,GAK3B8lD,GAJU9lD,EAAoB,GACnBA,EAAoB,GACvBA,EAAoB,IAClBA,EAAoB,IAClBA,EAAoB,KAChCyB,EAAWzB,EAAoB,GAYnCod,GAAQoZ,EAAKjjB,WASbijB,EAAKjjB,UAAUyhB,QAAU,SAAUpb,GACjC9Z,KAAKuwB,OAELvwB,KAAKuwB,IAAI7wB,KAAuBmS,SAASM,cAAc,OACvDnS,KAAKuwB,IAAIzkB,WAAuB+F,SAASM,cAAc,OACvDnS,KAAKuwB,IAAIoV,mBAAuB9zB,SAASM,cAAc,OACvDnS,KAAKuwB,IAAIuY,qBAAuBj3B,SAASM,cAAc,OACvDnS,KAAKuwB,IAAI6H,gBAAuBvmB,SAASM,cAAc,OACvDnS,KAAKuwB,IAAI40C,cAAuBtzD,SAASM,cAAc,OACvDnS,KAAKuwB,IAAI60C,eAAuBvzD,SAASM,cAAc,OACvDnS,KAAKuwB,IAAI7D,OAAuB7a,SAASM,cAAc,OACvDnS,KAAKuwB,IAAI/oB,KAAuBqK,SAASM,cAAc,OACvDnS,KAAKuwB,IAAI3I,MAAuB/V,SAASM,cAAc,OACvDnS,KAAKuwB,IAAI3oB,IAAuBiK,SAASM,cAAc,OACvDnS,KAAKuwB,IAAI1M,OAAuBhS,SAASM,cAAc,OACvDnS,KAAKuwB,IAAI80C,UAAuBxzD,SAASM,cAAc,OACvDnS,KAAKuwB,IAAI+0C,aAAuBzzD,SAASM,cAAc,OACvDnS,KAAKuwB,IAAIg1C,cAAuB1zD,SAASM,cAAc,OACvDnS,KAAKuwB,IAAIi1C,iBAAuB3zD,SAASM,cAAc,OACvDnS,KAAKuwB,IAAIk1C,eAAuB5zD,SAASM,cAAc,OACvDnS,KAAKuwB,IAAIm1C,kBAAuB7zD,SAASM,cAAc,OAEvDnS,KAAKuwB,IAAI7wB,KAAKqI,UAA4B,oBAC1C/H,KAAKuwB,IAAIzkB,WAAW/D,UAAsB,sBAC1C/H,KAAKuwB,IAAIoV,mBAAmB59B,UAAc,+BAC1C/H,KAAKuwB,IAAIuY,qBAAqB/gC,UAAY,iCAC1C/H,KAAKuwB,IAAI6H,gBAAgBrwB,UAAiB,kBAC1C/H,KAAKuwB,IAAI40C,cAAcp9D,UAAmB,gBAC1C/H,KAAKuwB,IAAI60C,eAAer9D,UAAkB,iBAC1C/H,KAAKuwB,IAAI3oB,IAAIG,UAA6B,eAC1C/H,KAAKuwB,IAAI1M,OAAO9b,UAA0B,kBAC1C/H,KAAKuwB,IAAI/oB,KAAKO,UAA4B,UAC1C/H,KAAKuwB,IAAI7D,OAAO3kB,UAA0B,UAC1C/H,KAAKuwB,IAAI3I,MAAM7f,UAA2B,UAC1C/H,KAAKuwB,IAAI80C,UAAUt9D,UAAuB,aAC1C/H,KAAKuwB,IAAI+0C,aAAav9D,UAAoB,gBAC1C/H,KAAKuwB,IAAIg1C,cAAcx9D,UAAmB,aAC1C/H,KAAKuwB,IAAIi1C,iBAAiBz9D,UAAgB,gBAC1C/H,KAAKuwB,IAAIk1C,eAAe19D,UAAkB,aAC1C/H,KAAKuwB,IAAIm1C,kBAAkB39D,UAAe,gBAE1C/H,KAAKuwB,IAAI7wB,KAAKqS,YAAY/R,KAAKuwB,IAAIzkB,YACnC9L,KAAKuwB,IAAI7wB,KAAKqS,YAAY/R,KAAKuwB,IAAIoV,oBACnC3lC,KAAKuwB,IAAI7wB,KAAKqS,YAAY/R,KAAKuwB,IAAIuY,sBACnC9oC,KAAKuwB,IAAI7wB,KAAKqS,YAAY/R,KAAKuwB,IAAI6H,iBACnCp4B,KAAKuwB,IAAI7wB,KAAKqS,YAAY/R,KAAKuwB,IAAI40C,eACnCnlE,KAAKuwB,IAAI7wB,KAAKqS,YAAY/R,KAAKuwB,IAAI60C,gBACnCplE,KAAKuwB,IAAI7wB,KAAKqS,YAAY/R,KAAKuwB,IAAI3oB,KACnC5H,KAAKuwB,IAAI7wB,KAAKqS,YAAY/R,KAAKuwB,IAAI1M,QAEnC7jB,KAAKuwB,IAAI6H,gBAAgBrmB,YAAY/R,KAAKuwB,IAAI7D,QAC9C1sB,KAAKuwB,IAAI40C,cAAcpzD,YAAY/R,KAAKuwB,IAAI/oB,MAC5CxH,KAAKuwB,IAAI60C,eAAerzD,YAAY/R,KAAKuwB,IAAI3I,OAE7C5nB,KAAKuwB,IAAI6H,gBAAgBrmB,YAAY/R,KAAKuwB,IAAI80C,WAC9CrlE,KAAKuwB,IAAI6H,gBAAgBrmB,YAAY/R,KAAKuwB,IAAI+0C,cAC9CtlE,KAAKuwB,IAAI40C,cAAcpzD,YAAY/R,KAAKuwB,IAAIg1C,eAC5CvlE,KAAKuwB,IAAI40C,cAAcpzD,YAAY/R,KAAKuwB,IAAIi1C,kBAC5CxlE,KAAKuwB,IAAI60C,eAAerzD,YAAY/R,KAAKuwB,IAAIk1C,gBAC7CzlE,KAAKuwB,IAAI60C,eAAerzD,YAAY/R,KAAKuwB,IAAIm1C,mBAE7C1lE,KAAK6T,GAAG,cAAe7T,KAAKgiB,OAAOsT,KAAKt1B,OACxCA,KAAK6T,GAAG,QAAS7T,KAAK6+B,SAASvJ,KAAKt1B,OACpCA,KAAK6T,GAAG,QAAS7T,KAAK8+B,SAASxJ,KAAKt1B,OACpCA,KAAK6T,GAAG,YAAa7T,KAAKw+B,aAAalJ,KAAKt1B,OAC5CA,KAAK6T,GAAG,OAAQ7T,KAAKy+B,QAAQnJ,KAAKt1B,MAElC,IAAIyU,GAAKzU,IACTA,MAAK6T,GAAG,SAAU,SAAUw7C,GACtBA,GAAkC,GAApBA,EAAW37C,MAEtBe,EAAGkxD,eACNlxD,EAAGkxD,aAAe9rD,WAAW,WAC3BpF,EAAGkxD,aAAe,KAClBlxD,EAAGuN,UACF,IAKLvN,EAAGuN,WAMPhiB,KAAK8D,OAASoiC,EAAOlmC,KAAKuwB,IAAI7wB,MAC5B6J,gBAAgB,IAElBvJ,KAAK4lE,YAEL,IAAIC,IACF,QAAS,QACT,MAAO,YAAa,OACpB,YAAa,OAAQ,UACrB,aAAc,iBAkChB,IAhCAA,EAAOt9D,QAAQ,SAAUiB,GACvB,GAAIR,GAAW,WACb,GAAIwQ,IAAQhQ,GAAO8K,OAAOtO,MAAMyN,UAAU8pB,MAAMh9B,KAAKkF,UAAW,GAC5DgP,GAAG01C,YACL11C,EAAG2Z,KAAK9V,MAAM7D,EAAI+E,GAGtB/E,GAAG3Q,OAAO+P,GAAGrK,EAAOR,GACpByL,EAAGmxD,UAAUp8D,GAASR,IAIxBhJ,KAAK+F,OACHrG,QACAoM,cACAssB,mBACA+sC,iBACAC,kBACA14C,UACAllB,QACAogB,SACAhgB,OACAic,UACA9X,UACAk8B,UAAW,EACX69B,aAAc,GAEhB9lE,KAAKs+B,SAELt+B,KAAK+lE,YAAc,GAGdjsD,EAAW,KAAM,IAAIlW,OAAM,wBAChCkW,GAAU/H,YAAY/R,KAAKuwB,IAAI7wB,OA4BjCg3B,EAAKjjB,UAAUD,WAAa,SAAUzE,GACpC,GAAIA,EAAS,CAEX,GAAIP,IAAU,QAAS,SAAU,YAAa,YAAa,aAAc,QAAS,MAAO,cAAe,aAAc,iBAAkB,cACxI7N,GAAKmF,gBAAgB0I,EAAQxO,KAAK+O,QAASA,GAEvC,eAAiB/O,MAAK+O,SACxBpN,EAASq2B,qBAAqBh4B,KAAKm1B,KAAMn1B,KAAK+O,QAAQwmB,aAGpD,cAAgBxmB,KACdA,EAAQg6C,WACL/oD,KAAKgpD,YACRhpD,KAAKgpD,UAAY,GAAIhD,GAAUhmD,KAAKuwB,IAAI7wB,OAItCM,KAAKgpD,YACPhpD,KAAKgpD,UAAUp1C,gBACR5T,MAAKgpD,YAMlBhpD,KAAKgmE,kBASP,GALAhmE,KAAKgC,WAAWuG,QAAQ,SAAU09D,GAChCA,EAAUzyD,WAAWzE,KAInBA,GAAWA,EAAQgH,MACrB,KAAM,IAAInS,OAAM,wEAIlB5D,MAAKgiB,UAOP0U,EAAKjjB,UAAU02C,SAAW,WACxB,OAAQnqD,KAAKgpD,WAAahpD,KAAKgpD,UAAUgL,QAM3Ct9B,EAAKjjB,UAAUG,QAAU,WAEvB5T,KAAKgX,QAGLhX,KAAKgU,MAGLhU,KAAKkmE,kBAGDlmE,KAAKuwB,IAAI7wB,KAAKoK,YAChB9J,KAAKuwB,IAAI7wB,KAAKoK,WAAW2H,YAAYzR,KAAKuwB,IAAI7wB,MAEhDM,KAAKuwB,IAAM,KAGPvwB,KAAKgpD,YACPhpD,KAAKgpD,UAAUp1C,gBACR5T,MAAKgpD,UAId,KAAK,GAAIx/C,KAASxJ,MAAK4lE,UACjB5lE,KAAK4lE,UAAU//D,eAAe2D,UACzBxJ,MAAK4lE,UAAUp8D,EAG1BxJ,MAAK4lE,UAAY,KACjB5lE,KAAK8D,OAAS,KAGd9D,KAAKgC,WAAWuG,QAAQ,SAAU09D,GAChCA,EAAUryD,YAGZ5T,KAAKm1B,KAAO,MAQduB,EAAKjjB,UAAU4yB,cAAgB,SAAU3L,GACvC,IAAK16B,KAAKo2B,WACR,KAAM,IAAIxyB,OAAM,yDAGlB5D,MAAKo2B,WAAWiQ,cAAc3L,IAOhChE,EAAKjjB,UAAU6yB,cAAgB,WAC7B,IAAKtmC,KAAKo2B,WACR,KAAM,IAAIxyB,OAAM,yDAGlB,OAAO5D,MAAKo2B,WAAWkQ,iBAQzB5P,EAAKjjB,UAAUs+B,gBAAkB,WAC/B,MAAO/xC,MAAKq2B,SAAWr2B,KAAKq2B,QAAQ0b,uBAetCrb,EAAKjjB,UAAUuD,MAAQ,SAASmvD,KAEzBA,GAAQA,EAAKlkE,QAChBjC,KAAKy2B,SAAS,QAIX0vC,GAAQA,EAAKxxC,SAChB30B,KAAKw2B,UAAU,QAIZ2vC,GAAQA,EAAKp3D,WAChB/O,KAAKgC,WAAWuG,QAAQ,SAAU09D,GAChCA,EAAUzyD,WAAWyyD,EAAUpxC,kBAGjC70B,KAAKwT,WAAWxT,KAAK60B,kBAazB6B,EAAKjjB,UAAUwjB,IAAM,SAASloB,GAC5B,GAAIknB,GAAQj2B,KAAK82B,eAGjB,IAAoB,OAAhBb,EAAM/lB,OAAgC,OAAd+lB,EAAM9lB,IAAlC,CAIA,GAAI6mB,GAAWjoB,GAA+BxI,SAApBwI,EAAQioB,QAAyBjoB,EAAQioB,SAAU,CAC7Eh3B,MAAKi2B,MAAMlC,SAASkC,EAAM/lB,MAAO+lB,EAAM9lB,IAAK6mB,KAQ9CN,EAAKjjB,UAAUqjB,cAAgB,WAE7B,GAAID,GAAY72B,KAAKs3B,eAGjBpnB,EAAQ2mB,EAAUprB,IAClB0E,EAAM0mB,EAAU3pB,GACpB,IAAa,MAATgD,GAAwB,MAAPC,EAAa,CAChC,GAAI6iB,GAAY7iB,EAAIpJ,UAAYmJ,EAAMnJ,SACtB,IAAZisB,IAEFA,EAAW,OAEb9iB,EAAQ,GAAI7L,MAAK6L,EAAMnJ,UAAuB,IAAXisB,GACnC7iB,EAAM,GAAI9L,MAAK8L,EAAIpJ,UAAuB,IAAXisB,GAGjC,OACE9iB,MAAOA,EACPC,IAAKA,IAuBTumB,EAAKjjB,UAAUsjB,UAAY,SAAS7mB,EAAOC,EAAKpB,GAC9C,GAAIioB,GAAWjoB,GAA+BxI,SAApBwI,EAAQioB,QAAyBjoB,EAAQioB,SAAU,CAC7E,IAAwB,GAApBvxB,UAAUC,OAAa,CACzB,GAAIuwB,GAAQxwB,UAAU,EACtBzF,MAAKi2B,MAAMlC,SAASkC,EAAM/lB,MAAO+lB,EAAM9lB,IAAK6mB,OAG5Ch3B,MAAKi2B,MAAMlC,SAAS7jB,EAAOC,EAAK6mB,IAcpCN,EAAKjjB,UAAU2U,OAAS,SAASsS,EAAM3rB,GACrC,GAAIikB,GAAWhzB,KAAKi2B,MAAM9lB,IAAMnQ,KAAKi2B,MAAM/lB,MACvC9B,EAAIzN,EAAKiG,QAAQ8zB,EAAM,QAAQ3zB,UAE/BmJ,EAAQ9B,EAAI4kB,EAAW,EACvB7iB,EAAM/B,EAAI4kB,EAAW,EACrBgE,EAAWjoB,GAA+BxI,SAApBwI,EAAQioB,QAAyBjoB,EAAQioB,SAAU,CAE7Eh3B,MAAKi2B,MAAMlC,SAAS7jB,EAAOC,EAAK6mB,IAOlCN,EAAKjjB,UAAU2yD,UAAY,WACzB,GAAInwC,GAAQj2B,KAAKi2B,MAAM8J,UACvB,QACE7vB,MAAO,GAAI7L,MAAK4xB,EAAM/lB,OACtBC,IAAK,GAAI9L,MAAK4xB,EAAM9lB,OAQxBumB,EAAKjjB,UAAUuO,OAAS,WACtB,GAAIqjB,IAAU,EACVt2B,EAAU/O,KAAK+O,QACfhJ,EAAQ/F,KAAK+F,MACbwqB,EAAMvwB,KAAKuwB,GAEf,IAAKA,EAAL,CAEA5uB,EAASw2B,kBAAkBn4B,KAAKm1B,KAAMn1B,KAAK+O,QAAQwmB,aAGxB,OAAvBxmB,EAAQgmB,aACVp0B,EAAKmH,aAAayoB,EAAI7wB,KAAM,OAC5BiB,EAAKyH,gBAAgBmoB,EAAI7wB,KAAM,YAG/BiB,EAAKyH,gBAAgBmoB,EAAI7wB,KAAM,OAC/BiB,EAAKmH,aAAayoB,EAAI7wB,KAAM,WAI9B6wB,EAAI7wB,KAAK8N,MAAMwnB,UAAYr0B,EAAKoJ,OAAOK,OAAO2E,EAAQimB,UAAW,IACjEzE,EAAI7wB,KAAK8N,MAAMynB,UAAYt0B,EAAKoJ,OAAOK,OAAO2E,EAAQkmB,UAAW,IACjE1E,EAAI7wB,KAAK8N,MAAMqF,MAAQlS,EAAKoJ,OAAOK,OAAO2E,EAAQ8D,MAAO,IAGzD9M,EAAMgG,OAAOvE,MAAU+oB,EAAI6H,gBAAgBxH,YAAcL,EAAI6H,gBAAgBrY,aAAe,EAC5Fha,EAAMgG,OAAO6b,MAAS7hB,EAAMgG,OAAOvE,KACnCzB,EAAMgG,OAAOnE,KAAU2oB,EAAI6H,gBAAgBtH,aAAeP,EAAI6H,gBAAgBhT,cAAgB,EAC9Frf,EAAMgG,OAAO8X,OAAS9d,EAAMgG,OAAOnE,GACnC,IAAIy+D,GAAkB91C,EAAI7wB,KAAKoxB,aAAeP,EAAI7wB,KAAK0lB,aACnDkhD,EAAkB/1C,EAAI7wB,KAAKkxB,YAAcL,EAAI7wB,KAAKqgB,WAIb,KAArCwQ,EAAI6H,gBAAgBhT,eACtBrf,EAAMgG,OAAOvE,KAAOzB,EAAMgG,OAAOnE,IACjC7B,EAAMgG,OAAO6b,MAAS7hB,EAAMgG,OAAOvE,MAEP,IAA1B+oB,EAAI7wB,KAAK0lB,eACXkhD,EAAkBD,GAKpBtgE,EAAM2mB,OAAO5Z,OAASyd,EAAI7D,OAAOoE,aACjC/qB,EAAMyB,KAAKsL,OAAWyd,EAAI/oB,KAAKspB,aAC/B/qB,EAAM6hB,MAAM9U,OAAUyd,EAAI3I,MAAMkJ,aAChC/qB,EAAM6B,IAAIkL,OAAYyd,EAAI3oB,IAAIwd,eAAoBrf,EAAMgG,OAAOnE,IAC/D7B,EAAM8d,OAAO/Q,OAASyd,EAAI1M,OAAOuB,eAAiBrf,EAAMgG,OAAO8X,MAM/D,IAAIgN,GAAgB5rB,KAAKiI,IAAInH,EAAMyB,KAAKsL,OAAQ/M,EAAM2mB,OAAO5Z,OAAQ/M,EAAM6hB,MAAM9U,QAC7EyzD,EAAaxgE,EAAM6B,IAAIkL,OAAS+d,EAAgB9qB,EAAM8d,OAAO/Q,OAC/DuzD,EAAmBtgE,EAAMgG,OAAOnE,IAAM7B,EAAMgG,OAAO8X,MACrD0M,GAAI7wB,KAAK8N,MAAMsF,OAASnS,EAAKoJ,OAAOK,OAAO2E,EAAQ+D,OAAQyzD,EAAa,MAGxExgE,EAAMrG,KAAKoT,OAASyd,EAAI7wB,KAAKoxB,aAC7B/qB,EAAM+F,WAAWgH,OAAS/M,EAAMrG,KAAKoT,OAASuzD,CAC9C,IAAIzqC,GAAkB71B,EAAMrG,KAAKoT,OAAS/M,EAAM6B,IAAIkL,OAAS/M,EAAM8d,OAAO/Q,OACxEuzD,CACFtgE,GAAMqyB,gBAAgBtlB,OAAU8oB,EAChC71B,EAAMo/D,cAAcryD,OAAY8oB,EAChC71B,EAAMq/D,eAAetyD,OAAW/M,EAAMo/D,cAAcryD,OAGpD/M,EAAMrG,KAAKmT,MAAQ0d,EAAI7wB,KAAKkxB,YAC5B7qB,EAAM+F,WAAW+G,MAAQ9M,EAAMrG,KAAKmT,MAAQyzD,EAC5CvgE,EAAMyB,KAAKqL,MAAQ0d,EAAI40C,cAAcplD,cAAkBha,EAAMgG,OAAOvE,KACpEzB,EAAMo/D,cAActyD,MAAQ9M,EAAMyB,KAAKqL,MACvC9M,EAAM6hB,MAAM/U,MAAQ0d,EAAI60C,eAAerlD,cAAgBha,EAAMgG,OAAO6b,MACpE7hB,EAAMq/D,eAAevyD,MAAQ9M,EAAM6hB,MAAM/U,KACzC,IAAI2zD,GAAczgE,EAAMrG,KAAKmT,MAAQ9M,EAAMyB,KAAKqL,MAAQ9M,EAAM6hB,MAAM/U,MAAQyzD,CAC5EvgE,GAAM2mB,OAAO7Z,MAAiB2zD,EAC9BzgE,EAAMqyB,gBAAgBvlB,MAAQ2zD,EAC9BzgE,EAAM6B,IAAIiL,MAAoB2zD,EAC9BzgE,EAAM8d,OAAOhR,MAAiB2zD,EAG9Bj2C,EAAIzkB,WAAW0B,MAAMsF,OAAmB/M,EAAM+F,WAAWgH,OAAS,KAClEyd,EAAIoV,mBAAmBn4B,MAAMsF,OAAW/M,EAAM+F,WAAWgH,OAAS,KAClEyd,EAAIuY,qBAAqBt7B,MAAMsF,OAAS/M,EAAMqyB,gBAAgBtlB,OAAS,KACvEyd,EAAI6H,gBAAgB5qB,MAAMsF,OAAc/M,EAAMqyB,gBAAgBtlB,OAAS,KACvEyd,EAAI40C,cAAc33D,MAAMsF,OAAgB/M,EAAMo/D,cAAcryD,OAAS,KACrEyd,EAAI60C,eAAe53D,MAAMsF,OAAe/M,EAAMq/D,eAAetyD,OAAS,KAEtEyd,EAAIzkB,WAAW0B,MAAMqF,MAAmB9M,EAAM+F,WAAW+G,MAAQ,KACjE0d,EAAIoV,mBAAmBn4B,MAAMqF,MAAW9M,EAAMqyB,gBAAgBvlB,MAAQ,KACtE0d,EAAIuY,qBAAqBt7B,MAAMqF,MAAS9M,EAAM+F,WAAW+G,MAAQ,KACjE0d,EAAI6H,gBAAgB5qB,MAAMqF,MAAc9M,EAAM2mB,OAAO7Z,MAAQ,KAC7D0d,EAAI3oB,IAAI4F,MAAMqF,MAA0B9M,EAAM6B,IAAIiL,MAAQ,KAC1D0d,EAAI1M,OAAOrW,MAAMqF,MAAuB9M,EAAM8d,OAAOhR,MAAQ,KAG7D0d,EAAIzkB,WAAW0B,MAAMhG,KAAiB,IACtC+oB,EAAIzkB,WAAW0B,MAAM5F,IAAiB,IACtC2oB,EAAIoV,mBAAmBn4B,MAAMhG,KAAUzB,EAAMyB,KAAKqL,MAAQ9M,EAAMgG,OAAOvE,KAAQ,KAC/E+oB,EAAIoV,mBAAmBn4B,MAAM5F,IAAS,IACtC2oB,EAAIuY,qBAAqBt7B,MAAMhG,KAAO,IACtC+oB,EAAIuY,qBAAqBt7B,MAAM5F,IAAO7B,EAAM6B,IAAIkL,OAAS,KACzDyd,EAAI6H,gBAAgB5qB,MAAMhG,KAAYzB,EAAMyB,KAAKqL,MAAQ,KACzD0d,EAAI6H,gBAAgB5qB,MAAM5F,IAAY7B,EAAM6B,IAAIkL,OAAS,KACzDyd,EAAI40C,cAAc33D,MAAMhG,KAAc,IACtC+oB,EAAI40C,cAAc33D,MAAM5F,IAAc7B,EAAM6B,IAAIkL,OAAS,KACzDyd,EAAI60C,eAAe53D,MAAMhG,KAAczB,EAAMyB,KAAKqL,MAAQ9M,EAAM2mB,OAAO7Z,MAAS,KAChF0d,EAAI60C,eAAe53D,MAAM5F,IAAa7B,EAAM6B,IAAIkL,OAAS,KACzDyd,EAAI3oB,IAAI4F,MAAMhG,KAAwBzB,EAAMyB,KAAKqL,MAAQ,KACzD0d,EAAI3oB,IAAI4F,MAAM5F,IAAwB,IACtC2oB,EAAI1M,OAAOrW,MAAMhG,KAAqBzB,EAAMyB,KAAKqL,MAAQ,KACzD0d,EAAI1M,OAAOrW,MAAM5F,IAAsB7B,EAAM6B,IAAIkL,OAAS/M,EAAMqyB,gBAAgBtlB,OAAU,KAI1F9S,KAAKymE,kBAGL,IAAIv8C,GAASlqB,KAAK+F,MAAMkiC,SACG,WAAvBl5B,EAAQgmB,cACV7K,GAAUjlB,KAAKiI,IAAIlN,KAAK+F,MAAMqyB,gBAAgBtlB,OAAS9S,KAAK+F,MAAM2mB,OAAO5Z,OACvE9S,KAAK+F,MAAMgG,OAAOnE,IAAM5H,KAAK+F,MAAMgG,OAAO8X,OAAQ,IAEtD0M,EAAI7D,OAAOlf,MAAMhG,KAAO,IACxB+oB,EAAI7D,OAAOlf,MAAM5F,IAAOsiB,EAAS,KACjCqG,EAAI/oB,KAAKgG,MAAMhG,KAAS,IACxB+oB,EAAI/oB,KAAKgG,MAAM5F,IAASsiB,EAAS,KACjCqG,EAAI3I,MAAMpa,MAAMhG,KAAQ,IACxB+oB,EAAI3I,MAAMpa,MAAM5F,IAAQsiB,EAAS,IAGjC,IAAIw8C,GAAwC,GAAxB1mE,KAAK+F,MAAMkiC,UAAiB,SAAW,GACvD0+B,EAAmB3mE,KAAK+F,MAAMkiC,WAAajoC,KAAK+F,MAAM+/D,aAAe,SAAW,EAYpF,IAXAv1C,EAAI80C,UAAU73D,MAAMuqB,WAAsB2uC,EAC1Cn2C,EAAI+0C,aAAa93D,MAAMuqB,WAAmB4uC,EAC1Cp2C,EAAIg1C,cAAc/3D,MAAMuqB,WAAkB2uC,EAC1Cn2C,EAAIi1C,iBAAiBh4D,MAAMuqB,WAAe4uC,EAC1Cp2C,EAAIk1C,eAAej4D,MAAMuqB,WAAiB2uC,EAC1Cn2C,EAAIm1C,kBAAkBl4D,MAAMuqB,WAAc4uC,EAG1C3mE,KAAKgC,WAAWuG,QAAQ,SAAU09D,GAChC5gC,EAAU4gC,EAAUjkD,UAAYqjB,IAE9BA,EAAS,CAEX,GAAIuhC,GAAc,CACd5mE,MAAK+lE,YAAca,GACrB5mE,KAAK+lE,cACL/lE,KAAKgiB,UAGLkX,QAAQ/E,IAAI,qCAEdn0B,KAAK+lE,YAAc,EAGrB/lE,KAAKouB,KAAK,oBAIZsI,EAAKjjB,UAAUozD,QAAU,WACvB,KAAM,IAAIjjE,OAAM,wDAUlB8yB,EAAKjjB,UAAUqyB,eAAiB,SAASpL,GACvC,IAAK16B,KAAKm2B,YACR,KAAM,IAAIvyB,OAAM,sCAGlB5D,MAAKm2B,YAAY2P,eAAepL,IAQlChE,EAAKjjB,UAAUsyB,eAAiB,WAC9B,IAAK/lC,KAAKm2B,YACR,KAAM,IAAIvyB,OAAM,sCAGlB,OAAO5D,MAAKm2B,YAAY4P,kBAU1BrP,EAAKjjB,UAAUqiB,QAAU,SAASzjB,GAChC,MAAO1Q,GAASk0B,OAAO71B,KAAMqS,EAAGrS,KAAK+F,MAAM2mB,OAAO7Z,QAUpD6jB,EAAKjjB,UAAUuiB,cAAgB,SAAS3jB,GACtC,MAAO1Q,GAASk0B,OAAO71B,KAAMqS,EAAGrS,KAAK+F,MAAMrG,KAAKmT,QAalD6jB,EAAKjjB,UAAUiiB,UAAY,SAASgF,GAClC,MAAO/4B,GAAS8zB,SAASz1B,KAAM06B,EAAM16B,KAAK+F,MAAM2mB,OAAO7Z,QAczD6jB,EAAKjjB,UAAUmiB,gBAAkB,SAAS8E,GACxC,MAAO/4B,GAAS8zB,SAASz1B,KAAM06B,EAAM16B,KAAK+F,MAAMrG,KAAKmT,QAUvD6jB,EAAKjjB,UAAUuyD,gBAAkB,WACA,GAA3BhmE,KAAK+O,QAAQ+lB,WACf90B,KAAK8mE,mBAGL9mE,KAAKkmE,mBASTxvC,EAAKjjB,UAAUqzD,iBAAmB,WAChC,GAAIryD,GAAKzU,IAETA,MAAKkmE,kBAELlmE,KAAK+mE,UAAY,WACf,MAA6B,IAAzBtyD,EAAG1F,QAAQ+lB,eAEbrgB,GAAGyxD,uBAIDzxD,EAAG8b,IAAI7wB,OAKJ+U,EAAG8b,IAAI7wB,KAAKkxB,aAAenc,EAAG1O,MAAMusC,WACtC79B,EAAG8b,IAAI7wB,KAAKoxB,cAAgBrc,EAAG1O,MAAMihE,cACtCvyD,EAAG1O,MAAMusC,UAAY79B,EAAG8b,IAAI7wB,KAAKkxB,YACjCnc,EAAG1O,MAAMihE,WAAavyD,EAAG8b,IAAI7wB,KAAKoxB,aAElCrc,EAAG2Z,KAAK,aAMdztB,EAAKkI,iBAAiBpB,OAAQ,SAAUzH,KAAK+mE,WAE7C/mE,KAAKinE,WAAaC,YAAYlnE,KAAK+mE,UAAW,MAOhDrwC,EAAKjjB,UAAUyyD,gBAAkB,WAC3BlmE,KAAKinE,aACPh0C,cAAcjzB,KAAKinE,YACnBjnE,KAAKinE,WAAa1gE,QAIpB5F,EAAK0I,oBAAoB5B,OAAQ,SAAUzH,KAAK+mE,WAChD/mE,KAAK+mE,UAAY,MAQnBrwC,EAAKjjB,UAAUorB,SAAW,WACxB7+B,KAAKs+B,MAAM4B,eAAgB,GAQ7BxJ,EAAKjjB,UAAUqrB,SAAW,WACxB9+B,KAAKs+B,MAAM4B,eAAgB,GAQ7BxJ,EAAKjjB,UAAU+qB,aAAe,WAC5Bx+B,KAAKs+B,MAAM6oC,iBAAmBnnE,KAAK+F,MAAMkiC,WAQ3CvR,EAAKjjB,UAAUgrB,QAAU,SAAUj1B,GAGjC,GAAKxJ,KAAKs+B,MAAM4B,cAAhB,CAEA,GAAIjR,GAAQzlB,EAAM22B,QAAQE,OAEtB+mC,EAAepnE,KAAKqnE,gBACpBC,EAAetnE,KAAKunE,cAAcvnE,KAAKs+B,MAAM6oC,iBAAmBl4C,EAGhEq4C,IAAgBF,IAClBpnE,KAAKgiB,SACLhiB,KAAKouB,KAAK,mBAUdsI,EAAKjjB,UAAU8zD,cAAgB,SAAUt/B,GAGvC,MAFAjoC,MAAK+F,MAAMkiC,UAAYA,EACvBjoC,KAAKymE,mBACEzmE,KAAK+F,MAAMkiC,WAQpBvR,EAAKjjB,UAAUgzD,iBAAmB,WAEhC,GAAIX,GAAe7gE,KAAKwG,IAAIzL,KAAK+F,MAAMqyB,gBAAgBtlB,OAAS9S,KAAK+F,MAAM2mB,OAAO5Z,OAAQ,EAc1F,OAbIgzD,IAAgB9lE,KAAK+F,MAAM+/D,eAGG,UAA5B9lE,KAAK+O,QAAQgmB,cACf/0B,KAAK+F,MAAMkiC,WAAc69B,EAAe9lE,KAAK+F,MAAM+/D,cAErD9lE,KAAK+F,MAAM+/D,aAAeA,GAIxB9lE,KAAK+F,MAAMkiC,UAAY,IAAGjoC,KAAK+F,MAAMkiC,UAAY,GACjDjoC,KAAK+F,MAAMkiC,UAAY69B,IAAc9lE,KAAK+F,MAAMkiC,UAAY69B,GAEzD9lE,KAAK+F,MAAMkiC,WAQpBvR,EAAKjjB,UAAU4zD,cAAgB,WAC7B,MAAOrnE,MAAK+F,MAAMkiC,WAGpBpoC,EAAOD,QAAU82B,GAKb,SAAS72B,EAAQD,GAGrBA,EAAY,IACVy6B,QAAS,UACTK,KAAM,QAER96B,EAAe,MAAIA,EAAY,GAC/BA,EAAe,MAAIA,EAAY,GAG/BA,EAAY,IACV4nE,OAAQ,aACR9sC,KAAM,QAER96B,EAAe,MAAIA,EAAY,GAC/BA,EAAe,MAAIA,EAAY,IAK3B,SAASC,EAAQD,EAASM,GAE9B,GAAIgmC,GAAShmC,EAAoB,GAOjCN,GAAQ6gC,YAAc,SAAS33B,EAASU,GACtC,GAAIi+D,GAAY,KAMZ3mC,EAAUoF,EAAO18B,MAAMk+D,aAAal+D,EAAOi+D,GAC3CtnC,EAAU+F,EAAO18B,MAAMm+D,iBAAiB3nE,KAAMynE,EAAW3mC,EAASt3B,EAWtE,OAPI/E,OAAM07B,EAAQzT,OAAOuS,SACvBkB,EAAQzT,OAAOuS,MAAQz1B,EAAMy1B,OAE3Bx6B,MAAM07B,EAAQzT,OAAOwS,SACvBiB,EAAQzT,OAAOwS,MAAQ11B,EAAM01B,OAGxBiB,IAML,SAAStgC,EAAQD,EAASM,GAQ9B,QAASqrC,GAAK1T,EAAS9oB,GACrB/O,KAAK63B,QAAUA,EACf73B,KAAK+O,QAAUA,EALjB,GAAInO,GAAUV,EAAoB,GAC9BurC,EAASvrC,EAAoB,GAOjCqrC,GAAK93B,UAAUg5B,UAAY,SAASC,GAGlC,IAAK,GAFDvwB,GAAOuwB,EAAU,GAAGp6B,EACpB+J,EAAOqwB,EAAU,GAAGp6B,EACf8Z,EAAI,EAAGA,EAAIsgB,EAAUhnC,OAAQ0mB,IACpCjQ,EAAOA,EAAOuwB,EAAUtgB,GAAG9Z,EAAIo6B,EAAUtgB,GAAG9Z,EAAI6J,EAChDE,EAAOA,EAAOqwB,EAAUtgB,GAAG9Z,EAAIo6B,EAAUtgB,GAAG9Z,EAAI+J,CAElD,QAAQ5Q,IAAK0Q,EAAMjP,IAAKmP,EAAMmwB,iBAAkBxsC,KAAK+O,QAAQy9B,mBAU/DjB,EAAK93B,UAAUk5B,KAAO,SAAUpV,EAAShlB,EAAOq6B,GAC9C,GAAe,MAAXrV,GACEA,EAAQ7xB,OAAS,EAAG,CACtB,GAAIqmC,GAAMx/B,EACNmtC,EAAYz1C,OAAO2oC,EAAUpG,IAAIh5B,MAAMsF,OAAO1G,QAAQ,KAAK,IAgB/D,IAfA2/B,EAAOnrC,EAAQ8Q,cAAc,OAAQk7B,EAAU/E,YAAa+E,EAAUpG,KACtEuF,EAAKr5B,eAAe,KAAM,QAASH,EAAMxK,WACtBxB,SAAhBgM,EAAM/E,OACPu+B,EAAKr5B,eAAe,KAAM,QAASH,EAAM/E,OAKzCjB,EADsC,GAApCgG,EAAMxD,QAAQ48B,WAAW38B,QACvBu8B,EAAKq8B,YAAYrwC,EAAShlB,GAG1Bg5B,EAAKs8B,QAAQtwC,GAIiB,GAAhChlB,EAAMxD,QAAQo9B,OAAOn9B,QAAiB,CACxC,GACI84D,GADA97B,EAAWprC,EAAQ8Q,cAAc,OAAQk7B,EAAU/E,YAAa+E,EAAUpG,IAG5EshC,GADsC,OAApCv1D,EAAMxD,QAAQo9B,OAAOpX,YACf,IAAMwC,EAAQ,GAAGllB,EAAI,MAAgB9F,EAAI,IAAMgrB,EAAQA,EAAQ7xB,OAAS,GAAG2M,EAAI,KAG/E,IAAMklB,EAAQ,GAAGllB,EAAI,IAAMqnC,EAAY,IAAMntC,EAAI,IAAMgrB,EAAQA,EAAQ7xB,OAAS,GAAG2M,EAAI,IAAMqnC,EAEvG1N,EAASt5B,eAAe,KAAM,QAASH,EAAMxK,UAAY,SACvBxB,SAA/BgM,EAAMxD,QAAQo9B,OAAO3+B,OACtBw+B,EAASt5B,eAAe,KAAM,QAASH,EAAMxD,QAAQo9B,OAAO3+B,OAE9Dw+B,EAASt5B,eAAe,KAAM,IAAKo1D,GAGrC/7B,EAAKr5B,eAAe,KAAM,IAAK,IAAMnG,GAGG,GAApCgG,EAAMxD,QAAQ0D,WAAWzD,SAC3By8B,EAAOkB,KAAKpV,EAAShlB,EAAOq6B,KAepCrB,EAAKw8B,mBAAqB,SAAS/0D,GAMjC,IAAK,GAJDg1D,GAAIC,EAAIC,EAAIC,EAAIC,EAAKC,EACrB97D,EAAItH,KAAKipB,MAAMlb,EAAK,GAAGX,GAAK,IAAMpN,KAAKipB,MAAMlb,EAAK,GAAGV,GAAK,IAC1Dg2D,EAAgB,EAAE,EAClB5iE,EAASsN,EAAKtN,OACTH,EAAI,EAAOG,EAAS,EAAbH,EAAgBA,IAE9ByiE,EAAW,GAALziE,EAAUyN,EAAK,GAAKA,EAAKzN,EAAE,GACjC0iE,EAAKj1D,EAAKzN,GACV2iE,EAAKl1D,EAAKzN,EAAE,GACZ4iE,EAAcziE,EAARH,EAAI,EAAcyN,EAAKzN,EAAE,GAAK2iE,EAUpCE,GAAQ/1D,IAAM21D,EAAG31D,EAAI,EAAE41D,EAAG51D,EAAI61D,EAAG71D,GAAIi2D,EAAgBh2D,IAAM01D,EAAG11D,EAAI,EAAE21D,EAAG31D,EAAI41D,EAAG51D,GAAIg2D,GAClFD,GAAQh2D,GAAM41D,EAAG51D,EAAI,EAAE61D,EAAG71D,EAAI81D,EAAG91D,GAAIi2D,EAAgBh2D,GAAM21D,EAAG31D,EAAI,EAAE41D,EAAG51D,EAAI61D,EAAG71D,GAAIg2D,GAGlF/7D,GAAK,IACL67D,EAAI/1D,EAAI,IACR+1D,EAAI91D,EAAI,IACR+1D,EAAIh2D,EAAI,IACRg2D,EAAI/1D,EAAI,IACR41D,EAAG71D,EAAI,IACP61D,EAAG51D,EAAI,GAGT;MAAO/F,IAcTg/B,EAAKq8B,YAAc,SAAS50D,EAAMT,GAChC,GAAIs5B,GAAQt5B,EAAMxD,QAAQ48B,WAAWE,KACrC,IAAa,GAATA,GAAwBtlC,SAAVslC,EAChB,MAAO7rC,MAAK+nE,mBAAmB/0D,EAO/B,KAAK,GAJDg1D,GAAIC,EAAIC,EAAIC,EAAIC,EAAKC,EAAKE,EAAGC,EAAGC,EAAIC,EAAG19C,EAAG29C,EAAGC,EAC7CC,EAAQC,EAAQC,EAASC,EAASC,EAASC,EAC3C38D,EAAItH,KAAKipB,MAAMlb,EAAK,GAAGX,GAAK,IAAMpN,KAAKipB,MAAMlb,EAAK,GAAGV,GAAK,IAC1D5M,EAASsN,EAAKtN,OACTH,EAAI,EAAOG,EAAS,EAAbH,EAAgBA,IAE9ByiE,EAAW,GAALziE,EAAUyN,EAAK,GAAKA,EAAKzN,EAAE,GACjC0iE,EAAKj1D,EAAKzN,GACV2iE,EAAKl1D,EAAKzN,EAAE,GACZ4iE,EAAcziE,EAARH,EAAI,EAAcyN,EAAKzN,EAAE,GAAK2iE,EAEpCK,EAAKtjE,KAAKkrB,KAAKlrB,KAAKqvB,IAAI0zC,EAAG31D,EAAI41D,EAAG51D,EAAE,GAAKpN,KAAKqvB,IAAI0zC,EAAG11D,EAAI21D,EAAG31D,EAAE,IAC9Dk2D,EAAKvjE,KAAKkrB,KAAKlrB,KAAKqvB,IAAI2zC,EAAG51D,EAAI61D,EAAG71D,EAAE,GAAKpN,KAAKqvB,IAAI2zC,EAAG31D,EAAI41D,EAAG51D,EAAE,IAC9Dm2D,EAAKxjE,KAAKkrB,KAAKlrB,KAAKqvB,IAAI4zC,EAAG71D,EAAI81D,EAAG91D,EAAE,GAAKpN,KAAKqvB,IAAI4zC,EAAG51D,EAAI61D,EAAG71D,EAAE,IAY9Du2D,EAAU5jE,KAAKqvB,IAAIm0C,EAAK58B,GACxBk9B,EAAU9jE,KAAKqvB,IAAIm0C,EAAG,EAAE58B,GACxBi9B,EAAU7jE,KAAKqvB,IAAIk0C,EAAK38B,GACxBm9B,EAAU/jE,KAAKqvB,IAAIk0C,EAAG,EAAE38B,GACxBq9B,EAAUjkE,KAAKqvB,IAAIi0C,EAAK18B,GACxBo9B,EAAUhkE,KAAKqvB,IAAIi0C,EAAG,EAAE18B,GAExB68B,EAAI,EAAEO,EAAU,EAAEC,EAASJ,EAASE,EACpCh+C,EAAI,EAAE+9C,EAAU,EAAEF,EAASC,EAASE,EACpCL,EAAI,EAAEO,GAAUA,EAASJ,GACrBH,EAAI,IAAIA,EAAI,EAAIA,GACpBC,EAAI,EAAEC,GAAUA,EAASC,GACrBF,EAAI,IAAIA,EAAI,EAAIA,GAEpBR,GAAQ/1D,IAAM22D,EAAUhB,EAAG31D,EAAIq2D,EAAET,EAAG51D,EAAI42D,EAAUf,EAAG71D,GAAKs2D,EACxDr2D,IAAM02D,EAAUhB,EAAG11D,EAAIo2D,EAAET,EAAG31D,EAAI22D,EAAUf,EAAG51D,GAAKq2D,GAEpDN,GAAQh2D,GAAM02D,EAAUd,EAAG51D,EAAI2Y,EAAEk9C,EAAG71D,EAAI22D,EAAUb,EAAG91D,GAAKu2D,EACxDt2D,GAAMy2D,EAAUd,EAAG31D,EAAI0Y,EAAEk9C,EAAG51D,EAAI02D,EAAUb,EAAG71D,GAAKs2D,GAEvC,GAATR,EAAI/1D,GAAmB,GAAT+1D,EAAI91D,IAAS81D,EAAMH,GACxB,GAATI,EAAIh2D,GAAmB,GAATg2D,EAAI/1D,IAAS+1D,EAAMH,GACrC37D,GAAK,IACL67D,EAAI/1D,EAAI,IACR+1D,EAAI91D,EAAI,IACR+1D,EAAIh2D,EAAI,IACRg2D,EAAI/1D,EAAI,IACR41D,EAAG71D,EAAI,IACP61D,EAAG51D,EAAI,GAGT,OAAO/F,IAUXg/B,EAAKs8B,QAAU,SAAS70D,GAGtB,IAAK,GADDzG,GAAI,GACChH,EAAI,EAAGA,EAAIyN,EAAKtN,OAAQH,IAE7BgH,GADO,GAALhH,EACGyN,EAAKzN,GAAG8M,EAAI,IAAMW,EAAKzN,GAAG+M,EAG1B,IAAMU,EAAKzN,GAAG8M,EAAI,IAAMW,EAAKzN,GAAG+M,CAGzC,OAAO/F,IAGT1M,EAAOD,QAAU2rC,GAKb,SAAS1rC,EAAQD,EAASM,GAQ9B,QAASipE,GAAStxC,EAAS9oB,GACzB/O,KAAK63B,QAAUA,EACf73B,KAAK+O,QAAUA,EALjB,CAAA,GAAInO,GAAUV,EAAoB,EACrBA,GAAoB,IAOjCipE,EAAS11D,UAAUg5B,UAAY,SAASC,GACtC,GAA2C,SAAvC1sC,KAAK+O,QAAQ8mC,SAASC,cAA0B,CAGlD,IAAK,GAFD35B,GAAOuwB,EAAU,GAAGp6B,EACpB+J,EAAOqwB,EAAU,GAAGp6B,EACf8Z,EAAI,EAAGA,EAAIsgB,EAAUhnC,OAAQ0mB,IACpCjQ,EAAOA,EAAOuwB,EAAUtgB,GAAG9Z,EAAIo6B,EAAUtgB,GAAG9Z,EAAI6J,EAChDE,EAAOA,EAAOqwB,EAAUtgB,GAAG9Z,EAAIo6B,EAAUtgB,GAAG9Z,EAAI+J,CAElD,QAAQ5Q,IAAK0Q,EAAMjP,IAAKmP,EAAMmwB,iBAAkBxsC,KAAK+O,QAAQy9B,kBAI7D,IAAK,GADD48B,MACKh9C,EAAI,EAAGA,EAAIsgB,EAAUhnC,OAAQ0mB,IACpCg9C,EAAgBlhE,MACdmK,EAAGq6B,EAAUtgB,GAAG/Z,EAChBC,EAAGo6B,EAAUtgB,GAAG9Z,EAChBulB,QAAS73B,KAAK63B,SAGlB,OAAOuxC,IAYXD,EAASx8B,KAAO,SAAUmE,EAAUqG,EAAoBvK,GACtD,GAEIy8B,GACAzgE,EAAK0gE,EACL/2D,EACAhN,EAAE6mB,EALFm9C,KACAC,KAKAC,EAAY,CAGhB,KAAKlkE,EAAI,EAAGA,EAAIurC,EAASprC,OAAQH,IAE/B,GADAgN,EAAQq6B,EAAUjY,OAAOmc,EAASvrC,IACP,OAAvBgN,EAAMxD,QAAQvB,OACK,GAAjB+E,EAAM0W,UAAyE1iB,SAArDqmC,EAAU79B,QAAQ4lB,OAAOoD,WAAW+Y,EAASvrC,KAAyE,GAApDqnC,EAAU79B,QAAQ4lB,OAAOoD,WAAW+Y,EAASvrC,KAC3I,IAAK6mB,EAAI,EAAGA,EAAI+qB,EAAmBrG,EAASvrC,IAAIG,OAAQ0mB,IACtDm9C,EAAarhE,MACXmK,EAAG8kC,EAAmBrG,EAASvrC,IAAI6mB,GAAG/Z,EACtCC,EAAG6kC,EAAmBrG,EAASvrC,IAAI6mB,GAAG9Z,EACtCulB,QAASiZ,EAASvrC,KAEpBkkE,GAAa,CAMrB,IAAiB,GAAbA,EAeJ,IAZAF,EAAa9yD,KAAK,SAAUnR,EAAGa,GAC7B,MAAIb,GAAE+M,GAAKlM,EAAEkM,EACJ/M,EAAEuyB,QAAU1xB,EAAE0xB,QAEdvyB,EAAE+M,EAAIlM,EAAEkM,IAKnB82D,EAASO,sBAAsBF,EAAeD,GAGzChkE,EAAI,EAAGA,EAAIgkE,EAAa7jE,OAAQH,IAAK,CACxCgN,EAAQq6B,EAAUjY,OAAO40C,EAAahkE,GAAGsyB,QACzC,IAAI0P,GAAW,GAAMh1B,EAAMxD,QAAQ8mC,SAAShjC,KAE5CjK,GAAM2gE,EAAahkE,GAAG8M,CACtB,IAAIs3D,GAAe,CACnB,IAA2BpjE,SAAvBijE,EAAc5gE,GACZrD,EAAE,EAAIgkE,EAAa7jE,SAAS2jE,EAAepkE,KAAKmmB,IAAIm+C,EAAahkE,EAAE,GAAG8M,EAAIzJ,IAC1ErD,EAAI,IAAwB8jE,EAAepkE,KAAKwG,IAAI49D,EAAapkE,KAAKmmB,IAAIm+C,EAAahkE,EAAE,GAAG8M,EAAIzJ,KACpG0gE,EAAWH,EAASS,iBAAiBP,EAAc92D,EAAOg1B,OAEvD,CACH,GAAIsiC,GAAUtkE,GAAKikE,EAAc5gE,GAAKkhE,OAASN,EAAc5gE,GAAKmhE,UAC9DC,EAAUzkE,GAAKikE,EAAc5gE,GAAKmhE,SAAW,EAC7CF,GAAUN,EAAa7jE,SAAS2jE,EAAepkE,KAAKmmB,IAAIm+C,EAAaM,GAASx3D,EAAIzJ,IAClFohE,EAAU,IAAsBX,EAAepkE,KAAKwG,IAAI49D,EAAapkE,KAAKmmB,IAAIm+C,EAAaS,GAAS33D,EAAIzJ,KAC5G0gE,EAAWH,EAASS,iBAAiBP,EAAc92D,EAAOg1B,GAC1DiiC,EAAc5gE,GAAKmhE,UAAY,EAEa,SAAxCx3D,EAAMxD,QAAQ8mC,SAASC,eACzB6zB,EAAeH,EAAc5gE,GAAKqhE,YAClCT,EAAc5gE,GAAKqhE,aAAe13D,EAAM+4B,aAAei+B,EAAahkE,GAAG+M,GAExB,cAAxCC,EAAMxD,QAAQ8mC,SAASC,gBAC9BwzB,EAASz2D,MAAQy2D,EAASz2D,MAAQ22D,EAAc5gE,GAAKkhE,OACrDR,EAASp/C,QAAWs/C,EAAc5gE,GAAa,SAAI0gE,EAASz2D,MAAS,GAAIy2D,EAASz2D,OAAS22D,EAAc5gE,GAAKkhE,OAAO,GACjF,QAAhCv3D,EAAMxD,QAAQ8mC,SAASlG,MAAwB25B,EAASp/C,QAAU,GAAIo/C,EAASz2D,MAC1C,SAAhCN,EAAMxD,QAAQ8mC,SAASlG,QAAmB25B,EAASp/C,QAAU,GAAIo/C,EAASz2D,QAGvFjS,EAAQgS,QAAQ22D,EAAahkE,GAAG8M,EAAIi3D,EAASp/C,OAAQq/C,EAAahkE,GAAG+M,EAAIq3D,EAAcL,EAASz2D,MAAON,EAAM+4B,aAAei+B,EAAahkE,GAAG+M,EAAGC,EAAMxK,UAAY,OAAQ6kC,EAAU/E,YAAa+E,EAAUpG,KAElK,GAApCj0B,EAAMxD,QAAQ0D,WAAWzD,SAC3BpO,EAAQwR,UAAUm3D,EAAahkE,GAAG8M,EAAIi3D,EAASp/C,OAAQq/C,EAAahkE,GAAG+M,EAAGC,EAAOq6B,EAAU/E,YAAa+E,EAAUpG,OAYxH2iC,EAASO,sBAAwB,SAAUF,EAAeD,GAGxD,IAAK,GADDF,GACK9jE,EAAI,EAAGA,EAAIgkE,EAAa7jE,OAAQH,IACnCA,EAAI,EAAIgkE,EAAa7jE,SACvB2jE,EAAepkE,KAAKmmB,IAAIm+C,EAAahkE,EAAI,GAAG8M,EAAIk3D,EAAahkE,GAAG8M,IAE9D9M,EAAI,IACN8jE,EAAepkE,KAAKwG,IAAI49D,EAAcpkE,KAAKmmB,IAAIm+C,EAAahkE,EAAI,GAAG8M,EAAIk3D,EAAahkE,GAAG8M,KAErE,GAAhBg3D,IACuC9iE,SAArCijE,EAAcD,EAAahkE,GAAG8M,KAChCm3D,EAAcD,EAAahkE,GAAG8M,IAAMy3D,OAAQ,EAAGC,SAAU,EAAGE,YAAa,IAE3ET,EAAcD,EAAahkE,GAAG8M,GAAGy3D,QAAU,IAejDX,EAASS,iBAAmB,SAAUP,EAAc92D,EAAOg1B,GACzD,GAAI10B,GAAOqX,CAwBX,OAvBIm/C,GAAe92D,EAAMxD,QAAQ8mC,SAAShjC,OAASw2D,EAAe,GAChEx2D,EAAuB00B,EAAf8hC,EAA0B9hC,EAAW8hC,EAE7Cn/C,EAAS,EAC2B,QAAhC3X,EAAMxD,QAAQ8mC,SAASlG,MACzBzlB,GAAU,GAAMm/C,EAEuB,SAAhC92D,EAAMxD,QAAQ8mC,SAASlG,QAC9BzlB,GAAU,GAAMm/C,KAKlBx2D,EAAQN,EAAMxD,QAAQ8mC,SAAShjC,MAC/BqX,EAAS,EAC2B,QAAhC3X,EAAMxD,QAAQ8mC,SAASlG,MACzBzlB,GAAU,GAAM3X,EAAMxD,QAAQ8mC,SAAShjC,MAEA,SAAhCN,EAAMxD,QAAQ8mC,SAASlG,QAC9BzlB,GAAU,GAAM3X,EAAMxD,QAAQ8mC,SAAShjC,SAInCA,MAAOA,EAAOqX,OAAQA,IAGhCi/C,EAAS1wB,oBAAsB,SAAS2wB,EAAiBhyB,EAAatG,EAAUo5B,EAAYn1C,GAC1F,GAAIq0C,EAAgB1jE,OAAS,EAAG,CAE9B0jE,EAAgB3yD,KAAK,SAAUnR,EAAGa,GAChC,MAAIb,GAAE+M,GAAKlM,EAAEkM,EACJ/M,EAAEuyB,QAAU1xB,EAAE0xB,QAEdvyB,EAAE+M,EAAIlM,EAAEkM,GAGnB,IAAIm3D,KAEJL,GAASO,sBAAsBF,EAAeJ,GAC9ChyB,EAAY8yB,GAAcf,EAASgB,qBAAqBX,EAAeJ,GACvEhyB,EAAY8yB,GAAY19B,iBAAmBzX,EAC3C+b,EAAS5oC,KAAKgiE,KAIlBf,EAASgB,qBAAuB,SAAUX,EAAeD,GAIvD,IAAK,GAHD3gE,GACAuT,EAAOotD,EAAa,GAAGj3D,EACvB+J,EAAOktD,EAAa,GAAGj3D,EAClB/M,EAAI,EAAGA,EAAIgkE,EAAa7jE,OAAQH,IACvCqD,EAAM2gE,EAAahkE,GAAG8M,EACK9L,SAAvBijE,EAAc5gE,IAChBuT,EAAOA,EAAOotD,EAAahkE,GAAG+M,EAAIi3D,EAAahkE,GAAG+M,EAAI6J,EACtDE,EAAOA,EAAOktD,EAAahkE,GAAG+M,EAAIi3D,EAAahkE,GAAG+M,EAAI+J,GAGtDmtD,EAAc5gE,GAAKqhE,aAAeV,EAAahkE,GAAG+M,CAGtD,KAAK,GAAI83D,KAAQZ,GACXA,EAAc3jE,eAAeukE,KAC/BjuD,EAAOA,EAAOqtD,EAAcY,GAAMH,YAAcT,EAAcY,GAAMH,YAAc9tD,EAClFE,EAAOA,EAAOmtD,EAAcY,GAAMH,YAAcT,EAAcY,GAAMH,YAAc5tD,EAItF,QAAQ5Q,IAAK0Q,EAAMjP,IAAKmP,IAG1Bxc,EAAOD,QAAUupE,GAIb,SAAStpE,EAAQD,EAASM,GAO9B,QAASurC,GAAO5T,EAAS9oB,GACvB/O,KAAK63B,QAAUA,EACf73B,KAAK+O,QAAUA,EAJjB,GAAInO,GAAUV,EAAoB,EAQlCurC,GAAOh4B,UAAUg5B,UAAY,SAASC,GAGpC,IAAK,GAFDvwB,GAAOuwB,EAAU,GAAGp6B,EACpB+J,EAAOqwB,EAAU,GAAGp6B,EACf8Z,EAAI,EAAGA,EAAIsgB,EAAUhnC,OAAQ0mB,IACpCjQ,EAAOA,EAAOuwB,EAAUtgB,GAAG9Z,EAAIo6B,EAAUtgB,GAAG9Z,EAAI6J,EAChDE,EAAOA,EAAOqwB,EAAUtgB,GAAG9Z,EAAIo6B,EAAUtgB,GAAG9Z,EAAI+J,CAElD,QAAQ5Q,IAAK0Q,EAAMjP,IAAKmP,EAAMmwB,iBAAkBxsC,KAAK+O,QAAQy9B,mBAG/Df,EAAOh4B,UAAUk5B,KAAO,SAASpV,EAAShlB,EAAOq6B,EAAW1iB,GAC1DuhB,EAAOkB,KAAKpV,EAAShlB,EAAOq6B,EAAW1iB,IAYzCuhB,EAAOkB,KAAO,SAAUpV,EAAShlB,EAAOq6B,EAAW1iB,GAClC3jB,SAAX2jB,IAAuBA,EAAS,EACpC,KAAK,GAAI3kB,GAAI,EAAGA,EAAIgyB,EAAQ7xB,OAAQH,IAClC3E,EAAQwR,UAAUmlB,EAAQhyB,GAAG8M,EAAI6X,EAAQqN,EAAQhyB,GAAG+M,EAAGC,EAAOq6B,EAAU/E,YAAa+E,EAAUpG,MAKnG3mC,EAAOD,QAAU6rC,GAIb,SAAS5rC,EAAQD,GAGrBA,EAAY,IACV29C,KAAM,OACNG,IAAK,kBACL2sB,KAAM,OACN5I,QAAS,WACTG,QAAS,WACT0I,SAAU,YACV9sB,SAAU,YACV+sB,eAAgB,+CAChBC,gBAAiB,qEACjBC,oBAAqB,wEACrBC,gBAAiB,kCACjBC,mBAAoB,+BAEtB/qE,EAAe,MAAIA,EAAY,GAC/BA,EAAe,MAAIA,EAAY,GAG/BA,EAAY,IACV29C,KAAM,WACNG,IAAK,uBACL2sB,KAAM,QACN5I,QAAS,iBACTG,QAAS,iBACT0I,SAAU,gBACV9sB,SAAU,gBACV+sB,eAAgB,uDAChBC,gBAAiB,6EACjBC,oBAAqB,kFACrBC,gBAAiB,wCACjBC,mBAAoB,2CAEtB/qE,EAAe,MAAIA,EAAY,GAC/BA,EAAe,MAAIA,EAAY,IAK3B,WAKoC,mBAA7BgrE,4BAKTA,yBAAyBn3D,UAAUisD,OAAS,SAASrtD,EAAGC,EAAG5F,GACzD1M,KAAKmoB,YACLnoB,KAAKksB,IAAI7Z,EAAGC,EAAG5F,EAAG,EAAG,EAAEzH,KAAKknB,IAAI,IASlCy+C,yBAAyBn3D,UAAUo3D,OAAS,SAASx4D,EAAGC,EAAG5F,GACzD1M,KAAKmoB,YACLnoB,KAAK+S,KAAKV,EAAI3F,EAAG4F,EAAI5F,EAAO,EAAJA,EAAW,EAAJA,IASjCk+D,yBAAyBn3D,UAAU8b,SAAW,SAASld,EAAGC,EAAG5F,GAE3D1M,KAAKmoB,WAEL,IAAI5c,GAAQ,EAAJmB,EACJo+D,EAAKv/D,EAAI,EACTw/D,EAAK9lE,KAAKkrB,KAAK,GAAK,EAAI5kB,EACxBD,EAAIrG,KAAKkrB,KAAK5kB,EAAIA,EAAIu/D,EAAKA,EAE/B9qE,MAAKooB,OAAO/V,EAAGC,GAAKhH,EAAIy/D,IACxB/qE,KAAKqoB,OAAOhW,EAAIy4D,EAAIx4D,EAAIy4D,GACxB/qE,KAAKqoB,OAAOhW,EAAIy4D,EAAIx4D,EAAIy4D,GACxB/qE,KAAKqoB,OAAOhW,EAAGC,GAAKhH,EAAIy/D,IACxB/qE,KAAKwoB,aASPoiD,yBAAyBn3D,UAAUu3D,aAAe,SAAS34D,EAAGC,EAAG5F,GAE/D1M,KAAKmoB,WAEL,IAAI5c,GAAQ,EAAJmB,EACJo+D,EAAKv/D,EAAI,EACTw/D,EAAK9lE,KAAKkrB,KAAK,GAAK,EAAI5kB,EACxBD,EAAIrG,KAAKkrB,KAAK5kB,EAAIA,EAAIu/D,EAAKA,EAE/B9qE,MAAKooB,OAAO/V,EAAGC,GAAKhH,EAAIy/D,IACxB/qE,KAAKqoB,OAAOhW,EAAIy4D,EAAIx4D,EAAIy4D,GACxB/qE,KAAKqoB,OAAOhW,EAAIy4D,EAAIx4D,EAAIy4D,GACxB/qE,KAAKqoB,OAAOhW,EAAGC,GAAKhH,EAAIy/D,IACxB/qE,KAAKwoB,aASPoiD,yBAAyBn3D,UAAUw3D,KAAO,SAAS54D,EAAGC,EAAG5F,GAEvD1M,KAAKmoB,WAEL,KAAK,GAAI+iD,GAAI,EAAO,GAAJA,EAAQA,IAAK,CAC3B,GAAIj/C,GAAUi/C,EAAI,IAAM,EAAS,IAAJx+D,EAAc,GAAJA,CACvC1M,MAAKqoB,OACDhW,EAAI4Z,EAAShnB,KAAK0Z,IAAQ,EAAJusD,EAAQjmE,KAAKknB,GAAK,IACxC7Z,EAAI2Z,EAAShnB,KAAK6Z,IAAQ,EAAJosD,EAAQjmE,KAAKknB,GAAK,KAI9CnsB,KAAKwoB,aAMPoiD,yBAAyBn3D,UAAUusD,UAAY,SAAS3tD,EAAGC,EAAGy9C,EAAGzkD,EAAGoB,GAClE,GAAIy+D,GAAMlmE,KAAKknB,GAAG,GACE,GAAhB4jC,EAAM,EAAIrjD,IAAYA,EAAMqjD,EAAI,GAChB,EAAhBzkD,EAAM,EAAIoB,IAAYA,EAAMpB,EAAI,GACpCtL,KAAKmoB,YACLnoB,KAAKooB,OAAO/V,EAAE3F,EAAE4F,GAChBtS,KAAKqoB,OAAOhW,EAAE09C,EAAErjD,EAAE4F,GAClBtS,KAAKksB,IAAI7Z,EAAE09C,EAAErjD,EAAE4F,EAAE5F,EAAEA,EAAM,IAAJy+D,EAAY,IAAJA,GAAQ,GACrCnrE,KAAKqoB,OAAOhW,EAAE09C,EAAEz9C,EAAEhH,EAAEoB,GACpB1M,KAAKksB,IAAI7Z,EAAE09C,EAAErjD,EAAE4F,EAAEhH,EAAEoB,EAAEA,EAAE,EAAM,GAAJy+D,GAAO,GAChCnrE,KAAKqoB,OAAOhW,EAAE3F,EAAE4F,EAAEhH,GAClBtL,KAAKksB,IAAI7Z,EAAE3F,EAAE4F,EAAEhH,EAAEoB,EAAEA,EAAM,GAAJy+D,EAAW,IAAJA,GAAQ,GACpCnrE,KAAKqoB,OAAOhW,EAAEC,EAAE5F,GAChB1M,KAAKksB,IAAI7Z,EAAE3F,EAAE4F,EAAE5F,EAAEA,EAAM,IAAJy+D,EAAY,IAAJA,GAAQ,IAMrCP,yBAAyBn3D,UAAU2sD,QAAU,SAAS/tD,EAAGC,EAAGy9C,EAAGzkD,GAC7D,GAAI8/D,GAAQ,SACRC,EAAMtb,EAAI,EAAKqb,EACfE,EAAMhgE,EAAI,EAAK8/D,EACfG,EAAKl5D,EAAI09C,EACTyb,EAAKl5D,EAAIhH,EACTmgE,EAAKp5D,EAAI09C,EAAI,EACb2b,EAAKp5D,EAAIhH,EAAI,CAEjBtL,MAAKmoB,YACLnoB,KAAKooB,OAAO/V,EAAGq5D,GACf1rE,KAAK2rE,cAAct5D,EAAGq5D,EAAKJ,EAAIG,EAAKJ,EAAI/4D,EAAGm5D,EAAIn5D,GAC/CtS,KAAK2rE,cAAcF,EAAKJ,EAAI/4D,EAAGi5D,EAAIG,EAAKJ,EAAIC,EAAIG,GAChD1rE,KAAK2rE,cAAcJ,EAAIG,EAAKJ,EAAIG,EAAKJ,EAAIG,EAAIC,EAAID,GACjDxrE,KAAK2rE,cAAcF,EAAKJ,EAAIG,EAAIn5D,EAAGq5D,EAAKJ,EAAIj5D,EAAGq5D,IAQjDd,yBAAyBn3D,UAAUwsD,SAAW,SAAS5tD,EAAGC,EAAGy9C,EAAGzkD,GAC9D,GAAImB,GAAI,EAAE,EACNm/D,EAAW7b,EACX8b,EAAWvgE,EAAImB,EAEf2+D,EAAQ,SACRC,EAAMO,EAAW,EAAKR,EACtBE,EAAMO,EAAW,EAAKT,EACtBG,EAAKl5D,EAAIu5D,EACTJ,EAAKl5D,EAAIu5D,EACTJ,EAAKp5D,EAAIu5D,EAAW,EACpBF,EAAKp5D,EAAIu5D,EAAW,EACpBC,EAAMx5D,GAAKhH,EAAIugE,EAAS,GACxBE,EAAMz5D,EAAIhH,CAEdtL,MAAKmoB,YACLnoB,KAAKooB,OAAOmjD,EAAIG,GAEhB1rE,KAAK2rE,cAAcJ,EAAIG,EAAKJ,EAAIG,EAAKJ,EAAIG,EAAIC,EAAID,GACjDxrE,KAAK2rE,cAAcF,EAAKJ,EAAIG,EAAIn5D,EAAGq5D,EAAKJ,EAAIj5D,EAAGq5D,GAE/C1rE,KAAK2rE,cAAct5D,EAAGq5D,EAAKJ,EAAIG,EAAKJ,EAAI/4D,EAAGm5D,EAAIn5D,GAC/CtS,KAAK2rE,cAAcF,EAAKJ,EAAI/4D,EAAGi5D,EAAIG,EAAKJ,EAAIC,EAAIG,GAEhD1rE,KAAKqoB,OAAOkjD,EAAIO,GAEhB9rE,KAAK2rE,cAAcJ,EAAIO,EAAMR,EAAIG,EAAKJ,EAAIU,EAAKN,EAAIM,GACnD/rE,KAAK2rE,cAAcF,EAAKJ,EAAIU,EAAK15D,EAAGy5D,EAAMR,EAAIj5D,EAAGy5D,GAEjD9rE,KAAKqoB,OAAOhW,EAAGq5D,IAOjBd,yBAAyBn3D,UAAU2kD,MAAQ,SAAS/lD,EAAGC,EAAGw8C,EAAOppD,GAE/D,GAAIsmE,GAAK35D,EAAI3M,EAAST,KAAK6Z,IAAIgwC,GAC3Bmd,EAAK35D,EAAI5M,EAAST,KAAK0Z,IAAImwC,GAI3Bod,EAAK75D,EAAa,GAAT3M,EAAeT,KAAK6Z,IAAIgwC,GACjCqd,EAAK75D,EAAa,GAAT5M,EAAeT,KAAK0Z,IAAImwC,GAGjCsd,EAAKJ,EAAKtmE,EAAS,EAAIT,KAAK6Z,IAAIgwC,EAAQ,GAAM7pD,KAAKknB,IACnDkgD,EAAKJ,EAAKvmE,EAAS,EAAIT,KAAK0Z,IAAImwC,EAAQ,GAAM7pD,KAAKknB,IAGnDmgD,EAAKN,EAAKtmE,EAAS,EAAIT,KAAK6Z,IAAIgwC,EAAQ,GAAM7pD,KAAKknB,IACnDogD,EAAKN,EAAKvmE,EAAS,EAAIT,KAAK0Z,IAAImwC,EAAQ,GAAM7pD,KAAKknB,GAEvDnsB,MAAKmoB,YACLnoB,KAAKooB,OAAO/V,EAAGC,GACftS,KAAKqoB,OAAO+jD,EAAIC,GAChBrsE,KAAKqoB,OAAO6jD,EAAIC,GAChBnsE,KAAKqoB,OAAOikD,EAAIC,GAChBvsE,KAAKwoB,aASPoiD,yBAAyBn3D,UAAUykD,WAAa,SAAS7lD,EAAEC,EAAE4mD,EAAGC,EAAGqT,GAC5DA,IAAWA,GAAW,GAAG,IACd,GAAZC,IAAeA,EAAa,KAChC,IAAIC,GAAYF,EAAU9mE,MAC1B1F,MAAKooB,OAAO/V,EAAGC,EAKf,KAJA,GAAI6M,GAAM+5C,EAAG7mD,EAAI+M,EAAM+5C,EAAG7mD,EACtBq6D,EAAQvtD,EAAGD,EACXytD,EAAgB3nE,KAAKkrB,KAAMhR,EAAGA,EAAKC,EAAGA,GACtCytD,EAAU,EAAGlgC,GAAK,EACfigC,GAAe,IAAI,CACxB,GAAIH,GAAaD,EAAUK,IAAYH,EACnCD,GAAaG,IAAeH,EAAaG,EAC7C,IAAI3wD,GAAQhX,KAAKkrB,KAAMs8C,EAAWA,GAAc,EAAIE,EAAMA,GACnD,GAAHxtD,IAAMlD,GAASA,GACnB5J,GAAK4J,EACL3J,GAAKq6D,EAAM1wD,EACXjc,KAAK2sC,EAAO,SAAW,UAAUt6B,EAAEC,GACnCs6D,GAAiBH,EACjB9/B,GAAQA,MAUV,SAAS9sC,EAAQD,EAASM,GAE9B,GAAI4sE,GAAe5sE,EAAoB,IACnC6sE,EAAe7sE,EAAoB,IACnC8sE,EAAe9sE,EAAoB,IACnC+sE,EAAiB/sE,EAAoB,IACrCgtE,EAAoBhtE,EAAoB,IACxCitE,EAAkBjtE,EAAoB,IACtCktE,EAA0BltE,EAAoB,GAQlDN,GAAQytE,WAAa,SAAUC,GAC7B,IAAK,GAAIC,KAAiBD,GACpBA,EAAeznE,eAAe0nE,KAChCvtE,KAAKutE,GAAiBD,EAAeC,KAY3C3tE,EAAQ4tE,YAAc,SAAUF,GAC9B,IAAK,GAAIC,KAAiBD,GACpBA,EAAeznE,eAAe0nE,KAChCvtE,KAAKutE,GAAiBhnE,SAW5B3G,EAAQgkD,mBAAqB,WAC3B5jD,KAAKqtE,WAAWP,GAChB9sE,KAAKytE,2BACkC,GAAnCztE,KAAKqiD,UAAUnD,iBACjBl/C,KAAK0tE,4BAGL1tE,KAAK8qD,gCAUTlrD,EAAQkkD,mBAAqB,WAC3B9jD,KAAKu8D,eAAiB,EACtBv8D,KAAK2tE,aAAe,EACpB3tE,KAAKqtE,WAAWN,IASlBntE,EAAQikD,kBAAoB,WAC1B7jD,KAAK4vD,WACL5vD,KAAK4tE,cAAgB,WACrB5tE,KAAK4vD,QAAgB,UACrB5vD,KAAK4vD,QAAgB,OAAE,YAAcjS,SACnCc,SACAgG,eACAoY,eAAkB,EAClBgR,YAAetnE,QACjBvG,KAAK4vD,QAAgB,UACrB5vD,KAAK4vD,QAAiB,SAAKjS,SACzBc,SACAgG,eACAoY,eAAkB,EAClBgR,YAAetnE,QAEjBvG,KAAKykD,YAAczkD,KAAK4vD,QAAgB,OAAE,WAAwB,YAElE5vD,KAAKqtE,WAAWL,IASlBptE,EAAQmkD,qBAAuB,WAC7B/jD,KAAK6rD,cAAgBlO,SAAWc,UAEhCz+C,KAAKqtE,WAAWJ,IASlBrtE,EAAQupD,wBAA0B,WAEhCnpD,KAAK8tE,8BAA+B,EACpC9tE,KAAK+tE,sBAAuB,EAEmB,GAA3C/tE,KAAKqiD,UAAUnB,iBAAiBlyC,SAELzI,SAAzBvG,KAAKguE,kBACPhuE,KAAKguE,gBAAkBn8D,SAASM,cAAc,OAC9CnS,KAAKguE,gBAAgBjmE,UAAY,0BAE/B/H,KAAKguE,gBAAgBxgE,MAAMg7B,QADR,GAAjBxoC,KAAK4oD,SAC8B,QAGA,OAEvC5oD,KAAK6f,MAAM9N,YAAY/R,KAAKguE,kBAGLznE,SAArBvG,KAAKiuE,cACPjuE,KAAKiuE,YAAcp8D,SAASM,cAAc,OAC1CnS,KAAKiuE,YAAYlmE,UAAY,gCAE3B/H,KAAKiuE,YAAYzgE,MAAMg7B,QADJ,GAAjBxoC,KAAK4oD,SAC0B,OAGA,QAEnC5oD,KAAK6f,MAAM9N,YAAY/R,KAAKiuE,cAGR1nE,SAAlBvG,KAAKkuE,WACPluE,KAAKkuE,SAAWr8D,SAASM,cAAc,OACvCnS,KAAKkuE,SAASnmE,UAAY,gCAC1B/H,KAAKkuE,SAAS1gE,MAAMg7B,QAAUxoC,KAAKguE,gBAAgBxgE,MAAMg7B,QACzDxoC,KAAK6f,MAAM9N,YAAY/R,KAAKkuE,WAI9BluE,KAAKqtE,WAAWH,GAGhBltE,KAAK6nD,yBAGwBthD,SAAzBvG,KAAKguE,kBAEPhuE,KAAK6nD,wBAGL7nD,KAAK6f,MAAMpO,YAAYzR,KAAKguE,iBAC5BhuE,KAAK6f,MAAMpO,YAAYzR,KAAKiuE,aAC5BjuE,KAAK6f,MAAMpO,YAAYzR,KAAKkuE,UAE5BluE,KAAKguE,gBAAkBznE,OACvBvG,KAAKiuE,YAAc1nE,OACnBvG,KAAKkuE,SAAW3nE,OAEhBvG,KAAKwtE,YAAYN,KAWvBttE,EAAQspD,wBAA0B,WAChClpD,KAAKqtE,WAAWF,GAEhBntE,KAAKmuE,mBACoC,GAArCnuE,KAAKqiD,UAAUtB,WAAW/xC,SAC5BhP,KAAKouE,2BAUTxuE,EAAQokD,qBAAuB,WAC7BhkD,KAAKqtE,WAAWD,KAMd,SAASvtE,EAAQD,EAASM,GAiB9B,QAAS8lD,GAAUlsC,GACjB9Z,KAAKg0D,QAAS,EAEdh0D,KAAKuwB,KACHzW,UAAWA,GAGb9Z,KAAKuwB,IAAI89C,QAAUx8D,SAASM,cAAc,OAC1CnS,KAAKuwB,IAAI89C,QAAQtmE,UAAY,UAE7B/H,KAAKuwB,IAAIzW,UAAU/H,YAAY/R,KAAKuwB,IAAI89C,SAExCruE,KAAK8D,OAASoiC,EAAOlmC,KAAKuwB,IAAI89C,SAAUjoC,iBAAiB,IACzDpmC,KAAK8D,OAAO+P,GAAG,MAAO7T,KAAKsuE,cAAch5C,KAAKt1B,MAG9C,IAAIyU,GAAKzU,KACL6lE,GACF,QAAS,QACT,YAAa,OACb,YAAa,OAAQ,UACrB,aAAc,iBAEhBA,GAAOt9D,QAAQ,SAAUiB,GACvBiL,EAAG3Q,OAAO+P,GAAGrK,EAAO,SAAUA,GAC5BA,EAAM+8B,sBAKVvmC,KAAKuuE,aAAeroC,EAAOz+B,QAAS2+B,iBAAiB,IACrDpmC,KAAKuuE,aAAa16D,GAAG,MAAO,SAAUrK,GAE/BglE,EAAWhlE,EAAMG,OAAQmQ,IAC5BrF,EAAGg6D,eAIeloE,SAAlBvG,KAAK8lD,UACP9lD,KAAK8lD,SAASlyC,UAEhB5T,KAAK8lD,SAAWA,IAGhB9lD,KAAK0uE,YAAc1uE,KAAKyuE,WAAWn5C,KAAKt1B,MAiF1C,QAASwuE,GAAW1lE,EAAS48B,GAC3B,KAAO58B,GAAS,CACd,GAAIA,IAAY48B,EACd,OAAO,CAET58B,GAAUA,EAAQgB,WAEpB,OAAO,EAnJT,GAAIg8C,GAAW5lD,EAAoB,IAC/Bod,EAAUpd,EAAoB,IAC9BgmC,EAAShmC,EAAoB,IAC7BS,EAAOT,EAAoB,EA4D/Bod,GAAQ0oC,EAAUvyC,WAGlBuyC,EAAU3rB,QAAU,KAKpB2rB,EAAUvyC,UAAUG,QAAU,WAC5B5T,KAAKyuE,aAGLzuE,KAAKuwB,IAAI89C,QAAQvkE,WAAW2H,YAAYzR,KAAKuwB,IAAI89C,SAGjDruE,KAAK8D,OAAS,KACd9D,KAAKuuE,aAAe,MAQtBvoB,EAAUvyC,UAAUk7D,SAAW,WAEzB3oB,EAAU3rB,SACZ2rB,EAAU3rB,QAAQo0C,aAEpBzoB,EAAU3rB,QAAUr6B,KAEpBA,KAAKg0D,QAAS,EACdh0D,KAAKuwB,IAAI89C,QAAQ7gE,MAAMg7B,QAAU,OACjC7nC,EAAKmH,aAAa9H,KAAKuwB,IAAIzW,UAAW,cAEtC9Z,KAAKouB,KAAK,UACVpuB,KAAKouB,KAAK,YAIVpuB,KAAK8lD,SAASxwB,KAAK,MAAOt1B,KAAK0uE,cAOjC1oB,EAAUvyC,UAAUg7D,WAAa,WAC/BzuE,KAAKg0D,QAAS,EACdh0D,KAAKuwB,IAAI89C,QAAQ7gE,MAAMg7B,QAAU,GACjC7nC,EAAKyH,gBAAgBpI,KAAKuwB,IAAIzW,UAAW,cACzC9Z,KAAK8lD,SAAS8oB,OAAO,MAAO5uE,KAAK0uE,aAEjC1uE,KAAKouB,KAAK,UACVpuB,KAAKouB,KAAK,eAQZ43B,EAAUvyC,UAAU66D,cAAgB,SAAU9kE,GAE5CxJ,KAAK2uE,WACLnlE,EAAM+8B,mBAsBR1mC,EAAOD,QAAUomD,GAKb,SAASnmD,GAeb,QAASyd,GAAQgG,GACf,MAAIA,GAAYwvC,EAAMxvC,GAAtB,OAWF,QAASwvC,GAAMxvC,GACb,IAAK,GAAI1a,KAAO0U,GAAQ7J,UACtB6P,EAAI1a,GAAO0U,EAAQ7J,UAAU7K,EAE/B,OAAO0a,GAxBTzjB,EAAOD,QAAU0d,EAoCjBA,EAAQ7J,UAAUI,GAClByJ,EAAQ7J,UAAU5K,iBAAmB,SAASW,EAAOiQ,GAInD,MAHAzZ,MAAK6uE,WAAa7uE,KAAK6uE,gBACtB7uE,KAAK6uE,WAAWrlE,GAASxJ,KAAK6uE,WAAWrlE,QACvCtB,KAAKuR,GACDzZ,MAaTsd,EAAQ7J,UAAUq7D,KAAO,SAAStlE,EAAOiQ,GAIvC,QAAS5F,KACPk7D,EAAK/6D,IAAIxK,EAAOqK,GAChB4F,EAAGnB,MAAMtY,KAAMyF,WALjB,GAAIspE,GAAO/uE,IAUX,OATAA,MAAK6uE,WAAa7uE,KAAK6uE,eAOvBh7D,EAAG4F,GAAKA,EACRzZ,KAAK6T,GAAGrK,EAAOqK,GACR7T,MAaTsd,EAAQ7J,UAAUO,IAClBsJ,EAAQ7J,UAAUu7D,eAClB1xD,EAAQ7J,UAAUw7D,mBAClB3xD,EAAQ7J,UAAUpK,oBAAsB,SAASG,EAAOiQ,GAItD,GAHAzZ,KAAK6uE,WAAa7uE,KAAK6uE,eAGnB,GAAKppE,UAAUC,OAEjB,MADA1F,MAAK6uE,cACE7uE,IAIT,IAAIkvE,GAAYlvE,KAAK6uE,WAAWrlE,EAChC,KAAK0lE,EAAW,MAAOlvE,KAGvB,IAAI,GAAKyF,UAAUC,OAEjB,aADO1F,MAAK6uE,WAAWrlE,GAChBxJ,IAKT,KAAK,GADDmvE,GACK5pE,EAAI,EAAGA,EAAI2pE,EAAUxpE,OAAQH,IAEpC,GADA4pE,EAAKD,EAAU3pE,GACX4pE,IAAO11D,GAAM01D,EAAG11D,KAAOA,EAAI,CAC7By1D,EAAU5mE,OAAO/C,EAAG,EACpB,OAGJ,MAAOvF,OAWTsd,EAAQ7J,UAAU2a,KAAO,SAAS5kB,GAChCxJ,KAAK6uE,WAAa7uE,KAAK6uE,cACvB,IAAIr1D,MAAU+jB,MAAMh9B,KAAKkF,UAAW,GAChCypE,EAAYlvE,KAAK6uE,WAAWrlE,EAEhC,IAAI0lE,EAAW,CACbA,EAAYA,EAAU3xC,MAAM,EAC5B,KAAK,GAAIh4B,GAAI,EAAGC,EAAM0pE,EAAUxpE,OAAYF,EAAJD,IAAWA,EACjD2pE,EAAU3pE,GAAG+S,MAAMtY,KAAMwZ,GAI7B,MAAOxZ,OAWTsd,EAAQ7J,UAAUmyD,UAAY,SAASp8D,GAErC,MADAxJ,MAAK6uE,WAAa7uE,KAAK6uE,eAChB7uE,KAAK6uE,WAAWrlE,QAWzB8T,EAAQ7J,UAAU27D,aAAe,SAAS5lE,GACxC,QAAUxJ,KAAK4lE,UAAUp8D,GAAO9D,SAM9B,SAAS7F,EAAQD,EAASM,GAE9B,GAAImvE,IAA0D,SAASC,EAAQzvE,IAM/E,SAAW0G,GA+RP,QAASgpE,GAAIjqE,EAAGa,EAAG1F,GACf,OAAQgF,UAAUC,QACd,IAAK,GAAG,MAAY,OAALJ,EAAYA,EAAIa,CAC/B,KAAK,GAAG,MAAY,OAALb,EAAYA,EAAS,MAALa,EAAYA,EAAI1F,CAC/C,SAAS,KAAM,IAAImD,OAAM,iBAIjC,QAAS4rE,GAAWlqE,EAAGa,GACnB,MAAON,IAAetF,KAAK+E,EAAGa,GAGlC,QAASspE,KAGL,OACIC,OAAQ,EACRC,gBACAC,eACAxrD,SAAW,GACXyrD,cAAgB,EAChBC,WAAY,EACZC,aAAe,KACfC,eAAgB,EAChBC,iBAAkB,EAClBC,KAAK,GAIb,QAASC,GAASC,GACVvsE,GAAOwsE,+BAAgC,GAChB,mBAAZn3C,UAA2BA,QAAQo3C,MAC9Cp3C,QAAQo3C,KAAK,wBAA0BF,GAI/C,QAASG,GAAUH,EAAK32D,GACpB,GAAI+2D,IAAY,CAChB,OAAOnrE,GAAO,WAKV,MAJImrE,KACAL,EAASC,GACTI,GAAY,GAET/2D,EAAGnB,MAAMtY,KAAMyF,YACvBgU,GAGP,QAASg3D,GAAgBj6D,EAAM45D,GACtBM,GAAal6D,KACd25D,EAASC,GACTM,GAAal6D,IAAQ,GAI7B,QAASm6D,GAASC,EAAMr5D,GACpB,MAAO,UAAUjS,GACb,MAAOurE,GAAaD,EAAKrwE,KAAKP,KAAMsF,GAAIiS,IAGhD,QAASu5D,GAAgBF,EAAMG,GAC3B,MAAO,UAAUzrE,GACb,MAAOtF,MAAKgxE,aAAaC,QAAQL,EAAKrwE,KAAKP,KAAMsF,GAAIyrE,IAI7D,QAASG,GAAU5rE,EAAGa,GAElB,GAGIgrE,GAASC,EAHTC,EAA0C,IAAvBlrE,EAAE2yB,OAASxzB,EAAEwzB,SAAiB3yB,EAAE8yB,QAAU3zB,EAAE2zB,SAE/DmiB,EAAS91C,EAAEqzB,QAAQplB,IAAI89D,EAAgB,SAa3C,OAViB,GAAblrE,EAAIi1C,GACJ+1B,EAAU7rE,EAAEqzB,QAAQplB,IAAI89D,EAAiB,EAAG,UAE5CD,GAAUjrE,EAAIi1C,IAAWA,EAAS+1B,KAElCA,EAAU7rE,EAAEqzB,QAAQplB,IAAI89D,EAAiB,EAAG,UAE5CD,GAAUjrE,EAAIi1C,IAAW+1B,EAAU/1B,MAG9Bi2B,EAAiBD,GAc9B,QAASE,GAAgBrsC,EAAQzC,EAAM+uC,GACnC,GAAIC,EAEJ,OAAgB,OAAZD,EAEO/uC,EAEgB,MAAvByC,EAAOwsC,aACAxsC,EAAOwsC,aAAajvC,EAAM+uC,GACX,MAAftsC,EAAOysC,MAEdF,EAAOvsC,EAAOysC,KAAKH,GACfC,GAAe,GAAPhvC,IACRA,GAAQ,IAEPgvC,GAAiB,KAAThvC,IACTA,EAAO,GAEJA,GAGAA,EAQf,QAASmvC,MAIT,QAASC,GAAOC,EAAQC,GAChBA,KAAiB,GACjBC,EAAcF,GAElBG,EAAWhyE,KAAM6xE,GACjB7xE,KAAKy4B,GAAK,GAAIp0B,OAAMwtE,EAAOp5C,IAGvBw5C,MAAqB,IACrBA,IAAmB,EACnBpuE,GAAOquE,aAAalyE,MACpBiyE,IAAmB,GAK3B,QAASE,GAAS/hE,GACd,GAAIgiE,GAAkBC,EAAqBjiE,GACvCkiE,EAAQF,EAAgBt5C,MAAQ,EAChCy5C,EAAWH,EAAgBI,SAAW,EACtCC,EAASL,EAAgBn5C,OAAS,EAClCy5C,EAAQN,EAAgBO,MAAQ,EAChCC,EAAOR,EAAgBx5C,KAAO,EAC9BgF,EAAQw0C,EAAgB5vC,MAAQ,EAChC3E,EAAUu0C,EAAgB7vC,QAAU,EACpCzE,EAAUs0C,EAAgB9vC,QAAU,EACpCvE,EAAeq0C,EAAgB/vC,aAAe,CAGlDriC,MAAK6yE,eAAiB90C,EACR,IAAVD,EACU,IAAVD,EACQ,KAARD,EAGJ59B,KAAK8yE,OAASF,EACF,EAARF,EAIJ1yE,KAAK+yE,SAAWN,EACD,EAAXF,EACQ,GAARD,EAEJtyE,KAAKkT,SAELlT,KAAKgzE,QAAUnvE,GAAOmtE,aAEtBhxE,KAAKizE,UAQT,QAAS5tE,GAAOC,EAAGa,GACf,IAAK,GAAIZ,KAAKY,GACNqpE,EAAWrpE,EAAGZ,KACdD,EAAEC,GAAKY,EAAEZ,GAYjB,OARIiqE,GAAWrpE,EAAG,cACdb,EAAEF,SAAWe,EAAEf,UAGfoqE,EAAWrpE,EAAG,aACdb,EAAEyB,QAAUZ,EAAEY,SAGXzB,EAGX,QAAS0sE,GAAWpoD,EAAID,GACpB,GAAIpkB,GAAGK,EAAMstE,CAiCb,IA/BqC,mBAA1BvpD,GAAKwpD,mBACZvpD,EAAGupD,iBAAmBxpD,EAAKwpD,kBAER,mBAAZxpD,GAAKypD,KACZxpD,EAAGwpD,GAAKzpD,EAAKypD,IAEM,mBAAZzpD,GAAK0pD,KACZzpD,EAAGypD,GAAK1pD,EAAK0pD,IAEM,mBAAZ1pD,GAAK2pD,KACZ1pD,EAAG0pD,GAAK3pD,EAAK2pD,IAEW,mBAAjB3pD,GAAK4pD,UACZ3pD,EAAG2pD,QAAU5pD,EAAK4pD,SAEG,mBAAd5pD,GAAK6pD,OACZ5pD,EAAG4pD,KAAO7pD,EAAK6pD,MAEQ,mBAAhB7pD,GAAK8pD,SACZ7pD,EAAG6pD,OAAS9pD,EAAK8pD,QAEO,mBAAjB9pD,GAAK+pD,UACZ9pD,EAAG8pD,QAAU/pD,EAAK+pD,SAEE,mBAAb/pD,GAAKgqD,MACZ/pD,EAAG+pD,IAAMhqD,EAAKgqD,KAEU,mBAAjBhqD,GAAKqpD,UACZppD,EAAGopD,QAAUrpD,EAAKqpD,SAGlBY,GAAiBluE,OAAS,EAC1B,IAAKH,IAAKquE,IACNhuE,EAAOguE,GAAiBruE,GACxB2tE,EAAMvpD,EAAK/jB,GACQ,mBAARstE,KACPtpD,EAAGhkB,GAAQstE,EAKvB,OAAOtpD,GAGX,QAASiqD,GAASC,GACd,MAAa,GAATA,EACO7uE,KAAKozC,KAAKy7B,GAEV7uE,KAAKC,MAAM4uE,GAM1B,QAASjD,GAAaiD,EAAQC,EAAcC,GAIxC,IAHA,GAAIC,GAAS,GAAKhvE,KAAKmmB,IAAI0oD,GACvBtkD,EAAOskD,GAAU,EAEdG,EAAOvuE,OAASquE,GACnBE,EAAS,IAAMA,CAEnB,QAAQzkD,EAAQwkD,EAAY,IAAM,GAAM,KAAOC,EAGnD,QAASC,GAA0BC,EAAMxuE,GACrC,GAAIyuE,IAAOr2C,aAAc,EAAG00C,OAAQ,EAUpC,OARA2B,GAAI3B,OAAS9sE,EAAMszB,QAAUk7C,EAAKl7C,QACC,IAA9BtzB,EAAMmzB,OAASq7C,EAAKr7C,QACrBq7C,EAAKx7C,QAAQplB,IAAI6gE,EAAI3B,OAAQ,KAAK4B,QAAQ1uE,MACxCyuE,EAAI3B,OAGV2B,EAAIr2C,cAAgBp4B,GAAUwuE,EAAKx7C,QAAQplB,IAAI6gE,EAAI3B,OAAQ,KAEpD2B,EAGX,QAASE,GAAkBH,EAAMxuE,GAC7B,GAAIyuE,EAUJ,OATAzuE,GAAQ4uE,EAAO5uE,EAAOwuE,GAClBA,EAAKK,SAAS7uE,GACdyuE,EAAMF,EAA0BC,EAAMxuE,IAEtCyuE,EAAMF,EAA0BvuE,EAAOwuE,GACvCC,EAAIr2C,cAAgBq2C,EAAIr2C,aACxBq2C,EAAI3B,QAAU2B,EAAI3B,QAGf2B,EAIX,QAASK,GAAYh5C,EAAWjlB,GAC5B,MAAO,UAAU08D,EAAKnC,GAClB,GAAI2D,GAAKC,CAUT,OARe,QAAX5D,GAAoBtsE,OAAOssE,KAC3BN,EAAgBj6D,EAAM,YAAcA,EAAQ,uDAAyDA,EAAO,qBAC5Gm+D,EAAMzB,EAAKA,EAAMnC,EAAQA,EAAS4D,GAGtCzB,EAAqB,gBAARA,IAAoBA,EAAMA,EACvCwB,EAAM7wE,GAAOuM,SAAS8iE,EAAKnC,GAC3B6D,EAAgC50E,KAAM00E,EAAKj5C,GACpCz7B,MAIf,QAAS40E,GAAgCC,EAAKzkE,EAAU0kE,EAAU5C,GAC9D,GAAIn0C,GAAe3tB,EAASyiE,cACxBD,EAAOxiE,EAAS0iE,MAChBL,EAASriE,EAAS2iE,OACtBb,GAA+B,MAAhBA,GAAuB,EAAOA,EAEzCn0C,GACA82C,EAAIp8C,GAAGs8C,SAASF,EAAIp8C,GAAKsF,EAAe+2C,GAExClC,GACAoC,GAAUH,EAAK,OAAQI,GAAUJ,EAAK,QAAUjC,EAAOkC,GAEvDrC,GACAyC,GAAeL,EAAKI,GAAUJ,EAAK,SAAWpC,EAASqC,GAEvD5C,GACAruE,GAAOquE,aAAa2C,EAAKjC,GAAQH,GAKzC,QAASxsE,GAAQkvE,GACb,MAAiD,mBAA1C7uE,OAAOmN,UAAUrO,SAAS7E,KAAK40E,GAG1C,QAAS/wE,GAAO+wE,GACZ,MAAiD,kBAA1C7uE,OAAOmN,UAAUrO,SAAS7E,KAAK40E,IAClCA,YAAiB9wE,MAIzB,QAAS+wE,GAAc5R,EAAQC,EAAQ4R,GACnC,GAGI9vE,GAHAC,EAAMP,KAAKwG,IAAI+3D,EAAO99D,OAAQ+9D,EAAO/9D,QACrC4vE,EAAarwE,KAAKmmB,IAAIo4C,EAAO99D,OAAS+9D,EAAO/9D,QAC7C6vE,EAAQ,CAEZ,KAAKhwE,EAAI,EAAOC,EAAJD,EAASA,KACZ8vE,GAAe7R,EAAOj+D,KAAOk+D,EAAOl+D,KACnC8vE,GAAeG,EAAMhS,EAAOj+D,MAAQiwE,EAAM/R,EAAOl+D,MACnDgwE,GAGR,OAAOA,GAAQD,EAGnB,QAASG,GAAeC,GACpB,GAAIA,EAAO,CACP,GAAIC,GAAUD,EAAMvwC,cAAc/4B,QAAQ,QAAS,KACnDspE,GAAQE,GAAYF,IAAUG,GAAeF,IAAYA,EAE7D,MAAOD,GAGX,QAASrD,GAAqByD,GAC1B,GACIC,GACAnwE,EAFAwsE,IAIJ,KAAKxsE,IAAQkwE,GACLtG,EAAWsG,EAAalwE,KACxBmwE,EAAiBN,EAAe7vE,GAC5BmwE,IACA3D,EAAgB2D,GAAkBD,EAAYlwE,IAK1D,OAAOwsE,GAGX,QAAS4D,GAAS5mE,GACd,GAAImI,GAAO0+D,CAEX,IAA8B,IAA1B7mE,EAAM1I,QAAQ,QACd6Q,EAAQ,EACR0+D,EAAS,UAER,CAAA,GAA+B,IAA3B7mE,EAAM1I,QAAQ,SAKnB,MAJA6Q,GAAQ,GACR0+D,EAAS,QAMbpyE,GAAOuL,GAAS,SAAU8yB,EAAQ75B,GAC9B,GAAI9C,GAAG2wE,EACH38D,EAAS1V,GAAOmvE,QAAQ5jE,GACxB+mE,IAYJ,IAVsB,gBAAXj0C,KACP75B,EAAQ65B,EACRA,EAAS37B,GAGb2vE,EAAS,SAAU3wE,GACf,GAAI/E,GAAIqD,KAASuyE,MAAMC,IAAIJ,EAAQ1wE,EACnC,OAAOgU,GAAOhZ,KAAKsD,GAAOmvE,QAASxyE,EAAG0hC,GAAU,KAGvC,MAAT75B,EACA,MAAO6tE,GAAO7tE,EAGd,KAAK9C,EAAI,EAAOgS,EAAJhS,EAAWA,IACnB4wE,EAAQjuE,KAAKguE,EAAO3wE,GAExB,OAAO4wE,IAKnB,QAASX,GAAMc,GACX,GAAIC,IAAiBD,EACjBlvE,EAAQ,CAUZ,OARsB,KAAlBmvE,GAAuBC,SAASD,KAE5BnvE,EADAmvE,GAAiB,EACTtxE,KAAKC,MAAMqxE,GAEXtxE,KAAKozC,KAAKk+B,IAInBnvE,EAGX,QAASqvE,GAAY39C,EAAMG,GACvB,MAAO,IAAI50B,MAAKA,KAAKqyE,IAAI59C,EAAMG,EAAQ,EAAG,IAAI09C,aAGlD,QAASC,GAAY99C,EAAM+9C,EAAKC,GAC5B,MAAOC,IAAWlzE,IAAQi1B,EAAM,GAAI,GAAK+9C,EAAMC,IAAOD,EAAKC,GAAKnE,KAGpE,QAASqE,GAAWl+C,GAChB,MAAOm+C,GAAWn+C,GAAQ,IAAM,IAGpC,QAASm+C,GAAWn+C,GAChB,MAAQA,GAAO,IAAM,GAAKA,EAAO,MAAQ,GAAMA,EAAO,MAAQ,EAGlE,QAASi5C,GAAcvxE,GACnB,GAAI4jB,EACA5jB,GAAE02E,IAAyB,KAAnB12E,EAAEmzE,IAAIvvD,WACdA,EACI5jB,EAAE02E,GAAGC,IAAS,GAAK32E,EAAE02E,GAAGC,IAAS,GAAKA,GACtC32E,EAAE02E,GAAGE,IAAQ,GAAK52E,EAAE02E,GAAGE,IAAQX,EAAYj2E,EAAE02E,GAAGG,IAAO72E,EAAE02E,GAAGC,KAAUC,GACtE52E,EAAE02E,GAAGI,IAAQ,GAAK92E,EAAE02E,GAAGI,IAAQ,IACX,KAAf92E,EAAE02E,GAAGI,MAAkC,IAAjB92E,EAAE02E,GAAGK,KACY,IAAjB/2E,EAAE02E,GAAGM,KACiB,IAAtBh3E,EAAE02E,GAAGO,KAAuBH,GACvD92E,EAAE02E,GAAGK,IAAU,GAAK/2E,EAAE02E,GAAGK,IAAU,GAAKA,GACxC/2E,EAAE02E,GAAGM,IAAU,GAAKh3E,EAAE02E,GAAGM,IAAU,GAAKA,GACxCh3E,EAAE02E,GAAGO,IAAe,GAAKj3E,EAAE02E,GAAGO,IAAe,IAAMA,GACnD,GAEAj3E,EAAEmzE,IAAI+D,qBAAkCL,GAAXjzD,GAAmBA,EAAWgzD,MAC3DhzD,EAAWgzD,IAGf52E,EAAEmzE,IAAIvvD,SAAWA,GAIzB,QAASuzD,GAAQn3E,GAiBb,MAhBkB,OAAdA,EAAEo3E,WACFp3E,EAAEo3E,UAAYnzE,MAAMjE,EAAEi4B,GAAGo/C,YACrBr3E,EAAEmzE,IAAIvvD,SAAW,IAChB5jB,EAAEmzE,IAAIjE,QACNlvE,EAAEmzE,IAAI5D,eACNvvE,EAAEmzE,IAAI7D,YACNtvE,EAAEmzE,IAAI3D,gBACNxvE,EAAEmzE,IAAI1D,gBAEPzvE,EAAE+yE,UACF/yE,EAAEo3E,SAAWp3E,EAAEo3E,UACa,IAAxBp3E,EAAEmzE,IAAI9D,eACwB,IAA9BrvE,EAAEmzE,IAAIhE,aAAajqE,QACnBlF,EAAEmzE,IAAImE,UAAYvxE,IAGvB/F,EAAEo3E,SAGb,QAASG,GAAgBnvE,GACrB,MAAOA,GAAMA,EAAIu8B,cAAc/4B,QAAQ,IAAK,KAAOxD,EAMvD,QAASovE,GAAaC,GAGlB,IAFA,GAAW7rD,GAAGxD,EAAMqc,EAAQh9B,EAAxB1C,EAAI,EAEDA,EAAI0yE,EAAMvyE,QAAQ,CAKrB,IAJAuC,EAAQ8vE,EAAgBE,EAAM1yE,IAAI0C,MAAM,KACxCmkB,EAAInkB,EAAMvC,OACVkjB,EAAOmvD,EAAgBE,EAAM1yE,EAAI,IACjCqjB,EAAOA,EAAOA,EAAK3gB,MAAM,KAAO,KACzBmkB,EAAI,GAAG,CAEV,GADA6Y,EAASizC,EAAWjwE,EAAMs1B,MAAM,EAAGnR,GAAGjkB,KAAK,MAEvC,MAAO88B,EAEX,IAAIrc,GAAQA,EAAKljB,QAAU0mB,GAAKgpD,EAAcntE,EAAO2gB,GAAM,IAASwD,EAAI,EAEpE,KAEJA,KAEJ7mB,IAEJ,MAAO,MAGX,QAAS2yE,GAAW1hE,GAChB,GAAI2hE,GAAY,IAChB,KAAK1yC,GAAQjvB,IAAS4hE,GAClB,IACID,EAAYt0E,GAAOohC,UACjB,WAAkC,GAAIz4B,GAAI,GAAI5I,OAAM,gCAAiE,MAA7B4I,GAAE6rE,KAAO,mBAA0B7rE,KAE7H3I,GAAOohC,OAAOkzC,GAChB,MAAO3rE,IAEb,MAAOi5B,IAAQjvB,GAKnB,QAAS+9D,GAAOY,EAAOmD,GACnB,GAAIlE,GAAKvnD,CACT,OAAIyrD,GAAM7E,QACNW,EAAMkE,EAAM3/C,QACZ9L,GAAQhpB,GAAOmD,SAASmuE,IAAU/wE,EAAO+wE,IAChCA,GAAStxE,GAAOsxE,KAAYf,EAErCA,EAAI37C,GAAGs8C,SAASX,EAAI37C,GAAK5L,GACzBhpB,GAAOquE,aAAakC,GAAK,GAClBA,GAEAvwE,GAAOsxE,GAAOoD,QA6N7B,QAASC,GAAuBrD,GAC5B,MAAIA,GAAM7wE,MAAM,YACL6wE,EAAM/oE,QAAQ,WAAY,IAE9B+oE,EAAM/oE,QAAQ,MAAO,IAGhC,QAASqsE,GAAmBv2C,GACxB,GAA4C38B,GAAGG,EAA3CgD,EAAQw5B,EAAO59B,MAAMo0E,GAEzB,KAAKnzE,EAAI,EAAGG,EAASgD,EAAMhD,OAAYA,EAAJH,EAAYA,IAEvCmD,EAAMnD,GADNozE,GAAqBjwE,EAAMnD,IAChBozE,GAAqBjwE,EAAMnD,IAE3BizE,EAAuB9vE,EAAMnD,GAIhD,OAAO,UAAUsvE,GACb,GAAIZ,GAAS,EACb,KAAK1uE,EAAI,EAAOG,EAAJH,EAAYA,IACpB0uE,GAAUvrE,EAAMnD,YAAcosC,UAAWjpC,EAAMnD,GAAGhF,KAAKs0E,EAAK3yC,GAAUx5B,EAAMnD,EAEhF,OAAO0uE,IAKf,QAAS2E,GAAap4E,EAAG0hC,GACrB,MAAK1hC,GAAEm3E,WAIPz1C,EAAS22C,EAAa32C,EAAQ1hC,EAAEwwE,cAE3B8H,GAAgB52C,KACjB42C,GAAgB52C,GAAUu2C,EAAmBv2C,IAG1C42C,GAAgB52C,GAAQ1hC,IATpBA,EAAEwwE,aAAa+H,cAY9B,QAASF,GAAa32C,EAAQ+C,GAG1B,QAAS+zC,GAA4B7D,GACjC,MAAOlwC,GAAOg0C,eAAe9D,IAAUA,EAH3C,GAAI5vE,GAAI,CAOR,KADA2zE,GAAsBC,UAAY,EAC3B5zE,GAAK,GAAK2zE,GAAsB5qE,KAAK4zB,IACxCA,EAASA,EAAO91B,QAAQ8sE,GAAuBF,GAC/CE,GAAsBC,UAAY,EAClC5zE,GAAK,CAGT,OAAO28B,GAUX,QAASk3C,GAAsBlX,EAAO2P,GAClC,GAAIvsE,GAAGq9D,EAASkP,EAAO0B,OACvB,QAAQrR,GACR,IAAK,IACD,MAAOmX,GACX,KAAK,OACD,MAAOC,GACX,KAAK,OACL,IAAK,OACL,IAAK,OACD,MAAO3W,GAAS4W,GAAuBC,EAC3C,KAAK,IACL,IAAK,IACL,IAAK,IACD,MAAOC,GACX,KAAK,SACL,IAAK,QACL,IAAK,QACL,IAAK,QACD,MAAO9W,GAAS+W,GAAsBC,EAC1C,KAAK,IACD,GAAIhX,EACA,MAAO0W,GAGf,KAAK,KACD,GAAI1W,EACA,MAAOiX,GAGf,KAAK,MACD,GAAIjX,EACA,MAAO2W,GAGf,KAAK,MACD,MAAOO,GACX,KAAK,MACL,IAAK,OACL,IAAK,KACL,IAAK,MACL,IAAK,OACD,MAAOC,GACX,KAAK,IACL,IAAK,IACD,MAAOjI,GAAOmB,QAAQ+G,cAC1B,KAAK,IACD,MAAOC,GACX,KAAK,IACD,MAAOC,GACX,KAAK,IACL,IAAK,KACD,MAAOC,GACX,KAAK,IACD,MAAOC,GACX,KAAK,OACD,MAAOC,GACX,KAAK,KACL,IAAK,KACL,IAAK,KACL,IAAK,KACL,IAAK,KACL,IAAK,KACL,IAAK,KACL,IAAK,KACL,IAAK,KACL,IAAK,KACL,IAAK,KACD,MAAOzX,GAASiX,GAAsBS,EAC1C,KAAK,IACL,IAAK,IACL,IAAK,IACL,IAAK,IACL,IAAK,IACL,IAAK,IACL,IAAK,IACL,IAAK,IACL,IAAK,IACL,IAAK,IACL,IAAK,IACD,MAAOA,GACX,KAAK,KACD,MAAO1X,GAASkP,EAAOmB,QAAQsH,cAAgBzI,EAAOmB,QAAQuH,oBAClE,SAEI,MADAj1E,GAAI,GAAIk1E,QAAOC,GAAaC,GAAexY,EAAM91D,QAAQ,KAAM,KAAM,OAK7E,QAASuuE,GAAoBC,GACzBA,EAASA,GAAU,EACnB,IAAIC,GAAqBD,EAAOt2E,MAAM41E,QAClCY,EAAUD,EAAkBA,EAAkBn1E,OAAS,OACvDgI,GAASotE,EAAU,IAAIx2E,MAAMy2E,MAA0B,IAAK,EAAG,GAC/Dl9C,IAAuB,GAAXnwB,EAAM,IAAW8nE,EAAM9nE,EAAM,GAE7C,OAAoB,MAAbA,EAAM,GAAamwB,GAAWA,EAIzC,QAASm9C,GAAwB9Y,EAAOiT,EAAOtD,GAC3C,GAAIvsE,GAAG21E,EAAgBpJ,EAAOqF,EAE9B,QAAQhV,GAER,IAAK,IACY,MAATiT,IACA8F,EAAc9D,IAA8B,GAApB3B,EAAML,GAAS,GAE3C,MAEJ,KAAK,IACL,IAAK,KACY,MAATA,IACA8F,EAAc9D,IAAS3B,EAAML,GAAS,EAE1C,MACJ,KAAK,MACL,IAAK,OACD7vE,EAAIusE,EAAOmB,QAAQkI,YAAY/F,EAAOjT,EAAO2P,EAAO0B,SAE3C,MAALjuE,EACA21E,EAAc9D,IAAS7xE,EAEvBusE,EAAO8B,IAAI5D,aAAeoF,CAE9B,MAEJ,KAAK,IACL,IAAK,KACY,MAATA,IACA8F,EAAc7D,IAAQ5B,EAAML,GAEhC,MACJ,KAAK,KACY,MAATA,IACA8F,EAAc7D,IAAQ5B,EAAMnqD,SAChB8pD,EAAM7wE,MAAM,WAAW,GAAI,KAE3C,MAEJ,KAAK,MACL,IAAK,OACY,MAAT6wE,IACAtD,EAAOsJ,WAAa3F,EAAML,GAG9B,MAEJ,KAAK,KACD8F,EAAc5D,IAAQxzE,GAAOu3E,kBAAkBjG,EAC/C,MACJ,KAAK,OACL,IAAK,QACL,IAAK,SACD8F,EAAc5D,IAAQ7B,EAAML,EAC5B,MAEJ,KAAK,IACL,IAAK,IACDtD,EAAOwJ,UAAYlG,CAEnB,MAEJ,KAAK,IACL,IAAK,KACDtD,EAAO8B,IAAImE,SAAU,CAEzB,KAAK,IACL,IAAK,KACDmD,EAAc3D,IAAQ9B,EAAML,EAC5B,MAEJ,KAAK,IACL,IAAK,KACD8F,EAAc1D,IAAU/B,EAAML,EAC9B,MAEJ,KAAK,IACL,IAAK,KACD8F,EAAczD,IAAUhC,EAAML,EAC9B,MAEJ,KAAK,IACL,IAAK,KACL,IAAK,MACL,IAAK,OACD8F,EAAcxD,IAAejC,EAAuB,KAAhB,KAAOL,GAC3C,MAEJ,KAAK,IACDtD,EAAOp5C,GAAK,GAAIp0B,MAAKmxE,EAAML,GAC3B,MAEJ,KAAK,IACDtD,EAAOp5C,GAAK,GAAIp0B,MAAyB,IAApBuhB,WAAWuvD,GAChC,MAEJ,KAAK,IACL,IAAK,KACDtD,EAAOyJ,SAAU,EACjBzJ,EAAO2B,KAAOmH,EAAoBxF,EAClC,MAEJ,KAAK,KACL,IAAK,MACL,IAAK,OACD7vE,EAAIusE,EAAOmB,QAAQuI,cAAcpG,GAExB,MAAL7vE,GACAusE,EAAO2J,GAAK3J,EAAO2J,OACnB3J,EAAO2J,GAAM,EAAIl2E,GAEjBusE,EAAO8B,IAAI8H,eAAiBtG,CAEhC,MAEJ,KAAK,IACL,IAAK,KACL,IAAK,IACL,IAAK,KACL,IAAK,IACL,IAAK,IACL,IAAK,IACDjT,EAAQA,EAAMl3D,OAAO,EAAG,EAE5B,KAAK,OACL,IAAK,OACL,IAAK,QACDk3D,EAAQA,EAAMl3D,OAAO,EAAG,GACpBmqE,IACAtD,EAAO2J,GAAK3J,EAAO2J,OACnB3J,EAAO2J,GAAGtZ,GAASsT,EAAML,GAE7B,MACJ,KAAK,KACL,IAAK,KACDtD,EAAO2J,GAAK3J,EAAO2J,OACnB3J,EAAO2J,GAAGtZ,GAASr+D,GAAOu3E,kBAAkBjG,IAIpD,QAASuG,GAAsB7J,GAC3B,GAAI9hB,GAAG4rB,EAAUhJ,EAAMlwC,EAASo0C,EAAKC,EAAK8E,CAE1C7rB,GAAI8hB,EAAO2J,GACC,MAARzrB,EAAE8rB,IAAqB,MAAP9rB,EAAE+rB,GAAoB,MAAP/rB,EAAEgsB,GACjClF,EAAM,EACNC,EAAM,EAMN6E,EAAWpM,EAAIxf,EAAE8rB,GAAIhK,EAAOqF,GAAGG,IAAON,GAAWlzE,KAAU,EAAG,GAAGi1B,MACjE65C,EAAOpD,EAAIxf,EAAE+rB,EAAG,GAChBr5C,EAAU8sC,EAAIxf,EAAEgsB,EAAG,KAEnBlF,EAAMhF,EAAOmB,QAAQgJ,MAAMnF,IAC3BC,EAAMjF,EAAOmB,QAAQgJ,MAAMlF,IAE3B6E,EAAWpM,EAAIxf,EAAEksB,GAAIpK,EAAOqF,GAAGG,IAAON,GAAWlzE,KAAUgzE,EAAKC,GAAKh+C,MACrE65C,EAAOpD,EAAIxf,EAAEA,EAAG,GAEL,MAAPA,EAAExjD,GAEFk2B,EAAUstB,EAAExjD,EACEsqE,EAAVp0C,KACEkwC,GAINlwC,EAFc,MAAPstB,EAAEvjD,EAECujD,EAAEvjD,EAAIqqE,EAGNA,GAGlB+E,EAAOM,GAAmBP,EAAUhJ,EAAMlwC,EAASq0C,EAAKD,GAExDhF,EAAOqF,GAAGG,IAAQuE,EAAK9iD,KACvB+4C,EAAOsJ,WAAaS,EAAK/iD,UAO7B,QAASsjD,GAAetK,GACpB,GAAItsE,GAAGyzB,EAAkBojD,EAAaC,EAAzBlH,IAEb,KAAItD,EAAOp5C,GAAX,CA6BA,IAzBA2jD,EAAcE,GAAiBzK,GAG3BA,EAAO2J,IAAyB,MAAnB3J,EAAOqF,GAAGE,KAAqC,MAApBvF,EAAOqF,GAAGC,KAClDuE,EAAsB7J,GAItBA,EAAOsJ,aACPkB,EAAY9M,EAAIsC,EAAOqF,GAAGG,IAAO+E,EAAY/E,KAEzCxF,EAAOsJ,WAAanE,EAAWqF,KAC/BxK,EAAO8B,IAAI+D,oBAAqB,GAGpC1+C,EAAOujD,GAAYF,EAAW,EAAGxK,EAAOsJ,YACxCtJ,EAAOqF,GAAGC,IAASn+C,EAAKwjD,cACxB3K,EAAOqF,GAAGE,IAAQp+C,EAAK29C,cAQtBpxE,EAAI,EAAO,EAAJA,GAAyB,MAAhBssE,EAAOqF,GAAG3xE,KAAcA,EACzCssE,EAAOqF,GAAG3xE,GAAK4vE,EAAM5vE,GAAK62E,EAAY72E,EAI1C,MAAW,EAAJA,EAAOA,IACVssE,EAAOqF,GAAG3xE,GAAK4vE,EAAM5vE,GAAsB,MAAhBssE,EAAOqF,GAAG3xE,GAAqB,IAANA,EAAU,EAAI,EAAKssE,EAAOqF,GAAG3xE,EAI7D,MAApBssE,EAAOqF,GAAGI,KACgB,IAAtBzF,EAAOqF,GAAGK,KACY,IAAtB1F,EAAOqF,GAAGM,KACiB,IAA3B3F,EAAOqF,GAAGO,MACd5F,EAAO4K,UAAW,EAClB5K,EAAOqF,GAAGI,IAAQ,GAGtBzF,EAAOp5C,IAAMo5C,EAAOyJ,QAAUiB,GAAcG,IAAUpkE,MAAM,KAAM68D,GAG/C,MAAftD,EAAO2B,MACP3B,EAAOp5C,GAAGkkD,cAAc9K,EAAOp5C,GAAGmkD,gBAAkB/K,EAAO2B,MAG3D3B,EAAO4K,WACP5K,EAAOqF,GAAGI,IAAQ,KAI1B,QAASuF,GAAehL,GACpB,GAAIO,EAEAP,GAAOp5C,KAIX25C,EAAkBC,EAAqBR,EAAOuB,IAC9CvB,EAAOqF,IACH9E,EAAgBt5C,KAChBs5C,EAAgBn5C,MAChBm5C,EAAgBx5C,KAAOw5C,EAAgBp5C,KACvCo5C,EAAgB5vC,KAChB4vC,EAAgB7vC,OAChB6vC,EAAgB9vC,OAChB8vC,EAAgB/vC,aAGpB85C,EAAetK,IAGnB,QAASyK,IAAiBzK,GACtB,GAAIl0C,GAAM,GAAIt5B,KACd,OAAIwtE,GAAOyJ,SAEH39C,EAAIm/C,iBACJn/C,EAAI6+C,cACJ7+C,EAAIg5C,eAGAh5C,EAAIoF,cAAepF,EAAIgG,WAAYhG,EAAI+F,WAKvD,QAASq5C,IAA4BlL,GACjC,GAAIA,EAAOwB,KAAOxvE,GAAOm5E,SAErB,WADAC,IAASpL,EAIbA,GAAOqF,MACPrF,EAAO8B,IAAIjE,OAAQ,CAGnB,IACInqE,GAAG23E,EAAaC,EAAQjb,EAAOkb,EAD/BxC,EAAS,GAAK/I,EAAOuB,GAErBiK,EAAezC,EAAOl1E,OACtB43E,EAAyB,CAI7B,KAFAH,EAAStE,EAAahH,EAAOwB,GAAIxB,EAAOmB,SAAS1uE,MAAMo0E,QAElDnzE,EAAI,EAAGA,EAAI43E,EAAOz3E,OAAQH,IAC3B28D,EAAQib,EAAO53E,GACf23E,GAAetC,EAAOt2E,MAAM80E,EAAsBlX,EAAO2P,SAAgB,GACrEqL,IACAE,EAAUxC,EAAO5vE,OAAO,EAAG4vE,EAAOl0E,QAAQw2E,IACtCE,EAAQ13E,OAAS,GACjBmsE,EAAO8B,IAAI/D,YAAY1nE,KAAKk1E,GAEhCxC,EAASA,EAAOr9C,MAAMq9C,EAAOl0E,QAAQw2E,GAAeA,EAAYx3E,QAChE43E,GAA0BJ,EAAYx3E,QAGtCizE,GAAqBzW,IACjBgb,EACArL,EAAO8B,IAAIjE,OAAQ,EAGnBmC,EAAO8B,IAAIhE,aAAaznE,KAAKg6D,GAEjC8Y,EAAwB9Y,EAAOgb,EAAarL,IAEvCA,EAAO0B,UAAY2J,GACxBrL,EAAO8B,IAAIhE,aAAaznE,KAAKg6D,EAKrC2P,GAAO8B,IAAI9D,cAAgBwN,EAAeC,EACtC1C,EAAOl1E,OAAS,GAChBmsE,EAAO8B,IAAI/D,YAAY1nE,KAAK0yE,GAI5B/I,EAAO8B,IAAImE,WAAY,GAAQjG,EAAOqF,GAAGI,KAAS,KAClDzF,EAAO8B,IAAImE,QAAUvxE,GAGzBsrE,EAAOqF,GAAGI,IAAQhG,EAAgBO,EAAOmB,QAASnB,EAAOqF,GAAGI,IACpDzF,EAAOwJ,WACfc,EAAetK,GACfE,EAAcF,GAGlB,QAAS6I,IAAenvE,GACpB,MAAOA,GAAEa,QAAQ,sCAAuC,SAAUmxE,EAAStV,EAAIC,EAAIC,EAAIqV,GACnF,MAAOvV,IAAMC,GAAMC,GAAMqV,IAKjC,QAAS/C,IAAalvE,GAClB,MAAOA,GAAEa,QAAQ,yBAA0B,QAI/C,QAASqxE,IAA2B5L,GAChC,GAAI6L,GACAC,EAEAC,EACAr4E,EACAs4E,CAEJ,IAAyB,IAArBhM,EAAOwB,GAAG3tE,OAGV,MAFAmsE,GAAO8B,IAAI3D,eAAgB,OAC3B6B,EAAOp5C,GAAK,GAAIp0B,MAAKy5E,KAIzB,KAAKv4E,EAAI,EAAGA,EAAIssE,EAAOwB,GAAG3tE,OAAQH,IAC9Bs4E,EAAe,EACfH,EAAa1L,KAAeH,GACN,MAAlBA,EAAOyJ,UACPoC,EAAWpC,QAAUzJ,EAAOyJ,SAEhCoC,EAAW/J,IAAMlE,IACjBiO,EAAWrK,GAAKxB,EAAOwB,GAAG9tE,GAC1Bw3E,GAA4BW,GAEvB/F,EAAQ+F,KAKbG,GAAgBH,EAAW/J,IAAI9D,cAG/BgO,GAAqD,GAArCH,EAAW/J,IAAIhE,aAAajqE,OAE5Cg4E,EAAW/J,IAAIoK,MAAQF,GAEJ,MAAfD,GAAsCA,EAAfC,KACvBD,EAAcC,EACdF,EAAaD,GAIrBr4E,GAAOwsE,EAAQ8L,GAAcD,GAIjC,QAAST,IAASpL,GACd,GAAItsE,GAAGy4E,EACHpD,EAAS/I,EAAOuB,GAChB9uE,EAAQ25E,GAASz5E,KAAKo2E,EAE1B,IAAIt2E,EAAO,CAEP,IADAutE,EAAO8B,IAAIzD,KAAM,EACZ3qE,EAAI,EAAGy4E,EAAIE,GAASx4E,OAAYs4E,EAAJz4E,EAAOA,IACpC,GAAI24E,GAAS34E,GAAG,GAAGf,KAAKo2E,GAAS,CAE7B/I,EAAOwB,GAAK6K,GAAS34E,GAAG,IAAMjB,EAAM,IAAM,IAC1C,OAGR,IAAKiB,EAAI,EAAGy4E,EAAIG,GAASz4E,OAAYs4E,EAAJz4E,EAAOA,IACpC,GAAI44E,GAAS54E,GAAG,GAAGf,KAAKo2E,GAAS,CAC7B/I,EAAOwB,IAAM8K,GAAS54E,GAAG,EACzB,OAGJq1E,EAAOt2E,MAAM41E,MACbrI,EAAOwB,IAAM,KAEjB0J,GAA4BlL,OAE5BA,GAAO+F,UAAW,EAK1B,QAASwG,IAAmBvM,GACxBoL,GAASpL,GACLA,EAAO+F,YAAa,UACb/F,GAAO+F,SACd/zE,GAAOw6E,wBAAwBxM,IAIvC,QAASjkE,IAAImtC,EAAKthC,GACd,GAAclU,GAAV6uE,IACJ,KAAK7uE,EAAI,EAAGA,EAAIw1C,EAAIr1C,SAAUH,EAC1B6uE,EAAIlsE,KAAKuR,EAAGshC,EAAIx1C,GAAIA,GAExB,OAAO6uE,GAGX,QAASkK,IAAkBzM,GACvB,GAAuB0L,GAAnBpI,EAAQtD,EAAOuB,EACf+B,KAAU5uE,EACVsrE,EAAOp5C,GAAK,GAAIp0B,MACTD,EAAO+wE,GACdtD,EAAOp5C,GAAK,GAAIp0B,OAAM8wE,GAC6B,QAA3CoI,EAAUgB,GAAgB/5E,KAAK2wE,IACvCtD,EAAOp5C,GAAK,GAAIp0B,OAAMk5E,EAAQ,IACN,gBAAVpI,GACdiJ,GAAmBvM,GACZ5rE,EAAQkvE,IACftD,EAAOqF,GAAKtpE,GAAIunE,EAAM53C,MAAM,GAAI,SAAUja,GACtC,MAAO+H,UAAS/H,EAAK,MAEzB64D,EAAetK,IACU,gBAAZ,GACbgL,EAAehL,GACU,gBAAZ,GAEbA,EAAOp5C,GAAK,GAAIp0B,MAAK8wE,GAErBtxE,GAAOw6E,wBAAwBxM,GAIvC,QAAS6K,IAASpqE,EAAG9R,EAAG+L,EAAGjB,EAAGs9D,EAAGr9D,EAAGizE,GAGhC,GAAIxlD,GAAO,GAAI30B,MAAKiO,EAAG9R,EAAG+L,EAAGjB,EAAGs9D,EAAGr9D,EAAGizE,EAMtC,OAHQ,MAAJlsE,GACA0mB,EAAK8J,YAAYxwB,GAEd0mB,EAGX,QAASujD,IAAYjqE,GACjB,GAAI0mB,GAAO,GAAI30B,MAAKA,KAAKqyE,IAAIp+D,MAAM,KAAM7S,WAIzC,OAHQ,MAAJ6M,GACA0mB,EAAKylD,eAAensE,GAEjB0mB,EAGX,QAAS0lD,IAAavJ,EAAOlwC,GACzB,GAAqB,gBAAVkwC,GACP,GAAK1wE,MAAM0wE,IAKP,GADAA,EAAQlwC,EAAOs2C,cAAcpG,GACR,gBAAVA,GACP,MAAO,UALXA,GAAQ9pD,SAAS8pD,EAAO,GAShC,OAAOA,GASX,QAASwJ,IAAkB/D,EAAQ9G,EAAQ8K,EAAeC,EAAU55C,GAChE,MAAOA,GAAO65C,aAAahL,GAAU,IAAK8K,EAAehE,EAAQiE,GAGrE,QAASC,IAAaC,EAAgBH,EAAe35C,GACjD,GAAI70B,GAAWvM,GAAOuM,SAAS2uE,GAAgB3zD,MAC3C0S,EAAU5P,GAAM9d,EAASqf,GAAG,MAC5BoO,EAAU3P,GAAM9d,EAASqf,GAAG,MAC5BmO,EAAQ1P,GAAM9d,EAASqf,GAAG,MAC1BmjD,EAAO1kD,GAAM9d,EAASqf,GAAG,MACzBgjD,EAASvkD,GAAM9d,EAASqf,GAAG,MAC3B6iD,EAAQpkD,GAAM9d,EAASqf,GAAG,MAE1BjW,EAAOskB,EAAUkhD,GAAuBzzE,IAAM,IAAKuyB,IACnC,IAAZD,IAAkB,MAClBA,EAAUmhD,GAAuBx+E,IAAM,KAAMq9B,IACnC,IAAVD,IAAgB,MAChBA,EAAQohD,GAAuB1zE,IAAM,KAAMsyB,IAClC,IAATg1C,IAAe,MACfA,EAAOoM,GAAuBzyE,IAAM,KAAMqmE,IAC/B,IAAXH,IAAiB,MACjBA,EAASuM,GAAuBpW,IAAM,KAAM6J,IAClC,IAAVH,IAAgB,OAAS,KAAMA,EAKvC,OAHA94D,GAAK,GAAKolE,EACVplE,EAAK,IAAMulE,EAAiB,EAC5BvlE,EAAK,GAAKyrB,EACH05C,GAAkBrmE,SAAUkB,GAgBvC,QAASu9D,IAAWlC,EAAKoK,EAAgBC,GACrC,GAEIC,GAFAhvE,EAAM+uE,EAAuBD,EAC7BG,EAAkBF,EAAuBrK,EAAIj8C,KAajD,OATIwmD,GAAkBjvE,IAClBivE,GAAmB,GAGDjvE,EAAM,EAAxBivE,IACAA,GAAmB,GAGvBD,EAAiBt7E,GAAOgxE,GAAKthE,IAAI6rE,EAAiB,MAE9CzM,KAAM1tE,KAAKozC,KAAK8mC,EAAetmD,YAAc,GAC7CC,KAAMqmD,EAAermD,QAK7B,QAASojD,IAAmBpjD,EAAM65C,EAAMlwC,EAASy8C,EAAsBD,GACnE,GAA6CI,GAAWxmD,EAApDtsB,EAAIgwE,GAAYzjD,EAAM,EAAG,GAAGwmD,WAOhC,OALA/yE,GAAU,IAANA,EAAU,EAAIA,EAClBk2B,EAAqB,MAAXA,EAAkBA,EAAUw8C,EACtCI,EAAYJ,EAAiB1yE,GAAKA,EAAI2yE,EAAuB,EAAI,IAAUD,EAAJ1yE,EAAqB,EAAI,GAChGssB,EAAY,GAAK85C,EAAO,IAAMlwC,EAAUw8C,GAAkBI,EAAY,GAGlEvmD,KAAMD,EAAY,EAAIC,EAAOA,EAAO,EACpCD,UAAWA,EAAY,EAAKA,EAAYm+C,EAAWl+C,EAAO,GAAKD,GAQvE,QAAS0mD,IAAW1N,GAChB,GAEIuC,GAFAe,EAAQtD,EAAOuB,GACflxC,EAAS2vC,EAAOwB,EAKpB,OAFAxB,GAAOmB,QAAUnB,EAAOmB,SAAWnvE,GAAOmtE,WAAWa,EAAOyB,IAE9C,OAAV6B,GAAmBjzC,IAAW37B,GAAuB,KAAV4uE,EACpCtxE,GAAO27E,SAAS1P,WAAW,KAGjB,gBAAVqF,KACPtD,EAAOuB,GAAK+B,EAAQtD,EAAOmB,QAAQyM,SAAStK,IAG5CtxE,GAAOmD,SAASmuE,GACT,GAAIvD,GAAOuD,GAAO,IAClBjzC,EACHj8B,EAAQi8B,GACRu7C,GAA2B5L,GAE3BkL,GAA4BlL,GAGhCyM,GAAkBzM,GAGtBuC,EAAM,GAAIxC,GAAOC,GACbuC,EAAIqI,WAEJrI,EAAI7gE,IAAI,EAAG,KACX6gE,EAAIqI,SAAWl2E,GAGZ6tE,IAyCX,QAASsL,IAAOjmE,EAAIkmE,GAChB,GAAIvL,GAAK7uE,CAIT,IAHuB,IAAnBo6E,EAAQj6E,QAAgBO,EAAQ05E,EAAQ,MACxCA,EAAUA,EAAQ,KAEjBA,EAAQj6E,OACT,MAAO7B,KAGX,KADAuwE,EAAMuL,EAAQ,GACTp6E,EAAI,EAAGA,EAAIo6E,EAAQj6E,SAAUH,EAC1Bo6E,EAAQp6E,GAAGkU,GAAI26D,KACfA,EAAMuL,EAAQp6E,GAGtB,OAAO6uE,GAsvBX,QAASc,IAAeL,EAAKztE,GACzB,GAAIw4E,EAGJ,OAAqB,gBAAVx4E,KACPA,EAAQytE,EAAI7D,aAAakK,YAAY9zE,GAEhB,gBAAVA,IACAytE,GAIf+K,EAAa36E,KAAKwG,IAAIopE,EAAI77C,OAClBy9C,EAAY5B,EAAI/7C,OAAQ1xB,IAChCytE,EAAIp8C,GAAG,OAASo8C,EAAIpB,OAAS,MAAQ,IAAM,SAASrsE,EAAOw4E,GACpD/K,GAGX,QAASI,IAAUJ,EAAKgL,GACpB,MAAOhL,GAAIp8C,GAAG,OAASo8C,EAAIpB,OAAS,MAAQ,IAAMoM,KAGtD,QAAS7K,IAAUH,EAAKgL,EAAMz4E,GAC1B,MAAa,UAATy4E,EACO3K,GAAeL,EAAKztE,GAEpBytE,EAAIp8C,GAAG,OAASo8C,EAAIpB,OAAS,MAAQ,IAAMoM,GAAMz4E,GAIhE,QAAS04E,IAAaD,EAAME,GACxB,MAAO,UAAU34E,GACb,MAAa,OAATA,GACA4tE,GAAUh1E,KAAM6/E,EAAMz4E,GACtBvD,GAAOquE,aAAalyE,KAAM+/E,GACnB//E,MAEAi1E,GAAUj1E,KAAM6/E,IAqCnC,QAASG,IAAapN,GAElB,MAAc,KAAPA,EAAa,OAGxB,QAASqN,IAAa3N,GAGlB,MAAe,QAARA,EAAiB,IAuL5B,QAAS4N,IAAmB1pE,GACxB3S,GAAOuM,SAASqJ,GAAGjD,GAAQ,WACvB,MAAOxW,MAAKkT,MAAMsD,IA2D1B,QAAS2pE,IAAWC,GAEK,mBAAVC,SAGXC,GAAkBC,GAAY18E,OAE1B08E,GAAY18E,OADZu8E,EACqB7P,EACb,uGAGA1sE,IAEaA,IAplF7B,IA/WA,GAAIA,IAIAy8E,GAGA/6E,GANAi7E,GAAU,QAEVD,GAAiC,mBAAXjR,IAA6C,mBAAX7nE,SAA0BA,SAAW6nE,EAAO7nE,OAAoBzH,KAATsvE,EAE/GphD,GAAQjpB,KAAKipB,MACbroB,GAAiBS,OAAOmN,UAAU5N,eAGlCwxE,GAAO,EACPF,GAAQ,EACRC,GAAO,EACPE,GAAO,EACPC,GAAS,EACTC,GAAS,EACTC,GAAc,EAGdhyC,MAGAmuC,MAGAwE,GAA+B,mBAAXv4E,IAA0BA,GAAUA,EAAOD,QAG/D2+E,GAAkB,sBAClBkC,GAA0B,uDAI1BC,GAAmB,gIAGnBhI,GAAmB,qKACnBQ,GAAwB,6CAGxBmB,GAA2B,QAC3BR,GAA6B,UAC7BL,GAA4B,UAC5BG,GAA2B,gBAC3BS,GAAmB,MACnBN,GAAiB,mHACjBI,GAAqB,uBACrBC,GAAc,KACdH,GAAqB,aACrBC,GAAwB,yBAGxBZ,GAAqB,KACrBO,GAAsB,OACtBN,GAAwB,QACxBC,GAAuB,QACvBG,GAAsB,aACtBD,GAAyB,WAIzBwE,GAAW,4IAEX0C,GAAY,uBAEZzC,KACK,eAAgB,0BAChB,aAAc,sBACd,eAAgB,oBAChB,aAAc,iBACd,WAAY,gBAIjBC,KACK,gBAAiB,6BACjB,WAAY,wBACZ,QAAS,mBACT,KAAM,cAIXpD,GAAuB,kBAIvB6F,IADyB,0CAA0C34E,MAAM,MAErE44E,aAAiB,EACjBC,QAAY,IACZC,QAAY,IACZC,MAAU,KACVC,KAAS,MACTC,OAAW,OACXC,MAAU,UAGdvL,IACI4I,GAAK,cACLjzE,EAAI,SACJ/K,EAAI,SACJ8K,EAAI,OACJiB,EAAI,MACJ60E,EAAI,OACJrxB,EAAI,OACJ+rB,EAAI,UACJlT,EAAI,QACJyY,EAAI,UACJ/uE,EAAI,OACJgvE,IAAM,YACN90E,EAAI,UACJuvE,EAAI,aACJE,GAAI,WACJJ,GAAI,eAGRhG,IACI0L,UAAY,YACZC,WAAa,aACbC,QAAU,UACVC,SAAW,WACXC,YAAc,eAIlB7I,MAGAkG,IACIzzE,EAAG,GACH/K,EAAG,GACH8K,EAAG,GACHiB,EAAG,GACHq8D,EAAG,IAIPgZ,GAAmB,gBAAgB35E,MAAM,KACzC45E,GAAe,kBAAkB55E,MAAM,KAEvC0wE,IACI/P,EAAO,WACH,MAAO5oE,MAAKi5B,QAAU,GAE1B6oD,IAAO,SAAU5/C,GACb,MAAOliC,MAAKgxE,aAAa+Q,YAAY/hF,KAAMkiC,IAE/C8/C,KAAO,SAAU9/C,GACb,MAAOliC,MAAKgxE,aAAayB,OAAOzyE,KAAMkiC,IAE1Ck/C,EAAO,WACH,MAAOphF,MAAKg5B,QAEhBsoD,IAAO,WACH,MAAOthF,MAAK64B,aAEhBtsB,EAAO,WACH,MAAOvM,MAAK44B,OAEhBqpD,GAAO,SAAU//C,GACb,MAAOliC,MAAKgxE,aAAakR,YAAYliF,KAAMkiC,IAE/CigD,IAAO,SAAUjgD,GACb,MAAOliC,MAAKgxE,aAAaoR,cAAcpiF,KAAMkiC,IAEjDmgD,KAAO,SAAUngD,GACb,MAAOliC,MAAKgxE,aAAasR,SAAStiF,KAAMkiC,IAE5C6tB,EAAO,WACH,MAAO/vD,MAAK2yE,QAEhBmJ,EAAO,WACH,MAAO97E,MAAKuiF,WAEhBC,GAAO,WACH,MAAO3R,GAAa7wE,KAAK84B,OAAS,IAAK,IAE3C2pD,KAAO,WACH,MAAO5R,GAAa7wE,KAAK84B,OAAQ,IAErC4pD,MAAQ,WACJ,MAAO7R,GAAa7wE,KAAK84B,OAAQ,IAErC6pD,OAAS,WACL,GAAIrwE,GAAItS,KAAK84B,OAAQtJ,EAAOld,GAAK,EAAI,IAAM,GAC3C,OAAOkd,GAAOqhD,EAAa5rE,KAAKmmB,IAAI9Y,GAAI,IAE5C2pE,GAAO,WACH,MAAOpL,GAAa7wE,KAAK27E,WAAa,IAAK,IAE/CiH,KAAO,WACH,MAAO/R,GAAa7wE,KAAK27E,WAAY,IAEzCkH,MAAQ,WACJ,MAAOhS,GAAa7wE,KAAK27E,WAAY,IAEzCE,GAAO,WACH,MAAOhL,GAAa7wE,KAAK8iF,cAAgB,IAAK,IAElDC,KAAO,WACH,MAAOlS,GAAa7wE,KAAK8iF,cAAe,IAE5CE,MAAQ,WACJ,MAAOnS,GAAa7wE,KAAK8iF,cAAe,IAE5Ct2E,EAAI,WACA,MAAOxM,MAAKyiC,WAEhBs5C,EAAI,WACA,MAAO/7E,MAAKijF,cAEhB39E,EAAO,WACH,MAAOtF,MAAKgxE,aAAaO,SAASvxE,KAAK49B,QAAS59B,KAAK69B,WAAW,IAEpE6qC,EAAO,WACH,MAAO1oE,MAAKgxE,aAAaO,SAASvxE,KAAK49B,QAAS59B,KAAK69B,WAAW,IAEpElT,EAAO,WACH,MAAO3qB,MAAK49B,SAEhBtyB,EAAO,WACH,MAAOtL,MAAK49B,QAAU,IAAM,IAEhCp9B,EAAO,WACH,MAAOR,MAAK69B,WAEhBtyB,EAAO,WACH,MAAOvL,MAAK89B,WAEhBlT,EAAO,WACH,MAAO4qD,GAAMx1E,KAAK+9B,eAAiB,MAEvCmlD,GAAO,WACH,MAAOrS,GAAa2E,EAAMx1E,KAAK+9B,eAAiB,IAAK,IAEzDolD,IAAO,WACH,MAAOtS,GAAa7wE,KAAK+9B,eAAgB,IAE7CqlD,KAAO,WACH,MAAOvS,GAAa7wE,KAAK+9B,eAAgB,IAE7CslD,EAAO,WACH,GAAI/9E,GAAItF,KAAKsjF,YACTn9E,EAAI,GAKR,OAJQ,GAAJb,IACAA,GAAKA,EACLa,EAAI,KAEDA,EAAI0qE,EAAa2E,EAAMlwE,EAAI,IAAK,GAAK,IAAMurE,EAAa2E,EAAMlwE,GAAK,GAAI,IAElFi+E,GAAO,WACH,GAAIj+E,GAAItF,KAAKsjF,YACTn9E,EAAI,GAKR,OAJQ,GAAJb,IACAA,GAAKA,EACLa,EAAI,KAEDA,EAAI0qE,EAAa2E,EAAMlwE,EAAI,IAAK,GAAKurE,EAAa2E,EAAMlwE,GAAK,GAAI,IAE5EmY,EAAI,WACA,MAAOzd,MAAKwjF,YAEhBC,GAAK,WACD,MAAOzjF,MAAK0jF,YAEhBrxE,EAAO,WACH,MAAOrS,MAAK+G,WAEhBokB,EAAO,WACH,MAAOnrB,MAAK2jF,QAEhBtC,EAAI,WACA,MAAOrhF,MAAKwyE,YAIpB9B,MAEAkT,IAAS,SAAU,cAAe,WAAY,gBAAiB,eAE/D3R,IAAmB,EAyFhB2P,GAAiBl8E,QACpBH,GAAIq8E,GAAiB5mC,MACrB29B,GAAqBpzE,GAAI,KAAOurE,EAAgB6H,GAAqBpzE,IAAIA,GAE7E,MAAOs8E,GAAan8E,QAChBH,GAAIs8E,GAAa7mC,MACjB29B,GAAqBpzE,GAAIA,IAAKorE,EAASgI,GAAqBpzE,IAAI,EAEpEozE,IAAqBkL,KAAOlT,EAASgI,GAAqB2I,IAAK,GA0d/Dj8E,EAAOssE,EAAOl+D,WAEV4iE,IAAM,SAAUxE,GACZ,GAAIjsE,GAAML,CACV,KAAKA,IAAKssE,GACNjsE,EAAOisE,EAAOtsE,GACM,kBAATK,GACP5F,KAAKuF,GAAKK,EAEV5F,KAAK,IAAMuF,GAAKK,CAKxB5F,MAAKu6E,qBAAuB,GAAIC,QAAOx6E,KAAKs6E,cAAcrV,OAAS,IAAM,UAAUA,SAGvF8N,QAAU,wFAAwF9qE,MAAM,KACxGwqE,OAAS,SAAUjyE,GACf,MAAOR,MAAK+yE,QAAQvyE,EAAEy4B,UAG1B6qD,aAAe,kDAAkD77E,MAAM,KACvE85E,YAAc,SAAUvhF,GACpB,MAAOR,MAAK8jF,aAAatjF,EAAEy4B,UAG/BiiD,YAAc,SAAU6I,EAAW7hD,EAAQygC,GACvC,GAAIp9D,GAAGsvE,EAAKmP,CAQZ,KANKhkF,KAAKikF,eACNjkF,KAAKikF,gBACLjkF,KAAKkkF,oBACLlkF,KAAKmkF,sBAGJ5+E,EAAI,EAAO,GAAJA,EAAQA,IAAK,CAYrB,GAVAsvE,EAAMhxE,GAAOuyE,KAAK,IAAM7wE,IACpBo9D,IAAW3iE,KAAKkkF,iBAAiB3+E,KACjCvF,KAAKkkF,iBAAiB3+E,GAAK,GAAIi1E,QAAO,IAAMx6E,KAAKyyE,OAAOoC,EAAK,IAAIzoE,QAAQ,IAAK,IAAM,IAAK,KACzFpM,KAAKmkF,kBAAkB5+E,GAAK,GAAIi1E,QAAO,IAAMx6E,KAAK+hF,YAAYlN,EAAK,IAAIzoE,QAAQ,IAAK,IAAM,IAAK,MAE9Fu2D,GAAW3iE,KAAKikF,aAAa1+E,KAC9By+E,EAAQ,IAAMhkF,KAAKyyE,OAAOoC,EAAK,IAAM,KAAO70E,KAAK+hF,YAAYlN,EAAK,IAClE70E,KAAKikF,aAAa1+E,GAAK,GAAIi1E,QAAOwJ,EAAM53E,QAAQ,IAAK,IAAK,MAG1Du2D,GAAqB,SAAXzgC,GAAqBliC,KAAKkkF,iBAAiB3+E,GAAG+I,KAAKy1E,GAC7D,MAAOx+E,EACJ;GAAIo9D,GAAqB,QAAXzgC,GAAoBliC,KAAKmkF,kBAAkB5+E,GAAG+I,KAAKy1E,GACpE,MAAOx+E,EACJ,KAAKo9D,GAAU3iE,KAAKikF,aAAa1+E,GAAG+I,KAAKy1E,GAC5C,MAAOx+E,KAKnB6+E,UAAY,2DAA2Dn8E,MAAM,KAC7Eq6E,SAAW,SAAU9hF,GACjB,MAAOR,MAAKokF,UAAU5jF,EAAEo4B,QAG5ByrD,eAAiB,8BAA8Bp8E,MAAM,KACrDm6E,cAAgB,SAAU5hF,GACtB,MAAOR,MAAKqkF,eAAe7jF,EAAEo4B,QAGjC0rD,aAAe,uBAAuBr8E,MAAM,KAC5Ci6E,YAAc,SAAU1hF,GACpB,MAAOR,MAAKskF,aAAa9jF,EAAEo4B,QAG/B2iD,cAAgB,SAAUgJ,GACtB,GAAIh/E,GAAGsvE,EAAKmP,CAMZ,KAJKhkF,KAAKwkF,iBACNxkF,KAAKwkF,mBAGJj/E,EAAI,EAAO,EAAJA,EAAOA,IAQf,GANKvF,KAAKwkF,eAAej/E,KACrBsvE,EAAMhxE,IAAQ,IAAM,IAAI+0B,IAAIrzB,GAC5By+E,EAAQ,IAAMhkF,KAAKsiF,SAASzN,EAAK,IAAM,KAAO70E,KAAKoiF,cAAcvN,EAAK,IAAM,KAAO70E,KAAKkiF,YAAYrN,EAAK,IACzG70E,KAAKwkF,eAAej/E,GAAK,GAAIi1E,QAAOwJ,EAAM53E,QAAQ,IAAK,IAAK,MAG5DpM,KAAKwkF,eAAej/E,GAAG+I,KAAKi2E,GAC5B,MAAOh/E,IAKnBk/E,iBACIC,IAAM,YACNC,GAAK,SACLC,EAAI,aACJC,GAAK,eACLC,IAAM,kBACNC,KAAO,yBAEX9L,eAAiB,SAAUrwE,GACvB,GAAIqrE,GAASj0E,KAAKykF,gBAAgB77E,EAOlC,QANKqrE,GAAUj0E,KAAKykF,gBAAgB77E,EAAIyD,iBACpC4nE,EAASj0E,KAAKykF,gBAAgB77E,EAAIyD,eAAeD,QAAQ,mBAAoB,SAAU8mE,GACnF,MAAOA,GAAI31C,MAAM,KAErBv9B,KAAKykF,gBAAgB77E,GAAOqrE,GAEzBA,GAGXvC,KAAO,SAAUyD,GAGb,MAAiD,OAAxCA,EAAQ,IAAIhwC,cAAcxf,OAAO,IAG9Co0D,eAAiB,gBACjBxI,SAAW,SAAU3zC,EAAOC,EAASmnD,GACjC,MAAIpnD,GAAQ,GACDonD,EAAU,KAAO,KAEjBA,EAAU,KAAO,MAKhCC,WACIC,QAAU,gBACVC,QAAU,mBACVC,SAAW,eACXC,QAAU,oBACVC,SAAW,sBACXC,SAAW,KAEfC,SAAW,SAAU58E,EAAKisE,EAAKl3C,GAC3B,GAAIs2C,GAASj0E,KAAKilF,UAAUr8E,EAC5B,OAAyB,kBAAXqrE,GAAwBA,EAAO37D,MAAMu8D,GAAMl3C,IAAQs2C,GAGrEwR,eACIC,OAAS,QACTC,KAAO,SACPp6E,EAAI,gBACJ/K,EAAI,WACJolF,GAAK,aACLt6E,EAAI,UACJu6E,GAAK,WACLt5E,EAAI,QACJ01E,GAAK,UACLrZ,EAAI,UACJkd,GAAK,YACLxzE,EAAI,SACJyzE,GAAK,YAGTjH,aAAe,SAAUhL,EAAQ8K,EAAehE,EAAQiE,GACpD,GAAI5K,GAASj0E,KAAKylF,cAAc7K,EAChC,OAA0B,kBAAX3G,GACXA,EAAOH,EAAQ8K,EAAehE,EAAQiE,GACtC5K,EAAO7nE,QAAQ,MAAO0nE,IAG9BkS,WAAa,SAAUn5D,EAAMonD,GACzB,GAAI/xC,GAASliC,KAAKylF,cAAc54D,EAAO,EAAI,SAAW,OACtD,OAAyB,kBAAXqV,GAAwBA,EAAO+xC,GAAU/xC,EAAO91B,QAAQ,MAAO6nE,IAGjFhD,QAAU,SAAU6C,GAChB,MAAO9zE,MAAKimF,SAAS75E,QAAQ,KAAM0nE,IAEvCmS,SAAW,KACX3L,cAAgB,UAEhBmF,SAAW,SAAU7E,GACjB,MAAOA,IAGXsL,WAAa,SAAUtL,GACnB,MAAOA,IAGXjI,KAAO,SAAUkC,GACb,MAAOkC,IAAWlC,EAAK70E,KAAKg8E,MAAMnF,IAAK72E,KAAKg8E,MAAMlF,KAAKnE,MAG3DqJ,OACInF,IAAM,EACNC,IAAM,GAGVmI,eAAiB,WACb,MAAOj/E,MAAKg8E,MAAMnF,KAGtBsP,eAAiB,WACb,MAAOnmF,MAAKg8E,MAAMlF,KAGtBsP,aAAc,eACdrN,YAAa,WACT,MAAO/4E,MAAKomF,gBA0yBpBviF,GAAS,SAAUsxE,EAAOjzC,EAAQ+C,EAAQ09B,GACtC,GAAIliE,EAiBJ,OAfuB,iBAAb,KACNkiE,EAAS19B,EACTA,EAAS1+B,GAIb9F,KACAA,EAAE0yE,kBAAmB,EACrB1yE,EAAE2yE,GAAK+B,EACP10E,EAAE4yE,GAAKnxC,EACPzhC,EAAE6yE,GAAKruC,EACPxkC,EAAE8yE,QAAU5Q,EACZliE,EAAEgzE,QAAS,EACXhzE,EAAEkzE,IAAMlE,IAED8P,GAAW9+E,IAGtBoD,GAAOwsE,6BAA8B,EAErCxsE,GAAOw6E,wBAA0B9N,EAC7B,4LAIA,SAAUsB,GACNA,EAAOp5C,GAAK,GAAIp0B,MAAKwtE,EAAOuB,IAAMvB,EAAOyJ,QAAU,OAAS,OA0BpEz3E,GAAO4H,IAAM,WACT,GAAI+N,MAAU+jB,MAAMh9B,KAAKkF,UAAW,EAEpC,OAAOi6E,IAAO,WAAYlmE,IAG9B3V,GAAOqJ,IAAM,WACT,GAAIsM,MAAU+jB,MAAMh9B,KAAKkF,UAAW,EAEpC,OAAOi6E,IAAO,UAAWlmE,IAI7B3V,GAAOuyE,IAAM,SAAUjB,EAAOjzC,EAAQ+C,EAAQ09B,GAC1C,GAAIliE,EAkBJ,OAhBuB,iBAAb,KACNkiE,EAAS19B,EACTA,EAAS1+B,GAIb9F,KACAA,EAAE0yE,kBAAmB,EACrB1yE,EAAE66E,SAAU,EACZ76E,EAAEgzE,QAAS,EACXhzE,EAAE6yE,GAAKruC,EACPxkC,EAAE2yE,GAAK+B,EACP10E,EAAE4yE,GAAKnxC,EACPzhC,EAAE8yE,QAAU5Q,EACZliE,EAAEkzE,IAAMlE,IAED8P,GAAW9+E,GAAG21E,OAIzBvyE,GAAO8/E,KAAO,SAAUxO,GACpB,MAAOtxE,IAAe,IAARsxE,IAIlBtxE,GAAOuM,SAAW,SAAU+kE,EAAOvsE,GAC/B,GAGI4mB,GACA62D,EACAC,EACAC,EANAn2E,EAAW+kE,EAEX7wE,EAAQ,IAiEZ,OA3DIT,IAAO2iF,WAAWrR,GAClB/kE,GACIouE,GAAIrJ,EAAMtC,cACVtmE,EAAG4oE,EAAMrC,MACTlK,EAAGuM,EAAMpC,SAEW,gBAAVoC,IACd/kE,KACIxH,EACAwH,EAASxH,GAAOusE,EAEhB/kE,EAAS2tB,aAAeo3C,IAElB7wE,EAAQm8E,GAAwBj8E,KAAK2wE,KAC/C3lD,EAAqB,MAAblrB,EAAM,GAAc,GAAK,EACjC8L,GACIkC,EAAG,EACH/F,EAAGipE,EAAMlxE,EAAM8yE,KAAS5nD,EACxBlkB,EAAGkqE,EAAMlxE,EAAMgzE,KAAS9nD,EACxBhvB,EAAGg1E,EAAMlxE,EAAMizE,KAAW/nD,EAC1BjkB,EAAGiqE,EAAMlxE,EAAMkzE,KAAWhoD,EAC1BgvD,GAAIhJ,EAAMlxE,EAAMmzE,KAAgBjoD,KAE1BlrB,EAAQo8E,GAAiBl8E,KAAK2wE,KACxC3lD,EAAqB,MAAblrB,EAAM,GAAc,GAAK,EACjCgiF,EAAW,SAAUG,GAIjB,GAAIrS,GAAMqS,GAAO7gE,WAAW6gE,EAAIr6E,QAAQ,IAAK,KAE7C,QAAQ3H,MAAM2vE,GAAO,EAAIA,GAAO5kD,GAEpCpf,GACIkC,EAAGg0E,EAAShiF,EAAM,IAClBskE,EAAG0d,EAAShiF,EAAM,IAClBiI,EAAG+5E,EAAShiF,EAAM,IAClBgH,EAAGg7E,EAAShiF,EAAM,IAClB9D,EAAG8lF,EAAShiF,EAAM,IAClBiH,EAAG+6E,EAAShiF,EAAM,IAClByrD,EAAGu2B,EAAShiF,EAAM,MAEH,MAAZ8L,EACPA,KAC2B,gBAAbA,KACT,QAAUA,IAAY,MAAQA,MACnCm2E,EAAUjS,EAAkBzwE,GAAOuM,EAASuZ,MAAO9lB,GAAOuM,EAASwZ,KAEnExZ,KACAA,EAASouE,GAAK+H,EAAQxoD,aACtB3tB,EAASw4D,EAAI2d,EAAQ9T,QAGzB4T,EAAM,GAAIlU,GAAS/hE,GAEfvM,GAAO2iF,WAAWrR,IAAU3F,EAAW2F,EAAO,aAC9CkR,EAAIrT,QAAUmC,EAAMnC,SAGjBqT,GAIXxiF,GAAO6iF,QAAUlG,GAGjB38E,GAAO++B,cAAgB+9C,GAGvB98E,GAAOm5E,SAAW,aAIlBn5E,GAAO+vE,iBAAmBA,GAI1B/vE,GAAOquE,aAAe,aAGtBruE,GAAO8iF,sBAAwB,SAAUjuB,EAAWkuB,GAChD,MAAI5H,IAAuBtmB,KAAenyD,GAC/B,EAEPqgF,IAAUrgF,EACHy4E,GAAuBtmB,IAElCsmB,GAAuBtmB,GAAakuB,GAC7B,IAGX/iF,GAAOqhC,KAAOqrC,EACV,wDACA,SAAU3nE,EAAKxB,GACX,MAAOvD,IAAOohC,OAAOr8B,EAAKxB,KAOlCvD,GAAOohC,OAAS,SAAUr8B,EAAKyO,GAC3B,GAAIrE,EAcJ,OAbIpK,KAEIoK,EADmB,mBAAb,GACCnP,GAAOgjF,aAAaj+E,EAAKyO,GAGzBxT,GAAOmtE,WAAWpoE,GAGzBoK,IACAnP,GAAOuM,SAAS4iE,QAAUnvE,GAAOmvE,QAAUhgE,IAI5CnP,GAAOmvE,QAAQ8T,OAG1BjjF,GAAOgjF,aAAe,SAAUrwE,EAAMa,GAClC,MAAe,QAAXA,GACAA,EAAO0vE,KAAOvwE,EACTivB,GAAQjvB,KACTivB,GAAQjvB,GAAQ,GAAIm7D,IAExBlsC,GAAQjvB,GAAM6/D,IAAIh/D,GAGlBxT,GAAOohC,OAAOzuB,GAEPivB,GAAQjvB,WAGRivB,IAAQjvB,GACR,OAIf3S,GAAOmjF,SAAWzW,EACd,gEACA,SAAU3nE,GACN,MAAO/E,IAAOmtE,WAAWpoE,KAKjC/E,GAAOmtE,WAAa,SAAUpoE,GAC1B,GAAIq8B,EAMJ,IAJIr8B,GAAOA,EAAIoqE,SAAWpqE,EAAIoqE,QAAQ8T,QAClCl+E,EAAMA,EAAIoqE,QAAQ8T,QAGjBl+E,EACD,MAAO/E,IAAOmvE,OAGlB,KAAK/sE,EAAQ2C,GAAM,CAGf,GADAq8B,EAASizC,EAAWtvE,GAEhB,MAAOq8B,EAEXr8B,IAAOA,GAGX,MAAOovE,GAAapvE,IAIxB/E,GAAOmD,SAAW,SAAUsc,GACxB,MAAOA,aAAesuD,IACV,MAAPtuD,GAAeksD,EAAWlsD,EAAK,qBAIxCzf,GAAO2iF,WAAa,SAAUljE,GAC1B,MAAOA,aAAe6uD,GAG1B,KAAK5sE,GAAIq+E,GAAMl+E,OAAS,EAAGH,IAAK,IAAKA,GACjCywE,EAAS4N,GAAMr+E,IAGnB1B,IAAO4xE,eAAiB,SAAUC,GAC9B,MAAOD,GAAeC,IAG1B7xE,GAAO27E,QAAU,SAAUyH,GACvB,GAAIzmF,GAAIqD,GAAOuyE,IAAI0H,IAQnB,OAPa,OAATmJ,EACA5hF,EAAO7E,EAAEmzE,IAAKsT,GAGdzmF,EAAEmzE,IAAI1D,iBAAkB,EAGrBzvE,GAGXqD,GAAOqjF,UAAY,WACf,MAAOrjF,IAAOyU,MAAM,KAAM7S,WAAWyhF,aAGzCrjF,GAAOu3E,kBAAoB,SAAUjG,GACjC,MAAOK,GAAML,IAAUK,EAAML,GAAS,GAAK,KAAO,MAGtDtxE,GAAOO,OAASA,EAOhBiB,EAAOxB,GAAO4V,GAAKm4D,EAAOn+D,WAEtBklB,MAAQ,WACJ,MAAO90B,IAAO7D,OAGlB+G,QAAU,WACN,OAAQ/G,KAAKy4B,GAA4B,KAArBz4B,KAAK0zE,SAAW,IAGxCiQ,KAAO,WACH,MAAO1+E,MAAKC,OAAOlF,KAAO,MAG9BoF,SAAW,WACP,MAAOpF,MAAK24B,QAAQsM,OAAO,MAAM/C,OAAO,qCAG5Cj7B,OAAS,WACL,MAAOjH,MAAK0zE,QAAU,GAAIrvE,OAAMrE,MAAQA,KAAKy4B,IAGjDtxB,YAAc,WACV,GAAI3G,GAAIqD,GAAO7D,MAAMo2E,KACrB,OAAI,GAAI51E,EAAEs4B,QAAUt4B,EAAEs4B,QAAU,KACxB,kBAAsBz0B,MAAKoP,UAAUtM,YAE9BnH,KAAKiH,SAASE,cAEdyxE,EAAap4E,EAAG,gCAGpBo4E,EAAap4E,EAAG,mCAI/BiI,QAAU,WACN,GAAIjI,GAAIR,IACR,QACIQ,EAAEs4B,OACFt4B,EAAEy4B,QACFz4B,EAAEw4B,OACFx4B,EAAEo9B,QACFp9B,EAAEq9B,UACFr9B,EAAEs9B,UACFt9B,EAAEu9B,iBAIV45C,QAAU,WACN,MAAOA,GAAQ33E,OAGnBmnF,aAAe,WACX,MAAInnF,MAAKk3E,GACEl3E,KAAK23E,WAAavC,EAAcp1E,KAAKk3E,IAAKl3E,KAAKyzE,OAAS5vE,GAAOuyE,IAAIp2E,KAAKk3E,IAAMrzE,GAAO7D,KAAKk3E,KAAKzuE,WAAa,GAGhH,GAGX2+E,aAAe,WACX,MAAO/hF,MAAWrF,KAAK2zE,MAG3B0T,UAAW,WACP,MAAOrnF,MAAK2zE,IAAIvvD,UAGpBgyD,IAAM,SAAUkR,GACZ,MAAOtnF,MAAKsjF,UAAU,EAAGgE,IAG7B/O,MAAQ,SAAU+O,GASd,MARItnF,MAAKyzE,SACLzzE,KAAKsjF,UAAU,EAAGgE,GAClBtnF,KAAKyzE,QAAS,EAEV6T,GACAtnF,KAAK6rB,SAAS7rB,KAAKunF,iBAAkB,MAGtCvnF,MAGXkiC,OAAS,SAAUslD,GACf,GAAIvT,GAAS2E,EAAa54E,KAAMwnF,GAAe3jF,GAAO++B,cACtD,OAAO5iC,MAAKgxE,aAAakV,WAAWjS,IAGxC1gE,IAAMkhE,EAAY,EAAG,OAErB5oD,SAAW4oD,EAAY,GAAI,YAE3B5nD,KAAO,SAAUsoD,EAAOO,EAAO+R,GAC3B,GAEY56D,GAAMonD,EAFdyT,EAAOnT,EAAOY,EAAOn1E,MACrB2nF,EAAmD,KAAvCD,EAAKpE,YAActjF,KAAKsjF,YAqBxC,OAlBA5N,GAAQD,EAAeC,GAET,SAAVA,GAA8B,UAAVA,GAA+B,YAAVA,GACzCzB,EAAS/C,EAAUlxE,KAAM0nF,GACX,YAAVhS,EACAzB,GAAkB,EACD,SAAVyB,IACPzB,GAAkB,MAGtBpnD,EAAO7sB,KAAO0nF,EACdzT,EAAmB,WAAVyB,EAAqB7oD,EAAO,IACvB,WAAV6oD,EAAqB7oD,EAAO,IAClB,SAAV6oD,EAAmB7oD,EAAO,KAChB,QAAV6oD,GAAmB7oD,EAAO86D,GAAY,MAC5B,SAAVjS,GAAoB7oD,EAAO86D,GAAY,OACvC96D,GAED46D,EAAUxT,EAASJ,EAASI,IAGvCtqD,KAAO,SAAU+Q,EAAMkkD,GACnB,MAAO/6E,IAAOuM,UAAUwZ,GAAI5pB,KAAM2pB,KAAM+Q,IAAOuK,OAAOjlC,KAAKilC,UAAU2iD,UAAUhJ,IAGnFiJ,QAAU,SAAUjJ,GAChB,MAAO5+E,MAAK2pB,KAAK9lB,KAAU+6E,IAG/B4G,SAAW,SAAU9qD,GAIjB,GAAIiD,GAAMjD,GAAQ72B,KACdikF,EAAMvT,EAAO52C,EAAK39B,MAAM+nF,QAAQ,OAChCl7D,EAAO7sB,KAAK6sB,KAAKi7D,EAAK,QAAQ,GAC9B5lD,EAAgB,GAAPrV,EAAY,WACV,GAAPA,EAAY,WACL,EAAPA,EAAW,UACJ,EAAPA,EAAW,UACJ,EAAPA,EAAW,UACJ,EAAPA,EAAW,WAAa,UAChC,OAAO7sB,MAAKkiC,OAAOliC,KAAKgxE,aAAawU,SAAStjD,EAAQliC,KAAM6D,GAAO85B,MAGvEs5C,WAAa,WACT,MAAOA,GAAWj3E,KAAK84B,SAG3BkvD,MAAQ,WACJ,MAAQhoF,MAAKsjF,YAActjF,KAAK24B,QAAQM,MAAM,GAAGqqD,aAC7CtjF,KAAKsjF,YAActjF,KAAK24B,QAAQM,MAAM,GAAGqqD,aAGjD1qD,IAAM,SAAUu8C,GACZ,GAAIv8C,GAAM54B,KAAKyzE,OAASzzE,KAAKy4B,GAAG6mD,YAAct/E,KAAKy4B,GAAGwvD,QACtD,OAAa,OAAT9S,GACAA,EAAQuJ,GAAavJ,EAAOn1E,KAAKgxE,cAC1BhxE,KAAKuT,IAAI4hE,EAAQv8C,EAAK,MAEtBA,GAIfK,MAAQ6mD,GAAa,SAAS,GAE9BiI,QAAU,SAAUrS,GAIhB,OAHAA,EAAQD,EAAeC,IAIvB,IAAK,OACD11E,KAAKi5B,MAAM,EAEf,KAAK,UACL,IAAK,QACDj5B,KAAKg5B,KAAK,EAEd,KAAK,OACL,IAAK,UACL,IAAK,MACDh5B,KAAK49B,MAAM,EAEf,KAAK,OACD59B,KAAK69B,QAAQ,EAEjB,KAAK,SACD79B,KAAK89B,QAAQ,EAEjB,KAAK,SACD99B,KAAK+9B,aAAa,GAgBtB,MAXc,SAAV23C,EACA11E,KAAKyiC,QAAQ,GACI,YAAVizC,GACP11E,KAAKijF,WAAW,GAIN,YAAVvN,GACA11E,KAAKi5B,MAAqC,EAA/Bh0B,KAAKC,MAAMlF,KAAKi5B,QAAU,IAGlCj5B,MAGXkoF,MAAO,SAAUxS,GAEb,MADAA,GAAQD,EAAeC,GACnBA,IAAUnvE,GAAuB,gBAAVmvE,EAChB11E,KAEJA,KAAK+nF,QAAQrS,GAAOniE,IAAI,EAAc,YAAVmiE,EAAsB,OAASA,GAAQ7pD,SAAS,EAAG,OAG1FwoD,QAAS,SAAUc,EAAOO,GACtB,GAAIyS,EAEJ,OADAzS,GAAQD,EAAgC,mBAAVC,GAAwBA,EAAQ,eAChD,gBAAVA,GACAP,EAAQtxE,GAAOmD,SAASmuE,GAASA,EAAQtxE,GAAOsxE,IACxCn1E,MAAQm1E,IAEhBgT,EAAUtkF,GAAOmD,SAASmuE,IAAUA,GAAStxE,GAAOsxE,GAC7CgT,GAAWnoF,KAAK24B,QAAQovD,QAAQrS,KAI/ClB,SAAU,SAAUW,EAAOO,GACvB,GAAIyS,EAEJ,OADAzS,GAAQD,EAAgC,mBAAVC,GAAwBA,EAAQ,eAChD,gBAAVA,GACAP,EAAQtxE,GAAOmD,SAASmuE,GAASA,EAAQtxE,GAAOsxE,IAChCA,GAARn1E,OAERmoF,EAAUtkF,GAAOmD,SAASmuE,IAAUA,GAAStxE,GAAOsxE,IAC5Cn1E,KAAK24B,QAAQuvD,MAAMxS,GAASyS,IAI5CC,UAAW,SAAUz+D,EAAMC,EAAI8rD,GAC3B,MAAO11E,MAAKq0E,QAAQ1qD,EAAM+rD,IAAU11E,KAAKw0E,SAAS5qD,EAAI8rD,IAG1D7wC,OAAQ,SAAUswC,EAAOO,GACrB,GAAIyS,EAEJ,OADAzS,GAAQD,EAAeC,GAAS,eAClB,gBAAVA,GACAP,EAAQtxE,GAAOmD,SAASmuE,GAASA,EAAQtxE,GAAOsxE,IACxCn1E,QAAUm1E,IAElBgT,GAAWtkF,GAAOsxE,IACTn1E,KAAK24B,QAAQovD,QAAQrS,IAAWyS,GAAWA,IAAanoF,KAAK24B,QAAQuvD,MAAMxS,KAI5FjqE,IAAK8kE,EACI,mGACA,SAAU5qE,GAEN,MADAA,GAAQ9B,GAAOyU,MAAM,KAAM7S,WACZzF,KAAR2F,EAAe3F,KAAO2F,IAI1CuH,IAAKqjE,EACG,mGACA,SAAU5qE,GAEN,MADAA,GAAQ9B,GAAOyU,MAAM,KAAM7S,WACpBE,EAAQ3F,KAAOA,KAAO2F,IAIzC0iF,KAAO9X,EACC,4GAEA,SAAU4E,EAAOmS,GACb,MAAa,OAATnS,GACqB,gBAAVA,KACPA,GAASA,GAGbn1E,KAAKsjF,UAAUnO,EAAOmS,GAEftnF,OAECA,KAAKsjF,cAe7BA,UAAY,SAAUnO,EAAOmS,GACzB,GACIgB,GADAp+D,EAASlqB,KAAK0zE,SAAW,CAE7B,OAAa,OAATyB,GACqB,gBAAVA,KACPA,EAAQwF,EAAoBxF,IAE5BlwE,KAAKmmB,IAAI+pD,GAAS,KAClBA,EAAgB,GAARA,IAEPn1E,KAAKyzE,QAAU6T,IAChBgB,EAActoF,KAAKunF,kBAEvBvnF,KAAK0zE,QAAUyB,EACfn1E,KAAKyzE,QAAS,EACK,MAAf6U,GACAtoF,KAAKuT,IAAI+0E,EAAa,KAEtBp+D,IAAWirD,KACNmS,GAAiBtnF,KAAKuoF,kBACvB3T,EAAgC50E,KACxB6D,GAAOuM,SAAS+kE,EAAQjrD,EAAQ,KAAM,GAAG,GACzClqB,KAAKuoF,oBACbvoF,KAAKuoF,mBAAoB,EACzB1kF,GAAOquE,aAAalyE,MAAM,GAC1BA,KAAKuoF,kBAAoB,OAI1BvoF,MAEAA,KAAKyzE,OAASvpD,EAASlqB,KAAKunF,kBAI3CiB,QAAU,WACN,OAAQxoF,KAAKyzE,QAGjBgV,YAAc,WACV,MAAOzoF,MAAKyzE,QAGhBiV,MAAQ,WACJ,MAAO1oF,MAAKyzE,QAA2B,IAAjBzzE,KAAK0zE,SAG/B8P,SAAW,WACP,MAAOxjF,MAAKyzE,OAAS,MAAQ,IAGjCiQ,SAAW,WACP,MAAO1jF,MAAKyzE,OAAS,6BAA+B,IAGxDyT,UAAY,WAMR,MALIlnF,MAAKwzE,KACLxzE,KAAKsjF,UAAUtjF,KAAKwzE,MACM,gBAAZxzE,MAAKozE,IACnBpzE,KAAKsjF,UAAU3I,EAAoB36E,KAAKozE,KAErCpzE,MAGX2oF,qBAAuB,SAAUxT,GAQ7B,MAHIA,GAJCA,EAIOtxE,GAAOsxE,GAAOmO,YAHd,GAMJtjF,KAAKsjF,YAAcnO,GAAS,KAAO,GAG/CsB,YAAc,WACV,MAAOA,GAAYz2E,KAAK84B,OAAQ94B,KAAKi5B,UAGzCJ,UAAY,SAAUs8C,GAClB,GAAIt8C,GAAY3K,IAAOrqB,GAAO7D,MAAM+nF,QAAQ,OAASlkF,GAAO7D,MAAM+nF,QAAQ,SAAW,OAAS,CAC9F,OAAgB,OAAT5S,EAAgBt8C,EAAY74B,KAAKuT,IAAK4hE,EAAQt8C,EAAY,MAGrE25C,QAAU,SAAU2C,GAChB,MAAgB,OAATA,EAAgBlwE,KAAKozC,MAAMr4C,KAAKi5B,QAAU,GAAK,GAAKj5B,KAAKi5B,MAAoB,GAAbk8C,EAAQ,GAASn1E,KAAKi5B,QAAU,IAG3G0iD,SAAW,SAAUxG,GACjB,GAAIr8C,GAAOi+C,GAAW/2E,KAAMA,KAAKgxE,aAAagL,MAAMnF,IAAK72E,KAAKgxE,aAAagL,MAAMlF,KAAKh+C,IACtF,OAAgB,OAATq8C,EAAgBr8C,EAAO94B,KAAKuT,IAAK4hE,EAAQr8C,EAAO,MAG3DgqD,YAAc,SAAU3N,GACpB,GAAIr8C,GAAOi+C,GAAW/2E,KAAM,EAAG,GAAG84B,IAClC,OAAgB,OAATq8C,EAAgBr8C,EAAO94B,KAAKuT,IAAK4hE,EAAQr8C,EAAO,MAG3D65C,KAAO,SAAUwC,GACb,GAAIxC,GAAO3yE,KAAKgxE,aAAa2B,KAAK3yE,KAClC,OAAgB,OAATm1E,EAAgBxC,EAAO3yE,KAAKuT,IAAqB,GAAhB4hE,EAAQxC,GAAW,MAG/D4P,QAAU,SAAUpN,GAChB,GAAIxC,GAAOoE,GAAW/2E,KAAM,EAAG,GAAG2yE,IAClC,OAAgB,OAATwC,EAAgBxC,EAAO3yE,KAAKuT,IAAqB,GAAhB4hE,EAAQxC,GAAW,MAG/DlwC,QAAU,SAAU0yC,GAChB,GAAI1yC,IAAWziC,KAAK44B,MAAQ,EAAI54B,KAAKgxE,aAAagL,MAAMnF,KAAO,CAC/D,OAAgB,OAAT1B,EAAgB1yC,EAAUziC,KAAKuT,IAAI4hE,EAAQ1yC,EAAS,MAG/DwgD,WAAa,SAAU9N,GAInB,MAAgB,OAATA,EAAgBn1E,KAAK44B,OAAS,EAAI54B,KAAK44B,IAAI54B,KAAK44B,MAAQ,EAAIu8C,EAAQA,EAAQ,IAGvFyT,eAAiB,WACb,MAAOhS,GAAY52E,KAAK84B,OAAQ,EAAG,IAGvC89C,YAAc,WACV,GAAIiS,GAAW7oF,KAAKgxE,aAAagL,KACjC,OAAOpF,GAAY52E,KAAK84B,OAAQ+vD,EAAShS,IAAKgS,EAAS/R,MAG3DthE,IAAM,SAAUkgE,GAEZ,MADAA,GAAQD,EAAeC,GAChB11E,KAAK01E,MAGhBW,IAAM,SAAUX,EAAOtuE,GACnB,GAAIy4E,EACJ,IAAqB,gBAAVnK,GACP,IAAKmK,IAAQnK,GACT11E,KAAKq2E,IAAIwJ,EAAMnK,EAAMmK,QAIzBnK,GAAQD,EAAeC,GACI,kBAAhB11E,MAAK01E,IACZ11E,KAAK01E,GAAOtuE,EAGpB,OAAOpH,OAMXilC,OAAS,SAAUr8B,GACf,GAAIkgF,EAEJ,OAAIlgF,KAAQrC,EACDvG,KAAKgzE,QAAQ8T,OAEpBgC,EAAgBjlF,GAAOmtE,WAAWpoE,GACb,MAAjBkgF,IACA9oF,KAAKgzE,QAAU8V,GAEZ9oF,OAIfklC,KAAOqrC,EACH,kJACA,SAAU3nE,GACN,MAAIA,KAAQrC,EACDvG,KAAKgxE,aAELhxE,KAAKilC,OAAOr8B,KAK/BooE,WAAa,WACT,MAAOhxE,MAAKgzE,SAGhBuU,eAAiB,WAGb,MAAuD,KAA/CtiF,KAAKipB,MAAMluB,KAAKy4B,GAAGswD,oBAAsB,OA+CzDllF,GAAO4V,GAAG4oB,YAAcx+B,GAAO4V,GAAGskB,aAAe+hD,GAAa,gBAAgB,GAC9Ej8E,GAAO4V,GAAG6oB,OAASz+B,GAAO4V,GAAGqkB,QAAUgiD,GAAa,WAAW,GAC/Dj8E,GAAO4V,GAAG8oB,OAAS1+B,GAAO4V,GAAGokB,QAAUiiD,GAAa,WAAW,GAK/Dj8E,GAAO4V,GAAG+oB,KAAO3+B,GAAO4V,GAAGmkB,MAAQkiD,GAAa,SAAS,GAEzDj8E,GAAO4V,GAAGuf,KAAO8mD,GAAa,QAAQ,GACtCj8E,GAAO4V,GAAGsgB,MAAQw2C,EAAU,kDAAmDuP,GAAa,QAAQ,IACpGj8E,GAAO4V,GAAGqf,KAAOgnD,GAAa,YAAY,GAC1Cj8E,GAAO4V,GAAG64D,MAAQ/B,EAAU,kDAAmDuP,GAAa,YAAY,IAGxGj8E,GAAO4V,GAAGm5D,KAAO/uE,GAAO4V,GAAGmf,IAC3B/0B,GAAO4V,GAAGg5D,OAAS5uE,GAAO4V,GAAGwf,MAC7Bp1B,GAAO4V,GAAGi5D,MAAQ7uE,GAAO4V,GAAGk5D,KAC5B9uE,GAAO4V,GAAGuvE,SAAWnlF,GAAO4V,GAAG8oE,QAC/B1+E,GAAO4V,GAAG84D,SAAW1uE,GAAO4V,GAAG+4D,QAG/B3uE,GAAO4V,GAAGwvE,OAASplF,GAAO4V,GAAGtS,YAG7BtD,GAAO4V,GAAGyvE,MAAQrlF,GAAO4V,GAAGivE,MAkB5BrjF,EAAOxB,GAAOuM,SAASqJ,GAAK04D,EAAS1+D,WAEjCw/D,QAAU,WACN,GAIIn1C,GAASD,EAASD,EAJlBG,EAAe/9B,KAAK6yE,cACpBD,EAAO5yE,KAAK8yE,MACZL,EAASzyE,KAAK+yE,QACd//D,EAAOhT,KAAKkT,MACao/D,EAAQ,CAIrCt/D,GAAK+qB,aAAeA,EAAe,IAEnCD,EAAU+1C,EAAS91C,EAAe,KAClC/qB,EAAK8qB,QAAUA,EAAU,GAEzBD,EAAUg2C,EAAS/1C,EAAU,IAC7B9qB,EAAK6qB,QAAUA,EAAU,GAEzBD,EAAQi2C,EAASh2C,EAAU,IAC3B7qB,EAAK4qB,MAAQA,EAAQ,GAErBg1C,GAAQiB,EAASj2C,EAAQ,IAGzB00C,EAAQuB,EAASmM,GAAYpN,IAC7BA,GAAQiB,EAASoM,GAAY3N,IAI7BG,GAAUoB,EAASjB,EAAO,IAC1BA,GAAQ,GAGRN,GAASuB,EAASpB,EAAS,IAC3BA,GAAU,GAEVz/D,EAAK4/D,KAAOA,EACZ5/D,EAAKy/D,OAASA,EACdz/D,EAAKs/D,MAAQA,GAGjBlnD,IAAM,WAYF,MAXAprB,MAAK6yE,cAAgB5tE,KAAKmmB,IAAIprB,KAAK6yE,eACnC7yE,KAAK8yE,MAAQ7tE,KAAKmmB,IAAIprB,KAAK8yE,OAC3B9yE,KAAK+yE,QAAU9tE,KAAKmmB,IAAIprB,KAAK+yE,SAE7B/yE,KAAKkT,MAAM6qB,aAAe94B,KAAKmmB,IAAIprB,KAAKkT,MAAM6qB,cAC9C/9B,KAAKkT,MAAM4qB,QAAU74B,KAAKmmB,IAAIprB,KAAKkT,MAAM4qB,SACzC99B,KAAKkT,MAAM2qB,QAAU54B,KAAKmmB,IAAIprB,KAAKkT,MAAM2qB,SACzC79B,KAAKkT,MAAM0qB,MAAQ34B,KAAKmmB,IAAIprB,KAAKkT,MAAM0qB,OACvC59B,KAAKkT,MAAMu/D,OAASxtE,KAAKmmB,IAAIprB,KAAKkT,MAAMu/D,QACxCzyE,KAAKkT,MAAMo/D,MAAQrtE,KAAKmmB,IAAIprB,KAAKkT,MAAMo/D,OAEhCtyE,MAGX0yE,MAAQ,WACJ,MAAOmB,GAAS7zE,KAAK4yE,OAAS,IAGlC7rE,QAAU,WACN,MAAO/G,MAAK6yE,cACG,MAAb7yE,KAAK8yE,MACJ9yE,KAAK+yE,QAAU,GAAM,OACK,QAA3ByC,EAAMx1E,KAAK+yE,QAAU,KAG3B6U,SAAW,SAAUuB,GACjB,GAAIlV,GAAS6K,GAAa9+E,MAAOmpF,EAAYnpF,KAAKgxE,aAMlD,OAJImY,KACAlV,EAASj0E,KAAKgxE,aAAagV,YAAYhmF,KAAMi0E,IAG1Cj0E,KAAKgxE,aAAakV,WAAWjS,IAGxC1gE,IAAM,SAAU4hE,EAAOjC,GAEnB,GAAIwB,GAAM7wE,GAAOuM,SAAS+kE,EAAOjC,EAQjC,OANAlzE,MAAK6yE,eAAiB6B,EAAI7B,cAC1B7yE,KAAK8yE,OAAS4B,EAAI5B,MAClB9yE,KAAK+yE,SAAW2B,EAAI3B,QAEpB/yE,KAAKizE,UAEEjzE,MAGX6rB,SAAW,SAAUspD,EAAOjC,GACxB,GAAIwB,GAAM7wE,GAAOuM,SAAS+kE,EAAOjC,EAQjC,OANAlzE,MAAK6yE,eAAiB6B,EAAI7B,cAC1B7yE,KAAK8yE,OAAS4B,EAAI5B,MAClB9yE,KAAK+yE,SAAW2B,EAAI3B,QAEpB/yE,KAAKizE,UAEEjzE,MAGXwV,IAAM,SAAUkgE,GAEZ,MADAA,GAAQD,EAAeC,GAChB11E,KAAK01E,EAAMvwC,cAAgB,QAGtC1V,GAAK,SAAUimD,GACX,GAAI9C,GAAMH,CAGV,IAFAiD,EAAQD,EAAeC,GAET,UAAVA,GAA+B,SAAVA,EAGrB,MAFA9C,GAAO5yE,KAAK8yE,MAAQ9yE,KAAK6yE,cAAgB,MACzCJ,EAASzyE,KAAK+yE,QAA8B,GAApBiN,GAAYpN,GACnB,UAAV8C,EAAoBjD,EAASA,EAAS,EAI7C,QADAG,EAAO5yE,KAAK8yE,MAAQ7tE,KAAKipB,MAAM+xD,GAAYjgF,KAAK+yE,QAAU,KAClD2C,GACJ,IAAK,OAAQ,MAAO9C,GAAO,EAAI5yE,KAAK6yE,cAAgB,MACpD,KAAK,MAAO,MAAOD,GAAO5yE,KAAK6yE,cAAgB,KAC/C,KAAK,OAAQ,MAAc,IAAPD,EAAY5yE,KAAK6yE,cAAgB,IACrD,KAAK,SAAU,MAAc,IAAPD,EAAY,GAAK5yE,KAAK6yE,cAAgB,GAC5D,KAAK,SAAU,MAAc,IAAPD,EAAY,GAAK,GAAK5yE,KAAK6yE,cAAgB,GAEjE,KAAK,cAAe,MAAO5tE,MAAKC,MAAa,GAAP0tE,EAAY,GAAK,GAAK,KAAQ5yE,KAAK6yE,aACzE,SAAS,KAAM,IAAIjvE,OAAM,gBAAkB8xE,KAKvDxwC,KAAOrhC,GAAO4V,GAAGyrB,KACjBD,OAASphC,GAAO4V,GAAGwrB,OAEnBmkD,YAAc7Y,EACV,sFAEA,WACI,MAAOvwE,MAAKmH,gBAIpBA,YAAc,WAEV,GAAImrE,GAAQrtE,KAAKmmB,IAAIprB,KAAKsyE,SACtBG,EAASxtE,KAAKmmB,IAAIprB,KAAKyyE,UACvBG,EAAO3tE,KAAKmmB,IAAIprB,KAAK4yE,QACrBh1C,EAAQ34B,KAAKmmB,IAAIprB,KAAK49B,SACtBC,EAAU54B,KAAKmmB,IAAIprB,KAAK69B,WACxBC,EAAU74B,KAAKmmB,IAAIprB,KAAK89B,UAAY99B,KAAK+9B,eAAiB,IAE9D,OAAK/9B,MAAKqpF,aAMFrpF,KAAKqpF,YAAc,EAAI,IAAM,IACjC,KACC/W,EAAQA,EAAQ,IAAM,KACtBG,EAASA,EAAS,IAAM,KACxBG,EAAOA,EAAO,IAAM,KACnBh1C,GAASC,GAAWC,EAAW,IAAM,KACtCF,EAAQA,EAAQ,IAAM,KACtBC,EAAUA,EAAU,IAAM,KAC1BC,EAAUA,EAAU,IAAM,IAXpB,OAcfkzC,WAAa,WACT,MAAOhxE,MAAKgzE,SAGhBiW,OAAS,WACL,MAAOjpF,MAAKmH,iBAIpBtD,GAAOuM,SAASqJ,GAAGrU,SAAWvB,GAAOuM,SAASqJ,GAAGtS,WAQjD,KAAK5B,KAAKq7E,IACFpR,EAAWoR,GAAwBr7E,KACnC26E,GAAmB36E,GAAE4/B,cAI7BthC,IAAOuM,SAASqJ,GAAG6vE,eAAiB,WAChC,MAAOtpF,MAAKyvB,GAAG,OAEnB5rB,GAAOuM,SAASqJ,GAAG4vE,UAAY,WAC3B,MAAOrpF,MAAKyvB,GAAG,MAEnB5rB,GAAOuM,SAASqJ,GAAG8vE,UAAY,WAC3B,MAAOvpF,MAAKyvB,GAAG,MAEnB5rB,GAAOuM,SAASqJ,GAAG+vE,QAAU,WACzB,MAAOxpF,MAAKyvB,GAAG,MAEnB5rB,GAAOuM,SAASqJ,GAAGgwE,OAAS,WACxB,MAAOzpF,MAAKyvB,GAAG,MAEnB5rB,GAAOuM,SAASqJ,GAAGiwE,QAAU,WACzB,MAAO1pF,MAAKyvB,GAAG,UAEnB5rB,GAAOuM,SAASqJ,GAAGkwE,SAAW,WAC1B,MAAO3pF,MAAKyvB,GAAG,MAEnB5rB,GAAOuM,SAASqJ,GAAGmwE,QAAU,WACzB,MAAO5pF,MAAKyvB,GAAG,MASnB5rB,GAAOohC,OAAO,MACV4kD,aAAc,uBACd5Y,QAAU,SAAU6C,GAChB,GAAI3tE,GAAI2tE,EAAS,GACbG,EAAuC,IAA7BuB,EAAM1B,EAAS,IAAM,IAAa,KACrC,IAAN3tE,EAAW,KACL,IAANA,EAAW,KACL,IAANA,EAAW,KAAO,IACvB,OAAO2tE,GAASG,KA4BpBmE,GACAv4E,EAAOD,QAAUiE,IAEfwrE,EAAgC,SAAUya,EAASlqF,EAASC,GAM1D,MALIA,GAAOgyE,QAAUhyE,EAAOgyE,UAAYhyE,EAAOgyE,SAASkY,YAAa,IAEjExJ,GAAY18E,OAASy8E,IAGlBz8E,IACTtD,KAAKX,EAASM,EAAqBN,EAASC,KAASwvE,IAAkC9oE,IAAc1G,EAAOD,QAAUyvE,IACxH8Q,IAAW,MAIhB5/E,KAAKP,QAEqBO,KAAKX,EAAU,WAAa,MAAOI,SAAYE,EAAoB,IAAIL,KAIhG,SAASA,EAAQD,EAASM,GAE9B,GAAImvE,IAMJ,SAAU5nE,EAAQlB,GA4OlB,QAASyjF,KACF9jD,EAAO+jD,QAKVC,EAAMC,sBAGNC,EAAMC,KAAKnkD,EAAOokD,SAAU,SAASnqD,GACjCoqD,EAAUC,SAASrqD,KAIvB+pD,EAAMO,QAAQvkD,EAAOwkD,SAAUC,EAAYJ,EAAUK,QACrDV,EAAMO,QAAQvkD,EAAOwkD,SAAUG,EAAWN,EAAUK,QAGpD1kD,EAAO+jD,OAAQ,GAxOnB,GAAI/jD,GAAS,QAASA,GAAOp9B,EAASiG,GAClC,MAAO,IAAIm3B,GAAO4kD,SAAShiF,EAASiG,OAUxCm3B,GAAOs6C,QAAU,QAgBjBt6C,EAAO6kD,UAOHC,UAQIC,WAAY,OASZC,YAAa,QAUbC,aAAc,OAQdC,eAAgB,OAShBC,SAAU,OAaVC,kBAAmB,kBAU3BplD,EAAOwkD,SAAW74E,SAOlBq0B,EAAOqlD,kBAAoBriF,UAAUsiF,gBAAkBtiF,UAAUuiF,iBAOjEvlD,EAAOwlD,gBAAmB,gBAAkBjkF,GAO5Cy+B,EAAOylD,UAAY,6CAA6Cr9E,KAAKpF,UAAUC,WAO/E+8B,EAAO0lD,eAAkB1lD,EAAOwlD,iBAAmBxlD,EAAOylD,WAAczlD,EAAOqlD,kBAQ/ErlD,EAAO2lD,mBAAqB,EAU5B,IAAIC,MASAC,EAAiB7lD,EAAO6lD,eAAiB,OACzCC,EAAiB9lD,EAAO8lD,eAAiB,OACzCC,EAAe/lD,EAAO+lD,aAAe,KACrCC,EAAkBhmD,EAAOgmD,gBAAkB,QAS3CC,EAAgBjmD,EAAOimD,cAAgB,QACvCC,EAAgBlmD,EAAOkmD,cAAgB,QACvCC,EAAcnmD,EAAOmmD,YAAc,MASnCC,EAAcpmD,EAAOomD,YAAc,QACnC3B,EAAazkD,EAAOykD,WAAa,OACjCE,EAAY3kD,EAAO2kD,UAAY,MAC/B0B,EAAgBrmD,EAAOqmD,cAAgB,UACvCC,EAActmD,EAAOsmD,YAAc,OASvCtmD,GAAO+jD,OAAQ,EAOf/jD,EAAOumD,QAAUvmD,EAAOumD,YAQxBvmD,EAAOokD,SAAWpkD,EAAOokD,YAkCzB,IAAIF,GAAQlkD,EAAOwmD,OAUfrnF,OAAQ,SAAgBsnF,EAAMrmC,EAAKib,GAC/B,IAAI,GAAI34D,KAAO09C,IACPA,EAAIzgD,eAAe+C,IAAS+jF,EAAK/jF,KAASrC,GAAag7D,IAG3DorB,EAAK/jF,GAAO09C,EAAI19C,GAEpB,OAAO+jF,IAUX94E,GAAI,SAAY/K,EAASjC,EAAM+lF,GAC3B9jF,EAAQD,iBAAiBhC,EAAM+lF,GAAS,IAU5C54E,IAAK,SAAalL,EAASjC,EAAM+lF,GAC7B9jF,EAAQO,oBAAoBxC,EAAM+lF,GAAS,IAa/CvC,KAAM,SAAc/mE,EAAKupE,EAAUnzE,GAC/B,GAAInU,GAAGC,CAGP,IAAG,WAAa8d,GACZA,EAAI/a,QAAQskF,EAAUnzE,OAEnB,IAAG4J,EAAI5d,SAAWa,GACrB,IAAIhB,EAAI,EAAGC,EAAM8d,EAAI5d,OAAYF,EAAJD,EAASA,IAClC,GAAGsnF,EAAStsF,KAAKmZ,EAAS4J,EAAI/d,GAAIA,EAAG+d,MAAS,EAC1C,WAKR,KAAI/d,IAAK+d,GACL,GAAGA,EAAIzd,eAAeN,IAClBsnF,EAAStsF,KAAKmZ,EAAS4J,EAAI/d,GAAIA,EAAG+d,MAAS,EAC3C,QAahBwpE,MAAO,SAAexmC,EAAKymC,GACvB,MAAOzmC,GAAI5/C,QAAQqmF,GAAQ,IAU/BC,QAAS,SAAiB1mC,EAAKymC,GAC3B,GAAGzmC,EAAI5/C,QAAS,CACZ,GAAI2B,GAAQi+C,EAAI5/C,QAAQqmF,EACxB,OAAkB,KAAV1kF,GAAgB,EAAQA,EAEhC,IAAI,GAAI9C,GAAI,EAAGC,EAAM8gD,EAAI5gD,OAAYF,EAAJD,EAASA,IACtC,GAAG+gD,EAAI/gD,KAAOwnF,EACV,MAAOxnF,EAGf,QAAO,GAUfkD,QAAS,SAAiB6a,GACtB,MAAOtd,OAAMyN,UAAU8pB,MAAMh9B,KAAK+iB,EAAK,IAU3C2pE,UAAW,SAAmBzmC,EAAM9gB,GAChC,KAAM8gB,GAAM,CACR,GAAGA,GAAQ9gB,EACP,OAAO,CAEX8gB,GAAOA,EAAK18C,WAEhB,OAAO,GASXojF,UAAW,SAAmBpsD,GAC1B,GAAI7B,MACAC,KACAhiB,KACAG,KACA5R,EAAMxG,KAAKwG,IACXyB,EAAMjI,KAAKiI,GAGf,OAAsB,KAAnB4zB,EAAQp7B,QAEHu5B,MAAO6B,EAAQ,GAAG7B,MAClBC,MAAO4B,EAAQ,GAAG5B,MAClBhiB,QAAS4jB,EAAQ,GAAG5jB,QACpBG,QAASyjB,EAAQ,GAAGzjB,UAI5B+sE,EAAMC,KAAKvpD,EAAS,SAASxC,GACzBW,EAAM/2B,KAAKo2B,EAAMW,OACjBC,EAAMh3B,KAAKo2B,EAAMY,OACjBhiB,EAAQhV,KAAKo2B,EAAMphB,SACnBG,EAAQnV,KAAKo2B,EAAMjhB,YAInB4hB,OAAQxzB,EAAI6M,MAAMrT,KAAMg6B,GAAS/xB,EAAIoL,MAAMrT,KAAMg6B,IAAU,EAC3DC,OAAQzzB,EAAI6M,MAAMrT,KAAMi6B,GAAShyB,EAAIoL,MAAMrT,KAAMi6B,IAAU,EAC3DhiB,SAAUzR,EAAI6M,MAAMrT,KAAMiY,GAAWhQ,EAAIoL,MAAMrT,KAAMiY,IAAY,EACjEG,SAAU5R,EAAI6M,MAAMrT,KAAMoY,GAAWnQ,EAAIoL,MAAMrT,KAAMoY,IAAY,KAYzE8vE,YAAa,SAAqBC,EAAWhtD,EAAQC,GACjD,OACIhuB,EAAGpN,KAAKmmB,IAAIgV,EAASgtD,IAAc,EACnC96E,EAAGrN,KAAKmmB,IAAIiV,EAAS+sD,IAAc,IAW3CC,SAAU,SAAkBC,EAAQC,GAChC,GAAIl7E,GAAIk7E,EAAOrwE,QAAUowE,EAAOpwE,QAC5B5K,EAAIi7E,EAAOlwE,QAAUiwE,EAAOjwE,OAEhC,OAA0B,KAAnBpY,KAAKuyD,MAAMllD,EAAGD,GAAWpN,KAAKknB,IAUzCqhE,aAAc,SAAsBF,EAAQC,GACxC,GAAIl7E,GAAIpN,KAAKmmB,IAAIkiE,EAAOpwE,QAAUqwE,EAAOrwE,SACrC5K,EAAIrN,KAAKmmB,IAAIkiE,EAAOjwE,QAAUkwE,EAAOlwE,QAEzC,OAAGhL,IAAKC,EACGg7E,EAAOpwE,QAAUqwE,EAAOrwE,QAAU,EAAI8uE,EAAiBE,EAE3DoB,EAAOjwE,QAAUkwE,EAAOlwE,QAAU,EAAI4uE,EAAeF,GAUhE7sB,YAAa,SAAqBouB,EAAQC,GACtC,GAAIl7E,GAAIk7E,EAAOrwE,QAAUowE,EAAOpwE,QAC5B5K,EAAIi7E,EAAOlwE,QAAUiwE,EAAOjwE,OAEhC,OAAOpY,MAAKkrB,KAAM9d,EAAIA,EAAMC,EAAIA,IAWpC2hD,SAAU,SAAkB/jD,EAAOC,GAE/B,MAAGD,GAAMxK,QAAU,GAAKyK,EAAIzK,QAAU,EAC3B1F,KAAKk/D,YAAY/uD,EAAI,GAAIA,EAAI,IAAMnQ,KAAKk/D,YAAYhvD,EAAM,GAAIA,EAAM,IAExE,GAUXu9E,YAAa,SAAqBv9E,EAAOC,GAErC,MAAGD,GAAMxK,QAAU,GAAKyK,EAAIzK,QAAU,EAC3B1F,KAAKqtF,SAASl9E,EAAI,GAAIA,EAAI,IAAMnQ,KAAKqtF,SAASn9E,EAAM,GAAIA,EAAM,IAElE,GASXw9E,WAAY,SAAoBjyD,GAC5B,MAAOA,IAAawwD,GAAgBxwD,GAAaswD,GAWrD4B,eAAgB,SAAwB7kF,EAASlD,EAAMwB,EAAOwmF,GAC1D,GAAIC,IAAY,GAAI,SAAU,MAAO,IAAK,KAC1CjoF,GAAOwkF,EAAM0D,YAAYloF,EAEzB,KAAI,GAAIL,GAAI,EAAGA,EAAIsoF,EAASnoF,OAAQH,IAAK,CACrC,GAAI7E,GAAIkF,CAOR,IALGioF,EAAStoF,KACR7E,EAAImtF,EAAStoF,GAAK7E,EAAE68B,MAAM,EAAG,GAAGlxB,cAAgB3L,EAAE68B,MAAM,IAIzD78B,IAAKoI,GAAQ0E,MAAO,CACnB1E,EAAQ0E,MAAM9M,IAAgB,MAAVktF,GAAkBA,IAAWxmF,GAAS,EAC1D,UAeZ2mF,eAAgB,SAAwBjlF,EAAS/C,EAAO6nF,GACpD,GAAI7nF,GAAU+C,GAAYA,EAAQ0E,MAAlC,CAKA48E,EAAMC,KAAKtkF,EAAO,SAASqB,EAAOxB,GAC9BwkF,EAAMuD,eAAe7kF,EAASlD,EAAMwB,EAAOwmF,IAG/C,IAAII,GAAUJ,GAAU,WACpB,OAAO,EAIY,SAApB7nF,EAAMklF,aACLniF,EAAQmlF,cAAgBD,GAGP,QAAlBjoF,EAAMslF,WACLviF,EAAQolF,YAAcF,KAU9BF,YAAa,SAAqBK,GAC9B,MAAOA,GAAI/hF,QAAQ,eAAgB,SAASb,GACxC,MAAOA,GAAE,GAAGc,kBAapB69E,EAAQhkD,EAAO18B,OAQf4kF,oBAAoB,EAQpBC,SAAS,EAQTC,cAAc,EAWdz6E,GAAI,SAAY/K,EAASjC,EAAM+lF,EAAS2B,GACpC,GAAI92E,GAAQ5Q,EAAKoB,MAAM,IACvBmiF,GAAMC,KAAK5yE,EAAO,SAAS5Q,GACvBujF,EAAMv2E,GAAG/K,EAASjC,EAAM+lF,GACxB2B,GAAQA,EAAK1nF,MAarBmN,IAAK,SAAalL,EAASjC,EAAM+lF,EAAS2B,GACtC,GAAI92E,GAAQ5Q,EAAKoB,MAAM,IACvBmiF,GAAMC,KAAK5yE,EAAO,SAAS5Q,GACvBujF,EAAMp2E,IAAIlL,EAASjC,EAAM+lF,GACzB2B,GAAQA,EAAK1nF,MAarB4jF,QAAS,SAAiB3hF,EAAS2+D,EAAWmlB,GAC1C,GAAI7d,GAAO/uE,KAEPwuF,EAAiB,SAAwBC,GACzC,GAGIC,GAHAC,EAAUF,EAAG5nF,KAAKs+B,cAClBypD,EAAY1oD,EAAOqlD,kBACnBsD,EAAUzE,EAAM0C,MAAM6B,EAAS,QAKhCE,IAAW9f,EAAKqf,qBAITS,GAAWpnB,GAAa6kB,GAA6B,IAAdmC,EAAGxhE,QAChD8hD,EAAKqf,oBAAqB,EAC1Brf,EAAKuf,cAAe,GACdM,GAAannB,GAAa6kB,EAChCvd,EAAKuf,aAA+B,IAAfG,EAAGK,SAAiBC,EAAaC,UAAU5C,EAAeqC,GAExEI,GAAWpnB,GAAa6kB,IAC/Bvd,EAAKqf,oBAAqB,EAC1Brf,EAAKuf,cAAe,GAIrBM,GAAannB,GAAaojB,GACzBkE,EAAaE,cAAcxnB,EAAWgnB,GAIvC1f,EAAKuf,eACJI,EAAc3f,EAAKmgB,SAAS3uF,KAAKwuE,EAAM0f,EAAIhnB,EAAW3+D,EAAS8jF,IAKhE8B,GAAe7D,IACd9b,EAAKqf,oBAAqB,EAC1Brf,EAAKuf,cAAe,EACpBS,EAAa7kC,SAId0kC,GAAannB,GAAaojB,GACzBkE,EAAaE,cAAcxnB,EAAWgnB,IAK9C,OADAzuF,MAAK6T,GAAG/K,EAASgjF,EAAYrkB,GAAY+mB,GAClCA,GAaXU,SAAU,SAAkBT,EAAIhnB,EAAW3+D,EAAS8jF,GAChD,GAAIuC,GAAYnvF,KAAK0nE,aAAa+mB,EAAIhnB,GAClC2nB,EAAkBD,EAAUzpF,OAC5BgpF,EAAcjnB,EACd4nB,EAAgBF,EAAUG,QAC1BC,EAAgBH,CAGjB3nB,IAAa6kB,EACZ+C,EAAgB7C,EAEV/kB,GAAaojB,IACnBwE,EAAgB9C,EAGhBgD,EAAgBJ,EAAUzpF,QAAW+oF,EAAiB,eAAIA,EAAGe,eAAe9pF,OAAS,IAMtF6pF,EAAgB,GAAKvvF,KAAKquF,UACzBK,EAAc/D,GAIlB3qF,KAAKquF,SAAU,CAGf,IAAIoB,GAASzvF,KAAK2nE,iBAAiB7+D,EAAS4lF,EAAaS,EAAWV,EA4BpE,OAxBGhnB,IAAaojB,GACZ+B,EAAQrsF,KAAKgqF,EAAWkF,GAIzBJ,IACCI,EAAOF,cAAgBA,EACvBE,EAAOhoB,UAAY4nB,EAEnBzC,EAAQrsF,KAAKgqF,EAAWkF,GAExBA,EAAOhoB,UAAYinB,QACZe,GAAOF,eAIfb,GAAe7D,IACd+B,EAAQrsF,KAAKgqF,EAAWkF,GAIxBzvF,KAAKquF,SAAU,GAGZK,GAUXvE,oBAAqB,WACjB,GAAI1yE,EAgCJ,OA7BQA,GAFLyuB,EAAOqlD,kBACH9jF,EAAOsnF,cAEF,cACA,cACA,+CAIA,gBACA,gBACA,oDAGF7oD,EAAO0lD,gBAET,aACA,YACA,yBAIA,uBACA,sBACA,gCAIRE,EAAYQ,GAAe70E,EAAM,GACjCq0E,EAAYnB,GAAclzE,EAAM,GAChCq0E,EAAYjB,GAAapzE,EAAM,GACxBq0E,GAUXpkB,aAAc,SAAsB+mB,EAAIhnB,GAEpC,GAAGvhC,EAAOqlD,kBACN,MAAOwD,GAAarnB,cAIxB,IAAG+mB,EAAG3tD,QAAS,CACX,GAAG2mC,GAAakjB,EACZ,MAAO8D,GAAG3tD,OAGd,IAAI4uD,MACAp7E,KAAYA,OAAO81E,EAAM3hF,QAAQgmF,EAAG3tD,SAAUspD,EAAM3hF,QAAQgmF,EAAGe,iBAC/DL,IASJ,OAPA/E,GAAMC,KAAK/1E,EAAQ,SAASgqB,GACrB8rD,EAAM4C,QAAQ0C,EAAapxD,EAAMqxD,eAAgB,GAChDR,EAAUjnF,KAAKo2B,GAEnBoxD,EAAYxnF,KAAKo2B,EAAMqxD,cAGpBR,EAKX,MADAV,GAAGkB,WAAa,GACRlB,IAYZ9mB,iBAAkB,SAA0B7+D,EAAS2+D,EAAW3mC,EAAS2tD,GAErE,GAAImB,GAAcxD,CAOlB,OANGhC,GAAM0C,MAAM2B,EAAG5nF,KAAM,UAAYkoF,EAAaC,UAAU7C,EAAesC,GACtEmB,EAAczD,EACR4C,EAAaC,UAAU3C,EAAaoC,KAC1CmB,EAAcvD,IAId3/D,OAAQ09D,EAAM8C,UAAUpsD,GACxB+uD,UAAWxrF,KAAKs5B,MAChBh0B,OAAQ8kF,EAAG9kF,OACXm3B,QAASA,EACT2mC,UAAWA,EACXmoB,YAAaA,EACbn7C,SAAUg6C,EAMVllF,eAAgB,WACZ,GAAIkrC,GAAWz0C,KAAKy0C,QACpBA,GAASq7C,qBAAuBr7C,EAASq7C,sBACzCr7C,EAASlrC,gBAAkBkrC,EAASlrC,kBAMxCg9B,gBAAiB,WACbvmC,KAAKy0C,SAASlO,mBAQlBwpD,WAAY,WACR,MAAOxF,GAAUwF,iBAa7BhB,EAAe7oD,EAAO6oD,cAMtBiB,YAOAtoB,aAAc,WACV,GAAIuoB,KAKJ,OAHA7F,GAAMC,KAAKrqF,KAAKgwF,SAAU,SAAStvD,GAC/BuvD,EAAU/nF,KAAKw4B,KAEZuvD,GASXhB,cAAe,SAAuBxnB,EAAWyoB,GAC1CzoB,GAAaojB,GAAcpjB,GAAaojB,GAAsC,IAAzBqF,EAAapB,cAC1D9uF,MAAKgwF,SAASE,EAAaC,YAElCD,EAAaP,WAAaO,EAAaC,UACvCnwF,KAAKgwF,SAASE,EAAaC,WAAaD,IAUhDlB,UAAW,SAAmBY,EAAanB,GACvC,IAAIA,EAAGmB,YACH,OAAO,CAGX,IAAIQ,GAAK3B,EAAGmB,YACRn4E,IAKJ,OAHAA,GAAM00E,GAAkBiE,KAAQ3B,EAAG4B,sBAAwBlE,GAC3D10E,EAAM20E,GAAkBgE,KAAQ3B,EAAG6B,sBAAwBlE,GAC3D30E,EAAM40E,GAAgB+D,KAAQ3B,EAAG8B,oBAAsBlE,GAChD50E,EAAMm4E,IAOjB1lC,MAAO,WACHlqD,KAAKgwF,cAWTzF,EAAYrkD,EAAOsqD,WAEnBlG,YAGAjwD,QAAS,KAITgD,SAAU,KAGVozD,SAAS,EAQTC,YAAa,SAAqBC,EAAMC,GAEjC5wF,KAAKq6B,UAIRr6B,KAAKywF,SAAU,EAGfzwF,KAAKq6B,SACDs2D,KAAMA,EACNE,WAAYzG,EAAM/kF,UAAWurF,GAC7BE,WAAW,EACXC,eAAe,EACfC,iBAAiB,EACjBC,gBACAz6E,KAAM,IAGVxW,KAAK4qF,OAAOgG,KAShBhG,OAAQ,SAAgBgG,GACpB,GAAI5wF,KAAKq6B,UAAWr6B,KAAKywF,QAAzB,CAKAG,EAAY5wF,KAAKkxF,gBAAgBN,EAGjC,IAAID,GAAO3wF,KAAKq6B,QAAQs2D,KACpBQ,EAAcR,EAAK5hF,OAmBvB,OAhBAq7E,GAAMC,KAAKrqF,KAAKsqF,SAAU,SAAwBnqD,IAE1CngC,KAAKywF,SAAWE,EAAK3hF,SAAWmiF,EAAYhxD,EAAQ3pB,OACpD2pB,EAAQysD,QAAQrsF,KAAK4/B,EAASywD,EAAWD,IAE9C3wF,MAGAA,KAAKq6B,UACJr6B,KAAKq6B,QAAQy2D,UAAYF,GAG1BA,EAAUnpB,WAAaojB,GACtB7qF,KAAK+vF,aAGFa,IASXb,WAAY,WAGR/vF,KAAKq9B,SAAW+sD,EAAM/kF,UAAWrF,KAAKq6B,SAGtCr6B,KAAKq6B,QAAU,KACfr6B,KAAKywF,SAAU,GAYnBW,kBAAmB,SAA2B3C,EAAI/hE,EAAQ0gE,EAAWhtD,EAAQC,GACzE,GAAI+Z,GAAMp6C,KAAKq6B,QACXg3D,GAAS,EACTC,EAASl3C,EAAI22C,cACbQ,EAAWn3C,EAAI62C,YAEhBK,IAAU7C,EAAGoB,UAAYyB,EAAOzB,UAAY3pD,EAAO2lD,qBAClDn/D,EAAS4kE,EAAO5kE,OAChB0gE,EAAYqB,EAAGoB,UAAYyB,EAAOzB,UAClCzvD,EAASquD,EAAG/hE,OAAOxP,QAAUo0E,EAAO5kE,OAAOxP,QAC3CmjB,EAASouD,EAAG/hE,OAAOrP,QAAUi0E,EAAO5kE,OAAOrP,QAC3Cg0E,GAAS,IAGV5C,EAAGhnB,WAAa+kB,GAAeiC,EAAGhnB,WAAa8kB,KAC9CnyC,EAAI42C,gBAAkBvC,KAGtBr0C,EAAI22C,eAAiBM,KACrBE,EAAStyB,SAAWmrB,EAAM+C,YAAYC,EAAWhtD,EAAQC,GACzDkxD,EAASziC,MAAQs7B,EAAMiD,SAAS3gE,EAAQ+hE,EAAG/hE,QAC3C6kE,EAAS91D,UAAY2uD,EAAMoD,aAAa9gE,EAAQ+hE,EAAG/hE,QAEnD0tB,EAAI22C,cAAgB32C,EAAI42C,iBAAmBvC,EAC3Cr0C,EAAI42C,gBAAkBvC,GAG1BA,EAAG+C,UAAYD,EAAStyB,SAAS5sD,EACjCo8E,EAAGgD,UAAYF,EAAStyB,SAAS3sD,EACjCm8E,EAAGiD,aAAeH,EAASziC,MAC3B2/B,EAAGkD,iBAAmBJ,EAAS91D,WASnCy1D,gBAAiB,SAAyBzC,GACtC,GAAIr0C,GAAMp6C,KAAKq6B,QACXu3D,EAAUx3C,EAAIy2C,WACdgB,EAASz3C,EAAI02C,WAAac,GAG3BnD,EAAGhnB,WAAa+kB,GAAeiC,EAAGhnB,WAAa8kB,KAC9CqF,EAAQ9wD,WACRspD,EAAMC,KAAKoE,EAAG3tD,QAAS,SAASxC,GAC5BszD,EAAQ9wD,QAAQ54B,MACZgV,QAASohB,EAAMphB,QACfG,QAASihB,EAAMjhB,YAK3B,IAAI+vE,GAAYqB,EAAGoB,UAAY+B,EAAQ/B,UACnCzvD,EAASquD,EAAG/hE,OAAOxP,QAAU00E,EAAQllE,OAAOxP,QAC5CmjB,EAASouD,EAAG/hE,OAAOrP,QAAUu0E,EAAQllE,OAAOrP,OAkBhD,OAhBArd,MAAKoxF,kBAAkB3C,EAAIoD,EAAOnlE,OAAQ0gE,EAAWhtD,EAAQC,GAE7D+pD,EAAM/kF,OAAOopF,GACToC,WAAYe,EAEZxE,UAAWA,EACXhtD,OAAQA,EACRC,OAAQA,EAERna,SAAUkkE,EAAMlrB,YAAY0yB,EAAQllE,OAAQ+hE,EAAG/hE,QAC/CoiC,MAAOs7B,EAAMiD,SAASuE,EAAQllE,OAAQ+hE,EAAG/hE,QACzC+O,UAAW2uD,EAAMoD,aAAaoE,EAAQllE,OAAQ+hE,EAAG/hE,QACjDlP,MAAO4sE,EAAMn2B,SAAS29B,EAAQ9wD,QAAS2tD,EAAG3tD,SAC1CgxD,SAAU1H,EAAMqD,YAAYmE,EAAQ9wD,QAAS2tD,EAAG3tD,WAG7C2tD,GASXjE,SAAU,SAAkBrqD,GAExB,GAAIpxB,GAAUoxB,EAAQ4qD,YAyBtB,OAxBGh8E,GAAQoxB,EAAQ3pB,QAAUjQ,IACzBwI,EAAQoxB,EAAQ3pB,OAAQ,GAI5B4zE,EAAM/kF,OAAO6gC,EAAO6kD,SAAUh8E,GAAS,GAGvCoxB,EAAQ93B,MAAQ83B,EAAQ93B,OAAS,IAGjCrI,KAAKsqF,SAASpiF,KAAKi4B,GAGnBngC,KAAKsqF,SAAS7zE,KAAK,SAASnR,EAAGa,GAC3B,MAAGb,GAAE+C,MAAQlC,EAAEkC,MACJ,GAER/C,EAAE+C,MAAQlC,EAAEkC,MACJ,EAEJ,IAGJrI,KAAKsqF,UAmBpBpkD,GAAO4kD,SAAW,SAAShiF,EAASiG,GAChC,GAAIggE,GAAO/uE,IAIXgqF,KAMAhqF,KAAK8I,QAAUA,EAOf9I,KAAKgP,SAAU,EAQfo7E,EAAMC,KAAKt7E,EAAS,SAAS3H,EAAOoP,SACzBzH,GAAQyH,GACfzH,EAAQq7E,EAAM0D,YAAYt3E,IAASpP,IAGvCpH,KAAK+O,QAAUq7E,EAAM/kF,OAAO+kF,EAAM/kF,UAAW6gC,EAAO6kD,UAAWh8E,OAG5D/O,KAAK+O,QAAQi8E,UACZZ,EAAM2D,eAAe/tF,KAAK8I,QAAS9I,KAAK+O,QAAQi8E,UAAU,GAQ9DhrF,KAAK+xF,kBAAoB7H,EAAMO,QAAQ3hF,EAASwjF,EAAa,SAASmC,GAC/D1f,EAAK//D,SAAWy/E,EAAGhnB,WAAa6kB,EAC/B/B,EAAUmG,YAAY3hB,EAAM0f,GACtBA,EAAGhnB,WAAa+kB,GACtBjC,EAAUK,OAAO6D,KASzBzuF,KAAKgyF,kBAGT9rD,EAAO4kD,SAASr3E,WASZI,GAAI,SAAiBy2E,EAAUsC,GAC3B,GAAI7d,GAAO/uE,IAIX,OAHAkqF,GAAMr2E,GAAGk7D,EAAKjmE,QAASwhF,EAAUsC,EAAS,SAAS/lF,GAC/CkoE,EAAKijB,cAAc9pF,MAAOi4B,QAASt5B,EAAM+lF,QAASA,MAE/C7d,GAUX/6D,IAAK,SAAkBs2E,EAAUsC,GAC7B,GAAI7d,GAAO/uE,IAQX,OANAkqF,GAAMl2E,IAAI+6D,EAAKjmE,QAASwhF,EAAUsC,EAAS,SAAS/lF,GAChD,GAAIwB,GAAQ+hF,EAAM4C,SAAU7sD,QAASt5B,EAAM+lF,QAASA,GACjDvkF,MAAU,GACT0mE,EAAKijB,cAAc1pF,OAAOD,EAAO,KAGlC0mE,GAUXugB,QAAS,SAAsBnvD,EAASywD,GAEhCA,IACAA,KAIJ,IAAIpnF,GAAQ08B,EAAOwkD,SAASuH,YAAY,QACxCzoF,GAAM0oF,UAAU/xD,GAAS,GAAM,GAC/B32B,EAAM22B,QAAUywD,CAIhB,IAAI9nF,GAAU9I,KAAK8I,OAMnB,OALGshF,GAAM6C,UAAU2D,EAAUjnF,OAAQb,KACjCA,EAAU8nF,EAAUjnF,QAGxBb,EAAQqpF,cAAc3oF,GACfxJ,MASXgkC,OAAQ,SAAgBouD,GAEpB,MADApyF,MAAKgP,QAAUojF,EACRpyF,MAQX+qD,QAAS,WACL,GAAIxlD,GAAG8sF,CAMP,KAHAjI,EAAM2D,eAAe/tF,KAAK8I,QAAS9I,KAAK+O,QAAQi8E,UAAU,GAGtDzlF,EAAI,GAAK8sF,EAAKryF,KAAKgyF,gBAAgBzsF,IACnC6kF,EAAMp2E,IAAIhU,KAAK8I,QAASupF,EAAGlyD,QAASkyD,EAAGzF,QAQ3C,OALA5sF,MAAKgyF,iBAGL9H,EAAMl2E,IAAIhU,KAAK8I,QAASgjF,EAAYQ,GAActsF,KAAK+xF,mBAEhD,OAqDf,SAAUv7E,GAGN,QAAS87E,GAAY7D,EAAIkC,GACrB,GAAIv2C,GAAMmwC,EAAUlwD,OAGpB,MAAGs2D,EAAK5hF,QAAQwjF,eAAiB,GAC7B9D,EAAG3tD,QAAQp7B,OAASirF,EAAK5hF,QAAQwjF,gBAIrC,OAAO9D,EAAGhnB,WACN,IAAK6kB,GACDkG,GAAY,CACZ,MAEJ,KAAK7H,GAGD,GAAG8D,EAAGvoE,SAAWyqE,EAAK5hF,QAAQ0jF,iBAC1Br4C,EAAI5jC,MAAQA,EACZ,MAGJ,IAAIk8E,GAAct4C,EAAIy2C,WAAWnkE,MAGjC,IAAG0tB,EAAI5jC,MAAQA,IACX4jC,EAAI5jC,KAAOA,EACRm6E,EAAK5hF,QAAQ4jF,wBAA0BlE,EAAGvoE,SAAW,GAAG,CAIvD,GAAImhC,GAASpiD,KAAKmmB,IAAIulE,EAAK5hF,QAAQ0jF,gBAAkBhE,EAAGvoE,SACxDwsE,GAAYzzD,OAASwvD,EAAGruD,OAASinB,EACjCqrC,EAAYxzD,OAASuvD,EAAGpuD,OAASgnB,EACjCqrC,EAAYx1E,SAAWuxE,EAAGruD,OAASinB,EACnCqrC,EAAYr1E,SAAWoxE,EAAGpuD,OAASgnB,EAGnConC,EAAKlE,EAAU2G,gBAAgBzC,IAKpCr0C,EAAI02C,UAAU8B,gBACXjC,EAAK5hF,QAAQ6jF,gBACXjC,EAAK5hF,QAAQ8jF,qBAAuBpE,EAAGvoE,YAE3CuoE,EAAGmE,gBAAiB,EAIxB,IAAIE,GAAgB14C,EAAI02C,UAAUr1D,SAC/BgzD,GAAGmE,gBAAkBE,IAAkBrE,EAAGhzD,YAErCgzD,EAAGhzD,UADJ2uD,EAAMsD,WAAWoF,GACArE,EAAGpuD,OAAS,EAAK4rD,EAAeF,EAEhC0C,EAAGruD,OAAS,EAAK4rD,EAAiBE,GAKtDsG,IACA7B,EAAKrB,QAAQ94E,EAAO,QAASi4E,GAC7B+D,GAAY,GAIhB7B,EAAKrB,QAAQ94E,EAAMi4E,GACnBkC,EAAKrB,QAAQ94E,EAAOi4E,EAAGhzD,UAAWgzD,EAElC,IAAIf,GAAatD,EAAMsD,WAAWe,EAAGhzD,YAGjCk1D,EAAK5hF,QAAQgkF,mBAAqBrF,GACjCiD,EAAK5hF,QAAQikF,sBAAwBtF,IACtCe,EAAGllF,gBAEP,MAEJ,KAAKgjF,GACEiG,GAAa/D,EAAGc,eAAiBoB,EAAK5hF,QAAQwjF,iBAC7C5B,EAAKrB,QAAQ94E,EAAO,MAAOi4E,GAC3B+D,GAAY,EAEhB,MAEJ,KAAK3H,GACD2H,GAAY,GAzFxB,GAAIA,IAAY,CA8FhBtsD,GAAOokD,SAAS2I,MACZz8E,KAAMA,EACNnO,MAAO,GACPukF,QAAS0F,EACTvH,UAOI0H,gBAAiB,GAWjBE,wBAAwB,EAQxBJ,eAAgB,EAUhBS,qBAAqB,EAQrBD,mBAAmB,EASnBH,gBAAgB,EAShBC,oBAAqB,MAG9B,QAgBH3sD,EAAOokD,SAAS4I,SACZ18E,KAAM,UACNnO,MAAO,KACPukF,QAAS,SAAwB6B,EAAIkC,GACjCA,EAAKrB,QAAQtvF,KAAKwW,KAAMi4E,KAqBhC,SAAUj4E,GAGN,QAAS28E,GAAY1E,EAAIkC,GACrB,GAAI5hF,GAAU4hF,EAAK5hF,QACfsrB,EAAUkwD,EAAUlwD,OAExB,QAAOo0D,EAAGhnB,WACN,IAAK6kB,GACD1yE,aAAa8rC,GAGbrrB,EAAQ7jB,KAAOA,EAIfkvC,EAAQ7rC,WAAW,WACZwgB,GAAWA,EAAQ7jB,MAAQA,GAC1Bm6E,EAAKrB,QAAQ94E,EAAMi4E,IAExB1/E,EAAQqkF,YACX,MAEJ,KAAKzI,GACE8D,EAAGvoE,SAAWnX,EAAQskF,eACrBz5E,aAAa8rC,EAEjB,MAEJ,KAAK6mC,GACD3yE,aAAa8rC,IA7BzB,GAAIA,EAkCJxf,GAAOokD,SAASgJ,MACZ98E,KAAMA,EACNnO,MAAO,GACP0iF,UAMIqI,YAAa,IAQbC,cAAe,GAEnBzG,QAASuG,IAEd,QAeHjtD,EAAOokD,SAASiJ,SACZ/8E,KAAM,UACNnO,MAAO2Q,IACP4zE,QAAS,SAAwB6B,EAAIkC,GAC9BlC,EAAGhnB,WAAa8kB,GACfoE,EAAKrB,QAAQtvF,KAAKwW,KAAMi4E,KAyCpCvoD,EAAOokD,SAASkJ,OACZh9E,KAAM,QACNnO,MAAO,GACP0iF,UAMI0I,gBAAiB,EAOjBC,gBAAiB,EAQjBC,eAAgB,GAQhBC,eAAgB,IAGpBhH,QAAS,SAAsB6B,EAAIkC,GAC/B,GAAGlC,EAAGhnB,WAAa8kB,EAAe,CAC9B,GAAIzrD,GAAU2tD,EAAG3tD,QAAQp7B,OACrBqJ,EAAU4hF,EAAK5hF,OAGnB,IAAG+xB,EAAU/xB,EAAQ0kF,iBACjB3yD,EAAU/xB,EAAQ2kF,gBAClB,QAKDjF,EAAG+C,UAAYziF,EAAQ4kF,gBACtBlF,EAAGgD,UAAY1iF,EAAQ6kF,kBAEvBjD,EAAKrB,QAAQtvF,KAAKwW,KAAMi4E,GACxBkC,EAAKrB,QAAQtvF,KAAKwW,KAAOi4E,EAAGhzD,UAAWgzD,OA2BvD,SAAUj4E,GAGN,QAASq9E,GAAWpF,EAAIkC,GACpB,GAGImD,GACAC,EAJAhlF,EAAU4hF,EAAK5hF,QACfsrB,EAAUkwD,EAAUlwD,QACpBjI,EAAOm4D,EAAUltD,QAIrB,QAAOoxD,EAAGhnB,WACN,IAAK6kB,GACD0H,GAAW,CACX,MAEJ,KAAKrJ,GACDqJ,EAAWA,GAAavF,EAAGvoE,SAAWnX,EAAQklF,cAC9C,MAEJ,KAAKpJ,IACGT,EAAM0C,MAAM2B,EAAGh6C,SAAS5tC,KAAM,WAAa4nF,EAAGrB,UAAYr+E,EAAQmlF,aAAeF,IAEjFF,EAAY1hE,GAAQA,EAAK0+D,WAAarC,EAAGoB,UAAYz9D,EAAK0+D,UAAUjB,UACpEkE,GAAe,EAGZ3hE,GAAQA,EAAK5b,MAAQA,GACnBs9E,GAAaA,EAAY/kF,EAAQolF,mBAClC1F,EAAGvoE,SAAWnX,EAAQqlF,oBACtBzD,EAAKrB,QAAQ,YAAab,GAC1BsF,GAAe,KAIfA,GAAgBhlF,EAAQslF,aACxBh6D,EAAQ7jB,KAAOA,EACfm6E,EAAKrB,QAAQj1D,EAAQ7jB,KAAMi4E,MAnC/C,GAAIuF,IAAW,CA0Cf9tD,GAAOokD,SAASgK,KACZ99E,KAAMA,EACNnO,MAAO,IACPukF,QAASiH,EACT9I,UAOImJ,WAAY,IAQZD,eAAgB,GAQhBI,WAAW,EAQXD,kBAAmB,GAQnBD,kBAAmB,OAG5B,OAeHjuD,EAAOokD,SAASiK,OACZ/9E,KAAM,QACNnO,OAAQ2Q,IACR+xE,UASIxhF,gBAAgB,EAQhBirF,cAAc,GAElB5H,QAAS,SAAsB6B,EAAIkC,GAC/B,MAAGA,GAAK5hF,QAAQylF,cAAgB/F,EAAGmB,aAAezD,MAC9CsC,GAAGsB,cAIJY,EAAK5hF,QAAQxF,gBACZklF,EAAGllF,sBAGJklF,EAAGhnB,WAAa+kB,GACfmE,EAAKrB,QAAQ,QAASb,OA4ClC,SAAUj4E,GAGN,QAASi+E,GAAiBhG,EAAIkC,GAC1B,OAAOlC,EAAGhnB,WACN,IAAK6kB,GACDkG,GAAY,CACZ,MAEJ,KAAK7H,GAED,GAAG8D,EAAG3tD,QAAQp7B,OAAS,EACnB,MAGJ,IAAIgvF,GAAiBzvF,KAAKmmB,IAAI,EAAIqjE,EAAGjxE,OACjCm3E,EAAoB1vF,KAAKmmB,IAAIqjE,EAAGqD,SAIpC,IAAG4C,EAAiB/D,EAAK5hF,QAAQ6lF,mBAC7BD,EAAoBhE,EAAK5hF,QAAQ8lF,qBACjC,MAIJtK,GAAUlwD,QAAQ7jB,KAAOA,EAGrBg8E,IACA7B,EAAKrB,QAAQ94E,EAAO,QAASi4E,GAC7B+D,GAAY,GAGhB7B,EAAKrB,QAAQ94E,EAAMi4E,GAGhBkG,EAAoBhE,EAAK5hF,QAAQ8lF,sBAChClE,EAAKrB,QAAQ,SAAUb,GAIxBiG,EAAiB/D,EAAK5hF,QAAQ6lF,oBAC7BjE,EAAKrB,QAAQ,QAASb,GACtBkC,EAAKrB,QAAQ,SAAWb,EAAGjxE,MAAQ,EAAI,KAAO,OAAQixE,GAE1D,MAEJ,KAAKlC,GACEiG,GAAa/D,EAAGc,cAAgB,IAC/BoB,EAAKrB,QAAQ94E,EAAO,MAAOi4E,GAC3B+D,GAAY,IAlD5B,GAAIA,IAAY,CAwDhBtsD,GAAOokD,SAASwK,WACZt+E,KAAMA,EACNnO,MAAO,GACP0iF,UAOI6J,kBAAmB,IAQnBC,qBAAsB,GAG1BjI,QAAS6H,IAEd,aAQGplB,EAAgC,WAC9B,MAAOnpC,IACT3lC,KAAKX,EAASM,EAAqBN,EAASC,KAASwvE,IAAkC9oE,IAAc1G,EAAOD,QAAUyvE,KASzH5nE,SAIC,SAAS5H,EAAQD,GAErB,GAAIm1F,GAAgCC,EAA8B3lB,GAOjE,SAAU3vE,EAAMC,GAGXq1F,KAAmCD,EAAiC,EAAW1lB,EAA2E,kBAAnC0lB,GAAiDA,EAA+Bz8E,MAAM1Y,EAASo1F,GAAiCD,IAAmExuF,SAAlC8oE,IAAgDxvE,EAAOD,QAAUyvE,KAU7VrvE,KAAM,WAEN,QAAS8lD,GAAS/2C,GAChB,GAOIxJ,GAPAgE,EAAiBwF,GAAWA,EAAQxF,iBAAkB,EAEtDuQ,EAAY/K,GAAWA,EAAQ+K,WAAarS,OAE5CwtF,KACAC,GAAUC,WAAYC,UACtBC,IAIJ,KAAK9vF,EAAI,GAAS,KAALA,EAAUA,IAAM8vF,EAAMlxF,OAAOmxF,aAAa/vF,KAAO8yE,KAAK,IAAM9yE,EAAI,IAAKqM,OAAO,EAEzF,KAAKrM,EAAI,GAAS,IAALA,EAASA,IAAM8vF,EAAMlxF,OAAOmxF,aAAa/vF,KAAO8yE,KAAK9yE,EAAGqM,OAAO,EAE5E,KAAKrM,EAAI,EAAS,GAALA,EAAUA,IAAM8vF,EAAM,GAAK9vF,IAAM8yE,KAAK,GAAK9yE,EAAGqM,OAAO,EAElE,KAAKrM,EAAI,EAAS,IAALA,EAAWA,IAAM8vF,EAAM,IAAM9vF,IAAM8yE,KAAK,IAAM9yE,EAAGqM,OAAO,EAErE,KAAKrM,EAAI,EAAS,GAALA,EAAUA,IAAM8vF,EAAM,MAAQ9vF,IAAM8yE,KAAK,GAAK9yE,EAAGqM,OAAO,EAGrEyjF,GAAM,SAAWhd,KAAK,IAAKzmE,OAAO,GAClCyjF,EAAM,SAAWhd,KAAK,IAAKzmE,OAAO,GAClCyjF,EAAM,SAAWhd,KAAK,IAAKzmE,OAAO,GAClCyjF,EAAM,SAAWhd,KAAK,IAAKzmE,OAAO,GAClCyjF,EAAM,SAAWhd,KAAK,IAAKzmE,OAAO,GAElCyjF,EAAY,MAAMhd,KAAK,GAAIzmE,OAAO,GAClCyjF,EAAU,IAAQhd,KAAK,GAAIzmE,OAAO,GAClCyjF,EAAa,OAAKhd,KAAK,GAAIzmE,OAAO,GAClCyjF,EAAY,MAAMhd,KAAK,GAAIzmE,OAAO,GAElCyjF,EAAa,OAAKhd,KAAK,GAAIzmE,OAAO,GAClCyjF,EAAa,OAAKhd,KAAK,GAAIzmE,OAAO,GAClCyjF,EAAa,OAAKhd,KAAK,GAAIzmE,MAAOrL,QAClC8uF,EAAW,KAAOhd,KAAK,GAAIzmE,OAAO,GAClCyjF,EAAiB,WAAKhd,KAAK,EAAGzmE,OAAO,GACrCyjF,EAAW,KAAWhd,KAAK,EAAGzmE,OAAO,GACrCyjF,EAAY,MAAUhd,KAAK,GAAIzmE,OAAO,GACtCyjF,EAAW,KAAWhd,KAAK,GAAIzmE,OAAO,GACtCyjF,EAAM,WAAgBhd,KAAK,GAAIzmE,OAAO,GACtCyjF,EAAc,QAAQhd,KAAK,GAAIzmE,OAAO,GACtCyjF,EAAgB,UAAMhd,KAAK,GAAIzmE,OAAO,GAEtCyjF,EAAM,MAAYhd,KAAK,IAAKzmE,OAAO,GACnCyjF,EAAM,MAAYhd,KAAK,IAAKzmE,OAAO,GACnCyjF,EAAM,MAAYhd,KAAK,IAAKzmE,OAAO,GACnCyjF,EAAM,MAAYhd,KAAK,IAAKzmE,OAAO,EAInC,IAAI2jF,GAAO,SAAS/rF,GAAQgsF,EAAYhsF,EAAM,YAC1CisF,EAAK,SAASjsF,GAAQgsF,EAAYhsF,EAAM,UAGxCgsF,EAAc,SAAShsF,EAAM3C,GAC/B,GAAoCN,SAAhC2uF,EAAOruF,GAAM2C,EAAMksF,SAAwB,CAE7C,IAAK,GADDC,GAAQT,EAAOruF,GAAM2C,EAAMksF,SACtBnwF,EAAI,EAAGA,EAAIowF,EAAMjwF,OAAQH,IACTgB,SAAnBovF,EAAMpwF,GAAGqM,MACX+jF,EAAMpwF,GAAGkU,GAAGjQ,GAEa,GAAlBmsF,EAAMpwF,GAAGqM,OAAmC,GAAlBpI,EAAMkrC,SACvCihD,EAAMpwF,GAAGkU,GAAGjQ,GAEa,GAAlBmsF,EAAMpwF,GAAGqM,OAAoC,GAAlBpI,EAAMkrC,UACxCihD,EAAMpwF,GAAGkU,GAAGjQ,EAIM,IAAlBD,GACFC,EAAMD,kBA4FZ,OAtFA0rF,GAAiB3/D,KAAO,SAAS1sB,EAAKJ,EAAU3B,GAI9C,GAHaN,SAATM,IACFA,EAAO,WAEUN,SAAf8uF,EAAMzsF,GACR,KAAM,IAAIhF,OAAM,oBAAsBgF,EAEFrC,UAAlC2uF,EAAOruF,GAAMwuF,EAAMzsF,GAAKyvE,QAC1B6c,EAAOruF,GAAMwuF,EAAMzsF,GAAKyvE,UAE1B6c,EAAOruF,GAAMwuF,EAAMzsF,GAAKyvE,MAAMnwE,MAAMuR,GAAGjR,EAAUoJ,MAAMyjF,EAAMzsF,GAAKgJ,SAKpEqjF,EAAiBW,QAAU,SAASptF,EAAU3B,GAC/BN,SAATM,IACFA,EAAO,UAET,KAAK,GAAI+B,KAAOysF,GACVA,EAAMxvF,eAAe+C,IACvBqsF,EAAiB3/D,KAAK1sB,EAAIJ,EAAS3B,IAMzCouF,EAAiBY,OAAS,SAASrsF,GACjC,IAAK,GAAIZ,KAAOysF,GACd,GAAIA,EAAMxvF,eAAe+C,GAAM,CAC7B,GAAsB,GAAlBY,EAAMkrC,UAAwC,GAApB2gD,EAAMzsF,GAAKgJ,OAAiBpI,EAAMksF,SAAWL,EAAMzsF,GAAKyvE,KACpF,MAAOzvE,EAEJ,IAAsB,GAAlBY,EAAMkrC,UAAyC,GAApB2gD,EAAMzsF,GAAKgJ,OAAkBpI,EAAMksF,SAAWL,EAAMzsF,GAAKyvE,KAC3F,MAAOzvE,EAEJ,IAAIY,EAAMksF,SAAWL,EAAMzsF,GAAKyvE,MAAe,SAAPzvE,EAC3C,MAAOA,GAIb,MAAO,wCAITqsF,EAAiBrmB,OAAS,SAAShmE,EAAKJ,EAAU3B,GAIhD,GAHaN,SAATM,IACFA,EAAO,WAEUN,SAAf8uF,EAAMzsF,GACR,KAAM,IAAIhF,OAAM,oBAAsBgF,EAExC,IAAiBrC,SAAbiC,EAAwB,CAC1B,GAAIstF,MACAH,EAAQT,EAAOruF,GAAMwuF,EAAMzsF,GAAKyvE,KACpC,IAAc9xE,SAAVovF,EACF,IAAK,GAAIpwF,GAAI,EAAGA,EAAIowF,EAAMjwF,OAAQH,KAC1BowF,EAAMpwF,GAAGkU,IAAMjR,GAAYmtF,EAAMpwF,GAAGqM,OAASyjF,EAAMzsF,GAAKgJ,QAC5DkkF,EAAY5tF,KAAKgtF,EAAOruF,GAAMwuF,EAAMzsF,GAAKyvE,MAAM9yE,GAIrD2vF,GAAOruF,GAAMwuF,EAAMzsF,GAAKyvE,MAAQyd,MAGhCZ,GAAOruF,GAAMwuF,EAAMzsF,GAAKyvE,UAK5B4c,EAAiB/qC,MAAQ,WACvBgrC,GAAUC,WAAYC,WAIxBH,EAAiBrhF,QAAU,WACzBshF,GAAUC,WAAYC,UACtBt7E,EAAUzQ,oBAAoB,UAAWksF,GAAM,GAC/Cz7E,EAAUzQ,oBAAoB,QAASosF,GAAI,IAI7C37E,EAAUjR,iBAAiB,UAAU0sF,GAAK,GAC1Cz7E,EAAUjR,iBAAiB,QAAQ4sF,GAAG,GAG/BR,EAGT,MAAOnvC,MAQL,SAASjmD,EAAQD,GAYrBA,EAAQimD,oBAAsB,WAE7B7lD,KAAK+1F,aAAa/1F,KAAKqiD,UAAUvC,WAAWC,iBAAiB,GAG7D//C,KAAKkvD,eAIDlvD,KAAK8hD,WACP9hD,KAAKuoD,aAEPvoD,KAAKkQ;EASNtQ,EAAQm2F,aAAe,SAASC,EAAkBC,GAOhD,IANA,GAAI7uC,GAAgBpnD,KAAKykD,YAAY/+C,OAEjCwwF,EAAY,GACZ33C,EAAQ,EAGL6I,EAAgB4uC,GAA4BE,EAAR33C,GACrCA,EAAQ,GAAK,GACfv+C,KAAKm2F,oBAAmB,GACxBn2F,KAAKo2F,0BAGLp2F,KAAKq2F,uBAGPjvC,EAAgBpnD,KAAKykD,YAAY/+C,OACjC64C,GAAS,CAIPA,GAAQ,GAAmB,GAAd03C,GACfj2F,KAAKs2F,kBAEPt2F,KAAK+uD,2BASPnvD,EAAQ22F,YAAc,SAAS/vC,GAC7B,GAAIgwC,GAA2Bx2F,KAAKylD,MACpC,IAAIe,EAAKsW,YAAc98D,KAAKqiD,UAAUvC,WAAWM,iBAAmBpgD,KAAKy2F,kBAAkBjwC,KACrE,WAAlBxmD,KAAK02F,WAAqD,GAA3B12F,KAAKykD,YAAY/+C,QAAc,CAEhE1F,KAAK22F,WAAWnwC,EAIhB,KAHA,GAAIjI,GAAQ,EAGJv+C,KAAKykD,YAAY/+C,OAAS1F,KAAKqiD,UAAUvC,WAAWC,iBAA6B,GAARxB,GAC/Ev+C,KAAK42F,uBACLr4C,GAAS,MAKXv+C,MAAK62F,mBAAmBrwC,GAAK,GAAM,GAGnCxmD,KAAK0nD,uBACL1nD,KAAK82F,sBACL92F,KAAK+uD,0BACL/uD,KAAKkvD,cAIHlvD,MAAKylD,QAAU+wC,GACjBx2F,KAAKkQ,SAQTtQ,EAAQstD,sBAAwB,WACW,GAArCltD,KAAKqiD,UAAUvC,WAAW9wC,SAC5BhP,KAAK+2F,eAAe,GAAE,GAAM,IAUhCn3F,EAAQy2F,qBAAuB,WAC7Br2F,KAAK+2F,eAAe,IAAG,GAAM,IAS/Bn3F,EAAQg3F,qBAAuB,WAC7B52F,KAAK+2F,eAAe,GAAE,GAAM,IAgB9Bn3F,EAAQm3F,eAAiB,SAASC,EAAcC,EAAUz1D,EAAM01D,GAC9D,GAAIV,GAA2Bx2F,KAAKylD,OAChC0xC,EAAgBn3F,KAAKykD,YAAY/+C,MAGjC1F,MAAK8kD,cAAgB9kD,KAAKwd,OAA0B,GAAjBw5E,GACrCh3F,KAAKo3F,kBAIHp3F,KAAK8kD,cAAgB9kD,KAAKwd,OAA0B,IAAjBw5E,EAGrCh3F,KAAKq3F,cAAc71D,IAEZxhC,KAAK8kD,cAAgB9kD,KAAKwd,OAA0B,GAAjBw5E,KAC7B,GAATx1D,EAGFxhC,KAAKs3F,cAAcL,EAAUz1D,GAI7BxhC,KAAKu3F,uBAGTv3F,KAAK0nD,uBAGD1nD,KAAKykD,YAAY/+C,QAAUyxF,IAAkBn3F,KAAK8kD,cAAgB9kD,KAAKwd,OAA0B,IAAjBw5E,KAClFh3F,KAAKw3F,eAAeh2D,GACpBxhC,KAAK0nD,yBAIH1nD,KAAK8kD,cAAgB9kD,KAAKwd,OAA0B,IAAjBw5E,KACrCh3F,KAAKy3F,eACLz3F,KAAK0nD,wBAGP1nD,KAAK8kD,cAAgB9kD,KAAKwd,MAG1Bxd,KAAK82F,sBACL92F,KAAKkvD,eAGDlvD,KAAKykD,YAAY/+C,OAASyxF,IAC5Bn3F,KAAKu8D,gBAAkB,EAEvBv8D,KAAKo2F,2BAGW,GAAdc,GAAsC3wF,SAAf2wF,IAErBl3F,KAAKylD,QAAU+wC,GACjBx2F,KAAKkQ,QAITlQ,KAAK+uD,2BAMPnvD,EAAQ63F,aAAe,WAErB,GAAIC,GAAkB13F,KAAK23F,mBACvBD,GAAkB13F,KAAKqiD,UAAUvC,WAAWI,gBAC9ClgD,KAAK43F,sBAAsB,EAAI53F,KAAKqiD,UAAUvC,WAAWI,eAAiBw3C,IAW9E93F,EAAQ43F,eAAiB,SAASh2D,GAChCxhC,KAAK63F,cACL73F,KAAK83F,mBAAmBt2D,GAAM,IAQhC5hC,EAAQu2F,mBAAqB,SAASe,GACpC,GAAIV,GAA2Bx2F,KAAKylD,OAChC0xC,EAAgBn3F,KAAKykD,YAAY/+C,MAErC1F,MAAKw3F,gBAAe,GAGpBx3F,KAAK0nD,uBACL1nD,KAAK82F,sBACL92F,KAAKkvD,eAGDlvD,KAAKykD,YAAY/+C,QAAUyxF,IAC7Bn3F,KAAKu8D,gBAAkB,IAGP,GAAd26B,GAAsC3wF,SAAf2wF,IAErBl3F,KAAKylD,QAAU+wC,GACjBx2F,KAAKkQ,SAUXtQ,EAAQ23F,oBAAsB,WAC5B,IAAK,GAAI1wC,KAAU7mD,MAAK29C,MACtB,GAAI39C,KAAK29C,MAAM93C,eAAeghD,GAAS,CACrC,GAAIL,GAAOxmD,KAAK29C,MAAMkJ,EACD,IAAjBL,EAAKia,WACFja,EAAK3zC,MAAM7S,KAAKwd,MAAQxd,KAAKqiD,UAAUvC,WAAWO,oBAAsBrgD,KAAK6f,MAAMC,OAAOC,aAC1FymC,EAAK1zC,OAAO9S,KAAKwd,MAAQxd,KAAKqiD,UAAUvC,WAAWO,oBAAsBrgD,KAAK6f,MAAMC,OAAOsF,eAC9FplB,KAAKu2F,YAAY/vC,KAc3B5mD,EAAQ03F,cAAgB,SAASL,EAAUz1D,GACzC,IAAK,GAAIj8B,GAAI,EAAGA,EAAIvF,KAAKykD,YAAY/+C,OAAQH,IAAK,CAChD,GAAIihD,GAAOxmD,KAAK29C,MAAM39C,KAAKykD,YAAYl/C,GACvCvF,MAAK62F,mBAAmBrwC,EAAKywC,EAAUz1D,GACvCxhC,KAAK+uD,4BAeTnvD,EAAQi3F,mBAAqB,SAAS/sF,EAAYmtF,EAAWz1D,EAAOu2D,GAElE,GAAIjuF,EAAWgzD,YAAc,IAEvBhzD,EAAWgzD,YAAc98D,KAAKqiD,UAAUvC,WAAWM,kBACrD23C,GAAU,GAEZd,EAAYc,GAAU,EAAOd,EAGzBntF,EAAW+yD,eAAiB78D,KAAKwd,OAAkB,GAATgkB,GAE5C,IAAK,GAAIw2D,KAAmBluF,GAAWizD,eACrC,GAAIjzD,EAAWizD,eAAel3D,eAAemyF,GAAkB,CAC7D,GAAIC,GAAYnuF,EAAWizD,eAAei7B,EAI7B,IAATx2D,GACEy2D,EAAU17B,gBAAkBzyD,EAAWmzD,gBAAgBnzD,EAAWmzD,gBAAgBv3D,OAAO,IACtFqyF,IACL/3F,KAAKk4F,sBAAsBpuF,EAAWkuF,EAAgBf,EAAUz1D,EAAMu2D,GAIpE/3F,KAAKy2F,kBAAkB3sF,IACzB9J,KAAKk4F,sBAAsBpuF,EAAWkuF,EAAgBf,EAAUz1D,EAAMu2D,KAwBpFn4F,EAAQs4F,sBAAwB,SAASpuF,EAAYkuF,EAAiBf,EAAWz1D,EAAOu2D,GACtF,GAAIE,GAAYnuF,EAAWizD,eAAei7B,EAG1C,IAAIC,EAAUp7B,eAAiB78D,KAAKwd,OAAkB,GAATgkB,EAAe,CAE1DxhC,KAAKm4F,eAGLn4F,KAAK29C,MAAMq6C,GAAmBC,EAG9Bj4F,KAAKo4F,uBAAuBtuF,EAAWmuF,GAGvCj4F,KAAKq4F,wBAAwBvuF,EAAWmuF,GAGxCj4F,KAAKs4F,eAAexuF,GAGpBA,EAAWiF,QAAQ6uC,MAAQq6C,EAAUlpF,QAAQ6uC,KAC7C9zC,EAAWgzD,aAAem7B,EAAUn7B,YACpChzD,EAAWiF,QAAQmvC,SAAWj5C,KAAKwG,IAAIzL,KAAKqiD,UAAUvC,WAAWS,YAAavgD,KAAKqiD,UAAU1E,MAAMO,SAAWl+C,KAAKqiD,UAAUvC,WAAWQ,oBAAoBx2C,EAAWgzD,YAAY,IACnLhzD,EAAWwyD,mBAAqBxyD,EAAW+lD,aAAanqD,OAGxDuyF,EAAU5lF,EAAIvI,EAAWuI,EAAIvI,EAAW6yD,iBAAmB,GAAM13D,KAAKE,UACtE8yF,EAAU3lF,EAAIxI,EAAWwI,EAAIxI,EAAW6yD,iBAAmB,GAAM13D,KAAKE,gBAG/D2E,GAAWizD,eAAei7B,EAGjC,IAAIO,IAAgB,CACpB,KAAK,GAAIC,KAAe1uF,GAAWizD,eACjC,GAAIjzD,EAAWizD,eAAel3D,eAAe2yF,IACvC1uF,EAAWizD,eAAey7B,GAAaj8B,gBAAkB07B,EAAU17B,eAAgB,CACrFg8B,GAAgB,CAChB,OAKe,GAAjBA,GACFzuF,EAAWmzD,gBAAgBjiB,MAG7Bh7C,KAAKy4F,uBAAuBR,GAI5BA,EAAU17B,eAAiB,EAG3BzyD,EAAW80D,iBAGX5+D,KAAKylD,QAAS,EAIC,GAAbwxC,GACFj3F,KAAK62F,mBAAmBoB,EAAUhB,EAAUz1D,EAAMu2D,IAWtDn4F,EAAQ64F,uBAAyB,SAASjyC,GACxC,IAAK,GAAIjhD,GAAI,EAAGA,EAAIihD,EAAKqJ,aAAanqD,OAAQH,IAC5CihD,EAAKqJ,aAAatqD,GAAGstD,sBAczBjzD,EAAQy3F,cAAgB,SAAS71D,GAClB,GAATA,EACFxhC,KAAK04F,sBAGL14F,KAAK24F,wBAUT/4F,EAAQ84F,oBAAsB,WAC5B,GAAIv5E,GAAGC,EAAG1Z,EACNkzF,EAAY54F,KAAKqiD,UAAUvC,WAAWK,qBAAqBngD,KAAKwd,KAIpE,KAAK,GAAIkwC,KAAU1tD,MAAKy+C,MACtB,GAAIz+C,KAAKy+C,MAAM54C,eAAe6nD,GAAS,CACrC,GAAIU,GAAOpuD,KAAKy+C,MAAMiP,EACtB,IAAIU,EAAKC,WACHD,EAAKkG,MAAQlG,EAAKiG,SACpBl1C,EAAMivC,EAAKxkC,GAAGvX,EAAI+7C,EAAKzkC,KAAKtX,EAC5B+M,EAAMgvC,EAAKxkC,GAAGtX,EAAI87C,EAAKzkC,KAAKrX,EAC5B5M,EAAST,KAAKkrB,KAAKhR,EAAKA,EAAKC,EAAKA,GAGrBw5E,EAATlzF,GAAoB,CAEtB,GAAIoE,GAAaskD,EAAKzkC,KAClBsuE,EAAY7pC,EAAKxkC,EACjBwkC,GAAKxkC,GAAG7a,QAAQ6uC,KAAOwQ,EAAKzkC,KAAK5a,QAAQ6uC,OAC3C9zC,EAAaskD,EAAKxkC,GAClBquE,EAAY7pC,EAAKzkC,MAGiB,GAAhCsuE,EAAU37B,mBACZt8D,KAAK64F,cAAc/uF,EAAWmuF,GAAU,GAEA,GAAjCnuF,EAAWwyD,oBAClBt8D,KAAK64F,cAAcZ,EAAUnuF,GAAW,MAetDlK,EAAQ+4F,qBAAuB,WAC7B,IAAK,GAAI9xC,KAAU7mD,MAAK29C,MAEtB,GAAI39C,KAAK29C,MAAM93C,eAAeghD,GAAS,CACrC,GAAIoxC,GAAYj4F,KAAK29C,MAAMkJ,EAG3B,IAAoC,GAAhCoxC,EAAU37B,oBAA4D,GAAjC27B,EAAUpoC,aAAanqD,OAAa,CAC3E,GAAI0oD,GAAO6pC,EAAUpoC,aAAa,GAC9B/lD,EAAcskD,EAAKkG,MAAQ2jC,EAAU53F,GAAML,KAAK29C,MAAMyQ,EAAKiG,QAAUr0D,KAAK29C,MAAMyQ,EAAKkG,KAGrF2jC,GAAU53F,IAAMyJ,EAAWzJ,KACzByJ,EAAWiF,QAAQ6uC,KAAOq6C,EAAUlpF,QAAQ6uC,KAC9C59C,KAAK64F,cAAc/uF,EAAWmuF,GAAU,GAGxCj4F,KAAK64F,cAAcZ,EAAUnuF,GAAW,OAgBpDlK,EAAQk5F,4BAA8B,SAAStyC,GAG7C,IAAK,GAFDuyC,GAAoB,GACpBC,EAAwB,KACnBzzF,EAAI,EAAGA,EAAIihD,EAAKqJ,aAAanqD,OAAQH,IAC5C,GAA6BgB,SAAzBigD,EAAKqJ,aAAatqD,GAAkB,CACtC,GAAI0zF,GAAY,IACZzyC,GAAKqJ,aAAatqD,GAAG8uD,QAAU7N,EAAKnmD,GACtC44F,EAAYzyC,EAAKqJ,aAAatqD,GAAGokB,KAE1B68B,EAAKqJ,aAAatqD,GAAG+uD,MAAQ9N,EAAKnmD,KACzC44F,EAAYzyC,EAAKqJ,aAAatqD,GAAGqkB,IAIlB,MAAbqvE,GAAqBF,EAAoBE,EAAUh8B,gBAAgBv3D,SACrEqzF,EAAoBE,EAAUh8B,gBAAgBv3D,OAC9CszF,EAAwBC,GAKb,MAAbA,GAAkD1yF,SAA7BvG,KAAK29C,MAAMs7C,EAAU54F,KAC5CL,KAAK64F,cAAcI,EAAWzyC,GAAM,IAYxC5mD,EAAQk4F,mBAAqB,SAASt2D,EAAO03D,GAE3C,IAAK,GAAIryC,KAAU7mD,MAAK29C,MAElB39C,KAAK29C,MAAM93C,eAAeghD,IAC5B7mD,KAAKm5F,oBAAoBn5F,KAAK29C,MAAMkJ,GAAQrlB,EAAM03D,IAcxDt5F,EAAQu5F,oBAAsB,SAASC,EAAS53D,EAAO03D,EAAWG,GAKhE,GAJ6B9yF,SAAzB8yF,IACFA,EAAuB,GAGpBD,EAAQ98B,oBAAsBt8D,KAAK2tE,cAA6B,GAAburB,GACrDE,EAAQ98B,oBAAsBt8D,KAAK2tE,cAA6B,GAAburB,EAAoB,CASxE,IAAK,GAPD/5E,GAAGC,EAAG1Z,EACNkzF,EAAY54F,KAAKqiD,UAAUvC,WAAWK,qBAAqBngD,KAAKwd,MAChE87E,GAAe,EAGfC,KACAC,EAAuBJ,EAAQvpC,aAAanqD,OACvC0mB,EAAI,EAAOotE,EAAJptE,EAA0BA,IACxCmtE,EAAarxF,KAAKkxF,EAAQvpC,aAAazjC,GAAG/rB,GAK5C,IAAa,GAATmhC,EAEF,IADA83D,GAAe,EACVltE,EAAI,EAAOotE,EAAJptE,EAA0BA,IAAK,CACzC,GAAIgiC,GAAOpuD,KAAKy+C,MAAM86C,EAAantE,GACnC,IAAa7lB,SAAT6nD,GACEA,EAAKC,WACHD,EAAKkG,MAAQlG,EAAKiG,SACpBl1C,EAAMivC,EAAKxkC,GAAGvX,EAAI+7C,EAAKzkC,KAAKtX,EAC5B+M,EAAMgvC,EAAKxkC,GAAGtX,EAAI87C,EAAKzkC,KAAKrX,EAC5B5M,EAAST,KAAKkrB,KAAKhR,EAAKA,EAAKC,EAAKA,GAErBw5E,EAATlzF,GAAoB,CACtB4zF,GAAe,CACf,QASZ,IAAM93D,GAAS83D,GAAiB93D,EAE9B,IAAKpV,EAAI,EAAOotE,EAAJptE,EAA0BA,IAGpC,GAFAgiC,EAAOpuD,KAAKy+C,MAAM86C,EAAantE,IAElB7lB,SAAT6nD,EAAoB,CACtB,GAAI6pC,GAAYj4F,KAAK29C,MAAOyQ,EAAKiG,QAAU+kC,EAAQ/4F,GAAM+tD,EAAKkG,KAAOlG,EAAKiG,OAErE4jC,GAAUpoC,aAAanqD,QAAW1F,KAAK2tE,aAAe0rB,GACtDpB,EAAU53F,IAAM+4F,EAAQ/4F,IAC3BL,KAAK64F,cAAcO,EAAQnB,EAAUz2D,MAkBjD5hC,EAAQi5F,cAAgB,SAAS/uF,EAAYmuF,EAAWz2D,GAEtD13B,EAAWizD,eAAek7B,EAAU53F,IAAM43F,CAG1C,KAAK,GAAI1yF,GAAI,EAAGA,EAAI0yF,EAAUpoC,aAAanqD,OAAQH,IAAK,CACtD,GAAI6oD,GAAO6pC,EAAUpoC,aAAatqD,EAC9B6oD,GAAKkG,MAAQxqD,EAAWzJ,IAAM+tD,EAAKiG,QAAUvqD,EAAWzJ,GAC1DL,KAAKy5F,qBAAqB3vF,EAAWmuF,EAAU7pC,GAG/CpuD,KAAK05F,sBAAsB5vF,EAAWmuF,EAAU7pC,GAIpD6pC,EAAUpoC,gBAGV7vD,KAAK25F,8BAA8B7vF,EAAWmuF,SAIvCj4F,MAAK29C,MAAMs6C,EAAU53F,GAG5B,IAAIu5F,GAAa9vF,EAAWiF,QAAQ6uC,IACpCq6C,GAAU17B,eAAiBv8D,KAAKu8D,eAChCzyD,EAAWiF,QAAQ6uC,MAAQq6C,EAAUlpF,QAAQ6uC,KAC7C9zC,EAAWgzD,aAAem7B,EAAUn7B,YACpChzD,EAAWiF,QAAQmvC,SAAWj5C,KAAKwG,IAAIzL,KAAKqiD,UAAUvC,WAAWS,YAAavgD,KAAKqiD,UAAU1E,MAAMO,SAAWl+C,KAAKqiD,UAAUvC,WAAWQ,mBAAmBx2C,EAAWgzD,aAGlKhzD,EAAWmzD,gBAAgBnzD,EAAWmzD,gBAAgBv3D,OAAS,IAAM1F,KAAKu8D,gBAC5EzyD,EAAWmzD,gBAAgB/0D,KAAKlI,KAAKu8D,gBAMrCzyD,EAAW+yD,eAFA,GAATr7B,EAE0B,EAGAxhC,KAAKwd,MAInC1T,EAAW80D,iBAGX90D,EAAWizD,eAAek7B,EAAU53F,IAAIw8D,eAAiB/yD,EAAW+yD,eAGpEo7B,EAAUv3B,gBAGV52D,EAAW62D,eAAei5B,GAG1B55F,KAAKylD,QAAS,GAUhB7lD,EAAQk3F,oBAAsB,WAC5B,IAAK,GAAIvxF,GAAI,EAAGA,EAAIvF,KAAKykD,YAAY/+C,OAAQH,IAAK,CAChD,GAAIihD,GAAOxmD,KAAK29C,MAAM39C,KAAKykD,YAAYl/C,GACvCihD,GAAK8V,mBAAqB9V,EAAKqJ,aAAanqD,MAG5C,IAAIm0F,GAAa,CACjB,IAAIrzC,EAAK8V,mBAAqB,EAC5B,IAAK,GAAIlwC,GAAI,EAAGA,EAAIo6B,EAAK8V,mBAAqB,EAAGlwC,IAG/C,IAAK,GAFD0tE,GAAWtzC,EAAKqJ,aAAazjC,GAAGkoC,KAChCylC,EAAavzC,EAAKqJ,aAAazjC,GAAGioC,OAC7B2lC,EAAI5tE,EAAE,EAAG4tE,EAAIxzC,EAAK8V,mBAAoB09B,KACxCxzC,EAAKqJ,aAAamqC,GAAG1lC,MAAQwlC,GAAYtzC,EAAKqJ,aAAamqC,GAAG3lC,QAAU0lC,GACxEvzC,EAAKqJ,aAAamqC,GAAG3lC,QAAUylC,GAAYtzC,EAAKqJ,aAAamqC,GAAG1lC,MAAQylC,KAC3EF,GAAc,EAKtBrzC,GAAK8V,oBAAsBu9B,IAa/Bj6F,EAAQ65F,qBAAuB,SAAS3vF,EAAYmuF,EAAW7pC,GAEvDtkD,EAAWkzD,eAAen3D,eAAeoyF,EAAU53F,MACvDyJ,EAAWkzD,eAAei7B,EAAU53F,QAGtCyJ,EAAWkzD,eAAei7B,EAAU53F,IAAI6H,KAAKkmD,SAGtCpuD,MAAKy+C,MAAM2P,EAAK/tD,GAGvB,KAAK,GAAIkF,GAAI,EAAGA,EAAIuE,EAAW+lD,aAAanqD,OAAQH,IAClD,GAAIuE,EAAW+lD,aAAatqD,GAAGlF,IAAM+tD,EAAK/tD,GAAI,CAC5CyJ,EAAW+lD,aAAavnD,OAAO/C,EAAE,EACjC,SAcN3F,EAAQ85F,sBAAwB,SAAS5vF,EAAYmuF,EAAW7pC,GAE1DA,EAAKkG,MAAQlG,EAAKiG,OACpBr0D,KAAKy5F,qBAAqB3vF,EAAYmuF,EAAW7pC,IAG7CA,EAAKkG,MAAQ2jC,EAAU53F,IACzB+tD,EAAK0G,aAAa5sD,KAAK+vF,EAAU53F,IACjC+tD,EAAKxkC,GAAK9f,EACVskD,EAAKkG,KAAOxqD,EAAWzJ,KAIvB+tD,EAAKyG,eAAe3sD,KAAK+vF,EAAU53F,IACnC+tD,EAAKzkC,KAAO7f,EACZskD,EAAKiG,OAASvqD,EAAWzJ,IAG3BL,KAAKi6F,oBAAoBnwF,EAAWmuF,EAAU7pC,KAalDxuD,EAAQ+5F,8BAAgC,SAAS7vF,EAAYmuF,GAE3D,IAAK,GAAI1yF,GAAI,EAAGA,EAAIuE,EAAW+lD,aAAanqD,OAAQH,IAAK,CACvD,GAAI6oD,GAAOtkD,EAAW+lD,aAAatqD,EAE/B6oD,GAAKkG,MAAQlG,EAAKiG,QACpBr0D,KAAKy5F,qBAAqB3vF,EAAYmuF,EAAW7pC,KAcvDxuD,EAAQq6F,oBAAsB,SAASnwF,EAAYmuF,EAAW7pC,GAGtDtkD,EAAW0xD,cAAc31D,eAAeoyF,EAAU53F,MACtDyJ,EAAW0xD,cAAcy8B,EAAU53F,QAErCyJ,EAAW0xD,cAAcy8B,EAAU53F,IAAI6H,KAAKkmD,GAG5CtkD,EAAW+lD,aAAa3nD,KAAKkmD,IAY/BxuD,EAAQy4F,wBAA0B,SAASvuF,EAAYmuF,GACrD,GAAInuF,EAAW0xD,cAAc31D,eAAeoyF,EAAU53F,IAAK,CACzD,IAAK,GAAIkF,GAAI,EAAGA,EAAIuE,EAAW0xD,cAAcy8B,EAAU53F,IAAIqF,OAAQH,IAAK,CACtE,GAAI6oD,GAAOtkD,EAAW0xD,cAAcy8B,EAAU53F,IAAIkF,EAC9C6oD,GAAKyG,eAAezG,EAAKyG,eAAenvD,OAAO,IAAMuyF,EAAU53F,IACjE+tD,EAAKyG,eAAe7Z,MACpBoT,EAAKiG,OAAS4jC,EAAU53F,GACxB+tD,EAAKzkC,KAAOsuE,IAGZ7pC,EAAK0G,aAAa9Z,MAClBoT,EAAKkG,KAAO2jC,EAAU53F,GACtB+tD,EAAKxkC,GAAKquE,GAIZA,EAAUpoC,aAAa3nD,KAAKkmD,EAG5B,KAAK,GAAIhiC,GAAI,EAAGA,EAAItiB,EAAW+lD,aAAanqD,OAAQ0mB,IAClD,GAAItiB,EAAW+lD,aAAazjC,GAAG/rB,IAAM+tD,EAAK/tD,GAAI,CAC5CyJ,EAAW+lD,aAAavnD,OAAO8jB,EAAE,EACjC,cAKCtiB,GAAW0xD,cAAcy8B,EAAU53F,MAa9CT,EAAQ04F,eAAiB,SAASxuF,GAChC,IAAK,GAAIvE,GAAI,EAAGA,EAAIuE,EAAW+lD,aAAanqD,OAAQH,IAAK,CACvD,GAAI6oD,GAAOtkD,EAAW+lD,aAAatqD,EAC/BuE,GAAWzJ,IAAM+tD,EAAKkG,MAAQxqD,EAAWzJ,IAAM+tD,EAAKiG,QACtDvqD,EAAW+lD,aAAavnD,OAAO/C,EAAE,KAcvC3F,EAAQw4F,uBAAyB,SAAStuF,EAAYmuF,GACpD,IAAK,GAAI1yF,GAAI,EAAGA,EAAIuE,EAAWkzD,eAAei7B,EAAU53F,IAAIqF,OAAQH,IAAK,CACvE,GAAI6oD,GAAOtkD,EAAWkzD,eAAei7B,EAAU53F,IAAIkF,EAGnDvF,MAAKy+C,MAAM2P,EAAK/tD,IAAM+tD,EAGtB6pC,EAAUpoC,aAAa3nD,KAAKkmD,GAC5BtkD,EAAW+lD,aAAa3nD,KAAKkmD,SAGxBtkD,GAAWkzD,eAAei7B,EAAU53F,KAa7CT,EAAQsvD,aAAe,WACrB,GAAIrI,EAEJ,KAAKA,IAAU7mD,MAAK29C,MAClB,GAAI39C,KAAK29C,MAAM93C,eAAeghD,GAAS,CACrC,GAAIL,GAAOxmD,KAAK29C,MAAMkJ,EAClBL,GAAKsW,YAAc,IACrBtW,EAAKx9B,MAAQ,IAAI1U,OAAOnQ,OAAOqiD,EAAKsW,aAAa,MAMvD,IAAKjW,IAAU7mD,MAAK29C,MACd39C,KAAK29C,MAAM93C,eAAeghD,KAC5BL,EAAOxmD,KAAK29C,MAAMkJ,GACM,GAApBL,EAAKsW,cAELtW,EAAKx9B,MADoBziB,SAAvBigD,EAAK0W,cACM1W,EAAK0W,cAGL/4D,OAAOqiD,EAAKnmD,OAuBnCT,EAAQw2F,uBAAyB,WAC/B,GAGIvvC,GAHAqzC,EAAW,EACXC,EAAW,IACXC,EAAe,CAInB,KAAKvzC,IAAU7mD,MAAK29C,MACd39C,KAAK29C,MAAM93C,eAAeghD,KAC5BuzC,EAAep6F,KAAK29C,MAAMkJ,GAAQoW,gBAAgBv3D,OACnC00F,EAAXF,IAA0BA,EAAWE,GACrCD,EAAWC,IAAeD,EAAWC,GAI7C,IAAIF,EAAWC,EAAWn6F,KAAKqiD,UAAUvC,WAAWgB,uBAAwB,CAC1E,GAAIq2C,GAAgBn3F,KAAKykD,YAAY/+C,OACjC20F,EAAcH,EAAWl6F,KAAKqiD,UAAUvC,WAAWgB,sBAEvD,KAAK+F,IAAU7mD,MAAK29C,MACd39C,KAAK29C,MAAM93C,eAAeghD,IACxB7mD,KAAK29C,MAAMkJ,GAAQoW,gBAAgBv3D,OAAS20F,GAC9Cr6F,KAAK84F,4BAA4B94F,KAAK29C,MAAMkJ,GAIlD7mD,MAAK0nD,uBACL1nD,KAAK82F,sBAED92F,KAAKykD,YAAY/+C,QAAUyxF,IAC7Bn3F,KAAKu8D,gBAAkB,KAe7B38D,EAAQ62F,kBAAoB,SAASjwC,GACnC,MACEvhD,MAAKmmB,IAAIo7B,EAAKn0C,EAAIrS,KAAK6kD,WAAWxyC,IAAMrS,KAAKqiD,UAAUvC,WAAWe,kBAAkB7gD,KAAKwd,OAEzFvY,KAAKmmB,IAAIo7B,EAAKl0C,EAAItS,KAAK6kD,WAAWvyC,IAAMtS,KAAKqiD,UAAUvC,WAAWe,kBAAkB7gD,KAAKwd,OAU7F5d,EAAQ02F,gBAAkB,WACxB,IAAK,GAAI/wF,GAAI,EAAGA,EAAIvF,KAAKykD,YAAY/+C,OAAQH,IAAK,CAChD,GAAIihD,GAAOxmD,KAAK29C,MAAM39C,KAAKykD,YAAYl/C,GACvC,IAAoB,GAAfihD,EAAKsF,QAAkC,GAAftF,EAAKuF,OAAkB,CAClD,GAAI9/B,GAAS,EAASjsB,KAAKykD,YAAY/+C,OAAST,KAAKwG,IAAI,IAAI+6C,EAAKz3C,QAAQ6uC,MACtEkR,EAAQ,EAAI7pD,KAAKknB,GAAKlnB,KAAKE,QACZ,IAAfqhD,EAAKsF,SAAkBtF,EAAKn0C,EAAI4Z,EAAShnB,KAAK6Z,IAAIgwC,IACnC,GAAftI,EAAKuF,SAAkBvF,EAAKl0C,EAAI2Z,EAAShnB,KAAK0Z,IAAImwC,IACtD9uD,KAAKy4F,uBAAuBjyC,MAYlC5mD,EAAQi4F,YAAc,WAMpB,IAAK,GALDyC,GAAU,EACVC,EAAiB,EACjBC,EAAa,EACbC,EAAa,EAERl1F,EAAI,EAAGA,EAAIvF,KAAKykD,YAAY/+C,OAAQH,IAAK,CAEhD,GAAIihD,GAAOxmD,KAAK29C,MAAM39C,KAAKykD,YAAYl/C,GACnCihD,GAAK8V,mBAAqBm+B,IAC5BA,EAAaj0C,EAAK8V,oBAEpBg+B,GAAW9zC,EAAK8V,mBAChBi+B,GAAkBt1F,KAAKqvB,IAAIkyB,EAAK8V,mBAAmB,GACnDk+B,GAAc,EAEhBF,GAAoBE,EACpBD,GAAkCC,CAElC,IAAIE,GAAWH,EAAiBt1F,KAAKqvB,IAAIgmE,EAAQ,GAE7CK,EAAoB11F,KAAKkrB,KAAKuqE,EAElC16F,MAAK2tE,aAAe1oE,KAAKC,MAAMo1F,EAAU,EAAEK,GAGvC36F,KAAK2tE,aAAe8sB,IACtBz6F,KAAK2tE,aAAe8sB,IAexB76F,EAAQg4F,sBAAwB,SAASgD,GACvC56F,KAAK2tE,aAAe,CACpB,IAAIktB,GAAe51F,KAAKC,MAAMlF,KAAKykD,YAAY/+C,OAASk1F,EACxD,KAAK,GAAI/zC,KAAU7mD,MAAK29C,MAClB39C,KAAK29C,MAAM93C,eAAeghD,IACiB,GAAzC7mD,KAAK29C,MAAMkJ,GAAQyV,oBAA2Bt8D,KAAK29C,MAAMkJ,GAAQgJ,aAAanqD,QAAU,GACtFm1F,EAAe,IACjB76F,KAAKm5F,oBAAoBn5F,KAAK29C,MAAMkJ,IAAQ,GAAK,EAAK,GACtDg0C,GAAgB,IAa1Bj7F,EAAQ+3F,kBAAoB,WAC1B,GAAImD,GAAS,EACTC,EAAQ,CACZ,KAAK,GAAIl0C,KAAU7mD,MAAK29C,MAClB39C,KAAK29C,MAAM93C,eAAeghD,KACiB,GAAzC7mD,KAAK29C,MAAMkJ,GAAQyV,oBAA2Bt8D,KAAK29C,MAAMkJ,GAAQgJ,aAAanqD,QAAU,IAC1Fo1F,GAAU,GAEZC,GAAS,EAGb,OAAOD,GAAOC,IAMZ,SAASl7F,EAAQD,EAASM,GAE9B,GAAIS,GAAOT,EAAoB,GAC3BqD,EAAOrD,EAAoB,GAgB/BN,GAAQyoD,iBAAmB,WACzBroD,KAAK4vD,QAAgB,OAAE5vD,KAAK02F,WAAW/4C,MAAQ39C,KAAK29C,MACpD39C,KAAK4vD,QAAgB,OAAE5vD,KAAK02F,WAAWj4C,MAAQz+C,KAAKy+C,MACpDz+C,KAAK4vD,QAAgB,OAAE5vD,KAAK02F,WAAWjyC,YAAczkD,KAAKykD,aAa5D7kD,EAAQo7F,gBAAkB,SAASC,EAAUC,GACxB30F,SAAf20F,GAA0C,UAAdA,EAC9Bl7F,KAAKm7F,sBAAsBF,GAG3Bj7F,KAAKo7F,sBAAsBH,IAY/Br7F,EAAQu7F,sBAAwB,SAASF,GACvCj7F,KAAKykD,YAAczkD,KAAK4vD,QAAgB,OAAEqrC,GAAuB,YACjEj7F,KAAK29C,MAAc39C,KAAK4vD,QAAgB,OAAEqrC,GAAiB,MAC3Dj7F,KAAKy+C,MAAcz+C,KAAK4vD,QAAgB,OAAEqrC,GAAiB,OAU7Dr7F,EAAQy7F,uBAAyB,WAC/Br7F,KAAKykD,YAAczkD,KAAK4vD,QAAiB,QAAe,YACxD5vD,KAAK29C,MAAc39C,KAAK4vD,QAAiB,QAAS,MAClD5vD,KAAKy+C,MAAcz+C,KAAK4vD,QAAiB,QAAS,OAWpDhwD,EAAQw7F,sBAAwB,SAASH,GACvCj7F,KAAKykD,YAAczkD,KAAK4vD,QAAgB,OAAEqrC,GAAuB,YACjEj7F,KAAK29C,MAAc39C,KAAK4vD,QAAgB,OAAEqrC,GAAiB,MAC3Dj7F,KAAKy+C,MAAcz+C,KAAK4vD,QAAgB,OAAEqrC,GAAiB,OAU7Dr7F,EAAQ07F,kBAAoB,WAC1Bt7F,KAAKg7F,gBAAgBh7F,KAAK02F,YAU5B92F,EAAQ82F,QAAU,WAChB,MAAO12F,MAAK4tE,aAAa5tE,KAAK4tE,aAAaloE,OAAO,IAUpD9F,EAAQ27F,gBAAkB,WACxB,GAAIv7F,KAAK4tE,aAAaloE,OAAS,EAC7B,MAAO1F,MAAK4tE,aAAa5tE,KAAK4tE,aAAaloE,OAAO,EAGlD,MAAM,IAAIU,WAAU,iEAaxBxG,EAAQ47F,iBAAmB,SAASC,GAClCz7F,KAAK4tE,aAAa1lE,KAAKuzF,IAUzB77F,EAAQ87F,kBAAoB,WAC1B17F,KAAK4tE,aAAa5yB,OAWpBp7C,EAAQ+7F,iBAAmB,SAASF,GAElCz7F,KAAK4vD,QAAgB,OAAE6rC,IAAU99C,SACAc,SACAgG,eACAoY,eAAkB78D,KAAKwd,MACvBqwD,YAAetnE,QAGhDvG,KAAK4vD,QAAgB,OAAE6rC,GAAoB,YAAI,GAAIl4F,IAC9ClD,GAAGo7F,EACF5wF,OACEiB,WAAY,UACZC,OAAQ,iBAEJ/L,KAAKqiD,WACjBriD,KAAK4vD,QAAgB,OAAE6rC,GAAoB,YAAE3+B,YAAc,GAW7Dl9D,EAAQg8F,oBAAsB,SAASX,SAC9Bj7F,MAAK4vD,QAAgB,OAAEqrC,IAWhCr7F,EAAQi8F,oBAAsB,SAASZ,SAC9Bj7F,MAAK4vD,QAAgB,OAAEqrC,IAWhCr7F,EAAQk8F,cAAgB,SAASb,GAE/Bj7F,KAAK4vD,QAAgB,OAAEqrC,GAAYj7F,KAAK4vD,QAAgB,OAAEqrC,GAG1Dj7F,KAAK47F,oBAAoBX,IAW3Br7F,EAAQm8F,gBAAkB,SAASd,GAEjCj7F,KAAK4vD,QAAgB,OAAEqrC,GAAYj7F,KAAK4vD,QAAgB,OAAEqrC,GAG1Dj7F,KAAK67F,oBAAoBZ,IAa3Br7F,EAAQo8F,qBAAuB,SAASf,GAEtC,IAAK,GAAIp0C,KAAU7mD,MAAK29C,MAClB39C,KAAK29C,MAAM93C,eAAeghD,KAC5B7mD,KAAK4vD,QAAgB,OAAEqrC,GAAiB,MAAEp0C,GAAU7mD,KAAK29C,MAAMkJ,GAKnE,KAAK,GAAI6G,KAAU1tD,MAAKy+C,MAClBz+C,KAAKy+C,MAAM54C,eAAe6nD,KAC5B1tD,KAAK4vD,QAAgB,OAAEqrC,GAAiB,MAAEvtC,GAAU1tD,KAAKy+C,MAAMiP,GAKnE,KAAK,GAAInoD,GAAI,EAAGA,EAAIvF,KAAKykD,YAAY/+C,OAAQH,IAC3CvF,KAAK4vD,QAAgB,OAAEqrC,GAAuB,YAAE/yF,KAAKlI,KAAKykD,YAAYl/C,KAW1E3F,EAAQq8F,6BAA+B,WACrCj8F,KAAK+1F,aAAa,GAAE,IAUtBn2F,EAAQ+2F,WAAa,SAASnwC,GAE5B,GAAI01C,GAASl8F,KAAK02F,gBAWX12F,MAAK29C,MAAM6I,EAAKnmD,GAEvB,IAAI87F,GAAmBx7F,EAAKoE,YAG5B/E,MAAK87F,cAAcI,GAGnBl8F,KAAK27F,iBAAiBQ,GAGtBn8F,KAAKw7F,iBAAiBW,GAGtBn8F,KAAKg7F,gBAAgBh7F,KAAK02F,WAG1B12F,KAAK29C,MAAM6I,EAAKnmD,IAAMmmD,GAUxB5mD,EAAQw3F,gBAAkB,WAExB,GAAI8E,GAASl8F,KAAK02F,SAGlB,IAAc,WAAVwF,IAC8B,GAA3Bl8F,KAAKykD,YAAY/+C,QACpB1F,KAAK4vD,QAAgB,OAAEssC,GAAqB,YAAErpF,MAAM7S,KAAKwd,MAAQxd,KAAKqiD,UAAUvC,WAAWO,oBAAsBrgD,KAAK6f,MAAMC,OAAOC,aACnI/f,KAAK4vD,QAAgB,OAAEssC,GAAqB,YAAEppF,OAAO9S,KAAKwd,MAAQxd,KAAKqiD,UAAUvC,WAAWO,oBAAsBrgD,KAAK6f,MAAMC,OAAOsF,cAAe,CACnJ,GAAIg3E,GAAiBp8F,KAAKu7F,iBAG1Bv7F,MAAKi8F,+BAILj8F,KAAKg8F,qBAAqBI,GAI1Bp8F,KAAK47F,oBAAoBM,GAGzBl8F,KAAK+7F,gBAAgBK,GAGrBp8F,KAAKg7F,gBAAgBoB,GAGrBp8F,KAAK07F,oBAGL17F,KAAK0nD,uBAGL1nD,KAAK+uD,4BAeXnvD,EAAQgyD,sBAAwB,SAASyqC,EAAYC,GACnD,GAAIC,KACJ,IAAiBh2F,SAAb+1F,EACF,IAAK,GAAIJ,KAAUl8F,MAAK4vD,QAAgB,OAClC5vD,KAAK4vD,QAAgB,OAAE/pD,eAAeq2F,KAExCl8F,KAAKm7F,sBAAsBe,GAC3BK,EAAar0F,KAAMlI,KAAKq8F,WAK5B,KAAK,GAAIH,KAAUl8F,MAAK4vD,QAAgB,OACtC,GAAI5vD,KAAK4vD,QAAgB,OAAE/pD,eAAeq2F,GAAS,CAEjDl8F,KAAKm7F,sBAAsBe,EAC3B,IAAI1iF,GAAOxT,MAAMyN,UAAUnL,OAAO/H,KAAKkF,UAAW,EAEhD82F,GAAar0F,KADXsR,EAAK9T,OAAS,EACG1F,KAAKq8F,GAAa7iF,EAAK,GAAGA,EAAK,IAG/BxZ,KAAKq8F,GAAaC,IAO7C,MADAt8F,MAAKs7F,oBACEiB,GAaT38F,EAAQiyD,mBAAqB,SAASwqC,EAAYC,GAChD,GAAIC,IAAe,CACnB,IAAiBh2F,SAAb+1F,EACFt8F,KAAKq7F,yBACLkB,EAAev8F,KAAKq8F,SAEjB,CACHr8F,KAAKq7F,wBACL,IAAI7hF,GAAOxT,MAAMyN,UAAUnL,OAAO/H,KAAKkF,UAAW,EAEhD82F,GADE/iF,EAAK9T,OAAS,EACD1F,KAAKq8F,GAAa7iF,EAAK,GAAGA,EAAK,IAG/BxZ,KAAKq8F,GAAaC,GAKrC,MADAt8F,MAAKs7F,oBACEiB,GAaT38F,EAAQ48F,sBAAwB,SAASH,EAAYC,GACnD,GAAiB/1F,SAAb+1F,EACF,IAAK,GAAIJ,KAAUl8F,MAAK4vD,QAAgB,OAClC5vD,KAAK4vD,QAAgB,OAAE/pD,eAAeq2F,KAExCl8F,KAAKo7F,sBAAsBc,GAC3Bl8F,KAAKq8F,UAKT,KAAK,GAAIH,KAAUl8F,MAAK4vD,QAAgB,OACtC,GAAI5vD,KAAK4vD,QAAgB,OAAE/pD,eAAeq2F,GAAS,CAEjDl8F,KAAKo7F,sBAAsBc,EAC3B,IAAI1iF,GAAOxT,MAAMyN,UAAUnL,OAAO/H,KAAKkF,UAAW,EAC9C+T,GAAK9T,OAAS,EAChB1F,KAAKq8F,GAAa7iF,EAAK,GAAGA,EAAK,IAG/BxZ,KAAKq8F,GAAaC,GAK1Bt8F,KAAKs7F,qBAaP17F,EAAQswD,gBAAkB,SAASmsC,EAAYC,GAC7C,GAAI9iF,GAAOxT,MAAMyN,UAAUnL,OAAO/H,KAAKkF,UAAW,EACjCc,UAAb+1F,GACFt8F,KAAK4xD,sBAAsByqC,GAC3Br8F,KAAKw8F,sBAAsBH,IAGvB7iF,EAAK9T,OAAS,GAChB1F,KAAK4xD,sBAAsByqC,EAAY7iF,EAAK,GAAGA,EAAK,IACpDxZ,KAAKw8F,sBAAsBH,EAAY7iF,EAAK,GAAGA,EAAK,MAGpDxZ,KAAK4xD,sBAAsByqC,EAAYC,GACvCt8F,KAAKw8F,sBAAsBH,EAAYC,KAY7C18F,EAAQ+nD,oBAAsB,WAC5B,GAAIu0C,GAASl8F,KAAK02F,SAClB12F,MAAK4vD,QAAgB,OAAEssC,GAAqB,eAC5Cl8F,KAAKykD,YAAczkD,KAAK4vD,QAAgB,OAAEssC,GAAqB,aAWjEt8F,EAAQ68F,iBAAmB,SAASn1E,EAAI4zE,GACtC,GAAsD10C,GAAlDC,EAAO,IAAKC,EAAO,KAAMC,EAAO,IAAKC,EAAO,IAChD,KAAK,GAAIs1C,KAAUl8F,MAAK4vD,QAAQsrC,GAC9B,GAAIl7F,KAAK4vD,QAAQsrC,GAAYr1F,eAAeq2F,IACc31F,SAApDvG,KAAK4vD,QAAQsrC,GAAYgB,GAAqB,YAAiB,CAEjEl8F,KAAKg7F,gBAAgBkB,EAAOhB,GAE5Bz0C,EAAO,IAAKC,EAAO,KAAMC,EAAO,IAAKC,EAAO,IAC5C,KAAK,GAAIC,KAAU7mD,MAAK29C,MAClB39C,KAAK29C,MAAM93C,eAAeghD,KAC5BL,EAAOxmD,KAAK29C,MAAMkJ,GAClBL,EAAKkQ,OAAOpvC,GACRq/B,EAAOH,EAAKn0C,EAAI,GAAMm0C,EAAK3zC,QAAQ8zC,EAAOH,EAAKn0C,EAAI,GAAMm0C,EAAK3zC,OAC9D+zC,EAAOJ,EAAKn0C,EAAI,GAAMm0C,EAAK3zC,QAAQ+zC,EAAOJ,EAAKn0C,EAAI,GAAMm0C,EAAK3zC,OAC9D4zC,EAAOD,EAAKl0C,EAAI,GAAMk0C,EAAK1zC,SAAS2zC,EAAOD,EAAKl0C,EAAI,GAAMk0C,EAAK1zC,QAC/D4zC,EAAOF,EAAKl0C,EAAI,GAAMk0C,EAAK1zC,SAAS4zC,EAAOF,EAAKl0C,EAAI,GAAMk0C,EAAK1zC,QAGvE0zC,GAAOxmD,KAAK4vD,QAAQsrC,GAAYgB,GAAqB,YACrD11C,EAAKn0C,EAAI,IAAOu0C,EAAOD,GACvBH,EAAKl0C,EAAI,IAAOo0C,EAAOD,GACvBD,EAAK3zC,MAAQ,GAAK2zC,EAAKn0C,EAAIs0C,GAC3BH,EAAK1zC,OAAS,GAAK0zC,EAAKl0C,EAAIm0C,GAC5BD,EAAKz3C,QAAQkd,OAAShnB,KAAKkrB,KAAKlrB,KAAKqvB,IAAI,GAAIkyB,EAAK3zC,MAAM,GAAK5N,KAAKqvB,IAAI,GAAIkyB,EAAK1zC,OAAO,IACtF0zC,EAAK5iB,SAAS5jC,KAAKwd,OACnBgpC,EAAKmX,YAAYr2C,KAMzB1nB,EAAQ88F,oBAAsB,SAASp1E,GACrCtnB,KAAKy8F,iBAAiBn1E,EAAI,UAC1BtnB,KAAKy8F,iBAAiBn1E,EAAI,UAC1BtnB,KAAKs7F,sBAMH,SAASz7F,EAAQD,EAASM,GAE9B,GAAIqD,GAAOrD,EAAoB,GAS/BN,GAAQ+8F,yBAA2B,SAAS34F,EAAQgqD,GAClD,GAAIrQ,GAAQ39C,KAAK29C,KACjB,KAAK,GAAIkJ,KAAUlJ,GACbA,EAAM93C,eAAeghD,IACnBlJ,EAAMkJ,GAAQoH,kBAAkBjqD,IAClCgqD,EAAiB9lD,KAAK2+C,IAY9BjnD,EAAQg9F,4BAA8B,SAAU54F,GAC9C,GAAIgqD,KAEJ,OADAhuD,MAAK4xD,sBAAsB,2BAA2B5tD,EAAOgqD,GACtDA,GAWTpuD,EAAQi9F,yBAA2B,SAASn8D,GAC1C,GAAIruB,GAAIrS,KAAKksD,qBAAqBxrB,EAAQruB,GACtCC,EAAItS,KAAKosD,qBAAqB1rB,EAAQpuB,EAE1C,QACE9K,KAAQ6K,EACRzK,IAAQ0K,EACRsV,MAAQvV,EACRwR,OAAQvR,IAYZ1S,EAAQ2rD,WAAa,SAAU7qB,GAE7B,GAAIo8D,GAAiB98F,KAAK68F,yBAAyBn8D,GAC/CstB,EAAmBhuD,KAAK48F,4BAA4BE,EAIxD,OAAI9uC,GAAiBtoD,OAAS,EACpB1F,KAAK29C,MAAMqQ,EAAiBA,EAAiBtoD,OAAS,IAGvD,MAWX9F,EAAQm9F,yBAA2B,SAAU/4F,EAAQmqD,GACnD,GAAI1P,GAAQz+C,KAAKy+C,KACjB,KAAK,GAAIiP,KAAUjP,GACbA,EAAM54C,eAAe6nD,IACnBjP,EAAMiP,GAAQO,kBAAkBjqD,IAClCmqD,EAAiBjmD,KAAKwlD,IAa9B9tD,EAAQo9F,4BAA8B,SAAUh5F,GAC9C,GAAImqD,KAEJ,OADAnuD,MAAK4xD,sBAAsB,2BAA2B5tD,EAAOmqD,GACtDA,GAWTvuD,EAAQ+tD,WAAa,SAASjtB,GAC5B,GAAIo8D,GAAiB98F,KAAK68F,yBAAyBn8D,GAC/CytB,EAAmBnuD,KAAKg9F,4BAA4BF,EAExD,OAAI3uC,GAAiBzoD,OAAS,EACrB1F,KAAKy+C,MAAM0P,EAAiBA,EAAiBzoD,OAAS,IAGtD,MAWX9F,EAAQq9F,gBAAkB,SAAS35E,GAC7BA,YAAe/f,GACjBvD,KAAK6rD,aAAalO,MAAMr6B,EAAIjjB,IAAMijB,EAGlCtjB,KAAK6rD,aAAapN,MAAMn7B,EAAIjjB,IAAMijB,GAUtC1jB,EAAQs9F,YAAc,SAAS55E,GACzBA,YAAe/f,GACjBvD,KAAKuiD,SAAS5E,MAAMr6B,EAAIjjB,IAAMijB,EAG9BtjB,KAAKuiD,SAAS9D,MAAMn7B,EAAIjjB,IAAMijB,GAWlC1jB,EAAQu9F,qBAAuB,SAAS75E,GAClCA,YAAe/f,SACVvD,MAAK6rD,aAAalO,MAAMr6B,EAAIjjB,UAG5BL,MAAK6rD,aAAapN,MAAMn7B,EAAIjjB,KAUvCT,EAAQu4F,aAAe,SAASiF,GACT72F,SAAjB62F,IACFA,GAAe,EAEjB,KAAI,GAAIv2C,KAAU7mD,MAAK6rD,aAAalO,MAC/B39C,KAAK6rD,aAAalO,MAAM93C,eAAeghD,IACxC7mD,KAAK6rD,aAAalO,MAAMkJ,GAAQhV,UAGpC,KAAI,GAAI6b,KAAU1tD,MAAK6rD,aAAapN,MAC/Bz+C,KAAK6rD,aAAapN,MAAM54C,eAAe6nD,IACxC1tD,KAAK6rD,aAAapN,MAAMiP,GAAQ7b,UAIpC7xC,MAAK6rD,cAAgBlO,SAASc,UAEV,GAAhB2+C,GACFp9F,KAAKouB,KAAK,SAAUpuB,KAAKo3B,iBAU7Bx3B,EAAQy9F,kBAAoB,SAASD,GACd72F,SAAjB62F,IACFA,GAAe,EAGjB,KAAK,GAAIv2C,KAAU7mD,MAAK6rD,aAAalO,MAC/B39C,KAAK6rD,aAAalO,MAAM93C,eAAeghD,IACrC7mD,KAAK6rD,aAAalO,MAAMkJ,GAAQiW,YAAc,IAChD98D,KAAK6rD,aAAalO,MAAMkJ,GAAQhV,WAChC7xC,KAAKm9F,qBAAqBn9F,KAAK6rD,aAAalO,MAAMkJ,IAKpC,IAAhBu2C,GACFp9F,KAAKouB,KAAK,SAAUpuB,KAAKo3B,iBAW7Bx3B,EAAQ09F,sBAAwB,WAC9B,GAAI/lF,GAAQ,CACZ,KAAK,GAAIsvC,KAAU7mD,MAAK6rD,aAAalO,MAC/B39C,KAAK6rD,aAAalO,MAAM93C,eAAeghD,KACzCtvC,GAAS,EAGb,OAAOA,IAST3X,EAAQ29F,iBAAmB,WACzB,IAAK,GAAI12C,KAAU7mD,MAAK6rD,aAAalO,MACnC,GAAI39C,KAAK6rD,aAAalO,MAAM93C,eAAeghD,GACzC,MAAO7mD,MAAK6rD,aAAalO,MAAMkJ,EAGnC,OAAO,OASTjnD,EAAQ49F,iBAAmB,WACzB,IAAK,GAAI9vC,KAAU1tD,MAAK6rD,aAAapN,MACnC,GAAIz+C,KAAK6rD,aAAapN,MAAM54C,eAAe6nD,GACzC,MAAO1tD,MAAK6rD,aAAapN,MAAMiP,EAGnC,OAAO,OAUT9tD,EAAQ69F,sBAAwB,WAC9B,GAAIlmF,GAAQ,CACZ,KAAK,GAAIm2C,KAAU1tD,MAAK6rD,aAAapN,MAC/Bz+C,KAAK6rD,aAAapN,MAAM54C,eAAe6nD,KACzCn2C,GAAS,EAGb,OAAOA,IAUT3X,EAAQ89F,wBAA0B,WAChC,GAAInmF,GAAQ,CACZ,KAAI,GAAIsvC,KAAU7mD,MAAK6rD,aAAalO,MAC/B39C,KAAK6rD,aAAalO,MAAM93C,eAAeghD,KACxCtvC,GAAS,EAGb,KAAI,GAAIm2C,KAAU1tD,MAAK6rD,aAAapN,MAC/Bz+C,KAAK6rD,aAAapN,MAAM54C,eAAe6nD,KACxCn2C,GAAS,EAGb,OAAOA,IAST3X,EAAQ+9F,kBAAoB,WAC1B,IAAI,GAAI92C,KAAU7mD,MAAK6rD,aAAalO,MAClC,GAAG39C,KAAK6rD,aAAalO,MAAM93C,eAAeghD,GACxC,OAAO,CAGX,KAAI,GAAI6G,KAAU1tD,MAAK6rD,aAAapN,MAClC,GAAGz+C,KAAK6rD,aAAapN,MAAM54C,eAAe6nD,GACxC,OAAO,CAGX,QAAO,GAUT9tD,EAAQg+F,oBAAsB,WAC5B,IAAI,GAAI/2C,KAAU7mD,MAAK6rD,aAAalO,MAClC,GAAG39C,KAAK6rD,aAAalO,MAAM93C,eAAeghD,IACpC7mD,KAAK6rD,aAAalO,MAAMkJ,GAAQiW,YAAc,EAChD,OAAO,CAIb,QAAO,GASTl9D,EAAQi+F,sBAAwB,SAASr3C,GACvC,IAAK,GAAIjhD,GAAI,EAAGA,EAAIihD,EAAKqJ,aAAanqD,OAAQH,IAAK,CACjD,GAAI6oD,GAAO5H,EAAKqJ,aAAatqD,EAC7B6oD,GAAKtc,SACL9xC,KAAKi9F,gBAAgB7uC,KAUzBxuD,EAAQk+F,qBAAuB,SAASt3C,GACtC,IAAK,GAAIjhD,GAAI,EAAGA,EAAIihD,EAAKqJ,aAAanqD,OAAQH,IAAK,CACjD,GAAI6oD,GAAO5H,EAAKqJ,aAAatqD,EAC7B6oD,GAAKniD,OAAQ,EACbjM,KAAKk9F,YAAY9uC,KAWrBxuD,EAAQm+F,wBAA0B,SAASv3C,GACzC,IAAK,GAAIjhD,GAAI,EAAGA,EAAIihD,EAAKqJ,aAAanqD,OAAQH,IAAK,CACjD,GAAI6oD,GAAO5H,EAAKqJ,aAAatqD,EAC7B6oD,GAAKvc,WACL7xC,KAAKm9F,qBAAqB/uC,KAgB9BxuD,EAAQ8rD,cAAgB,SAAS1nD,EAAQg6F,EAAQZ,EAAca,EAAgBC,GACxD33F,SAAjB62F,IACFA,GAAe,GAEM72F,SAAnB03F,IACFA,GAAiB,GAGa,GAA5Bj+F,KAAK29F,qBAA0C,GAAVK,GAAgD,GAA7Bh+F,KAAK+tE,sBAC/D/tE,KAAKm4F,cAAa,GAIG,GAAnBn0F,EAAO6vC,UAAmD,GAA7B7zC,KAAKqiD,UAAUxS,aAAsBquD,EAQ1C,GAAnBl6F,EAAO6vC,UACd7zC,KAAKi9F,gBAAgBj5F,GACrBo5F,GAAe,IAGfp5F,EAAO6tC,WACP7xC,KAAKm9F,qBAAqBn5F,KAb1BA,EAAO8tC,SACP9xC,KAAKi9F,gBAAgBj5F,GACjBA,YAAkBT,IAA6C,GAArCvD,KAAK8tE,8BAA2D,GAAlBmwB,GAC1Ej+F,KAAK69F,sBAAsB75F,IAaX,GAAhBo5F,GACFp9F,KAAKouB,KAAK,SAAUpuB,KAAKo3B,iBAY7Bx3B,EAAQiuD,YAAc,SAAS7pD,GACT,GAAhBA,EAAOiI,QACTjI,EAAOiI,OAAQ,EACfjM,KAAKouB,KAAK,YAAYo4B,KAAKxiD,EAAO3D,OAWtCT,EAAQguD,aAAe,SAAS5pD,GACV,GAAhBA,EAAOiI,QACTjI,EAAOiI,OAAQ,EACfjM,KAAKk9F,YAAYl5F,GACbA,YAAkBT,IACpBvD,KAAKouB,KAAK,aAAao4B,KAAKxiD,EAAO3D,MAGnC2D,YAAkBT,IACpBvD,KAAK89F,qBAAqB95F,IAa9BpE,EAAQyrD,aAAe,aAUvBzrD,EAAQ2sD,WAAa,SAAS7rB,GAC5B,GAAI8lB,GAAOxmD,KAAKurD,WAAW7qB,EAC3B,IAAY,MAAR8lB,EACFxmD,KAAK0rD,cAAclF,GAAM,OAEtB,CACH,GAAI4H,GAAOpuD,KAAK2tD,WAAWjtB,EACf,OAAR0tB,EACFpuD,KAAK0rD,cAAc0C,GAAM,GAGzBpuD,KAAKm4F,eAGT,GAAI9oC,GAAarvD,KAAKo3B,cACtBi4B,GAAoB,SAClB8uC,KAAM9rF,EAAGquB,EAAQruB,EAAGC,EAAGouB,EAAQpuB,GAC/BwN,QAASzN,EAAGrS,KAAKksD,qBAAqBxrB,EAAQruB,GAAIC,EAAGtS,KAAKosD,qBAAqB1rB,EAAQpuB,KAEzFtS,KAAKouB,KAAK,QAASihC,GACnBrvD,KAAKwjD,WAUP5jD,EAAQ4sD,iBAAmB,SAAS9rB,GAClC,GAAI8lB,GAAOxmD,KAAKurD,WAAW7qB,EACf,OAAR8lB,GAAyBjgD,SAATigD,IAElBxmD,KAAK6kD,YAAexyC,EAAMrS,KAAKksD,qBAAqBxrB,EAAQruB,GACxCC,EAAMtS,KAAKosD,qBAAqB1rB,EAAQpuB,IAC5DtS,KAAKu2F,YAAY/vC,GAEnB,IAAI6I,GAAarvD,KAAKo3B,cACtBi4B,GAAoB,SAClB8uC,KAAM9rF,EAAGquB,EAAQruB,EAAGC,EAAGouB,EAAQpuB,GAC/BwN,QAASzN,EAAGrS,KAAKksD,qBAAqBxrB,EAAQruB,GAAIC,EAAGtS,KAAKosD,qBAAqB1rB,EAAQpuB,KAEzFtS,KAAKouB,KAAK,cAAeihC,IAU3BzvD,EAAQ6sD,cAAgB,SAAS/rB,GAC/B,GAAI8lB,GAAOxmD,KAAKurD,WAAW7qB,EAC3B,IAAY,MAAR8lB,EACFxmD,KAAK0rD,cAAclF,GAAK,OAErB,CACH,GAAI4H,GAAOpuD,KAAK2tD,WAAWjtB,EACf,OAAR0tB,GACFpuD,KAAK0rD,cAAc0C,GAAK,GAG5BpuD,KAAKwjD,WAUP5jD,EAAQ8sD,iBAAmB,SAAShsB,GAClC1gC,KAAKo+F,6BAA6B19D,GAClC1gC,KAAKq+F,2BAA2B39D,IAGlC9gC,EAAQw+F,6BAA+B,aACvCx+F,EAAQy+F,2BAA6B,aAOrCz+F,EAAQw3B,aAAe,WACrB,GAAIu0B,GAAU3rD,KAAKs+F,mBACfC,EAAUv+F,KAAKw+F,kBACnB,QAAQ7gD,MAAMgO,EAASlN,MAAM8/C,IAS/B3+F,EAAQ0+F,iBAAmB,WACzB,GAAIG,KACJ,IAAiC,GAA7Bz+F,KAAKqiD,UAAUxS,WACjB,IAAK,GAAIgX,KAAU7mD,MAAK6rD,aAAalO,MAC/B39C,KAAK6rD,aAAalO,MAAM93C,eAAeghD,IACzC43C,EAAQv2F,KAAK2+C,EAInB,OAAO43C,IAST7+F,EAAQ4+F,iBAAmB,WACzB,GAAIC,KACJ,IAAiC,GAA7Bz+F,KAAKqiD,UAAUxS,WACjB,IAAK,GAAI6d,KAAU1tD,MAAK6rD,aAAapN,MAC/Bz+C,KAAK6rD,aAAapN,MAAM54C,eAAe6nD,IACzC+wC,EAAQv2F,KAAKwlD,EAInB,OAAO+wC,IAST7+F,EAAQs3B,aAAe,WACrBgC,QAAQ/E,IAAI,gEAUdv0B,EAAQ8+F,YAAc,SAAS3tD,EAAWktD,GACxC,GAAI14F,GAAGk8B,EAAMphC,CAEb,KAAK0wC,GAAkCxqC,QAApBwqC,EAAUrrC,OAC3B,KAAM,qCAKR,KAFA1F,KAAKm4F,cAAa,GAEb5yF,EAAI,EAAGk8B,EAAOsP,EAAUrrC,OAAY+7B,EAAJl8B,EAAUA,IAAK,CAClDlF,EAAK0wC,EAAUxrC,EAEf,IAAIihD,GAAOxmD,KAAK29C,MAAMt9C,EACtB,KAAKmmD,EACH,KAAM,IAAIm4C,YAAW,iBAAmBt+F,EAAK,cAE/CL,MAAK0rD,cAAclF,GAAK,GAAK,EAAKy3C,GAAe,GAEnDj+F,KAAKgiB,UASPpiB,EAAQg/F,YAAc,SAAS7tD,GAC7B,GAAIxrC,GAAGk8B,EAAMphC,CAEb,KAAK0wC,GAAkCxqC,QAApBwqC,EAAUrrC,OAC3B,KAAM,qCAKR,KAFA1F,KAAKm4F,cAAa,GAEb5yF,EAAI,EAAGk8B,EAAOsP,EAAUrrC,OAAY+7B,EAAJl8B,EAAUA,IAAK,CAClDlF,EAAK0wC,EAAUxrC,EAEf,IAAI6oD,GAAOpuD,KAAKy+C,MAAMp+C,EACtB,KAAK+tD,EACH,KAAM,IAAIuwC,YAAW,iBAAmBt+F,EAAK,cAE/CL,MAAK0rD,cAAc0C,GAAK,GAAK,GAAK,GAAM,GAE1CpuD,KAAKgiB,UAOPpiB,EAAQivD,iBAAmB,WACzB,IAAI,GAAIhI,KAAU7mD,MAAK6rD,aAAalO,MAC/B39C,KAAK6rD,aAAalO,MAAM93C,eAAeghD,KACnC7mD,KAAK29C,MAAM93C,eAAeghD,UACtB7mD,MAAK6rD,aAAalO,MAAMkJ,GAIrC,KAAI,GAAI6G,KAAU1tD,MAAK6rD,aAAapN,MAC/Bz+C,KAAK6rD,aAAapN,MAAM54C,eAAe6nD,KACnC1tD,KAAKy+C,MAAM54C,eAAe6nD,UACtB1tD,MAAK6rD,aAAapN,MAAMiP,MASnC,SAAS7tD,EAAQD,EAASM,GAE9B,GAAIS,GAAOT,EAAoB,GAC3BqD,EAAOrD,EAAoB,IAC3BkD,EAAOlD,EAAoB,GAO/BN,GAAQi/F,qBAAuB,WAC7B7+F,KAAKgrD,oBAAoBhrD,KAAKguE,iBAC9BhuE,KAAK8+F,mBAEL9+F,KAAKo+F,6BAA+B,mBAC7Bp+F,MAAK4vD,QAAiB,QAAS,MAAc,iBAC7C5vD,MAAK4vD,QAAiB,QAAS,MAAiB,cACvD5vD,KAAKwiD,oBAAqB,EAC1BxiD,KAAKkkD,kBAAmB,GAU1BtkD,EAAQm/F,4BAA8B,WACpC,IAAK,GAAIC,KAAgBh/F,MAAKmkD,gBACxBnkD,KAAKmkD,gBAAgBt+C,eAAem5F,KACtCh/F,KAAKg/F,GAAgBh/F,KAAKmkD,gBAAgB66C,SACnCh/F,MAAKmkD,gBAAgB66C,KAUlCp/F,EAAQq/F,gBAAkB,WACxBj/F,KAAK4oD,UAAY5oD,KAAK4oD,QACtB,IAAIs2C,GAAUl/F,KAAKguE,gBACfE,EAAWluE,KAAKkuE,SAChBD,EAAcjuE,KAAKiuE,WACF,IAAjBjuE,KAAK4oD,UACPs2C,EAAQ1xF,MAAMg7B,QAAQ,QACtB0lC,EAAS1gE,MAAMg7B,QAAQ,QACvBylC,EAAYzgE,MAAMg7B,QAAQ,OAC1B0lC,EAAS17C,QAAUxyB,KAAKi/F,gBAAgB3pE,KAAKt1B,QAG7Ck/F,EAAQ1xF,MAAMg7B,QAAQ,OACtB0lC,EAAS1gE,MAAMg7B,QAAQ,OACvBylC,EAAYzgE,MAAMg7B,QAAQ,QAC1B0lC,EAAS17C,QAAU,MAErBxyB,KAAK6nD,yBAQPjoD,EAAQioD,sBAAwB,WAE1B7nD,KAAKm/F,eACPn/F,KAAKgU,IAAI,SAAUhU,KAAKm/F,cAG1B,IAAIl6D,GAASjlC,KAAKqiD,UAAU5c,QAAQzlC,KAAKqiD,UAAUpd,OAqBnD,IAnB6B1+B,SAAzBvG,KAAKo/F,kBACPp/F,KAAKo/F,gBAAgBjlC,uBACrBn6D,KAAKo/F,gBAAkB74F,OACvBvG,KAAKq/F,oBAAsB,KAC3Br/F,KAAKwiD,oBAAqB,EAC1BxiD,KAAKwjD,WAIPxjD,KAAK++F,8BAGL/+F,KAAKkkD,kBAAmB,EAGxBlkD,KAAK8tE,8BAA+B,EACpC9tE,KAAK+tE,sBAAuB,EAC5B/tE,KAAK8+F,mBAEgB,GAAjB9+F,KAAK4oD,SAAkB,CACzB,KAAO5oD,KAAKguE,gBAAgB/pD,iBAC1BjkB,KAAKguE,gBAAgBv8D,YAAYzR,KAAKguE,gBAAgB9pD,WAGxDlkB,MAAK8+F,gBAA6B,YAAIjtF,SAASM,cAAc,QAC7DnS,KAAK8+F,gBAA6B,YAAE/2F,UAAY,6BAChD/H,KAAK8+F,gBAAkC,iBAAIjtF,SAASM,cAAc,QAClEnS,KAAK8+F,gBAAkC,iBAAE/2F,UAAY,4BACrD/H,KAAK8+F,gBAAkC,iBAAEt6E,UAAYygB,EAAgB,QACrEjlC,KAAK8+F,gBAA6B,YAAE/sF,YAAY/R,KAAK8+F,gBAAkC,kBAEvF9+F,KAAK8+F,gBAAmC,kBAAIjtF,SAASM,cAAc,OACnEnS,KAAK8+F,gBAAmC,kBAAE/2F,UAAY,wBAEtD/H,KAAK8+F,gBAA6B,YAAIjtF,SAASM,cAAc,QAC7DnS,KAAK8+F,gBAA6B,YAAE/2F,UAAY,iCAChD/H,KAAK8+F,gBAAkC,iBAAIjtF,SAASM,cAAc,QAClEnS,KAAK8+F,gBAAkC,iBAAE/2F,UAAY,4BACrD/H,KAAK8+F,gBAAkC,iBAAEt6E,UAAYygB,EAAgB,QACrEjlC,KAAK8+F,gBAA6B,YAAE/sF,YAAY/R,KAAK8+F,gBAAkC,kBAEvF9+F,KAAKguE,gBAAgBj8D,YAAY/R,KAAK8+F,gBAA6B,aACnE9+F,KAAKguE,gBAAgBj8D,YAAY/R,KAAK8+F,gBAAmC,mBACzE9+F,KAAKguE,gBAAgBj8D,YAAY/R,KAAK8+F,gBAA6B,aAE/B,GAAhC9+F,KAAKs9F,yBAAgCt9F,KAAKs9C,iBAAiBC,MAC7Dv9C,KAAK8+F,gBAAmC,kBAAIjtF,SAASM,cAAc,OACnEnS,KAAK8+F,gBAAmC,kBAAE/2F,UAAY,wBAEtD/H,KAAK8+F,gBAA8B,aAAIjtF,SAASM,cAAc,QAC9DnS,KAAK8+F,gBAA8B,aAAE/2F,UAAY,8BACjD/H,KAAK8+F,gBAAmC,kBAAIjtF,SAASM,cAAc,QACnEnS,KAAK8+F,gBAAmC,kBAAE/2F,UAAY,4BACtD/H,KAAK8+F,gBAAmC,kBAAEt6E,UAAYygB,EAAiB,SACvEjlC,KAAK8+F,gBAA8B,aAAE/sF,YAAY/R,KAAK8+F,gBAAmC,mBAEzF9+F,KAAKguE,gBAAgBj8D,YAAY/R,KAAK8+F,gBAAmC,mBACzE9+F,KAAKguE,gBAAgBj8D,YAAY/R,KAAK8+F,gBAA8B,eAE7B,GAAhC9+F,KAAKy9F,yBAAgE,GAAhCz9F,KAAKs9F,0BACjDt9F,KAAK8+F,gBAAmC,kBAAIjtF,SAASM,cAAc,OACnEnS,KAAK8+F,gBAAmC,kBAAE/2F,UAAY,wBAEtD/H,KAAK8+F,gBAA8B,aAAIjtF,SAASM,cAAc,QAC9DnS,KAAK8+F,gBAA8B,aAAE/2F,UAAY,8BACjD/H,KAAK8+F,gBAAmC,kBAAIjtF,SAASM,cAAc,QACnEnS,KAAK8+F,gBAAmC,kBAAE/2F,UAAY,4BACtD/H,KAAK8+F,gBAAmC,kBAAEt6E,UAAYygB,EAAiB,SACvEjlC,KAAK8+F,gBAA8B,aAAE/sF,YAAY/R,KAAK8+F,gBAAmC,mBAEzF9+F,KAAKguE,gBAAgBj8D,YAAY/R,KAAK8+F,gBAAmC,mBACzE9+F,KAAKguE,gBAAgBj8D,YAAY/R,KAAK8+F,gBAA8B,eAEtC,GAA5B9+F,KAAK29F,sBACP39F,KAAK8+F,gBAAmC,kBAAIjtF,SAASM,cAAc,OACnEnS,KAAK8+F,gBAAmC,kBAAE/2F,UAAY,wBAEtD/H,KAAK8+F,gBAA4B,WAAIjtF,SAASM,cAAc,QAC5DnS,KAAK8+F,gBAA4B,WAAE/2F,UAAY,gCAC/C/H,KAAK8+F,gBAAiC,gBAAIjtF,SAASM,cAAc,QACjEnS,KAAK8+F,gBAAiC,gBAAE/2F,UAAY,4BACpD/H,KAAK8+F,gBAAiC,gBAAEt6E,UAAYygB,EAAY,IAChEjlC,KAAK8+F,gBAA4B,WAAE/sF,YAAY/R,KAAK8+F,gBAAiC,iBAErF9+F,KAAKguE,gBAAgBj8D,YAAY/R,KAAK8+F,gBAAmC,mBACzE9+F,KAAKguE,gBAAgBj8D,YAAY/R,KAAK8+F,gBAA4B,aAKpE9+F,KAAK8+F,gBAA6B,YAAEtsE,QAAUxyB,KAAKs/F,sBAAsBhqE,KAAKt1B,MAC9EA,KAAK8+F,gBAA6B,YAAEtsE,QAAUxyB,KAAKu/F,sBAAsBjqE,KAAKt1B,MAC1C,GAAhCA,KAAKs9F,yBAAgCt9F,KAAKs9C,iBAAiBC,KAC7Dv9C,KAAK8+F,gBAA8B,aAAEtsE,QAAUxyB,KAAKw/F,UAAUlqE,KAAKt1B,MAE5B,GAAhCA,KAAKy9F,yBAAgE,GAAhCz9F,KAAKs9F,0BACjDt9F,KAAK8+F,gBAA8B,aAAEtsE,QAAUxyB,KAAKy/F,uBAAuBnqE,KAAKt1B,OAElD,GAA5BA,KAAK29F,sBACP39F,KAAK8+F,gBAA4B,WAAEtsE,QAAUxyB,KAAK6qD,gBAAgBv1B,KAAKt1B,OAEzEA,KAAKkuE,SAAS17C,QAAUxyB,KAAKi/F,gBAAgB3pE,KAAKt1B,KAElD,IAAIyU,GAAKzU,IACTA,MAAKm/F,cAAgB1qF,EAAGozC,sBACxB7nD,KAAK6T,GAAG,SAAU7T,KAAKm/F,mBAEpB,CACH,KAAOn/F,KAAKiuE,YAAYhqD,iBACtBjkB,KAAKiuE,YAAYx8D,YAAYzR,KAAKiuE,YAAY/pD,WAGhDlkB,MAAK8+F,gBAA8B,aAAIjtF,SAASM,cAAc,QAC9DnS,KAAK8+F,gBAA8B,aAAE/2F,UAAY,uCACjD/H,KAAK8+F,gBAAmC,kBAAIjtF,SAASM,cAAc,QACnEnS,KAAK8+F,gBAAmC,kBAAE/2F,UAAY,4BACtD/H,KAAK8+F,gBAAmC,kBAAEt6E,UAAYygB,EAAa,KACnEjlC,KAAK8+F,gBAA8B,aAAE/sF,YAAY/R,KAAK8+F,gBAAmC,mBAEzF9+F,KAAKiuE,YAAYl8D,YAAY/R,KAAK8+F,gBAA8B,cAEhE9+F,KAAK8+F,gBAA8B,aAAEtsE,QAAUxyB,KAAKi/F,gBAAgB3pE,KAAKt1B,QAW7EJ,EAAQ0/F,sBAAwB,WAE9Bt/F,KAAK6+F,uBACD7+F,KAAKm/F,eACPn/F,KAAKgU,IAAI,SAAUhU,KAAKm/F,cAG1B,IAAIl6D,GAASjlC,KAAKqiD,UAAU5c,QAAQzlC,KAAKqiD,UAAUpd,OAEnDjlC,MAAK8+F,mBACL9+F,KAAK8+F,gBAA0B,SAAIjtF,SAASM,cAAc,QAC1DnS,KAAK8+F,gBAA0B,SAAE/2F,UAAY,8BAC7C/H,KAAK8+F,gBAA+B,cAAIjtF,SAASM,cAAc,QAC/DnS,KAAK8+F,gBAA+B,cAAE/2F,UAAY,4BAClD/H,KAAK8+F,gBAA+B,cAAEt6E,UAAYygB,EAAa,KAC/DjlC,KAAK8+F,gBAA0B,SAAE/sF,YAAY/R,KAAK8+F,gBAA+B,eAEjF9+F,KAAK8+F,gBAAmC,kBAAIjtF,SAASM,cAAc,OACnEnS,KAAK8+F,gBAAmC,kBAAE/2F,UAAY,wBAEtD/H,KAAK8+F,gBAAiC,gBAAIjtF,SAASM,cAAc,QACjEnS,KAAK8+F,gBAAiC,gBAAE/2F,UAAY,8BACpD/H,KAAK8+F,gBAAsC,qBAAIjtF,SAASM,cAAc,QACtEnS,KAAK8+F,gBAAsC,qBAAE/2F,UAAY,4BACzD/H,KAAK8+F,gBAAsC,qBAAEt6E,UAAYygB,EAAuB,eAChFjlC,KAAK8+F,gBAAiC,gBAAE/sF,YAAY/R,KAAK8+F,gBAAsC,sBAE/F9+F,KAAKguE,gBAAgBj8D,YAAY/R,KAAK8+F,gBAA0B,UAChE9+F,KAAKguE,gBAAgBj8D,YAAY/R,KAAK8+F,gBAAmC,mBACzE9+F,KAAKguE,gBAAgBj8D,YAAY/R,KAAK8+F,gBAAiC,iBAGvE9+F,KAAK8+F,gBAA0B,SAAEtsE,QAAUxyB,KAAK6nD,sBAAsBvyB,KAAKt1B,KAG3E,IAAIyU,GAAKzU,IACTA,MAAKm/F,cAAgB1qF,EAAGirF,SACxB1/F,KAAK6T,GAAG,SAAU7T,KAAKm/F,gBASzBv/F,EAAQ2/F,sBAAwB,WAE9Bv/F,KAAK6+F,uBACL7+F,KAAKm4F,cAAa,GAClBn4F,KAAKkkD,kBAAmB,EAEpBlkD,KAAKm/F,eACPn/F,KAAKgU,IAAI,SAAUhU,KAAKm/F,cAG1B;GAAIl6D,GAASjlC,KAAKqiD,UAAU5c,QAAQzlC,KAAKqiD,UAAUpd,OAEnDjlC,MAAKm4F,eACLn4F,KAAK+tE,sBAAuB,EAC5B/tE,KAAK8tE,8BAA+B,EAEpC9tE,KAAK8+F,mBACL9+F,KAAK8+F,gBAA0B,SAAIjtF,SAASM,cAAc,QAC1DnS,KAAK8+F,gBAA0B,SAAE/2F,UAAY,8BAC7C/H,KAAK8+F,gBAA+B,cAAIjtF,SAASM,cAAc,QAC/DnS,KAAK8+F,gBAA+B,cAAE/2F,UAAY,4BAClD/H,KAAK8+F,gBAA+B,cAAEt6E,UAAYygB,EAAa,KAC/DjlC,KAAK8+F,gBAA0B,SAAE/sF,YAAY/R,KAAK8+F,gBAA+B,eAEjF9+F,KAAK8+F,gBAAmC,kBAAIjtF,SAASM,cAAc,OACnEnS,KAAK8+F,gBAAmC,kBAAE/2F,UAAY,wBAEtD/H,KAAK8+F,gBAAiC,gBAAIjtF,SAASM,cAAc,QACjEnS,KAAK8+F,gBAAiC,gBAAE/2F,UAAY,8BACpD/H,KAAK8+F,gBAAsC,qBAAIjtF,SAASM,cAAc,QACtEnS,KAAK8+F,gBAAsC,qBAAE/2F,UAAY,4BACzD/H,KAAK8+F,gBAAsC,qBAAEt6E,UAAYygB,EAAwB,gBACjFjlC,KAAK8+F,gBAAiC,gBAAE/sF,YAAY/R,KAAK8+F,gBAAsC,sBAE/F9+F,KAAKguE,gBAAgBj8D,YAAY/R,KAAK8+F,gBAA0B,UAChE9+F,KAAKguE,gBAAgBj8D,YAAY/R,KAAK8+F,gBAAmC,mBACzE9+F,KAAKguE,gBAAgBj8D,YAAY/R,KAAK8+F,gBAAiC,iBAGvE9+F,KAAK8+F,gBAA0B,SAAEtsE,QAAUxyB,KAAK6nD,sBAAsBvyB,KAAKt1B,KAG3E,IAAIyU,GAAKzU,IACTA,MAAKm/F,cAAgB1qF,EAAGkrF,eACxB3/F,KAAK6T,GAAG,SAAU7T,KAAKm/F,eAGvBn/F,KAAKmkD,gBAA8B,aAAInkD,KAAKqrD,aAC5CrrD,KAAKmkD,gBAA8C,6BAAInkD,KAAKo+F,6BAC5Dp+F,KAAKmkD,gBAAkC,iBAAInkD,KAAKsrD,iBAChDtrD,KAAKmkD,gBAAgC,eAAInkD,KAAKssD,eAC9CtsD,KAAKqrD,aAAerrD,KAAK2/F,eACzB3/F,KAAKo+F,6BAA+B,aACpCp+F,KAAKsrD,iBAAmB,aACxBtrD,KAAKssD,eAAiBtsD,KAAK4/F,eAG3B5/F,KAAKwjD,WAQP5jD,EAAQ6/F,uBAAyB,WAE/Bz/F,KAAK6+F,uBACL7+F,KAAKwiD,oBAAqB,EAEtBxiD,KAAKm/F,eACPn/F,KAAKgU,IAAI,SAAUhU,KAAKm/F,eAG1Bn/F,KAAKo/F,gBAAkBp/F,KAAKw9F,mBAC5Bx9F,KAAKo/F,gBAAgBllC,qBAErB,IAAIj1B,GAASjlC,KAAKqiD,UAAU5c,QAAQzlC,KAAKqiD,UAAUpd,OAEnDjlC,MAAK8+F,mBACL9+F,KAAK8+F,gBAA0B,SAAIjtF,SAASM,cAAc,QAC1DnS,KAAK8+F,gBAA0B,SAAE/2F,UAAY,8BAC7C/H,KAAK8+F,gBAA+B,cAAIjtF,SAASM,cAAc,QAC/DnS,KAAK8+F,gBAA+B,cAAE/2F,UAAY,4BAClD/H,KAAK8+F,gBAA+B,cAAEt6E,UAAYygB,EAAa,KAC/DjlC,KAAK8+F,gBAA0B,SAAE/sF,YAAY/R,KAAK8+F,gBAA+B,eAEjF9+F,KAAK8+F,gBAAmC,kBAAIjtF,SAASM,cAAc,OACnEnS,KAAK8+F,gBAAmC,kBAAE/2F,UAAY,wBAEtD/H,KAAK8+F,gBAAiC,gBAAIjtF,SAASM,cAAc,QACjEnS,KAAK8+F,gBAAiC,gBAAE/2F,UAAY,8BACpD/H,KAAK8+F,gBAAsC,qBAAIjtF,SAASM,cAAc,QACtEnS,KAAK8+F,gBAAsC,qBAAE/2F,UAAY,4BACzD/H,KAAK8+F,gBAAsC,qBAAEt6E,UAAYygB,EAA4B,oBACrFjlC,KAAK8+F,gBAAiC,gBAAE/sF,YAAY/R,KAAK8+F,gBAAsC,sBAE/F9+F,KAAKguE,gBAAgBj8D,YAAY/R,KAAK8+F,gBAA0B,UAChE9+F,KAAKguE,gBAAgBj8D,YAAY/R,KAAK8+F,gBAAmC,mBACzE9+F,KAAKguE,gBAAgBj8D,YAAY/R,KAAK8+F,gBAAiC,iBAGvE9+F,KAAK8+F,gBAA0B,SAAEtsE,QAAUxyB,KAAK6nD,sBAAsBvyB,KAAKt1B,MAG3EA,KAAKmkD,gBAA8B,aAASnkD,KAAKqrD,aACjDrrD,KAAKmkD,gBAA8C,6BAAKnkD,KAAKo+F,6BAC7Dp+F,KAAKmkD,gBAA4B,WAAWnkD,KAAKusD,WACjDvsD,KAAKmkD,gBAAkC,iBAAKnkD,KAAKsrD,iBACjDtrD,KAAKmkD,gBAA+B,cAAQnkD,KAAKgsD,cACjDhsD,KAAKqrD,aAAmBrrD,KAAK6/F,mBAC7B7/F,KAAKusD,WAAmB,aACxBvsD,KAAKgsD,cAAmBhsD,KAAK8/F,iBAC7B9/F,KAAKsrD,iBAAmB,aACxBtrD,KAAKo+F,6BAA+Bp+F,KAAK+/F,oBAGzC//F,KAAKwjD,WAUP5jD,EAAQigG,mBAAqB,SAASn/D,GACpC1gC,KAAKo/F,gBAAgBlqC,aAAavrC,KAAKkoB,WACvC7xC,KAAKo/F,gBAAgBlqC,aAAatrC,GAAGioB,WACrC7xC,KAAKq/F,oBAAsBr/F,KAAKo/F,gBAAgBhlC,wBAAwBp6D,KAAKksD,qBAAqBxrB,EAAQruB,GAAGrS,KAAKosD,qBAAqB1rB,EAAQpuB,IAC9G,OAA7BtS,KAAKq/F,sBACPr/F,KAAKq/F,oBAAoBvtD,SACzB9xC,KAAKkkD,kBAAmB,GAE1BlkD,KAAKwjD,WAUP5jD,EAAQkgG,iBAAmB,SAASt2F,GAClC,GAAIk3B,GAAU1gC,KAAKkrD,YAAY1hD,EAAM22B,QAAQzT,OACZ,QAA7B1sB,KAAKq/F,qBAA6D94F,SAA7BvG,KAAKq/F,sBAC5Cr/F,KAAKq/F,oBAAoBhtF,EAAIrS,KAAKksD,qBAAqBxrB,EAAQruB,GAC/DrS,KAAKq/F,oBAAoB/sF,EAAItS,KAAKosD,qBAAqB1rB,EAAQpuB,IAEjEtS,KAAKwjD,WASP5jD,EAAQmgG,oBAAsB,SAASr/D,GACrC,GAAIs/D,GAAUhgG,KAAKurD,WAAW7qB,EACd,QAAZs/D,GACqD,GAAnDhgG,KAAKo/F,gBAAgBlqC,aAAavrC,KAAKkqB,WACzC7zC,KAAKo/F,gBAAgB7kC,uBACrBv6D,KAAKigG,UAAUD,EAAQ3/F,GAAIL,KAAKo/F,gBAAgBx1E,GAAGvpB,IACnDL,KAAKo/F,gBAAgBlqC,aAAavrC,KAAKkoB,YAEY,GAAjD7xC,KAAKo/F,gBAAgBlqC,aAAatrC,GAAGiqB,WACvC7zC,KAAKo/F,gBAAgB7kC,uBACrBv6D,KAAKigG,UAAUjgG,KAAKo/F,gBAAgBz1E,KAAKtpB,GAAI2/F,EAAQ3/F,IACrDL,KAAKo/F,gBAAgBlqC,aAAatrC,GAAGioB,aAIvC7xC,KAAKo/F,gBAAgB7kC,uBAEvBv6D,KAAKkkD,kBAAmB,EACxBlkD,KAAKwjD,WASP5jD,EAAQ+/F,eAAiB,SAASj/D,GAChC,GAAoC,GAAhC1gC,KAAKs9F,wBAA8B,CACrC,GAAI92C,GAAOxmD,KAAKurD,WAAW7qB,EAE3B,IAAY,MAAR8lB,EACF,GAAIA,EAAKsW,YAAc,EACrBojC,MAAMlgG,KAAKqiD,UAAU5c,QAAQzlC,KAAKqiD,UAAUpd,QAAyB,qBAElE,CACHjlC,KAAK0rD,cAAclF,GAAK,EACxB,IAAI25C,GAAengG,KAAK4vD,QAAiB,QAAS,KAGlDuwC,GAAyB,WAAI,GAAI58F,IAAMlD,GAAG,oBAAoBL,KAAKqiD,UACnE,IAAI+9C,GAAaD,EAAyB,UAC1CC,GAAW/tF,EAAIm0C,EAAKn0C,EACpB+tF,EAAW9tF,EAAIk0C,EAAKl0C,EAGpBtS,KAAKy+C,MAAsB,eAAI,GAAIr7C,IAAM/C,GAAG,iBAAiBspB,KAAK68B,EAAKnmD,GAAGupB,GAAGw2E,EAAW//F,IAAKL,KAAMA,KAAKqiD,UACxG,IAAIg+C,GAAiBrgG,KAAKy+C,MAAsB,cAChD4hD,GAAe12E,KAAO68B,EACtB65C,EAAehyC,WAAY,EAC3BgyC,EAAetxF,QAAQ0yC,cAAgBzyC,SAAS,EAC5C0yC,SAAS,EACT76C,KAAM,aACN86C,UAAW,IAEf0+C,EAAexsD,UAAW,EAC1BwsD,EAAez2E,GAAKw2E,EAEpBpgG,KAAKmkD,gBAA+B,cAAInkD,KAAKgsD,cAC7ChsD,KAAKgsD,cAAgB,SAASxiD,GAC5B,GAAIk3B,GAAU1gC,KAAKkrD,YAAY1hD,EAAM22B,QAAQzT,QACzC2zE,EAAiBrgG,KAAKy+C,MAAsB,cAChD4hD,GAAez2E,GAAGvX,EAAIrS,KAAKksD,qBAAqBxrB,EAAQruB,GACxDguF,EAAez2E,GAAGtX,EAAItS,KAAKosD,qBAAqB1rB,EAAQpuB,IAG1DtS,KAAKylD,QAAS,EACdzlD,KAAKkQ,WAMbtQ,EAAQggG,eAAiB,SAASp2F,GAChC,GAAoC,GAAhCxJ,KAAKs9F,wBAA8B,CACrC,GAAI58D,GAAU1gC,KAAKkrD,YAAY1hD,EAAM22B,QAAQzT,OAE7C1sB,MAAKgsD,cAAgBhsD,KAAKmkD,gBAA+B,oBAClDnkD,MAAKmkD,gBAA+B,aAG3C,IAAIm8C,GAAgBtgG,KAAKy+C,MAAsB,eAAE4V,aAG1Cr0D,MAAKy+C,MAAsB,qBAC3Bz+C,MAAK4vD,QAAiB,QAAS,MAAc,iBAC7C5vD,MAAK4vD,QAAiB,QAAS,MAAiB,aAEvD,IAAIpJ,GAAOxmD,KAAKurD,WAAW7qB,EACf,OAAR8lB,IACEA,EAAKsW,YAAc,EACrBojC,MAAMlgG,KAAKqiD,UAAU5c,QAAQzlC,KAAKqiD,UAAUpd,QAAyB,kBAGrEjlC,KAAKugG,YAAYD,EAAc95C,EAAKnmD,IACpCL,KAAK6nD,0BAGT7nD,KAAKm4F,iBAQTv4F,EAAQ8/F,SAAW,WACjB,GAAI1/F,KAAK29F,qBAAwC,GAAjB39F,KAAK4oD,SAAkB,CACrD,GAAIk0C,GAAiB98F,KAAK68F,yBAAyB78F,KAAK4kD,iBACpD47C,GAAengG,GAAGM,EAAKoE,aAAasN,EAAEyqF,EAAet1F,KAAK8K,EAAEwqF,EAAel1F,IAAIohB,MAAM,MAAMkqC,gBAAe,EAAKC,gBAAe,EAClI,IAAInzD,KAAKs9C,iBAAiB/pC,IAAK,CAC7B,GAAwC,GAApCvT,KAAKs9C,iBAAiB/pC,IAAI7N,OAU5B,KAAM,IAAI9B,OAAM,sEAThB,IAAI6Q,GAAKzU,IACTA,MAAKs9C,iBAAiB/pC,IAAIitF,EAAa,SAASC,GAC9ChsF,EAAGswC,UAAUxxC,IAAIktF,GACjBhsF,EAAGozC,wBACHpzC,EAAGgxC,QAAS,EACZhxC,EAAGvE,cAWPlQ,MAAK+kD,UAAUxxC,IAAIitF,GACnBxgG,KAAK6nD,wBACL7nD,KAAKylD,QAAS,EACdzlD,KAAKkQ,UAWXtQ,EAAQ2gG,YAAc,SAASG,EAAaC,GAC1C,GAAqB,GAAjB3gG,KAAK4oD,SAAkB,CACzB,GAAI43C,IAAe72E,KAAK+2E,EAAc92E,GAAG+2E,EACzC,IAAI3gG,KAAKs9C,iBAAiBG,QAAS,CACjC,GAA4C,GAAxCz9C,KAAKs9C,iBAAiBG,QAAQ/3C,OAShC,KAAM,IAAI9B,OAAM,0EARhB,IAAI6Q,GAAKzU,IACTA,MAAKs9C,iBAAiBG,QAAQ+iD,EAAa,SAASC,GAClDhsF,EAAGuwC,UAAUzxC,IAAIktF,GACjBhsF,EAAGgxC,QAAS,EACZhxC,EAAGvE,cAUPlQ,MAAKglD,UAAUzxC,IAAIitF,GACnBxgG,KAAKylD,QAAS,EACdzlD,KAAKkQ,UAUXtQ,EAAQqgG,UAAY,SAASS,EAAaC,GACxC,GAAqB,GAAjB3gG,KAAK4oD,SAAkB,CACzB,GAAI43C,IAAengG,GAAIL,KAAKo/F,gBAAgB/+F,GAAIspB,KAAK+2E,EAAc92E,GAAG+2E,EACtE,IAAI3gG,KAAKs9C,iBAAiBE,SAAU,CAClC,GAA6C,GAAzCx9C,KAAKs9C,iBAAiBE,SAAS93C,OASjC,KAAM,IAAI9B,OAAM,wEARhB,IAAI6Q,GAAKzU,IACTA,MAAKs9C,iBAAiBE,SAASgjD,EAAa,SAASC,GACnDhsF,EAAGuwC,UAAU7vC,OAAOsrF,GACpBhsF,EAAGgxC,QAAS,EACZhxC,EAAGvE,cAUPlQ,MAAKglD,UAAU7vC,OAAOqrF,GACtBxgG,KAAKylD,QAAS,EACdzlD,KAAKkQ,UAUXtQ,EAAQ4/F,UAAY,WAClB,IAAIx/F,KAAKs9C,iBAAiBC,MAAyB,GAAjBv9C,KAAK4oD,SA4BrC,KAAM,IAAIhlD,OAAM,iDA3BhB,IAAI4iD,GAAOxmD,KAAKu9F,mBACZvqF,GAAQ3S,GAAGmmD,EAAKnmD,GAClB2oB,MAAOw9B,EAAKx9B,MACZzW,MAAOi0C,EAAKz3C,QAAQwD,MACpBwrC,MAAOyI,EAAKz3C,QAAQgvC,MACpBlzC,OACEiB,WAAW06C,EAAKz3C,QAAQlE,MAAMiB,WAC9BC,OAAOy6C,EAAKz3C,QAAQlE,MAAMkB,OAC1BC,WACEF,WAAW06C,EAAKz3C,QAAQlE,MAAMmB,UAAUF,WACxCC,OAAOy6C,EAAKz3C,QAAQlE,MAAMmB,UAAUD,SAG1C,IAAyC,GAArC/L,KAAKs9C,iBAAiBC,KAAK73C,OAU7B,KAAM,IAAI9B,OAAM,wEAThB,IAAI6Q,GAAKzU,IACTA,MAAKs9C,iBAAiBC,KAAKvqC,EAAM,SAAUytF,GACzChsF,EAAGswC,UAAU5vC,OAAOsrF,GACpBhsF,EAAGozC,wBACHpzC,EAAGgxC,QAAS,EACZhxC,EAAGvE,WAoBXtQ,EAAQirD,gBAAkB,WACxB,IAAK7qD,KAAK29F,qBAAwC,GAAjB39F,KAAK4oD,SACpC,GAAK5oD,KAAK49F,sBA4BRsC,MAAMlgG,KAAKqiD,UAAU5c,QAAQzlC,KAAKqiD,UAAUpd,QAA4B,wBA5BzC,CAC/B,GAAI27D,GAAgB5gG,KAAKs+F,mBACrBuC,EAAgB7gG,KAAKw+F,kBACzB,IAAIx+F,KAAKs9C,iBAAiBI,IAAK,CAC7B,GAAIjpC,GAAKzU,KACLgT,GAAQ2qC,MAAOijD,EAAeniD,MAAOoiD,EACzC,IAAwC,GAApC7gG,KAAKs9C,iBAAiBI,IAAIh4C,OAU5B,KAAM,IAAI9B,OAAM,0EAThB5D,MAAKs9C,iBAAiBI,IAAI1qC,EAAM,SAAUytF,GACxChsF,EAAGuwC,UAAUpuC,OAAO6pF,EAAchiD,OAClChqC,EAAGswC,UAAUnuC,OAAO6pF,EAAc9iD,OAClClpC,EAAG0jF,eACH1jF,EAAGgxC,QAAS,EACZhxC,EAAGvE,cAQPlQ,MAAKglD,UAAUpuC,OAAOiqF,GACtB7gG,KAAK+kD,UAAUnuC,OAAOgqF,GACtB5gG,KAAKm4F,eACLn4F,KAAKylD,QAAS,EACdzlD,KAAKkQ,WAYT,SAASrQ,EAAQD,EAASM,GAE9B,GACIgmC,IADOhmC,EAAoB,GAClBA,EAAoB,IAEjCN,GAAQuuE,iBAAmB,WAEzB,GAA8C,GAA1CnuE,KAAKyiD,kBAAkBC,SAASh9C,OAAa,CAC/C,IAAK,GAAIH,GAAI,EAAGA,EAAIvF,KAAKyiD,kBAAkBC,SAASh9C,OAAQH,IAC1DvF,KAAKyiD,kBAAkBC,SAASn9C,GAAGwlD,SAErC/qD,MAAKyiD,kBAAkBC,YAGzB1iD,KAAKq+F,2BAA6B,aAG9Br+F,KAAK8gG,gBAAkB9gG,KAAK8gG,eAAwB,SAAK9gG,KAAK8gG,eAAwB,QAAEh3F,YAC1F9J,KAAK8gG,eAAwB,QAAEh3F,WAAW2H,YAAYzR,KAAK8gG,eAAwB,UAYvFlhG,EAAQwuE,wBAA0B,WAChCpuE,KAAKmuE,mBAELnuE,KAAK8gG,iBACL,IAAIA,IAAkB,KAAK,OAAO,OAAO,QAAQ,SAAS,UAAU,eAChEC,GAAwB,UAAU,YAAY,YAAY,aAAa,UAAU,WAAW,cAEhG/gG,MAAK8gG,eAAwB,QAAIjvF,SAASM,cAAc,OACxDnS,KAAK6f,MAAM9N,YAAY/R,KAAK8gG,eAAwB,QAEpD,KAAK,GAAIv7F,GAAI,EAAGA,EAAIu7F,EAAep7F,OAAQH,IAAK,CAC9CvF,KAAK8gG,eAAeA,EAAev7F,IAAMsM,SAASM,cAAc,OAChEnS,KAAK8gG,eAAeA,EAAev7F,IAAIwC,UAAY,sBAAwB+4F,EAAev7F,GAC1FvF,KAAK8gG,eAAwB,QAAE/uF,YAAY/R,KAAK8gG,eAAeA,EAAev7F,IAE9E,IAAIzB,GAASoiC,EAAOlmC,KAAK8gG,eAAeA,EAAev7F,KAAM6gC,iBAAiB,GAC9EtiC,GAAO+P,GAAG,QAAS7T,KAAK+gG,EAAqBx7F,IAAI+vB,KAAKt1B,OACtDA,KAAKyiD,kBAAkBE,KAAKz6C,KAAKpE,GAGnC9D,KAAKq+F,2BAA6Br+F,KAAKghG,cAEvChhG,KAAKyiD,kBAAkBC,SAAW1iD,KAAKyiD,kBAAkBE,MAS3D/iD,EAAQqhG,YAAc,SAASz3F,GAC7BxJ,KAAK4lD,YAAYx1C,SAAS,MAC1B5G,EAAM+8B,mBAQR3mC,EAAQohG,cAAgB,WACtBhhG,KAAKwqD,eACLxqD,KAAKqqD,eACLrqD,KAAK2qD,aAYP/qD,EAAQwqD,QAAU,SAAS5gD,GACzBxJ,KAAK0jD,WAAa1jD,KAAKqiD,UAAUrB,SAASC,MAAM3uC,EAChDtS,KAAKkQ,QACL1G,EAAMD,kBAQR3J,EAAQ0qD,UAAY,SAAS9gD,GAC3BxJ,KAAK0jD,YAAc1jD,KAAKqiD,UAAUrB,SAASC,MAAM3uC,EACjDtS,KAAKkQ,QACL1G,EAAMD,kBAQR3J,EAAQ2qD,UAAY,SAAS/gD,GAC3BxJ,KAAKyjD,WAAazjD,KAAKqiD,UAAUrB,SAASC,MAAM5uC,EAChDrS,KAAKkQ,QACL1G,EAAMD,kBAQR3J,EAAQ6qD,WAAa,SAASjhD,GAC5BxJ,KAAKyjD,YAAczjD,KAAKqiD,UAAUrB,SAASC,MAAM3uC,EACjDtS,KAAKkQ,QACL1G,EAAMD,kBAQR3J,EAAQ8qD,QAAU,SAASlhD,GACzBxJ,KAAK2jD,cAAgB3jD,KAAKqiD,UAAUrB,SAASC,MAAMpgB,KACnD7gC,KAAKkQ,QACL1G,EAAMD,kBAQR3J,EAAQgrD,SAAW,SAASphD,GAC1BxJ,KAAK2jD,eAAiB3jD,KAAKqiD,UAAUrB,SAASC,MAAMpgB,KACpD7gC,KAAKkQ,QACL1G,EAAMD,kBAQR3J,EAAQ+qD,UAAY,SAASnhD,GAC3BxJ,KAAK2jD,cAAgB,EACrBn6C,GAASA,EAAMD,kBAQjB3J,EAAQyqD,aAAe,SAAS7gD,GAC9BxJ,KAAK0jD,WAAa,EAClBl6C,GAASA,EAAMD,kBAQjB3J,EAAQ4qD,aAAe,SAAShhD,GAC9BxJ,KAAKyjD,WAAa,EAClBj6C,GAASA,EAAMD,mBAMb,SAAS1J,EAAQD,GAErBA,EAAQ0oD,aAAe,WACrB,IAAK,GAAIzB,KAAU7mD,MAAK29C,MACtB,GAAI39C,KAAK29C,MAAM93C,eAAeghD,GAAS,CACrC,GAAIL,GAAOxmD,KAAK29C,MAAMkJ,EACO,IAAzBL,EAAKsV,mBACPtV,EAAKjI,MAAQ,GACbiI,EAAKuV,qBAAsB,KAYnCn8D,EAAQ+lD,yBAA2B,WACjC,GAAiD,GAA7C3lD,KAAKqiD,UAAUjB,mBAAmBpyC,SAAmBhP,KAAKykD,YAAY/+C,OAAS,EAAG,CAEpF,GACI8gD,GAAMK,EADNq6C,EAAU,EAEVC,GAAe,EACfC,GAAiB,CAErB,KAAKv6C,IAAU7mD,MAAK29C,MACd39C,KAAK29C,MAAM93C,eAAeghD,KAC5BL,EAAOxmD,KAAK29C,MAAMkJ,GACA,IAAdL,EAAKjI,MACP4iD,GAAe,EAGfC,GAAiB,EAEfF,EAAU16C,EAAK/H,MAAM/4C,SACvBw7F,EAAU16C,EAAK/H,MAAM/4C,QAM3B,IAAsB,GAAlB07F,GAA0C,GAAhBD,EAC5B,KAAM,IAAIv9F,OAAM,wHAQhB5D,MAAKqhG,mBAGiB,GAAlBD,IAC8C,WAA5CphG,KAAKqiD,UAAUjB,mBAAmBG,OACpCvhD,KAAKshG,iBAAiBJ,GAGtBlhG,KAAKuhG,0BAAyB,GAKlC,IAAIC,GAAexhG,KAAKyhG,kBAGxBzhG,MAAK0hG,uBAAuBF,GAG5BxhG,KAAKkQ,UAYXtQ,EAAQ8hG,uBAAyB,SAASF,GACxC,GAAI36C,GAAQL,CAGZ,KAAK,GAAIjI,KAASijD,GAChB,GAAIA,EAAa37F,eAAe04C,GAE9B,IAAKsI,IAAU26C,GAAajjD,GAAOZ,MAC7B6jD,EAAajjD,GAAOZ,MAAM93C,eAAeghD,KAC3CL,EAAOg7C,EAAajjD,GAAOZ,MAAMkJ,GACkB,MAA/C7mD,KAAKqiD,UAAUjB,mBAAmB3lB,WAAoE,MAA/Cz7B,KAAKqiD,UAAUjB,mBAAmB3lB,UACvF+qB,EAAKsF,SACPtF,EAAKn0C,EAAImvF,EAAajjD,GAAOojD,OAC7Bn7C,EAAKsF,QAAS,EAEd01C,EAAajjD,GAAOojD,QAAUH,EAAajjD,GAAO+C,aAIhDkF,EAAKuF,SACPvF,EAAKl0C,EAAIkvF,EAAajjD,GAAOojD,OAC7Bn7C,EAAKuF,QAAS,EAEdy1C,EAAajjD,GAAOojD,QAAUH,EAAajjD,GAAO+C,aAGtDthD,KAAK4hG,kBAAkBp7C,EAAK/H,MAAM+H,EAAKnmD,GAAGmhG,EAAah7C,EAAKjI,OAOpEv+C,MAAKuoD,cAUP3oD,EAAQ6hG,iBAAmB,WACzB,GACI56C,GAAQL,EAAMjI,EADdijD,IAKJ,KAAK36C,IAAU7mD,MAAK29C,MACd39C,KAAK29C,MAAM93C,eAAeghD,KAC5BL,EAAOxmD,KAAK29C,MAAMkJ,GAClBL,EAAKsF,QAAS,EACdtF,EAAKuF,QAAS,EACqC,MAA/C/rD,KAAKqiD,UAAUjB,mBAAmB3lB,WAAoE,MAA/Cz7B,KAAKqiD,UAAUjB,mBAAmB3lB,UAC3F+qB,EAAKl0C,EAAItS,KAAKqiD,UAAUjB,mBAAmBC,gBAAgBmF,EAAKjI,MAGhEiI,EAAKn0C,EAAIrS,KAAKqiD,UAAUjB,mBAAmBC,gBAAgBmF,EAAKjI,MAEjCh4C,SAA7Bi7F,EAAah7C,EAAKjI,SACpBijD,EAAah7C,EAAKjI,QAAUurB,OAAQ,EAAGnsB,SAAWgkD,OAAO,EAAGrgD,YAAY,IAE1EkgD,EAAah7C,EAAKjI,OAAOurB,QAAU,EACnC03B,EAAah7C,EAAKjI,OAAOZ,MAAMkJ,GAAUL,EAK7C,IAAIq7C,GAAW,CACf,KAAKtjD,IAASijD,GACRA,EAAa37F,eAAe04C,IAC1BsjD,EAAWL,EAAajjD,GAAOurB,SACjC+3B,EAAWL,EAAajjD,GAAOurB,OAMrC,KAAKvrB,IAASijD,GACRA,EAAa37F,eAAe04C,KAC9BijD,EAAajjD,GAAO+C,aAAeugD,EAAW,GAAK7hG,KAAKqiD,UAAUjB,mBAAmBE,YACrFkgD,EAAajjD,GAAO+C,aAAgBkgD,EAAajjD,GAAOurB,OAAS,EACjE03B,EAAajjD,GAAOojD,OAASH,EAAajjD,GAAO+C,YAAe,IAAOkgD,EAAajjD,GAAOurB,OAAS,GAAK03B,EAAajjD,GAAO+C,YAIjI,OAAOkgD,IAUT5hG,EAAQ0hG,iBAAmB,SAASJ,GAClC,GAAIr6C,GAAQL,CAGZ,KAAKK,IAAU7mD,MAAK29C,MACd39C,KAAK29C,MAAM93C,eAAeghD,KAC5BL,EAAOxmD,KAAK29C,MAAMkJ,GACdL,EAAK/H,MAAM/4C,QAAUw7F,IACvB16C,EAAKjI,MAAQ,GAMnB,KAAKsI,IAAU7mD,MAAK29C,MACd39C,KAAK29C,MAAM93C,eAAeghD,KAC5BL,EAAOxmD,KAAK29C,MAAMkJ,GACA,GAAdL,EAAKjI,OACPv+C,KAAK8hG,UAAU,EAAEt7C,EAAK/H,MAAM+H,EAAKnmD,MAczCT,EAAQ2hG,yBAA2B,WACjC,GAAI16C,GAAQL,EAAMu7C,EACd5H,EAAW,GAGf4H,GAAY/hG,KAAK29C,MAAM39C,KAAKykD,YAAY,IACxCs9C,EAAUxjD,MAAQ47C,EAClBn6F,KAAKgiG,kBAAkB7H,EAAS4H,EAAUtjD,MAAMsjD,EAAU1hG,GAG1D,KAAKwmD,IAAU7mD,MAAK29C,MACd39C,KAAK29C,MAAM93C,eAAeghD,KAC5BL,EAAOxmD,KAAK29C,MAAMkJ,GAClBszC,EAAW3zC,EAAKjI,MAAQ47C,EAAW3zC,EAAKjI,MAAQ47C,EAKpD,KAAKtzC,IAAU7mD,MAAK29C,MACd39C,KAAK29C,MAAM93C,eAAeghD,KAC5BL,EAAOxmD,KAAK29C,MAAMkJ,GAClBL,EAAKjI,OAAS47C,IAepBv6F,EAAQyhG,iBAAmB,WACzBrhG,KAAKqiD,UAAUvC,WAAW9wC,SAAU,EACpChP,KAAKqiD,UAAUlD,QAAQC,UAAUpwC,SAAU,EAC3ChP,KAAKqiD,UAAUlD,QAAQU,sBAAsB7wC,SAAU,EACvDhP,KAAKytE,2BACsC,GAAvCztE,KAAKqiD,UAAUZ,aAAazyC,UAC9BhP,KAAKqiD,UAAUZ,aAAaC,SAAU,GAExC1hD,KAAKopD,wBAEL,IAAIyoB,GAAS7xE,KAAKqiD,UAAUjB,kBAC5BywB,GAAOxwB,gBAAkBp8C,KAAKmmB,IAAIymD,EAAOxwB,kBACjB,MAApBwwB,EAAOp2C,WAAyC,MAApBo2C,EAAOp2C,aACrCo2C,EAAOxwB,iBAAmB,IAGJ,MAApBwwB,EAAOp2C,WAAyC,MAApBo2C,EAAOp2C,UACM,GAAvCz7B,KAAKqiD,UAAUZ,aAAazyC,UAC9BhP,KAAKqiD,UAAUZ,aAAa56C,KAAO,YAIM,GAAvC7G,KAAKqiD,UAAUZ,aAAazyC,UAC9BhP,KAAKqiD,UAAUZ,aAAa56C,KAAO,eAgBzCjH,EAAQgiG,kBAAoB,SAASnjD,EAAOwjD,EAAUT,EAAcU,GAClE,IAAK,GAAI38F,GAAI,EAAGA,EAAIk5C,EAAM/4C,OAAQH,IAAK,CACrC,GAAI0yF,GAAY,IAEdA,GADEx5C,EAAMl5C,GAAG+uD,MAAQ2tC,EACPxjD,EAAMl5C,GAAGokB,KAGT80B,EAAMl5C,GAAGqkB,EAIvB,IAAIu4E,IAAY,CACmC,OAA/CniG,KAAKqiD,UAAUjB,mBAAmB3lB,WAAoE,MAA/Cz7B,KAAKqiD,UAAUjB,mBAAmB3lB,UACvFw8D,EAAUnsC,QAAUmsC,EAAU15C,MAAQ2jD,IACxCjK,EAAUnsC,QAAS,EACnBmsC,EAAU5lF,EAAImvF,EAAavJ,EAAU15C,OAAOojD,OAC5CQ,GAAY,GAIVlK,EAAUlsC,QAAUksC,EAAU15C,MAAQ2jD,IACxCjK,EAAUlsC,QAAS,EACnBksC,EAAU3lF,EAAIkvF,EAAavJ,EAAU15C,OAAOojD,OAC5CQ,GAAY,GAIC,GAAbA,IACFX,EAAavJ,EAAU15C,OAAOojD,QAAUH,EAAavJ,EAAU15C,OAAO+C,YAClE22C,EAAUx5C,MAAM/4C,OAAS,GAC3B1F,KAAK4hG,kBAAkB3J,EAAUx5C,MAAMw5C,EAAU53F,GAAGmhG,EAAavJ,EAAU15C,UAenF3+C,EAAQkiG,UAAY,SAASvjD,EAAOE,EAAOwjD,GACzC,IAAK,GAAI18F,GAAI,EAAGA,EAAIk5C,EAAM/4C,OAAQH,IAAK,CACrC,GAAI0yF,GAAY,IAEdA,GADEx5C,EAAMl5C,GAAG+uD,MAAQ2tC,EACPxjD,EAAMl5C,GAAGokB,KAGT80B,EAAMl5C,GAAGqkB,IAEA,IAAnBquE,EAAU15C,OAAe05C,EAAU15C,MAAQA,KAC7C05C,EAAU15C,MAAQA,EACd05C,EAAUx5C,MAAM/4C,OAAS,GAC3B1F,KAAK8hG,UAAUvjD,EAAM,EAAG05C,EAAUx5C,MAAOw5C,EAAU53F,OAe3DT,EAAQoiG,kBAAoB,SAASzjD,EAAOE,EAAOwjD,GACjDjiG,KAAK29C,MAAMskD,GAAUlmC,qBAAsB,CAE3C,KAAK,GADDk8B,GAAWx8D,EACNl2B,EAAI,EAAGA,EAAIk5C,EAAM/4C,OAAQH,IAChCk2B,EAAY,EACRgjB,EAAMl5C,GAAG+uD,MAAQ2tC,GACnBhK,EAAYx5C,EAAMl5C,GAAGokB,KACrB8R,EAAY,IAGZw8D,EAAYx5C,EAAMl5C,GAAGqkB,GAEA,IAAnBquE,EAAU15C,QACZ05C,EAAU15C,MAAQA,EAAQ9iB,EAI9B,KAAK,GAAIl2B,GAAI,EAAGA,EAAIk5C,EAAM/4C,OAAQH,IACA0yF,EAA5Bx5C,EAAMl5C,GAAG+uD,MAAQ2tC,EAAuBxjD,EAAMl5C,GAAGokB,KACnC80B,EAAMl5C,GAAGqkB,GAEvBquE,EAAUx5C,MAAM/4C,OAAS,GAAKuyF,EAAUl8B,uBAAwB,GAClE/7D,KAAKgiG,kBAAkB/J,EAAU15C,MAAO05C,EAAUx5C,MAAOw5C,EAAU53F,KAWzET,EAAQwiG,cAAgB,WACtB,IAAK,GAAIv7C,KAAU7mD,MAAK29C,MAClB39C,KAAK29C,MAAM93C,eAAeghD,KAC5B7mD,KAAK29C,MAAMkJ,GAAQiF,QAAS,EAC5B9rD,KAAK29C,MAAMkJ,GAAQkF,QAAS,KAQ9B,SAASlsD,EAAQD,EAASM,GAkgB9B,QAASmiG,KACPriG,KAAKqiD,UAAUZ,aAAazyC,SAAWhP,KAAKqiD,UAAUZ,aAAazyC,OACnE,IAAIszF,GAAqBzwF,SAAS0wF,eAAe,qBACCD,GAAmB90F,MAAM1B,WAAhC,GAAvC9L,KAAKqiD,UAAUZ,aAAazyC,QAAwD,UACR,UAEhFhP,KAAKopD,wBAAuB,GAO9B,QAASo5C,KACP,IAAK,GAAI37C,KAAU7mD,MAAKukD,iBAClBvkD,KAAKukD,iBAAiB1+C,eAAeghD,KACvC7mD,KAAKukD,iBAAiBsC,GAAQqV,GAAK,EAAIl8D,KAAKukD,iBAAiBsC,GAAQsV,GAAK,EAC1En8D,KAAKukD,iBAAiBsC,GAAQmV,GAAK,EAAIh8D,KAAKukD,iBAAiBsC,GAAQoV,GAAK,EAG7B,IAA7Cj8D,KAAKqiD,UAAUjB,mBAAmBpyC,SACpChP,KAAK2lD,2BACL88C,EAAiBliG,KAAKP,KAAM,aAAc,EAAG,8CAC7CyiG,EAAiBliG,KAAKP,KAAM,aAAc,EAAG,0BAC7CyiG,EAAiBliG,KAAKP,KAAM,aAAc,EAAG,0BAC7CyiG,EAAiBliG,KAAKP,KAAM,aAAc,EAAG,wBAC7CyiG,EAAiBliG,KAAKP,KAAM,eAAgB,EAAG,oBAG/CA,KAAKs2F,kBAEPt2F,KAAKylD,QAAS,EACdzlD,KAAKkQ,QAMP,QAASwyF,KACP,GAAI3zF,GAAU,gDACV4zF,KACAC,EAAe/wF,SAAS0wF,eAAe,wBACvCM,EAAehxF,SAAS0wF,eAAe,uBAC3C,IAA4B,GAAxBK,EAAaE,QAAiB,CAMhC,GALI9iG,KAAKqiD,UAAUlD,QAAQC,UAAUE,uBAAyBt/C,KAAK+iG,gBAAgB5jD,QAAQC,UAAUE,uBAAwBqjD,EAAgBz6F,KAAK,0BAA4BlI,KAAKqiD,UAAUlD,QAAQC,UAAUE,uBAC3Mt/C,KAAKqiD,UAAUlD,QAAQI,gBAAkBv/C,KAAK+iG,gBAAgB5jD,QAAQC,UAAUG,gBAAyCojD,EAAgBz6F,KAAK,mBAAqBlI,KAAKqiD,UAAUlD,QAAQI,gBAC1Lv/C,KAAKqiD,UAAUlD,QAAQK,cAAgBx/C,KAAK+iG,gBAAgB5jD,QAAQC,UAAUI,cAA2CmjD,EAAgBz6F,KAAK,iBAAmBlI,KAAKqiD,UAAUlD,QAAQK,cACxLx/C,KAAKqiD,UAAUlD,QAAQM,gBAAkBz/C,KAAK+iG,gBAAgB5jD,QAAQC,UAAUK,gBAAyCkjD,EAAgBz6F,KAAK,mBAAqBlI,KAAKqiD,UAAUlD,QAAQM,gBAC1Lz/C,KAAKqiD,UAAUlD,QAAQO,SAAW1/C,KAAK+iG,gBAAgB5jD,QAAQC,UAAUM,SAAgDijD,EAAgBz6F,KAAK,YAAclI,KAAKqiD,UAAUlD,QAAQO,SACzJ,GAA1BijD,EAAgBj9F,OAAa,CAC/BqJ,EAAU,kBACVA,GAAW,wBACX,KAAK,GAAIxJ,GAAI,EAAGA,EAAIo9F,EAAgBj9F,OAAQH,IAC1CwJ,GAAW4zF,EAAgBp9F,GACvBA,EAAIo9F,EAAgBj9F,OAAS,IAC/BqJ,GAAW,KAGfA,IAAW,KAET/O,KAAKqiD,UAAUZ,aAAazyC,SAAWhP,KAAK+iG,gBAAgBthD,aAAazyC,UAC7C,GAA1B2zF,EAAgBj9F,OAAcqJ,EAAU,kBACtCA,GAAW,KACjBA,GAAW,iBAAmB/O,KAAKqiD,UAAUZ,aAAazyC,SAE7C,iDAAXD,IACFA,GAAW,UAGV,IAA4B,GAAxB8zF,EAAaC,QAAiB,CAQrC,GAPA/zF,EAAU,kBACVA,GAAW,wCACP/O,KAAKqiD,UAAUlD,QAAQQ,UAAUC,cAAgB5/C,KAAK+iG,gBAAgB5jD,QAAQQ,UAAUC,cAAgB+iD,EAAgBz6F,KAAK,iBAAmBlI,KAAKqiD,UAAUlD,QAAQQ,UAAUC,cACjL5/C,KAAKqiD,UAAUlD,QAAQI,gBAAkBv/C,KAAK+iG,gBAAgB5jD,QAAQQ,UAAUJ,gBAAwBojD,EAAgBz6F,KAAK,mBAAqBlI,KAAKqiD,UAAUlD,QAAQI,gBACzKv/C,KAAKqiD,UAAUlD,QAAQK,cAAgBx/C,KAAK+iG,gBAAgB5jD,QAAQQ,UAAUH,cAA0BmjD,EAAgBz6F,KAAK,iBAAmBlI,KAAKqiD,UAAUlD,QAAQK,cACvKx/C,KAAKqiD,UAAUlD,QAAQM,gBAAkBz/C,KAAK+iG,gBAAgB5jD,QAAQQ,UAAUF,gBAAwBkjD,EAAgBz6F,KAAK,mBAAqBlI,KAAKqiD,UAAUlD,QAAQM,gBACzKz/C,KAAKqiD,UAAUlD,QAAQO,SAAW1/C,KAAK+iG,gBAAgB5jD,QAAQQ,UAAUD,SAA+BijD,EAAgBz6F,KAAK,YAAclI,KAAKqiD,UAAUlD,QAAQO,SACxI,GAA1BijD,EAAgBj9F,OAAa,CAC/BqJ,GAAW,gBACX,KAAK,GAAIxJ,GAAI,EAAGA,EAAIo9F,EAAgBj9F,OAAQH,IAC1CwJ,GAAW4zF,EAAgBp9F,GACvBA,EAAIo9F,EAAgBj9F,OAAS,IAC/BqJ,GAAW,KAGfA,IAAW,KAEiB,GAA1B4zF,EAAgBj9F,SAAcqJ,GAAW,KACzC/O,KAAKqiD,UAAUZ,cAAgBzhD,KAAK+iG,gBAAgBthD,eACtD1yC,GAAW,mBAAqB/O,KAAKqiD,UAAUZ,cAEjD1yC,GAAW,SAER,CAOH,GANAA,EAAU,kBACN/O,KAAKqiD,UAAUlD,QAAQU,sBAAsBD,cAAgB5/C,KAAK+iG,gBAAgB5jD,QAAQU,sBAAsBD,cAAgB+iD,EAAgBz6F,KAAK,iBAAmBlI,KAAKqiD,UAAUlD,QAAQU,sBAAsBD,cACrN5/C,KAAKqiD,UAAUlD,QAAQI,gBAAkBv/C,KAAK+iG,gBAAgB5jD,QAAQU,sBAAsBN,gBAAwBojD,EAAgBz6F,KAAK,mBAAqBlI,KAAKqiD,UAAUlD,QAAQI,gBACrLv/C,KAAKqiD,UAAUlD,QAAQK,cAAgBx/C,KAAK+iG,gBAAgB5jD,QAAQU,sBAAsBL,cAA0BmjD,EAAgBz6F,KAAK,iBAAmBlI,KAAKqiD,UAAUlD,QAAQK,cACnLx/C,KAAKqiD,UAAUlD,QAAQM,gBAAkBz/C,KAAK+iG,gBAAgB5jD,QAAQU,sBAAsBJ,gBAAwBkjD,EAAgBz6F,KAAK,mBAAqBlI,KAAKqiD,UAAUlD,QAAQM,gBACrLz/C,KAAKqiD,UAAUlD,QAAQO,SAAW1/C,KAAK+iG,gBAAgB5jD,QAAQU,sBAAsBH,SAA+BijD,EAAgBz6F,KAAK,YAAclI,KAAKqiD,UAAUlD,QAAQO,SACpJ,GAA1BijD,EAAgBj9F,OAAa,CAC/BqJ,GAAW,oCACX,KAAK,GAAIxJ,GAAI,EAAGA,EAAIo9F,EAAgBj9F,OAAQH,IAC1CwJ,GAAW4zF,EAAgBp9F,GACvBA,EAAIo9F,EAAgBj9F,OAAS,IAC/BqJ,GAAW,KAGfA,IAAW,MAOb,GALAA,GAAW,wBACX4zF,KACI3iG,KAAKqiD,UAAUjB,mBAAmB3lB,WAAaz7B,KAAK+iG,gBAAgB3hD,mBAAmB3lB,WAAkCknE,EAAgBz6F,KAAK,cAAgBlI,KAAKqiD,UAAUjB,mBAAmB3lB,WAChMx2B,KAAKmmB,IAAIprB,KAAKqiD,UAAUjB,mBAAmBC,kBAAoBrhD,KAAK+iG,gBAAgB3hD,mBAAmBC,iBAAkBshD,EAAgBz6F,KAAK,oBAAsBlI,KAAKqiD,UAAUjB,mBAAmBC,iBACtMrhD,KAAKqiD,UAAUjB,mBAAmBE,aAAethD,KAAK+iG,gBAAgB3hD,mBAAmBE,aAAgCqhD,EAAgBz6F,KAAK,gBAAkBlI,KAAKqiD,UAAUjB,mBAAmBE,aACxK,GAA1BqhD,EAAgBj9F,OAAa,CAC/B,IAAK,GAAIH,GAAI,EAAGA,EAAIo9F,EAAgBj9F,OAAQH,IAC1CwJ,GAAW4zF,EAAgBp9F,GACvBA,EAAIo9F,EAAgBj9F,OAAS,IAC/BqJ,GAAW,KAGfA,IAAW,QAGXA,IAAW,eAEbA,IAAW,KAIb/O,KAAKgjG,WAAWx+E,UAAYzV,EAO9B,QAASk0F,KACP,GAAIxtF,IAAO,iBAAkB,gBAAiB,iBAC1CytF,EAAcrxF,SAASsxF,cAAc,6CAA6C/7F,MAClFg8F,EAAU,SAAWF,EAAc,SACnCG,EAAQxxF,SAAS0wF,eAAea,EACpCC,GAAM71F,MAAMg7B,QAAU,OACtB,KAAK,GAAIjjC,GAAI,EAAGA,EAAIkQ,EAAI/P,OAAQH,IAC1BkQ,EAAIlQ,IAAM69F,IACZC,EAAQxxF,SAAS0wF,eAAe9sF,EAAIlQ,IACpC89F,EAAM71F,MAAMg7B,QAAU,OAG1BxoC,MAAKoiG,gBACc,KAAfc,GACFljG,KAAKqiD,UAAUjB,mBAAmBpyC,SAAU,EAC5ChP,KAAKqiD,UAAUlD,QAAQU,sBAAsB7wC,SAAU,EACvDhP,KAAKqiD,UAAUlD,QAAQC,UAAUpwC,SAAU,GAErB,KAAfk0F,EAC0C,GAA7CljG,KAAKqiD,UAAUjB,mBAAmBpyC,UACpChP,KAAKqiD,UAAUjB,mBAAmBpyC,SAAU,EAC5ChP,KAAKqiD,UAAUlD,QAAQU,sBAAsB7wC,SAAU,EACvDhP,KAAKqiD,UAAUlD,QAAQC,UAAUpwC,SAAU,EAC3ChP,KAAKqiD,UAAUZ,aAAazyC,SAAU,EACtChP,KAAK2lD,6BAIP3lD,KAAKqiD,UAAUjB,mBAAmBpyC,SAAU,EAC5ChP,KAAKqiD,UAAUlD,QAAQU,sBAAsB7wC,SAAU,EACvDhP,KAAKqiD,UAAUlD,QAAQC,UAAUpwC,SAAU,GAE7ChP,KAAKytE,0BACL,IAAI60B,GAAqBzwF,SAAS0wF,eAAe,qBACCD,GAAmB90F,MAAM1B,WAAhC,GAAvC9L,KAAKqiD,UAAUZ,aAAazyC,QAAwD,UACR,UAChFhP,KAAKylD,QAAS,EACdzlD,KAAKkQ,QAWP,QAASuyF,GAAkBpiG,EAAGuN,EAAI01F,GAChC,GAAIC,GAAUljG,EAAK,SACfmjG,EAAa3xF,SAAS0wF,eAAeliG,GAAI+G,KAEzCpB,OAAMC,QAAQ2H,IAChBiE,SAAS0wF,eAAegB,GAASn8F,MAAQwG,EAAIyd,SAASm4E,IACtDxjG,KAAKyjG,yBAAyBH,EAAsB11F,EAAIyd,SAASm4E,OAGjE3xF,SAAS0wF,eAAegB,GAASn8F,MAAQikB,SAASzd,GAAOgY,WAAW49E,GACpExjG,KAAKyjG,yBAAyBH,EAAuBj4E,SAASzd,GAAOgY,WAAW49E,MAGrD,gCAAzBF,GACuB,sCAAzBA,GACyB,kCAAzBA,IACAtjG,KAAK2lD,2BAEP3lD,KAAKylD,QAAS,EACdzlD,KAAKkQ,QA7sBP,GAAIvP,GAAOT,EAAoB,GAC3BwjG,EAAiBxjG,EAAoB,IACrCyjG,EAA4BzjG,EAAoB,IAChD0jG,EAAiB1jG,EAAoB,GAOzCN,GAAQikG,iBAAmB,WACzB7jG,KAAKqiD,UAAUlD,QAAQC,UAAUpwC,SAAWhP,KAAKqiD,UAAUlD,QAAQC,UAAUpwC,QAC7EhP,KAAKytE,2BACLztE,KAAKylD,QAAS,EACdzlD,KAAKkQ,SASPtQ,EAAQ6tE,yBAA2B,WAEe,GAA5CztE,KAAKqiD,UAAUlD,QAAQC,UAAUpwC,SACnChP,KAAKwtE,YAAYk2B,GACjB1jG,KAAKwtE,YAAYm2B,GAEjB3jG,KAAKqiD,UAAUlD,QAAQI,eAAiBv/C,KAAKqiD,UAAUlD,QAAQC,UAAUG,eACzEv/C,KAAKqiD,UAAUlD,QAAQK,aAAex/C,KAAKqiD,UAAUlD,QAAQC,UAAUI,aACvEx/C,KAAKqiD,UAAUlD,QAAQM,eAAiBz/C,KAAKqiD,UAAUlD,QAAQC,UAAUK,eACzEz/C,KAAKqiD,UAAUlD,QAAQO,QAAU1/C,KAAKqiD,UAAUlD,QAAQC,UAAUM,QAElE1/C,KAAKqtE,WAAWu2B,IAE+C,GAAxD5jG,KAAKqiD,UAAUlD,QAAQU,sBAAsB7wC,SACpDhP,KAAKwtE,YAAYo2B,GACjB5jG,KAAKwtE,YAAYk2B,GAEjB1jG,KAAKqiD,UAAUlD,QAAQI,eAAiBv/C,KAAKqiD,UAAUlD,QAAQU,sBAAsBN,eACrFv/C,KAAKqiD,UAAUlD,QAAQK,aAAex/C,KAAKqiD,UAAUlD,QAAQU,sBAAsBL,aACnFx/C,KAAKqiD,UAAUlD,QAAQM,eAAiBz/C,KAAKqiD,UAAUlD,QAAQU,sBAAsBJ,eACrFz/C,KAAKqiD,UAAUlD,QAAQO,QAAU1/C,KAAKqiD,UAAUlD,QAAQU,sBAAsBH,QAE9E1/C,KAAKqtE,WAAWs2B,KAGhB3jG,KAAKwtE,YAAYo2B,GACjB5jG,KAAKwtE,YAAYm2B,GACjB3jG,KAAK8jG,cAAgBv9F,OAErBvG,KAAKqiD,UAAUlD,QAAQI,eAAiBv/C,KAAKqiD,UAAUlD,QAAQQ,UAAUJ,eACzEv/C,KAAKqiD,UAAUlD,QAAQK,aAAex/C,KAAKqiD,UAAUlD,QAAQQ,UAAUH,aACvEx/C,KAAKqiD,UAAUlD,QAAQM,eAAiBz/C,KAAKqiD,UAAUlD,QAAQQ,UAAUF,eACzEz/C,KAAKqiD,UAAUlD,QAAQO,QAAU1/C,KAAKqiD,UAAUlD,QAAQQ,UAAUD,QAElE1/C,KAAKqtE,WAAWq2B,KAUpB9jG,EAAQmkG,4BAA8B,WAEL,GAA3B/jG,KAAKykD,YAAY/+C,OACnB1F,KAAK29C,MAAM39C,KAAKykD,YAAY,IAAIoa,UAAU,EAAG,IAIzC7+D,KAAKykD,YAAY/+C,OAAS1F,KAAKqiD,UAAUvC,WAAWE,kBAAyD,GAArChgD,KAAKqiD,UAAUvC,WAAW9wC,SACpGhP,KAAK+1F,aAAa/1F,KAAKqiD,UAAUvC,WAAWG,eAAe,GAI7DjgD,KAAKgkG,qBAUTpkG,EAAQokG,iBAAmB,WAKzBhkG,KAAKikG,gCACLjkG,KAAKkkG,uBAEDlkG,KAAKqiD,UAAUlD,QAAQM,eAAiB,IACC,GAAvCz/C,KAAKqiD,UAAUZ,aAAazyC,SAA0D,GAAvChP,KAAKqiD,UAAUZ,aAAaC,QAC7E1hD,KAAKmkG,oCAGuD,GAAxDnkG,KAAKqiD,UAAUlD,QAAQU,sBAAsB7wC,QAC/ChP,KAAKokG,qCAGLpkG,KAAKqkG,2BAebzkG,EAAQmvD,wBAA0B,WAChC,GAA2C,GAAvC/uD,KAAKqiD,UAAUZ,aAAazyC,SAA0D,GAAvChP,KAAKqiD,UAAUZ,aAAaC,QAAiB,CAC9F1hD,KAAKukD,oBACLvkD,KAAKwkD,yBAEL,KAAK,GAAIqC,KAAU7mD,MAAK29C,MAClB39C,KAAK29C,MAAM93C,eAAeghD,KAC5B7mD,KAAKukD,iBAAiBsC,GAAU7mD,KAAK29C,MAAMkJ,GAG/C,IAAIs5C,GAAengG,KAAK4vD,QAAiB,QAAS,KAClD,KAAK,GAAI00C,KAAiBnE,GACpBA,EAAat6F,eAAey+F,KAC1BtkG,KAAKy+C,MAAM54C,eAAes6F,EAAamE,GAAe3xC,cACxD3yD,KAAKukD,iBAAiB+/C,GAAiBnE,EAAamE,GAGpDnE,EAAamE,GAAezlC,UAAU,EAAG,GAK/C,KAAK,GAAIjX,KAAO5nD,MAAKukD,iBACfvkD,KAAKukD,iBAAiB1+C,eAAe+hD,IACvC5nD,KAAKwkD,uBAAuBt8C,KAAK0/C,OAKrC5nD,MAAKukD,iBAAmBvkD,KAAK29C,MAC7B39C,KAAKwkD,uBAAyBxkD,KAAKykD,aAUvC7kD,EAAQqkG,8BAAgC,WACtC,GAAI9kF,GAAIC,EAAI8G,EAAUsgC,EAAMjhD,EACxBo4C,EAAQ39C,KAAKukD,iBACbggD,EAAUvkG,KAAKqiD,UAAUlD,QAAQI,eACjCilD,EAAe,CAEnB,KAAKj/F,EAAI,EAAGA,EAAIvF,KAAKwkD,uBAAuB9+C,OAAQH,IAClDihD,EAAO7I,EAAM39C,KAAKwkD,uBAAuBj/C,IACzCihD,EAAK9G,QAAU1/C,KAAKqiD,UAAUlD,QAAQO,QAEhB,WAAlB1/C,KAAK02F,WAAqC,GAAX6N,GACjCplF,GAAMqnC,EAAKn0C,EACX+M,GAAMonC,EAAKl0C,EACX4T,EAAWjhB,KAAKkrB,KAAKhR,EAAKA,EAAKC,EAAKA,GAEpColF,EAA4B,GAAZt+E,EAAiB,EAAKq+E,EAAUr+E,EAChDsgC,EAAKwV,GAAK78C,EAAKqlF,EACfh+C,EAAKyV,GAAK78C,EAAKolF,IAGfh+C,EAAKwV,GAAK,EACVxV,EAAKyV,GAAK,IAahBr8D,EAAQykG,uBAAyB,WAC/B,GAAII,GAAYr2C,EAAMV,EAClBvuC,EAAIC,EAAI48C,EAAIC,EAAIyoC,EAAax+E,EAC7Bu4B,EAAQz+C,KAAKy+C,KAGjB,KAAKiP,IAAUjP,GACTA,EAAM54C,eAAe6nD,KACvBU,EAAO3P,EAAMiP,GACTU,EAAKC,WAEHruD,KAAK29C,MAAM93C,eAAeuoD,EAAKkG,OAASt0D,KAAK29C,MAAM93C,eAAeuoD,EAAKiG,UACzEowC,EAAar2C,EAAKjP,QAAQK,aAE1BilD,IAAer2C,EAAKxkC,GAAGkzC,YAAc1O,EAAKzkC,KAAKmzC,YAAc,GAAK98D,KAAKqiD,UAAUvC,WAAWY,WAE5FvhC,EAAMivC,EAAKzkC,KAAKtX,EAAI+7C,EAAKxkC,GAAGvX,EAC5B+M,EAAMgvC,EAAKzkC,KAAKrX,EAAI87C,EAAKxkC,GAAGtX,EAC5B4T,EAAWjhB,KAAKkrB,KAAKhR,EAAKA,EAAKC,EAAKA,GAEpB,GAAZ8G,IACFA,EAAW,KAIbw+E,EAAc1kG,KAAKqiD,UAAUlD,QAAQM,gBAAkBglD,EAAav+E,GAAYA,EAEhF81C,EAAK78C,EAAKulF,EACVzoC,EAAK78C,EAAKslF,EAEVt2C,EAAKzkC,KAAKqyC,IAAMA,EAChB5N,EAAKzkC,KAAKsyC,IAAMA,EAChB7N,EAAKxkC,GAAGoyC,IAAMA,EACd5N,EAAKxkC,GAAGqyC,IAAMA,KAexBr8D,EAAQukG,kCAAoC,WAC1C,GAAIM,GAAYr2C,EAAMV,EAAQi3C,EAC1BlmD,EAAQz+C,KAAKy+C,KAGjB,KAAKiP,IAAUjP,GACb,GAAIA,EAAM54C,eAAe6nD,KACvBU,EAAO3P,EAAMiP,GACTU,EAAKC,WAEHruD,KAAK29C,MAAM93C,eAAeuoD,EAAKkG,OAASt0D,KAAK29C,MAAM93C,eAAeuoD,EAAKiG,SACzD,MAAZjG,EAAKuB,KAAa,CACpB,GAAIi1C,GAAQx2C,EAAKxkC,GACbi7E,EAAQz2C,EAAKuB,IACbm1C,EAAQ12C,EAAKzkC,IAEjB86E,GAAar2C,EAAKjP,QAAQK,aAE1BmlD,EAAsBC,EAAM9nC,YAAcgoC,EAAMhoC,YAAc,EAG9D2nC,GAAcE,EAAsB3kG,KAAKqiD,UAAUvC,WAAWY,WAC9D1gD,KAAK+kG,sBAAsBH,EAAOC,EAAO,GAAMJ,GAC/CzkG,KAAK+kG,sBAAsBF,EAAOC,EAAO,GAAML,KAiB3D7kG,EAAQmlG,sBAAwB,SAAUH,EAAOC,EAAOJ,GACtD,GAAItlF,GAAIC,EAAI48C,EAAIC,EAAIyoC,EAAax+E,CAEjC/G,GAAMylF,EAAMvyF,EAAIwyF,EAAMxyF,EACtB+M,EAAMwlF,EAAMtyF,EAAIuyF,EAAMvyF,EACtB4T,EAAWjhB,KAAKkrB,KAAKhR,EAAKA,EAAKC,EAAKA,GAEpB,GAAZ8G,IACFA,EAAW,KAIbw+E,EAAc1kG,KAAKqiD,UAAUlD,QAAQM,gBAAkBglD,EAAav+E,GAAYA,EAEhF81C,EAAK78C,EAAKulF,EACVzoC,EAAK78C,EAAKslF,EAEVE,EAAM5oC,IAAMA,EACZ4oC,EAAM3oC,IAAMA,EACZ4oC,EAAM7oC,IAAMA,EACZ6oC,EAAM5oC,IAAMA,GAIdr8D,EAAQkrD,6BAA+B,WACrC,GAAkCvkD,SAA9BvG,KAAKglG,qBAAoC,CAC3C,KAAOhlG,KAAKglG,qBAAqB/gF,iBAC/BjkB,KAAKglG,qBAAqBvzF,YAAYzR,KAAKglG,qBAAqB9gF,WAGlElkB,MAAKglG,qBAAqBl7F,WAAW2H,YAAYzR,KAAKglG,sBACtDhlG,KAAKglG,qBAAuBz+F,SAQhC3G,EAAQ8tE,0BAA4B,WAClC,GAAkCnnE,SAA9BvG,KAAKglG,qBAAoC,CAC3ChlG,KAAK+iG,mBACLpiG,EAAK6F,WAAWxG,KAAK+iG,gBAAgB/iG,KAAKqiD,UAE1C,IAAI4iD,IAAgC,KAAM,KAAM,KAAM,KACtDjlG,MAAKglG,qBAAuBnzF,SAASM,cAAc,OACnDnS,KAAKglG,qBAAqBj9F,UAAY,uBACtC/H,KAAKglG,qBAAqBxgF,UAAY,onBAW2E,GAAKxkB,KAAKqiD,UAAUlD,QAAQC,UAAUE,sBAAyB,wGAA2G,GAAKt/C,KAAKqiD,UAAUlD,QAAQC,UAAUE,sBAAyB,4JAGpPt/C,KAAKqiD,UAAUlD,QAAQC,UAAUG,eAAiB,wFAA0Fv/C,KAAKqiD,UAAUlD,QAAQC,UAAUG,eAAiB,2JAG/Lv/C,KAAKqiD,UAAUlD,QAAQC,UAAUI,aAAe,sFAAwFx/C,KAAKqiD,UAAUlD,QAAQC,UAAUI,aAAe,6JAGtLx/C,KAAKqiD,UAAUlD,QAAQC,UAAUK,eAAiB,0FAA4Fz/C,KAAKqiD,UAAUlD,QAAQC,UAAUK,eAAiB,sJAGvMz/C,KAAKqiD,UAAUlD,QAAQC,UAAUM,QAAU,4FAA8F1/C,KAAKqiD,UAAUlD,QAAQC,UAAUM,QAAU,sPAM/K1/C,KAAKqiD,UAAUlD,QAAQQ,UAAUC,aAAe,kGAAoG5/C,KAAKqiD,UAAUlD,QAAQQ,UAAUC,aAAe,2JAGnM5/C,KAAKqiD,UAAUlD,QAAQQ,UAAUJ,eAAiB,uFAAyFv/C,KAAKqiD,UAAUlD,QAAQQ,UAAUJ,eAAiB,0JAG9Lv/C,KAAKqiD,UAAUlD,QAAQQ,UAAUH,aAAe,qFAAuFx/C,KAAKqiD,UAAUlD,QAAQQ,UAAUH,aAAe,4JAGrLx/C,KAAKqiD,UAAUlD,QAAQQ,UAAUF,eAAiB,yFAA2Fz/C,KAAKqiD,UAAUlD,QAAQQ,UAAUF,eAAiB,qJAGtMz/C,KAAKqiD,UAAUlD,QAAQQ,UAAUD,QAAU,2FAA6F1/C,KAAKqiD,UAAUlD,QAAQQ,UAAUD,QAAU,oQAM9K1/C,KAAKqiD,UAAUlD,QAAQU,sBAAsBD,aAAe,kGAAoG5/C,KAAKqiD,UAAUlD,QAAQU,sBAAsBD,aAAe,2JAG3N5/C,KAAKqiD,UAAUlD,QAAQU,sBAAsBN,eAAiB,uFAAyFv/C,KAAKqiD,UAAUlD,QAAQU,sBAAsBN,eAAiB,0JAGtNv/C,KAAKqiD,UAAUlD,QAAQU,sBAAsBL,aAAe,qFAAuFx/C,KAAKqiD,UAAUlD,QAAQU,sBAAsBL,aAAe,4JAG7Mx/C,KAAKqiD,UAAUlD,QAAQU,sBAAsBJ,eAAiB,yFAA2Fz/C,KAAKqiD,UAAUlD,QAAQU,sBAAsBJ,eAAiB,qJAG9Nz/C,KAAKqiD,UAAUlD,QAAQU,sBAAsBH,QAAU,2FAA6F1/C,KAAKqiD,UAAUlD,QAAQU,sBAAsBH,QAAU,uJAG3MulD,EAA6Bv+F,QAAQ1G,KAAKqiD,UAAUjB,mBAAmB3lB,WAAa,0FAA4Fz7B,KAAKqiD,UAAUjB,mBAAmB3lB,UAAY,oKAGtNz7B,KAAKqiD,UAAUjB,mBAAmBC,gBAAkB,yFAA2FrhD,KAAKqiD,UAAUjB,mBAAmBC,gBAAkB,6JAGvMrhD,KAAKqiD,UAAUjB,mBAAmBE,YAAc,wFAA0FthD,KAAKqiD,UAAUjB,mBAAmBE,YAAc,odAU9RthD,KAAKga,iBAAiBkrF,cAAchzF,aAAalS,KAAKglG,qBAAsBhlG,KAAKga,kBACjFha,KAAKgjG,WAAanxF,SAASM,cAAc,OACzCnS,KAAKgjG,WAAWx1F,MAAM0wC,SAAW,OACjCl+C,KAAKgjG,WAAWx1F,MAAMuzD,WAAa,UACnC/gE,KAAKga,iBAAiBkrF,cAAchzF,aAAalS,KAAKgjG,WAAYhjG,KAAKga,iBAEvE;GAAImrF,EACJA,GAAetzF,SAAS0wF,eAAe,eACvC4C,EAAa/7E,SAAWq5E,EAAiBntE,KAAKt1B,KAAM,cAAe,GAAI,2CACvEmlG,EAAetzF,SAAS0wF,eAAe,eACvC4C,EAAa/7E,SAAWq5E,EAAiBntE,KAAKt1B,KAAM,cAAe,EAAG,0BACtEmlG,EAAetzF,SAAS0wF,eAAe,eACvC4C,EAAa/7E,SAAWq5E,EAAiBntE,KAAKt1B,KAAM,cAAe,EAAG,0BACtEmlG,EAAetzF,SAAS0wF,eAAe,eACvC4C,EAAa/7E,SAAWq5E,EAAiBntE,KAAKt1B,KAAM,cAAe,EAAG,wBACtEmlG,EAAetzF,SAAS0wF,eAAe,iBACvC4C,EAAa/7E,SAAWq5E,EAAiBntE,KAAKt1B,KAAM,gBAAiB,EAAG,mBAExEmlG,EAAetzF,SAAS0wF,eAAe,cACvC4C,EAAa/7E,SAAWq5E,EAAiBntE,KAAKt1B,KAAM,aAAc,EAAG,kCACrEmlG,EAAetzF,SAAS0wF,eAAe,cACvC4C,EAAa/7E,SAAWq5E,EAAiBntE,KAAKt1B,KAAM,aAAc,EAAG,0BACrEmlG,EAAetzF,SAAS0wF,eAAe,cACvC4C,EAAa/7E,SAAWq5E,EAAiBntE,KAAKt1B,KAAM,aAAc,EAAG,0BACrEmlG,EAAetzF,SAAS0wF,eAAe,cACvC4C,EAAa/7E,SAAWq5E,EAAiBntE,KAAKt1B,KAAM,aAAc,EAAG,wBACrEmlG,EAAetzF,SAAS0wF,eAAe,gBACvC4C,EAAa/7E,SAAWq5E,EAAiBntE,KAAKt1B,KAAM,eAAgB,EAAG,mBAEvEmlG,EAAetzF,SAAS0wF,eAAe,cACvC4C,EAAa/7E,SAAWq5E,EAAiBntE,KAAKt1B,KAAM,aAAc,EAAG,8CACrEmlG,EAAetzF,SAAS0wF,eAAe,cACvC4C,EAAa/7E,SAAWq5E,EAAiBntE,KAAKt1B,KAAM,aAAc,EAAG,0BACrEmlG,EAAetzF,SAAS0wF,eAAe,cACvC4C,EAAa/7E,SAAWq5E,EAAiBntE,KAAKt1B,KAAM,aAAc,EAAG,0BACrEmlG,EAAetzF,SAAS0wF,eAAe,cACvC4C,EAAa/7E,SAAWq5E,EAAiBntE,KAAKt1B,KAAM,aAAc,EAAG,wBACrEmlG,EAAetzF,SAAS0wF,eAAe,gBACvC4C,EAAa/7E,SAAWq5E,EAAiBntE,KAAKt1B,KAAM,eAAgB,EAAG,mBACvEmlG,EAAetzF,SAAS0wF,eAAe,qBACvC4C,EAAa/7E,SAAWq5E,EAAiBntE,KAAKt1B,KAAM,oBAAqBilG,EAA8B,gCACvGE,EAAetzF,SAAS0wF,eAAe,kBACvC4C,EAAa/7E,SAAWq5E,EAAiBntE,KAAKt1B,KAAM,iBAAkB,EAAG,sCACzEmlG,EAAetzF,SAAS0wF,eAAe,iBACvC4C,EAAa/7E,SAAWq5E,EAAiBntE,KAAKt1B,KAAM,gBAAiB,EAAG,iCAExE,IAAI4iG,GAAe/wF,SAAS0wF,eAAe,wBACvCM,EAAehxF,SAAS0wF,eAAe,wBACvC6C,EAAevzF,SAAS0wF,eAAe,uBAC3CM,GAAaC,SAAU,EACnB9iG,KAAKqiD,UAAUlD,QAAQC,UAAUpwC,UACnC4zF,EAAaE,SAAU,GAErB9iG,KAAKqiD,UAAUjB,mBAAmBpyC,UACpCo2F,EAAatC,SAAU,EAGzB,IAAIR,GAAqBzwF,SAAS0wF,eAAe,sBAC7C8C,EAAwBxzF,SAAS0wF,eAAe,yBAChD+C,EAAwBzzF,SAAS0wF,eAAe,wBAEpDD,GAAmB9vE,QAAU6vE,EAAwB/sE,KAAKt1B,MAC1DqlG,EAAsB7yE,QAAUgwE,EAAqBltE,KAAKt1B,MAC1DslG,EAAsB9yE,QAAUkwE,EAAqBptE,KAAKt1B,MAExDsiG,EAAmB90F,MAAM1B,WADQ,GAA/B9L,KAAKqiD,UAAUZ,cAA8D,GAAtCzhD,KAAKqiD,UAAUkjD,oBAClB,UAGA,UAIxCtC,EAAqB3qF,MAAMtY,MAE3B4iG,EAAax5E,SAAW65E,EAAqB3tE,KAAKt1B,MAClD6iG,EAAaz5E,SAAW65E,EAAqB3tE,KAAKt1B,MAClDolG,EAAah8E,SAAW65E,EAAqB3tE,KAAKt1B,QAWtDJ,EAAQ6jG,yBAA2B,SAAUH,EAAuBl8F,GAClE,GAAIo+F,GAAYlC,EAAsBr7F,MAAM,IACpB,IAApBu9F,EAAU9/F,OACZ1F,KAAKqiD,UAAUmjD,EAAU,IAAMp+F,EAEJ,GAApBo+F,EAAU9/F,OACjB1F,KAAKqiD,UAAUmjD,EAAU,IAAIA,EAAU,IAAMp+F,EAElB,GAApBo+F,EAAU9/F,SACjB1F,KAAKqiD,UAAUmjD,EAAU,IAAIA,EAAU,IAAIA,EAAU,IAAMp+F,KA6N3D,SAASvH,GAEb,QAAS4lG,GAAeC,GACvB,KAAM,IAAI9hG,OAAM,uBAAyB8hG,EAAM,MAEhDD,EAAe93F,KAAO,WAAa,UACnC83F,EAAeE,QAAUF,EACzB5lG,EAAOD,QAAU6lG,EACjBA,EAAeplG,GAAK,IAKhB,SAASR,EAAQD,GAQrBA,EAAQskG,qBAAuB,WAC7B,GAAI/kF,GAAIC,EAAW8G,EAAU81C,EAAIC,EAAI0oC,EACnCiB,EAAgBhB,EAAOC,EAAOt/F,EAAG6mB,EAE/BuxB,EAAQ39C,KAAKukD,iBACbE,EAAczkD,KAAKwkD,uBAGnBqhD,EAAS,GAAK,EACd1/F,EAAI,EAAI,EAGRy5C,EAAe5/C,KAAKqiD,UAAUlD,QAAQQ,UAAUC,aAChDkmD,EAAkBlmD,CAItB,KAAKr6C,EAAI,EAAGA,EAAIk/C,EAAY/+C,OAAS,EAAGH,IAEtC,IADAq/F,EAAQjnD,EAAM8G,EAAYl/C,IACrB6mB,EAAI7mB,EAAI,EAAG6mB,EAAIq4B,EAAY/+C,OAAQ0mB,IAAK,CAC3Cy4E,EAAQlnD,EAAM8G,EAAYr4B,IAC1Bu4E,EAAsBC,EAAM9nC,YAAc+nC,EAAM/nC,YAAc,EAE9D39C,EAAK0lF,EAAMxyF,EAAIuyF,EAAMvyF,EACrB+M,EAAKylF,EAAMvyF,EAAIsyF,EAAMtyF,EACrB4T,EAAWjhB,KAAKkrB,KAAKhR,EAAKA,EAAKC,EAAKA,GAGpB,GAAZ8G,IACFA,EAAW,GAAIjhB,KAAKE,SACpBga,EAAK+G,GAGP4/E,EAA0C,GAAvBnB,EAA4B/kD,EAAgBA,GAAgB,EAAI+kD,EAAsB3kG,KAAKqiD,UAAUvC,WAAWW,sBACnI,IAAIn7C,GAAIugG,EAASC,CACF,GAAIA,EAAf5/E,IAEA0/E,EADa,GAAME,EAAjB5/E,EACe,EAGA5gB,EAAI4gB,EAAW/f,EAIlCy/F,GAA0C,GAAvBjB,EAA4B,EAAI,EAAIA,EAAsB3kG,KAAKqiD,UAAUvC,WAAWU,mBACvGolD,GAAkC3gG,KAAKiI,IAAIgZ,EAAS,IAAK4/E,GAEzD9pC,EAAK78C,EAAKymF,EACV3pC,EAAK78C,EAAKwmF,EACVhB,EAAM5oC,IAAMA,EACZ4oC,EAAM3oC,IAAMA,EACZ4oC,EAAM7oC,IAAMA,EACZ6oC,EAAM5oC,IAAMA,MAUhB,SAASp8D,EAAQD,GAQrBA,EAAQskG,qBAAuB,WAC7B,GAAI/kF,GAAIC,EAAI8G,EAAU81C,EAAIC,EACxB2pC,EAAgBhB,EAAOC,EAAOt/F,EAAG6mB,EAE/BuxB,EAAQ39C,KAAKukD,iBACbE,EAAczkD,KAAKwkD,uBAGnB5E,EAAe5/C,KAAKqiD,UAAUlD,QAAQU,sBAAsBD,YAIhE,KAAKr6C,EAAI,EAAGA,EAAIk/C,EAAY/+C,OAAS,EAAGH,IAEtC,IADAq/F,EAAQjnD,EAAM8G,EAAYl/C,IACrB6mB,EAAI7mB,EAAI,EAAG6mB,EAAIq4B,EAAY/+C,OAAQ0mB,IAItC,GAHAy4E,EAAQlnD,EAAM8G,EAAYr4B,IAGtBw4E,EAAMrmD,OAASsmD,EAAMtmD,MAAO,CAE9Bp/B,EAAK0lF,EAAMxyF,EAAIuyF,EAAMvyF,EACrB+M,EAAKylF,EAAMvyF,EAAIsyF,EAAMtyF,EACrB4T,EAAWjhB,KAAKkrB,KAAKhR,EAAKA,EAAKC,EAAKA,EAGpC,IAAI2mF,GAAY,GAEdH,GADahmD,EAAX15B,GACgBjhB,KAAKqvB,IAAIyxE,EAAU7/E,EAAS,GAAKjhB,KAAKqvB,IAAIyxE,EAAUnmD,EAAa,GAGlE,EAGD,GAAZ15B,EACFA,EAAW,IAGX0/E,GAAkC1/E,EAEpC81C,EAAK78C,EAAKymF,EACV3pC,EAAK78C,EAAKwmF,EAEVhB,EAAM5oC,IAAMA,EACZ4oC,EAAM3oC,IAAMA,EACZ4oC,EAAM7oC,IAAMA,EACZ6oC,EAAM5oC,IAAMA,IAYtBr8D,EAAQwkG,mCAAqC,WAS3C,IAAK,GARDK,GAAYr2C,EAAMV,EAClBvuC,EAAIC,EAAI48C,EAAIC,EAAIyoC,EAAax+E,EAC7Bu4B,EAAQz+C,KAAKy+C,MAEbd,EAAQ39C,KAAKukD,iBACbE,EAAczkD,KAAKwkD,uBAGdj/C,EAAI,EAAGA,EAAIk/C,EAAY/+C,OAAQH,IAAK,CAC3C,GAAIq/F,GAAQjnD,EAAM8G,EAAYl/C,GAC9Bq/F,GAAMoB,SAAW,EACjBpB,EAAMqB,SAAW,EAKnB,IAAKv4C,IAAUjP,GACb,GAAIA,EAAM54C,eAAe6nD,KACvBU,EAAO3P,EAAMiP,GACTU,EAAKC,WAEHruD,KAAK29C,MAAM93C,eAAeuoD,EAAKkG,OAASt0D,KAAK29C,MAAM93C,eAAeuoD,EAAKiG,SAqBzE,GApBAowC,EAAar2C,EAAKjP,QAAQK,aAE1BilD,IAAer2C,EAAKxkC,GAAGkzC,YAAc1O,EAAKzkC,KAAKmzC,YAAc,GAAK98D,KAAKqiD,UAAUvC,WAAWY,WAE5FvhC,EAAMivC,EAAKzkC,KAAKtX,EAAI+7C,EAAKxkC,GAAGvX,EAC5B+M,EAAMgvC,EAAKzkC,KAAKrX,EAAI87C,EAAKxkC,GAAGtX,EAC5B4T,EAAWjhB,KAAKkrB,KAAKhR,EAAKA,EAAKC,EAAKA,GAEpB,GAAZ8G,IACFA,EAAW,KAIbw+E,EAAc1kG,KAAKqiD,UAAUlD,QAAQM,gBAAkBglD,EAAav+E,GAAYA,EAEhF81C,EAAK78C,EAAKulF,EACVzoC,EAAK78C,EAAKslF,EAINt2C,EAAKxkC,GAAG20B,OAAS6P,EAAKzkC,KAAK40B,MAC7B6P,EAAKxkC,GAAGo8E,UAAYhqC,EACpB5N,EAAKxkC,GAAGq8E,UAAYhqC,EACpB7N,EAAKzkC,KAAKq8E,UAAYhqC,EACtB5N,EAAKzkC,KAAKs8E,UAAYhqC,MAEnB,CACH,GAAI5U,GAAS,EACb+G,GAAKxkC,GAAGoyC,IAAM3U,EAAO2U,EACrB5N,EAAKxkC,GAAGqyC,IAAM5U,EAAO4U,EACrB7N,EAAKzkC,KAAKqyC,IAAM3U,EAAO2U,EACvB5N,EAAKzkC,KAAKsyC,IAAM5U,EAAO4U,EAQjC,GACI+pC,GAAUC,EADVvB,EAAc,CAElB,KAAKn/F,EAAI,EAAGA,EAAIk/C,EAAY/+C,OAAQH,IAAK,CACvC,GAAIihD,GAAO7I,EAAM8G,EAAYl/C,GAC7BygG,GAAW/gG,KAAKwG,IAAIi5F,EAAYz/F,KAAKiI,KAAKw3F,EAAYl+C,EAAKw/C,WAC3DC,EAAWhhG,KAAKwG,IAAIi5F,EAAYz/F,KAAKiI,KAAKw3F,EAAYl+C,EAAKy/C,WAE3Dz/C,EAAKwV,IAAMgqC,EACXx/C,EAAKyV,IAAMgqC,EAIb,GAAIC,GAAU,EACVC,EAAU,CACd,KAAK5gG,EAAI,EAAGA,EAAIk/C,EAAY/+C,OAAQH,IAAK,CACvC,GAAIihD,GAAO7I,EAAM8G,EAAYl/C,GAC7B2gG,IAAW1/C,EAAKwV,GAChBmqC,GAAW3/C,EAAKyV,GAElB,GAAImqC,GAAeF,EAAUzhD,EAAY/+C,OACrC2gG,EAAeF,EAAU1hD,EAAY/+C,MAEzC,KAAKH,EAAI,EAAGA,EAAIk/C,EAAY/+C,OAAQH,IAAK,CACvC,GAAIihD,GAAO7I,EAAM8G,EAAYl/C,GAC7BihD,GAAKwV,IAAMoqC,EACX5/C,EAAKyV,IAAMoqC,KAOX,SAASxmG,EAAQD,GAQrBA,EAAQskG,qBAAuB,WAC7B,GAA8D,GAA1DlkG,KAAKqiD,UAAUlD,QAAQC,UAAUE,sBAA4B,CAC/D,GAAIkH,GACA7I,EAAQ39C,KAAKukD,iBACbE,EAAczkD,KAAKwkD,uBACnB8hD,EAAY7hD,EAAY/+C,MAE5B1F,MAAKumG,mBAAmB5oD,EAAM8G,EAK9B,KAAK,GAHDq/C,GAAgB9jG,KAAK8jG,cAGhBv+F,EAAI,EAAO+gG,EAAJ/gG,EAAeA,IAC7BihD,EAAO7I,EAAM8G,EAAYl/C,IACrBihD,EAAKz3C,QAAQ6uC,KAAO,IAEtB59C,KAAKwmG,sBAAsB1C,EAAcpkG,KAAK+mG,SAASC,GAAGlgD,GAC1DxmD,KAAKwmG,sBAAsB1C,EAAcpkG,KAAK+mG,SAASE,GAAGngD,GAC1DxmD,KAAKwmG,sBAAsB1C,EAAcpkG,KAAK+mG,SAASG,GAAGpgD,GAC1DxmD,KAAKwmG,sBAAsB1C,EAAcpkG,KAAK+mG,SAASI,GAAGrgD,MAelE5mD,EAAQ4mG,sBAAwB,SAASM,EAAatgD,GAEpD,GAAIsgD,EAAaC,cAAgB,EAAG,CAClC,GAAI5nF,GAAGC,EAAG8G,CAUV,IAPA/G,EAAK2nF,EAAaE,aAAa30F,EAAIm0C,EAAKn0C,EACxC+M,EAAK0nF,EAAaE,aAAa10F,EAAIk0C,EAAKl0C,EACxC4T,EAAWjhB,KAAKkrB,KAAKhR,EAAKA,EAAKC,EAAKA,GAKhC8G,EAAW4gF,EAAaG,SAAWjnG,KAAKqiD,UAAUlD,QAAQC,UAAUC,cAAe,CAErE,GAAZn5B,IACFA,EAAW,GAAIjhB,KAAKE,SACpBga,EAAK+G,EAEP,IAAIs+E,GAAexkG,KAAKqiD,UAAUlD,QAAQC,UAAUE,sBAAwBwnD,EAAalpD,KAAO4I,EAAKz3C,QAAQ6uC,MAAQ13B,EAAWA,EAAWA,GACvI81C,EAAK78C,EAAKqlF,EACVvoC,EAAK78C,EAAKolF,CACdh+C,GAAKwV,IAAMA,EACXxV,EAAKyV,IAAMA,MAIX,IAAkC,GAA9B6qC,EAAaC,cACf/mG,KAAKwmG,sBAAsBM,EAAaL,SAASC,GAAGlgD,GACpDxmD,KAAKwmG,sBAAsBM,EAAaL,SAASE,GAAGngD,GACpDxmD,KAAKwmG,sBAAsBM,EAAaL,SAASG,GAAGpgD,GACpDxmD,KAAKwmG,sBAAsBM,EAAaL,SAASI,GAAGrgD,OAGpD,IAAIsgD,EAAaL,SAASzzF,KAAK3S,IAAMmmD,EAAKnmD,GAAI,CAE5B,GAAZ6lB,IACFA,EAAW,GAAIjhB,KAAKE,SACpBga,EAAK+G,EAEP,IAAIs+E,GAAexkG,KAAKqiD,UAAUlD,QAAQC,UAAUE,sBAAwBwnD,EAAalpD,KAAO4I,EAAKz3C,QAAQ6uC,MAAQ13B,EAAWA,EAAWA,GACvI81C,EAAK78C,EAAKqlF,EACVvoC,EAAK78C,EAAKolF,CACdh+C,GAAKwV,IAAMA,EACXxV,EAAKyV,IAAMA,KAcrBr8D,EAAQ2mG,mBAAqB,SAAS5oD,EAAM8G,GAU1C,IAAK,GATD+B,GACA8/C,EAAY7hD,EAAY/+C,OAExBihD,EAAO1iD,OAAOijG,UAChBzgD,EAAOxiD,OAAOijG,UACdtgD,GAAO3iD,OAAOijG,UACdxgD,GAAOziD,OAAOijG,UAGP3hG,EAAI,EAAO+gG,EAAJ/gG,EAAeA,IAAK,CAClC,GAAI8M,GAAIsrC,EAAM8G,EAAYl/C,IAAI8M,EAC1BC,EAAIqrC,EAAM8G,EAAYl/C,IAAI+M,CAC1BqrC,GAAM8G,EAAYl/C,IAAIwJ,QAAQ6uC,KAAO,IAC/B+I,EAAJt0C,IAAYs0C,EAAOt0C,GACnBA,EAAIu0C,IAAQA,EAAOv0C,GACfo0C,EAAJn0C,IAAYm0C,EAAOn0C,GACnBA,EAAIo0C,IAAQA,EAAOp0C,IAI3B,GAAI60F,GAAWliG,KAAKmmB,IAAIw7B,EAAOD,GAAQ1hD,KAAKmmB,IAAIs7B,EAAOD,EACnD0gD,GAAW,GAAI1gD,GAAQ,GAAM0gD,EAAUzgD,GAAQ,GAAMygD,IACtCxgD,GAAQ,GAAMwgD,EAAUvgD,GAAQ,GAAMugD,EAGzD,IAAIC,GAAkB,KAClBC,EAAWpiG,KAAKiI,IAAIk6F,EAAgBniG,KAAKmmB,IAAIw7B,EAAOD,IACpD2gD,EAAe,GAAMD,EACrB9nC,EAAU,IAAO5Y,EAAOC,GAAO4Y,EAAU,IAAO/Y,EAAOC,GAGvDo9C,GACFpkG,MACEsnG,cAAe30F,EAAE,EAAGC,EAAE,GACtBsrC,KAAK,EACL3nB,OACE0wB,KAAM4Y,EAAQ+nC,EAAa1gD,KAAK2Y,EAAQ+nC,EACxC7gD,KAAM+Y,EAAQ8nC,EAAa5gD,KAAK8Y,EAAQ8nC,GAE1C30F,KAAM00F,EACNJ,SAAU,EAAII,EACdZ,UAAYzzF,KAAK,MACjBqpC,SAAU,EACVkC,MAAO,EACPwoD,cAAe,GAMnB,KAHA/mG,KAAKunG,aAAazD,EAAcpkG,MAG3B6F,EAAI,EAAO+gG,EAAJ/gG,EAAeA,IACzBihD,EAAO7I,EAAM8G,EAAYl/C,IACrBihD,EAAKz3C,QAAQ6uC,KAAO,GACtB59C,KAAKwnG,aAAa1D,EAAcpkG,KAAK8mD,EAKzCxmD,MAAK8jG,cAAgBA,GAWvBlkG,EAAQ6nG,kBAAoB,SAASX,EAActgD,GACjD,GAAIkhD,GAAYZ,EAAalpD,KAAO4I,EAAKz3C,QAAQ6uC,KAC7C+pD,EAAe,EAAED,CAErBZ,GAAaE,aAAa30F,EAAIy0F,EAAaE,aAAa30F,EAAIy0F,EAAalpD,KAAO4I,EAAKn0C,EAAIm0C,EAAKz3C,QAAQ6uC,KACtGkpD,EAAaE,aAAa30F,GAAKs1F,EAE/Bb,EAAaE,aAAa10F,EAAIw0F,EAAaE,aAAa10F,EAAIw0F,EAAalpD,KAAO4I,EAAKl0C,EAAIk0C,EAAKz3C,QAAQ6uC,KACtGkpD,EAAaE,aAAa10F,GAAKq1F,EAE/Bb,EAAalpD,KAAO8pD,CACpB,IAAIE,GAAc3iG,KAAKiI,IAAIjI,KAAKiI,IAAIs5C,EAAK1zC,OAAO0zC,EAAKv6B,QAAQu6B,EAAK3zC,MAClEi0F,GAAazqD,SAAYyqD,EAAazqD,SAAWurD,EAAeA,EAAcd,EAAazqD,UAa7Fz8C,EAAQ4nG,aAAe,SAASV,EAAatgD,EAAKqhD,IAC1B,GAAlBA,GAA6CthG,SAAnBshG,IAE5B7nG,KAAKynG,kBAAkBX,EAAatgD,GAGlCsgD,EAAaL,SAASC,GAAGzwE,MAAM2wB,KAAOJ,EAAKn0C,EACzCy0F,EAAaL,SAASC,GAAGzwE,MAAMywB,KAAOF,EAAKl0C,EAC7CtS,KAAK8nG,eAAehB,EAAatgD,EAAK,MAGtCxmD,KAAK8nG,eAAehB,EAAatgD,EAAK,MAIpCsgD,EAAaL,SAASC,GAAGzwE,MAAMywB,KAAOF,EAAKl0C,EAC7CtS,KAAK8nG,eAAehB,EAAatgD,EAAK,MAGtCxmD,KAAK8nG,eAAehB,EAAatgD,EAAK,OAc5C5mD,EAAQkoG,eAAiB,SAAShB,EAAatgD,EAAKuhD,GAClD,OAAQjB,EAAaL,SAASsB,GAAQhB,eACpC,IAAK,GACHD,EAAaL,SAASsB,GAAQtB,SAASzzF,KAAOwzC,EAC9CsgD,EAAaL,SAASsB,GAAQhB,cAAgB,EAC9C/mG,KAAKynG,kBAAkBX,EAAaL,SAASsB,GAAQvhD,EACrD,MACF,KAAK,GAGCsgD,EAAaL,SAASsB,GAAQtB,SAASzzF,KAAKX,GAAKm0C,EAAKn0C,GACtDy0F,EAAaL,SAASsB,GAAQtB,SAASzzF,KAAKV,GAAKk0C,EAAKl0C,GACxDk0C,EAAKn0C,GAAKpN,KAAKE,SACfqhD,EAAKl0C,GAAKrN,KAAKE,WAGfnF,KAAKunG,aAAaT,EAAaL,SAASsB,IACxC/nG,KAAKwnG,aAAaV,EAAaL,SAASsB,GAAQvhD,GAElD,MACF,KAAK,GACHxmD,KAAKwnG,aAAaV,EAAaL,SAASsB,GAAQvhD,KAatD5mD,EAAQ2nG,aAAe,SAAST,GAE9B,GAAIkB,GAAgB,IACc,IAA9BlB,EAAaC,gBACfiB,EAAgBlB,EAAaL,SAASzzF,KACtC8zF,EAAalpD,KAAO,EAAGkpD,EAAaE,aAAa30F,EAAI,EAAGy0F,EAAaE,aAAa10F,EAAI,GAExFw0F,EAAaC,cAAgB,EAC7BD,EAAaL,SAASzzF,KAAO,KAC7BhT,KAAKioG,cAAcnB,EAAa,MAChC9mG,KAAKioG,cAAcnB,EAAa,MAChC9mG,KAAKioG,cAAcnB,EAAa,MAChC9mG,KAAKioG,cAAcnB,EAAa,MAEX,MAAjBkB,GACFhoG,KAAKwnG,aAAaV,EAAakB,IAenCpoG,EAAQqoG,cAAgB,SAASnB,EAAciB,GAC7C,GAAIphD,GAAKC,EAAKH,EAAKC,EACfwhD,EAAY,GAAMpB,EAAan0F,IACnC,QAAQo1F,GACN,IAAK,KACHphD,EAAOmgD,EAAa7wE,MAAM0wB,KAC1BC,EAAOkgD,EAAa7wE,MAAM0wB,KAAOuhD,EACjCzhD,EAAOqgD,EAAa7wE,MAAMwwB,KAC1BC,EAAOogD,EAAa7wE,MAAMwwB,KAAOyhD,CACjC,MACF,KAAK,KACHvhD,EAAOmgD,EAAa7wE,MAAM0wB,KAAOuhD,EACjCthD,EAAOkgD,EAAa7wE,MAAM2wB,KAC1BH,EAAOqgD,EAAa7wE,MAAMwwB,KAC1BC,EAAOogD,EAAa7wE,MAAMwwB,KAAOyhD,CACjC,MACF,KAAK,KACHvhD,EAAOmgD,EAAa7wE,MAAM0wB,KAC1BC,EAAOkgD,EAAa7wE,MAAM0wB,KAAOuhD,EACjCzhD,EAAOqgD,EAAa7wE,MAAMwwB,KAAOyhD,EACjCxhD,EAAOogD,EAAa7wE,MAAMywB,IAC1B,MACF,KAAK,KACHC,EAAOmgD,EAAa7wE,MAAM0wB,KAAOuhD,EACjCthD,EAAOkgD,EAAa7wE,MAAM2wB,KAC1BH,EAAOqgD,EAAa7wE,MAAMwwB,KAAOyhD,EACjCxhD,EAAOogD,EAAa7wE,MAAMywB,KAK9BogD,EAAaL,SAASsB,IACpBf,cAAc30F,EAAE,EAAEC,EAAE,GACpBsrC,KAAK,EACL3nB,OAAO0wB,KAAKA,EAAKC,KAAKA,EAAKH,KAAKA,EAAKC,KAAKA,GAC1C/zC,KAAM,GAAMm0F,EAAan0F,KACzBs0F,SAAU,EAAIH,EAAaG,SAC3BR,UAAWzzF,KAAK,MAChBqpC,SAAU,EACVkC,MAAOuoD,EAAavoD,MAAM,EAC1BwoD,cAAe,IAYnBnnG,EAAQuoG,UAAY,SAAS7gF,EAAIzc,GACJtE,SAAvBvG,KAAK8jG,gBAEPx8E,EAAIO,UAAY,EAEhB7nB,KAAKooG,YAAYpoG,KAAK8jG,cAAcpkG,KAAK4nB,EAAIzc,KAajDjL,EAAQwoG,YAAc,SAASC,EAAO/gF,EAAIzc,GAC1BtE,SAAVsE,IACFA,EAAQ,WAGkB,GAAxBw9F,EAAOtB,gBACT/mG,KAAKooG,YAAYC,EAAO5B,SAASC,GAAGp/E,GACpCtnB,KAAKooG,YAAYC,EAAO5B,SAASE,GAAGr/E,GACpCtnB,KAAKooG,YAAYC,EAAO5B,SAASI,GAAGv/E,GACpCtnB,KAAKooG,YAAYC,EAAO5B,SAASG,GAAGt/E,IAEtCA,EAAIY,YAAcrd,EAClByc,EAAIa,YACJb,EAAIc,OAAOigF,EAAOpyE,MAAM0wB,KAAK0hD,EAAOpyE,MAAMwwB,MAC1Cn/B,EAAIe,OAAOggF,EAAOpyE,MAAM2wB,KAAKyhD,EAAOpyE,MAAMwwB,MAC1Cn/B,EAAIlH,SAEJkH,EAAIa,YACJb,EAAIc,OAAOigF,EAAOpyE,MAAM2wB,KAAKyhD,EAAOpyE,MAAMwwB,MAC1Cn/B,EAAIe,OAAOggF,EAAOpyE,MAAM2wB,KAAKyhD,EAAOpyE,MAAMywB,MAC1Cp/B,EAAIlH,SAEJkH,EAAIa,YACJb,EAAIc,OAAOigF,EAAOpyE,MAAM2wB,KAAKyhD,EAAOpyE,MAAMywB,MAC1Cp/B,EAAIe,OAAOggF,EAAOpyE,MAAM0wB,KAAK0hD,EAAOpyE,MAAMywB,MAC1Cp/B,EAAIlH,SAEJkH,EAAIa,YACJb,EAAIc,OAAOigF,EAAOpyE,MAAM0wB,KAAK0hD,EAAOpyE,MAAMywB,MAC1Cp/B,EAAIe,OAAOggF,EAAOpyE,MAAM0wB,KAAK0hD,EAAOpyE,MAAMwwB,MAC1Cn/B,EAAIlH,WAaF,SAASvgB,GAEbA,EAAOD,QAAU,SAASC,GAQzB,MAPIA,GAAOyoG,kBACVzoG,EAAO0wE,UAAY,aACnB1wE,EAAO0oG,SAEP1oG,EAAO4mG,YACP5mG,EAAOyoG,gBAAkB,GAEnBzoG"} \ No newline at end of file diff --git a/dist/vis.min.js b/dist/vis.min.js index b134b605..ee99eeb3 100644 --- a/dist/vis.min.js +++ b/dist/vis.min.js @@ -22,18 +22,18 @@ * * Vis.js may be distributed under either license. */ -"use strict";!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):"object"==typeof exports?exports.vis=e():t.vis=e()}(this,function(){return function(t){function e(s){if(i[s])return i[s].exports;var o=i[s]={exports:{},id:s,loaded:!1};return t[s].call(o.exports,o,o.exports,e),o.loaded=!0,o.exports}var i={};return e.m=t,e.c=i,e.p="",e(0)}([function(t,e,i){e.util=i(1),e.DOMutil=i(6),e.DataSet=i(7),e.DataView=i(9),e.Queue=i(8),e.Graph3d=i(10),e.graph3d={Camera:i(14),Filter:i(15),Point2d:i(13),Point3d:i(12),Slider:i(16),StepNumber:i(17)},e.Timeline=i(18),e.Graph2d=i(42),e.timeline={DateUtil:i(24),DataStep:i(45),Range:i(21),stack:i(28),TimeStep:i(38),components:{items:{Item:i(30),BackgroundItem:i(34),BoxItem:i(32),PointItem:i(33),RangeItem:i(29)},Component:i(23),CurrentTime:i(39),CustomTime:i(41),DataAxis:i(44),GraphGroup:i(46),Group:i(27),BackgroundGroup:i(31),ItemSet:i(26),Legend:i(50),LineGraph:i(43),TimeAxis:i(37)}},e.Network=i(51),e.network={Edge:i(57),Groups:i(54),Images:i(55),Node:i(56),Popup:i(58),dotparser:i(52),gephiParser:i(53)},e.Graph=function(){throw new Error("Graph is renamed to Network. Please create a graph as new vis.Network(...)")},e.moment=i(2),e.hammer=i(19)},function(module,exports,__webpack_require__){var moment=__webpack_require__(2);exports.isNumber=function(t){return t instanceof Number||"number"==typeof t},exports.isString=function(t){return t instanceof String||"string"==typeof t},exports.isDate=function(t){if(t instanceof Date)return!0;if(exports.isString(t)){var e=ASPDateRegex.exec(t);if(e)return!0;if(!isNaN(Date.parse(t)))return!0}return!1},exports.isDataTable=function(t){return"undefined"!=typeof google&&google.visualization&&google.visualization.DataTable&&t instanceof google.visualization.DataTable},exports.randomUUID=function(){var t=function(){return Math.floor(65536*Math.random()).toString(16)};return t()+t()+"-"+t()+"-"+t()+"-"+t()+"-"+t()+t()+t()},exports.extend=function(t){for(var e=1,i=arguments.length;i>e;e++){var s=arguments[e];for(var o in s)s.hasOwnProperty(o)&&(t[o]=s[o])}return t},exports.selectiveExtend=function(t,e){if(!Array.isArray(t))throw new Error("Array with property names expected as first argument");for(var i=2;ii;i++)if(t[i]!=e[i])return!1;return!0},exports.convert=function(t,e){var i;if(void 0===t)return void 0;if(null===t)return null;if(!e)return t;if("string"!=typeof e&&!(e instanceof String))throw new Error("Type must be a string");switch(e){case"boolean":case"Boolean":return Boolean(t);case"number":case"Number":return Number(t.valueOf());case"string":case"String":return String(t);case"Date":if(exports.isNumber(t))return new Date(t);if(t instanceof Date)return new Date(t.valueOf());if(moment.isMoment(t))return new Date(t.valueOf());if(exports.isString(t))return i=ASPDateRegex.exec(t),i?new Date(Number(i[1])):moment(t).toDate();throw new Error("Cannot convert object of type "+exports.getType(t)+" to type Date");case"Moment":if(exports.isNumber(t))return moment(t);if(t instanceof Date)return moment(t.valueOf());if(moment.isMoment(t))return moment(t);if(exports.isString(t))return i=ASPDateRegex.exec(t),moment(i?Number(i[1]):t);throw new Error("Cannot convert object of type "+exports.getType(t)+" to type Date");case"ISODate":if(exports.isNumber(t))return new Date(t);if(t instanceof Date)return t.toISOString();if(moment.isMoment(t))return t.toDate().toISOString();if(exports.isString(t))return i=ASPDateRegex.exec(t),i?new Date(Number(i[1])).toISOString():new Date(t).toISOString();throw new Error("Cannot convert object of type "+exports.getType(t)+" to type ISODate");case"ASPDate":if(exports.isNumber(t))return"/Date("+t+")/";if(t instanceof Date)return"/Date("+t.valueOf()+")/";if(exports.isString(t)){i=ASPDateRegex.exec(t);var s;return s=i?new Date(Number(i[1])).valueOf():new Date(t).valueOf(),"/Date("+s+")/"}throw new Error("Cannot convert object of type "+exports.getType(t)+" to type ASPDate");default:throw new Error('Unknown type "'+e+'"')}};var ASPDateRegex=/^\/?Date\((\-?\d+)/i;exports.getType=function(t){var e=typeof t;return"object"==e?null==t?"null":t instanceof Boolean?"Boolean":t instanceof Number?"Number":t instanceof String?"String":Array.isArray(t)?"Array":t instanceof Date?"Date":"Object":"number"==e?"Number":"boolean"==e?"Boolean":"string"==e?"String":e},exports.getAbsoluteLeft=function(t){return t.getBoundingClientRect().left+window.pageXOffset},exports.getAbsoluteTop=function(t){return t.getBoundingClientRect().top+window.pageYOffset},exports.addClassName=function(t,e){var i=t.className.split(" ");-1==i.indexOf(e)&&(i.push(e),t.className=i.join(" "))},exports.removeClassName=function(t,e){var i=t.className.split(" "),s=i.indexOf(e);-1!=s&&(i.splice(s,1),t.className=i.join(" "))},exports.forEach=function(t,e){var i,s;if(Array.isArray(t))for(i=0,s=t.length;s>i;i++)e(t[i],i,t);else for(i in t)t.hasOwnProperty(i)&&e(t[i],i,t)},exports.toArray=function(t){var e=[];for(var i in t)t.hasOwnProperty(i)&&e.push(t[i]);return e},exports.updateProperty=function(t,e,i){return t[e]!==i?(t[e]=i,!0):!1},exports.addEventListener=function(t,e,i,s){t.addEventListener?(void 0===s&&(s=!1),"mousewheel"===e&&navigator.userAgent.indexOf("Firefox")>=0&&(e="DOMMouseScroll"),t.addEventListener(e,i,s)):t.attachEvent("on"+e,i)},exports.removeEventListener=function(t,e,i,s){t.removeEventListener?(void 0===s&&(s=!1),"mousewheel"===e&&navigator.userAgent.indexOf("Firefox")>=0&&(e="DOMMouseScroll"),t.removeEventListener(e,i,s)):t.detachEvent("on"+e,i)},exports.preventDefault=function(t){t||(t=window.event),t.preventDefault?t.preventDefault():t.returnValue=!1},exports.getTarget=function(t){t||(t=window.event);var e;return t.target?e=t.target:t.srcElement&&(e=t.srcElement),void 0!=e.nodeType&&3==e.nodeType&&(e=e.parentNode),e},exports.option={},exports.option.asBoolean=function(t,e){return"function"==typeof t&&(t=t()),null!=t?0!=t:e||null},exports.option.asNumber=function(t,e){return"function"==typeof t&&(t=t()),null!=t?Number(t)||e||null:e||null},exports.option.asString=function(t,e){return"function"==typeof t&&(t=t()),null!=t?String(t):e||null},exports.option.asSize=function(t,e){return"function"==typeof t&&(t=t()),exports.isString(t)?t:exports.isNumber(t)?t+"px":e||null},exports.option.asElement=function(t,e){return"function"==typeof t&&(t=t()),t||e||null},exports.GiveDec=function(Hex){var Value;return Value="A"==Hex?10:"B"==Hex?11:"C"==Hex?12:"D"==Hex?13:"E"==Hex?14:"F"==Hex?15:eval(Hex)},exports.GiveHex=function(t){var e;return e=10==t?"A":11==t?"B":12==t?"C":13==t?"D":14==t?"E":15==t?"F":""+t},exports.parseColor=function(t){var e;if(exports.isString(t)){if(exports.isValidRGB(t)){var i=t.substr(4).substr(0,t.length-5).split(",");t=exports.RGBToHex(i[0],i[1],i[2])}if(exports.isValidHex(t)){var s=exports.hexToHSV(t),o={h:s.h,s:.45*s.s,v:Math.min(1,1.05*s.v)},n={h:s.h,s:Math.min(1,1.25*s.v),v:.6*s.v},r=exports.HSVToHex(n.h,n.h,n.v),a=exports.HSVToHex(o.h,o.s,o.v);e={background:t,border:r,highlight:{background:a,border:r},hover:{background:a,border:r}}}else e={background:t,border:t,highlight:{background:t,border:t},hover:{background:t,border:t}}}else e={},e.background=t.background||"white",e.border=t.border||e.background,exports.isString(t.highlight)?e.highlight={border:t.highlight,background:t.highlight}:(e.highlight={},e.highlight.background=t.highlight&&t.highlight.background||e.background,e.highlight.border=t.highlight&&t.highlight.border||e.border),exports.isString(t.hover)?e.hover={border:t.hover,background:t.hover}:(e.hover={},e.hover.background=t.hover&&t.hover.background||e.background,e.hover.border=t.hover&&t.hover.border||e.border);return e},exports.hexToRGB=function(t){t=t.replace("#","").toUpperCase();var e=exports.GiveDec(t.substring(0,1)),i=exports.GiveDec(t.substring(1,2)),s=exports.GiveDec(t.substring(2,3)),o=exports.GiveDec(t.substring(3,4)),n=exports.GiveDec(t.substring(4,5)),r=exports.GiveDec(t.substring(5,6)),a=16*e+i,h=16*s+o,i=16*n+r;return{r:a,g:h,b:i}},exports.RGBToHex=function(t,e,i){var s=exports.GiveHex(Math.floor(t/16)),o=exports.GiveHex(t%16),n=exports.GiveHex(Math.floor(e/16)),r=exports.GiveHex(e%16),a=exports.GiveHex(Math.floor(i/16)),h=exports.GiveHex(i%16),d=s+o+n+r+a+h;return"#"+d},exports.RGBToHSV=function(t,e,i){t/=255,e/=255,i/=255;var s=Math.min(t,Math.min(e,i)),o=Math.max(t,Math.max(e,i));if(s==o)return{h:0,s:0,v:s};var n=t==s?e-i:i==s?t-e:i-t,r=t==s?3:i==s?1:5,a=60*(r-n/(o-s))/360,h=(o-s)/o,d=o;return{h:a,s:h,v:d}};var cssUtil={split:function(t){var e={};return t.split(";").forEach(function(t){if(""!=t.trim()){var i=t.split(":"),s=i[0].trim(),o=i[1].trim();e[s]=o}}),e},join:function(t){return Object.keys(t).map(function(e){return e+": "+t[e]}).join("; ")}};exports.addCssText=function(t,e){var i=cssUtil.split(t.style.cssText),s=cssUtil.split(e),o=exports.extend(i,s);t.style.cssText=cssUtil.join(o)},exports.removeCssText=function(t,e){var i=cssUtil.split(t.style.cssText),s=cssUtil.split(e);for(var o in s)s.hasOwnProperty(o)&&delete i[o];t.style.cssText=cssUtil.join(i)},exports.HSVToRGB=function(t,e,i){var s,o,n,r=Math.floor(6*t),a=6*t-r,h=i*(1-e),d=i*(1-a*e),l=i*(1-(1-a)*e);switch(r%6){case 0:s=i,o=l,n=h;break;case 1:s=d,o=i,n=h;break;case 2:s=h,o=i,n=l;break;case 3:s=h,o=d,n=i;break;case 4:s=l,o=h,n=i;break;case 5:s=i,o=h,n=d}return{r:Math.floor(255*s),g:Math.floor(255*o),b:Math.floor(255*n)}},exports.HSVToHex=function(t,e,i){var s=exports.HSVToRGB(t,e,i);return exports.RGBToHex(s.r,s.g,s.b)},exports.hexToHSV=function(t){var e=exports.hexToRGB(t);return exports.RGBToHSV(e.r,e.g,e.b)},exports.isValidHex=function(t){var e=/(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)/i.test(t);return e},exports.isValidRGB=function(t){t=t.replace(" ","");var e=/rgb\((\d{1,3}),(\d{1,3}),(\d{1,3})\)/i.test(t);return e},exports.selectiveBridgeObject=function(t,e){if("object"==typeof e){for(var i=Object.create(e),s=0;s=r&&o>n;){var h=Math.floor((r+a)/2),d=t[h],l=void 0===s?d[i]:d[i][s],c=e(l);if(0==c)return h;-1==c?r=h+1:a=h-1,n++}return-1},exports.binarySearchValue=function(t,e,i,s){for(var o,n,r,a,h=1e4,d=0,l=0,c=t.length-1;c>=l&&h>d;){if(a=Math.floor(.5*(c+l)),o=t[Math.max(0,a-1)][i],n=t[a][i],r=t[Math.min(t.length-1,a+1)][i],n==e)return a;if(e>o&&n>e)return"before"==s?Math.max(0,a-1):a;if(e>n&&r>e)return"before"==s?a:Math.min(t.length-1,a+1);e>n?l=a+1:c=a-1,d++}return-1},exports.easeInOutQuad=function(t,e,i,s){var o=i-e;return t/=s/2,1>t?o/2*t*t+e:(t--,-o/2*(t*(t-2)-1)+e)},exports.easingFunctions={linear:function(t){return t},easeInQuad:function(t){return t*t},easeOutQuad:function(t){return t*(2-t)},easeInOutQuad:function(t){return.5>t?2*t*t:-1+(4-2*t)*t},easeInCubic:function(t){return t*t*t},easeOutCubic:function(t){return--t*t*t+1},easeInOutCubic:function(t){return.5>t?4*t*t*t:(t-1)*(2*t-2)*(2*t-2)+1},easeInQuart:function(t){return t*t*t*t},easeOutQuart:function(t){return 1- --t*t*t*t},easeInOutQuart:function(t){return.5>t?8*t*t*t*t:1-8*--t*t*t*t},easeInQuint:function(t){return t*t*t*t*t},easeOutQuint:function(t){return 1+--t*t*t*t*t},easeInOutQuint:function(t){return.5>t?16*t*t*t*t*t:1+16*--t*t*t*t*t}}},function(t,e,i){t.exports="undefined"!=typeof window&&window.moment||i(3)},function(t,e,i){var s;(function(t,o){(function(n){function r(t,e,i){switch(arguments.length){case 2:return null!=t?t:e;case 3:return null!=t?t:null!=e?e:i;default:throw new Error("Implement me")}}function a(t,e){return Le.call(t,e)}function h(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1}}function d(t){Ce.suppressDeprecationWarnings===!1&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+t)}function l(t,e){var i=!0;return b(function(){return i&&(d(t),i=!1),e.apply(this,arguments)},e)}function c(t,e){Di[t]||(d(e),Di[t]=!0)}function p(t,e){return function(i){return w(t.call(this,i),e)}}function u(t,e){return function(i){return this.localeData().ordinal(t.call(this,i),e)}}function m(t,e){var i,s,o=12*(e.year()-t.year())+(e.month()-t.month()),n=t.clone().add(o,"months");return 0>e-n?(i=t.clone().add(o-1,"months"),s=(e-n)/(n-i)):(i=t.clone().add(o+1,"months"),s=(e-n)/(i-n)),-(o+s)}function f(t,e,i){var s;return null==i?e:null!=t.meridiemHour?t.meridiemHour(e,i):null!=t.isPM?(s=t.isPM(i),s&&12>e&&(e+=12),s||12!==e||(e=0),e):e}function g(){}function v(t,e){e!==!1&&F(t),_(this,t),this._d=new Date(+t._d),Si===!1&&(Si=!0,Ce.updateOffset(this),Si=!1)}function y(t){var e=N(t),i=e.year||0,s=e.quarter||0,o=e.month||0,n=e.week||0,r=e.day||0,a=e.hour||0,h=e.minute||0,d=e.second||0,l=e.millisecond||0;this._milliseconds=+l+1e3*d+6e4*h+36e5*a,this._days=+r+7*n,this._months=+o+3*s+12*i,this._data={},this._locale=Ce.localeData(),this._bubble()}function b(t,e){for(var i in e)a(e,i)&&(t[i]=e[i]);return a(e,"toString")&&(t.toString=e.toString),a(e,"valueOf")&&(t.valueOf=e.valueOf),t}function _(t,e){var i,s,o;if("undefined"!=typeof e._isAMomentObject&&(t._isAMomentObject=e._isAMomentObject),"undefined"!=typeof e._i&&(t._i=e._i),"undefined"!=typeof e._f&&(t._f=e._f),"undefined"!=typeof e._l&&(t._l=e._l),"undefined"!=typeof e._strict&&(t._strict=e._strict),"undefined"!=typeof e._tzm&&(t._tzm=e._tzm),"undefined"!=typeof e._isUTC&&(t._isUTC=e._isUTC),"undefined"!=typeof e._offset&&(t._offset=e._offset),"undefined"!=typeof e._pf&&(t._pf=e._pf),"undefined"!=typeof e._locale&&(t._locale=e._locale),Ye.length>0)for(i in Ye)s=Ye[i],o=e[s],"undefined"!=typeof o&&(t[s]=o);return t}function x(t){return 0>t?Math.ceil(t):Math.floor(t)}function w(t,e,i){for(var s=""+Math.abs(t),o=t>=0;s.lengths;s++)(i&&t[s]!==e[s]||!i&&I(t[s])!==I(e[s]))&&r++;return r+n}function k(t){if(t){var e=t.toLowerCase().replace(/(.)s$/,"$1");t=gi[t]||vi[e]||e}return t}function N(t){var e,i,s={};for(i in t)a(t,i)&&(e=k(i),e&&(s[e]=t[i]));return s}function L(t){var e,i;if(0===t.indexOf("week"))e=7,i="day";else{if(0!==t.indexOf("month"))return;e=12,i="month"}Ce[t]=function(s,o){var r,a,h=Ce._locale[t],d=[];if("number"==typeof s&&(o=s,s=n),a=function(t){var e=Ce().utc().set(i,t);return h.call(Ce._locale,e,s||"")},null!=o)return a(o);for(r=0;e>r;r++)d.push(a(r));return d}}function I(t){var e=+t,i=0;return 0!==e&&isFinite(e)&&(i=e>=0?Math.floor(e):Math.ceil(e)),i}function z(t,e){return new Date(Date.UTC(t,e+1,0)).getUTCDate()}function P(t,e,i){return me(Ce([t,11,31+e-i]),e,i).week}function A(t){return R(t)?366:365}function R(t){return t%4===0&&t%100!==0||t%400===0}function F(t){var e;t._a&&-2===t._pf.overflow&&(e=t._a[ze]<0||t._a[ze]>11?ze:t._a[Pe]<1||t._a[Pe]>z(t._a[Ie],t._a[ze])?Pe:t._a[Ae]<0||t._a[Ae]>24||24===t._a[Ae]&&(0!==t._a[Re]||0!==t._a[Fe]||0!==t._a[He])?Ae:t._a[Re]<0||t._a[Re]>59?Re:t._a[Fe]<0||t._a[Fe]>59?Fe:t._a[He]<0||t._a[He]>999?He:-1,t._pf._overflowDayOfYear&&(Ie>e||e>Pe)&&(e=Pe),t._pf.overflow=e)}function H(t){return null==t._isValid&&(t._isValid=!isNaN(t._d.getTime())&&t._pf.overflow<0&&!t._pf.empty&&!t._pf.invalidMonth&&!t._pf.nullInput&&!t._pf.invalidFormat&&!t._pf.userInvalidated,t._strict&&(t._isValid=t._isValid&&0===t._pf.charsLeftOver&&0===t._pf.unusedTokens.length&&t._pf.bigHour===n)),t._isValid}function B(t){return t?t.toLowerCase().replace("_","-"):t}function Y(t){for(var e,i,s,o,n=0;n0;){if(s=W(o.slice(0,e).join("-")))return s;if(i&&i.length>=e&&E(o,i,!0)>=e-1)break;e--}n++}return null}function W(t){var e=null;if(!Be[t]&&We)try{e=Ce.locale(),!function(){var t=new Error('Cannot find module "./locale"');throw t.code="MODULE_NOT_FOUND",t}(),Ce.locale(e)}catch(i){}return Be[t]}function G(t,e){var i,s;return e._isUTC?(i=e.clone(),s=(Ce.isMoment(t)||O(t)?+t:+Ce(t))-+i,i._d.setTime(+i._d+s),Ce.updateOffset(i,!1),i):Ce(t).local()}function j(t){return t.match(/\[[\s\S]/)?t.replace(/^\[|\]$/g,""):t.replace(/\\/g,"")}function U(t){var e,i,s=t.match(Ve);for(e=0,i=s.length;i>e;e++)s[e]=wi[s[e]]?wi[s[e]]:j(s[e]);return function(o){var n="";for(e=0;i>e;e++)n+=s[e]instanceof Function?s[e].call(o,t):s[e];return n}}function V(t,e){return t.isValid()?(e=X(e,t.localeData()),yi[e]||(yi[e]=U(e)),yi[e](t)):t.localeData().invalidDate()}function X(t,e){function i(t){return e.longDateFormat(t)||t}var s=5;for(Xe.lastIndex=0;s>=0&&Xe.test(t);)t=t.replace(Xe,i),Xe.lastIndex=0,s-=1;return t}function q(t,e){var i,s=e._strict;switch(t){case"Q":return oi;case"DDDD":return ri;case"YYYY":case"GGGG":case"gggg":return s?ai:Qe;case"Y":case"G":case"g":return di;case"YYYYYY":case"YYYYY":case"GGGGG":case"ggggg":return s?hi:Ke;case"S":if(s)return oi;case"SS":if(s)return ni;case"SSS":if(s)return ri;case"DDD":return Ze;case"MMM":case"MMMM":case"dd":case"ddd":case"dddd":return Je;case"a":case"A":return e._locale._meridiemParse;case"x":return ii;case"X":return si;case"Z":case"ZZ":return ti;case"T":return ei;case"SSSS":return $e;case"MM":case"DD":case"YY":case"GG":case"gg":case"HH":case"hh":case"mm":case"ss":case"ww":case"WW":return s?ni:qe;case"M":case"D":case"d":case"H":case"h":case"m":case"s":case"w":case"W":case"e":case"E":return qe;case"Do":return s?e._locale._ordinalParse:e._locale._ordinalParseLenient;default:return i=new RegExp(se(ie(t.replace("\\","")),"i"))}}function Z(t){t=t||"";var e=t.match(ti)||[],i=e[e.length-1]||[],s=(i+"").match(mi)||["-",0,0],o=+(60*s[1])+I(s[2]);return"+"===s[0]?o:-o}function Q(t,e,i){var s,o=i._a;switch(t){case"Q":null!=e&&(o[ze]=3*(I(e)-1));break;case"M":case"MM":null!=e&&(o[ze]=I(e)-1);break;case"MMM":case"MMMM":s=i._locale.monthsParse(e,t,i._strict),null!=s?o[ze]=s:i._pf.invalidMonth=e;break;case"D":case"DD":null!=e&&(o[Pe]=I(e));break;case"Do":null!=e&&(o[Pe]=I(parseInt(e.match(/\d{1,2}/)[0],10)));break;case"DDD":case"DDDD":null!=e&&(i._dayOfYear=I(e));break;case"YY":o[Ie]=Ce.parseTwoDigitYear(e);break;case"YYYY":case"YYYYY":case"YYYYYY":o[Ie]=I(e);break;case"a":case"A":i._meridiem=e;break;case"h":case"hh":i._pf.bigHour=!0;case"H":case"HH":o[Ae]=I(e);break;case"m":case"mm":o[Re]=I(e);break;case"s":case"ss":o[Fe]=I(e);break;case"S":case"SS":case"SSS":case"SSSS":o[He]=I(1e3*("0."+e));break;case"x":i._d=new Date(I(e));break;case"X":i._d=new Date(1e3*parseFloat(e));break;case"Z":case"ZZ":i._useUTC=!0,i._tzm=Z(e);break;case"dd":case"ddd":case"dddd":s=i._locale.weekdaysParse(e),null!=s?(i._w=i._w||{},i._w.d=s):i._pf.invalidWeekday=e;break;case"w":case"ww":case"W":case"WW":case"d":case"e":case"E":t=t.substr(0,1);case"gggg":case"GGGG":case"GGGGG":t=t.substr(0,2),e&&(i._w=i._w||{},i._w[t]=I(e));break;case"gg":case"GG":i._w=i._w||{},i._w[t]=Ce.parseTwoDigitYear(e)}}function K(t){var e,i,s,o,n,a,h;e=t._w,null!=e.GG||null!=e.W||null!=e.E?(n=1,a=4,i=r(e.GG,t._a[Ie],me(Ce(),1,4).year),s=r(e.W,1),o=r(e.E,1)):(n=t._locale._week.dow,a=t._locale._week.doy,i=r(e.gg,t._a[Ie],me(Ce(),n,a).year),s=r(e.w,1),null!=e.d?(o=e.d,n>o&&++s):o=null!=e.e?e.e+n:n),h=fe(i,s,o,a,n),t._a[Ie]=h.year,t._dayOfYear=h.dayOfYear}function $(t){var e,i,s,o,n=[];if(!t._d){for(s=te(t),t._w&&null==t._a[Pe]&&null==t._a[ze]&&K(t),t._dayOfYear&&(o=r(t._a[Ie],s[Ie]),t._dayOfYear>A(o)&&(t._pf._overflowDayOfYear=!0),i=le(o,0,t._dayOfYear),t._a[ze]=i.getUTCMonth(),t._a[Pe]=i.getUTCDate()),e=0;3>e&&null==t._a[e];++e)t._a[e]=n[e]=s[e];for(;7>e;e++)t._a[e]=n[e]=null==t._a[e]?2===e?1:0:t._a[e];24===t._a[Ae]&&0===t._a[Re]&&0===t._a[Fe]&&0===t._a[He]&&(t._nextDay=!0,t._a[Ae]=0),t._d=(t._useUTC?le:de).apply(null,n),null!=t._tzm&&t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),t._nextDay&&(t._a[Ae]=24)}}function J(t){var e;t._d||(e=N(t._i),t._a=[e.year,e.month,e.day||e.date,e.hour,e.minute,e.second,e.millisecond],$(t))}function te(t){var e=new Date;return t._useUTC?[e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()]:[e.getFullYear(),e.getMonth(),e.getDate()]}function ee(t){if(t._f===Ce.ISO_8601)return void ne(t);t._a=[],t._pf.empty=!0;var e,i,s,o,r,a=""+t._i,h=a.length,d=0;for(s=X(t._f,t._locale).match(Ve)||[],e=0;e0&&t._pf.unusedInput.push(r),a=a.slice(a.indexOf(i)+i.length),d+=i.length),wi[o]?(i?t._pf.empty=!1:t._pf.unusedTokens.push(o),Q(o,i,t)):t._strict&&!i&&t._pf.unusedTokens.push(o);t._pf.charsLeftOver=h-d,a.length>0&&t._pf.unusedInput.push(a),t._pf.bigHour===!0&&t._a[Ae]<=12&&(t._pf.bigHour=n),t._a[Ae]=f(t._locale,t._a[Ae],t._meridiem),$(t),F(t)}function ie(t){return t.replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(t,e,i,s,o){return e||i||s||o})}function se(t){return t.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function oe(t){var e,i,s,o,n;if(0===t._f.length)return t._pf.invalidFormat=!0,void(t._d=new Date(0/0));for(o=0;on)&&(s=n,i=e));b(t,i||e)}function ne(t){var e,i,s=t._i,o=li.exec(s);if(o){for(t._pf.iso=!0,e=0,i=pi.length;i>e;e++)if(pi[e][1].exec(s)){t._f=pi[e][0]+(o[6]||" ");break}for(e=0,i=ui.length;i>e;e++)if(ui[e][1].exec(s)){t._f+=ui[e][0];break}s.match(ti)&&(t._f+="Z"),ee(t)}else t._isValid=!1}function re(t){ne(t),t._isValid===!1&&(delete t._isValid,Ce.createFromInputFallback(t))}function ae(t,e){var i,s=[];for(i=0;it&&a.setFullYear(t),a}function le(t){var e=new Date(Date.UTC.apply(null,arguments));return 1970>t&&e.setUTCFullYear(t),e}function ce(t,e){if("string"==typeof t)if(isNaN(t)){if(t=e.weekdaysParse(t),"number"!=typeof t)return null}else t=parseInt(t,10);return t}function pe(t,e,i,s,o){return o.relativeTime(e||1,!!i,t,s)}function ue(t,e,i){var s=Ce.duration(t).abs(),o=Ne(s.as("s")),n=Ne(s.as("m")),r=Ne(s.as("h")),a=Ne(s.as("d")),h=Ne(s.as("M")),d=Ne(s.as("y")),l=o0,l[4]=i,pe.apply({},l)}function me(t,e,i){var s,o=i-e,n=i-t.day();return n>o&&(n-=7),o-7>n&&(n+=7),s=Ce(t).add(n,"d"),{week:Math.ceil(s.dayOfYear()/7),year:s.year()}}function fe(t,e,i,s,o){var n,r,a=le(t,0,1).getUTCDay();return a=0===a?7:a,i=null!=i?i:o,n=o-a+(a>s?7:0)-(o>a?7:0),r=7*(e-1)+(i-o)+n+1,{year:r>0?t:t-1,dayOfYear:r>0?r:A(t-1)+r}}function ge(t){var e,i=t._i,s=t._f;return t._locale=t._locale||Ce.localeData(t._l),null===i||s===n&&""===i?Ce.invalid({nullInput:!0}):("string"==typeof i&&(t._i=i=t._locale.preparse(i)),Ce.isMoment(i)?new v(i,!0):(s?T(s)?oe(t):ee(t):he(t),e=new v(t),e._nextDay&&(e.add(1,"d"),e._nextDay=n),e))}function ve(t,e){var i,s;if(1===e.length&&T(e[0])&&(e=e[0]),!e.length)return Ce();for(i=e[0],s=1;s=0?"+":"-";return e+w(Math.abs(t),6)},gg:function(){return w(this.weekYear()%100,2)},gggg:function(){return w(this.weekYear(),4)},ggggg:function(){return w(this.weekYear(),5)},GG:function(){return w(this.isoWeekYear()%100,2)},GGGG:function(){return w(this.isoWeekYear(),4)},GGGGG:function(){return w(this.isoWeekYear(),5)},e:function(){return this.weekday()},E:function(){return this.isoWeekday()},a:function(){return this.localeData().meridiem(this.hours(),this.minutes(),!0)},A:function(){return this.localeData().meridiem(this.hours(),this.minutes(),!1)},H:function(){return this.hours()},h:function(){return this.hours()%12||12},m:function(){return this.minutes()},s:function(){return this.seconds()},S:function(){return I(this.milliseconds()/100)},SS:function(){return w(I(this.milliseconds()/10),2)},SSS:function(){return w(this.milliseconds(),3)},SSSS:function(){return w(this.milliseconds(),3)},Z:function(){var t=this.utcOffset(),e="+";return 0>t&&(t=-t,e="-"),e+w(I(t/60),2)+":"+w(I(t)%60,2)},ZZ:function(){var t=this.utcOffset(),e="+";return 0>t&&(t=-t,e="-"),e+w(I(t/60),2)+w(I(t)%60,2)},z:function(){return this.zoneAbbr()},zz:function(){return this.zoneName()},x:function(){return this.valueOf()},X:function(){return this.unix()},Q:function(){return this.quarter()}},Di={},Mi=["months","monthsShort","weekdays","weekdaysShort","weekdaysMin"],Si=!1;_i.length;)Oe=_i.pop(),wi[Oe+"o"]=u(wi[Oe],Oe);for(;xi.length;)Oe=xi.pop(),wi[Oe+Oe]=p(wi[Oe],2);wi.DDDD=p(wi.DDD,3),b(g.prototype,{set:function(t){var e,i;for(i in t)e=t[i],"function"==typeof e?this[i]=e:this["_"+i]=e;this._ordinalParseLenient=new RegExp(this._ordinalParse.source+"|"+/\d{1,2}/.source)},_months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),months:function(t){return this._months[t.month()]},_monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),monthsShort:function(t){return this._monthsShort[t.month()]},monthsParse:function(t,e,i){var s,o,n;for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),s=0;12>s;s++){if(o=Ce.utc([2e3,s]),i&&!this._longMonthsParse[s]&&(this._longMonthsParse[s]=new RegExp("^"+this.months(o,"").replace(".","")+"$","i"),this._shortMonthsParse[s]=new RegExp("^"+this.monthsShort(o,"").replace(".","")+"$","i")),i||this._monthsParse[s]||(n="^"+this.months(o,"")+"|^"+this.monthsShort(o,""),this._monthsParse[s]=new RegExp(n.replace(".",""),"i")),i&&"MMMM"===e&&this._longMonthsParse[s].test(t))return s; -if(i&&"MMM"===e&&this._shortMonthsParse[s].test(t))return s;if(!i&&this._monthsParse[s].test(t))return s}},_weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdays:function(t){return this._weekdays[t.day()]},_weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysShort:function(t){return this._weekdaysShort[t.day()]},_weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),weekdaysMin:function(t){return this._weekdaysMin[t.day()]},weekdaysParse:function(t){var e,i,s;for(this._weekdaysParse||(this._weekdaysParse=[]),e=0;7>e;e++)if(this._weekdaysParse[e]||(i=Ce([2e3,1]).day(e),s="^"+this.weekdays(i,"")+"|^"+this.weekdaysShort(i,"")+"|^"+this.weekdaysMin(i,""),this._weekdaysParse[e]=new RegExp(s.replace(".",""),"i")),this._weekdaysParse[e].test(t))return e},_longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY LT",LLLL:"dddd, MMMM D, YYYY LT"},longDateFormat:function(t){var e=this._longDateFormat[t];return!e&&this._longDateFormat[t.toUpperCase()]&&(e=this._longDateFormat[t.toUpperCase()].replace(/MMMM|MM|DD|dddd/g,function(t){return t.slice(1)}),this._longDateFormat[t]=e),e},isPM:function(t){return"p"===(t+"").toLowerCase().charAt(0)},_meridiemParse:/[ap]\.?m?\.?/i,meridiem:function(t,e,i){return t>11?i?"pm":"PM":i?"am":"AM"},_calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},calendar:function(t,e,i){var s=this._calendar[t];return"function"==typeof s?s.apply(e,[i]):s},_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"},relativeTime:function(t,e,i,s){var o=this._relativeTime[i];return"function"==typeof o?o(t,e,i,s):o.replace(/%d/i,t)},pastFuture:function(t,e){var i=this._relativeTime[t>0?"future":"past"];return"function"==typeof i?i(e):i.replace(/%s/i,e)},ordinal:function(t){return this._ordinal.replace("%d",t)},_ordinal:"%d",_ordinalParse:/\d{1,2}/,preparse:function(t){return t},postformat:function(t){return t},week:function(t){return me(t,this._week.dow,this._week.doy).week},_week:{dow:0,doy:6},firstDayOfWeek:function(){return this._week.dow},firstDayOfYear:function(){return this._week.doy},_invalidDate:"Invalid date",invalidDate:function(){return this._invalidDate}}),Ce=function(t,e,i,s){var o;return"boolean"==typeof i&&(s=i,i=n),o={},o._isAMomentObject=!0,o._i=t,o._f=e,o._l=i,o._strict=s,o._isUTC=!1,o._pf=h(),ge(o)},Ce.suppressDeprecationWarnings=!1,Ce.createFromInputFallback=l("moment construction falls back to js Date. This is discouraged and will be removed in upcoming major release. Please refer to https://github.com/moment/moment/issues/1407 for more info.",function(t){t._d=new Date(t._i+(t._useUTC?" UTC":""))}),Ce.min=function(){var t=[].slice.call(arguments,0);return ve("isBefore",t)},Ce.max=function(){var t=[].slice.call(arguments,0);return ve("isAfter",t)},Ce.utc=function(t,e,i,s){var o;return"boolean"==typeof i&&(s=i,i=n),o={},o._isAMomentObject=!0,o._useUTC=!0,o._isUTC=!0,o._l=i,o._i=t,o._f=e,o._strict=s,o._pf=h(),ge(o).utc()},Ce.unix=function(t){return Ce(1e3*t)},Ce.duration=function(t,e){var i,s,o,n,r=t,h=null;return Ce.isDuration(t)?r={ms:t._milliseconds,d:t._days,M:t._months}:"number"==typeof t?(r={},e?r[e]=t:r.milliseconds=t):(h=je.exec(t))?(i="-"===h[1]?-1:1,r={y:0,d:I(h[Pe])*i,h:I(h[Ae])*i,m:I(h[Re])*i,s:I(h[Fe])*i,ms:I(h[He])*i}):(h=Ue.exec(t))?(i="-"===h[1]?-1:1,o=function(t){var e=t&&parseFloat(t.replace(",","."));return(isNaN(e)?0:e)*i},r={y:o(h[2]),M:o(h[3]),d:o(h[4]),h:o(h[5]),m:o(h[6]),s:o(h[7]),w:o(h[8])}):null==r?r={}:"object"==typeof r&&("from"in r||"to"in r)&&(n=M(Ce(r.from),Ce(r.to)),r={},r.ms=n.milliseconds,r.M=n.months),s=new y(r),Ce.isDuration(t)&&a(t,"_locale")&&(s._locale=t._locale),s},Ce.version=Ee,Ce.defaultFormat=ci,Ce.ISO_8601=function(){},Ce.momentProperties=Ye,Ce.updateOffset=function(){},Ce.relativeTimeThreshold=function(t,e){return bi[t]===n?!1:e===n?bi[t]:(bi[t]=e,!0)},Ce.lang=l("moment.lang is deprecated. Use moment.locale instead.",function(t,e){return Ce.locale(t,e)}),Ce.locale=function(t,e){var i;return t&&(i="undefined"!=typeof e?Ce.defineLocale(t,e):Ce.localeData(t),i&&(Ce.duration._locale=Ce._locale=i)),Ce._locale._abbr},Ce.defineLocale=function(t,e){return null!==e?(e.abbr=t,Be[t]||(Be[t]=new g),Be[t].set(e),Ce.locale(t),Be[t]):(delete Be[t],null)},Ce.langData=l("moment.langData is deprecated. Use moment.localeData instead.",function(t){return Ce.localeData(t)}),Ce.localeData=function(t){var e;if(t&&t._locale&&t._locale._abbr&&(t=t._locale._abbr),!t)return Ce._locale;if(!T(t)){if(e=W(t))return e;t=[t]}return Y(t)},Ce.isMoment=function(t){return t instanceof v||null!=t&&a(t,"_isAMomentObject")},Ce.isDuration=function(t){return t instanceof y};for(Oe=Mi.length-1;Oe>=0;--Oe)L(Mi[Oe]);Ce.normalizeUnits=function(t){return k(t)},Ce.invalid=function(t){var e=Ce.utc(0/0);return null!=t?b(e._pf,t):e._pf.userInvalidated=!0,e},Ce.parseZone=function(){return Ce.apply(null,arguments).parseZone()},Ce.parseTwoDigitYear=function(t){return I(t)+(I(t)>68?1900:2e3)},Ce.isDate=O,b(Ce.fn=v.prototype,{clone:function(){return Ce(this)},valueOf:function(){return+this._d-6e4*(this._offset||0)},unix:function(){return Math.floor(+this/1e3)},toString:function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},toDate:function(){return this._offset?new Date(+this):this._d},toISOString:function(){var t=Ce(this).utc();return 00:!1},parsingFlags:function(){return b({},this._pf)},invalidAt:function(){return this._pf.overflow},utc:function(t){return this.utcOffset(0,t)},local:function(t){return this._isUTC&&(this.utcOffset(0,t),this._isUTC=!1,t&&this.subtract(this._dateUtcOffset(),"m")),this},format:function(t){var e=V(this,t||Ce.defaultFormat);return this.localeData().postformat(e)},add:S(1,"add"),subtract:S(-1,"subtract"),diff:function(t,e,i){var s,o,n=G(t,this),r=6e4*(n.utcOffset()-this.utcOffset());return e=k(e),"year"===e||"month"===e||"quarter"===e?(o=m(this,n),"quarter"===e?o/=3:"year"===e&&(o/=12)):(s=this-n,o="second"===e?s/1e3:"minute"===e?s/6e4:"hour"===e?s/36e5:"day"===e?(s-r)/864e5:"week"===e?(s-r)/6048e5:s),i?o:x(o)},from:function(t,e){return Ce.duration({to:this,from:t}).locale(this.locale()).humanize(!e)},fromNow:function(t){return this.from(Ce(),t)},calendar:function(t){var e=t||Ce(),i=G(e,this).startOf("day"),s=this.diff(i,"days",!0),o=-6>s?"sameElse":-1>s?"lastWeek":0>s?"lastDay":1>s?"sameDay":2>s?"nextDay":7>s?"nextWeek":"sameElse";return this.format(this.localeData().calendar(o,this,Ce(e)))},isLeapYear:function(){return R(this.year())},isDST:function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},day:function(t){var e=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=t?(t=ce(t,this.localeData()),this.add(t-e,"d")):e},month:xe("Month",!0),startOf:function(t){switch(t=k(t)){case"year":this.month(0);case"quarter":case"month":this.date(1);case"week":case"isoWeek":case"day":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},endOf:function(t){return t=k(t),t===n||"millisecond"===t?this:this.startOf(t).add(1,"isoWeek"===t?"week":t).subtract(1,"ms")},isAfter:function(t,e){var i;return e=k("undefined"!=typeof e?e:"millisecond"),"millisecond"===e?(t=Ce.isMoment(t)?t:Ce(t),+this>+t):(i=Ce.isMoment(t)?+t:+Ce(t),i<+this.clone().startOf(e))},isBefore:function(t,e){var i;return e=k("undefined"!=typeof e?e:"millisecond"),"millisecond"===e?(t=Ce.isMoment(t)?t:Ce(t),+t>+this):(i=Ce.isMoment(t)?+t:+Ce(t),+this.clone().endOf(e)t?this:t}),max:l("moment().max is deprecated, use moment.max instead. https://github.com/moment/moment/issues/1548",function(t){return t=Ce.apply(null,arguments),t>this?this:t}),zone:l("moment().zone is deprecated, use moment().utcOffset instead. https://github.com/moment/moment/issues/1779",function(t,e){return null!=t?("string"!=typeof t&&(t=-t),this.utcOffset(t,e),this):-this.utcOffset()}),utcOffset:function(t,e){var i,s=this._offset||0;return null!=t?("string"==typeof t&&(t=Z(t)),Math.abs(t)<16&&(t=60*t),!this._isUTC&&e&&(i=this._dateUtcOffset()),this._offset=t,this._isUTC=!0,null!=i&&this.add(i,"m"),s!==t&&(!e||this._changeInProgress?C(this,Ce.duration(t-s,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,Ce.updateOffset(this,!0),this._changeInProgress=null)),this):this._isUTC?s:this._dateUtcOffset()},isLocal:function(){return!this._isUTC},isUtcOffset:function(){return this._isUTC},isUtc:function(){return this._isUTC&&0===this._offset},zoneAbbr:function(){return this._isUTC?"UTC":""},zoneName:function(){return this._isUTC?"Coordinated Universal Time":""},parseZone:function(){return this._tzm?this.utcOffset(this._tzm):"string"==typeof this._i&&this.utcOffset(Z(this._i)),this},hasAlignedHourOffset:function(t){return t=t?Ce(t).utcOffset():0,(this.utcOffset()-t)%60===0},daysInMonth:function(){return z(this.year(),this.month())},dayOfYear:function(t){var e=Ne((Ce(this).startOf("day")-Ce(this).startOf("year"))/864e5)+1;return null==t?e:this.add(t-e,"d")},quarter:function(t){return null==t?Math.ceil((this.month()+1)/3):this.month(3*(t-1)+this.month()%3)},weekYear:function(t){var e=me(this,this.localeData()._week.dow,this.localeData()._week.doy).year;return null==t?e:this.add(t-e,"y")},isoWeekYear:function(t){var e=me(this,1,4).year;return null==t?e:this.add(t-e,"y")},week:function(t){var e=this.localeData().week(this);return null==t?e:this.add(7*(t-e),"d")},isoWeek:function(t){var e=me(this,1,4).week;return null==t?e:this.add(7*(t-e),"d")},weekday:function(t){var e=(this.day()+7-this.localeData()._week.dow)%7;return null==t?e:this.add(t-e,"d")},isoWeekday:function(t){return null==t?this.day()||7:this.day(this.day()%7?t:t-7)},isoWeeksInYear:function(){return P(this.year(),1,4)},weeksInYear:function(){var t=this.localeData()._week;return P(this.year(),t.dow,t.doy)},get:function(t){return t=k(t),this[t]()},set:function(t,e){var i;if("object"==typeof t)for(i in t)this.set(i,t[i]);else t=k(t),"function"==typeof this[t]&&this[t](e);return this},locale:function(t){var e;return t===n?this._locale._abbr:(e=Ce.localeData(t),null!=e&&(this._locale=e),this)},lang:l("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(t){return t===n?this.localeData():this.locale(t)}),localeData:function(){return this._locale},_dateUtcOffset:function(){return 15*-Math.round(this._d.getTimezoneOffset()/15)}}),Ce.fn.millisecond=Ce.fn.milliseconds=xe("Milliseconds",!1),Ce.fn.second=Ce.fn.seconds=xe("Seconds",!1),Ce.fn.minute=Ce.fn.minutes=xe("Minutes",!1),Ce.fn.hour=Ce.fn.hours=xe("Hours",!0),Ce.fn.date=xe("Date",!0),Ce.fn.dates=l("dates accessor is deprecated. Use date instead.",xe("Date",!0)),Ce.fn.year=xe("FullYear",!0),Ce.fn.years=l("years accessor is deprecated. Use year instead.",xe("FullYear",!0)),Ce.fn.days=Ce.fn.day,Ce.fn.months=Ce.fn.month,Ce.fn.weeks=Ce.fn.week,Ce.fn.isoWeeks=Ce.fn.isoWeek,Ce.fn.quarters=Ce.fn.quarter,Ce.fn.toJSON=Ce.fn.toISOString,Ce.fn.isUTC=Ce.fn.isUtc,b(Ce.duration.fn=y.prototype,{_bubble:function(){var t,e,i,s=this._milliseconds,o=this._days,n=this._months,r=this._data,a=0;r.milliseconds=s%1e3,t=x(s/1e3),r.seconds=t%60,e=x(t/60),r.minutes=e%60,i=x(e/60),r.hours=i%24,o+=x(i/24),a=x(we(o)),o-=x(De(a)),n+=x(o/30),o%=30,a+=x(n/12),n%=12,r.days=o,r.months=n,r.years=a},abs:function(){return this._milliseconds=Math.abs(this._milliseconds),this._days=Math.abs(this._days),this._months=Math.abs(this._months),this._data.milliseconds=Math.abs(this._data.milliseconds),this._data.seconds=Math.abs(this._data.seconds),this._data.minutes=Math.abs(this._data.minutes),this._data.hours=Math.abs(this._data.hours),this._data.months=Math.abs(this._data.months),this._data.years=Math.abs(this._data.years),this},weeks:function(){return x(this.days()/7)},valueOf:function(){return this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*I(this._months/12)},humanize:function(t){var e=ue(this,!t,this.localeData());return t&&(e=this.localeData().pastFuture(+this,e)),this.localeData().postformat(e)},add:function(t,e){var i=Ce.duration(t,e);return this._milliseconds+=i._milliseconds,this._days+=i._days,this._months+=i._months,this._bubble(),this},subtract:function(t,e){var i=Ce.duration(t,e);return this._milliseconds-=i._milliseconds,this._days-=i._days,this._months-=i._months,this._bubble(),this},get:function(t){return t=k(t),this[t.toLowerCase()+"s"]()},as:function(t){var e,i;if(t=k(t),"month"===t||"year"===t)return e=this._days+this._milliseconds/864e5,i=this._months+12*we(e),"month"===t?i:i/12;switch(e=this._days+Math.round(De(this._months/12)),t){case"week":return e/7+this._milliseconds/6048e5;case"day":return e+this._milliseconds/864e5;case"hour":return 24*e+this._milliseconds/36e5;case"minute":return 24*e*60+this._milliseconds/6e4;case"second":return 24*e*60*60+this._milliseconds/1e3;case"millisecond":return Math.floor(24*e*60*60*1e3)+this._milliseconds;default:throw new Error("Unknown unit "+t)}},lang:Ce.fn.lang,locale:Ce.fn.locale,toIsoString:l("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",function(){return this.toISOString()}),toISOString:function(){var t=Math.abs(this.years()),e=Math.abs(this.months()),i=Math.abs(this.days()),s=Math.abs(this.hours()),o=Math.abs(this.minutes()),n=Math.abs(this.seconds()+this.milliseconds()/1e3);return this.asSeconds()?(this.asSeconds()<0?"-":"")+"P"+(t?t+"Y":"")+(e?e+"M":"")+(i?i+"D":"")+(s||o||n?"T":"")+(s?s+"H":"")+(o?o+"M":"")+(n?n+"S":""):"P0D"},localeData:function(){return this._locale},toJSON:function(){return this.toISOString()}}),Ce.duration.fn.toString=Ce.duration.fn.toISOString;for(Oe in fi)a(fi,Oe)&&Me(Oe.toLowerCase());Ce.duration.fn.asMilliseconds=function(){return this.as("ms")},Ce.duration.fn.asSeconds=function(){return this.as("s")},Ce.duration.fn.asMinutes=function(){return this.as("m")},Ce.duration.fn.asHours=function(){return this.as("h")},Ce.duration.fn.asDays=function(){return this.as("d")},Ce.duration.fn.asWeeks=function(){return this.as("weeks")},Ce.duration.fn.asMonths=function(){return this.as("M")},Ce.duration.fn.asYears=function(){return this.as("y")},Ce.locale("en",{ordinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(t){var e=t%10,i=1===I(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th";return t+i}}),We?o.exports=Ce:(s=function(t,e,i){return i.config&&i.config()&&i.config().noGlobal===!0&&(ke.moment=Te),Ce}.call(e,i,e,o),!(s!==n&&(o.exports=s)),Se(!0))}).call(this)}).call(e,function(){return this}(),i(5)(t))},function(t){function e(t){throw new Error("Cannot find module '"+t+"'.")}e.keys=function(){return[]},e.resolve=e,t.exports=e,e.id=4},function(t){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children=[],t.webpackPolyfill=1),t}},function(t,e){e.prepareElements=function(t){for(var e in t)t.hasOwnProperty(e)&&(t[e].redundant=t[e].used,t[e].used=[])},e.cleanupElements=function(t){for(var e in t)if(t.hasOwnProperty(e)&&t[e].redundant){for(var i=0;i0?(s=e[t].redundant[0],e[t].redundant.shift()):(s=document.createElementNS("http://www.w3.org/2000/svg",t),i.appendChild(s)):(s=document.createElementNS("http://www.w3.org/2000/svg",t),e[t]={used:[],redundant:[]},i.appendChild(s)),e[t].used.push(s),s},e.getDOMElement=function(t,e,i,s){var o;return e.hasOwnProperty(t)?e[t].redundant.length>0?(o=e[t].redundant[0],e[t].redundant.shift()):(o=document.createElement(t),void 0!==s?i.insertBefore(o,s):i.appendChild(o)):(o=document.createElement(t),e[t]={used:[],redundant:[]},void 0!==s?i.insertBefore(o,s):i.appendChild(o)),e[t].used.push(o),o},e.drawPoint=function(t,i,s,o,n){var r;return"circle"==s.options.drawPoints.style?(r=e.getSVGElement("circle",o,n),r.setAttributeNS(null,"cx",t),r.setAttributeNS(null,"cy",i),r.setAttributeNS(null,"r",.5*s.options.drawPoints.size)):(r=e.getSVGElement("rect",o,n),r.setAttributeNS(null,"x",t-.5*s.options.drawPoints.size),r.setAttributeNS(null,"y",i-.5*s.options.drawPoints.size),r.setAttributeNS(null,"width",s.options.drawPoints.size),r.setAttributeNS(null,"height",s.options.drawPoints.size)),void 0!==s.options.drawPoints.styles&&r.setAttributeNS(null,"style",s.group.options.drawPoints.styles),r.setAttributeNS(null,"class",s.className+" point"),r},e.drawBar=function(t,i,s,o,n,r,a){if(0!=o){0>o&&(o*=-1,i-=o);var h=e.getSVGElement("rect",r,a);h.setAttributeNS(null,"x",t-.5*s),h.setAttributeNS(null,"y",i),h.setAttributeNS(null,"width",s),h.setAttributeNS(null,"height",o),h.setAttributeNS(null,"class",n)}}},function(t,e,i){function s(t,e){if(!t||Array.isArray(t)||o.isDataTable(t)||(e=t,t=null),this._options=e||{},this._data={},this._fieldId=this._options.fieldId||"id",this._type={},this._options.type)for(var i in this._options.type)if(this._options.type.hasOwnProperty(i)){var s=this._options.type[i];this._type[i]="Date"==s||"ISODate"==s||"ASPDate"==s?"Date":s}if(this._options.convert)throw new Error('Option "convert" is deprecated. Use "type" instead.');this._subscribers={},t&&this.add(t),this.setOptions(e)}var o=i(1),n=i(8);s.prototype.setOptions=function(t){t&&void 0!==t.queue&&(t.queue===!1?this._queue&&(this._queue.destroy(),delete this._queue):(this._queue||(this._queue=n.extend(this,{replace:["add","update","remove"]})),"object"==typeof t.queue&&this._queue.setOptions(t.queue)))},s.prototype.on=function(t,e){var i=this._subscribers[t];i||(i=[],this._subscribers[t]=i),i.push({callback:e})},s.prototype.subscribe=s.prototype.on,s.prototype.off=function(t,e){var i=this._subscribers[t];i&&(this._subscribers[t]=i.filter(function(t){return t.callback!=e}))},s.prototype.unsubscribe=s.prototype.off,s.prototype._trigger=function(t,e,i){if("*"==t)throw new Error("Cannot trigger event *");var s=[];t in this._subscribers&&(s=s.concat(this._subscribers[t])),"*"in this._subscribers&&(s=s.concat(this._subscribers["*"]));for(var o=0;or;r++)i=n._addItem(t[r]),s.push(i);else if(o.isDataTable(t))for(var h=this._getColumnNames(t),d=0,l=t.getNumberOfRows();l>d;d++){for(var c={},p=0,u=h.length;u>p;p++){var m=h[p];c[m]=t.getValue(d,p)}i=n._addItem(c),s.push(i)}else{if(!(t instanceof Object))throw new Error("Unknown dataType");i=n._addItem(t),s.push(i)}return s.length&&this._trigger("add",{items:s},e),s},s.prototype.update=function(t,e){var i=[],s=[],n=[],r=this,a=r._fieldId,h=function(t){var e=t[a];r._data[e]?(e=r._updateItem(t),s.push(e),n.push(t)):(e=r._addItem(t),i.push(e))};if(Array.isArray(t))for(var d=0,l=t.length;l>d;d++)h(t[d]);else if(o.isDataTable(t))for(var c=this._getColumnNames(t),p=0,u=t.getNumberOfRows();u>p;p++){for(var m={},f=0,g=c.length;g>f;f++){var v=c[f];m[v]=t.getValue(p,f)}h(m)}else{if(!(t instanceof Object))throw new Error("Unknown dataType");h(t)}return i.length&&this._trigger("add",{items:i},e),s.length&&this._trigger("update",{items:s,data:n},e),i.concat(s)},s.prototype.get=function(){var t,e,i,s,n=this,r=o.getType(arguments[0]);"String"==r||"Number"==r?(t=arguments[0],i=arguments[1],s=arguments[2]):"Array"==r?(e=arguments[0],i=arguments[1],s=arguments[2]):(i=arguments[0],s=arguments[1]);var a;if(i&&i.returnType){var h=["DataTable","Array","Object"];if(a=-1==h.indexOf(i.returnType)?"Array":i.returnType,s&&a!=o.getType(s))throw new Error('Type of parameter "data" ('+o.getType(s)+") does not correspond with specified options.type ("+i.type+")");if("DataTable"==a&&!o.isDataTable(s))throw new Error('Parameter "data" must be a DataTable when options.type is "DataTable"')}else a=s&&"DataTable"==o.getType(s)?"DataTable":"Array";var d,l,c,p,u=i&&i.type||this._options.type,m=i&&i.filter,f=[];if(void 0!=t)d=n._getItem(t,u),m&&!m(d)&&(d=null);else if(void 0!=e)for(c=0,p=e.length;p>c;c++)d=n._getItem(e[c],u),(!m||m(d))&&f.push(d);else for(l in this._data)this._data.hasOwnProperty(l)&&(d=n._getItem(l,u),(!m||m(d))&&f.push(d));if(i&&i.order&&void 0==t&&this._sort(f,i.order),i&&i.fields){var g=i.fields;if(void 0!=t)d=this._filterFields(d,g);else for(c=0,p=f.length;p>c;c++)f[c]=this._filterFields(f[c],g)}if("DataTable"==a){var v=this._getColumnNames(s);if(void 0!=t)n._appendRow(s,v,d);else for(c=0;cc;c++)s.push(f[c]);return s}return f},s.prototype.getIds=function(t){var e,i,s,o,n,r=this._data,a=t&&t.filter,h=t&&t.order,d=t&&t.type||this._options.type,l=[];if(a)if(h){n=[];for(s in r)r.hasOwnProperty(s)&&(o=this._getItem(s,d),a(o)&&n.push(o));for(this._sort(n,h),e=0,i=n.length;i>e;e++)l[e]=n[e][this._fieldId]}else for(s in r)r.hasOwnProperty(s)&&(o=this._getItem(s,d),a(o)&&l.push(o[this._fieldId]));else if(h){n=[];for(s in r)r.hasOwnProperty(s)&&n.push(r[s]);for(this._sort(n,h),e=0,i=n.length;i>e;e++)l[e]=n[e][this._fieldId]}else for(s in r)r.hasOwnProperty(s)&&(o=r[s],l.push(o[this._fieldId]));return l},s.prototype.getDataSet=function(){return this},s.prototype.forEach=function(t,e){var i,s,o=e&&e.filter,n=e&&e.type||this._options.type,r=this._data;if(e&&e.order)for(var a=this.get(e),h=0,d=a.length;d>h;h++)i=a[h],s=i[this._fieldId],t(i,s);else for(s in r)r.hasOwnProperty(s)&&(i=this._getItem(s,n),(!o||o(i))&&t(i,s))},s.prototype.map=function(t,e){var i,s=e&&e.filter,o=e&&e.type||this._options.type,n=[],r=this._data;for(var a in r)r.hasOwnProperty(a)&&(i=this._getItem(a,o),(!s||s(i))&&n.push(t(i,a)));return e&&e.order&&this._sort(n,e.order),n},s.prototype._filterFields=function(t,e){var i={};for(var s in t)t.hasOwnProperty(s)&&-1!=e.indexOf(s)&&(i[s]=t[s]);return i},s.prototype._sort=function(t,e){if(o.isString(e)){var i=e;t.sort(function(t,e){var s=t[i],o=e[i];return s>o?1:o>s?-1:0})}else{if("function"!=typeof e)throw new TypeError("Order must be a function or a string");t.sort(e)}},s.prototype.remove=function(t,e){var i,s,o,n=[];if(Array.isArray(t))for(i=0,s=t.length;s>i;i++)o=this._remove(t[i]),null!=o&&n.push(o);else o=this._remove(t),null!=o&&n.push(o);return n.length&&this._trigger("remove",{items:n},e),n},s.prototype._remove=function(t){if(o.isNumber(t)||o.isString(t)){if(this._data[t])return delete this._data[t],t}else if(t instanceof Object){var e=t[this._fieldId];if(e&&this._data[e])return delete this._data[e],e}return null},s.prototype.clear=function(t){var e=Object.keys(this._data);return this._data={},this._trigger("remove",{items:e},t),e},s.prototype.max=function(t){var e=this._data,i=null,s=null;for(var o in e)if(e.hasOwnProperty(o)){var n=e[o],r=n[t];null!=r&&(!i||r>s)&&(i=n,s=r)}return i},s.prototype.min=function(t){var e=this._data,i=null,s=null;for(var o in e)if(e.hasOwnProperty(o)){var n=e[o],r=n[t];null!=r&&(!i||s>r)&&(i=n,s=r)}return i},s.prototype.distinct=function(t){var e,i=this._data,s=[],n=this._options.type&&this._options.type[t]||null,r=0;for(var a in i)if(i.hasOwnProperty(a)){var h=i[a],d=h[t],l=!1;for(e=0;r>e;e++)if(s[e]==d){l=!0;break}l||void 0===d||(s[r]=d,r++)}if(n)for(e=0;ei;i++)e[i]=t.getColumnId(i)||t.getColumnLabel(i);return e},s.prototype._appendRow=function(t,e,i){for(var s=t.addRow(),o=0,n=e.length;n>o;o++){var r=e[o];t.setValue(s,o,i[r])}},t.exports=s},function(t){function e(t){this.delay=null,this.max=1/0,this._queue=[],this._timeout=null,this._extended=null,this.setOptions(t)}e.prototype.setOptions=function(t){t&&"undefined"!=typeof t.delay&&(this.delay=t.delay),t&&"undefined"!=typeof t.max&&(this.max=t.max),this._flushIfNeeded()},e.extend=function(t,i){var s=new e(i);if(void 0!==t.flush)throw new Error("Target object already has a property flush");t.flush=function(){s.flush()};var o=[{name:"flush",original:void 0}];if(i&&i.replace)for(var n=0;nthis.max&&this.flush(),clearTimeout(this._timeout),this.queue.length>0&&"number"==typeof this.delay){var t=this;this._timeout=setTimeout(function(){t.flush()},this.delay)}},e.prototype.flush=function(){for(;this._queue.length>0;){var t=this._queue.shift();t.fn.apply(t.context||t.fn,t.args||[])}},t.exports=e},function(t,e,i){function s(t,e){this._data=null,this._ids={},this._options=e||{},this._fieldId="id",this._subscribers={};var i=this;this.listener=function(){i._onEvent.apply(i,arguments)},this.setData(t)}var o=i(1),n=i(7);s.prototype.setData=function(t){var e,i,s;if(this._data){this._data.unsubscribe&&this._data.unsubscribe("*",this.listener),e=[];for(var o in this._ids)this._ids.hasOwnProperty(o)&&e.push(o);this._ids={},this._trigger("remove",{items:e})}if(this._data=t,this._data){for(this._fieldId=this._options.fieldId||this._data&&this._data.options&&this._data.options.fieldId||"id",e=this._data.getIds({filter:this._options&&this._options.filter}),i=0,s=e.length;s>i;i++)o=e[i],this._ids[o]=!0;this._trigger("add",{items:e}),this._data.on&&this._data.on("*",this.listener)}},s.prototype.get=function(){var t,e,i,s=this,n=o.getType(arguments[0]);"String"==n||"Number"==n||"Array"==n?(t=arguments[0],e=arguments[1],i=arguments[2]):(e=arguments[0],i=arguments[1]);var r=o.extend({},this._options,e);this._options.filter&&e&&e.filter&&(r.filter=function(t){return s._options.filter(t)&&e.filter(t)});var a=[];return void 0!=t&&a.push(t),a.push(r),a.push(i),this._data&&this._data.get.apply(this._data,a)},s.prototype.getIds=function(t){var e;if(this._data){var i,s=this._options.filter;i=t&&t.filter?s?function(e){return s(e)&&t.filter(e)}:t.filter:s,e=this._data.getIds({filter:i,order:t&&t.order})}else e=[];return e},s.prototype.getDataSet=function(){for(var t=this;t instanceof s;)t=t._data;return t||null},s.prototype._onEvent=function(t,e,i){var s,o,n,r,a=e&&e.items,h=this._data,d=[],l=[],c=[];if(a&&h){switch(t){case"add":for(s=0,o=a.length;o>s;s++)n=a[s],r=this.get(n),r&&(this._ids[n]=!0,d.push(n));break;case"update":for(s=0,o=a.length;o>s;s++)n=a[s],r=this.get(n),r?this._ids[n]?l.push(n):(this._ids[n]=!0,d.push(n)):this._ids[n]&&(delete this._ids[n],c.push(n));break;case"remove":for(s=0,o=a.length;o>s;s++)n=a[s],this._ids[n]&&(delete this._ids[n],c.push(n))}d.length&&this._trigger("add",{items:d},i),l.length&&this._trigger("update",{items:l},i),c.length&&this._trigger("remove",{items:c},i)}},s.prototype.on=n.prototype.on,s.prototype.off=n.prototype.off,s.prototype._trigger=n.prototype._trigger,s.prototype.subscribe=s.prototype.on,s.prototype.unsubscribe=s.prototype.off,t.exports=s},function(t,e,i){function s(t,e,i){if(!(this instanceof s))throw new SyntaxError("Constructor must be called with the new operator");this.containerElement=t,this.width="400px",this.height="400px",this.margin=10,this.defaultXCenter="55%",this.defaultYCenter="50%",this.xLabel="x",this.yLabel="y",this.zLabel="z";var o=function(t){return t};this.xValueLabel=o,this.yValueLabel=o,this.zValueLabel=o,this.filterLabel="time",this.legendLabel="value",this.style=s.STYLE.DOT,this.showPerspective=!0,this.showGrid=!0,this.keepAspectRatio=!0,this.showShadow=!1,this.showGrayBottom=!1,this.showTooltip=!1,this.verticalRatio=.5,this.animationInterval=1e3,this.animationPreload=!1,this.camera=new p,this.eye=new l(0,0,-1),this.dataTable=null,this.dataPoints=null,this.colX=void 0,this.colY=void 0,this.colZ=void 0,this.colValue=void 0,this.colFilter=void 0,this.xMin=0,this.xStep=void 0,this.xMax=1,this.yMin=0,this.yStep=void 0,this.yMax=1,this.zMin=0,this.zStep=void 0,this.zMax=1,this.valueMin=0,this.valueMax=1,this.xBarWidth=1,this.yBarWidth=1,this.colorAxis="#4D4D4D",this.colorGrid="#D3D3D3",this.colorDot="#7DC1FF",this.colorDotBorder="#3267D2",this.create(),this.setOptions(i),e&&this.setData(e)}function o(t){return"clientX"in t?t.clientX:t.targetTouches[0]&&t.targetTouches[0].clientX||0}function n(t){return"clientY"in t?t.clientY:t.targetTouches[0]&&t.targetTouches[0].clientY||0}var r=i(11),a=i(7),h=i(9),d=i(1),l=i(12),c=i(13),p=i(14),u=i(15),m=i(16),f=i(17);r(s.prototype),s.prototype._setScale=function(){this.scale=new l(1/(this.xMax-this.xMin),1/(this.yMax-this.yMin),1/(this.zMax-this.zMin)),this.keepAspectRatio&&(this.scale.x3&&(this.colFilter=3);else{if(this.style!==s.STYLE.DOTCOLOR&&this.style!==s.STYLE.DOTSIZE&&this.style!==s.STYLE.BARCOLOR&&this.style!==s.STYLE.BARSIZE)throw'Unknown style "'+this.style+'"';this.colX=0,this.colY=1,this.colZ=2,this.colValue=3,t.getNumberOfColumns()>4&&(this.colFilter=4)}},s.prototype.getNumberOfRows=function(t){return t.length},s.prototype.getNumberOfColumns=function(t){var e=0;for(var i in t[0])t[0].hasOwnProperty(i)&&e++;return e},s.prototype.getDistinctValues=function(t,e){for(var i=[],s=0;st[s][e]&&(i.min=t[s][e]),i.maxt;t++){var m=(t-p)/(u-p),g=240*m,v=this._hsv2rgb(g,1,1);c.strokeStyle=v,c.beginPath(),c.moveTo(h,r+t),c.lineTo(a,r+t),c.stroke()}c.strokeStyle=this.colorAxis,c.strokeRect(h,r,i,n)}if(this.style===s.STYLE.DOTSIZE&&(c.strokeStyle=this.colorAxis,c.fillStyle=this.colorDot,c.beginPath(),c.moveTo(h,r),c.lineTo(a,r),c.lineTo(a-i+e,d),c.lineTo(h,d),c.closePath(),c.fill(),c.stroke()),this.style===s.STYLE.DOTCOLOR||this.style===s.STYLE.DOTSIZE){var y=5,b=new f(this.valueMin,this.valueMax,(this.valueMax-this.valueMin)/5,!0);for(b.start(),b.getCurrent()0?this.yMin:this.yMax,o=this._convert3Dto2D(new l(x,r,this.zMin)),Math.cos(2*_)>0?(g.textAlign="center",g.textBaseline="top",o.y+=b):Math.sin(2*_)<0?(g.textAlign="right",g.textBaseline="middle"):(g.textAlign="left",g.textBaseline="middle"),g.fillStyle=this.colorAxis,g.fillText(" "+this.xValueLabel(i.getCurrent())+" ",o.x,o.y),i.next()}for(g.lineWidth=1,s=void 0===this.defaultYStep,i=new f(this.yMin,this.yMax,this.yStep,s),i.start(),i.getCurrent()0?this.xMin:this.xMax,o=this._convert3Dto2D(new l(n,i.getCurrent(),this.zMin)),Math.cos(2*_)<0?(g.textAlign="center",g.textBaseline="top",o.y+=b):Math.sin(2*_)>0?(g.textAlign="right",g.textBaseline="middle"):(g.textAlign="left",g.textBaseline="middle"),g.fillStyle=this.colorAxis,g.fillText(" "+this.yValueLabel(i.getCurrent())+" ",o.x,o.y),i.next();for(g.lineWidth=1,s=void 0===this.defaultZStep,i=new f(this.zMin,this.zMax,this.zStep,s),i.start(),i.getCurrent()0?this.xMin:this.xMax,r=Math.sin(_)<0?this.yMin:this.yMax;!i.end();)t=this._convert3Dto2D(new l(n,r,i.getCurrent())),g.strokeStyle=this.colorAxis,g.beginPath(),g.moveTo(t.x,t.y),g.lineTo(t.x-b,t.y),g.stroke(),g.textAlign="right",g.textBaseline="middle",g.fillStyle=this.colorAxis,g.fillText(this.zValueLabel(i.getCurrent())+" ",t.x-5,t.y),i.next();g.lineWidth=1,t=this._convert3Dto2D(new l(n,r,this.zMin)),e=this._convert3Dto2D(new l(n,r,this.zMax)),g.strokeStyle=this.colorAxis,g.beginPath(),g.moveTo(t.x,t.y),g.lineTo(e.x,e.y),g.stroke(),g.lineWidth=1,p=this._convert3Dto2D(new l(this.xMin,this.yMin,this.zMin)),u=this._convert3Dto2D(new l(this.xMax,this.yMin,this.zMin)),g.strokeStyle=this.colorAxis,g.beginPath(),g.moveTo(p.x,p.y),g.lineTo(u.x,u.y),g.stroke(),p=this._convert3Dto2D(new l(this.xMin,this.yMax,this.zMin)),u=this._convert3Dto2D(new l(this.xMax,this.yMax,this.zMin)),g.strokeStyle=this.colorAxis,g.beginPath(),g.moveTo(p.x,p.y),g.lineTo(u.x,u.y),g.stroke(),g.lineWidth=1,t=this._convert3Dto2D(new l(this.xMin,this.yMin,this.zMin)),e=this._convert3Dto2D(new l(this.xMin,this.yMax,this.zMin)),g.strokeStyle=this.colorAxis,g.beginPath(),g.moveTo(t.x,t.y),g.lineTo(e.x,e.y),g.stroke(),t=this._convert3Dto2D(new l(this.xMax,this.yMin,this.zMin)),e=this._convert3Dto2D(new l(this.xMax,this.yMax,this.zMin)),g.strokeStyle=this.colorAxis,g.beginPath(),g.moveTo(t.x,t.y),g.lineTo(e.x,e.y),g.stroke();var w=this.xLabel;w.length>0&&(c=.1/this.scale.y,n=(this.xMin+this.xMax)/2,r=Math.cos(_)>0?this.yMin-c:this.yMax+c,o=this._convert3Dto2D(new l(n,r,this.zMin)),Math.cos(2*_)>0?(g.textAlign="center",g.textBaseline="top"):Math.sin(2*_)<0?(g.textAlign="right",g.textBaseline="middle"):(g.textAlign="left",g.textBaseline="middle"),g.fillStyle=this.colorAxis,g.fillText(w,o.x,o.y));var D=this.yLabel;D.length>0&&(d=.1/this.scale.x,n=Math.sin(_)>0?this.xMin-d:this.xMax+d,r=(this.yMin+this.yMax)/2,o=this._convert3Dto2D(new l(n,r,this.zMin)),Math.cos(2*_)<0?(g.textAlign="center",g.textBaseline="top"):Math.sin(2*_)>0?(g.textAlign="right",g.textBaseline="middle"):(g.textAlign="left",g.textBaseline="middle"),g.fillStyle=this.colorAxis,g.fillText(D,o.x,o.y));var M=this.zLabel;M.length>0&&(h=30,n=Math.cos(_)>0?this.xMin:this.xMax,r=Math.sin(_)<0?this.yMin:this.yMax,a=(this.zMin+this.zMax)/2,o=this._convert3Dto2D(new l(n,r,a)),g.textAlign="right",g.textBaseline="middle",g.fillStyle=this.colorAxis,g.fillText(M,o.x-h,o.y))},s.prototype._hsv2rgb=function(t,e,i){var s,o,n,r,a,h;switch(r=i*e,a=Math.floor(t/60),h=r*(1-Math.abs(t/60%2-1)),a){case 0:s=r,o=h,n=0;break;case 1:s=h,o=r,n=0;break;case 2:s=0,o=r,n=h;break;case 3:s=0,o=h,n=r;break;case 4:s=h,o=0,n=r;break;case 5:s=r,o=0,n=h;break;default:s=0,o=0,n=0}return"RGB("+parseInt(255*s)+","+parseInt(255*o)+","+parseInt(255*n)+")"},s.prototype._redrawDataGrid=function(){var t,e,i,o,n,r,a,h,d,c,p,u,m,f=this.frame.canvas,g=f.getContext("2d");if(!(void 0===this.dataPoints||this.dataPoints.length<=0)){for(n=0;n0}else r=!0;r?(m=(t.point.z+e.point.z+i.point.z+o.point.z)/4,c=240*(1-(m-this.zMin)*this.scale.z/this.verticalRatio),p=1,this.showShadow?(u=Math.min(1+D.x/M/2,1),a=this._hsv2rgb(c,p,u),h=a):(u=1,a=this._hsv2rgb(c,p,u),h=this.colorAxis)):(a="gray",h=this.colorAxis),d=.5,g.lineWidth=d,g.fillStyle=a,g.strokeStyle=h,g.beginPath(),g.moveTo(t.screen.x,t.screen.y),g.lineTo(e.screen.x,e.screen.y),g.lineTo(o.screen.x,o.screen.y),g.lineTo(i.screen.x,i.screen.y),g.closePath(),g.fill(),g.stroke()}}else for(n=0;np&&(p=0);var u,m,f;this.style===s.STYLE.DOTCOLOR?(u=240*(1-(d.point.value-this.valueMin)*this.scale.value),m=this._hsv2rgb(u,1,1),f=this._hsv2rgb(u,1,.8)):this.style===s.STYLE.DOTSIZE?(m=this.colorDot,f=this.colorDotBorder):(u=240*(1-(d.point.z-this.zMin)*this.scale.z/this.verticalRatio),m=this._hsv2rgb(u,1,1),f=this._hsv2rgb(u,1,.8)),i.lineWidth=1,i.strokeStyle=f,i.fillStyle=m,i.beginPath(),i.arc(d.screen.x,d.screen.y,p,0,2*Math.PI,!0),i.fill(),i.stroke()}}},s.prototype._redrawDataBar=function(){var t,e,i,o,n=this.frame.canvas,r=n.getContext("2d");if(!(void 0===this.dataPoints||this.dataPoints.length<=0)){for(t=0;t0&&(t=this.dataPoints[0],s.lineWidth=1,s.strokeStyle="blue",s.beginPath(),s.moveTo(t.screen.x,t.screen.y)),e=1;e0&&s.stroke()}},s.prototype._onMouseDown=function(t){if(t=t||window.event,this.leftButtonDown&&this._onMouseUp(t),this.leftButtonDown=t.which?1===t.which:1===t.button,this.leftButtonDown||this.touchDown){this.startMouseX=o(t),this.startMouseY=n(t),this.startStart=new Date(this.start),this.startEnd=new Date(this.end),this.startArmRotation=this.camera.getArmRotation(),this.frame.style.cursor="move";var e=this;this.onmousemove=function(t){e._onMouseMove(t)},this.onmouseup=function(t){e._onMouseUp(t)},d.addEventListener(document,"mousemove",e.onmousemove),d.addEventListener(document,"mouseup",e.onmouseup),d.preventDefault(t)}},s.prototype._onMouseMove=function(t){t=t||window.event;var e=parseFloat(o(t))-this.startMouseX,i=parseFloat(n(t))-this.startMouseY,s=this.startArmRotation.horizontal+e/200,r=this.startArmRotation.vertical+i/200,a=4,h=Math.sin(a/360*2*Math.PI);Math.abs(Math.sin(s))0?1:0>t?-1:0}var s=e[0],o=e[1],n=e[2],r=i((o.x-s.x)*(t.y-s.y)-(o.y-s.y)*(t.x-s.x)),a=i((n.x-o.x)*(t.y-o.y)-(n.y-o.y)*(t.x-o.x)),h=i((s.x-n.x)*(t.y-n.y)-(s.y-n.y)*(t.x-n.x));return!(0!=r&&0!=a&&r!=a||0!=a&&0!=h&&a!=h||0!=r&&0!=h&&r!=h)},s.prototype._dataPointFromXY=function(t,e){var i,o=100,n=null,r=null,a=null,h=new c(t,e);if(this.style===s.STYLE.BAR||this.style===s.STYLE.BARCOLOR||this.style===s.STYLE.BARSIZE)for(i=this.dataPoints.length-1;i>=0;i--){n=this.dataPoints[i];var d=n.surfaces;if(d)for(var l=d.length-1;l>=0;l--){var p=d[l],u=p.corners,m=[u[0].screen,u[1].screen,u[2].screen],f=[u[2].screen,u[3].screen,u[0].screen];if(this._insideTriangle(h,m)||this._insideTriangle(h,f))return n}}else for(i=0;ib)&&o>b&&(a=b,r=n)}}return r},s.prototype._showTooltip=function(t){var e,i,s;this.tooltip?(e=this.tooltip.dom.content,i=this.tooltip.dom.line,s=this.tooltip.dom.dot):(e=document.createElement("div"),e.style.position="absolute",e.style.padding="10px",e.style.border="1px solid #4d4d4d",e.style.color="#1a1a1a",e.style.background="rgba(255,255,255,0.7)",e.style.borderRadius="2px",e.style.boxShadow="5px 5px 10px rgba(128,128,128,0.5)",i=document.createElement("div"),i.style.position="absolute",i.style.height="40px",i.style.width="0",i.style.borderLeft="1px solid #4d4d4d",s=document.createElement("div"),s.style.position="absolute",s.style.height="0",s.style.width="0",s.style.border="5px solid #4d4d4d",s.style.borderRadius="5px",this.tooltip={dataPoint:null,dom:{content:e,line:i,dot:s}}),this._hideTooltip(),this.tooltip.dataPoint=t,e.innerHTML="function"==typeof this.showTooltip?this.showTooltip(t.point):"
x:"+t.point.x+"
y:"+t.point.y+"
z:"+t.point.z+"
",e.style.left="0",e.style.top="0",this.frame.appendChild(e),this.frame.appendChild(i),this.frame.appendChild(s);var o=e.offsetWidth,n=e.offsetHeight,r=i.offsetHeight,a=s.offsetWidth,h=s.offsetHeight,d=t.screen.x-o/2;d=Math.min(Math.max(d,10),this.frame.clientWidth-10-o),i.style.left=t.screen.x+"px",i.style.top=t.screen.y-r+"px",e.style.left=d+"px",e.style.top=t.screen.y-r-n+"px",s.style.left=t.screen.x-a/2+"px",s.style.top=t.screen.y-h/2+"px"},s.prototype._hideTooltip=function(){if(this.tooltip){this.tooltip.dataPoint=null;for(var t in this.tooltip.dom)if(this.tooltip.dom.hasOwnProperty(t)){var e=this.tooltip.dom[t];e&&e.parentNode&&e.parentNode.removeChild(e)}}},t.exports=s},function(t){function e(t){return t?i(t):void 0}function i(t){for(var i in e.prototype)t[i]=e.prototype[i];return t}t.exports=e,e.prototype.on=e.prototype.addEventListener=function(t,e){return this._callbacks=this._callbacks||{},(this._callbacks[t]=this._callbacks[t]||[]).push(e),this -},e.prototype.once=function(t,e){function i(){s.off(t,i),e.apply(this,arguments)}var s=this;return this._callbacks=this._callbacks||{},i.fn=e,this.on(t,i),this},e.prototype.off=e.prototype.removeListener=e.prototype.removeAllListeners=e.prototype.removeEventListener=function(t,e){if(this._callbacks=this._callbacks||{},0==arguments.length)return this._callbacks={},this;var i=this._callbacks[t];if(!i)return this;if(1==arguments.length)return delete this._callbacks[t],this;for(var s,o=0;os;++s)i[s].apply(this,e)}return this},e.prototype.listeners=function(t){return this._callbacks=this._callbacks||{},this._callbacks[t]||[]},e.prototype.hasListeners=function(t){return!!this.listeners(t).length}},function(t){function e(t,e,i){this.x=void 0!==t?t:0,this.y=void 0!==e?e:0,this.z=void 0!==i?i:0}e.subtract=function(t,i){var s=new e;return s.x=t.x-i.x,s.y=t.y-i.y,s.z=t.z-i.z,s},e.add=function(t,i){var s=new e;return s.x=t.x+i.x,s.y=t.y+i.y,s.z=t.z+i.z,s},e.avg=function(t,i){return new e((t.x+i.x)/2,(t.y+i.y)/2,(t.z+i.z)/2)},e.crossProduct=function(t,i){var s=new e;return s.x=t.y*i.z-t.z*i.y,s.y=t.z*i.x-t.x*i.z,s.z=t.x*i.y-t.y*i.x,s},e.prototype.length=function(){return Math.sqrt(this.x*this.x+this.y*this.y+this.z*this.z)},t.exports=e},function(t){function e(t,e){this.x=void 0!==t?t:0,this.y=void 0!==e?e:0}t.exports=e},function(t,e,i){function s(){this.armLocation=new o,this.armRotation={},this.armRotation.horizontal=0,this.armRotation.vertical=0,this.armLength=1.7,this.cameraLocation=new o,this.cameraRotation=new o(.5*Math.PI,0,0),this.calculateCameraOrientation()}var o=i(12);s.prototype.setArmLocation=function(t,e,i){this.armLocation.x=t,this.armLocation.y=e,this.armLocation.z=i,this.calculateCameraOrientation()},s.prototype.setArmRotation=function(t,e){void 0!==t&&(this.armRotation.horizontal=t),void 0!==e&&(this.armRotation.vertical=e,this.armRotation.vertical<0&&(this.armRotation.vertical=0),this.armRotation.vertical>.5*Math.PI&&(this.armRotation.vertical=.5*Math.PI)),(void 0!==t||void 0!==e)&&this.calculateCameraOrientation()},s.prototype.getArmRotation=function(){var t={};return t.horizontal=this.armRotation.horizontal,t.vertical=this.armRotation.vertical,t},s.prototype.setArmLength=function(t){void 0!==t&&(this.armLength=t,this.armLength<.71&&(this.armLength=.71),this.armLength>5&&(this.armLength=5),this.calculateCameraOrientation())},s.prototype.getArmLength=function(){return this.armLength},s.prototype.getCameraLocation=function(){return this.cameraLocation},s.prototype.getCameraRotation=function(){return this.cameraRotation},s.prototype.calculateCameraOrientation=function(){this.cameraLocation.x=this.armLocation.x-this.armLength*Math.sin(this.armRotation.horizontal)*Math.cos(this.armRotation.vertical),this.cameraLocation.y=this.armLocation.y-this.armLength*Math.cos(this.armRotation.horizontal)*Math.cos(this.armRotation.vertical),this.cameraLocation.z=this.armLocation.z+this.armLength*Math.sin(this.armRotation.vertical),this.cameraRotation.x=Math.PI/2-this.armRotation.vertical,this.cameraRotation.y=0,this.cameraRotation.z=-this.armRotation.horizontal},t.exports=s},function(t,e,i){function s(t,e,i){this.data=t,this.column=e,this.graph=i,this.index=void 0,this.value=void 0,this.values=i.getDistinctValues(t.get(),this.column),this.values.sort(function(t,e){return t>e?1:e>t?-1:0}),this.values.length>0&&this.selectValue(0),this.dataPoints=[],this.loaded=!1,this.onLoadCallback=void 0,i.animationPreload?(this.loaded=!1,this.loadInBackground()):this.loaded=!0}var o=i(9);s.prototype.isLoaded=function(){return this.loaded},s.prototype.getLoadedProgress=function(){for(var t=this.values.length,e=0;this.dataPoints[e];)e++;return Math.round(e/t*100)},s.prototype.getLabel=function(){return this.graph.filterLabel},s.prototype.getColumn=function(){return this.column},s.prototype.getSelectedValue=function(){return void 0===this.index?void 0:this.values[this.index]},s.prototype.getValues=function(){return this.values},s.prototype.getValue=function(t){if(t>=this.values.length)throw"Error: index out of range";return this.values[t]},s.prototype._getDataPoints=function(t){if(void 0===t&&(t=this.index),void 0===t)return[];var e;if(this.dataPoints[t])e=this.dataPoints[t];else{var i={};i.column=this.column,i.value=this.values[t];var s=new o(this.data,{filter:function(t){return t[i.column]==i.value}}).get();e=this.graph._getDataPoints(s),this.dataPoints[t]=e}return e},s.prototype.setOnLoadCallback=function(t){this.onLoadCallback=t},s.prototype.selectValue=function(t){if(t>=this.values.length)throw"Error: index out of range";this.index=t,this.value=this.values[t]},s.prototype.loadInBackground=function(t){void 0===t&&(t=0);var e=this.graph.frame;if(t0&&(t--,this.setIndex(t))},s.prototype.next=function(){var t=this.getIndex();t0?this.setIndex(0):this.index=void 0},s.prototype.setIndex=function(t){if(!(ts&&(s=0),s>this.values.length-1&&(s=this.values.length-1),s},s.prototype.indexToLeft=function(t){var e=parseFloat(this.frame.bar.style.width)-this.frame.slide.clientWidth-10,i=t/(this.values.length-1)*e,s=i+3;return s},s.prototype._onMouseMove=function(t){var e=t.clientX-this.startClientX,i=this.startSlideX+e,s=this.leftToIndex(i);this.setIndex(s),o.preventDefault()},s.prototype._onMouseUp=function(){this.frame.style.cursor="auto",o.removeEventListener(document,"mousemove",this.onmousemove),o.removeEventListener(document,"mouseup",this.onmouseup),o.preventDefault()},t.exports=s},function(t){function e(t,e,i,s){this._start=0,this._end=0,this._step=1,this.prettyStep=!0,this.precision=5,this._current=0,this.setRange(t,e,i,s)}e.prototype.setRange=function(t,e,i,s){this._start=t?t:0,this._end=e?e:0,this.setStep(i,s)},e.prototype.setStep=function(t,i){void 0===t||0>=t||(void 0!==i&&(this.prettyStep=i),this._step=this.prettyStep===!0?e.calculatePrettyStep(t):t)},e.calculatePrettyStep=function(t){var e=function(t){return Math.log(t)/Math.LN10},i=Math.pow(10,Math.round(e(t))),s=2*Math.pow(10,Math.round(e(t/2))),o=5*Math.pow(10,Math.round(e(t/5))),n=i;return Math.abs(s-t)<=Math.abs(n-t)&&(n=s),Math.abs(o-t)<=Math.abs(n-t)&&(n=o),0>=n&&(n=1),n},e.prototype.getCurrent=function(){return parseFloat(this._current.toPrecision(this.precision))},e.prototype.getStep=function(){return this._step},e.prototype.start=function(){this._current=this._start-this._start%this._step},e.prototype.next=function(){this._current+=this._step},e.prototype.end=function(){return this._current>this._end},t.exports=e},function(t,e,i){function s(t,e,i,r){if(!(this instanceof s))throw new SyntaxError("Constructor must be called with the new operator");if(!(Array.isArray(i)||i instanceof n)&&i instanceof Object){var h=r;r=i,i=h}var u=this;this.defaultOptions={start:null,end:null,autoResize:!0,orientation:"bottom",width:null,height:null,maxHeight:null,minHeight:null},this.options=o.deepExtend({},this.defaultOptions),this._create(t),this.components=[],this.body={dom:this.dom,domProps:this.props,emitter:{on:this.on.bind(this),off:this.off.bind(this),emit:this.emit.bind(this)},hiddenDates:[],util:{snap:null,toScreen:u._toScreen.bind(u),toGlobalScreen:u._toGlobalScreen.bind(u),toTime:u._toTime.bind(u),toGlobalTime:u._toGlobalTime.bind(u)}},this.range=new a(this.body),this.components.push(this.range),this.body.range=this.range,this.timeAxis=new d(this.body),this.components.push(this.timeAxis),this.body.util.snap=this.timeAxis.snap.bind(this.timeAxis),this.currentTime=new l(this.body),this.components.push(this.currentTime),this.customTime=new c(this.body),this.components.push(this.customTime),this.itemSet=new p(this.body),this.components.push(this.itemSet),this.itemsData=null,this.groupsData=null,r&&this.setOptions(r),i&&this.setGroups(i),e?this.setItems(e):this.redraw()}var o=(i(11),i(19),i(1)),n=i(7),r=i(9),a=i(21),h=i(25),d=i(37),l=i(39),c=i(41),p=i(26);s.prototype=new h,s.prototype.setItems=function(t){var e,i=null==this.itemsData;if(e=t?t instanceof n||t instanceof r?t:new n(t,{type:{start:"Date",end:"Date"}}):null,this.itemsData=e,this.itemSet&&this.itemSet.setItems(e),i)if(void 0!=this.options.start||void 0!=this.options.end){if(void 0==this.options.start||void 0==this.options.end)var s=this._getDataRange();var o=void 0!=this.options.start?this.options.start:s.start,a=void 0!=this.options.end?this.options.end:s.end;this.setWindow(o,a,{animate:!1})}else this.fit({animate:!1})},s.prototype.setGroups=function(t){var e;e=t?t instanceof n||t instanceof r?t:new n(t):null,this.groupsData=e,this.itemSet.setGroups(e)},s.prototype.setSelection=function(t,e){this.itemSet&&this.itemSet.setSelection(t),e&&e.focus&&this.focus(t,e)},s.prototype.getSelection=function(){return this.itemSet&&this.itemSet.getSelection()||[]},s.prototype.focus=function(t,e){if(this.itemsData&&void 0!=t){var i=Array.isArray(t)?t:[t],s=this.itemsData.getDataSet().get(i,{type:{start:"Date",end:"Date"}}),o=null,n=null;if(s.forEach(function(t){var e=t.start.valueOf(),i="end"in t?t.end.valueOf():t.start.valueOf();(null===o||o>e)&&(o=e),(null===n||i>n)&&(n=i)}),null!==o&&null!==n){var r=(o+n)/2,a=Math.max(this.range.end-this.range.start,1.1*(n-o)),h=e&&void 0!==e.animate?e.animate:!0;this.range.setRange(r-a/2,r+a/2,h)}}},s.prototype.getItemRange=function(){var t=this.itemsData.getDataSet(),e=null,i=null;if(t){var s=t.min("start");e=s?o.convert(s.start,"Date").valueOf():null;var n=t.max("start");n&&(i=o.convert(n.start,"Date").valueOf());var r=t.max("end");r&&(i=null==i?o.convert(r.end,"Date").valueOf():Math.max(i,o.convert(r.end,"Date").valueOf()))}return{min:null!=e?new Date(e):null,max:null!=i?new Date(i):null}},t.exports=s},function(t,e,i){t.exports="undefined"!=typeof window?window.Hammer||i(20):function(){throw Error("hammer.js is only available in a browser, not in node.js.")}},function(t,e,i){var s;!function(o,n){function r(){a.READY||(w.determineEventTypes(),x.each(a.gestures,function(t){M.register(t)}),w.onTouch(a.DOCUMENT,v,M.detect),w.onTouch(a.DOCUMENT,y,M.detect),a.READY=!0)}var a=function S(t,e){return new S.Instance(t,e||{})};a.VERSION="1.1.3",a.defaults={behavior:{userSelect:"none",touchAction:"pan-y",touchCallout:"none",contentZooming:"none",userDrag:"none",tapHighlightColor:"rgba(0,0,0,0)"}},a.DOCUMENT=document,a.HAS_POINTEREVENTS=navigator.pointerEnabled||navigator.msPointerEnabled,a.HAS_TOUCHEVENTS="ontouchstart"in o,a.IS_MOBILE=/mobile|tablet|ip(ad|hone|od)|android|silk/i.test(navigator.userAgent),a.NO_MOUSEEVENTS=a.HAS_TOUCHEVENTS&&a.IS_MOBILE||a.HAS_POINTEREVENTS,a.CALCULATE_INTERVAL=25;var h={},d=a.DIRECTION_DOWN="down",l=a.DIRECTION_LEFT="left",c=a.DIRECTION_UP="up",p=a.DIRECTION_RIGHT="right",u=a.POINTER_MOUSE="mouse",m=a.POINTER_TOUCH="touch",f=a.POINTER_PEN="pen",g=a.EVENT_START="start",v=a.EVENT_MOVE="move",y=a.EVENT_END="end",b=a.EVENT_RELEASE="release",_=a.EVENT_TOUCH="touch";a.READY=!1,a.plugins=a.plugins||{},a.gestures=a.gestures||{};var x=a.utils={extend:function(t,e,i){for(var s in e)!e.hasOwnProperty(s)||t[s]!==n&&i||(t[s]=e[s]);return t},on:function(t,e,i){t.addEventListener(e,i,!1)},off:function(t,e,i){t.removeEventListener(e,i,!1)},each:function(t,e,i){var s,o;if("forEach"in t)t.forEach(e,i);else if(t.length!==n){for(s=0,o=t.length;o>s;s++)if(e.call(i,t[s],s,t)===!1)return}else for(s in t)if(t.hasOwnProperty(s)&&e.call(i,t[s],s,t)===!1)return},inStr:function(t,e){return t.indexOf(e)>-1},inArray:function(t,e){if(t.indexOf){var i=t.indexOf(e);return-1===i?!1:i}for(var s=0,o=t.length;o>s;s++)if(t[s]===e)return s;return!1},toArray:function(t){return Array.prototype.slice.call(t,0)},hasParent:function(t,e){for(;t;){if(t==e)return!0;t=t.parentNode}return!1},getCenter:function(t){var e=[],i=[],s=[],o=[],n=Math.min,r=Math.max;return 1===t.length?{pageX:t[0].pageX,pageY:t[0].pageY,clientX:t[0].clientX,clientY:t[0].clientY}:(x.each(t,function(t){e.push(t.pageX),i.push(t.pageY),s.push(t.clientX),o.push(t.clientY)}),{pageX:(n.apply(Math,e)+r.apply(Math,e))/2,pageY:(n.apply(Math,i)+r.apply(Math,i))/2,clientX:(n.apply(Math,s)+r.apply(Math,s))/2,clientY:(n.apply(Math,o)+r.apply(Math,o))/2})},getVelocity:function(t,e,i){return{x:Math.abs(e/t)||0,y:Math.abs(i/t)||0}},getAngle:function(t,e){var i=e.clientX-t.clientX,s=e.clientY-t.clientY;return 180*Math.atan2(s,i)/Math.PI},getDirection:function(t,e){var i=Math.abs(t.clientX-e.clientX),s=Math.abs(t.clientY-e.clientY);return i>=s?t.clientX-e.clientX>0?l:p:t.clientY-e.clientY>0?c:d},getDistance:function(t,e){var i=e.clientX-t.clientX,s=e.clientY-t.clientY;return Math.sqrt(i*i+s*s)},getScale:function(t,e){return t.length>=2&&e.length>=2?this.getDistance(e[0],e[1])/this.getDistance(t[0],t[1]):1},getRotation:function(t,e){return t.length>=2&&e.length>=2?this.getAngle(e[1],e[0])-this.getAngle(t[1],t[0]):0},isVertical:function(t){return t==c||t==d},setPrefixedCss:function(t,e,i,s){var o=["","Webkit","Moz","O","ms"];e=x.toCamelCase(e);for(var n=0;n0&&this.started&&(r=v),this.started=!0;var d=this.collectEventData(i,r,o,t);return e!=y&&s.call(M,d),a&&(d.changedLength=h,d.eventType=a,s.call(M,d),d.eventType=r,delete d.changedLength),r==y&&(s.call(M,d),this.started=!1),r},determineEventTypes:function(){var t;return t=a.HAS_POINTEREVENTS?o.PointerEvent?["pointerdown","pointermove","pointerup pointercancel lostpointercapture"]:["MSPointerDown","MSPointerMove","MSPointerUp MSPointerCancel MSLostPointerCapture"]:a.NO_MOUSEEVENTS?["touchstart","touchmove","touchend touchcancel"]:["touchstart mousedown","touchmove mousemove","touchend touchcancel mouseup"],h[g]=t[0],h[v]=t[1],h[y]=t[2],h},getTouchList:function(t,e){if(a.HAS_POINTEREVENTS)return D.getTouchList();if(t.touches){if(e==v)return t.touches;var i=[],s=[].concat(x.toArray(t.touches),x.toArray(t.changedTouches)),o=[];return x.each(s,function(t){x.inArray(i,t.identifier)===!1&&o.push(t),i.push(t.identifier)}),o}return t.identifier=1,[t]},collectEventData:function(t,e,i,s){var o=m;return x.inStr(s.type,"mouse")||D.matchType(u,s)?o=u:D.matchType(f,s)&&(o=f),{center:x.getCenter(i),timeStamp:Date.now(),target:s.target,touches:i,eventType:e,pointerType:o,srcEvent:s,preventDefault:function(){var t=this.srcEvent;t.preventManipulation&&t.preventManipulation(),t.preventDefault&&t.preventDefault()},stopPropagation:function(){this.srcEvent.stopPropagation()},stopDetect:function(){return M.stopDetect()}}}},D=a.PointerEvent={pointers:{},getTouchList:function(){var t=[];return x.each(this.pointers,function(e){t.push(e)}),t},updatePointer:function(t,e){t==y||t!=y&&1!==e.buttons?delete this.pointers[e.pointerId]:(e.identifier=e.pointerId,this.pointers[e.pointerId]=e)},matchType:function(t,e){if(!e.pointerType)return!1;var i=e.pointerType,s={};return s[u]=i===(e.MSPOINTER_TYPE_MOUSE||u),s[m]=i===(e.MSPOINTER_TYPE_TOUCH||m),s[f]=i===(e.MSPOINTER_TYPE_PEN||f),s[t]},reset:function(){this.pointers={}}},M=a.detection={gestures:[],current:null,previous:null,stopped:!1,startDetect:function(t,e){this.current||(this.stopped=!1,this.current={inst:t,startEvent:x.extend({},e),lastEvent:!1,lastCalcEvent:!1,futureCalcEvent:!1,lastCalcData:{},name:""},this.detect(e))},detect:function(t){if(this.current&&!this.stopped){t=this.extendEventData(t);var e=this.current.inst,i=e.options;return x.each(this.gestures,function(s){!this.stopped&&e.enabled&&i[s.name]&&s.handler.call(s,t,e)},this),this.current&&(this.current.lastEvent=t),t.eventType==y&&this.stopDetect(),t}},stopDetect:function(){this.previous=x.extend({},this.current),this.current=null,this.stopped=!0},getCalculatedData:function(t,e,i,s,o){var n=this.current,r=!1,h=n.lastCalcEvent,d=n.lastCalcData;h&&t.timeStamp-h.timeStamp>a.CALCULATE_INTERVAL&&(e=h.center,i=t.timeStamp-h.timeStamp,s=t.center.clientX-h.center.clientX,o=t.center.clientY-h.center.clientY,r=!0),(t.eventType==_||t.eventType==b)&&(n.futureCalcEvent=t),(!n.lastCalcEvent||r)&&(d.velocity=x.getVelocity(i,s,o),d.angle=x.getAngle(e,t.center),d.direction=x.getDirection(e,t.center),n.lastCalcEvent=n.futureCalcEvent||t,n.futureCalcEvent=t),t.velocityX=d.velocity.x,t.velocityY=d.velocity.y,t.interimAngle=d.angle,t.interimDirection=d.direction},extendEventData:function(t){var e=this.current,i=e.startEvent,s=e.lastEvent||i;(t.eventType==_||t.eventType==b)&&(i.touches=[],x.each(t.touches,function(t){i.touches.push({clientX:t.clientX,clientY:t.clientY})}));var o=t.timeStamp-i.timeStamp,n=t.center.clientX-i.center.clientX,r=t.center.clientY-i.center.clientY;return this.getCalculatedData(t,s.center,o,n,r),x.extend(t,{startEvent:i,deltaTime:o,deltaX:n,deltaY:r,distance:x.getDistance(i.center,t.center),angle:x.getAngle(i.center,t.center),direction:x.getDirection(i.center,t.center),scale:x.getScale(i.touches,t.touches),rotation:x.getRotation(i.touches,t.touches)}),t},register:function(t){var e=t.defaults||{};return e[t.name]===n&&(e[t.name]=!0),x.extend(a.defaults,e,!0),t.index=t.index||1e3,this.gestures.push(t),this.gestures.sort(function(t,e){return t.indexe.index?1:0}),this.gestures}};a.Instance=function(t,e){var i=this;r(),this.element=t,this.enabled=!0,x.each(e,function(t,i){delete e[i],e[x.toCamelCase(i)]=t}),this.options=x.extend(x.extend({},a.defaults),e||{}),this.options.behavior&&x.toggleBehavior(this.element,this.options.behavior,!0),this.eventStartHandler=w.onTouch(t,g,function(t){i.enabled&&t.eventType==g?M.startDetect(i,t):t.eventType==_&&M.detect(t)}),this.eventHandlers=[]},a.Instance.prototype={on:function(t,e){var i=this;return w.on(i.element,t,e,function(t){i.eventHandlers.push({gesture:t,handler:e})}),i},off:function(t,e){var i=this;return w.off(i.element,t,e,function(t){var s=x.inArray({gesture:t,handler:e});s!==!1&&i.eventHandlers.splice(s,1)}),i},trigger:function(t,e){e||(e={});var i=a.DOCUMENT.createEvent("Event");i.initEvent(t,!0,!0),i.gesture=e;var s=this.element;return x.hasParent(e.target,s)&&(s=e.target),s.dispatchEvent(i),this},enable:function(t){return this.enabled=t,this},dispose:function(){var t,e;for(x.toggleBehavior(this.element,this.options.behavior,!1),t=-1;e=this.eventHandlers[++t];)x.off(this.element,e.gesture,e.handler);return this.eventHandlers=[],w.off(this.element,h[g],this.eventStartHandler),null}},function(t){function e(e,s){var o=M.current;if(!(s.options.dragMaxTouches>0&&e.touches.length>s.options.dragMaxTouches))switch(e.eventType){case g:i=!1;break;case v:if(e.distance0)){var r=Math.abs(s.options.dragMinDistance/e.distance);n.pageX+=e.deltaX*r,n.pageY+=e.deltaY*r,n.clientX+=e.deltaX*r,n.clientY+=e.deltaY*r,e=M.extendEventData(e)}(o.lastEvent.dragLockToAxis||s.options.dragLockToAxis&&s.options.dragLockMinDistance<=e.distance)&&(e.dragLockToAxis=!0);var a=o.lastEvent.direction;e.dragLockToAxis&&a!==e.direction&&(e.direction=x.isVertical(a)?e.deltaY<0?c:d:e.deltaX<0?l:p),i||(s.trigger(t+"start",e),i=!0),s.trigger(t,e),s.trigger(t+e.direction,e);var h=x.isVertical(e.direction);(s.options.dragBlockVertical&&h||s.options.dragBlockHorizontal&&!h)&&e.preventDefault();break;case b:i&&e.changedLength<=s.options.dragMaxTouches&&(s.trigger(t+"end",e),i=!1);break;case y:i=!1}}var i=!1;a.gestures.Drag={name:t,index:50,handler:e,defaults:{dragMinDistance:10,dragDistanceCorrection:!0,dragMaxTouches:1,dragBlockHorizontal:!1,dragBlockVertical:!1,dragLockToAxis:!1,dragLockMinDistance:25}}}("drag"),a.gestures.Gesture={name:"gesture",index:1337,handler:function(t,e){e.trigger(this.name,t)}},function(t){function e(e,s){var o=s.options,n=M.current;switch(e.eventType){case g:clearTimeout(i),n.name=t,i=setTimeout(function(){n&&n.name==t&&s.trigger(t,e)},o.holdTimeout);break;case v:e.distance>o.holdThreshold&&clearTimeout(i);break;case b:clearTimeout(i)}}var i;a.gestures.Hold={name:t,index:10,defaults:{holdTimeout:500,holdThreshold:2},handler:e}}("hold"),a.gestures.Release={name:"release",index:1/0,handler:function(t,e){t.eventType==b&&e.trigger(this.name,t)}},a.gestures.Swipe={name:"swipe",index:40,defaults:{swipeMinTouches:1,swipeMaxTouches:1,swipeVelocityX:.6,swipeVelocityY:.6},handler:function(t,e){if(t.eventType==b){var i=t.touches.length,s=e.options;if(is.swipeMaxTouches)return;(t.velocityX>s.swipeVelocityX||t.velocityY>s.swipeVelocityY)&&(e.trigger(this.name,t),e.trigger(this.name+t.direction,t))}}},function(t){function e(e,s){var o,n,r=s.options,a=M.current,h=M.previous;switch(e.eventType){case g:i=!1;break;case v:i=i||e.distance>r.tapMaxDistance;break;case y:!x.inStr(e.srcEvent.type,"cancel")&&e.deltaTimes.options.transformMinRotation&&s.trigger("rotate",e),o>s.options.transformMinScale&&(s.trigger("pinch",e),s.trigger("pinch"+(e.scale<1?"in":"out"),e));break;case b:i&&e.changedLength<2&&(s.trigger(t+"end",e),i=!1)}}var i=!1;a.gestures.Transform={name:t,index:45,defaults:{transformMinScale:.01,transformMinRotation:1},handler:e}}("transform"),s=function(){return a}.call(e,i,e,t),!(s!==n&&(t.exports=s))}(window)},function(t,e,i){function s(t,e){var i=h().hours(0).minutes(0).seconds(0).milliseconds(0);this.start=i.clone().add(-3,"days").valueOf(),this.end=i.clone().add(4,"days").valueOf(),this.body=t,this.deltaDifference=0,this.scaleOffset=0,this.startToFront=!1,this.endToFront=!0,this.defaultOptions={start:null,end:null,direction:"horizontal",moveable:!0,zoomable:!0,min:null,max:null,zoomMin:10,zoomMax:31536e10},this.options=r.extend({},this.defaultOptions),this.props={touch:{}},this.animateTimer=null,this.body.emitter.on("dragstart",this._onDragStart.bind(this)),this.body.emitter.on("drag",this._onDrag.bind(this)),this.body.emitter.on("dragend",this._onDragEnd.bind(this)),this.body.emitter.on("hold",this._onHold.bind(this)),this.body.emitter.on("mousewheel",this._onMouseWheel.bind(this)),this.body.emitter.on("DOMMouseScroll",this._onMouseWheel.bind(this)),this.body.emitter.on("touch",this._onTouch.bind(this)),this.body.emitter.on("pinch",this._onPinch.bind(this)),this.setOptions(e)}function o(t){if("horizontal"!=t&&"vertical"!=t)throw new TypeError('Unknown direction "'+t+'". Choose "horizontal" or "vertical".')}function n(t,e){return{x:t.pageX-r.getAbsoluteLeft(e),y:t.pageY-r.getAbsoluteTop(e)}}var r=i(1),a=i(22),h=i(2),d=i(23),l=i(24);s.prototype=new d,s.prototype.setOptions=function(t){if(t){var e=["direction","min","max","zoomMin","zoomMax","moveable","zoomable","activate","hiddenDates"];r.selectiveExtend(e,this.options,t),("start"in t||"end"in t)&&this.setRange(t.start,t.end)}},s.prototype.setRange=function(t,e,i,s){s!==!0&&(s=!1);var o=void 0!=t?r.convert(t,"Date").valueOf():null,n=void 0!=e?r.convert(e,"Date").valueOf():null;if(this._cancelAnimation(),i){var a=this,h=this.start,d=this.end,c="number"==typeof i?i:500,p=(new Date).valueOf(),u=!1,m=function(){if(!a.props.touch.dragging){var t=(new Date).valueOf(),e=t-p,i=e>c,g=i||null===o?o:r.easeInOutQuad(e,h,o,c),v=i||null===n?n:r.easeInOutQuad(e,d,n,c);f=a._applyRange(g,v),l.updateHiddenDates(a.body,a.options.hiddenDates),u=u||f,f&&a.body.emitter.emit("rangechange",{start:new Date(a.start),end:new Date(a.end),byUser:s}),i?u&&a.body.emitter.emit("rangechanged",{start:new Date(a.start),end:new Date(a.end),byUser:s}):a.animateTimer=setTimeout(m,20)}};return m()}var f=this._applyRange(o,n);if(l.updateHiddenDates(this.body,this.options.hiddenDates),f){var g={start:new Date(this.start),end:new Date(this.end),byUser:s};this.body.emitter.emit("rangechange",g),this.body.emitter.emit("rangechanged",g)}},s.prototype._cancelAnimation=function(){this.animateTimer&&(clearTimeout(this.animateTimer),this.animateTimer=null)},s.prototype._applyRange=function(t,e){var i,s=null!=t?r.convert(t,"Date").valueOf():this.start,o=null!=e?r.convert(e,"Date").valueOf():this.end,n=null!=this.options.max?r.convert(this.options.max,"Date").valueOf():null,a=null!=this.options.min?r.convert(this.options.min,"Date").valueOf():null;if(isNaN(s)||null===s)throw new Error('Invalid start "'+t+'"');if(isNaN(o)||null===o)throw new Error('Invalid end "'+e+'"');if(s>o&&(o=s),null!==a&&a>s&&(i=a-s,s+=i,o+=i,null!=n&&o>n&&(o=n)),null!==n&&o>n&&(i=o-n,s-=i,o-=i,null!=a&&a>s&&(s=a)),null!==this.options.zoomMin){var h=parseFloat(this.options.zoomMin);0>h&&(h=0),h>o-s&&(this.end-this.start===h?(s=this.start,o=this.end):(i=h-(o-s),s-=i/2,o+=i/2))}if(null!==this.options.zoomMax){var d=parseFloat(this.options.zoomMax);0>d&&(d=0),o-s>d&&(this.end-this.start===d?(s=this.start,o=this.end):(i=o-s-d,s+=i/2,o-=i/2))}var l=this.start!=s||this.end!=o;return s>=this.start&&s<=this.end||o>=this.start&&o<=this.end||this.start>=s&&this.start<=o||this.end>=s&&this.end<=o||this.body.emitter.emit("checkRangedItems"),this.start=s,this.end=o,l},s.prototype.getRange=function(){return{start:this.start,end:this.end}},s.prototype.conversion=function(t,e){return s.conversion(this.start,this.end,t,e)},s.conversion=function(t,e,i,s){return void 0===s&&(s=0),0!=i&&e-t!=0?{offset:t,scale:i/(e-t-s)}:{offset:0,scale:1} -},s.prototype._onDragStart=function(){this.deltaDifference=0,this.previousDelta=0,this.options.moveable&&this.props.touch.allowDragging&&(this.props.touch.start=this.start,this.props.touch.end=this.end,this.props.touch.dragging=!0,this.body.dom.root&&(this.body.dom.root.style.cursor="move"))},s.prototype._onDrag=function(t){if(this.options.moveable&&this.props.touch.allowDragging){var e=this.options.direction;o(e);var i="horizontal"==e?t.gesture.deltaX:t.gesture.deltaY;i-=this.deltaDifference;var s=this.props.touch.end-this.props.touch.start,n=l.getHiddenDurationBetween(this.body.hiddenDates,this.start,this.end);s-=n;var r="horizontal"==e?this.body.domProps.center.width:this.body.domProps.center.height,a=-i/r*s,h=this.props.touch.start+a,d=this.props.touch.end+a,c=l.snapAwayFromHidden(this.body.hiddenDates,h,this.previousDelta-i,!0),p=l.snapAwayFromHidden(this.body.hiddenDates,d,this.previousDelta-i,!0);if(c!=h||p!=d)return this.deltaDifference+=i,this.props.touch.start=c,this.props.touch.end=p,void this._onDrag(t);this.previousDelta=i,this._applyRange(h,d),this.body.emitter.emit("rangechange",{start:new Date(this.start),end:new Date(this.end),byUser:!0})}},s.prototype._onDragEnd=function(){this.options.moveable&&this.props.touch.allowDragging&&(this.props.touch.dragging=!1,this.body.dom.root&&(this.body.dom.root.style.cursor="auto"),this.body.emitter.emit("rangechanged",{start:new Date(this.start),end:new Date(this.end),byUser:!0}))},s.prototype._onMouseWheel=function(t){if(this.options.zoomable&&this.options.moveable){var e=0;if(t.wheelDelta?e=t.wheelDelta/120:t.detail&&(e=-t.detail/3),e){var i;i=0>e?1-e/5:1/(1+e/5);var s=a.fakeGesture(this,t),o=n(s.center,this.body.dom.center),r=this._pointerToDate(o);this.zoom(i,r,e)}t.preventDefault()}},s.prototype._onTouch=function(){this.props.touch.start=this.start,this.props.touch.end=this.end,this.props.touch.allowDragging=!0,this.props.touch.center=null,this.scaleOffset=0,this.deltaDifference=0},s.prototype._onHold=function(){this.props.touch.allowDragging=!1},s.prototype._onPinch=function(t){if(this.options.zoomable&&this.options.moveable&&(this.props.touch.allowDragging=!1,t.gesture.touches.length>1)){this.props.touch.center||(this.props.touch.center=n(t.gesture.center,this.body.dom.center));var e=1/(t.gesture.scale+this.scaleOffset),i=this._pointerToDate(this.props.touch.center),s=l.getHiddenDurationBetween(this.body.hiddenDates,this.start,this.end),o=l.getHiddenDurationBefore(this.body.hiddenDates,this,i),r=s-o,a=i-o+(this.props.touch.start-(i-o))*e,h=i+r+(this.props.touch.end-(i+r))*e;this.startToFront=1-e>0?!1:!0,this.endToFront=e-1>0?!1:!0;var d=l.snapAwayFromHidden(this.body.hiddenDates,a,1-e,!0),c=l.snapAwayFromHidden(this.body.hiddenDates,h,e-1,!0);(d!=a||c!=h)&&(this.props.touch.start=d,this.props.touch.end=c,this.scaleOffset=1-t.gesture.scale,a=d,h=c),this.setRange(a,h,!1,!0),this.startToFront=!1,this.endToFront=!0}},s.prototype._pointerToDate=function(t){var e,i=this.options.direction;if(o(i),"horizontal"==i)return this.body.util.toTime(t.x).valueOf();var s=this.body.domProps.center.height;return e=this.conversion(s),t.y/e.scale+e.offset},s.prototype.zoom=function(t,e,i){null==e&&(e=(this.start+this.end)/2);var s=l.getHiddenDurationBetween(this.body.hiddenDates,this.start,this.end),o=l.getHiddenDurationBefore(this.body.hiddenDates,this,e),n=s-o,r=e-o+(this.start-(e-o))*t,a=e+n+(this.end-(e+n))*t;this.startToFront=i>0?!1:!0,this.endToFront=-i>0?!1:!0;var h=l.snapAwayFromHidden(this.body.hiddenDates,r,i,!0),d=l.snapAwayFromHidden(this.body.hiddenDates,a,-i,!0);(h!=r||d!=a)&&(r=h,a=d),this.setRange(r,a,!1,!0),this.startToFront=!1,this.endToFront=!0},s.prototype.move=function(t){var e=this.end-this.start,i=this.start+e*t,s=this.end+e*t;this.start=i,this.end=s},s.prototype.moveTo=function(t){var e=(this.start+this.end)/2,i=e-t,s=this.start-i,o=this.end-i;this.setRange(s,o)},t.exports=s},function(t,e,i){var s=i(19);e.fakeGesture=function(t,e){var i=null,o=s.event.getTouchList(e,i),n=s.event.collectEventData(this,i,o,e);return isNaN(n.center.pageX)&&(n.center.pageX=e.pageX),isNaN(n.center.pageY)&&(n.center.pageY=e.pageY),n}},function(t){function e(){this.options=null,this.props=null}e.prototype.setOptions=function(t){t&&util.extend(this.options,t)},e.prototype.redraw=function(){return!1},e.prototype.destroy=function(){},e.prototype._isResized=function(){var t=this.props._previousWidth!==this.props.width||this.props._previousHeight!==this.props.height;return this.props._previousWidth=this.props.width,this.props._previousHeight=this.props.height,t},t.exports=e},function(t,e,i){var s=i(2);e.convertHiddenOptions=function(t,e){if(t.hiddenDates=[],e&&1==Array.isArray(e)){for(var i=0;i=4*a){var p=0,u=n.clone();switch(i[h].repeat){case"daily":d.day()!=l.day()&&(p=1),d.dayOfYear(o.dayOfYear()),d.year(o.year()),d.subtract(7,"days"),l.dayOfYear(o.dayOfYear()),l.year(o.year()),l.subtract(7-p,"days"),u.add(1,"weeks");break;case"weekly":var m=l.diff(d,"days"),f=d.day();d.date(o.date()),d.month(o.month()),d.year(o.year()),l=d.clone(),d.day(f),l.day(f),l.add(m,"days"),d.subtract(1,"weeks"),l.subtract(1,"weeks"),u.add(1,"weeks");break;case"monthly":d.month()!=l.month()&&(p=1),d.month(o.month()),d.year(o.year()),d.subtract(1,"months"),l.month(o.month()),l.year(o.year()),l.subtract(1,"months"),l.add(p,"months"),u.add(1,"months");break;case"yearly":d.year()!=l.year()&&(p=1),d.year(o.year()),d.subtract(1,"years"),l.year(o.year()),l.subtract(1,"years"),l.add(p,"years"),u.add(1,"years");break;default:return void console.log("Wrong repeat format, allowed are: daily, weekly, monthly, yearly. Given:",i[h].repeat)}for(;u>d;)switch(t.hiddenDates.push({start:d.valueOf(),end:l.valueOf()}),i[h].repeat){case"daily":d.add(1,"days"),l.add(1,"days");break;case"weekly":d.add(1,"weeks"),l.add(1,"weeks");break;case"monthly":d.add(1,"months"),l.add(1,"months");break;case"yearly":d.add(1,"y"),l.add(1,"y");break;default:return void console.log("Wrong repeat format, allowed are: daily, weekly, monthly, yearly. Given:",i[h].repeat)}t.hiddenDates.push({start:d.valueOf(),end:l.valueOf()})}}e.removeDuplicates(t);var g=e.isHidden(t.range.start,t.hiddenDates),v=e.isHidden(t.range.end,t.hiddenDates),y=t.range.start,b=t.range.end;1==g.hidden&&(y=1==t.range.startToFront?g.startDate-1:g.endDate+1),1==v.hidden&&(b=1==t.range.endToFront?v.startDate-1:v.endDate+1),(1==g.hidden||1==v.hidden)&&t.range._applyRange(y,b)}},e.removeDuplicates=function(t){for(var e=t.hiddenDates,i=[],s=0;s=e[s].start&&e[o].end<=e[s].end?e[o].remove=!0:e[o].start>=e[s].start&&e[o].start<=e[s].end?(e[s].end=e[o].end,e[o].remove=!0):e[o].end>=e[s].start&&e[o].end<=e[s].end&&(e[s].start=e[o].start,e[o].remove=!0));for(var s=0;s=r&&a>o){i=!0;break}}if(1==i&&o=e&&i>r&&(s+=r-n)}return s},e.correctTimeForHidden=function(t,i,o){return o=s(o).toDate().valueOf(),o-=e.getHiddenDurationBefore(t,i,o)},e.getHiddenDurationBefore=function(t,e,i){var o=0;i=s(i).toDate().valueOf();for(var n=0;n=e.start&&a=a&&(o+=a-r)}return o},e.getAccumulatedHiddenDuration=function(t,e,i){for(var s=0,o=0,n=e.start,r=0;r=e.start&&h=i)break;s+=h-a}}return s},e.snapAwayFromHidden=function(t,i,s,o){var n=e.isHidden(i,t);return 1==n.hidden?0>s?1==o?n.startDate-(n.endDate-i)-1:n.startDate-1:1==o?n.endDate+(i-n.startDate)+1:n.endDate+1:i},e.isHidden=function(t,e){for(var i=0;i=s&&o>t)return{hidden:!0,startDate:s,endDate:o}}return{hidden:!1,startDate:s,endDate:o}}},function(t,e,i){function s(){}var o=i(11),n=i(19),r=i(1),a=(i(7),i(9),i(21),i(26),i(35)),h=i(24);o(s.prototype),s.prototype._create=function(t){this.dom={},this.dom.root=document.createElement("div"),this.dom.background=document.createElement("div"),this.dom.backgroundVertical=document.createElement("div"),this.dom.backgroundHorizontal=document.createElement("div"),this.dom.centerContainer=document.createElement("div"),this.dom.leftContainer=document.createElement("div"),this.dom.rightContainer=document.createElement("div"),this.dom.center=document.createElement("div"),this.dom.left=document.createElement("div"),this.dom.right=document.createElement("div"),this.dom.top=document.createElement("div"),this.dom.bottom=document.createElement("div"),this.dom.shadowTop=document.createElement("div"),this.dom.shadowBottom=document.createElement("div"),this.dom.shadowTopLeft=document.createElement("div"),this.dom.shadowBottomLeft=document.createElement("div"),this.dom.shadowTopRight=document.createElement("div"),this.dom.shadowBottomRight=document.createElement("div"),this.dom.root.className="vis timeline root",this.dom.background.className="vispanel background",this.dom.backgroundVertical.className="vispanel background vertical",this.dom.backgroundHorizontal.className="vispanel background horizontal",this.dom.centerContainer.className="vispanel center",this.dom.leftContainer.className="vispanel left",this.dom.rightContainer.className="vispanel right",this.dom.top.className="vispanel top",this.dom.bottom.className="vispanel bottom",this.dom.left.className="content",this.dom.center.className="content",this.dom.right.className="content",this.dom.shadowTop.className="shadow top",this.dom.shadowBottom.className="shadow bottom",this.dom.shadowTopLeft.className="shadow top",this.dom.shadowBottomLeft.className="shadow bottom",this.dom.shadowTopRight.className="shadow top",this.dom.shadowBottomRight.className="shadow bottom",this.dom.root.appendChild(this.dom.background),this.dom.root.appendChild(this.dom.backgroundVertical),this.dom.root.appendChild(this.dom.backgroundHorizontal),this.dom.root.appendChild(this.dom.centerContainer),this.dom.root.appendChild(this.dom.leftContainer),this.dom.root.appendChild(this.dom.rightContainer),this.dom.root.appendChild(this.dom.top),this.dom.root.appendChild(this.dom.bottom),this.dom.centerContainer.appendChild(this.dom.center),this.dom.leftContainer.appendChild(this.dom.left),this.dom.rightContainer.appendChild(this.dom.right),this.dom.centerContainer.appendChild(this.dom.shadowTop),this.dom.centerContainer.appendChild(this.dom.shadowBottom),this.dom.leftContainer.appendChild(this.dom.shadowTopLeft),this.dom.leftContainer.appendChild(this.dom.shadowBottomLeft),this.dom.rightContainer.appendChild(this.dom.shadowTopRight),this.dom.rightContainer.appendChild(this.dom.shadowBottomRight),this.on("rangechange",this.redraw.bind(this)),this.on("touch",this._onTouch.bind(this)),this.on("pinch",this._onPinch.bind(this)),this.on("dragstart",this._onDragStart.bind(this)),this.on("drag",this._onDrag.bind(this));var e=this;this.on("change",function(t){t&&1==t.queue?e._redrawTimer||(e._redrawTimer=setTimeout(function(){e._redrawTimer=null,e.redraw()},0)):e.redraw()}),this.hammer=n(this.dom.root,{preventDefault:!0}),this.listeners={};var i=["touch","pinch","tap","doubletap","hold","dragstart","drag","dragend","mousewheel","DOMMouseScroll"];if(i.forEach(function(t){var i=function(){var i=[t].concat(Array.prototype.slice.call(arguments,0));e.isActive()&&e.emit.apply(e,i)};e.hammer.on(t,i),e.listeners[t]=i}),this.props={root:{},background:{},centerContainer:{},leftContainer:{},rightContainer:{},center:{},left:{},right:{},top:{},bottom:{},border:{},scrollTop:0,scrollTopMin:0},this.touch={},this.redrawCount=0,!t)throw new Error("No container provided");t.appendChild(this.dom.root)},s.prototype.setOptions=function(t){if(t){var e=["width","height","minHeight","maxHeight","autoResize","start","end","orientation","clickToUse","dataAttributes","hiddenDates"];r.selectiveExtend(e,this.options,t),"hiddenDates"in this.options&&h.convertHiddenOptions(this.body,this.options.hiddenDates),"clickToUse"in t&&(t.clickToUse?this.activator||(this.activator=new a(this.dom.root)):this.activator&&(this.activator.destroy(),delete this.activator)),this._initAutoResize()}if(this.components.forEach(function(e){e.setOptions(t)}),t&&t.order)throw new Error("Option order is deprecated. There is no replacement for this feature.");this.redraw()},s.prototype.isActive=function(){return!this.activator||this.activator.active},s.prototype.destroy=function(){this.clear(),this.off(),this._stopAutoResize(),this.dom.root.parentNode&&this.dom.root.parentNode.removeChild(this.dom.root),this.dom=null,this.activator&&(this.activator.destroy(),delete this.activator);for(var t in this.listeners)this.listeners.hasOwnProperty(t)&&delete this.listeners[t];this.listeners=null,this.hammer=null,this.components.forEach(function(t){t.destroy()}),this.body=null},s.prototype.setCustomTime=function(t){if(!this.customTime)throw new Error("Cannot get custom time: Custom time bar is not enabled");this.customTime.setCustomTime(t)},s.prototype.getCustomTime=function(){if(!this.customTime)throw new Error("Cannot get custom time: Custom time bar is not enabled");return this.customTime.getCustomTime()},s.prototype.getVisibleItems=function(){return this.itemSet&&this.itemSet.getVisibleItems()||[]},s.prototype.clear=function(t){(!t||t.items)&&this.setItems(null),(!t||t.groups)&&this.setGroups(null),(!t||t.options)&&(this.components.forEach(function(t){t.setOptions(t.defaultOptions)}),this.setOptions(this.defaultOptions))},s.prototype.fit=function(t){var e=this._getDataRange();if(null!==e.start||null!==e.end){var i=t&&void 0!==t.animate?t.animate:!0;this.range.setRange(e.start,e.end,i)}},s.prototype._getDataRange=function(){var t=this.getItemRange(),e=t.min,i=t.max;if(null!=e&&null!=i){var s=i.valueOf()-e.valueOf();0>=s&&(s=864e5),e=new Date(e.valueOf()-.05*s),i=new Date(i.valueOf()+.05*s)}return{start:e,end:i}},s.prototype.setWindow=function(t,e,i){var s=i&&void 0!==i.animate?i.animate:!0;if(1==arguments.length){var o=arguments[0];this.range.setRange(o.start,o.end,s)}else this.range.setRange(t,e,s)},s.prototype.moveTo=function(t,e){var i=this.range.end-this.range.start,s=r.convert(t,"Date").valueOf(),o=s-i/2,n=s+i/2,a=e&&void 0!==e.animate?e.animate:!0;this.range.setRange(o,n,a)},s.prototype.getWindow=function(){var t=this.range.getRange();return{start:new Date(t.start),end:new Date(t.end)}},s.prototype.redraw=function(){var t=!1,e=this.options,i=this.props,s=this.dom;if(s){h.updateHiddenDates(this.body,this.options.hiddenDates),"top"==e.orientation?(r.addClassName(s.root,"top"),r.removeClassName(s.root,"bottom")):(r.removeClassName(s.root,"top"),r.addClassName(s.root,"bottom")),s.root.style.maxHeight=r.option.asSize(e.maxHeight,""),s.root.style.minHeight=r.option.asSize(e.minHeight,""),s.root.style.width=r.option.asSize(e.width,""),i.border.left=(s.centerContainer.offsetWidth-s.centerContainer.clientWidth)/2,i.border.right=i.border.left,i.border.top=(s.centerContainer.offsetHeight-s.centerContainer.clientHeight)/2,i.border.bottom=i.border.top;var o=s.root.offsetHeight-s.root.clientHeight,n=s.root.offsetWidth-s.root.clientWidth;0===s.centerContainer.clientHeight&&(i.border.left=i.border.top,i.border.right=i.border.left),0===s.root.clientHeight&&(n=o),i.center.height=s.center.offsetHeight,i.left.height=s.left.offsetHeight,i.right.height=s.right.offsetHeight,i.top.height=s.top.clientHeight||-i.border.top,i.bottom.height=s.bottom.clientHeight||-i.border.bottom;var a=Math.max(i.left.height,i.center.height,i.right.height),d=i.top.height+a+i.bottom.height+o+i.border.top+i.border.bottom;s.root.style.height=r.option.asSize(e.height,d+"px"),i.root.height=s.root.offsetHeight,i.background.height=i.root.height-o;var l=i.root.height-i.top.height-i.bottom.height-o;i.centerContainer.height=l,i.leftContainer.height=l,i.rightContainer.height=i.leftContainer.height,i.root.width=s.root.offsetWidth,i.background.width=i.root.width-n,i.left.width=s.leftContainer.clientWidth||-i.border.left,i.leftContainer.width=i.left.width,i.right.width=s.rightContainer.clientWidth||-i.border.right,i.rightContainer.width=i.right.width;var c=i.root.width-i.left.width-i.right.width-n;i.center.width=c,i.centerContainer.width=c,i.top.width=c,i.bottom.width=c,s.background.style.height=i.background.height+"px",s.backgroundVertical.style.height=i.background.height+"px",s.backgroundHorizontal.style.height=i.centerContainer.height+"px",s.centerContainer.style.height=i.centerContainer.height+"px",s.leftContainer.style.height=i.leftContainer.height+"px",s.rightContainer.style.height=i.rightContainer.height+"px",s.background.style.width=i.background.width+"px",s.backgroundVertical.style.width=i.centerContainer.width+"px",s.backgroundHorizontal.style.width=i.background.width+"px",s.centerContainer.style.width=i.center.width+"px",s.top.style.width=i.top.width+"px",s.bottom.style.width=i.bottom.width+"px",s.background.style.left="0",s.background.style.top="0",s.backgroundVertical.style.left=i.left.width+i.border.left+"px",s.backgroundVertical.style.top="0",s.backgroundHorizontal.style.left="0",s.backgroundHorizontal.style.top=i.top.height+"px",s.centerContainer.style.left=i.left.width+"px",s.centerContainer.style.top=i.top.height+"px",s.leftContainer.style.left="0",s.leftContainer.style.top=i.top.height+"px",s.rightContainer.style.left=i.left.width+i.center.width+"px",s.rightContainer.style.top=i.top.height+"px",s.top.style.left=i.left.width+"px",s.top.style.top="0",s.bottom.style.left=i.left.width+"px",s.bottom.style.top=i.top.height+i.centerContainer.height+"px",this._updateScrollTop();var p=this.props.scrollTop;"bottom"==e.orientation&&(p+=Math.max(this.props.centerContainer.height-this.props.center.height-this.props.border.top-this.props.border.bottom,0)),s.center.style.left="0",s.center.style.top=p+"px",s.left.style.left="0",s.left.style.top=p+"px",s.right.style.left="0",s.right.style.top=p+"px";var u=0==this.props.scrollTop?"hidden":"",m=this.props.scrollTop==this.props.scrollTopMin?"hidden":"";if(s.shadowTop.style.visibility=u,s.shadowBottom.style.visibility=m,s.shadowTopLeft.style.visibility=u,s.shadowBottomLeft.style.visibility=m,s.shadowTopRight.style.visibility=u,s.shadowBottomRight.style.visibility=m,this.components.forEach(function(e){t=e.redraw()||t}),t){var f=3;this.redrawCount0&&(this.props.scrollTop=0),this.props.scrollTope;e++)s=this.selection[e],o=this.items[s],o&&o.unselect();for(this.selection=[],e=0,i=t.length;i>e;e++)s=t[e],o=this.items[s],o&&(this.selection.push(s),o.select())},s.prototype.getSelection=function(){return this.selection.concat([])},s.prototype.getVisibleItems=function(){var t=this.body.range.getRange(),e=this.body.util.toScreen(t.start),i=this.body.util.toScreen(t.end),s=[];for(var o in this.groups)if(this.groups.hasOwnProperty(o))for(var n=this.groups[o],r=n.visibleItems,a=0;ae&&s.push(h.id)}return s},s.prototype._deselect=function(t){for(var e=this.selection,i=0,s=e.length;s>i;i++)if(e[i]==t){e.splice(i,1);break}},s.prototype.redraw=function(){var t=this.options.margin,e=this.body.range,i=n.option.asSize,s=this.options,o=s.orientation,r=!1,a=this.dom.frame,h=s.editable.updateTime||s.editable.updateGroup;this.props.top=this.body.domProps.top.height+this.body.domProps.border.top,this.props.left=this.body.domProps.left.width+this.body.domProps.border.left,a.className="itemset"+(h?" editable":""),r=this._orderGroups()||r;var d=e.end-e.start,l=d!=this.lastVisibleInterval||this.props.width!=this.props.lastWidth;l&&(this.stackDirty=!0),this.lastVisibleInterval=d,this.props.lastWidth=this.props.width;var c=this.stackDirty,p=this._firstGroup(),u={item:t.item,axis:t.axis},m={item:t.item,axis:t.item.vertical/2},f=0,v=t.axis+t.item.vertical;return this.groups[g].redraw(e,m,c),n.forEach(this.groups,function(t){var i=t==p?u:m,s=t.redraw(e,i,c);r=s||r,f+=t.height}),f=Math.max(f,v),this.stackDirty=!1,a.style.height=i(f),this.props.width=a.offsetWidth,this.props.height=f,this.dom.axis.style.top=i("top"==o?this.body.domProps.top.height+this.body.domProps.border.top:this.body.domProps.top.height+this.body.domProps.centerContainer.height),this.dom.axis.style.left="0",r=this._isResized()||r},s.prototype._firstGroup=function(){var t="top"==this.options.orientation?0:this.groupIds.length-1,e=this.groupIds[t],i=this.groups[e]||this.groups[f];return i||null},s.prototype._updateUngrouped=function(){{var t,e,i=this.groups[f];this.groups[g]}if(this.groupsData){if(i){i.hide(),delete this.groups[f];for(e in this.items)if(this.items.hasOwnProperty(e)){t=this.items[e],t.parent&&t.parent.remove(t);var s=this._getGroupId(t.data),o=this.groups[s];o&&o.add(t)||t.hide()}}}else if(!i){var n=null,r=null;i=new d(n,r,this),this.groups[f]=i;for(e in this.items)this.items.hasOwnProperty(e)&&(t=this.items[e],i.add(t));i.show()}},s.prototype.getLabelSet=function(){return this.dom.labelSet},s.prototype.setItems=function(t){var e,i=this,s=this.itemsData;if(t){if(!(t instanceof r||t instanceof a))throw new TypeError("Data must be an instance of DataSet or DataView");this.itemsData=t}else this.itemsData=null;if(s&&(n.forEach(this.itemListeners,function(t,e){s.off(e,t)}),e=s.getIds(),this._onRemove(e)),this.itemsData){var o=this.id;n.forEach(this.itemListeners,function(t,e){i.itemsData.on(e,t,o)}),e=this.itemsData.getIds(),this._onAdd(e),this._updateUngrouped()}},s.prototype.getItems=function(){return this.itemsData},s.prototype.setGroups=function(t){var e,i=this;if(this.groupsData&&(n.forEach(this.groupListeners,function(t,e){i.groupsData.unsubscribe(e,t)}),e=this.groupsData.getIds(),this.groupsData=null,this._onRemoveGroups(e)),t){if(!(t instanceof r||t instanceof a))throw new TypeError("Data must be an instance of DataSet or DataView");this.groupsData=t}else this.groupsData=null;if(this.groupsData){var s=this.id;n.forEach(this.groupListeners,function(t,e){i.groupsData.on(e,t,s)}),e=this.groupsData.getIds(),this._onAddGroups(e)}this._updateUngrouped(),this._order(),this.body.emitter.emit("change",{queue:!0})},s.prototype.getGroups=function(){return this.groupsData},s.prototype.removeItem=function(t){var e=this.itemsData.get(t),i=this.itemsData.getDataSet();e&&this.options.onRemove(e,function(e){e&&i.remove(t)})},s.prototype._getType=function(t){return t.type||this.options.type||(t.end?"range":"box")},s.prototype._getGroupId=function(t){var e=this._getType(t);return"background"==e&&void 0==t.group?g:this.groupsData?t.group:f},s.prototype._onUpdate=function(t){var e=this;t.forEach(function(t){var i=e.itemsData.get(t,e.itemOptions),o=e.items[t],n=e._getType(i),r=s.types[n];if(o&&(r&&o instanceof r?e._updateItem(o,i):(e._removeItem(o),o=null)),!o){if(!r)throw new TypeError("rangeoverflow"==n?'Item type "rangeoverflow" is deprecated. Use css styling instead: .vis.timeline .item.range .content {overflow: visible;}':'Unknown item type "'+n+'"');o=new r(i,e.conversion,e.options),o.id=t,e._addItem(o) -}}),this._order(),this.stackDirty=!0,this.body.emitter.emit("change",{queue:!0})},s.prototype._onAdd=s.prototype._onUpdate,s.prototype._onRemove=function(t){var e=0,i=this;t.forEach(function(t){var s=i.items[t];s&&(e++,i._removeItem(s))}),e&&(this._order(),this.stackDirty=!0,this.body.emitter.emit("change",{queue:!0}))},s.prototype._order=function(){n.forEach(this.groups,function(t){t.order()})},s.prototype._onUpdateGroups=function(t){this._onAddGroups(t)},s.prototype._onAddGroups=function(t){var e=this;t.forEach(function(t){var i=e.groupsData.get(t),s=e.groups[t];if(s)s.setData(i);else{if(t==f||t==g)throw new Error("Illegal group id. "+t+" is a reserved id.");var o=Object.create(e.options);n.extend(o,{height:null}),s=new d(t,i,e),e.groups[t]=s;for(var r in e.items)if(e.items.hasOwnProperty(r)){var a=e.items[r];a.data.group==t&&s.add(a)}s.order(),s.show()}}),this.body.emitter.emit("change",{queue:!0})},s.prototype._onRemoveGroups=function(t){var e=this.groups;t.forEach(function(t){var i=e[t];i&&(i.hide(),delete e[t])}),this.markDirty(),this.body.emitter.emit("change",{queue:!0})},s.prototype._orderGroups=function(){if(this.groupsData){var t=this.groupsData.getIds({order:this.options.groupOrder}),e=!n.equalArray(t,this.groupIds);if(e){var i=this.groups;t.forEach(function(t){i[t].hide()}),t.forEach(function(t){i[t].show()}),this.groupIds=t}return e}return!1},s.prototype._addItem=function(t){this.items[t.id]=t;var e=this._getGroupId(t.data),i=this.groups[e];i&&i.add(t)},s.prototype._updateItem=function(t,e){var i=t.data.group;if(t.setData(e),i!=t.data.group){var s=this.groups[i];s&&s.remove(t);var o=this._getGroupId(t.data),n=this.groups[o];n&&n.add(t)}},s.prototype._removeItem=function(t){t.hide(),delete this.items[t.id];var e=this.selection.indexOf(t.id);-1!=e&&this.selection.splice(e,1),t.parent&&t.parent.remove(t)},s.prototype._constructByEndArray=function(t){for(var e=[],i=0;i0||o.length>0)&&this.body.emitter.emit("select",{items:a})}},s.prototype._onAddItem=function(t){if(this.options.selectable&&this.options.editable.add){var e=this,i=this.body.util.snap||null,o=s.itemFromTarget(t);if(o){var r=e.itemsData.get(o.id);this.options.onUpdate(r,function(t){t&&e.itemsData.getDataSet().update(t)})}else{var a=n.getAbsoluteLeft(this.dom.frame),h=t.gesture.center.pageX-a,d=this.body.util.toTime(h),l={start:i?i(d):d,content:"new item"};if("range"===this.options.type){var c=this.body.util.toTime(h+this.props.width/5);l.end=i?i(c):c}l[this.itemsData._fieldId]=n.randomUUID();var p=s.groupFromTarget(t);p&&(l.group=p.groupId),this.options.onAdd(l,function(t){t&&e.itemsData.getDataSet().add(t)})}}},s.prototype._onMultiSelectItem=function(t){if(this.options.selectable){var e,i=s.itemFromTarget(t);if(i){e=this.getSelection();var o=t.gesture.touches[0]&&t.gesture.touches[0].shiftKey||!1;if(o){e.push(i.id);var n=s._getItemRange(this.itemsData.get(e,this.itemOptions));e=[];for(var r in this.items)if(this.items.hasOwnProperty(r)){var a=this.items[r],h=a.data.start,d=void 0!==a.data.end?a.data.end:h;h>=n.min&&d<=n.max&&e.push(a.id)}}else{var l=e.indexOf(i.id);-1==l?e.push(i.id):e.splice(l,1)}this.setSelection(e),this.body.emitter.emit("select",{items:this.getSelection()})}}},s._getItemRange=function(t){var e=null,i=null;return t.forEach(function(t){(null==i||t.starte)&&(e=t.end):(null==e||t.start>e)&&(e=t.start)}),{min:i,max:e}},s.itemFromTarget=function(t){for(var e=t.target;e;){if(e.hasOwnProperty("timeline-item"))return e["timeline-item"];e=e.parentNode}return null},s.groupFromTarget=function(t){for(var e=t.target;e;){if(e.hasOwnProperty("timeline-group"))return e["timeline-group"];e=e.parentNode}return null},s.itemSetFromTarget=function(t){for(var e=t.target;e;){if(e.hasOwnProperty("timeline-itemset"))return e["timeline-itemset"];e=e.parentNode}return null},t.exports=s},function(t,e,i){function s(t,e,i){this.groupId=t,this.subgroups={},this.subgroupIndex=0,this.subgroupOrderer=e&&e.subgroupOrder,this.itemSet=i,this.dom={},this.props={label:{width:0,height:0}},this.className=null,this.items={},this.visibleItems=[],this.orderedItems={byStart:[],byEnd:[]},this.checkRangedItems=!1;var s=this;this.itemSet.body.emitter.on("checkRangedItems",function(){s.checkRangedItems=!0}),this._create(),this.setData(e)}{var o=i(1),n=i(28);i(29)}s.prototype._create=function(){var t=document.createElement("div");t.className="vlabel",this.dom.label=t;var e=document.createElement("div");e.className="inner",t.appendChild(e),this.dom.inner=e;var i=document.createElement("div");i.className="group",i["timeline-group"]=this,this.dom.foreground=i,this.dom.background=document.createElement("div"),this.dom.background.className="group",this.dom.axis=document.createElement("div"),this.dom.axis.className="group",this.dom.marker=document.createElement("div"),this.dom.marker.style.visibility="hidden",this.dom.marker.innerHTML="?",this.dom.background.appendChild(this.dom.marker)},s.prototype.setData=function(t){var e=t&&t.content;e instanceof Element?this.dom.inner.appendChild(e):this.dom.inner.innerHTML=void 0!==e&&null!==e?e:this.groupId||"",this.dom.label.title=t&&t.title||"",this.dom.inner.firstChild?o.removeClassName(this.dom.inner,"hidden"):o.addClassName(this.dom.inner,"hidden");var i=t&&t.className||null;i!=this.className&&(this.className&&(o.removeClassName(this.dom.label,this.className),o.removeClassName(this.dom.foreground,this.className),o.removeClassName(this.dom.background,this.className),o.removeClassName(this.dom.axis,this.className)),o.addClassName(this.dom.label,i),o.addClassName(this.dom.foreground,i),o.addClassName(this.dom.background,i),o.addClassName(this.dom.axis,i),this.className=i),this.style&&(o.removeCssText(this.dom.label,this.style),this.style=null),t&&t.style&&(o.addCssText(this.dom.label,t.style),this.style=t.style)},s.prototype.getLabelWidth=function(){return this.props.label.width},s.prototype.redraw=function(t,e,i){var s=!1;this.visibleItems=this._updateVisibleItems(this.orderedItems,this.visibleItems,t);var r=this.dom.marker.clientHeight;r!=this.lastMarkerHeight&&(this.lastMarkerHeight=r,o.forEach(this.items,function(t){t.dirty=!0,t.displayed&&t.redraw()}),i=!0),this.itemSet.options.stack?n.stack(this.visibleItems,e,i):n.nostack(this.visibleItems,e,this.subgroups);var a=this._calculateHeight(e),h=this.dom.foreground;this.top=h.offsetTop,this.left=h.offsetLeft,this.width=h.offsetWidth,s=o.updateProperty(this,"height",a)||s,s=o.updateProperty(this.props.label,"width",this.dom.inner.clientWidth)||s,s=o.updateProperty(this.props.label,"height",this.dom.inner.clientHeight)||s,this.dom.background.style.height=a+"px",this.dom.foreground.style.height=a+"px",this.dom.label.style.height=a+"px";for(var d=0,l=this.visibleItems.length;l>d;d++){var c=this.visibleItems[d];c.repositionY(e)}return s},s.prototype._calculateHeight=function(t){var e,i=this.visibleItems;this.resetSubgroups();var s=this;if(i.length){var n=i[0].top,r=i[0].top+i[0].height;if(o.forEach(i,function(t){n=Math.min(n,t.top),r=Math.max(r,t.top+t.height),void 0!==t.data.subgroup&&(s.subgroups[t.data.subgroup].height=Math.max(s.subgroups[t.data.subgroup].height,t.height),s.subgroups[t.data.subgroup].visible=!0)}),n>t.axis){var a=n-t.axis;r-=a,o.forEach(i,function(t){t.top-=a})}e=r+t.item.vertical/2}else e=t.axis+t.item.vertical;return e=Math.max(e,this.props.label.height)},s.prototype.show=function(){this.dom.label.parentNode||this.itemSet.dom.labelSet.appendChild(this.dom.label),this.dom.foreground.parentNode||this.itemSet.dom.foreground.appendChild(this.dom.foreground),this.dom.background.parentNode||this.itemSet.dom.background.appendChild(this.dom.background),this.dom.axis.parentNode||this.itemSet.dom.axis.appendChild(this.dom.axis)},s.prototype.hide=function(){var t=this.dom.label;t.parentNode&&t.parentNode.removeChild(t);var e=this.dom.foreground;e.parentNode&&e.parentNode.removeChild(e);var i=this.dom.background;i.parentNode&&i.parentNode.removeChild(i);var s=this.dom.axis;s.parentNode&&s.parentNode.removeChild(s)},s.prototype.add=function(t){if(this.items[t.id]=t,t.setParent(this),void 0!==t.data.subgroup&&(void 0===this.subgroups[t.data.subgroup]&&(this.subgroups[t.data.subgroup]={height:0,visible:!1,index:this.subgroupIndex,items:[]},this.subgroupIndex++),this.subgroups[t.data.subgroup].items.push(t)),this.orderSubgroups(),-1==this.visibleItems.indexOf(t)){var e=this.itemSet.body.range;this._checkIfVisible(t,this.visibleItems,e)}},s.prototype.orderSubgroups=function(){if(void 0!==this.subgroupOrderer){var t=[];if("string"==typeof this.subgroupOrderer){for(var e in this.subgroups)t.push({subgroup:e,sortField:this.subgroups[e].items[0].data[this.subgroupOrderer]});t.sort(function(t,e){return t.sortField-e.sortField})}else if("function"==typeof this.subgroupOrderer){for(var e in this.subgroups)t.push(this.subgroups[e].items[0].data);t.sort(this.subgroupOrderer)}if(t.length>0)for(var i=0;it?-1:l>=t?0:1};if(e.length>0)for(n=0;nl}),1==this.checkRangedItems)for(this.checkRangedItems=!1,n=0;nl})}for(n=0;n=0&&(n=e[r],!o(n));r--)void 0===s[n.id]&&(s[n.id]=!0,i.push(n));for(r=t+1;ro;o++)t[o].top=null;for(o=0,n=t.length;n>o;o++){var r=t[o];if(r.stack&&null===r.top){r.top=i.axis;do{for(var a=null,h=0,d=t.length;d>h;h++){var l=t[h];if(null!==l.top&&l!==r&&l.stack&&e.collision(r,l,i.item)){a=l;break}}null!=a&&(r.top=a.top+a.height+i.item.vertical)}while(a)}}},e.nostack=function(t,e,i){var s,o,n;for(s=0,o=t.length;o>s;s++)if(void 0!==t[s].data.subgroup){n=e.axis;for(var r in i)i.hasOwnProperty(r)&&1==i[r].visible&&i[r].indexe.left&&t.top-s.vertical+ie.top}},function(t,e,i){function s(t,e,i){if(this.props={content:{width:0}},this.overflow=!1,t){if(void 0==t.start)throw new Error('Property "start" missing in item '+t.id);if(void 0==t.end)throw new Error('Property "end" missing in item '+t.id)}n.call(this,t,e,i)}var o=i(19),n=i(30);s.prototype=new n(null,null,null),s.prototype.baseClassName="item range",s.prototype.isVisible=function(t){return this.data.startt.start},s.prototype.redraw=function(){var t=this.dom;if(t||(this.dom={},t=this.dom,t.box=document.createElement("div"),t.content=document.createElement("div"),t.content.className="content",t.box.appendChild(t.content),t.box["timeline-item"]=this,this.dirty=!0),!this.parent)throw new Error("Cannot redraw item: no parent attached");if(!t.box.parentNode){var e=this.parent.dom.foreground;if(!e)throw new Error("Cannot redraw item: parent has no foreground container element");e.appendChild(t.box)}if(this.displayed=!0,this.dirty){this._updateContents(this.dom.content),this._updateTitle(this.dom.box),this._updateDataAttributes(this.dom.box),this._updateStyle(this.dom.box);var i=(this.data.className?" "+this.data.className:"")+(this.selected?" selected":"");t.box.className=this.baseClassName+i,this.overflow="hidden"!==window.getComputedStyle(t.content).overflow,this.dom.content.style.maxWidth="none",this.props.content.width=this.dom.content.offsetWidth,this.height=this.dom.box.offsetHeight,this.dom.content.style.maxWidth="",this.dirty=!1}this._repaintDeleteButton(t.box),this._repaintDragLeft(),this._repaintDragRight()},s.prototype.show=function(){this.displayed||this.redraw()},s.prototype.hide=function(){if(this.displayed){var t=this.dom.box;t.parentNode&&t.parentNode.removeChild(t),this.top=null,this.left=null,this.displayed=!1}},s.prototype.repositionX=function(){var t,e,i=this.parent.width,s=this.conversion.toScreen(this.data.start),o=this.conversion.toScreen(this.data.end);-i>s&&(s=-i),o>2*i&&(o=2*i);var n=Math.max(o-s,1);switch(this.overflow?(this.left=s,this.width=n+this.props.content.width,e=this.props.content.width):(this.left=s,this.width=n,e=Math.min(o-s-2*this.options.padding,this.props.content.width)),this.dom.box.style.left=this.left+"px",this.dom.box.style.width=n+"px",this.options.align){case"left":this.dom.content.style.left="0";break;case"right":this.dom.content.style.left=Math.max(n-e-2*this.options.padding,0)+"px";break;case"center":this.dom.content.style.left=Math.max((n-e-2*this.options.padding)/2,0)+"px";break;default:t=this.overflow?o>0?Math.max(-s,0):-e:0>s?Math.min(-s,o-s-e-2*this.options.padding):0,this.dom.content.style.left=t+"px"}},s.prototype.repositionY=function(){var t=this.options.orientation,e=this.dom.box;e.style.top="top"==t?this.top+"px":this.parent.height-this.top-this.height+"px"},s.prototype._repaintDragLeft=function(){if(this.selected&&this.options.editable.updateTime&&!this.dom.dragLeft){var t=document.createElement("div");t.className="drag-left",t.dragLeftItem=this,o(t,{preventDefault:!0}).on("drag",function(){}),this.dom.box.appendChild(t),this.dom.dragLeft=t}else!this.selected&&this.dom.dragLeft&&(this.dom.dragLeft.parentNode&&this.dom.dragLeft.parentNode.removeChild(this.dom.dragLeft),this.dom.dragLeft=null)},s.prototype._repaintDragRight=function(){if(this.selected&&this.options.editable.updateTime&&!this.dom.dragRight){var t=document.createElement("div");t.className="drag-right",t.dragRightItem=this,o(t,{preventDefault:!0}).on("drag",function(){}),this.dom.box.appendChild(t),this.dom.dragRight=t}else!this.selected&&this.dom.dragRight&&(this.dom.dragRight.parentNode&&this.dom.dragRight.parentNode.removeChild(this.dom.dragRight),this.dom.dragRight=null)},t.exports=s},function(t,e,i){function s(t,e,i){this.id=null,this.parent=null,this.data=t,this.dom=null,this.conversion=e||{},this.options=i||{},this.selected=!1,this.displayed=!1,this.dirty=!0,this.top=null,this.left=null,this.width=null,this.height=null}var o=i(19),n=i(1);s.prototype.stack=!0,s.prototype.select=function(){this.selected=!0,this.dirty=!0,this.displayed&&this.redraw()},s.prototype.unselect=function(){this.selected=!1,this.dirty=!0,this.displayed&&this.redraw()},s.prototype.setData=function(t){this.data=t,this.dirty=!0,this.displayed&&this.redraw()},s.prototype.setParent=function(t){this.displayed?(this.hide(),this.parent=t,this.parent&&this.show()):this.parent=t},s.prototype.isVisible=function(){return!1},s.prototype.show=function(){return!1},s.prototype.hide=function(){return!1},s.prototype.redraw=function(){},s.prototype.repositionX=function(){},s.prototype.repositionY=function(){},s.prototype._repaintDeleteButton=function(t){if(this.selected&&this.options.editable.remove&&!this.dom.deleteButton){var e=this,i=document.createElement("div");i.className="delete",i.title="Delete this item",o(i,{preventDefault:!0}).on("tap",function(t){e.parent.removeFromDataSet(e),t.stopPropagation()}),t.appendChild(i),this.dom.deleteButton=i}else!this.selected&&this.dom.deleteButton&&(this.dom.deleteButton.parentNode&&this.dom.deleteButton.parentNode.removeChild(this.dom.deleteButton),this.dom.deleteButton=null)},s.prototype._updateContents=function(t){var e;if(this.options.template){var i=this.parent.itemSet.itemsData.get(this.id);e=this.options.template(i)}else e=this.data.content;if(e!==this.content){if(e instanceof Element)t.innerHTML="",t.appendChild(e);else if(void 0!=e)t.innerHTML=e;else if("background"!=this.data.type||void 0!==this.data.content)throw new Error('Property "content" missing in item '+this.id);this.content=e}},s.prototype._updateTitle=function(t){null!=this.data.title?t.title=this.data.title||"":t.removeAttribute("title")},s.prototype._updateDataAttributes=function(t){if(this.options.dataAttributes&&this.options.dataAttributes.length>0){var e=[];if(Array.isArray(this.options.dataAttributes))e=this.options.dataAttributes;else{if("all"!=this.options.dataAttributes)return;e=Object.keys(this.data)}for(var i=0;is;s++){var n=this.visibleItems[s];n.repositionY(e)}return i},s.prototype.show=function(){this.dom.background.parentNode||this.itemSet.dom.background.appendChild(this.dom.background)},t.exports=s},function(t,e,i){function s(t,e,i){if(this.props={dot:{width:0,height:0},line:{width:0,height:0}},t&&void 0==t.start)throw new Error('Property "start" missing in item '+t);o.call(this,t,e,i)}{var o=i(30);i(1)}s.prototype=new o(null,null,null),s.prototype.isVisible=function(t){var e=(t.end-t.start)/4;return this.data.start>t.start-e&&this.data.startt.start-e&&this.data.startt.start},s.prototype.redraw=function(){var t=this.dom;if(t||(this.dom={},t=this.dom,t.box=document.createElement("div"),t.content=document.createElement("div"),t.content.className="content",t.box.appendChild(t.content),this.dirty=!0),!this.parent)throw new Error("Cannot redraw item: no parent attached");if(!t.box.parentNode){var e=this.parent.dom.background;if(!e)throw new Error("Cannot redraw item: parent has no background container element");e.appendChild(t.box)}if(this.displayed=!0,this.dirty){this._updateContents(this.dom.content),this._updateTitle(this.dom.content),this._updateDataAttributes(this.dom.content),this._updateStyle(this.dom.box);var i=(this.data.className?" "+this.data.className:"")+(this.selected?" selected":"");t.box.className=this.baseClassName+i,this.overflow="hidden"!==window.getComputedStyle(t.content).overflow,this.props.content.width=this.dom.content.offsetWidth,this.height=0,this.dirty=!1}},s.prototype.show=r.prototype.show,s.prototype.hide=r.prototype.hide,s.prototype.repositionX=r.prototype.repositionX,s.prototype.repositionY=function(t){var e="top"===this.options.orientation;this.dom.content.style.top=e?"":"0",this.dom.content.style.bottom=e?"0":"";var i;if(void 0!==this.data.subgroup){var s=this.data.subgroup,o=this.parent.subgroups,r=o[s].index;if(1==e){i=this.parent.subgroups[s].height+t.item.vertical,i+=0==r?t.axis-.5*t.item.vertical:0;var a=this.parent.top;for(var h in o)o.hasOwnProperty(h)&&1==o[h].visible&&o[h].indexr&&(a+=o[h].height+t.item.vertical);i=this.parent.subgroups[s].height+t.item.vertical,this.dom.box.style.top=a+"px",this.dom.box.style.bottom=""}}else this.parent instanceof n?(i=Math.max(this.parent.height,this.parent.itemSet.body.domProps.center.height,this.parent.itemSet.body.domProps.centerContainer.height),this.dom.box.style.top=e?"0":"",this.dom.box.style.bottom=e?"":"0"):(i=this.parent.height,this.dom.box.style.top=this.parent.top+"px",this.dom.box.style.bottom="");this.dom.box.style.height=i+"px"},t.exports=s},function(t,e,i){function s(t){this.active=!1,this.dom={container:t},this.dom.overlay=document.createElement("div"),this.dom.overlay.className="overlay",this.dom.container.appendChild(this.dom.overlay),this.hammer=a(this.dom.overlay,{prevent_default:!1}),this.hammer.on("tap",this._onTapOverlay.bind(this));var e=this,i=["touch","pinch","doubletap","hold","dragstart","drag","dragend","mousewheel","DOMMouseScroll"];i.forEach(function(t){e.hammer.on(t,function(t){t.stopPropagation()})}),this.windowHammer=a(window,{prevent_default:!1}),this.windowHammer.on("tap",function(i){o(i.target,t)||e.deactivate()}),void 0!==this.keycharm&&this.keycharm.destroy(),this.keycharm=n(),this.escListener=this.deactivate.bind(this)}function o(t,e){for(;t;){if(t===e)return!0;t=t.parentNode}return!1}var n=i(36),r=i(11),a=i(19),h=i(1);r(s.prototype),s.current=null,s.prototype.destroy=function(){this.deactivate(),this.dom.overlay.parentNode.removeChild(this.dom.overlay),this.hammer=null,this.windowHammer=null},s.prototype.activate=function(){s.current&&s.current.deactivate(),s.current=this,this.active=!0,this.dom.overlay.style.display="none",h.addClassName(this.dom.container,"vis-active"),this.emit("change"),this.emit("activate"),this.keycharm.bind("esc",this.escListener)},s.prototype.deactivate=function(){this.active=!1,this.dom.overlay.style.display="",h.removeClassName(this.dom.container,"vis-active"),this.keycharm.unbind("esc",this.escListener),this.emit("change"),this.emit("deactivate")},s.prototype._onTapOverlay=function(t){this.activate(),t.stopPropagation()},t.exports=s},function(t,e){var i,s,o;!function(n,r){s=[],i=r,o="function"==typeof i?i.apply(e,s):i,!(void 0!==o&&(t.exports=o))}(this,function(){function t(t){var e,i=t&&t.preventDefault||!1,s=t&&t.container||window,o={},n={keydown:{},keyup:{}},r={};for(e=97;122>=e;e++)r[String.fromCharCode(e)]={code:65+(e-97),shift:!1};for(e=65;90>=e;e++)r[String.fromCharCode(e)]={code:e,shift:!0};for(e=0;9>=e;e++)r[""+e]={code:48+e,shift:!1}; -for(e=1;12>=e;e++)r["F"+e]={code:111+e,shift:!1};for(e=0;9>=e;e++)r["num"+e]={code:96+e,shift:!1};r["num*"]={code:106,shift:!1},r["num+"]={code:107,shift:!1},r["num-"]={code:109,shift:!1},r["num/"]={code:111,shift:!1},r["num."]={code:110,shift:!1},r.left={code:37,shift:!1},r.up={code:38,shift:!1},r.right={code:39,shift:!1},r.down={code:40,shift:!1},r.space={code:32,shift:!1},r.enter={code:13,shift:!1},r.shift={code:16,shift:void 0},r.esc={code:27,shift:!1},r.backspace={code:8,shift:!1},r.tab={code:9,shift:!1},r.ctrl={code:17,shift:!1},r.alt={code:18,shift:!1},r["delete"]={code:46,shift:!1},r.pageup={code:33,shift:!1},r.pagedown={code:34,shift:!1},r["="]={code:187,shift:!1},r["-"]={code:189,shift:!1},r["]"]={code:221,shift:!1},r["["]={code:219,shift:!1};var a=function(t){d(t,"keydown")},h=function(t){d(t,"keyup")},d=function(t,e){if(void 0!==n[e][t.keyCode]){for(var s=n[e][t.keyCode],o=0;oy;)y++,l=h.getCurrent(),c=h.isMajor(),u=h.getClassName(),f=m,m=this.body.util.toScreen(l),g=m-f,p&&(p.style.width=g+"px"),this.options.showMinorLabels&&this._repaintMinorText(m,h.getLabelMinor(),t,u),c&&this.options.showMajorLabels?(m>0&&(void 0==v&&(v=m),this._repaintMajorText(m,h.getLabelMajor(),t,u)),p=this._repaintMajorLine(m,t,u)):p=this._repaintMinorLine(m,t,u),h.next();if(this.options.showMajorLabels){var b=this.body.util.toTime(0),_=h.getLabelMajor(b),x=_.length*(this.props.majorCharWidth||10)+10;(void 0==v||v>x)&&this._repaintMajorText(0,_,t,u)}o.forEach(this.dom.redundant,function(t){for(;t.length;){var e=t.pop();e&&e.parentNode&&e.parentNode.removeChild(e)}})},s.prototype._repaintMinorText=function(t,e,i,s){var o=this.dom.redundant.minorTexts.shift();if(!o){var n=document.createTextNode("");o=document.createElement("div"),o.appendChild(n),this.dom.foreground.appendChild(o)}this.dom.minorTexts.push(o),o.childNodes[0].nodeValue=e,o.style.top="top"==i?this.props.majorLabelHeight+"px":"0",o.style.left=t+"px",o.className="text minor "+s},s.prototype._repaintMajorText=function(t,e,i,s){var o=this.dom.redundant.majorTexts.shift();if(!o){var n=document.createTextNode(e);o=document.createElement("div"),o.appendChild(n),this.dom.foreground.appendChild(o)}this.dom.majorTexts.push(o),o.childNodes[0].nodeValue=e,o.className="text major "+s,o.style.top="top"==i?"0":this.props.minorLabelHeight+"px",o.style.left=t+"px"},s.prototype._repaintMinorLine=function(t,e,i){var s=this.dom.redundant.lines.shift();s||(s=document.createElement("div"),this.dom.background.appendChild(s)),this.dom.lines.push(s);var o=this.props;return s.style.top="top"==e?o.majorLabelHeight+"px":this.body.domProps.top.height+"px",s.style.height=o.minorLineHeight+"px",s.style.left=t-o.minorLineWidth/2+"px",s.className="grid vertical minor "+i,s},s.prototype._repaintMajorLine=function(t,e,i){var s=this.dom.redundant.lines.shift();s||(s=document.createElement("div"),this.dom.background.appendChild(s)),this.dom.lines.push(s);var o=this.props;return s.style.top="top"==e?"0":this.body.domProps.top.height+"px",s.style.left=t-o.majorLineWidth/2+"px",s.style.height=o.majorLineHeight+"px",s.className="grid vertical major "+i,s},s.prototype._calculateCharSize=function(){this.dom.measureCharMinor||(this.dom.measureCharMinor=document.createElement("DIV"),this.dom.measureCharMinor.className="text minor measure",this.dom.measureCharMinor.style.position="absolute",this.dom.measureCharMinor.appendChild(document.createTextNode("0")),this.dom.foreground.appendChild(this.dom.measureCharMinor)),this.props.minorCharHeight=this.dom.measureCharMinor.clientHeight,this.props.minorCharWidth=this.dom.measureCharMinor.clientWidth,this.dom.measureCharMajor||(this.dom.measureCharMajor=document.createElement("DIV"),this.dom.measureCharMajor.className="text major measure",this.dom.measureCharMajor.style.position="absolute",this.dom.measureCharMajor.appendChild(document.createTextNode("0")),this.dom.foreground.appendChild(this.dom.measureCharMajor)),this.props.majorCharHeight=this.dom.measureCharMajor.clientHeight,this.props.majorCharWidth=this.dom.measureCharMajor.clientWidth},s.prototype.snap=function(t){return this.step.snap(t)},t.exports=s},function(t,e,i){function s(t,e,i,o){this.current=new Date,this._start=new Date,this._end=new Date,this.autoScale=!0,this.scale="day",this.step=1,this.setRange(t,e,i),this.switchedDay=!1,this.switchedMonth=!1,this.switchedYear=!1,this.hiddenDates=o,void 0===o&&(this.hiddenDates=[]),this.format=s.FORMAT}var o=i(2),n=i(24),r=i(1);s.FORMAT={minorLabels:{millisecond:"SSS",second:"s",minute:"HH:mm",hour:"HH:mm",weekday:"ddd D",day:"D",month:"MMM",year:"YYYY"},majorLabels:{millisecond:"HH:mm:ss",second:"D MMMM HH:mm",minute:"ddd D MMMM",hour:"ddd D MMMM",weekday:"MMMM YYYY",day:"MMMM YYYY",month:"YYYY",year:""}},s.prototype.setFormat=function(t){var e=r.deepExtend({},s.FORMAT);this.format=r.deepExtend(e,t)},s.prototype.setRange=function(t,e,i){if(!(t instanceof Date&&e instanceof Date))throw"No legal start or end date in method setRange";this._start=void 0!=t?new Date(t.valueOf()):new Date,this._end=void 0!=e?new Date(e.valueOf()):new Date,this.autoScale&&this.setMinimumStep(i)},s.prototype.first=function(){this.current=new Date(this._start.valueOf()),this.roundToMinor()},s.prototype.roundToMinor=function(){switch(this.scale){case"year":this.current.setFullYear(this.step*Math.floor(this.current.getFullYear()/this.step)),this.current.setMonth(0);case"month":this.current.setDate(1);case"day":case"weekday":this.current.setHours(0);case"hour":this.current.setMinutes(0);case"minute":this.current.setSeconds(0);case"second":this.current.setMilliseconds(0)}if(1!=this.step)switch(this.scale){case"millisecond":this.current.setMilliseconds(this.current.getMilliseconds()-this.current.getMilliseconds()%this.step);break;case"second":this.current.setSeconds(this.current.getSeconds()-this.current.getSeconds()%this.step);break;case"minute":this.current.setMinutes(this.current.getMinutes()-this.current.getMinutes()%this.step);break;case"hour":this.current.setHours(this.current.getHours()-this.current.getHours()%this.step);break;case"weekday":case"day":this.current.setDate(this.current.getDate()-1-(this.current.getDate()-1)%this.step+1);break;case"month":this.current.setMonth(this.current.getMonth()-this.current.getMonth()%this.step);break;case"year":this.current.setFullYear(this.current.getFullYear()-this.current.getFullYear()%this.step)}},s.prototype.hasNext=function(){return this.current.valueOf()<=this._end.valueOf()},s.prototype.next=function(){var t=this.current.valueOf();if(this.current.getMonth()<6)switch(this.scale){case"millisecond":this.current=new Date(this.current.valueOf()+this.step);break;case"second":this.current=new Date(this.current.valueOf()+1e3*this.step);break;case"minute":this.current=new Date(this.current.valueOf()+1e3*this.step*60);break;case"hour":this.current=new Date(this.current.valueOf()+1e3*this.step*60*60);var e=this.current.getHours();this.current.setHours(e-e%this.step);break;case"weekday":case"day":this.current.setDate(this.current.getDate()+this.step);break;case"month":this.current.setMonth(this.current.getMonth()+this.step);break;case"year":this.current.setFullYear(this.current.getFullYear()+this.step)}else switch(this.scale){case"millisecond":this.current=new Date(this.current.valueOf()+this.step);break;case"second":this.current.setSeconds(this.current.getSeconds()+this.step);break;case"minute":this.current.setMinutes(this.current.getMinutes()+this.step);break;case"hour":this.current.setHours(this.current.getHours()+this.step);break;case"weekday":case"day":this.current.setDate(this.current.getDate()+this.step);break;case"month":this.current.setMonth(this.current.getMonth()+this.step);break;case"year":this.current.setFullYear(this.current.getFullYear()+this.step)}if(1!=this.step)switch(this.scale){case"millisecond":this.current.getMilliseconds()0&&(this.step=e),this.autoScale=!1},s.prototype.setAutoScale=function(t){this.autoScale=t},s.prototype.setMinimumStep=function(t){if(void 0!=t){var e=31104e6,i=2592e6,s=864e5,o=36e5,n=6e4,r=1e3,a=1;1e3*e>t&&(this.scale="year",this.step=1e3),500*e>t&&(this.scale="year",this.step=500),100*e>t&&(this.scale="year",this.step=100),50*e>t&&(this.scale="year",this.step=50),10*e>t&&(this.scale="year",this.step=10),5*e>t&&(this.scale="year",this.step=5),e>t&&(this.scale="year",this.step=1),3*i>t&&(this.scale="month",this.step=3),i>t&&(this.scale="month",this.step=1),5*s>t&&(this.scale="day",this.step=5),2*s>t&&(this.scale="day",this.step=2),s>t&&(this.scale="day",this.step=1),s/2>t&&(this.scale="weekday",this.step=1),4*o>t&&(this.scale="hour",this.step=4),o>t&&(this.scale="hour",this.step=1),15*n>t&&(this.scale="minute",this.step=15),10*n>t&&(this.scale="minute",this.step=10),5*n>t&&(this.scale="minute",this.step=5),n>t&&(this.scale="minute",this.step=1),15*r>t&&(this.scale="second",this.step=15),10*r>t&&(this.scale="second",this.step=10),5*r>t&&(this.scale="second",this.step=5),r>t&&(this.scale="second",this.step=1),200*a>t&&(this.scale="millisecond",this.step=200),100*a>t&&(this.scale="millisecond",this.step=100),50*a>t&&(this.scale="millisecond",this.step=50),10*a>t&&(this.scale="millisecond",this.step=10),5*a>t&&(this.scale="millisecond",this.step=5),a>t&&(this.scale="millisecond",this.step=1)}},s.prototype.snap=function(t){var e=new Date(t.valueOf());if("year"==this.scale){var i=e.getFullYear()+Math.round(e.getMonth()/12);e.setFullYear(Math.round(i/this.step)*this.step),e.setMonth(0),e.setDate(0),e.setHours(0),e.setMinutes(0),e.setSeconds(0),e.setMilliseconds(0)}else if("month"==this.scale)e.getDate()>15?(e.setDate(1),e.setMonth(e.getMonth()+1)):e.setDate(1),e.setHours(0),e.setMinutes(0),e.setSeconds(0),e.setMilliseconds(0);else if("day"==this.scale){switch(this.step){case 5:case 2:e.setHours(24*Math.round(e.getHours()/24));break;default:e.setHours(12*Math.round(e.getHours()/12))}e.setMinutes(0),e.setSeconds(0),e.setMilliseconds(0)}else if("weekday"==this.scale){switch(this.step){case 5:case 2:e.setHours(12*Math.round(e.getHours()/12));break;default:e.setHours(6*Math.round(e.getHours()/6))}e.setMinutes(0),e.setSeconds(0),e.setMilliseconds(0)}else if("hour"==this.scale){switch(this.step){case 4:e.setMinutes(60*Math.round(e.getMinutes()/60));break;default:e.setMinutes(30*Math.round(e.getMinutes()/30))}e.setSeconds(0),e.setMilliseconds(0)}else if("minute"==this.scale){switch(this.step){case 15:case 10:e.setMinutes(5*Math.round(e.getMinutes()/5)),e.setSeconds(0);break;case 5:e.setSeconds(60*Math.round(e.getSeconds()/60));break;default:e.setSeconds(30*Math.round(e.getSeconds()/30))}e.setMilliseconds(0)}else if("second"==this.scale)switch(this.step){case 15:case 10:e.setSeconds(5*Math.round(e.getSeconds()/5)),e.setMilliseconds(0);break;case 5:e.setMilliseconds(1e3*Math.round(e.getMilliseconds()/1e3));break;default:e.setMilliseconds(500*Math.round(e.getMilliseconds()/500))}else if("millisecond"==this.scale){var s=this.step>5?this.step/2:1;e.setMilliseconds(Math.round(e.getMilliseconds()/s)*s)}return e},s.prototype.isMajor=function(){if(1==this.switchedYear)switch(this.switchedYear=!1,this.scale){case"year":case"month":case"weekday":case"day":case"hour":case"minute":case"second":case"millisecond":return!0;default:return!1}else if(1==this.switchedMonth)switch(this.switchedMonth=!1,this.scale){case"weekday":case"day":case"hour":case"minute":case"second":case"millisecond":return!0;default:return!1}else if(1==this.switchedDay)switch(this.switchedDay=!1,this.scale){case"millisecond":case"second":case"minute":case"hour":return!0;default:return!1}switch(this.scale){case"millisecond":return 0==this.current.getMilliseconds();case"second":return 0==this.current.getSeconds();case"minute":return 0==this.current.getHours()&&0==this.current.getMinutes();case"hour":return 0==this.current.getHours();case"weekday":case"day":return 1==this.current.getDate();case"month":return 0==this.current.getMonth();case"year":return!1;default:return!1}},s.prototype.getLabelMinor=function(t){void 0==t&&(t=this.current);var e=this.format.minorLabels[this.scale];return e&&e.length>0?o(t).format(e):""},s.prototype.getLabelMajor=function(t){void 0==t&&(t=this.current);var e=this.format.majorLabels[this.scale];return e&&e.length>0?o(t).format(e):""},s.prototype.getClassName=function(){function t(t){return t/h%2==0?" even":" odd"}function e(t){return t.isSame(new Date,"day")?" today":t.isSame(o().add(1,"day"),"day")?" tomorrow":t.isSame(o().add(-1,"day"),"day")?" yesterday":""}function i(t){return t.isSame(new Date,"week")?" current-week":""}function s(t){return t.isSame(new Date,"month")?" current-month":""}function n(t){return t.isSame(new Date,"year")?" current-year":""}var r=o(this.current),a=r.locale?r.locale("en"):r.lang("en"),h=this.step;switch(this.scale){case"millisecond":return t(a.milliseconds()).trim();case"second":return t(a.seconds()).trim();case"minute":return t(a.minutes()).trim();case"hour":var d=a.hours();return 4==this.step&&(d=d+"-"+(d+4)),d+"h"+e(a)+t(a.hours());case"weekday":return a.format("dddd").toLowerCase()+e(a)+i(a)+t(a.date());case"day":var l=a.date(),c=a.format("MMMM").toLowerCase();return"day"+l+" "+c+s(a)+t(l-1);case"month":return a.format("MMMM").toLowerCase()+s(a)+t(a.month());case"year":var p=a.year();return"year"+p+n(a)+t(p);default:return""}},t.exports=s},function(t,e,i){function s(t,e){this.body=t,this.defaultOptions={showCurrentTime:!0,locales:a,locale:"en"},this.options=o.extend({},this.defaultOptions),this.offset=0,this._create(),this.setOptions(e)}var o=i(1),n=i(23),r=i(2),a=i(40);s.prototype=new n,s.prototype._create=function(){var t=document.createElement("div");t.className="currenttime",t.style.position="absolute",t.style.top="0px",t.style.height="100%",this.bar=t},s.prototype.destroy=function(){this.options.showCurrentTime=!1,this.redraw(),this.body=null},s.prototype.setOptions=function(t){t&&o.selectiveExtend(["showCurrentTime","locale","locales"],this.options,t)},s.prototype.redraw=function(){if(this.options.showCurrentTime){var t=this.body.dom.backgroundVertical;this.bar.parentNode!=t&&(this.bar.parentNode&&this.bar.parentNode.removeChild(this.bar),t.appendChild(this.bar),this.start());var e=new Date((new Date).valueOf()+this.offset),i=this.body.util.toScreen(e),s=this.options.locales[this.options.locale],o=s.current+" "+s.time+": "+r(e).format("dddd, MMMM Do YYYY, H:mm:ss");o=o.charAt(0).toUpperCase()+o.substring(1),this.bar.style.left=i+"px",this.bar.title=o}else this.bar.parentNode&&this.bar.parentNode.removeChild(this.bar),this.stop();return!1},s.prototype.start=function(){function t(){e.stop();var i=e.body.range.conversion(e.body.domProps.center.width).scale,s=1/i/10;30>s&&(s=30),s>1e3&&(s=1e3),e.redraw(),e.currentTimeTimer=setTimeout(t,s)}var e=this;t()},s.prototype.stop=function(){void 0!==this.currentTimeTimer&&(clearTimeout(this.currentTimeTimer),delete this.currentTimeTimer)},s.prototype.setCurrentTime=function(t){var e=o.convert(t,"Date").valueOf(),i=(new Date).valueOf();this.offset=e-i,this.redraw()},s.prototype.getCurrentTime=function(){return new Date((new Date).valueOf()+this.offset)},t.exports=s},function(t,e){e.en={current:"current",time:"time"},e.en_EN=e.en,e.en_US=e.en,e.nl={custom:"aangepaste",time:"tijd"},e.nl_NL=e.nl,e.nl_BE=e.nl},function(t,e,i){function s(t,e){this.body=t,this.defaultOptions={showCustomTime:!1,locales:h,locale:"en"},this.options=n.extend({},this.defaultOptions),this.customTime=new Date,this.eventParams={},this._create(),this.setOptions(e)}var o=i(19),n=i(1),r=i(23),a=i(2),h=i(40);s.prototype=new r,s.prototype.setOptions=function(t){t&&n.selectiveExtend(["showCustomTime","locale","locales"],this.options,t)},s.prototype._create=function(){var t=document.createElement("div");t.className="customtime",t.style.position="absolute",t.style.top="0px",t.style.height="100%",this.bar=t;var e=document.createElement("div");e.style.position="relative",e.style.top="0px",e.style.left="-10px",e.style.height="100%",e.style.width="20px",t.appendChild(e),this.hammer=o(t,{prevent_default:!0}),this.hammer.on("dragstart",this._onDragStart.bind(this)),this.hammer.on("drag",this._onDrag.bind(this)),this.hammer.on("dragend",this._onDragEnd.bind(this))},s.prototype.destroy=function(){this.options.showCustomTime=!1,this.redraw(),this.hammer.enable(!1),this.hammer=null,this.body=null},s.prototype.redraw=function(){if(this.options.showCustomTime){var t=this.body.dom.backgroundVertical;this.bar.parentNode!=t&&(this.bar.parentNode&&this.bar.parentNode.removeChild(this.bar),t.appendChild(this.bar));var e=this.body.util.toScreen(this.customTime),i=this.options.locales[this.options.locale],s=i.time+": "+a(this.customTime).format("dddd, MMMM Do YYYY, H:mm:ss");s=s.charAt(0).toUpperCase()+s.substring(1),this.bar.style.left=e+"px",this.bar.title=s}else this.bar.parentNode&&this.bar.parentNode.removeChild(this.bar);return!1},s.prototype.setCustomTime=function(t){this.customTime=n.convert(t,"Date"),this.redraw()},s.prototype.getCustomTime=function(){return new Date(this.customTime.valueOf())},s.prototype._onDragStart=function(t){this.eventParams.dragging=!0,this.eventParams.customTime=this.customTime,t.stopPropagation(),t.preventDefault()},s.prototype._onDrag=function(t){if(this.eventParams.dragging){var e=t.gesture.deltaX,i=this.body.util.toScreen(this.eventParams.customTime)+e,s=this.body.util.toTime(i);this.setCustomTime(s),this.body.emitter.emit("timechange",{time:new Date(this.customTime.valueOf())}),t.stopPropagation(),t.preventDefault()}},s.prototype._onDragEnd=function(t){this.eventParams.dragging&&(this.body.emitter.emit("timechanged",{time:new Date(this.customTime.valueOf())}),t.stopPropagation(),t.preventDefault())},t.exports=s},function(t,e,i){function s(t,e,i,s){if(!(Array.isArray(i)||i instanceof n)&&i instanceof Object){var r=s;s=i,i=r}var h=this;this.defaultOptions={start:null,end:null,autoResize:!0,orientation:"bottom",width:null,height:null,maxHeight:null,minHeight:null},this.options=o.deepExtend({},this.defaultOptions),this._create(t),this.components=[],this.body={dom:this.dom,domProps:this.props,emitter:{on:this.on.bind(this),off:this.off.bind(this),emit:this.emit.bind(this)},hiddenDates:[],util:{snap:null,toScreen:h._toScreen.bind(h),toGlobalScreen:h._toGlobalScreen.bind(h),toTime:h._toTime.bind(h),toGlobalTime:h._toGlobalTime.bind(h)}},this.range=new a(this.body),this.components.push(this.range),this.body.range=this.range,this.timeAxis=new d(this.body),this.components.push(this.timeAxis),this.body.util.snap=this.timeAxis.snap.bind(this.timeAxis),this.currentTime=new l(this.body),this.components.push(this.currentTime),this.customTime=new c(this.body),this.components.push(this.customTime),this.linegraph=new p(this.body),this.components.push(this.linegraph),this.itemsData=null,this.groupsData=null,s&&this.setOptions(s),i&&this.setGroups(i),e?this.setItems(e):this.redraw()}var o=(i(11),i(19),i(1)),n=i(7),r=i(9),a=i(21),h=i(25),d=i(37),l=i(39),c=i(41),p=i(43);s.prototype=new h,s.prototype.setItems=function(t){var e,i=null==this.itemsData;if(e=t?t instanceof n||t instanceof r?t:new n(t,{type:{start:"Date",end:"Date"}}):null,this.itemsData=e,this.linegraph&&this.linegraph.setItems(e),i)if(void 0!=this.options.start||void 0!=this.options.end){var s=void 0!=this.options.start?this.options.start:null,o=void 0!=this.options.end?this.options.end:null;this.setWindow(s,o,{animate:!1})}else this.fit({animate:!1})},s.prototype.setGroups=function(t){var e;e=t?t instanceof n||t instanceof r?t:new n(t):null,this.groupsData=e,this.linegraph.setGroups(e)},s.prototype.getLegend=function(t,e,i){return void 0===e&&(e=15),void 0===i&&(i=15),void 0!==this.linegraph.groups[t]?this.linegraph.groups[t].getLegend(e,i):"cannot find group:"+t},s.prototype.isGroupVisible=function(t){return void 0!==this.linegraph.groups[t]?this.linegraph.groups[t].visible&&(void 0===this.linegraph.options.groups.visibility[t]||1==this.linegraph.options.groups.visibility[t]):!1},s.prototype.getItemRange=function(){var t=null,e=null;for(var i in this.linegraph.groups)if(this.linegraph.groups.hasOwnProperty(i)&&1==this.linegraph.groups[i].visible)for(var s=0;sr?r:t,e=null==e?r:r>e?r:e}return{min:null!=t?new Date(t):null,max:null!=e?new Date(e):null}},t.exports=s},function(t,e,i){function s(t,e){this.id=o.randomUUID(),this.body=t,this.defaultOptions={yAxisOrientation:"left",defaultGroup:"default",sort:!0,sampling:!0,graphHeight:"400px",shaded:{enabled:!1,orientation:"bottom"},style:"line",barChart:{width:50,handleOverlap:"overlap",align:"center"},catmullRom:{enabled:!0,parametrization:"centripetal",alpha:.5},drawPoints:{enabled:!0,size:6,style:"square"},dataAxis:{showMinorLabels:!0,showMajorLabels:!0,icons:!1,width:"40px",visible:!0,alignZeros:!0,customRange:{left:{min:void 0,max:void 0},right:{min:void 0,max:void 0}}},legend:{enabled:!1,icons:!0,left:{visible:!0,position:"top-left"},right:{visible:!0,position:"top-right"}},groups:{visibility:{}}},this.options=o.extend({},this.defaultOptions),this.dom={},this.props={},this.hammer=null,this.groups={},this.abortedGraphUpdate=!1,this.updateSVGheight=!1,this.updateSVGheightOnResize=!1;var i=this;this.itemsData=null,this.groupsData=null,this.itemListeners={add:function(t,e){i._onAdd(e.items)},update:function(t,e){i._onUpdate(e.items)},remove:function(t,e){i._onRemove(e.items)}},this.groupListeners={add:function(t,e){i._onAddGroups(e.items)},update:function(t,e){i._onUpdateGroups(e.items)},remove:function(t,e){i._onRemoveGroups(e.items)}},this.items={},this.selection=[],this.lastStart=this.body.range.start,this.touchParams={},this.svgElements={},this.setOptions(e),this.groupsUsingDefaultStyles=[0],this.COUNTER=0,this.body.emitter.on("rangechanged",function(){i.lastStart=i.body.range.start,i.svg.style.left=o.option.asSize(-i.props.width),i.redraw.call(i,!0)}),this._create(),this.framework={svg:this.svg,svgElements:this.svgElements,options:this.options,groups:this.groups},this.body.emitter.emit("change")}var o=i(1),n=i(6),r=i(7),a=i(9),h=i(23),d=i(44),l=i(46),c=i(50),p=i(49),u="__ungrouped__";s.prototype=new h,s.prototype._create=function(){var t=document.createElement("div");t.className="LineGraph",this.dom.frame=t,this.svg=document.createElementNS("http://www.w3.org/2000/svg","svg"),this.svg.style.position="relative",this.svg.style.height=(""+this.options.graphHeight).replace("px","")+"px",this.svg.style.display="block",t.appendChild(this.svg),this.options.dataAxis.orientation="left",this.yAxisLeft=new d(this.body,this.options.dataAxis,this.svg,this.options.groups),this.options.dataAxis.orientation="right",this.yAxisRight=new d(this.body,this.options.dataAxis,this.svg,this.options.groups),delete this.options.dataAxis.orientation,this.legendLeft=new c(this.body,this.options.legend,"left",this.options.groups),this.legendRight=new c(this.body,this.options.legend,"right",this.options.groups),this.show()},s.prototype.setOptions=function(t){if(t){var e=["sampling","defaultGroup","height","graphHeight","yAxisOrientation","style","barChart","dataAxis","sort","groups"];void 0===t.graphHeight&&void 0!==t.height&&void 0!==this.body.domProps.centerContainer.height?(this.updateSVGheight=!0,this.updateSVGheightOnResize=!0):void 0!==this.body.domProps.centerContainer.height&&void 0!==t.graphHeight&&parseInt((t.graphHeight+"").replace("px",""))0){var d=this.body.util.toGlobalTime(-this.body.domProps.root.width),l=this.body.util.toGlobalTime(2*this.body.domProps.root.width),c={};for(this._getRelevantData(a,c,d,l),this._applySampling(a,c),e=0;eu&&console.log("WARNING: there may be an infinite loop in the _updateGraph emitter cycle."),this.COUNTER=0,this.abortedGraphUpdate=!1,e=0;e0)for(r=0;rs){d.push(h);break}d.push(h)}}else for(a=0;ai&&h.x0)for(var s=0;s0){var n=1,r=o.length,a=this.body.util.toGlobalScreen(o[o.length-1].x)-this.body.util.toGlobalScreen(o[0].x),h=r/a;n=Math.min(Math.ceil(.2*r),Math.max(1,Math.round(h)));for(var d=[],l=0;r>l;l+=n)d.push(o[l]);e[t[s]]=d}}},s.prototype._getYRanges=function(t,e,i){var s,o,n,r,a=[],h=[];if(t.length>0){for(n=0;n0&&(o=this.groups[t[n]],"stack"==r.barChart.handleOverlap&&"bar"==r.style?"left"==r.yAxisOrientation?a=a.concat(o.getYRange(s)):h=h.concat(o.getYRange(s)):i[t[n]]=o.getYRange(s,t[n]));p.getStackedBarYRange(a,i,t,"__barchartLeft","left"),p.getStackedBarYRange(h,i,t,"__barchartRight","right")}},s.prototype._updateYAxis=function(t,e){var i,s,o=!1,n=!1,r=!1,a=1e9,h=1e9,d=-1e9,l=-1e9;if(t.length>0){for(var c=0;ci?i:a,d=s>d?s:d):(r=!0,h=h>i?i:h,l=s>l?s:l));1==n&&this.yAxisLeft.setRange(a,d),1==r&&this.yAxisRight.setRange(h,l)}return o=this._toggleAxisVisiblity(n,this.yAxisLeft)||o,o=this._toggleAxisVisiblity(r,this.yAxisRight)||o,1==r&&1==n?(this.yAxisLeft.drawIcons=!0,this.yAxisRight.drawIcons=!0):(this.yAxisLeft.drawIcons=!1,this.yAxisRight.drawIcons=!1),this.yAxisRight.master=!n,0==this.yAxisRight.master?(this.yAxisLeft.lineOffset=1==r?this.yAxisRight.width:0,o=this.yAxisLeft.redraw()||o,this.yAxisRight.stepPixelsForced=this.yAxisLeft.stepPixels,this.yAxisRight.zeroCrossing=this.yAxisLeft.zeroCrossing,o=this.yAxisRight.redraw()||o):o=this.yAxisRight.redraw()||o,-1!=t.indexOf("__barchartLeft")&&t.splice(t.indexOf("__barchartLeft"),1),-1!=t.indexOf("__barchartRight")&&t.splice(t.indexOf("__barchartRight"),1),o},s.prototype._toggleAxisVisiblity=function(t,e){var i=!1;return 0==t?e.dom.frame.parentNode&&0==e.hidden&&(e.hide(),i=!0):e.dom.frame.parentNode||1!=e.hidden||(e.show(),i=!0),i},s.prototype._convertXcoordinates=function(t){for(var e,i,s=[],o=this.body.util.toScreen,n=0;n0&&(t=0),this.range.start=t,this.range.end=e},s.prototype.redraw=function(){var t=!1,e=0;this.dom.lineContainer.style.top=this.body.domProps.scrollTop+"px";for(var i in this.groups)this.groups.hasOwnProperty(i)&&(1!=this.groups[i].visible||void 0!==this.linegraphOptions.visibility[i]&&1!=this.linegraphOptions.visibility[i]||e++);if(0==this.amountOfGroups||0==e)this.hide();else{this.show(),this.height=Number(this.linegraphSVG.style.height.replace("px","")),this.dom.lineContainer.style.height=this.height+"px",this.width=1==this.options.visible?Number((""+this.options.width).replace("px","")):0;var s=this.props,o=this.dom.frame;o.className="dataaxis",this._calculateCharSize();var n=this.options.orientation,r=this.options.showMinorLabels,a=this.options.showMajorLabels;s.minorLabelHeight=r?s.minorCharHeight:0,s.majorLabelHeight=a?s.majorCharHeight:0,s.minorLineWidth=this.body.dom.backgroundHorizontal.offsetWidth-this.lineOffset-this.width+2*this.options.minorLinesOffset,s.minorLineHeight=1,s.majorLineWidth=this.body.dom.backgroundHorizontal.offsetWidth-this.lineOffset-this.width+2*this.options.majorLinesOffset,s.majorLineHeight=1,"left"==n?(o.style.top="0",o.style.left="0",o.style.bottom="",o.style.width=this.width+"px",o.style.height=this.height+"px",this.props.width=this.body.domProps.left.width,this.props.height=this.body.domProps.left.height):(o.style.top="",o.style.bottom="0",o.style.left="0",o.style.width=this.width+"px",o.style.height=this.height+"px",this.props.width=this.body.domProps.right.width,this.props.height=this.body.domProps.right.height),t=this._redrawLabels(),t=this._isResized()||t,1==this.options.icons?this._redrawGroupIcons():this._cleanupIcons(),this._redrawTitle(n)}return t},s.prototype._redrawLabels=function(){var t=!1;n.prepareElements(this.DOMelements.lines),n.prepareElements(this.DOMelements.labels);var e=this.options.orientation,i=this.master?this.props.majorCharHeight||10:this.stepPixelsForced,s=new a(this.range.start,this.range.end,i,this.dom.frame.offsetHeight,this.options.customRange[this.options.orientation],0==this.master&&this.options.alignZeros);this.step=s;var o=(this.dom.frame.offsetHeight-s.deadSpace*(this.dom.frame.offsetHeight/s.marginRange))/((s.marginRange-s.deadSpace)/s.step);this.stepPixels=o;var r=this.height/o,h=0;if(0==this.master){o=this.stepPixelsForced,h=Math.round(this.dom.frame.offsetHeight/o-r);for(var d=0;.5*h>d;d++)s.previous();if(r=this.height/o,-1!=this.zeroCrossing&&1==this.options.alignZeros){var l=s.marginEnd/s.step-this.zeroCrossing;if(l>0)for(var d=0;l>d;d++)s.next();else if(0>l)for(var d=0;-l>d;d++)s.previous()}}else r+=.25;this.valueAtZero=s.marginEnd;var c,p=0,u=1;void 0!==this.options.format[e]&&(c=this.options.format[e].decimals),this.maxLabelSize=0;for(var m=0;u=0&&this._redrawLabel(m-2,s.getCurrent(c),e,"yAxis major",this.props.majorCharHeight),this._redrawLine(m,e,"grid horizontal major",this.options.majorLinesOffset,this.props.majorLineWidth)):this._redrawLine(m,e,"grid horizontal minor",this.options.minorLinesOffset,this.props.minorLineWidth),1==this.master&&0==s.current&&(this.zeroCrossing=u),u++}this.conversionFactor=0==this.master?m/(this.valueAtZero-s.current):this.dom.frame.offsetHeight/s.marginRange;var g=0;void 0!==this.options.title[e]&&void 0!==this.options.title[e].text&&(g=this.props.titleCharHeight);var v=1==this.options.icons?Math.max(this.options.iconWidth,g)+this.options.labelOffsetX+15:g+this.options.labelOffsetX+15;return this.maxLabelSize>this.width-v&&1==this.options.visible?(this.width=this.maxLabelSize+v,this.options.width=this.width+"px",n.cleanupElements(this.DOMelements.lines),n.cleanupElements(this.DOMelements.labels),this.redraw(),t=!0):this.maxLabelSizethis.minWidth?(this.width=Math.max(this.minWidth,this.maxLabelSize+v),this.options.width=this.width+"px",n.cleanupElements(this.DOMelements.lines),n.cleanupElements(this.DOMelements.labels),this.redraw(),t=!0):(n.cleanupElements(this.DOMelements.lines),n.cleanupElements(this.DOMelements.labels),t=!1),t},s.prototype.convertValue=function(t){var e=this.valueAtZero-t,i=e*this.conversionFactor;return i},s.prototype._redrawLabel=function(t,e,i,s,o){var r=n.getDOMElement("div",this.DOMelements.labels,this.dom.frame);r.className=s,r.innerHTML=e,"left"==i?(r.style.left="-"+this.options.labelOffsetX+"px",r.style.textAlign="right"):(r.style.right="-"+this.options.labelOffsetX+"px",r.style.textAlign="left"),r.style.top=t-.5*o+this.options.labelOffsetY+"px",e+="";var a=Math.max(this.props.majorCharWidth,this.props.minorCharWidth);this.maxLabelSizen&&(h=n);for(var d=!1,l=h;Math.abs(l)<=Math.abs(n);l++){a=Math.pow(10,l);for(var c=0;c=o){d=!0,r=c;break}}if(1==d)break}this.stepIndex=r,this.scale=a,this.step=a*this.minorSteps[r]},e.prototype.setFirst=function(t){void 0===t&&(t={});var e=void 0===t.min?this._start-2*this.scale*this.minorSteps[this.stepIndex]:t.min,i=void 0===t.max?this._end+this.scale*this.minorSteps[this.stepIndex]:t.max;this.marginEnd=void 0===t.max?this.roundToMinor(i):t.max,this.marginStart=void 0===t.min?this.roundToMinor(e):t.min,1==this.alignZeros&&(this.marginEnd-this.marginStart)%this.step!=0&&(this.marginEnd+=this.marginEnd%this.step),this.deadSpace=this.roundToMinor(i)-i+this.roundToMinor(e)-e,this.marginRange=this.marginEnd-this.marginStart,this.current=this.marginEnd},e.prototype.roundToMinor=function(t){var e=t-t%(this.scale*this.minorSteps[this.stepIndex]);return t%(this.scale*this.minorSteps[this.stepIndex])>.5*this.scale*this.minorSteps[this.stepIndex]?e+this.scale*this.minorSteps[this.stepIndex]:e},e.prototype.hasNext=function(){return this.current>=this.marginStart},e.prototype.next=function(){var t=this.current;this.current-=this.step,this.current==t&&(this.current=this._end)},e.prototype.previous=function(){this.current+=this.step,this.marginEnd+=this.step,this.marginRange=this.marginEnd-this.marginStart},e.prototype.getCurrent=function(t){var e=Math.abs(this.current)0;s--){if("0"!=i[s]){if("."==i[s]||","==i[s]){i=i.slice(0,s);break}break}i=i.slice(0,s)}}else{var o="",n=i.indexOf("e");if(-1!=n&&(o=i.slice(n),i=i.slice(0,n)),n=Math.max(i.indexOf(","),i.indexOf(".")),-1===n?(0!==t&&(i+="."),n=i.length+t):0!==t&&(n+=t+1),n>i.length)for(var r=n-i.length;r>0;r--)i+="0";else i=i.slice(0,n);i+=o}return i},e.prototype.snap=function(){},e.prototype.isMajor=function(){return this.current%(this.scale*this.majorSteps[this.stepIndex])==0},t.exports=e},function(t,e,i){function s(t,e,i,s){this.id=e;var n=["sampling","style","sort","yAxisOrientation","barChart","drawPoints","shaded","catmullRom"];this.options=o.selectiveBridgeObject(n,i),this.usingDefaultStyle=void 0===t.className,this.groupsUsingDefaultStyles=s,this.zeroPosition=0,this.update(t),1==this.usingDefaultStyle&&(this.groupsUsingDefaultStyles[0]+=1),this.itemsData=[],this.visible=void 0===t.visible?!0:t.visible}var o=i(1),n=i(6),r=i(47),a=i(49),h=i(48);s.prototype.setItems=function(t){null!=t?(this.itemsData=t,1==this.options.sort&&this.itemsData.sort(function(t,e){return t.x-e.x})):this.itemsData=[]},s.prototype.setZeroPosition=function(t){this.zeroPosition=t},s.prototype.setOptions=function(t){if(void 0!==t){var e=["sampling","style","sort","yAxisOrientation","barChart"];o.selectiveDeepExtend(e,this.options,t),o.mergeOptions(this.options,t,"catmullRom"),o.mergeOptions(this.options,t,"drawPoints"),o.mergeOptions(this.options,t,"shaded"),t.catmullRom&&"object"==typeof t.catmullRom&&t.catmullRom.parametrization&&("uniform"==t.catmullRom.parametrization?this.options.catmullRom.alpha=0:"chordal"==t.catmullRom.parametrization?this.options.catmullRom.alpha=1:(this.options.catmullRom.parametrization="centripetal",this.options.catmullRom.alpha=.5))}"line"==this.options.style?this.type=new r(this.id,this.options):"bar"==this.options.style?this.type=new a(this.id,this.options):"points"==this.options.style&&(this.type=new h(this.id,this.options))},s.prototype.update=function(t){this.group=t,this.content=t.content||"graph",this.className=t.className||this.className||"graphGroup"+this.groupsUsingDefaultStyles[0]%10,this.visible=void 0===t.visible?!0:t.visible,this.style=t.style,this.setOptions(t.options)},s.prototype.drawIcon=function(t,e,i,s,o,r){var a,h,d=.5*r,l=n.getSVGElement("rect",i,s);if(l.setAttributeNS(null,"x",t),l.setAttributeNS(null,"y",e-d),l.setAttributeNS(null,"width",o),l.setAttributeNS(null,"height",2*d),l.setAttributeNS(null,"class","outline"),"line"==this.options.style)a=n.getSVGElement("path",i,s),a.setAttributeNS(null,"class",this.className),void 0!==this.style&&a.setAttributeNS(null,"style",this.style),a.setAttributeNS(null,"d","M"+t+","+e+" L"+(t+o)+","+e),1==this.options.shaded.enabled&&(h=n.getSVGElement("path",i,s),"top"==this.options.shaded.orientation?h.setAttributeNS(null,"d","M"+t+", "+(e-d)+"L"+t+","+e+" L"+(t+o)+","+e+" L"+(t+o)+","+(e-d)):h.setAttributeNS(null,"d","M"+t+","+e+" L"+t+","+(e+d)+" L"+(t+o)+","+(e+d)+"L"+(t+o)+","+e),h.setAttributeNS(null,"class",this.className+" iconFill")),1==this.options.drawPoints.enabled&&n.drawPoint(t+.5*o,e,this,i,s);else{var c=Math.round(.3*o),p=Math.round(.4*r),u=Math.round(.75*r),m=Math.round((o-2*c)/3);n.drawBar(t+.5*c+m,e+d-p-1,c,p,this.className+" bar",i,s),n.drawBar(t+1.5*c+m+2,e+d-u-1,c,u,this.className+" bar",i,s)}},s.prototype.getLegend=function(t,e){var i=document.createElementNS("http://www.w3.org/2000/svg","svg");return this.drawIcon(0,.5*e,[],i,t,e),{icon:i,label:this.content,orientation:this.options.yAxisOrientation}},s.prototype.getYRange=function(t){return this.type.getYRange(t)},s.prototype.draw=function(t,e,i){this.type.draw(t,e,i)},t.exports=s},function(t,e,i){function s(t,e){this.groupId=t,this.options=e}var o=i(6),n=i(48);s.prototype.getYRange=function(t){for(var e=t[0].y,i=t[0].y,s=0;st[s].y?t[s].y:e,i=i0){var r,a,h=Number(i.svg.style.height.replace("px",""));if(r=o.getSVGElement("path",i.svgElements,i.svg),r.setAttributeNS(null,"class",e.className),void 0!==e.style&&r.setAttributeNS(null,"style",e.style),a=1==e.options.catmullRom.enabled?s._catmullRom(t,e):s._linear(t),1==e.options.shaded.enabled){var d,l=o.getSVGElement("path",i.svgElements,i.svg);d="top"==e.options.shaded.orientation?"M"+t[0].x+",0 "+a+"L"+t[t.length-1].x+",0":"M"+t[0].x+","+h+" "+a+"L"+t[t.length-1].x+","+h,l.setAttributeNS(null,"class",e.className+" fill"),void 0!==e.options.shaded.style&&l.setAttributeNS(null,"style",e.options.shaded.style),l.setAttributeNS(null,"d",d)}r.setAttributeNS(null,"d","M"+a),1==e.options.drawPoints.enabled&&n.draw(t,e,i)}},s._catmullRomUniform=function(t){for(var e,i,s,o,n,r,a=Math.round(t[0].x)+","+Math.round(t[0].y)+" ",h=1/6,d=t.length,l=0;d-1>l;l++)e=0==l?t[0]:t[l-1],i=t[l],s=t[l+1],o=d>l+2?t[l+2]:s,n={x:(-e.x+6*i.x+s.x)*h,y:(-e.y+6*i.y+s.y)*h},r={x:(i.x+6*s.x-o.x)*h,y:(i.y+6*s.y-o.y)*h},a+="C"+n.x+","+n.y+" "+r.x+","+r.y+" "+s.x+","+s.y+" ";return a},s._catmullRom=function(t,e){var i=e.options.catmullRom.alpha;if(0==i||void 0===i)return this._catmullRomUniform(t);for(var s,o,n,r,a,h,d,l,c,p,u,m,f,g,v,y,b,_,x,w=Math.round(t[0].x)+","+Math.round(t[0].y)+" ",D=t.length,M=0;D-1>M;M++)s=0==M?t[0]:t[M-1],o=t[M],n=t[M+1],r=D>M+2?t[M+2]:n,d=Math.sqrt(Math.pow(s.x-o.x,2)+Math.pow(s.y-o.y,2)),l=Math.sqrt(Math.pow(o.x-n.x,2)+Math.pow(o.y-n.y,2)),c=Math.sqrt(Math.pow(n.x-r.x,2)+Math.pow(n.y-r.y,2)),g=Math.pow(c,i),y=Math.pow(c,2*i),v=Math.pow(l,i),b=Math.pow(l,2*i),x=Math.pow(d,i),_=Math.pow(d,2*i),p=2*_+3*x*v+b,u=2*y+3*g*v+b,m=3*x*(x+v),m>0&&(m=1/m),f=3*g*(g+v),f>0&&(f=1/f),a={x:(-b*s.x+p*o.x+_*n.x)*m,y:(-b*s.y+p*o.y+_*n.y)*m},h={x:(y*o.x+u*n.x-b*r.x)*f,y:(y*o.y+u*n.y-b*r.y)*f},0==a.x&&0==a.y&&(a=o),0==h.x&&0==h.y&&(h=n),w+="C"+a.x+","+a.y+" "+h.x+","+h.y+" "+n.x+","+n.y+" ";return w},s._linear=function(t){for(var e="",i=0;it[s].y?t[s].y:e,i=it[s].y?t[s].y:e,i=i0&&(n=Math.min(n,Math.abs(c[d-1].x-r))),a=s._getSafeDrawData(n,h,m);else{var g=d+(p[r].amount-p[r].resolved),v=d-(p[r].resolved+1);g0&&(n=Math.min(n,Math.abs(c[v].x-r))),a=s._getSafeDrawData(n,h,m),p[r].resolved+=1,"stack"==h.options.barChart.handleOverlap?(f=p[r].accumulated,p[r].accumulated+=h.zeroPosition-c[d].y):"sideBySide"==h.options.barChart.handleOverlap&&(a.width=a.width/p[r].amount,a.offset+=p[r].resolved*a.width-.5*a.width*(p[r].amount+1),"left"==h.options.barChart.align?a.offset-=.5*a.width:"right"==h.options.barChart.align&&(a.offset+=.5*a.width))}o.drawBar(c[d].x+a.offset,c[d].y-f,a.width,h.zeroPosition-c[d].y,h.className+" bar",i.svgElements,i.svg),1==h.options.drawPoints.enabled&&o.drawPoint(c[d].x+a.offset,c[d].y,h,i.svgElements,i.svg)}},s._getDataIntersections=function(t,e){for(var i,s=0;s0&&(i=Math.min(i,Math.abs(e[s-1].x-e[s].x))),0==i&&(void 0===t[e[s].x]&&(t[e[s].x]={amount:0,resolved:0,accumulated:0}),t[e[s].x].amount+=1)},s._getSafeDrawData=function(t,e,i){var s,o;return t0?(s=i>t?i:t,o=0,"left"==e.options.barChart.align?o-=.5*t:"right"==e.options.barChart.align&&(o+=.5*t)):(s=e.options.barChart.width,o=0,"left"==e.options.barChart.align?o-=.5*e.options.barChart.width:"right"==e.options.barChart.align&&(o+=.5*e.options.barChart.width)),{width:s,offset:o}},s.getStackedBarYRange=function(t,e,i,o,n){if(t.length>0){t.sort(function(t,e){return t.x==e.x?t.groupId-e.groupId:t.x-e.x});var r={};s._getDataIntersections(r,t),e[o]=s._getStackedBarYRange(r,t),e[o].yAxisOrientation=n,i.push(o)}},s._getStackedBarYRange=function(t,e){for(var i,s=e[0].y,o=e[0].y,n=0;ne[n].y?e[n].y:s,o=ot[r].accumulated?t[r].accumulated:s,o=o"));this.dom.textArea.innerHTML=s,this.dom.textArea.style.lineHeight=.75*this.options.iconSize+this.options.iconSpacing+"px"}},s.prototype.drawLegendIcons=function(){if(this.dom.frame.parentNode){n.prepareElements(this.svgElements);var t=window.getComputedStyle(this.dom.frame).paddingTop,e=Number(t.replace("px","")),i=e,s=this.options.iconSize,o=.75*this.options.iconSize,r=e+.5*o+3;this.svg.style.width=s+5+e+"px";for(var a in this.groups)this.groups.hasOwnProperty(a)&&(1!=this.groups[a].visible||void 0!==this.linegraphOptions.visibility[a]&&1!=this.linegraphOptions.visibility[a]||(this.groups[a].drawIcon(i,r,this.svgElements,this.svg,s,o),r+=o+this.options.iconSpacing));n.cleanupElements(this.svgElements)}},t.exports=s},function(t,e,i){function s(t,e,i){if(!(this instanceof s))throw new SyntaxError("Constructor must be called with the new operator");this._determineBrowserMethod(),this._initializeMixinLoaders(),this.containerElement=t,this.renderRefreshRate=60,this.renderTimestep=1e3/this.renderRefreshRate,this.renderTime=0,this.physicsTime=0,this.runDoubleSpeed=!1,this.physicsDiscreteStepsize=.5,this.initializing=!0,this.triggerFunctions={add:null,edit:null,editEdge:null,connect:null,del:null},this.defaultOptions={nodes:{mass:1,radiusMin:10,radiusMax:30,radius:10,shape:"ellipse",image:void 0,widthMin:16,widthMax:64,fontColor:"black",fontSize:14,fontFace:"verdana",fontFill:void 0,fontStrokeWidth:0,fontStrokeColor:"white",level:-1,color:{border:"#2B7CE9",background:"#97C2FC",highlight:{border:"#2B7CE9",background:"#D2E5FF"},hover:{border:"#2B7CE9",background:"#D2E5FF"}},group:void 0,borderWidth:1,borderWidthSelected:void 0},edges:{widthMin:1,widthMax:15,width:1,widthSelectionMultiplier:2,hoverWidth:1.5,style:"line",color:{color:"#848484",highlight:"#848484",hover:"#848484"},fontColor:"#343434",fontSize:14,fontFace:"arial",fontFill:"white",fontStrokeWidth:0,fontStrokeColor:"white",labelAlignment:"horizontal",arrowScaleFactor:1,dash:{length:10,gap:5,altLength:void 0},inheritColor:"from"},configurePhysics:!1,physics:{barnesHut:{enabled:!0,thetaInverted:2,gravitationalConstant:-2e3,centralGravity:.3,springLength:95,springConstant:.04,damping:.09},repulsion:{centralGravity:0,springLength:200,springConstant:.05,nodeDistance:100,damping:.09},hierarchicalRepulsion:{enabled:!1,centralGravity:0,springLength:100,springConstant:.01,nodeDistance:150,damping:.09},damping:null,centralGravity:null,springLength:null,springConstant:null},clustering:{enabled:!1,initialMaxNodes:100,clusterThreshold:500,reduceToNodes:300,chainThreshold:.4,clusterEdgeThreshold:20,sectorThreshold:100,screenSizeThreshold:.2,fontSizeMultiplier:4,maxFontSize:1e3,forceAmplification:.1,distanceAmplification:.1,edgeGrowth:20,nodeScaling:{width:1,height:1,radius:1},maxNodeSizeIncrements:600,activeAreaBoxSize:80,clusterLevelDifference:2},navigation:{enabled:!1},keyboard:{enabled:!1,speed:{x:10,y:10,zoom:.02}},dataManipulation:{enabled:!1,initiallyVisible:!1},hierarchicalLayout:{enabled:!1,levelSeparation:150,nodeSpacing:100,direction:"UD",layout:"hubsize"},freezeForStabilization:!1,smoothCurves:{enabled:!0,dynamic:!0,type:"continuous",roundness:.5},maxVelocity:30,minVelocity:.1,stabilize:!0,stabilizationIterations:1e3,zoomExtentOnStabilize:!0,locale:"en",locales:_,tooltip:{delay:300,fontColor:"black",fontSize:14,fontFace:"verdana",color:{border:"#666",background:"#FFFFC6"}},dragNetwork:!0,dragNodes:!0,zoomable:!0,hover:!1,hideEdgesOnDrag:!1,hideNodesOnDrag:!1,width:"100%",height:"100%",selectable:!0},this.constants=a.extend({},this.defaultOptions),this.pixelRatio=1,this.hoverObj={nodes:{},edges:{}},this.controlNodesActive=!1,this.navigationHammers={existing:[],_new:[]},this.animationSpeed=1/this.renderRefreshRate,this.animationEasingFunction="easeInOutQuint",this.easingTime=0,this.sourceScale=0,this.targetScale=0,this.sourceTranslation=0,this.targetTranslation=0,this.lockedOnNodeId=null,this.lockedOnNodeOffset=null,this.touchTime=0;var o=this;this.groups=new u,this.images=new m,this.images.setOnloadCallback(function(){o._redraw()}),this.xIncrement=0,this.yIncrement=0,this.zoomIncrement=0,this._loadPhysicsSystem(),this._create(),this._loadSectorSystem(),this._loadClusterSystem(),this._loadSelectionSystem(),this._loadHierarchySystem(),this._setTranslation(this.frame.clientWidth/2,this.frame.clientHeight/2),this._setScale(1),this.setOptions(i),this.freezeSimulation=!1,this.cachedFunctions={},this.startedStabilization=!1,this.stabilized=!1,this.stabilizationIterations=null,this.draggingNodes=!1,this.calculationNodes={},this.calculationNodeIndices=[],this.nodeIndices=[],this.nodes={},this.edges={},this.canvasTopLeft={x:0,y:0},this.canvasBottomRight={x:0,y:0},this.pointerPosition={x:0,y:0},this.areaCenter={},this.scale=1,this.previousScale=this.scale,this.nodesData=null,this.edgesData=null,this.nodesListeners={add:function(t,e){o._addNodes(e.items),o.start()},update:function(t,e){o._updateNodes(e.items,e.data),o.start()},remove:function(t,e){o._removeNodes(e.items),o.start()}},this.edgesListeners={add:function(t,e){o._addEdges(e.items),o.start()},update:function(t,e){o._updateEdges(e.items),o.start()},remove:function(t,e){o._removeEdges(e.items),o.start()}},this.moving=!0,this.timer=void 0,this.setData(e,this.constants.clustering.enabled||this.constants.hierarchicalLayout.enabled),this.initializing=!1,1==this.constants.hierarchicalLayout.enabled?this._setupHierarchicalLayout():0==this.constants.stabilize&&this.zoomExtent(void 0,!0,this.constants.clustering.enabled),this.constants.clustering.enabled&&this.startWithClustering()}var o=i(11),n=i(19),r=i(36),a=i(1),h=i(22),d=i(7),l=i(9),c=i(52),p=i(53),u=i(54),m=i(55),f=i(56),g=i(57),v=i(58),y=i(59),b=i(35),_=i(70);i(71),o(s.prototype),s.prototype._determineBrowserMethod=function(){var t=navigator.userAgent.toLowerCase();this.requiresTimeout=!1,-1!=t.indexOf("msie 9.0")?this.requiresTimeout=!0:-1!=t.indexOf("safari")&&t.indexOf("chrome")<=-1&&(this.requiresTimeout=!0)},s.prototype._getScriptPath=function(){for(var t=document.getElementsByTagName("script"),e=0;et.boundingBox.left&&(s=t.boundingBox.left),ot.boundingBox.bottom&&(e=t.boundingBox.bottom),i=this.constants.clustering.initialMaxNodes?49.07548/(n+142.05338)+91444e-8:12.662/(n+7.4147)+.0964822:1==this.constants.clustering.enabled&&n>=this.constants.clustering.initialMaxNodes?77.5271985/(n+187.266146)+476710517e-13:30.5062972/(n+19.93597763)+.08413486;var r=Math.min(this.frame.canvas.clientWidth/600,this.frame.canvas.clientHeight/600);s*=r}else{var a=1.1*Math.abs(o.maxX-o.minX),h=1.1*Math.abs(o.maxY-o.minY),d=this.frame.canvas.clientWidth/a,l=this.frame.canvas.clientHeight/h;s=l>=d?d:l}s>1&&(s=1);var c=this._findCenter(o);if(0==i){var p={position:c,scale:s,animation:t};this.moveTo(p),this.moving=!0,this.start()}else c.x*=s,c.y*=s,c.x-=.5*this.frame.canvas.clientWidth,c.y-=.5*this.frame.canvas.clientHeight,this._setScale(s),this._setTranslation(-c.x,-c.y)},s.prototype._updateNodeIndexList=function(){this._clearNodeIndexList();for(var t in this.nodes)this.nodes.hasOwnProperty(t)&&this.nodeIndices.push(t)},s.prototype.setData=function(t,e){if(void 0===e&&(e=!1),this.initializing=!0,t&&t.dot&&(t.nodes||t.edges))throw new SyntaxError('Data must contain either parameter "dot" or parameter pair "nodes" and "edges", but not both.');if(this.setOptions(t&&t.options),t&&t.dot){if(t&&t.dot){var i=c.DOTToGraph(t.dot);return void this.setData(i)}}else if(t&&t.gephi){if(t&&t.gephi){var s=p.parseGephi(t.gephi);return void this.setData(s)}}else this._setNodes(t&&t.nodes),this._setEdges(t&&t.edges);this._putDataInSector(),0==e&&(1==this.constants.hierarchicalLayout.enabled?(this._resetLevels(),this._setupHierarchicalLayout()):this.constants.stabilize&&this._stabilize(),this.start()),this.initializing=!1},s.prototype.setOptions=function(t){if(t){var e,i=["nodes","edges","smoothCurves","hierarchicalLayout","clustering","navigation","keyboard","dataManipulation","onAdd","onEdit","onEditEdge","onConnect","onDelete","clickToUse"];if(a.selectiveNotDeepExtend(i,this.constants,t),a.selectiveNotDeepExtend(["color"],this.constants.nodes,t.nodes),a.selectiveNotDeepExtend(["color","length"],this.constants.edges,t.edges),t.physics&&(a.mergeOptions(this.constants.physics,t.physics,"barnesHut"),a.mergeOptions(this.constants.physics,t.physics,"repulsion"),t.physics.hierarchicalRepulsion)){this.constants.hierarchicalLayout.enabled=!0,this.constants.physics.hierarchicalRepulsion.enabled=!0,this.constants.physics.barnesHut.enabled=!1;for(e in t.physics.hierarchicalRepulsion)t.physics.hierarchicalRepulsion.hasOwnProperty(e)&&(this.constants.physics.hierarchicalRepulsion[e]=t.physics.hierarchicalRepulsion[e])}if(t.onAdd&&(this.triggerFunctions.add=t.onAdd),t.onEdit&&(this.triggerFunctions.edit=t.onEdit),t.onEditEdge&&(this.triggerFunctions.editEdge=t.onEditEdge),t.onConnect&&(this.triggerFunctions.connect=t.onConnect),t.onDelete&&(this.triggerFunctions.del=t.onDelete),a.mergeOptions(this.constants,t,"smoothCurves"),a.mergeOptions(this.constants,t,"hierarchicalLayout"),a.mergeOptions(this.constants,t,"clustering"),a.mergeOptions(this.constants,t,"navigation"),a.mergeOptions(this.constants,t,"keyboard"),a.mergeOptions(this.constants,t,"dataManipulation"),t.dataManipulation&&(this.editMode=this.constants.dataManipulation.initiallyVisible),t.edges&&(void 0!==t.edges.color&&(a.isString(t.edges.color)?(this.constants.edges.color={},this.constants.edges.color.color=t.edges.color,this.constants.edges.color.highlight=t.edges.color,this.constants.edges.color.hover=t.edges.color):(void 0!==t.edges.color.color&&(this.constants.edges.color.color=t.edges.color.color),void 0!==t.edges.color.highlight&&(this.constants.edges.color.highlight=t.edges.color.highlight),void 0!==t.edges.color.hover&&(this.constants.edges.color.hover=t.edges.color.hover)),this.constants.edges.inheritColor=!1),t.edges.fontColor||void 0!==t.edges.color&&(a.isString(t.edges.color)?this.constants.edges.fontColor=t.edges.color:void 0!==t.edges.color.color&&(this.constants.edges.fontColor=t.edges.color.color))),t.nodes&&t.nodes.color){var s=a.parseColor(t.nodes.color);this.constants.nodes.color.background=s.background,this.constants.nodes.color.border=s.border,this.constants.nodes.color.highlight.background=s.highlight.background,this.constants.nodes.color.highlight.border=s.highlight.border,this.constants.nodes.color.hover.background=s.hover.background,this.constants.nodes.color.hover.border=s.hover.border}if(t.groups)for(var o in t.groups)if(t.groups.hasOwnProperty(o)){var n=t.groups[o];this.groups.add(o,n)}if(t.tooltip){for(e in t.tooltip)t.tooltip.hasOwnProperty(e)&&(this.constants.tooltip[e]=t.tooltip[e]);t.tooltip.color&&(this.constants.tooltip.color=a.parseColor(t.tooltip.color))}if("clickToUse"in t&&(t.clickToUse?this.activator||(this.activator=new b(this.frame),this.activator.on("change",this._createKeyBinds.bind(this))):this.activator&&(this.activator.destroy(),delete this.activator)),t.labels)throw new Error('Option "labels" is deprecated. Use options "locale" and "locales" instead.');this._loadPhysicsSystem(),this._loadNavigationControls(),this._loadManipulationSystem(),this._configureSmoothCurves(),this._createKeyBinds(),this.setSize(this.constants.width,this.constants.height),this.moving=!0,this.start()}},s.prototype._create=function(){for(;this.containerElement.hasChildNodes();)this.containerElement.removeChild(this.containerElement.firstChild);if(this.frame=document.createElement("div"),this.frame.className="vis network-frame",this.frame.style.position="relative",this.frame.style.overflow="hidden",this.frame.canvas=document.createElement("canvas"),this.frame.canvas.style.position="relative",this.frame.appendChild(this.frame.canvas),this.frame.canvas.getContext){var t=this.frame.canvas.getContext("2d");this.pixelRatio=(window.devicePixelRatio||1)/(t.webkitBackingStorePixelRatio||t.mozBackingStorePixelRatio||t.msBackingStorePixelRatio||t.oBackingStorePixelRatio||t.backingStorePixelRatio||1),this.frame.canvas.getContext("2d").setTransform(this.pixelRatio,0,0,this.pixelRatio,0,0)}else{var e=document.createElement("DIV");e.style.color="red",e.style.fontWeight="bold",e.style.padding="10px",e.innerHTML="Error: your browser does not support HTML canvas",this.frame.canvas.appendChild(e)}var i=this;this.drag={},this.pinch={},this.hammer=n(this.frame.canvas,{prevent_default:!0}),this.hammer.on("tap",i._onTap.bind(i)),this.hammer.on("doubletap",i._onDoubleTap.bind(i)),this.hammer.on("hold",i._onHold.bind(i)),this.hammer.on("pinch",i._onPinch.bind(i)),this.hammer.on("touch",i._onTouch.bind(i)),this.hammer.on("dragstart",i._onDragStart.bind(i)),this.hammer.on("drag",i._onDrag.bind(i)),this.hammer.on("dragend",i._onDragEnd.bind(i)),this.hammer.on("mousewheel",i._onMouseWheel.bind(i)),this.hammer.on("DOMMouseScroll",i._onMouseWheel.bind(i)),this.hammer.on("mousemove",i._onMouseMoveTitle.bind(i)),this.hammerFrame=n(this.frame,{prevent_default:!0}),this.hammerFrame.on("release",i._onRelease.bind(i)),this.containerElement.appendChild(this.frame)},s.prototype._createKeyBinds=function(){var t=this;void 0!==this.keycharm&&this.keycharm.destroy(),this.keycharm=r(),this.keycharm.reset(),this.constants.keyboard.enabled&&this.isActive()&&(this.keycharm.bind("up",this._moveUp.bind(t),"keydown"),this.keycharm.bind("up",this._yStopMoving.bind(t),"keyup"),this.keycharm.bind("down",this._moveDown.bind(t),"keydown"),this.keycharm.bind("down",this._yStopMoving.bind(t),"keyup"),this.keycharm.bind("left",this._moveLeft.bind(t),"keydown"),this.keycharm.bind("left",this._xStopMoving.bind(t),"keyup"),this.keycharm.bind("right",this._moveRight.bind(t),"keydown"),this.keycharm.bind("right",this._xStopMoving.bind(t),"keyup"),this.keycharm.bind("=",this._zoomIn.bind(t),"keydown"),this.keycharm.bind("=",this._stopZoom.bind(t),"keyup"),this.keycharm.bind("num+",this._zoomIn.bind(t),"keydown"),this.keycharm.bind("num+",this._stopZoom.bind(t),"keyup"),this.keycharm.bind("num-",this._zoomOut.bind(t),"keydown"),this.keycharm.bind("num-",this._stopZoom.bind(t),"keyup"),this.keycharm.bind("-",this._zoomOut.bind(t),"keydown"),this.keycharm.bind("-",this._stopZoom.bind(t),"keyup"),this.keycharm.bind("[",this._zoomIn.bind(t),"keydown"),this.keycharm.bind("[",this._stopZoom.bind(t),"keyup"),this.keycharm.bind("]",this._zoomOut.bind(t),"keydown"),this.keycharm.bind("]",this._stopZoom.bind(t),"keyup"),this.keycharm.bind("pageup",this._zoomIn.bind(t),"keydown"),this.keycharm.bind("pageup",this._stopZoom.bind(t),"keyup"),this.keycharm.bind("pagedown",this._zoomOut.bind(t),"keydown"),this.keycharm.bind("pagedown",this._stopZoom.bind(t),"keyup")),1==this.constants.dataManipulation.enabled&&(this.keycharm.bind("esc",this._createManipulatorBar.bind(t)),this.keycharm.bind("delete",this._deleteSelected.bind(t)))},s.prototype.destroy=function(){this.start=function(){},this.redraw=function(){},this.timer=!1,this._cleanupPhysicsConfiguration(),this.keycharm.reset(),this.hammer.dispose(),this.off(),this._recursiveDOMDelete(this.containerElement)},s.prototype._recursiveDOMDelete=function(t){for(;1==t.hasChildNodes();)this._recursiveDOMDelete(t.firstChild),t.removeChild(t.firstChild)},s.prototype._getPointer=function(t){return{x:t.pageX-a.getAbsoluteLeft(this.frame.canvas),y:t.pageY-a.getAbsoluteTop(this.frame.canvas)}},s.prototype._onTouch=function(t){(new Date).valueOf()-this.touchTime>100&&(this.drag.pointer=this._getPointer(t.gesture.center),this.drag.pinched=!1,this.pinch.scale=this._getScale(),this.touchTime=(new Date).valueOf(),this._handleTouch(this.drag.pointer))},s.prototype._onDragStart=function(t){this._handleDragStart(t)},s.prototype._handleDragStart=function(t){void 0===this.drag.pointer&&this._onTouch(t);var e=this._getNodeAt(this.drag.pointer);if(this.drag.dragging=!0,this.drag.selection=[],this.drag.translation=this._getTranslation(),this.drag.nodeId=null,this.draggingNodes=!1,null!=e&&1==this.constants.dragNodes){this.draggingNodes=!0,this.drag.nodeId=e.id,e.isSelected()||this._selectObject(e,!1),this.emit("dragStart",{nodeIds:this.getSelection().nodes});for(var i in this.selectionObj.nodes)if(this.selectionObj.nodes.hasOwnProperty(i)){var s=this.selectionObj.nodes[i],o={id:s.id,node:s,x:s.x,y:s.y,xFixed:s.xFixed,yFixed:s.yFixed};s.xFixed=!0,s.yFixed=!0,this.drag.selection.push(o)}}},s.prototype._onDrag=function(t){this._handleOnDrag(t)},s.prototype._handleOnDrag=function(t){if(!this.drag.pinched){this.releaseNode();var e=this._getPointer(t.gesture.center),i=this,s=this.drag,o=s.selection;if(o&&o.length&&1==this.constants.dragNodes){var n=e.x-s.pointer.x,r=e.y-s.pointer.y;o.forEach(function(t){var e=t.node;t.xFixed||(e.x=i._XconvertDOMtoCanvas(i._XconvertCanvasToDOM(t.x)+n)),t.yFixed||(e.y=i._YconvertDOMtoCanvas(i._YconvertCanvasToDOM(t.y)+r))}),this.moving||(this.moving=!0,this.start())}else if(1==this.constants.dragNetwork){if(void 0===this.drag.pointer)return void this._handleDragStart(t);var a=e.x-this.drag.pointer.x,h=e.y-this.drag.pointer.y;this._setTranslation(this.drag.translation.x+a,this.drag.translation.y+h),this._redraw()}}},s.prototype._onDragEnd=function(t){this._handleDragEnd(t)},s.prototype._handleDragEnd=function(){this.drag.dragging=!1;var t=this.drag.selection;t&&t.length?(t.forEach(function(t){t.node.xFixed=t.xFixed,t.node.yFixed=t.yFixed}),this.moving=!0,this.start()):this._redraw(),0==this.draggingNodes?this.emit("dragEnd",{nodeIds:[]}):this.emit("dragEnd",{nodeIds:this.getSelection().nodes})},s.prototype._onTap=function(t){var e=this._getPointer(t.gesture.center);this.pointerPosition=e,this._handleTap(e)},s.prototype._onDoubleTap=function(t){var e=this._getPointer(t.gesture.center);this._handleDoubleTap(e)},s.prototype._onHold=function(t){var e=this._getPointer(t.gesture.center);this.pointerPosition=e,this._handleOnHold(e)},s.prototype._onRelease=function(t){var e=this._getPointer(t.gesture.center);this._handleOnRelease(e)},s.prototype._onPinch=function(t){var e=this._getPointer(t.gesture.center);this.drag.pinched=!0,"scale"in this.pinch||(this.pinch.scale=1);var i=this.pinch.scale*t.gesture.scale;this._zoom(i,e)},s.prototype._zoom=function(t,e){if(1==this.constants.zoomable){var i=this._getScale();1e-5>t&&(t=1e-5),t>10&&(t=10);var s=null;void 0!==this.drag&&1==this.drag.dragging&&(s=this.DOMtoCanvas(this.drag.pointer));var o=this._getTranslation(),n=t/i,r=(1-n)*e.x+o.x*n,a=(1-n)*e.y+o.y*n;if(this.areaCenter={x:this._XconvertDOMtoCanvas(e.x),y:this._YconvertDOMtoCanvas(e.y)},this._setScale(t),this._setTranslation(r,a),this.updateClustersDefault(),null!=s){var h=this.canvasToDOM(s);this.drag.pointer.x=h.x,this.drag.pointer.y=h.y}return this._redraw(),t>i?this.emit("zoom",{direction:"+"}):this.emit("zoom",{direction:"-"}),t}},s.prototype._onMouseWheel=function(t){var e=0;if(t.wheelDelta?e=t.wheelDelta/120:t.detail&&(e=-t.detail/3),e){var i=this._getScale(),s=e/10;0>e&&(s/=1-s),i*=1+s;var o=h.fakeGesture(this,t),n=this._getPointer(o.center);this._zoom(i,n)}t.preventDefault()},s.prototype._onMouseMoveTitle=function(t){var e=h.fakeGesture(this,t),i=this._getPointer(e.center);this.popupObj&&this._checkHidePopup(i);var s=this,o=function(){s._checkShowPopup(i)};if(this.popupTimer&&clearInterval(this.popupTimer),this.drag.dragging||(this.popupTimer=setTimeout(o,this.constants.tooltip.delay)),1==this.constants.hover){for(var n in this.hoverObj.edges)this.hoverObj.edges.hasOwnProperty(n)&&(this.hoverObj.edges[n].hover=!1,delete this.hoverObj.edges[n]);var r=this._getNodeAt(i);null==r&&(r=this._getEdgeAt(i)),null!=r&&this._hoverObject(r);for(var a in this.hoverObj.nodes)this.hoverObj.nodes.hasOwnProperty(a)&&(r instanceof f&&r.id!=a||r instanceof g||null==r)&&(this._blurObject(this.hoverObj.nodes[a]),delete this.hoverObj.nodes[a]);this.redraw()}},s.prototype._checkShowPopup=function(t){var e,i={left:this._XconvertDOMtoCanvas(t.x),top:this._YconvertDOMtoCanvas(t.y),right:this._XconvertDOMtoCanvas(t.x),bottom:this._YconvertDOMtoCanvas(t.y)},s=this.popupObj,o=!1;if(void 0==this.popupObj){var n=this.nodes,r=[];for(e in n)if(n.hasOwnProperty(e)){var a=n[e];a.isOverlappingWith(i)&&void 0!==a.getTitle()&&r.push(e)}r.length>0&&(this.popupObj=this.nodes[r[r.length-1]],o=!0)}if(void 0===this.popupObj&&0==o){var h=this.edges,d=[];for(e in h)if(h.hasOwnProperty(e)){var l=h[e];l.connected&&void 0!==l.getTitle()&&l.isOverlappingWith(i)&&d.push(e)}d.length>0&&(this.popupObj=this.edges[d[d.length-1]])}if(this.popupObj){if(this.popupObj!=s){var c=this;c.popup||(c.popup=new v(c.frame,c.constants.tooltip)),c.popup.setPosition(t.x-3,t.y-3),c.popup.setText(c.popupObj.getTitle()),c.popup.show()}}else this.popup&&this.popup.hide()},s.prototype._checkHidePopup=function(t){this.popupObj&&this._getNodeAt(t)||(this.popupObj=void 0,this.popup&&this.popup.hide())},s.prototype.setSize=function(t,e){var i=!1,s=this.frame.canvas.width,o=this.frame.canvas.height;t!=this.constants.width||e!=this.constants.height||this.frame.style.width!=t||this.frame.style.height!=e?(this.frame.style.width=t,this.frame.style.height=e,this.frame.canvas.style.width="100%",this.frame.canvas.style.height="100%",this.frame.canvas.width=this.frame.canvas.clientWidth*this.pixelRatio,this.frame.canvas.height=this.frame.canvas.clientHeight*this.pixelRatio,this.constants.width=t,this.constants.height=e,i=!0):(this.frame.canvas.width!=this.frame.canvas.clientWidth*this.pixelRatio&&(this.frame.canvas.width=this.frame.canvas.clientWidth*this.pixelRatio,i=!0),this.frame.canvas.height!=this.frame.canvas.clientHeight*this.pixelRatio&&(this.frame.canvas.height=this.frame.canvas.clientHeight*this.pixelRatio,i=!0)),1==i&&this.emit("resize",{width:this.frame.canvas.width*this.pixelRatio,height:this.frame.canvas.height*this.pixelRatio,oldWidth:s*this.pixelRatio,oldHeight:o*this.pixelRatio})},s.prototype._setNodes=function(t){var e=this.nodesData;if(t instanceof d||t instanceof l)this.nodesData=t;else if(Array.isArray(t))this.nodesData=new d,this.nodesData.add(t);else{if(t)throw new TypeError("Array or DataSet expected");this.nodesData=new d}if(e&&a.forEach(this.nodesListeners,function(t,i){e.off(i,t)}),this.nodes={},this.nodesData){var i=this;a.forEach(this.nodesListeners,function(t,e){i.nodesData.on(e,t)});var s=this.nodesData.getIds();this._addNodes(s)}this._updateSelection()},s.prototype._addNodes=function(t){for(var e,i=0,s=t.length;s>i;i++){e=t[i];var o=this.nodesData.get(e),n=new f(o,this.images,this.groups,this.constants);if(this.nodes[e]=n,!(0!=n.xFixed&&0!=n.yFixed||null!==n.x&&null!==n.y)){var r=1*t.length+10,a=2*Math.PI*Math.random();0==n.xFixed&&(n.x=r*Math.cos(a)),0==n.yFixed&&(n.y=r*Math.sin(a))}this.moving=!0}this._updateNodeIndexList(),1==this.constants.hierarchicalLayout.enabled&&0==this.initializing&&(this._resetLevels(),this._setupHierarchicalLayout()),this._updateCalculationNodes(),this._reconnectEdges(),this._updateValueRange(this.nodes),this.updateLabels()},s.prototype._updateNodes=function(t,e){for(var i=this.nodes,s=0,o=t.length;o>s;s++){var n=t[s],r=i[n],a=e[s];r?r.setProperties(a,this.constants):(r=new f(properties,this.images,this.groups,this.constants),i[n]=r)}this.moving=!0,1==this.constants.hierarchicalLayout.enabled&&0==this.initializing&&(this._resetLevels(),this._setupHierarchicalLayout()),this._updateNodeIndexList(),this._updateValueRange(i)},s.prototype._removeNodes=function(t){for(var e=this.nodes,i=0,s=t.length;s>i;i++){var o=t[i];delete e[o]}this._updateNodeIndexList(),1==this.constants.hierarchicalLayout.enabled&&0==this.initializing&&(this._resetLevels(),this._setupHierarchicalLayout()),this._updateCalculationNodes(),this._reconnectEdges(),this._updateSelection(),this._updateValueRange(e)},s.prototype._setEdges=function(t){var e=this.edgesData;if(t instanceof d||t instanceof l)this.edgesData=t;else if(Array.isArray(t))this.edgesData=new d,this.edgesData.add(t);else{if(t)throw new TypeError("Array or DataSet expected");this.edgesData=new d}if(e&&a.forEach(this.edgesListeners,function(t,i){e.off(i,t)}),this.edges={},this.edgesData){var i=this;a.forEach(this.edgesListeners,function(t,e){i.edgesData.on(e,t)});var s=this.edgesData.getIds();this._addEdges(s)}this._reconnectEdges()},s.prototype._addEdges=function(t){for(var e=this.edges,i=this.edgesData,s=0,o=t.length;o>s;s++){var n=t[s],r=e[n];r&&r.disconnect();var a=i.get(n,{showInternalIds:!0});e[n]=new g(a,this,this.constants)}this.moving=!0,this._updateValueRange(e),this._createBezierNodes(),this._updateCalculationNodes(),1==this.constants.hierarchicalLayout.enabled&&0==this.initializing&&(this._resetLevels(),this._setupHierarchicalLayout())},s.prototype._updateEdges=function(t){for(var e=this.edges,i=this.edgesData,s=0,o=t.length;o>s;s++){var n=t[s],r=i.get(n),a=e[n];a?(a.disconnect(),a.setProperties(r,this.constants),a.connect()):(a=new g(r,this,this.constants),this.edges[n]=a)}this._createBezierNodes(),1==this.constants.hierarchicalLayout.enabled&&0==this.initializing&&(this._resetLevels(),this._setupHierarchicalLayout()),this.moving=!0,this._updateValueRange(e)},s.prototype._removeEdges=function(t){for(var e=this.edges,i=0,s=t.length;s>i;i++){var o=t[i],n=e[o];n&&(null!=n.via&&delete this.sectors.support.nodes[n.via.id],n.disconnect(),delete e[o])}this.moving=!0,this._updateValueRange(e),1==this.constants.hierarchicalLayout.enabled&&0==this.initializing&&(this._resetLevels(),this._setupHierarchicalLayout()),this._updateCalculationNodes()},s.prototype._reconnectEdges=function(){var t,e=this.nodes,i=this.edges;for(t in e)e.hasOwnProperty(t)&&(e[t].edges=[],e[t].dynamicEdges=[]);for(t in i)if(i.hasOwnProperty(t)){var s=i[t];s.from=null,s.to=null,s.connect()}},s.prototype._updateValueRange=function(t){var e,i=void 0,s=void 0;for(e in t)if(t.hasOwnProperty(e)){var o=t[e].getValue();void 0!==o&&(i=void 0===i?o:Math.min(o,i),s=void 0===s?o:Math.max(o,s))}if(void 0!==i&&void 0!==s)for(e in t)t.hasOwnProperty(e)&&t[e].setValueRange(i,s)},s.prototype.redraw=function(){this.setSize(this.constants.width,this.constants.height),this._redraw()},s.prototype._redraw=function(t){var e=this.frame.canvas.getContext("2d");e.setTransform(this.pixelRatio,0,0,this.pixelRatio,0,0);var i=this.frame.canvas.width*this.pixelRatio,s=this.frame.canvas.height*this.pixelRatio;e.clearRect(0,0,i,s),e.save(),e.translate(this.translation.x,this.translation.y),e.scale(this.scale,this.scale),this.canvasTopLeft={x:this._XconvertDOMtoCanvas(0),y:this._YconvertDOMtoCanvas(0)},this.canvasBottomRight={x:this._XconvertDOMtoCanvas(this.frame.canvas.clientWidth*this.pixelRatio),y:this._YconvertDOMtoCanvas(this.frame.canvas.clientHeight*this.pixelRatio)},1!=t&&(this._doInAllSectors("_drawAllSectorNodes",e),(0==this.drag.dragging||void 0===this.drag.dragging||0==this.constants.hideEdgesOnDrag)&&this._doInAllSectors("_drawEdges",e)),(0==this.drag.dragging||void 0===this.drag.dragging||0==this.constants.hideNodesOnDrag)&&this._doInAllSectors("_drawNodes",e,!1),1!=t&&1==this.controlNodesActive&&this._doInAllSectors("_drawControlNodes",e),e.restore(),1==t&&e.clearRect(0,0,i,s)},s.prototype._setTranslation=function(t,e){void 0===this.translation&&(this.translation={x:0,y:0}),void 0!==t&&(this.translation.x=t),void 0!==e&&(this.translation.y=e),this.emit("viewChanged")},s.prototype._getTranslation=function(){return{x:this.translation.x,y:this.translation.y}},s.prototype._setScale=function(t){this.scale=t},s.prototype._getScale=function(){return this.scale},s.prototype._XconvertDOMtoCanvas=function(t){return(t-this.translation.x)/this.scale},s.prototype._XconvertCanvasToDOM=function(t){return t*this.scale+this.translation.x},s.prototype._YconvertDOMtoCanvas=function(t){return(t-this.translation.y)/this.scale},s.prototype._YconvertCanvasToDOM=function(t){return t*this.scale+this.translation.y},s.prototype.canvasToDOM=function(t){return{x:this._XconvertCanvasToDOM(t.x),y:this._YconvertCanvasToDOM(t.y)}},s.prototype.DOMtoCanvas=function(t){return{x:this._XconvertDOMtoCanvas(t.x),y:this._YconvertDOMtoCanvas(t.y)}},s.prototype._drawNodes=function(t,e){void 0===e&&(e=!1);var i=this.nodes,s=[];for(var o in i)i.hasOwnProperty(o)&&(i[o].setScaleAndPos(this.scale,this.canvasTopLeft,this.canvasBottomRight),i[o].isSelected()?s.push(o):(i[o].inArea()||e)&&i[o].draw(t));for(var n=0,r=s.length;r>n;n++)(i[s[n]].inArea()||e)&&i[s[n]].draw(t)},s.prototype._drawEdges=function(t){var e=this.edges;for(var i in e)if(e.hasOwnProperty(i)){var s=e[i];s.setScale(this.scale),s.connected&&e[i].draw(t)}},s.prototype._drawControlNodes=function(t){var e=this.edges;for(var i in e)e.hasOwnProperty(i)&&e[i]._drawControlNodes(t)},s.prototype._stabilize=function(){1==this.constants.freezeForStabilization&&this._freezeDefinedNodes();for(var t=0;this.moving&&t0)for(t in i)i.hasOwnProperty(t)&&(i[t].discreteStepLimited(e,this.constants.maxVelocity),s=!0);else for(t in i)i.hasOwnProperty(t)&&(i[t].discreteStep(e),s=!0);if(1==s){var o=this.constants.minVelocity/Math.max(this.scale,.05);return o>.5*this.constants.maxVelocity?!0:this._isMoving(o)}return!1},s.prototype._revertPhysicsState=function(){var t=this.nodes;for(var e in t)t.hasOwnProperty(e)&&t[e].revertPosition()},s.prototype._revertPhysicsTick=function(){this._doInAllActiveSectors("_revertPhysicsState"),1==this.constants.smoothCurves.enabled&&1==this.constants.smoothCurves.dynamic&&this._doInSupportSector("_revertPhysicsState")},s.prototype._physicsTick=function(){if(!this.freezeSimulation&&1==this.moving){var t=!1,e=!1;this._doInAllActiveSectors("_initializeForceCalculation");var i=this._doInAllActiveSectors("_discreteStepNodes");1==this.constants.smoothCurves.enabled&&1==this.constants.smoothCurves.dynamic&&(e=this._doInSupportSector("_discreteStepNodes")); -for(var s=0;s2*e||1==this.runDoubleSpeed)&&1==this.moving&&(this._physicsTick(),0!=this.renderTime&&(this.runDoubleSpeed=!0));var i=Date.now();this._redraw(),this.renderTime=Date.now()-i,this.start()},"undefined"!=typeof window&&(window.requestAnimationFrame=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||window.msRequestAnimationFrame),s.prototype.start=function(){if(1==this.moving||0!=this.xIncrement||0!=this.yIncrement||0!=this.zoomIncrement)this.timer||(this.timer=1==this.requiresTimeout?window.setTimeout(this._animationStep.bind(this),this.renderTimestep):window.requestAnimationFrame(this._animationStep.bind(this)));else if(this._redraw(),this.stabilizationIterations>1){var t=this,e={iterations:t.stabilizationIterations};this.stabilizationIterations=0,this.startedStabilization=!1,setTimeout(function(){t.emit("stabilized",e)},0)}else this.stabilizationIterations=0},s.prototype._handleNavigation=function(){if(0!=this.xIncrement||0!=this.yIncrement){var t=this._getTranslation();this._setTranslation(t.x+this.xIncrement,t.y+this.yIncrement)}if(0!=this.zoomIncrement){var e={x:this.frame.canvas.clientWidth/2,y:this.frame.canvas.clientHeight/2};this._zoom(this.scale*(1+this.zoomIncrement),e)}},s.prototype.toggleFreeze=function(){0==this.freezeSimulation?this.freezeSimulation=!0:(this.freezeSimulation=!1,this.start())},s.prototype._configureSmoothCurves=function(t){if(void 0===t&&(t=!0),1==this.constants.smoothCurves.enabled&&1==this.constants.smoothCurves.dynamic){this._createBezierNodes();for(var e in this.sectors.support.nodes)this.sectors.support.nodes.hasOwnProperty(e)&&void 0===this.edges[this.sectors.support.nodes[e].parentEdgeId]&&delete this.sectors.support.nodes[e]}else{this.sectors.support.nodes={};for(var i in this.edges)this.edges.hasOwnProperty(i)&&(this.edges[i].via=null)}this._updateCalculationNodes(),t||(this.moving=!0,this.start())},s.prototype._createBezierNodes=function(){if(1==this.constants.smoothCurves.enabled&&1==this.constants.smoothCurves.dynamic)for(var t in this.edges)if(this.edges.hasOwnProperty(t)){var e=this.edges[t];if(null==e.via){var i="edgeId:".concat(e.id);this.sectors.support.nodes[i]=new f({id:i,mass:1,shape:"circle",image:"",internalMultiplier:1},{},{},this.constants),e.via=this.sectors.support.nodes[i],e.via.parentEdgeId=e.id,e.positionBezierNode()}}},s.prototype._initializeMixinLoaders=function(){for(var t in y)y.hasOwnProperty(t)&&(s.prototype[t]=y[t])},s.prototype.storePosition=function(){console.log("storePosition is depricated: use .storePositions() from now on."),this.storePositions()},s.prototype.storePositions=function(){var t=[];for(var e in this.nodes)if(this.nodes.hasOwnProperty(e)){var i=this.nodes[e],s=!this.nodes.xFixed,o=!this.nodes.yFixed;(this.nodesData._data[e].x!=Math.round(i.x)||this.nodesData._data[e].y!=Math.round(i.y))&&t.push({id:e,x:Math.round(i.x),y:Math.round(i.y),allowedToMoveX:s,allowedToMoveY:o})}this.nodesData.update(t)},s.prototype.getPositions=function(t){var e={};if(void 0!==t){if(1==Array.isArray(t)){for(var i=0;i=1&&(this.easingTime=0,this._redraw=null!=this.lockedOnNodeId?this._lockedRedraw:this._classicRedraw,this.emit("animationFinished"))},s.prototype._classicRedraw=function(){},s.prototype.isActive=function(){return!this.activator||this.activator.active},s.prototype.setScale=function(){return this._setScale()},s.prototype.getScale=function(){return this._getScale()},s.prototype.getCenterCoordinates=function(){return this.DOMtoCanvas({x:.5*this.frame.canvas.clientWidth,y:.5*this.frame.canvas.clientHeight})},s.prototype.getBoundingBox=function(t){return void 0!==this.nodes[t]?this.nodes[t].boundingBox:void 0},t.exports=s},function(t,e){function i(t){return T=t,u()}function s(){O=0,E=T.charAt(0)}function o(){O++,E=T.charAt(O)}function n(){return T.charAt(O+1)}function r(t){return L.test(t)}function a(t,e){if(t||(t={}),e)for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i]);return t}function h(t,e,i){for(var s=e.split("."),o=t;s.length;){var n=s.shift();s.length?(o[n]||(o[n]={}),o=o[n]):o[n]=i}}function d(t,e){for(var i,s,o=null,n=[t],r=t;r.parent;)n.push(r.parent),r=r.parent;if(r.nodes)for(i=0,s=r.nodes.length;s>i;i++)if(e.id===r.nodes[i].id){o=r.nodes[i];break}for(o||(o={id:e.id},t.node&&(o.attr=a(o.attr,t.node))),i=n.length-1;i>=0;i--){var h=n[i];h.nodes||(h.nodes=[]),-1==h.nodes.indexOf(o)&&h.nodes.push(o)}e.attr&&(o.attr=a(o.attr,e.attr))}function l(t,e){if(t.edges||(t.edges=[]),t.edges.push(e),t.edge){var i=a({},t.edge);e.attr=a(i,e.attr)}}function c(t,e,i,s,o){var n={from:e,to:i,type:s};return t.edge&&(n.attr=a({},t.edge)),n.attr=a(n.attr||{},o),n}function p(){for(N=S.NULL,k="";" "==E||" "==E||"\n"==E||"\r"==E;)o();do{var t=!1;if("#"==E){for(var e=O-1;" "==T.charAt(e)||" "==T.charAt(e);)e--;if("\n"==T.charAt(e)||""==T.charAt(e)){for(;""!=E&&"\n"!=E;)o();t=!0}}if("/"==E&&"/"==n()){for(;""!=E&&"\n"!=E;)o();t=!0}if("/"==E&&"*"==n()){for(;""!=E;){if("*"==E&&"/"==n()){o(),o();break}o()}t=!0}for(;" "==E||" "==E||"\n"==E||"\r"==E;)o()}while(t);if(""==E)return void(N=S.DELIMITER);var i=E+n();if(C[i])return N=S.DELIMITER,k=i,o(),void o();if(C[E])return N=S.DELIMITER,k=E,void o();if(r(E)||"-"==E){for(k+=E,o();r(E);)k+=E,o();return"false"==k?k=!1:"true"==k?k=!0:isNaN(Number(k))||(k=Number(k)),void(N=S.IDENTIFIER)}if('"'==E){for(o();""!=E&&('"'!=E||'"'==E&&'"'==n());)k+=E,'"'==E&&o(),o();if('"'!=E)throw x('End of string " expected');return o(),void(N=S.IDENTIFIER)}for(N=S.UNKNOWN;""!=E;)k+=E,o();throw new SyntaxError('Syntax error in part "'+w(k,30)+'"')}function u(){var t={};if(s(),p(),"strict"==k&&(t.strict=!0,p()),("graph"==k||"digraph"==k)&&(t.type=k,p()),N==S.IDENTIFIER&&(t.id=k,p()),"{"!=k)throw x("Angle bracket { expected");if(p(),m(t),"}"!=k)throw x("Angle bracket } expected");if(p(),""!==k)throw x("End of file expected");return p(),delete t.node,delete t.edge,delete t.graph,t}function m(t){for(;""!==k&&"}"!=k;)f(t),";"==k&&p()}function f(t){var e=g(t);if(e)return void b(t,e);var i=v(t);if(!i){if(N!=S.IDENTIFIER)throw x("Identifier expected");var s=k;if(p(),"="==k){if(p(),N!=S.IDENTIFIER)throw x("Identifier expected");t[s]=k,p()}else y(t,s)}}function g(t){var e=null;if("subgraph"==k&&(e={},e.type="subgraph",p(),N==S.IDENTIFIER&&(e.id=k,p())),"{"==k){if(p(),e||(e={}),e.parent=t,e.node=t.node,e.edge=t.edge,e.graph=t.graph,m(e),"}"!=k)throw x("Angle bracket } expected");p(),delete e.node,delete e.edge,delete e.graph,delete e.parent,t.subgraphs||(t.subgraphs=[]),t.subgraphs.push(e)}return e}function v(t){return"node"==k?(p(),t.node=_(),"node"):"edge"==k?(p(),t.edge=_(),"edge"):"graph"==k?(p(),t.graph=_(),"graph"):null}function y(t,e){var i={id:e},s=_();s&&(i.attr=s),d(t,i),b(t,e)}function b(t,e){for(;"->"==k||"--"==k;){var i,s=k;p();var o=g(t);if(o)i=o;else{if(N!=S.IDENTIFIER)throw x("Identifier or subgraph expected");i=k,d(t,{id:i}),p()}var n=_(),r=c(t,e,i,s,n);l(t,r),e=i}}function _(){for(var t=null;"["==k;){for(p(),t={};""!==k&&"]"!=k;){if(N!=S.IDENTIFIER)throw x("Attribute name expected");var e=k;if(p(),"="!=k)throw x("Equal sign = expected");if(p(),N!=S.IDENTIFIER)throw x("Attribute value expected");var i=k;h(t,e,i),p(),","==k&&p()}if("]"!=k)throw x("Bracket ] expected");p()}return t}function x(t){return new SyntaxError(t+', got "'+w(k,30)+'" (char '+O+")")}function w(t,e){return t.length<=e?t:t.substr(0,27)+"..."}function D(t,e,i){Array.isArray(t)?t.forEach(function(t){Array.isArray(e)?e.forEach(function(e){i(t,e)}):i(t,e)}):Array.isArray(e)?e.forEach(function(e){i(t,e)}):i(t,e)}function M(t){var e=i(t),s={nodes:[],edges:[],options:{}};if(e.nodes&&e.nodes.forEach(function(t){var e={id:t.id,label:String(t.label||t.id)};a(e,t.attr),e.image&&(e.shape="image"),s.nodes.push(e)}),e.edges){var o=function(t){var e={from:t.from,to:t.to};return a(e,t.attr),e.style="->"==t.type?"arrow":"line",e};e.edges.forEach(function(t){var e,i;e=t.from instanceof Object?t.from.nodes:{id:t.from},i=t.to instanceof Object?t.to.nodes:{id:t.to},t.from instanceof Object&&t.from.edges&&t.from.edges.forEach(function(t){var e=o(t);s.edges.push(e)}),D(e,i,function(e,i){var n=c(s,e.id,i.id,t.type,t.attr),r=o(n);s.edges.push(r)}),t.to instanceof Object&&t.to.edges&&t.to.edges.forEach(function(t){var e=o(t);s.edges.push(e)})})}return e.attr&&(s.options=e.attr),s}var S={NULL:0,DELIMITER:1,IDENTIFIER:2,UNKNOWN:3},C={"{":!0,"}":!0,"[":!0,"]":!0,";":!0,"=":!0,",":!0,"->":!0,"--":!0},T="",O=0,E="",k="",N=S.NULL,L=/[a-zA-Z_0-9.:#]/;e.parseDOT=i,e.DOTToGraph=M},function(t,e){function i(t,e){var i=[],s=[];this.options={edges:{inheritColor:!0},nodes:{allowedToMove:!1,parseColor:!1}},void 0!==e&&(this.options.nodes.allowedToMove=e.allowedToMove|!1,this.options.nodes.parseColor=e.parseColor|!1,this.options.edges.inheritColor=e.inheritColor|!0);for(var o=t.edges,n=t.nodes,r=0;re?this.vx>0?e:-e:this.vx,this.x+=this.vx*t}if(this.yFixed)this.fy=0,this.vy=0;else{var o=this.damping*this.vy,n=(this.fy-o)/this.options.mass;this.vy+=n*t,this.vy=Math.abs(this.vy)>e?this.vy>0?e:-e:this.vy,this.y+=this.vy*t}},s.prototype.isFixed=function(){return this.xFixed&&this.yFixed},s.prototype.isMoving=function(t){var e=Math.sqrt(Math.pow(this.vx,2)+Math.pow(this.vy,2));return e>t},s.prototype.isSelected=function(){return this.selected},s.prototype.getValue=function(){return this.value},s.prototype.getDistance=function(t,e){var i=this.x-t,s=this.y-e;return Math.sqrt(i*i+s*s)},s.prototype.setValueRange=function(t,e){if(!this.radiusFixed&&void 0!==this.value)if(e==t)this.options.radius=(this.options.radiusMin+this.options.radiusMax)/2;else{var i=(this.options.radiusMax-this.options.radiusMin)/(e-t);this.options.radius=(this.value-t)*i+this.options.radiusMin}this.baseRadiusValue=this.options.radius},s.prototype.draw=function(){throw"Draw method not initialized for node"},s.prototype.resize=function(){throw"Resize method not initialized for node"},s.prototype.isOverlappingWith=function(t){return this.leftt.left&&this.topt.top},s.prototype._resizeImage=function(){if(!this.width||!this.height){var t,e;if(this.value){this.options.radius=this.baseRadiusValue;var i=this.imageObj.height/this.imageObj.width;void 0!==i?(t=this.options.radius||this.imageObj.width,e=this.options.radius*i||this.imageObj.height):(t=0,e=0)}else t=this.imageObj.width,e=this.imageObj.height;this.width=t,this.height=e,this.growthIndicator=0,this.width>0&&this.height>0&&(this.width+=Math.min(this.clusterSize-1,this.maxNodeSizeIncrements)*this.clusterSizeWidthFactor,this.height+=Math.min(this.clusterSize-1,this.maxNodeSizeIncrements)*this.clusterSizeHeightFactor,this.options.radius+=Math.min(this.clusterSize-1,this.maxNodeSizeIncrements)*this.clusterSizeRadiusFactor,this.growthIndicator=this.width-t)}},s.prototype._drawImageAtPosition=function(t){if(0!=this.imageObj.width){if(this.clusterSize>1){var e=this.clusterSize>1?10:0;e*=this.networkScaleInv,e=Math.min(.2*this.width,e),t.globalAlpha=.5,t.drawImage(this.imageObj,this.left-e,this.top-e,this.width+2*e,this.height+2*e)}t.globalAlpha=1,t.drawImage(this.imageObj,this.left,this.top,this.width,this.height)}},s.prototype._drawImageLabel=function(t){var e;e=0!=this.imageObj.width?this.y+this.height/2:this.y,this._label(t,this.label,this.x,e,void 0,"hanging")},s.prototype._drawImage=function(t){this._resizeImage(t),this.left=this.x-this.width/2,this.top=this.y-this.height/2,this._drawImageAtPosition(t),this.boundingBox.top=this.top,this.boundingBox.left=this.left,this.boundingBox.right=this.left+this.width,this.boundingBox.bottom=this.top+this.height,this._drawImageLabel(t),this.boundingBox.left=Math.min(this.boundingBox.left,this.labelDimensions.left),this.boundingBox.right=Math.max(this.boundingBox.right,this.labelDimensions.left+this.labelDimensions.width),this.boundingBox.bottom=Math.max(this.boundingBox.bottom,this.boundingBox.bottom+this.labelDimensions.height)},s.prototype._resizeCircularImage=function(t){this._resizeImage(t)},s.prototype._drawCircularImage=function(t){this._resizeCircularImage(t),this.left=this.x-this.width/2,this.top=this.y-this.height/2;var e=this.left+this.width/2,i=this.top+this.height/2,s=Math.abs(this.height/2);this._drawRawCircle(t,e,i,s),t.save(),t.circle(this.x,this.y,s),t.stroke(),t.clip(),this._drawImageAtPosition(t),t.restore(),this.boundingBox.top=this.y-this.options.radius,this.boundingBox.left=this.x-this.options.radius,this.boundingBox.right=this.x+this.options.radius,this.boundingBox.bottom=this.y+this.options.radius,this._drawImageLabel(t),this.boundingBox.left=Math.min(this.boundingBox.left,this.labelDimensions.left),this.boundingBox.right=Math.max(this.boundingBox.right,this.labelDimensions.left+this.labelDimensions.width),this.boundingBox.bottom=Math.max(this.boundingBox.bottom,this.boundingBox.bottom+this.labelDimensions.height)},s.prototype._resizeBox=function(t){if(!this.width){var e=5,i=this.getTextSize(t);this.width=i.width+2*e,this.height=i.height+2*e,this.width+=.5*Math.min(this.clusterSize-1,this.maxNodeSizeIncrements)*this.clusterSizeWidthFactor,this.height+=.5*Math.min(this.clusterSize-1,this.maxNodeSizeIncrements)*this.clusterSizeHeightFactor,this.growthIndicator=this.width-(i.width+2*e)}},s.prototype._drawBox=function(t){this._resizeBox(t),this.left=this.x-this.width/2,this.top=this.y-this.height/2;var e=2.5,i=this.options.borderWidth,s=this.options.borderWidthSelected||2*this.options.borderWidth;t.strokeStyle=this.selected?this.options.color.highlight.border:this.hover?this.options.color.hover.border:this.options.color.border,this.clusterSize>1&&(t.lineWidth=(this.selected?s:i)+(this.clusterSize>1?e:0),t.lineWidth*=this.networkScaleInv,t.lineWidth=Math.min(this.width,t.lineWidth),t.roundRect(this.left-2*t.lineWidth,this.top-2*t.lineWidth,this.width+4*t.lineWidth,this.height+4*t.lineWidth,this.options.radius),t.stroke()),t.lineWidth=(this.selected?s:i)+(this.clusterSize>1?e:0),t.lineWidth*=this.networkScaleInv,t.lineWidth=Math.min(this.width,t.lineWidth),t.fillStyle=this.selected?this.options.color.highlight.background:this.hover?this.options.color.hover.background:this.options.color.background,t.roundRect(this.left,this.top,this.width,this.height,this.options.radius),t.fill(),t.stroke(),this.boundingBox.top=this.top,this.boundingBox.left=this.left,this.boundingBox.right=this.left+this.width,this.boundingBox.bottom=this.top+this.height,this._label(t,this.label,this.x,this.y)},s.prototype._resizeDatabase=function(t){if(!this.width){var e=5,i=this.getTextSize(t),s=i.width+2*e;this.width=s,this.height=s,this.width+=Math.min(this.clusterSize-1,this.maxNodeSizeIncrements)*this.clusterSizeWidthFactor,this.height+=Math.min(this.clusterSize-1,this.maxNodeSizeIncrements)*this.clusterSizeHeightFactor,this.options.radius+=Math.min(this.clusterSize-1,this.maxNodeSizeIncrements)*this.clusterSizeRadiusFactor,this.growthIndicator=this.width-s}},s.prototype._drawDatabase=function(t){this._resizeDatabase(t),this.left=this.x-this.width/2,this.top=this.y-this.height/2;var e=2.5,i=this.options.borderWidth,s=this.options.borderWidthSelected||2*this.options.borderWidth;t.strokeStyle=this.selected?this.options.color.highlight.border:this.hover?this.options.color.hover.border:this.options.color.border,this.clusterSize>1&&(t.lineWidth=(this.selected?s:i)+(this.clusterSize>1?e:0),t.lineWidth*=this.networkScaleInv,t.lineWidth=Math.min(this.width,t.lineWidth),t.database(this.x-this.width/2-2*t.lineWidth,this.y-.5*this.height-2*t.lineWidth,this.width+4*t.lineWidth,this.height+4*t.lineWidth),t.stroke()),t.lineWidth=(this.selected?s:i)+(this.clusterSize>1?e:0),t.lineWidth*=this.networkScaleInv,t.lineWidth=Math.min(this.width,t.lineWidth),t.fillStyle=this.selected?this.options.color.highlight.background:this.hover?this.options.color.hover.background:this.options.color.background,t.database(this.x-this.width/2,this.y-.5*this.height,this.width,this.height),t.fill(),t.stroke(),this.boundingBox.top=this.top,this.boundingBox.left=this.left,this.boundingBox.right=this.left+this.width,this.boundingBox.bottom=this.top+this.height,this._label(t,this.label,this.x,this.y)},s.prototype._resizeCircle=function(t){if(!this.width){var e=5,i=this.getTextSize(t),s=Math.max(i.width,i.height)+2*e;this.options.radius=s/2,this.width=s,this.height=s,this.options.radius+=.5*Math.min(this.clusterSize-1,this.maxNodeSizeIncrements)*this.clusterSizeRadiusFactor,this.growthIndicator=this.options.radius-.5*s}},s.prototype._drawRawCircle=function(t,e,i,s){var o=2.5,n=this.options.borderWidth,r=this.options.borderWidthSelected||2*this.options.borderWidth;t.strokeStyle=this.selected?this.options.color.highlight.border:this.hover?this.options.color.hover.border:this.options.color.border,this.clusterSize>1&&(t.lineWidth=(this.selected?r:n)+(this.clusterSize>1?o:0),t.lineWidth*=this.networkScaleInv,t.lineWidth=Math.min(this.width,t.lineWidth),t.circle(e,i,s+2*t.lineWidth),t.stroke()),t.lineWidth=(this.selected?r:n)+(this.clusterSize>1?o:0),t.lineWidth*=this.networkScaleInv,t.lineWidth=Math.min(this.width,t.lineWidth),t.fillStyle=this.selected?this.options.color.highlight.background:this.hover?this.options.color.hover.background:this.options.color.background,t.circle(this.x,this.y,s),t.fill(),t.stroke()},s.prototype._drawCircle=function(t){this._resizeCircle(t),this.left=this.x-this.width/2,this.top=this.y-this.height/2,this._drawRawCircle(t,this.x,this.y,this.options.radius),this.boundingBox.top=this.y-this.options.radius,this.boundingBox.left=this.x-this.options.radius,this.boundingBox.right=this.x+this.options.radius,this.boundingBox.bottom=this.y+this.options.radius,this._label(t,this.label,this.x,this.y)},s.prototype._resizeEllipse=function(t){if(!this.width){var e=this.getTextSize(t);this.width=1.5*e.width,this.height=2*e.height,this.width1&&(t.lineWidth=(this.selected?s:i)+(this.clusterSize>1?e:0),t.lineWidth*=this.networkScaleInv,t.lineWidth=Math.min(this.width,t.lineWidth),t.ellipse(this.left-2*t.lineWidth,this.top-2*t.lineWidth,this.width+4*t.lineWidth,this.height+4*t.lineWidth),t.stroke()),t.lineWidth=(this.selected?s:i)+(this.clusterSize>1?e:0),t.lineWidth*=this.networkScaleInv,t.lineWidth=Math.min(this.width,t.lineWidth),t.fillStyle=this.selected?this.options.color.highlight.background:this.hover?this.options.color.hover.background:this.options.color.background,t.ellipse(this.left,this.top,this.width,this.height),t.fill(),t.stroke(),this.boundingBox.top=this.top,this.boundingBox.left=this.left,this.boundingBox.right=this.left+this.width,this.boundingBox.bottom=this.top+this.height,this._label(t,this.label,this.x,this.y) -},s.prototype._drawDot=function(t){this._drawShape(t,"circle")},s.prototype._drawTriangle=function(t){this._drawShape(t,"triangle")},s.prototype._drawTriangleDown=function(t){this._drawShape(t,"triangleDown")},s.prototype._drawSquare=function(t){this._drawShape(t,"square")},s.prototype._drawStar=function(t){this._drawShape(t,"star")},s.prototype._resizeShape=function(){if(!this.width){this.options.radius=this.baseRadiusValue;var t=2*this.options.radius;this.width=t,this.height=t,this.width+=Math.min(this.clusterSize-1,this.maxNodeSizeIncrements)*this.clusterSizeWidthFactor,this.height+=Math.min(this.clusterSize-1,this.maxNodeSizeIncrements)*this.clusterSizeHeightFactor,this.options.radius+=.5*Math.min(this.clusterSize-1,this.maxNodeSizeIncrements)*this.clusterSizeRadiusFactor,this.growthIndicator=this.width-t}},s.prototype._drawShape=function(t,e){this._resizeShape(t),this.left=this.x-this.width/2,this.top=this.y-this.height/2;var i=2.5,s=this.options.borderWidth,o=this.options.borderWidthSelected||2*this.options.borderWidth,n=2;switch(e){case"dot":n=2;break;case"square":n=2;break;case"triangle":n=3;break;case"triangleDown":n=3;break;case"star":n=4}t.strokeStyle=this.selected?this.options.color.highlight.border:this.hover?this.options.color.hover.border:this.options.color.border,this.clusterSize>1&&(t.lineWidth=(this.selected?o:s)+(this.clusterSize>1?i:0),t.lineWidth*=this.networkScaleInv,t.lineWidth=Math.min(this.width,t.lineWidth),t[e](this.x,this.y,this.options.radius+n*t.lineWidth),t.stroke()),t.lineWidth=(this.selected?o:s)+(this.clusterSize>1?i:0),t.lineWidth*=this.networkScaleInv,t.lineWidth=Math.min(this.width,t.lineWidth),t.fillStyle=this.selected?this.options.color.highlight.background:this.hover?this.options.color.hover.background:this.options.color.background,t[e](this.x,this.y,this.options.radius),t.fill(),t.stroke(),this.boundingBox.top=this.y-this.options.radius,this.boundingBox.left=this.x-this.options.radius,this.boundingBox.right=this.x+this.options.radius,this.boundingBox.bottom=this.y+this.options.radius,this.label&&(this._label(t,this.label,this.x,this.y+this.height/2,void 0,"hanging",!0),this.boundingBox.left=Math.min(this.boundingBox.left,this.labelDimensions.left),this.boundingBox.right=Math.max(this.boundingBox.right,this.labelDimensions.left+this.labelDimensions.width),this.boundingBox.bottom=Math.max(this.boundingBox.bottom,this.boundingBox.bottom+this.labelDimensions.height))},s.prototype._resizeText=function(t){if(!this.width){var e=5,i=this.getTextSize(t);this.width=i.width+2*e,this.height=i.height+2*e,this.width+=Math.min(this.clusterSize-1,this.maxNodeSizeIncrements)*this.clusterSizeWidthFactor,this.height+=Math.min(this.clusterSize-1,this.maxNodeSizeIncrements)*this.clusterSizeHeightFactor,this.options.radius+=Math.min(this.clusterSize-1,this.maxNodeSizeIncrements)*this.clusterSizeRadiusFactor,this.growthIndicator=this.width-(i.width+2*e)}},s.prototype._drawText=function(t){this._resizeText(t),this.left=this.x-this.width/2,this.top=this.y-this.height/2,this._label(t,this.label,this.x,this.y),this.boundingBox.top=this.top,this.boundingBox.left=this.left,this.boundingBox.right=this.left+this.width,this.boundingBox.bottom=this.top+this.height},s.prototype._label=function(t,e,i,s,o,n,r){if(e&&Number(this.options.fontSize)*this.networkScale>this.fontDrawThreshold){t.font=(this.selected?"bold ":"")+this.options.fontSize+"px "+this.options.fontFace;var a=e.split("\n"),h=a.length,d=Number(this.options.fontSize),l=s+(1-h)/2*d;1==r&&(l=s+(1-h)/(2*d));for(var c=t.measureText(a[0]).width,p=1;h>p;p++){var u=t.measureText(a[p]).width;c=u>c?u:c}var m=this.options.fontSize*h,f=i-c/2,g=s-m/2;"hanging"==n&&(g+=.5*d,g+=4,l+=4),this.labelDimensions={top:g,left:f,width:c,height:m,yLine:l},void 0!==this.options.fontFill&&null!==this.options.fontFill&&"none"!==this.options.fontFill&&(t.fillStyle=this.options.fontFill,t.fillRect(f,g,c,m)),t.fillStyle=this.options.fontColor||"black",t.textAlign=o||"center",t.textBaseline=n||"middle",this.options.fontStrokeWidth>0&&(t.lineWidth=this.options.fontStrokeWidth,t.strokeStyle=this.options.fontStrokeColor,t.lineJoin="round");for(var p=0;h>p;p++)this.options.fontStrokeWidth&&t.strokeText(a[p],i,l),t.fillText(a[p],i,l),l+=d}},s.prototype.getTextSize=function(t){if(void 0!==this.label){t.font=(this.selected?"bold ":"")+this.options.fontSize+"px "+this.options.fontFace;for(var e=this.label.split("\n"),i=(Number(this.options.fontSize)+4)*e.length,s=0,o=0,n=e.length;n>o;o++)s=Math.max(s,t.measureText(e[o]).width);return{width:s,height:i}}return{width:0,height:0}},s.prototype.inArea=function(){return void 0!==this.width?this.x+this.width*this.networkScaleInv>=this.canvasTopLeft.x&&this.x-this.width*this.networkScaleInv=this.canvasTopLeft.y&&this.y-this.height*this.networkScaleInv=this.canvasTopLeft.x&&this.x=this.canvasTopLeft.y&&this.yh}return!1},s.prototype._getColor=function(){var t=this.options.color;return"to"==this.options.inheritColor?t={highlight:this.to.options.color.highlight.border,hover:this.to.options.color.hover.border,color:this.to.options.color.border}:("from"==this.options.inheritColor||1==this.options.inheritColor)&&(t={highlight:this.from.options.color.highlight.border,hover:this.from.options.color.hover.border,color:this.from.options.color.border}),1==this.selected?t.highlight:1==this.hover?t.hover:t.color},s.prototype._drawLine=function(t){if(t.strokeStyle=this._getColor(),t.lineWidth=this._getLineWidth(),this.from!=this.to){var e,i=this._line(t);if(this.label){if(1==this.options.smoothCurves.enabled&&null!=i){var s=.5*(.5*(this.from.x+i.x)+.5*(this.to.x+i.x)),o=.5*(.5*(this.from.y+i.y)+.5*(this.to.y+i.y));e={x:s,y:o}}else e=this._pointOnLine(.5);this._label(t,this.label,e.x,e.y)}}else{var n,r,a=this.physics.springLength/4,h=this.from;h.width||h.resize(t),h.width>h.height?(n=h.x+h.width/2,r=h.y-a):(n=h.x+a,r=h.y-h.height/2),this._circle(t,n,r,a),e=this._pointOnCircle(n,r,a,.5),this._label(t,this.label,e.x,e.y)}},s.prototype._getLineWidth=function(){return 1==this.selected?Math.max(Math.min(this.widthSelected,this.options.widthMax),.3*this.networkScaleInv):1==this.hover?Math.max(Math.min(this.options.hoverWidth,this.options.widthMax),.3*this.networkScaleInv):Math.max(this.options.width,.3*this.networkScaleInv)},s.prototype._getViaCoordinates=function(){if(1==this.options.smoothCurves.dynamic&&1==this.options.smoothCurves.enabled)return this.via;if(0==this.options.smoothCurves.enabled)return{x:0,y:0};var t=null,e=null,i=this.options.smoothCurves.roundness,s=this.options.smoothCurves.type,o=Math.abs(this.from.x-this.to.x),n=Math.abs(this.from.y-this.to.y);return"discrete"==s||"diagonalCross"==s?Math.abs(this.from.x-this.to.x)this.to.y?this.from.xthis.to.x&&(t=this.from.x-i*n,e=this.from.y-i*n):this.from.ythis.to.x&&(t=this.from.x-i*n,e=this.from.y+i*n)),"discrete"==s&&(t=i*n>o?this.from.x:t)):Math.abs(this.from.x-this.to.x)>Math.abs(this.from.y-this.to.y)&&(this.from.y>this.to.y?this.from.xthis.to.x&&(t=this.from.x-i*o,e=this.from.y-i*o):this.from.ythis.to.x&&(t=this.from.x-i*o,e=this.from.y+i*o)),"discrete"==s&&(e=i*o>n?this.from.y:e)):"straightCross"==s?Math.abs(this.from.x-this.to.x)Math.abs(this.from.y-this.to.y)&&(t=this.from.xthis.to.y?this.from.xthis.to.x&&(t=this.from.x-i*n,e=this.from.y-i*n,t=this.to.x>t?this.to.x:t):this.from.ythis.to.x&&(t=this.from.x-i*n,e=this.from.y+i*n,t=this.to.x>t?this.to.x:t)):Math.abs(this.from.x-this.to.x)>Math.abs(this.from.y-this.to.y)&&(this.from.y>this.to.y?this.from.xe?this.to.y:e):this.from.x>this.to.x&&(t=this.from.x-i*o,e=this.from.y-i*o,e=this.to.y>e?this.to.y:e):this.from.ythis.to.x&&(t=this.from.x-i*o,e=this.from.y+i*o,e=this.to.yd;d++){var l=t.measureText(n[d]).width;h=l>h?l:h}var c=this.options.fontSize*r,p=i-h/2,u=s-c/2;this.labelDimensions={top:u,left:p,width:h,height:c,yLine:o}}var o=this.labelDimensions.yLine;t.save(),"horizontal"!=this.options.labelAlignment&&(t.translate(i,o),this._rotateForLabelAlignment(t),i=0,o=0),this._drawLabelRect(t),this._drawLabelText(t,i,o,n,r,a),t.restore()}},s.prototype._rotateForLabelAlignment=function(t){var e=this.from.y-this.to.y,i=this.from.x-this.to.x,s=Math.atan2(e,i);(-1>s&&0>i||s>0&&0>i)&&(s+=Math.PI),t.rotate(s)},s.prototype._drawLabelRect=function(t){if(void 0!==this.options.fontFill&&null!==this.options.fontFill&&"none"!==this.options.fontFill){t.fillStyle=this.options.fontFill;var e=2;"line-center"==this.options.labelAlignment?t.fillRect(.5*-this.labelDimensions.width,.5*-this.labelDimensions.height,this.labelDimensions.width,this.labelDimensions.height):"line-above"==this.options.labelAlignment?t.fillRect(.5*-this.labelDimensions.width,-(this.labelDimensions.height+e),this.labelDimensions.width,this.labelDimensions.height):"line-below"==this.options.labelAlignment?t.fillRect(.5*-this.labelDimensions.width,e,this.labelDimensions.width,this.labelDimensions.height):(t.fillStyle=this.options.fontFill,t.fillRect(this.labelDimensions.left,this.labelDimensions.top,this.labelDimensions.width,this.labelDimensions.height))}},s.prototype._drawLabelText=function(t,e,i,s,o,n){if(t.fillStyle=this.options.fontColor||"black",t.textAlign="center","horizontal"!=this.options.labelAlignment){var r=2;"line-above"==this.options.labelAlignment?(t.textBaseline="alphabetic",i-=2*r):"line-below"==this.options.labelAlignment?(t.textBaseline="hanging",i+=2*r):t.textBaseline="middle"}this.options.fontStrokeWidth>0&&(t.lineWidth=this.options.fontStrokeWidth,t.strokeStyle=this.options.fontStrokeColor,t.lineJoin="round");for(var a=0;o>a;a++)this.options.fontStrokeWidth>0&&t.strokeText(s[a],e,i),t.fillText(s[a],e,i),i+=n},s.prototype._drawDashLine=function(t){t.strokeStyle=this._getColor(),t.lineWidth=this._getLineWidth();var e=null;if(void 0!==t.setLineDash){t.save();var i=[0];i=void 0!==this.options.dash.length&&void 0!==this.options.dash.gap?[this.options.dash.length,this.options.dash.gap]:[5,5],t.setLineDash(i),t.lineDashOffset=0,e=this._line(t),t.setLineDash([0]),t.lineDashOffset=0,t.restore()}else t.beginPath(),t.lineCap="round",void 0!==this.options.dash.altLength?t.dashedLine(this.from.x,this.from.y,this.to.x,this.to.y,[this.options.dash.length,this.options.dash.gap,this.options.dash.altLength,this.options.dash.gap]):void 0!==this.options.dash.length&&void 0!==this.options.dash.gap?t.dashedLine(this.from.x,this.from.y,this.to.x,this.to.y,[this.options.dash.length,this.options.dash.gap]):(t.moveTo(this.from.x,this.from.y),t.lineTo(this.to.x,this.to.y)),t.stroke();if(this.label){var s;if(1==this.options.smoothCurves.enabled&&null!=e){var o=.5*(.5*(this.from.x+e.x)+.5*(this.to.x+e.x)),n=.5*(.5*(this.from.y+e.y)+.5*(this.to.y+e.y));s={x:o,y:n}}else s=this._pointOnLine(.5);this._label(t,this.label,s.x,s.y)}},s.prototype._pointOnLine=function(t){return{x:(1-t)*this.from.x+t*this.to.x,y:(1-t)*this.from.y+t*this.to.y}},s.prototype._pointOnCircle=function(t,e,i,s){var o=2*(s-3/8)*Math.PI;return{x:t+i*Math.cos(o),y:e-i*Math.sin(o)}},s.prototype._drawArrowCenter=function(t){var e;if(t.strokeStyle=this._getColor(),t.fillStyle=t.strokeStyle,t.lineWidth=this._getLineWidth(),this.from!=this.to){var i=this._line(t),s=Math.atan2(this.to.y-this.from.y,this.to.x-this.from.x),o=(10+5*this.options.width)*this.options.arrowScaleFactor;if(1==this.options.smoothCurves.enabled&&null!=i){var n=.5*(.5*(this.from.x+i.x)+.5*(this.to.x+i.x)),r=.5*(.5*(this.from.y+i.y)+.5*(this.to.y+i.y));e={x:n,y:r}}else e=this._pointOnLine(.5);t.arrow(e.x,e.y,s,o),t.fill(),t.stroke(),this.label&&this._label(t,this.label,e.x,e.y)}else{var a,h,d=.25*Math.max(100,this.physics.springLength),l=this.from;l.width||l.resize(t),l.width>l.height?(a=l.x+.5*l.width,h=l.y-d):(a=l.x+d,h=l.y-.5*l.height),this._circle(t,a,h,d);var s=.2*Math.PI,o=(10+5*this.options.width)*this.options.arrowScaleFactor;e=this._pointOnCircle(a,h,d,.5),t.arrow(e.x,e.y,s,o),t.fill(),t.stroke(),this.label&&(e=this._pointOnCircle(a,h,d,.5),this._label(t,this.label,e.x,e.y))}},s.prototype._pointOnBezier=function(t){var e=this._getViaCoordinates(),i=Math.pow(1-t,2)*this.from.x+2*t*(1-t)*e.x+Math.pow(t,2)*this.to.x,s=Math.pow(1-t,2)*this.from.y+2*t*(1-t)*e.y+Math.pow(t,2)*this.to.y;return{x:i,y:s}},s.prototype._findBorderPosition=function(t,e){var i,s,o,n,r,a=10,h=0,d=0,l=1,c=.2,p=this.to;for(1==t&&(p=this.from);l>=d&&a>h;){var u=.5*(d+l);if(i=this._pointOnBezier(u),s=Math.atan2(p.y-i.y,p.x-i.x),o=p.distanceToBorder(e,s),n=Math.sqrt(Math.pow(i.x-p.x,2)+Math.pow(i.y-p.y,2)),r=o-n,Math.abs(r)r?0==t?d=u:l=u:0==t?l=u:d=u,h++}return i.t=u,i},s.prototype._drawArrow=function(t){t.strokeStyle=this._getColor(),t.fillStyle=t.strokeStyle,t.lineWidth=this._getLineWidth();var e,i,s;if(this.from!=this.to){if(this._line(t),1==this.options.smoothCurves.enabled){var o=this._getViaCoordinates();s=this._findBorderPosition(!1,t);var n=this._pointOnBezier(Math.max(0,s.t-.1));e=Math.atan2(s.y-n.y,s.x-n.x)}else{e=Math.atan2(this.to.y-this.from.y,this.to.x-this.from.x);var r=this.to.x-this.from.x,a=this.to.y-this.from.y,h=Math.sqrt(r*r+a*a),d=this.to.distanceToBorder(t,e),l=(h-d)/h;s={},s.x=(1-l)*this.from.x+l*this.to.x,s.y=(1-l)*this.from.y+l*this.to.y}if(i=(10+5*this.options.width)*this.options.arrowScaleFactor,t.arrow(s.x,s.y,e,i),t.fill(),t.stroke(),this.label){var c;c=1==this.options.smoothCurves.enabled&&null!=o?this._pointOnBezier(.5):this._pointOnLine(.5),this._label(t,this.label,c.x,c.y)}}else{var p,u,m,f=this.from,g=.25*Math.max(100,this.physics.springLength);f.width||f.resize(t),f.width>f.height?(p=f.x+.5*f.width,u=f.y-g,m={x:p,y:f.y,angle:.9*Math.PI}):(p=f.x+g,u=f.y-.5*f.height,m={x:f.x,y:u,angle:.6*Math.PI}),t.beginPath(),t.arc(p,u,g,0,2*Math.PI,!1),t.stroke();var i=(10+5*this.options.width)*this.options.arrowScaleFactor;t.arrow(m.x,m.y,m.angle,i),t.fill(),t.stroke(),this.label&&(c=this._pointOnCircle(p,u,g,.5),this._label(t,this.label,c.x,c.y))}},s.prototype._getDistanceToEdge=function(t,e,i,s,o,n){var r=0;if(this.from!=this.to)if(1==this.options.smoothCurves.enabled){var a,h;if(1==this.options.smoothCurves.enabled&&1==this.options.smoothCurves.dynamic)a=this.via.x,h=this.via.y;else{var d=this._getViaCoordinates();a=d.x,h=d.y}var l,c,p,u,m,f,g,v=1e9;for(c=0;10>c;c++)p=.1*c,u=Math.pow(1-p,2)*t+2*p*(1-p)*a+Math.pow(p,2)*i,m=Math.pow(1-p,2)*e+2*p*(1-p)*h+Math.pow(p,2)*s,c>0&&(l=this._getDistanceToLine(f,g,u,m,o,n),v=v>l?l:v),f=u,g=m;r=v}else r=this._getDistanceToLine(t,e,i,s,o,n);else{var u,m,y,b,_=.25*this.physics.springLength,x=this.from;x.width>x.height?(u=x.x+.5*x.width,m=x.y-_):(u=x.x+_,m=x.y-.5*x.height),y=u-o,b=m-n,r=Math.abs(Math.sqrt(y*y+b*b)-_)}return this.labelDimensions.lefto&&this.labelDimensions.topn?0:r},s.prototype._getDistanceToLine=function(t,e,i,s,o,n){var r=i-t,a=s-e,h=r*r+a*a,d=((o-t)*r+(n-e)*a)/h;d>1?d=1:0>d&&(d=0);var l=t+d*r,c=e+d*a,p=l-o,u=c-n;return Math.sqrt(p*p+u*u)},s.prototype.setScale=function(t){this.networkScaleInv=1/t},s.prototype.select=function(){this.selected=!0},s.prototype.unselect=function(){this.selected=!1},s.prototype.positionBezierNode=function(){null!==this.via&&null!==this.from&&null!==this.to?(this.via.x=.5*(this.from.x+this.to.x),this.via.y=.5*(this.from.y+this.to.y)):(this.via.x=0,this.via.y=0)},s.prototype._drawControlNodes=function(t){if(1==this.controlNodesEnabled){if(null===this.controlNodes.from&&null===this.controlNodes.to){var e="edgeIdFrom:".concat(this.id),i="edgeIdTo:".concat(this.id),s={nodes:{group:"",radius:7,borderWidth:2,borderWidthSelected:2},physics:{damping:0},clustering:{maxNodeSizeIncrements:0,nodeScaling:{width:0,height:0,radius:0}}};this.controlNodes.from=new n({id:e,shape:"dot",color:{background:"#ff0000",border:"#3c3c3c",highlight:{background:"#07f968"}}},{},{},s),this.controlNodes.to=new n({id:i,shape:"dot",color:{background:"#ff0000",border:"#3c3c3c",highlight:{background:"#07f968"}}},{},{},s)}this.controlNodes.positions={},0==this.controlNodes.from.selected&&(this.controlNodes.positions.from=this.getControlNodeFromPosition(t),this.controlNodes.from.x=this.controlNodes.positions.from.x,this.controlNodes.from.y=this.controlNodes.positions.from.y),0==this.controlNodes.to.selected&&(this.controlNodes.positions.to=this.getControlNodeToPosition(t),this.controlNodes.to.x=this.controlNodes.positions.to.x,this.controlNodes.to.y=this.controlNodes.positions.to.y),this.controlNodes.from.draw(t),this.controlNodes.to.draw(t)}else this.controlNodes={from:null,to:null,positions:{}}},s.prototype._enableControlNodes=function(){this.fromBackup=this.from,this.toBackup=this.to,this.controlNodesEnabled=!0},s.prototype._disableControlNodes=function(){this.fromId=this.from.id,this.toId=this.to.id,this.fromId!=this.fromBackup.id?this.fromBackup.detachEdge(this):this.toId!=this.toBackup.id&&this.toBackup.detachEdge(this),this.fromBackup=null,this.toBackup=null,this.controlNodesEnabled=!1},s.prototype._getSelectedControlNode=function(t,e){var i=this.controlNodes.positions,s=Math.sqrt(Math.pow(t-i.from.x,2)+Math.pow(e-i.from.y,2)),o=Math.sqrt(Math.pow(t-i.to.x,2)+Math.pow(e-i.to.y,2));return 15>s?(this.connectedNode=this.from,this.from=this.controlNodes.from,this.controlNodes.from):15>o?(this.connectedNode=this.to,this.to=this.controlNodes.to,this.controlNodes.to):null},s.prototype._restoreControlNodes=function(){1==this.controlNodes.from.selected?(this.from=this.connectedNode,this.connectedNode=null,this.controlNodes.from.unselect()):1==this.controlNodes.to.selected&&(this.to=this.connectedNode,this.connectedNode=null,this.controlNodes.to.unselect())},s.prototype.getControlNodeFromPosition=function(t){var e;if(1==this.options.smoothCurves.enabled)e=this._findBorderPosition(!0,t);else{var i=Math.atan2(this.to.y-this.from.y,this.to.x-this.from.x),s=this.to.x-this.from.x,o=this.to.y-this.from.y,n=Math.sqrt(s*s+o*o),r=this.from.distanceToBorder(t,i+Math.PI),a=(n-r)/n;e={},e.x=a*this.from.x+(1-a)*this.to.x,e.y=a*this.from.y+(1-a)*this.to.y}return e},s.prototype.getControlNodeToPosition=function(t){var e;if(1==this.options.smoothCurves.enabled)e=this._findBorderPosition(!1,t);else{var i=Math.atan2(this.to.y-this.from.y,this.to.x-this.from.x),s=this.to.x-this.from.x,o=this.to.y-this.from.y,n=Math.sqrt(s*s+o*o),r=this.to.distanceToBorder(t,i),a=(n-r)/n;e={},e.x=(1-a)*this.from.x+a*this.to.x,e.y=(1-a)*this.from.y+a*this.to.y}return e},t.exports=s},function(t){function e(t,e,i,s,o){this.container=t?t:document.body,void 0===o&&("object"==typeof e?(o=e,e=void 0):"object"==typeof s?(o=s,s=void 0):o={fontColor:"black",fontSize:14,fontFace:"verdana",color:{border:"#666",background:"#FFFFC6"}}),this.x=0,this.y=0,this.padding=5,void 0!==e&&void 0!==i&&this.setPosition(e,i),void 0!==s&&this.setText(s),this.frame=document.createElement("div");var n=this.frame.style;n.position="absolute",n.visibility="hidden",n.border="1px solid "+o.color.border,n.color=o.fontColor,n.fontSize=o.fontSize+"px",n.fontFamily=o.fontFace,n.padding=this.padding+"px",n.backgroundColor=o.color.background,n.borderRadius="3px",n.MozBorderRadius="3px",n.WebkitBorderRadius="3px",n.boxShadow="3px 3px 10px rgba(128, 128, 128, 0.5)",n.whiteSpace="nowrap",this.container.appendChild(this.frame)}e.prototype.setPosition=function(t,e){this.x=parseInt(t),this.y=parseInt(e)},e.prototype.setText=function(t){t instanceof Element?(this.frame.innerHTML="",this.frame.appendChild(t)):this.frame.innerHTML=t},e.prototype.show=function(t){if(void 0===t&&(t=!0),t){var e=this.frame.clientHeight,i=this.frame.clientWidth,s=this.frame.parentNode.clientHeight,o=this.frame.parentNode.clientWidth,n=this.y-e;n+e+this.padding>s&&(n=s-e-this.padding),no&&(r=o-i-this.padding),rthis.constants.clustering.clusterThreshold&&1==this.constants.clustering.enabled&&this.clusterToFit(this.constants.clustering.reduceToNodes,!1),this._calculateForces())},e._calculateForces=function(){this._calculateGravitationalForces(),this._calculateNodeForces(),this.constants.physics.springConstant>0&&(1==this.constants.smoothCurves.enabled&&1==this.constants.smoothCurves.dynamic?this._calculateSpringForcesWithSupport():1==this.constants.physics.hierarchicalRepulsion.enabled?this._calculateHierarchicalSpringForces():this._calculateSpringForces())},e._updateCalculationNodes=function(){if(1==this.constants.smoothCurves.enabled&&1==this.constants.smoothCurves.dynamic){this.calculationNodes={},this.calculationNodeIndices=[];for(var t in this.nodes)this.nodes.hasOwnProperty(t)&&(this.calculationNodes[t]=this.nodes[t]);var e=this.sectors.support.nodes;for(var i in e)e.hasOwnProperty(i)&&(this.edges.hasOwnProperty(e[i].parentEdgeId)?this.calculationNodes[i]=e[i]:e[i]._setForce(0,0));for(var s in this.calculationNodes)this.calculationNodes.hasOwnProperty(s)&&this.calculationNodeIndices.push(s)}else this.calculationNodes=this.nodes,this.calculationNodeIndices=this.nodeIndices},e._calculateGravitationalForces=function(){var t,e,i,s,o,n=this.calculationNodes,r=this.constants.physics.centralGravity,a=0;for(o=0;oSimulation Mode:Barnes HutRepulsionHierarchical
Options:
',this.containerElement.parentElement.insertBefore(this.physicsConfiguration,this.containerElement),this.optionsDiv=document.createElement("div"),this.optionsDiv.style.fontSize="14px",this.optionsDiv.style.fontFamily="verdana",this.containerElement.parentElement.insertBefore(this.optionsDiv,this.containerElement);var e;e=document.getElementById("graph_BH_gc"),e.onchange=a.bind(this,"graph_BH_gc",-1,"physics_barnesHut_gravitationalConstant"),e=document.getElementById("graph_BH_cg"),e.onchange=a.bind(this,"graph_BH_cg",1,"physics_centralGravity"),e=document.getElementById("graph_BH_sc"),e.onchange=a.bind(this,"graph_BH_sc",1,"physics_springConstant"),e=document.getElementById("graph_BH_sl"),e.onchange=a.bind(this,"graph_BH_sl",1,"physics_springLength"),e=document.getElementById("graph_BH_damp"),e.onchange=a.bind(this,"graph_BH_damp",1,"physics_damping"),e=document.getElementById("graph_R_nd"),e.onchange=a.bind(this,"graph_R_nd",1,"physics_repulsion_nodeDistance"),e=document.getElementById("graph_R_cg"),e.onchange=a.bind(this,"graph_R_cg",1,"physics_centralGravity"),e=document.getElementById("graph_R_sc"),e.onchange=a.bind(this,"graph_R_sc",1,"physics_springConstant"),e=document.getElementById("graph_R_sl"),e.onchange=a.bind(this,"graph_R_sl",1,"physics_springLength"),e=document.getElementById("graph_R_damp"),e.onchange=a.bind(this,"graph_R_damp",1,"physics_damping"),e=document.getElementById("graph_H_nd"),e.onchange=a.bind(this,"graph_H_nd",1,"physics_hierarchicalRepulsion_nodeDistance"),e=document.getElementById("graph_H_cg"),e.onchange=a.bind(this,"graph_H_cg",1,"physics_centralGravity"),e=document.getElementById("graph_H_sc"),e.onchange=a.bind(this,"graph_H_sc",1,"physics_springConstant"),e=document.getElementById("graph_H_sl"),e.onchange=a.bind(this,"graph_H_sl",1,"physics_springLength"),e=document.getElementById("graph_H_damp"),e.onchange=a.bind(this,"graph_H_damp",1,"physics_damping"),e=document.getElementById("graph_H_direction"),e.onchange=a.bind(this,"graph_H_direction",t,"hierarchicalLayout_direction"),e=document.getElementById("graph_H_levsep"),e.onchange=a.bind(this,"graph_H_levsep",1,"hierarchicalLayout_levelSeparation"),e=document.getElementById("graph_H_nspac"),e.onchange=a.bind(this,"graph_H_nspac",1,"hierarchicalLayout_nodeSpacing");var i=document.getElementById("graph_physicsMethod1"),d=document.getElementById("graph_physicsMethod2"),l=document.getElementById("graph_physicsMethod3");d.checked=!0,this.constants.physics.barnesHut.enabled&&(i.checked=!0),this.constants.hierarchicalLayout.enabled&&(l.checked=!0);var c=document.getElementById("graph_toggleSmooth"),p=document.getElementById("graph_repositionNodes"),u=document.getElementById("graph_generateOptions");c.onclick=s.bind(this),p.onclick=o.bind(this),u.onclick=n.bind(this),c.style.background=1==this.constants.smoothCurves&&0==this.constants.dynamicSmoothCurves?"#A4FF56":"#FF8532",r.apply(this),i.onchange=r.bind(this),d.onchange=r.bind(this),l.onchange=r.bind(this)}},e._overWriteGraphConstants=function(t,e){var i=t.split("_");1==i.length?this.constants[i[0]]=e:2==i.length?this.constants[i[0]][i[1]]=e:3==i.length&&(this.constants[i[0]][i[1]][i[2]]=e)}},function(t,e){e._calculateNodeForces=function(){var t,e,i,s,o,n,r,a,h,d,l,c=this.calculationNodes,p=this.calculationNodeIndices,u=-2/3,m=4/3,f=this.constants.physics.repulsion.nodeDistance,g=f;for(d=0;di&&(r=.5*g>i?1:v*i+m,r*=0==n?1:1+n*this.constants.clustering.forceAmplification,r/=Math.max(i,.01*g),s=t*r,o=e*r,a.fx-=s,a.fy-=o,h.fx+=s,h.fy+=o)}}},function(t,e){e._calculateNodeForces=function(){var t,e,i,s,o,n,r,a,h,d,l=this.calculationNodes,c=this.calculationNodeIndices,p=this.constants.physics.hierarchicalRepulsion.nodeDistance;for(h=0;hi?-Math.pow(u*i,2)+Math.pow(u*p,2):0,0==i?i=.01:n/=i,s=t*n,o=e*n,r.fx-=s,r.fy-=o,a.fx+=s,a.fy+=o}},e._calculateHierarchicalSpringForces=function(){for(var t,e,i,s,o,n,r,a,h,d=this.edges,l=this.calculationNodes,c=this.calculationNodeIndices,p=0;pn;n++)t=e[i[n]],t.options.mass>0&&(this._getForceContribution(o.root.children.NW,t),this._getForceContribution(o.root.children.NE,t),this._getForceContribution(o.root.children.SW,t),this._getForceContribution(o.root.children.SE,t))}},e._getForceContribution=function(t,e){if(t.childrenCount>0){var i,s,o;if(i=t.centerOfMass.x-e.x,s=t.centerOfMass.y-e.y,o=Math.sqrt(i*i+s*s),o*t.calcSize>this.constants.physics.barnesHut.thetaInverted){0==o&&(o=.1*Math.random(),i=o);var n=this.constants.physics.barnesHut.gravitationalConstant*t.mass*e.options.mass/(o*o*o),r=i*n,a=s*n;e.fx+=r,e.fy+=a}else if(4==t.childrenCount)this._getForceContribution(t.children.NW,e),this._getForceContribution(t.children.NE,e),this._getForceContribution(t.children.SW,e),this._getForceContribution(t.children.SE,e);else if(t.children.data.id!=e.id){0==o&&(o=.5*Math.random(),i=o);var n=this.constants.physics.barnesHut.gravitationalConstant*t.mass*e.options.mass/(o*o*o),r=i*n,a=s*n;e.fx+=r,e.fy+=a}}},e._formBarnesHutTree=function(t,e){for(var i,s=e.length,o=Number.MAX_VALUE,n=Number.MAX_VALUE,r=-Number.MAX_VALUE,a=-Number.MAX_VALUE,h=0;s>h;h++){var d=t[e[h]].x,l=t[e[h]].y;t[e[h]].options.mass>0&&(o>d&&(o=d),d>r&&(r=d),n>l&&(n=l),l>a&&(a=l))}var c=Math.abs(r-o)-Math.abs(a-n);c>0?(n-=.5*c,a+=.5*c):(o+=.5*c,r-=.5*c);var p=1e-5,u=Math.max(p,Math.abs(r-o)),m=.5*u,f=.5*(o+r),g=.5*(n+a),v={root:{centerOfMass:{x:0,y:0},mass:0,range:{minX:f-m,maxX:f+m,minY:g-m,maxY:g+m},size:u,calcSize:1/u,children:{data:null},maxWidth:0,level:0,childrenCount:4}};for(this._splitBranch(v.root),h=0;s>h;h++)i=t[e[h]],i.options.mass>0&&this._placeInTree(v.root,i);this.barnesHutTree=v},e._updateBranchMass=function(t,e){var i=t.mass+e.options.mass,s=1/i;t.centerOfMass.x=t.centerOfMass.x*t.mass+e.x*e.options.mass,t.centerOfMass.x*=s,t.centerOfMass.y=t.centerOfMass.y*t.mass+e.y*e.options.mass,t.centerOfMass.y*=s,t.mass=i;var o=Math.max(Math.max(e.height,e.radius),e.width);t.maxWidth=t.maxWidthe.x?t.children.NW.range.maxY>e.y?this._placeInRegion(t,e,"NW"):this._placeInRegion(t,e,"SW"):t.children.NW.range.maxY>e.y?this._placeInRegion(t,e,"NE"):this._placeInRegion(t,e,"SE")},e._placeInRegion=function(t,e,i){switch(t.children[i].childrenCount){case 0:t.children[i].children.data=e,t.children[i].childrenCount=1,this._updateBranchMass(t.children[i],e);break;case 1:t.children[i].children.data.x==e.x&&t.children[i].children.data.y==e.y?(e.x+=Math.random(),e.y+=Math.random()):(this._splitBranch(t.children[i]),this._placeInTree(t.children[i],e));break;case 4:this._placeInTree(t.children[i],e)}},e._splitBranch=function(t){var e=null;1==t.childrenCount&&(e=t.children.data,t.mass=0,t.centerOfMass.x=0,t.centerOfMass.y=0),t.childrenCount=4,t.children.data=null,this._insertRegion(t,"NW"),this._insertRegion(t,"NE"),this._insertRegion(t,"SW"),this._insertRegion(t,"SE"),null!=e&&this._placeInTree(t,e)},e._insertRegion=function(t,e){var i,s,o,n,r=.5*t.size;switch(e){case"NW":i=t.range.minX,s=t.range.minX+r,o=t.range.minY,n=t.range.minY+r;break;case"NE":i=t.range.minX+r,s=t.range.maxX,o=t.range.minY,n=t.range.minY+r;break;case"SW":i=t.range.minX,s=t.range.minX+r,o=t.range.minY+r,n=t.range.maxY;break;case"SE":i=t.range.minX+r,s=t.range.maxX,o=t.range.minY+r,n=t.range.maxY}t.children[e]={centerOfMass:{x:0,y:0},mass:0,range:{minX:i,maxX:s,minY:o,maxY:n},size:.5*t.size,calcSize:2*t.calcSize,children:{data:null},maxWidth:0,level:t.level+1,childrenCount:0}},e._drawTree=function(t,e){void 0!==this.barnesHutTree&&(t.lineWidth=1,this._drawBranch(this.barnesHutTree.root,t,e))},e._drawBranch=function(t,e,i){void 0===i&&(i="#FF0000"),4==t.childrenCount&&(this._drawBranch(t.children.NW,e),this._drawBranch(t.children.NE,e),this._drawBranch(t.children.SE,e),this._drawBranch(t.children.SW,e)),e.strokeStyle=i,e.beginPath(),e.moveTo(t.range.minX,t.range.minY),e.lineTo(t.range.maxX,t.range.minY),e.stroke(),e.beginPath(),e.moveTo(t.range.maxX,t.range.minY),e.lineTo(t.range.maxX,t.range.maxY),e.stroke(),e.beginPath(),e.moveTo(t.range.maxX,t.range.maxY),e.lineTo(t.range.minX,t.range.maxY),e.stroke(),e.beginPath(),e.moveTo(t.range.minX,t.range.maxY),e.lineTo(t.range.minX,t.range.minY),e.stroke()}},function(t,e){e.startWithClustering=function(){this.clusterToFit(this.constants.clustering.initialMaxNodes,!0),this.updateLabels(),this.stabilize&&this._stabilize(),this.start()},e.clusterToFit=function(t,e){for(var i=this.nodeIndices.length,s=50,o=0;i>t&&s>o;)o%3==0?(this.forceAggregateHubs(!0),this.normalizeClusterLevels()):this.increaseClusterLevel(),i=this.nodeIndices.length,o+=1;o>0&&1==e&&this.repositionNodes(),this._updateCalculationNodes()},e.openCluster=function(t){var e=this.moving;if(t.clusterSize>this.constants.clustering.sectorThreshold&&this._nodeInActiveArea(t)&&("default"!=this._sector()||1!=this.nodeIndices.length)){this._addSector(t);for(var i=0;this.nodeIndices.lengthi;)this.decreaseClusterLevel(),i+=1}else this._expandClusterNode(t,!1,!0),this._updateNodeIndexList(),this._updateDynamicEdges(),this._updateCalculationNodes(),this.updateLabels();this.moving!=e&&this.start()},e.updateClustersDefault=function(){1==this.constants.clustering.enabled&&this.updateClusters(0,!1,!1)},e.increaseClusterLevel=function(){this.updateClusters(-1,!1,!0)},e.decreaseClusterLevel=function(){this.updateClusters(1,!1,!0)},e.updateClusters=function(t,e,i,s){var o=this.moving,n=this.nodeIndices.length;this.previousScale>this.scale&&0==t&&this._collapseSector(),this.previousScale>this.scale||-1==t?this._formClusters(i):(this.previousScalethis.scale||-1==t)&&(this._aggregateHubs(i),this._updateNodeIndexList()),(this.previousScale>this.scale||-1==t)&&(this.handleChains(),this._updateNodeIndexList()),this.previousScale=this.scale,this._updateDynamicEdges(),this.updateLabels(),this.nodeIndices.lengththis.constants.clustering.chainThreshold&&this._reduceAmountOfChains(1-this.constants.clustering.chainThreshold/t)},e._aggregateHubs=function(t){this._getHubSize(),this._formClustersByHub(t,!1)},e.forceAggregateHubs=function(t){var e=this.moving,i=this.nodeIndices.length;this._aggregateHubs(!0),this._updateNodeIndexList(),this._updateDynamicEdges(),this.updateLabels(),this.nodeIndices.length!=i&&(this.clusterSession+=1),(0==t||void 0===t)&&this.moving!=e&&this.start()},e._openClustersBySize=function(){for(var t in this.nodes)if(this.nodes.hasOwnProperty(t)){var e=this.nodes[t];1==e.inView()&&(e.width*this.scale>this.constants.clustering.screenSizeThreshold*this.frame.canvas.clientWidth||e.height*this.scale>this.constants.clustering.screenSizeThreshold*this.frame.canvas.clientHeight)&&this.openCluster(e)}},e._openClusters=function(t,e){for(var i=0;i1&&(t.clusterSizei)){var r=n.from,a=n.to;n.to.options.mass>n.from.options.mass&&(r=n.to,a=n.from),1==a.dynamicEdgesLength?this._addToCluster(r,a,!1):1==r.dynamicEdgesLength&&this._addToCluster(a,r,!1)}}},e._forceClustersByZoom=function(){for(var t in this.nodes)if(this.nodes.hasOwnProperty(t)){var e=this.nodes[t];if(1==e.dynamicEdgesLength&&0!=e.dynamicEdges.length){var i=e.dynamicEdges[0],s=i.toId==e.id?this.nodes[i.fromId]:this.nodes[i.toId];e.id!=s.id&&(s.options.mass>e.options.mass?this._addToCluster(s,e,!0):this._addToCluster(e,s,!0))}}},e._clusterToSmallestNeighbour=function(t){for(var e=-1,i=null,s=0;so.clusterSessions.length&&(e=o.clusterSessions.length,i=o)}null!=o&&void 0!==this.nodes[o.id]&&this._addToCluster(o,t,!0)},e._formClustersByHub=function(t,e){for(var i in this.nodes)this.nodes.hasOwnProperty(i)&&this._formClusterFromHub(this.nodes[i],t,e)},e._formClusterFromHub=function(t,e,i,s){if(void 0===s&&(s=0),t.dynamicEdgesLength>=this.hubThreshold&&0==i||t.dynamicEdgesLength==this.hubThreshold&&1==i){for(var o,n,r,a=this.constants.clustering.clusterEdgeThreshold/this.scale,h=!1,d=[],l=t.dynamicEdges.length,c=0;l>c;c++)d.push(t.dynamicEdges[c].id);if(0==e)for(h=!1,c=0;l>c;c++){var p=this.edges[d[c]];if(void 0!==p&&p.connected&&p.toId!=p.fromId&&(o=p.to.x-p.from.x,n=p.to.y-p.from.y,r=Math.sqrt(o*o+n*n),a>r)){h=!0;break}}if(!e&&h||e)for(c=0;l>c;c++)if(p=this.edges[d[c]],void 0!==p){var u=this.nodes[p.fromId==t.id?p.toId:p.fromId];u.dynamicEdges.length<=this.hubThreshold+s&&u.id!=t.id&&this._addToCluster(t,u,e)}}},e._addToCluster=function(t,e,i){t.containedNodes[e.id]=e;for(var s=0;s1)for(var s=0;s1&&(e.label="[".concat(String(e.clusterSize),"]"))}for(t in this.nodes)this.nodes.hasOwnProperty(t)&&(e=this.nodes[t],1==e.clusterSize&&(e.label=void 0!==e.originalLabel?e.originalLabel:String(e.id)))},e.normalizeClusterLevels=function(){var t,e=0,i=1e9,s=0;for(t in this.nodes)this.nodes.hasOwnProperty(t)&&(s=this.nodes[t].clusterSessions.length,s>e&&(e=s),i>s&&(i=s));if(e-i>this.constants.clustering.clusterLevelDifference){var o=this.nodeIndices.length,n=e-this.constants.clustering.clusterLevelDifference;for(t in this.nodes)this.nodes.hasOwnProperty(t)&&this.nodes[t].clusterSessions.lengths&&(s=n.dynamicEdgesLength),t+=n.dynamicEdgesLength,e+=Math.pow(n.dynamicEdgesLength,2),i+=1}t/=i,e/=i;var r=e-Math.pow(t,2),a=Math.sqrt(r);this.hubThreshold=Math.floor(t+2*a),this.hubThreshold>s&&(this.hubThreshold=s)},e._reduceAmountOfChains=function(t){this.hubThreshold=2;var e=Math.floor(this.nodeIndices.length*t);for(var i in this.nodes)this.nodes.hasOwnProperty(i)&&2==this.nodes[i].dynamicEdgesLength&&this.nodes[i].dynamicEdges.length>=2&&e>0&&(this._formClusterFromHub(this.nodes[i],!0,!0,1),e-=1)},e._getChainFraction=function(){var t=0,e=0;for(var i in this.nodes)this.nodes.hasOwnProperty(i)&&(2==this.nodes[i].dynamicEdgesLength&&this.nodes[i].dynamicEdges.length>=2&&(t+=1),e+=1);return t/e}},function(t,e,i){var s=i(1),o=i(56);e._putDataInSector=function(){this.sectors.active[this._sector()].nodes=this.nodes,this.sectors.active[this._sector()].edges=this.edges,this.sectors.active[this._sector()].nodeIndices=this.nodeIndices},e._switchToSector=function(t,e){void 0===e||"active"==e?this._switchToActiveSector(t):this._switchToFrozenSector(t)},e._switchToActiveSector=function(t){this.nodeIndices=this.sectors.active[t].nodeIndices,this.nodes=this.sectors.active[t].nodes,this.edges=this.sectors.active[t].edges},e._switchToSupportSector=function(){this.nodeIndices=this.sectors.support.nodeIndices,this.nodes=this.sectors.support.nodes,this.edges=this.sectors.support.edges},e._switchToFrozenSector=function(t){this.nodeIndices=this.sectors.frozen[t].nodeIndices,this.nodes=this.sectors.frozen[t].nodes,this.edges=this.sectors.frozen[t].edges},e._loadLatestSector=function(){this._switchToSector(this._sector())},e._sector=function(){return this.activeSector[this.activeSector.length-1]},e._previousSector=function(){if(this.activeSector.length>1)return this.activeSector[this.activeSector.length-2];throw new TypeError("there are not enough sectors in the this.activeSector array.")},e._setActiveSector=function(t){this.activeSector.push(t)},e._forgetLastSector=function(){this.activeSector.pop()},e._createNewSector=function(t){this.sectors.active[t]={nodes:{},edges:{},nodeIndices:[],formationScale:this.scale,drawingNode:void 0},this.sectors.active[t].drawingNode=new o({id:t,color:{background:"#eaefef",border:"495c5e"}},{},{},this.constants),this.sectors.active[t].drawingNode.clusterSize=2},e._deleteActiveSector=function(t){delete this.sectors.active[t]},e._deleteFrozenSector=function(t){delete this.sectors.frozen[t]},e._freezeSector=function(t){this.sectors.frozen[t]=this.sectors.active[t],this._deleteActiveSector(t)},e._activateSector=function(t){this.sectors.active[t]=this.sectors.frozen[t],this._deleteFrozenSector(t)},e._mergeThisWithFrozen=function(t){for(var e in this.nodes)this.nodes.hasOwnProperty(e)&&(this.sectors.frozen[t].nodes[e]=this.nodes[e]);for(var i in this.edges)this.edges.hasOwnProperty(i)&&(this.sectors.frozen[t].edges[i]=this.edges[i]);for(var s=0;s1?this[t](o[0],o[1]):this[t](e))}return this._loadLatestSector(),i},e._doInSupportSector=function(t,e){var i=!1;if(void 0===e)this._switchToSupportSector(),i=this[t]();else{this._switchToSupportSector();var s=Array.prototype.splice.call(arguments,1);i=s.length>1?this[t](s[0],s[1]):this[t](e)}return this._loadLatestSector(),i},e._doInAllFrozenSectors=function(t,e){if(void 0===e)for(var i in this.sectors.frozen)this.sectors.frozen.hasOwnProperty(i)&&(this._switchToFrozenSector(i),this[t]());else for(var i in this.sectors.frozen)if(this.sectors.frozen.hasOwnProperty(i)){this._switchToFrozenSector(i);var s=Array.prototype.splice.call(arguments,1);s.length>1?this[t](s[0],s[1]):this[t](e)}this._loadLatestSector()},e._doInAllSectors=function(t,e){var i=Array.prototype.splice.call(arguments,1);void 0===e?(this._doInAllActiveSectors(t),this._doInAllFrozenSectors(t)):i.length>1?(this._doInAllActiveSectors(t,i[0],i[1]),this._doInAllFrozenSectors(t,i[0],i[1])):(this._doInAllActiveSectors(t,e),this._doInAllFrozenSectors(t,e))},e._clearNodeIndexList=function(){var t=this._sector();this.sectors.active[t].nodeIndices=[],this.nodeIndices=this.sectors.active[t].nodeIndices},e._drawSectorNodes=function(t,e){var i,s=1e9,o=-1e9,n=1e9,r=-1e9;for(var a in this.sectors[e])if(this.sectors[e].hasOwnProperty(a)&&void 0!==this.sectors[e][a].drawingNode){this._switchToSector(a,e),s=1e9,o=-1e9,n=1e9,r=-1e9;for(var h in this.nodes)this.nodes.hasOwnProperty(h)&&(i=this.nodes[h],i.resize(t),n>i.x-.5*i.width&&(n=i.x-.5*i.width),ri.y-.5*i.height&&(s=i.y-.5*i.height),o0?this.nodes[i[i.length-1]]:null},e._getEdgesOverlappingWith=function(t,e){var i=this.edges;for(var s in i)i.hasOwnProperty(s)&&i[s].isOverlappingWith(t)&&e.push(s)},e._getAllEdgesOverlappingWith=function(t){var e=[];return this._doInAllActiveSectors("_getEdgesOverlappingWith",t,e),e},e._getEdgeAt=function(t){var e=this._pointerToPositionObject(t),i=this._getAllEdgesOverlappingWith(e);return i.length>0?this.edges[i[i.length-1]]:null},e._addToSelection=function(t){t instanceof s?this.selectionObj.nodes[t.id]=t:this.selectionObj.edges[t.id]=t},e._addToHover=function(t){t instanceof s?this.hoverObj.nodes[t.id]=t:this.hoverObj.edges[t.id]=t},e._removeFromSelection=function(t){t instanceof s?delete this.selectionObj.nodes[t.id]:delete this.selectionObj.edges[t.id]},e._unselectAll=function(t){void 0===t&&(t=!1);for(var e in this.selectionObj.nodes)this.selectionObj.nodes.hasOwnProperty(e)&&this.selectionObj.nodes[e].unselect();for(var i in this.selectionObj.edges)this.selectionObj.edges.hasOwnProperty(i)&&this.selectionObj.edges[i].unselect();this.selectionObj={nodes:{},edges:{}},0==t&&this.emit("select",this.getSelection())},e._unselectClusters=function(t){void 0===t&&(t=!1);for(var e in this.selectionObj.nodes)this.selectionObj.nodes.hasOwnProperty(e)&&this.selectionObj.nodes[e].clusterSize>1&&(this.selectionObj.nodes[e].unselect(),this._removeFromSelection(this.selectionObj.nodes[e]));0==t&&this.emit("select",this.getSelection())},e._getSelectedNodeCount=function(){var t=0;for(var e in this.selectionObj.nodes)this.selectionObj.nodes.hasOwnProperty(e)&&(t+=1);return t},e._getSelectedNode=function(){for(var t in this.selectionObj.nodes)if(this.selectionObj.nodes.hasOwnProperty(t))return this.selectionObj.nodes[t];return null},e._getSelectedEdge=function(){for(var t in this.selectionObj.edges)if(this.selectionObj.edges.hasOwnProperty(t))return this.selectionObj.edges[t];return null},e._getSelectedEdgeCount=function(){var t=0;for(var e in this.selectionObj.edges)this.selectionObj.edges.hasOwnProperty(e)&&(t+=1);return t},e._getSelectedObjectCount=function(){var t=0;for(var e in this.selectionObj.nodes)this.selectionObj.nodes.hasOwnProperty(e)&&(t+=1);for(var i in this.selectionObj.edges)this.selectionObj.edges.hasOwnProperty(i)&&(t+=1);return t},e._selectionIsEmpty=function(){for(var t in this.selectionObj.nodes)if(this.selectionObj.nodes.hasOwnProperty(t))return!1;for(var e in this.selectionObj.edges)if(this.selectionObj.edges.hasOwnProperty(e))return!1;return!0},e._clusterInSelection=function(){for(var t in this.selectionObj.nodes)if(this.selectionObj.nodes.hasOwnProperty(t)&&this.selectionObj.nodes[t].clusterSize>1)return!0;return!1},e._selectConnectedEdges=function(t){for(var e=0;ei;i++){o=t[i];var n=this.nodes[o];if(!n)throw new RangeError('Node with id "'+o+'" not found');this._selectObject(n,!0,!0,e,!0)}this.redraw()},e.selectEdges=function(t){var e,i,s;if(!t||void 0==t.length)throw"Selection must be an array with ids";for(this._unselectAll(!0),e=0,i=t.length;i>e;e++){s=t[e];var o=this.edges[s];if(!o)throw new RangeError('Edge with id "'+s+'" not found');this._selectObject(o,!0,!0,!1,!0)}this.redraw()},e._updateSelection=function(){for(var t in this.selectionObj.nodes)this.selectionObj.nodes.hasOwnProperty(t)&&(this.nodes.hasOwnProperty(t)||delete this.selectionObj.nodes[t]);for(var e in this.selectionObj.edges)this.selectionObj.edges.hasOwnProperty(e)&&(this.edges.hasOwnProperty(e)||delete this.selectionObj.edges[e])}},function(t,e,i){var s=i(1),o=i(56),n=i(57);e._clearManipulatorBar=function(){this._recursiveDOMDelete(this.manipulationDiv),this.manipulationDOM={},this._manipulationReleaseOverload=function(){},delete this.sectors.support.nodes.targetNode,delete this.sectors.support.nodes.targetViaNode,this.controlNodesActive=!1},e._restoreOverloadedFunctions=function(){for(var t in this.cachedFunctions)this.cachedFunctions.hasOwnProperty(t)&&(this[t]=this.cachedFunctions[t],delete this.cachedFunctions[t])},e._toggleEditMode=function(){this.editMode=!this.editMode;var t=this.manipulationDiv,e=this.closeDiv,i=this.editModeDiv;1==this.editMode?(t.style.display="block",e.style.display="block",i.style.display="none",e.onclick=this._toggleEditMode.bind(this)):(t.style.display="none",e.style.display="none",i.style.display="block",e.onclick=null),this._createManipulatorBar()},e._createManipulatorBar=function(){this.boundFunction&&this.off("select",this.boundFunction);var t=this.constants.locales[this.constants.locale];if(void 0!==this.edgeBeingEdited&&(this.edgeBeingEdited._disableControlNodes(),this.edgeBeingEdited=void 0,this.selectedControlNode=null,this.controlNodesActive=!1,this._redraw()),this._restoreOverloadedFunctions(),this.freezeSimulation=!1,this.blockConnectingEdgeSelection=!1,this.forceAppendSelection=!1,this.manipulationDOM={},1==this.editMode){for(;this.manipulationDiv.hasChildNodes();)this.manipulationDiv.removeChild(this.manipulationDiv.firstChild);this.manipulationDOM.addNodeSpan=document.createElement("span"),this.manipulationDOM.addNodeSpan.className="network-manipulationUI add",this.manipulationDOM.addNodeLabelSpan=document.createElement("span"),this.manipulationDOM.addNodeLabelSpan.className="network-manipulationLabel",this.manipulationDOM.addNodeLabelSpan.innerHTML=t.addNode,this.manipulationDOM.addNodeSpan.appendChild(this.manipulationDOM.addNodeLabelSpan),this.manipulationDOM.seperatorLineDiv1=document.createElement("div"),this.manipulationDOM.seperatorLineDiv1.className="network-seperatorLine",this.manipulationDOM.addEdgeSpan=document.createElement("span"),this.manipulationDOM.addEdgeSpan.className="network-manipulationUI connect",this.manipulationDOM.addEdgeLabelSpan=document.createElement("span"),this.manipulationDOM.addEdgeLabelSpan.className="network-manipulationLabel",this.manipulationDOM.addEdgeLabelSpan.innerHTML=t.addEdge,this.manipulationDOM.addEdgeSpan.appendChild(this.manipulationDOM.addEdgeLabelSpan),this.manipulationDiv.appendChild(this.manipulationDOM.addNodeSpan),this.manipulationDiv.appendChild(this.manipulationDOM.seperatorLineDiv1),this.manipulationDiv.appendChild(this.manipulationDOM.addEdgeSpan),1==this._getSelectedNodeCount()&&this.triggerFunctions.edit?(this.manipulationDOM.seperatorLineDiv2=document.createElement("div"),this.manipulationDOM.seperatorLineDiv2.className="network-seperatorLine",this.manipulationDOM.editNodeSpan=document.createElement("span"),this.manipulationDOM.editNodeSpan.className="network-manipulationUI edit",this.manipulationDOM.editNodeLabelSpan=document.createElement("span"),this.manipulationDOM.editNodeLabelSpan.className="network-manipulationLabel",this.manipulationDOM.editNodeLabelSpan.innerHTML=t.editNode,this.manipulationDOM.editNodeSpan.appendChild(this.manipulationDOM.editNodeLabelSpan),this.manipulationDiv.appendChild(this.manipulationDOM.seperatorLineDiv2),this.manipulationDiv.appendChild(this.manipulationDOM.editNodeSpan)):1==this._getSelectedEdgeCount()&&0==this._getSelectedNodeCount()&&(this.manipulationDOM.seperatorLineDiv3=document.createElement("div"),this.manipulationDOM.seperatorLineDiv3.className="network-seperatorLine",this.manipulationDOM.editEdgeSpan=document.createElement("span"),this.manipulationDOM.editEdgeSpan.className="network-manipulationUI edit",this.manipulationDOM.editEdgeLabelSpan=document.createElement("span"),this.manipulationDOM.editEdgeLabelSpan.className="network-manipulationLabel",this.manipulationDOM.editEdgeLabelSpan.innerHTML=t.editEdge,this.manipulationDOM.editEdgeSpan.appendChild(this.manipulationDOM.editEdgeLabelSpan),this.manipulationDiv.appendChild(this.manipulationDOM.seperatorLineDiv3),this.manipulationDiv.appendChild(this.manipulationDOM.editEdgeSpan)),0==this._selectionIsEmpty()&&(this.manipulationDOM.seperatorLineDiv4=document.createElement("div"),this.manipulationDOM.seperatorLineDiv4.className="network-seperatorLine",this.manipulationDOM.deleteSpan=document.createElement("span"),this.manipulationDOM.deleteSpan.className="network-manipulationUI delete",this.manipulationDOM.deleteLabelSpan=document.createElement("span"),this.manipulationDOM.deleteLabelSpan.className="network-manipulationLabel",this.manipulationDOM.deleteLabelSpan.innerHTML=t.del,this.manipulationDOM.deleteSpan.appendChild(this.manipulationDOM.deleteLabelSpan),this.manipulationDiv.appendChild(this.manipulationDOM.seperatorLineDiv4),this.manipulationDiv.appendChild(this.manipulationDOM.deleteSpan)),this.manipulationDOM.addNodeSpan.onclick=this._createAddNodeToolbar.bind(this),this.manipulationDOM.addEdgeSpan.onclick=this._createAddEdgeToolbar.bind(this),1==this._getSelectedNodeCount()&&this.triggerFunctions.edit?this.manipulationDOM.editNodeSpan.onclick=this._editNode.bind(this):1==this._getSelectedEdgeCount()&&0==this._getSelectedNodeCount()&&(this.manipulationDOM.editEdgeSpan.onclick=this._createEditEdgeToolbar.bind(this)),0==this._selectionIsEmpty()&&(this.manipulationDOM.deleteSpan.onclick=this._deleteSelected.bind(this)),this.closeDiv.onclick=this._toggleEditMode.bind(this);var e=this;this.boundFunction=e._createManipulatorBar,this.on("select",this.boundFunction)}else{for(;this.editModeDiv.hasChildNodes();)this.editModeDiv.removeChild(this.editModeDiv.firstChild);this.manipulationDOM.editModeSpan=document.createElement("span"),this.manipulationDOM.editModeSpan.className="network-manipulationUI edit editmode",this.manipulationDOM.editModeLabelSpan=document.createElement("span"),this.manipulationDOM.editModeLabelSpan.className="network-manipulationLabel",this.manipulationDOM.editModeLabelSpan.innerHTML=t.edit,this.manipulationDOM.editModeSpan.appendChild(this.manipulationDOM.editModeLabelSpan),this.editModeDiv.appendChild(this.manipulationDOM.editModeSpan),this.manipulationDOM.editModeSpan.onclick=this._toggleEditMode.bind(this)}},e._createAddNodeToolbar=function(){this._clearManipulatorBar(),this.boundFunction&&this.off("select",this.boundFunction);var t=this.constants.locales[this.constants.locale];this.manipulationDOM={},this.manipulationDOM.backSpan=document.createElement("span"),this.manipulationDOM.backSpan.className="network-manipulationUI back",this.manipulationDOM.backLabelSpan=document.createElement("span"),this.manipulationDOM.backLabelSpan.className="network-manipulationLabel",this.manipulationDOM.backLabelSpan.innerHTML=t.back,this.manipulationDOM.backSpan.appendChild(this.manipulationDOM.backLabelSpan),this.manipulationDOM.seperatorLineDiv1=document.createElement("div"),this.manipulationDOM.seperatorLineDiv1.className="network-seperatorLine",this.manipulationDOM.descriptionSpan=document.createElement("span"),this.manipulationDOM.descriptionSpan.className="network-manipulationUI none",this.manipulationDOM.descriptionLabelSpan=document.createElement("span"),this.manipulationDOM.descriptionLabelSpan.className="network-manipulationLabel",this.manipulationDOM.descriptionLabelSpan.innerHTML=t.addDescription,this.manipulationDOM.descriptionSpan.appendChild(this.manipulationDOM.descriptionLabelSpan),this.manipulationDiv.appendChild(this.manipulationDOM.backSpan),this.manipulationDiv.appendChild(this.manipulationDOM.seperatorLineDiv1),this.manipulationDiv.appendChild(this.manipulationDOM.descriptionSpan),this.manipulationDOM.backSpan.onclick=this._createManipulatorBar.bind(this);var e=this;this.boundFunction=e._addNode,this.on("select",this.boundFunction)},e._createAddEdgeToolbar=function(){this._clearManipulatorBar(),this._unselectAll(!0),this.freezeSimulation=!0,this.boundFunction&&this.off("select",this.boundFunction);var t=this.constants.locales[this.constants.locale];this._unselectAll(),this.forceAppendSelection=!1,this.blockConnectingEdgeSelection=!0,this.manipulationDOM={},this.manipulationDOM.backSpan=document.createElement("span"),this.manipulationDOM.backSpan.className="network-manipulationUI back",this.manipulationDOM.backLabelSpan=document.createElement("span"),this.manipulationDOM.backLabelSpan.className="network-manipulationLabel",this.manipulationDOM.backLabelSpan.innerHTML=t.back,this.manipulationDOM.backSpan.appendChild(this.manipulationDOM.backLabelSpan),this.manipulationDOM.seperatorLineDiv1=document.createElement("div"),this.manipulationDOM.seperatorLineDiv1.className="network-seperatorLine",this.manipulationDOM.descriptionSpan=document.createElement("span"),this.manipulationDOM.descriptionSpan.className="network-manipulationUI none",this.manipulationDOM.descriptionLabelSpan=document.createElement("span"),this.manipulationDOM.descriptionLabelSpan.className="network-manipulationLabel",this.manipulationDOM.descriptionLabelSpan.innerHTML=t.edgeDescription,this.manipulationDOM.descriptionSpan.appendChild(this.manipulationDOM.descriptionLabelSpan),this.manipulationDiv.appendChild(this.manipulationDOM.backSpan),this.manipulationDiv.appendChild(this.manipulationDOM.seperatorLineDiv1),this.manipulationDiv.appendChild(this.manipulationDOM.descriptionSpan),this.manipulationDOM.backSpan.onclick=this._createManipulatorBar.bind(this);var e=this;this.boundFunction=e._handleConnect,this.on("select",this.boundFunction),this.cachedFunctions._handleTouch=this._handleTouch,this.cachedFunctions._manipulationReleaseOverload=this._manipulationReleaseOverload,this.cachedFunctions._handleDragStart=this._handleDragStart,this.cachedFunctions._handleDragEnd=this._handleDragEnd,this._handleTouch=this._handleConnect,this._manipulationReleaseOverload=function(){},this._handleDragStart=function(){},this._handleDragEnd=this._finishConnect,this._redraw()},e._createEditEdgeToolbar=function(){this._clearManipulatorBar(),this.controlNodesActive=!0,this.boundFunction&&this.off("select",this.boundFunction),this.edgeBeingEdited=this._getSelectedEdge(),this.edgeBeingEdited._enableControlNodes();var t=this.constants.locales[this.constants.locale];this.manipulationDOM={},this.manipulationDOM.backSpan=document.createElement("span"),this.manipulationDOM.backSpan.className="network-manipulationUI back",this.manipulationDOM.backLabelSpan=document.createElement("span"),this.manipulationDOM.backLabelSpan.className="network-manipulationLabel",this.manipulationDOM.backLabelSpan.innerHTML=t.back,this.manipulationDOM.backSpan.appendChild(this.manipulationDOM.backLabelSpan),this.manipulationDOM.seperatorLineDiv1=document.createElement("div"),this.manipulationDOM.seperatorLineDiv1.className="network-seperatorLine",this.manipulationDOM.descriptionSpan=document.createElement("span"),this.manipulationDOM.descriptionSpan.className="network-manipulationUI none",this.manipulationDOM.descriptionLabelSpan=document.createElement("span"),this.manipulationDOM.descriptionLabelSpan.className="network-manipulationLabel",this.manipulationDOM.descriptionLabelSpan.innerHTML=t.editEdgeDescription,this.manipulationDOM.descriptionSpan.appendChild(this.manipulationDOM.descriptionLabelSpan),this.manipulationDiv.appendChild(this.manipulationDOM.backSpan),this.manipulationDiv.appendChild(this.manipulationDOM.seperatorLineDiv1),this.manipulationDiv.appendChild(this.manipulationDOM.descriptionSpan),this.manipulationDOM.backSpan.onclick=this._createManipulatorBar.bind(this),this.cachedFunctions._handleTouch=this._handleTouch,this.cachedFunctions._manipulationReleaseOverload=this._manipulationReleaseOverload,this.cachedFunctions._handleTap=this._handleTap,this.cachedFunctions._handleDragStart=this._handleDragStart,this.cachedFunctions._handleOnDrag=this._handleOnDrag,this._handleTouch=this._selectControlNode,this._handleTap=function(){},this._handleOnDrag=this._controlNodeDrag,this._handleDragStart=function(){},this._manipulationReleaseOverload=this._releaseControlNode,this._redraw()},e._selectControlNode=function(t){this.edgeBeingEdited.controlNodes.from.unselect(),this.edgeBeingEdited.controlNodes.to.unselect(),this.selectedControlNode=this.edgeBeingEdited._getSelectedControlNode(this._XconvertDOMtoCanvas(t.x),this._YconvertDOMtoCanvas(t.y)),null!==this.selectedControlNode&&(this.selectedControlNode.select(),this.freezeSimulation=!0),this._redraw()},e._controlNodeDrag=function(t){var e=this._getPointer(t.gesture.center);null!==this.selectedControlNode&&void 0!==this.selectedControlNode&&(this.selectedControlNode.x=this._XconvertDOMtoCanvas(e.x),this.selectedControlNode.y=this._YconvertDOMtoCanvas(e.y)),this._redraw()},e._releaseControlNode=function(t){var e=this._getNodeAt(t);null!==e?(1==this.edgeBeingEdited.controlNodes.from.selected&&(this.edgeBeingEdited._restoreControlNodes(),this._editEdge(e.id,this.edgeBeingEdited.to.id),this.edgeBeingEdited.controlNodes.from.unselect()),1==this.edgeBeingEdited.controlNodes.to.selected&&(this.edgeBeingEdited._restoreControlNodes(),this._editEdge(this.edgeBeingEdited.from.id,e.id),this.edgeBeingEdited.controlNodes.to.unselect())):this.edgeBeingEdited._restoreControlNodes(),this.freezeSimulation=!1,this._redraw()},e._handleConnect=function(t){if(0==this._getSelectedNodeCount()){var e=this._getNodeAt(t);if(null!=e)if(e.clusterSize>1)alert(this.constants.locales[this.constants.locale].createEdgeError);else{this._selectObject(e,!1);var i=this.sectors.support.nodes;i.targetNode=new o({id:"targetNode"},{},{},this.constants);var s=i.targetNode;s.x=e.x,s.y=e.y,this.edges.connectionEdge=new n({id:"connectionEdge",from:e.id,to:s.id},this,this.constants);var r=this.edges.connectionEdge;r.from=e,r.connected=!0,r.options.smoothCurves={enabled:!0,dynamic:!1,type:"continuous",roundness:.5},r.selected=!0,r.to=s,this.cachedFunctions._handleOnDrag=this._handleOnDrag,this._handleOnDrag=function(t){var e=this._getPointer(t.gesture.center),i=this.edges.connectionEdge;i.to.x=this._XconvertDOMtoCanvas(e.x),i.to.y=this._YconvertDOMtoCanvas(e.y)},this.moving=!0,this.start()}}},e._finishConnect=function(t){if(1==this._getSelectedNodeCount()){var e=this._getPointer(t.gesture.center);this._handleOnDrag=this.cachedFunctions._handleOnDrag,delete this.cachedFunctions._handleOnDrag;var i=this.edges.connectionEdge.fromId;delete this.edges.connectionEdge,delete this.sectors.support.nodes.targetNode,delete this.sectors.support.nodes.targetViaNode;var s=this._getNodeAt(e);null!=s&&(s.clusterSize>1?alert(this.constants.locales[this.constants.locale].createEdgeError):(this._createEdge(i,s.id),this._createManipulatorBar())),this._unselectAll()}},e._addNode=function(){if(this._selectionIsEmpty()&&1==this.editMode){var t=this._pointerToPositionObject(this.pointerPosition),e={id:s.randomUUID(),x:t.left,y:t.top,label:"new",allowedToMoveX:!0,allowedToMoveY:!0};if(this.triggerFunctions.add){if(2!=this.triggerFunctions.add.length)throw new Error("The function for add does not support two arguments (data,callback)");var i=this;this.triggerFunctions.add(e,function(t){i.nodesData.add(t),i._createManipulatorBar(),i.moving=!0,i.start()})}else this.nodesData.add(e),this._createManipulatorBar(),this.moving=!0,this.start() -}},e._createEdge=function(t,e){if(1==this.editMode){var i={from:t,to:e};if(this.triggerFunctions.connect){if(2!=this.triggerFunctions.connect.length)throw new Error("The function for connect does not support two arguments (data,callback)");var s=this;this.triggerFunctions.connect(i,function(t){s.edgesData.add(t),s.moving=!0,s.start()})}else this.edgesData.add(i),this.moving=!0,this.start()}},e._editEdge=function(t,e){if(1==this.editMode){var i={id:this.edgeBeingEdited.id,from:t,to:e};if(this.triggerFunctions.editEdge){if(2!=this.triggerFunctions.editEdge.length)throw new Error("The function for edit does not support two arguments (data, callback)");var s=this;this.triggerFunctions.editEdge(i,function(t){s.edgesData.update(t),s.moving=!0,s.start()})}else this.edgesData.update(i),this.moving=!0,this.start()}},e._editNode=function(){if(!this.triggerFunctions.edit||1!=this.editMode)throw new Error("No edit function has been bound to this button");var t=this._getSelectedNode(),e={id:t.id,label:t.label,group:t.options.group,shape:t.options.shape,color:{background:t.options.color.background,border:t.options.color.border,highlight:{background:t.options.color.highlight.background,border:t.options.color.highlight.border}}};if(2!=this.triggerFunctions.edit.length)throw new Error("The function for edit does not support two arguments (data, callback)");var i=this;this.triggerFunctions.edit(e,function(t){i.nodesData.update(t),i._createManipulatorBar(),i.moving=!0,i.start()})},e._deleteSelected=function(){if(!this._selectionIsEmpty()&&1==this.editMode)if(this._clusterInSelection())alert(this.constants.locales[this.constants.locale].deleteClusterError);else{var t=this.getSelectedNodes(),e=this.getSelectedEdges();if(this.triggerFunctions.del){var i=this,s={nodes:t,edges:e};if(2!=this.triggerFunctions.del.length)throw new Error("The function for delete does not support two arguments (data, callback)");this.triggerFunctions.del(s,function(t){i.edgesData.remove(t.edges),i.nodesData.remove(t.nodes),i._unselectAll(),i.moving=!0,i.start()})}else this.edgesData.remove(e),this.nodesData.remove(t),this._unselectAll(),this.moving=!0,this.start()}}},function(t,e,i){var s=(i(1),i(19));e._cleanNavigation=function(){if(0!=this.navigationHammers.existing.length){for(var t=0;t0){var t,e,i=0,s=!1,o=!1;for(e in this.nodes)this.nodes.hasOwnProperty(e)&&(t=this.nodes[e],-1!=t.level?s=!0:o=!0,is&&(n.xFixed=!1,n.x=i[n.level].minPos,r=!0):n.yFixed&&n.level>s&&(n.yFixed=!1,n.y=i[n.level].minPos,r=!0),1==r&&(i[n.level].minPos+=i[n.level].nodeSpacing,n.edges.length>1&&this._placeBranchNodes(n.edges,n.id,i,n.level))}},e._setLevel=function(t,e,i){for(var s=0;st)&&(o.level=t,o.edges.length>1&&this._setLevel(t+1,o.edges,o.id))}},e._setLevelDirected=function(t,e,i){this.nodes[i].hierarchyEnumerated=!0;for(var s,o,n=0;n1&&s.hierarchyEnumerated===!1&&this._setLevelDirected(s.level,s.edges,s.id)},e._restoreNodes=function(){for(var t in this.nodes)this.nodes.hasOwnProperty(t)&&(this.nodes[t].xFixed=!1,this.nodes[t].yFixed=!1)}},function(t,e){e.en={edit:"Edit",del:"Delete selected",back:"Back",addNode:"Add Node",addEdge:"Add Edge",editNode:"Edit Node",editEdge:"Edit Edge",addDescription:"Click in an empty space to place a new node.",edgeDescription:"Click on a node and drag the edge to another node to connect them.",editEdgeDescription:"Click on the control points and drag them to a node to connect to it.",createEdgeError:"Cannot link edges to a cluster.",deleteClusterError:"Clusters cannot be deleted."},e.en_EN=e.en,e.en_US=e.en,e.nl={edit:"Wijzigen",del:"Selectie verwijderen",back:"Terug",addNode:"Node toevoegen",addEdge:"Link toevoegen",editNode:"Node wijzigen",editEdge:"Link wijzigen",addDescription:"Klik op een leeg gebied om een nieuwe node te maken.",edgeDescription:"Klik op een node en sleep de link naar een andere node om ze te verbinden.",editEdgeDescription:"Klik op de verbindingspunten en sleep ze naar een node om daarmee te verbinden.",createEdgeError:"Kan geen link maken naar een cluster.",deleteClusterError:"Clusters kunnen niet worden verwijderd."},e.nl_NL=e.nl,e.nl_BE=e.nl},function(){"undefined"!=typeof CanvasRenderingContext2D&&(CanvasRenderingContext2D.prototype.circle=function(t,e,i){this.beginPath(),this.arc(t,e,i,0,2*Math.PI,!1)},CanvasRenderingContext2D.prototype.square=function(t,e,i){this.beginPath(),this.rect(t-i,e-i,2*i,2*i)},CanvasRenderingContext2D.prototype.triangle=function(t,e,i){this.beginPath();var s=2*i,o=s/2,n=Math.sqrt(3)/6*s,r=Math.sqrt(s*s-o*o);this.moveTo(t,e-(r-n)),this.lineTo(t+o,e+n),this.lineTo(t-o,e+n),this.lineTo(t,e-(r-n)),this.closePath()},CanvasRenderingContext2D.prototype.triangleDown=function(t,e,i){this.beginPath();var s=2*i,o=s/2,n=Math.sqrt(3)/6*s,r=Math.sqrt(s*s-o*o);this.moveTo(t,e+(r-n)),this.lineTo(t+o,e-n),this.lineTo(t-o,e-n),this.lineTo(t,e+(r-n)),this.closePath()},CanvasRenderingContext2D.prototype.star=function(t,e,i){this.beginPath();for(var s=0;10>s;s++){var o=s%2===0?1.3*i:.5*i;this.lineTo(t+o*Math.sin(2*s*Math.PI/10),e-o*Math.cos(2*s*Math.PI/10))}this.closePath()},CanvasRenderingContext2D.prototype.roundRect=function(t,e,i,s,o){var n=Math.PI/180;0>i-2*o&&(o=i/2),0>s-2*o&&(o=s/2),this.beginPath(),this.moveTo(t+o,e),this.lineTo(t+i-o,e),this.arc(t+i-o,e+o,o,270*n,360*n,!1),this.lineTo(t+i,e+s-o),this.arc(t+i-o,e+s-o,o,0,90*n,!1),this.lineTo(t+o,e+s),this.arc(t+o,e+s-o,o,90*n,180*n,!1),this.lineTo(t,e+o),this.arc(t+o,e+o,o,180*n,270*n,!1)},CanvasRenderingContext2D.prototype.ellipse=function(t,e,i,s){var o=.5522848,n=i/2*o,r=s/2*o,a=t+i,h=e+s,d=t+i/2,l=e+s/2;this.beginPath(),this.moveTo(t,l),this.bezierCurveTo(t,l-r,d-n,e,d,e),this.bezierCurveTo(d+n,e,a,l-r,a,l),this.bezierCurveTo(a,l+r,d+n,h,d,h),this.bezierCurveTo(d-n,h,t,l+r,t,l)},CanvasRenderingContext2D.prototype.database=function(t,e,i,s){var o=1/3,n=i,r=s*o,a=.5522848,h=n/2*a,d=r/2*a,l=t+n,c=e+r,p=t+n/2,u=e+r/2,m=e+(s-r/2),f=e+s;this.beginPath(),this.moveTo(l,u),this.bezierCurveTo(l,u+d,p+h,c,p,c),this.bezierCurveTo(p-h,c,t,u+d,t,u),this.bezierCurveTo(t,u-d,p-h,e,p,e),this.bezierCurveTo(p+h,e,l,u-d,l,u),this.lineTo(l,m),this.bezierCurveTo(l,m+d,p+h,f,p,f),this.bezierCurveTo(p-h,f,t,m+d,t,m),this.lineTo(t,u)},CanvasRenderingContext2D.prototype.arrow=function(t,e,i,s){var o=t-s*Math.cos(i),n=e-s*Math.sin(i),r=t-.9*s*Math.cos(i),a=e-.9*s*Math.sin(i),h=o+s/3*Math.cos(i+.5*Math.PI),d=n+s/3*Math.sin(i+.5*Math.PI),l=o+s/3*Math.cos(i-.5*Math.PI),c=n+s/3*Math.sin(i-.5*Math.PI);this.beginPath(),this.moveTo(t,e),this.lineTo(h,d),this.lineTo(r,a),this.lineTo(l,c),this.closePath()},CanvasRenderingContext2D.prototype.dashedLine=function(t,e,i,s,o){o||(o=[10,5]),0==p&&(p=.001);var n=o.length;this.moveTo(t,e);for(var r=i-t,a=s-e,h=a/r,d=Math.sqrt(r*r+a*a),l=0,c=!0;d>=.1;){var p=o[l++%n];p>d&&(p=d);var u=Math.sqrt(p*p/(1+h*h));0>r&&(u=-u),t+=u,e+=h*u,this[c?"lineTo":"moveTo"](t,e),d-=p,c=!c}})}])}); +"use strict";!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):"object"==typeof exports?exports.vis=e():t.vis=e()}(this,function(){return function(t){function e(s){if(i[s])return i[s].exports;var o=i[s]={exports:{},id:s,loaded:!1};return t[s].call(o.exports,o,o.exports,e),o.loaded=!0,o.exports}var i={};return e.m=t,e.c=i,e.p="",e(0)}([function(t,e,i){e.util=i(1),e.DOMutil=i(2),e.DataSet=i(3),e.DataView=i(4),e.Queue=i(5),e.Graph3d=i(6),e.graph3d={Camera:i(7),Filter:i(8),Point2d:i(9),Point3d:i(10),Slider:i(11),StepNumber:i(12)},e.Timeline=i(13),e.Graph2d=i(14),e.timeline={DateUtil:i(15),DataStep:i(16),Range:i(17),stack:i(18),TimeStep:i(19),components:{items:{Item:i(31),BackgroundItem:i(32),BoxItem:i(33),PointItem:i(34),RangeItem:i(35)},Component:i(20),CurrentTime:i(21),CustomTime:i(22),DataAxis:i(23),GraphGroup:i(24),Group:i(25),BackgroundGroup:i(26),ItemSet:i(27),Legend:i(28),LineGraph:i(29),TimeAxis:i(30)}},e.Network=i(36),e.network={Edge:i(37),Groups:i(38),Images:i(39),Node:i(40),Popup:i(41),dotparser:i(42),gephiParser:i(43)},e.Graph=function(){throw new Error("Graph is renamed to Network. Please create a graph as new vis.Network(...)")},e.moment=i(44),e.hammer=i(45)},function(module,exports,__webpack_require__){var moment=__webpack_require__(44);exports.isNumber=function(t){return t instanceof Number||"number"==typeof t},exports.isString=function(t){return t instanceof String||"string"==typeof t},exports.isDate=function(t){if(t instanceof Date)return!0;if(exports.isString(t)){var e=ASPDateRegex.exec(t);if(e)return!0;if(!isNaN(Date.parse(t)))return!0}return!1},exports.isDataTable=function(t){return"undefined"!=typeof google&&google.visualization&&google.visualization.DataTable&&t instanceof google.visualization.DataTable},exports.randomUUID=function(){var t=function(){return Math.floor(65536*Math.random()).toString(16)};return t()+t()+"-"+t()+"-"+t()+"-"+t()+"-"+t()+t()+t()},exports.extend=function(t){for(var e=1,i=arguments.length;i>e;e++){var s=arguments[e];for(var o in s)s.hasOwnProperty(o)&&(t[o]=s[o])}return t},exports.selectiveExtend=function(t,e){if(!Array.isArray(t))throw new Error("Array with property names expected as first argument");for(var i=2;ii;i++)if(t[i]!=e[i])return!1;return!0},exports.convert=function(t,e){var i;if(void 0===t)return void 0;if(null===t)return null;if(!e)return t;if("string"!=typeof e&&!(e instanceof String))throw new Error("Type must be a string");switch(e){case"boolean":case"Boolean":return Boolean(t);case"number":case"Number":return Number(t.valueOf());case"string":case"String":return String(t);case"Date":if(exports.isNumber(t))return new Date(t);if(t instanceof Date)return new Date(t.valueOf());if(moment.isMoment(t))return new Date(t.valueOf());if(exports.isString(t))return i=ASPDateRegex.exec(t),i?new Date(Number(i[1])):moment(t).toDate();throw new Error("Cannot convert object of type "+exports.getType(t)+" to type Date");case"Moment":if(exports.isNumber(t))return moment(t);if(t instanceof Date)return moment(t.valueOf());if(moment.isMoment(t))return moment(t);if(exports.isString(t))return i=ASPDateRegex.exec(t),moment(i?Number(i[1]):t);throw new Error("Cannot convert object of type "+exports.getType(t)+" to type Date");case"ISODate":if(exports.isNumber(t))return new Date(t);if(t instanceof Date)return t.toISOString();if(moment.isMoment(t))return t.toDate().toISOString();if(exports.isString(t))return i=ASPDateRegex.exec(t),i?new Date(Number(i[1])).toISOString():new Date(t).toISOString();throw new Error("Cannot convert object of type "+exports.getType(t)+" to type ISODate");case"ASPDate":if(exports.isNumber(t))return"/Date("+t+")/";if(t instanceof Date)return"/Date("+t.valueOf()+")/";if(exports.isString(t)){i=ASPDateRegex.exec(t);var s;return s=i?new Date(Number(i[1])).valueOf():new Date(t).valueOf(),"/Date("+s+")/"}throw new Error("Cannot convert object of type "+exports.getType(t)+" to type ASPDate");default:throw new Error('Unknown type "'+e+'"')}};var ASPDateRegex=/^\/?Date\((\-?\d+)/i;exports.getType=function(t){var e=typeof t;return"object"==e?null==t?"null":t instanceof Boolean?"Boolean":t instanceof Number?"Number":t instanceof String?"String":Array.isArray(t)?"Array":t instanceof Date?"Date":"Object":"number"==e?"Number":"boolean"==e?"Boolean":"string"==e?"String":e},exports.getAbsoluteLeft=function(t){return t.getBoundingClientRect().left+window.pageXOffset},exports.getAbsoluteTop=function(t){return t.getBoundingClientRect().top+window.pageYOffset},exports.addClassName=function(t,e){var i=t.className.split(" ");-1==i.indexOf(e)&&(i.push(e),t.className=i.join(" "))},exports.removeClassName=function(t,e){var i=t.className.split(" "),s=i.indexOf(e);-1!=s&&(i.splice(s,1),t.className=i.join(" "))},exports.forEach=function(t,e){var i,s;if(Array.isArray(t))for(i=0,s=t.length;s>i;i++)e(t[i],i,t);else for(i in t)t.hasOwnProperty(i)&&e(t[i],i,t)},exports.toArray=function(t){var e=[];for(var i in t)t.hasOwnProperty(i)&&e.push(t[i]);return e},exports.updateProperty=function(t,e,i){return t[e]!==i?(t[e]=i,!0):!1},exports.addEventListener=function(t,e,i,s){t.addEventListener?(void 0===s&&(s=!1),"mousewheel"===e&&navigator.userAgent.indexOf("Firefox")>=0&&(e="DOMMouseScroll"),t.addEventListener(e,i,s)):t.attachEvent("on"+e,i)},exports.removeEventListener=function(t,e,i,s){t.removeEventListener?(void 0===s&&(s=!1),"mousewheel"===e&&navigator.userAgent.indexOf("Firefox")>=0&&(e="DOMMouseScroll"),t.removeEventListener(e,i,s)):t.detachEvent("on"+e,i)},exports.preventDefault=function(t){t||(t=window.event),t.preventDefault?t.preventDefault():t.returnValue=!1},exports.getTarget=function(t){t||(t=window.event);var e;return t.target?e=t.target:t.srcElement&&(e=t.srcElement),void 0!=e.nodeType&&3==e.nodeType&&(e=e.parentNode),e},exports.option={},exports.option.asBoolean=function(t,e){return"function"==typeof t&&(t=t()),null!=t?0!=t:e||null},exports.option.asNumber=function(t,e){return"function"==typeof t&&(t=t()),null!=t?Number(t)||e||null:e||null},exports.option.asString=function(t,e){return"function"==typeof t&&(t=t()),null!=t?String(t):e||null},exports.option.asSize=function(t,e){return"function"==typeof t&&(t=t()),exports.isString(t)?t:exports.isNumber(t)?t+"px":e||null},exports.option.asElement=function(t,e){return"function"==typeof t&&(t=t()),t||e||null},exports.GiveDec=function(Hex){var Value;return Value="A"==Hex?10:"B"==Hex?11:"C"==Hex?12:"D"==Hex?13:"E"==Hex?14:"F"==Hex?15:eval(Hex)},exports.GiveHex=function(t){var e;return e=10==t?"A":11==t?"B":12==t?"C":13==t?"D":14==t?"E":15==t?"F":""+t},exports.parseColor=function(t){var e;if(exports.isString(t)){if(exports.isValidRGB(t)){var i=t.substr(4).substr(0,t.length-5).split(",");t=exports.RGBToHex(i[0],i[1],i[2])}if(exports.isValidHex(t)){var s=exports.hexToHSV(t),o={h:s.h,s:.45*s.s,v:Math.min(1,1.05*s.v)},n={h:s.h,s:Math.min(1,1.25*s.v),v:.6*s.v},r=exports.HSVToHex(n.h,n.h,n.v),a=exports.HSVToHex(o.h,o.s,o.v);e={background:t,border:r,highlight:{background:a,border:r},hover:{background:a,border:r}}}else e={background:t,border:t,highlight:{background:t,border:t},hover:{background:t,border:t}}}else e={},e.background=t.background||"white",e.border=t.border||e.background,exports.isString(t.highlight)?e.highlight={border:t.highlight,background:t.highlight}:(e.highlight={},e.highlight.background=t.highlight&&t.highlight.background||e.background,e.highlight.border=t.highlight&&t.highlight.border||e.border),exports.isString(t.hover)?e.hover={border:t.hover,background:t.hover}:(e.hover={},e.hover.background=t.hover&&t.hover.background||e.background,e.hover.border=t.hover&&t.hover.border||e.border);return e},exports.hexToRGB=function(t){t=t.replace("#","").toUpperCase();var e=exports.GiveDec(t.substring(0,1)),i=exports.GiveDec(t.substring(1,2)),s=exports.GiveDec(t.substring(2,3)),o=exports.GiveDec(t.substring(3,4)),n=exports.GiveDec(t.substring(4,5)),r=exports.GiveDec(t.substring(5,6)),a=16*e+i,h=16*s+o,i=16*n+r;return{r:a,g:h,b:i}},exports.RGBToHex=function(t,e,i){var s=exports.GiveHex(Math.floor(t/16)),o=exports.GiveHex(t%16),n=exports.GiveHex(Math.floor(e/16)),r=exports.GiveHex(e%16),a=exports.GiveHex(Math.floor(i/16)),h=exports.GiveHex(i%16),d=s+o+n+r+a+h;return"#"+d},exports.RGBToHSV=function(t,e,i){t/=255,e/=255,i/=255;var s=Math.min(t,Math.min(e,i)),o=Math.max(t,Math.max(e,i));if(s==o)return{h:0,s:0,v:s};var n=t==s?e-i:i==s?t-e:i-t,r=t==s?3:i==s?1:5,a=60*(r-n/(o-s))/360,h=(o-s)/o,d=o;return{h:a,s:h,v:d}};var cssUtil={split:function(t){var e={};return t.split(";").forEach(function(t){if(""!=t.trim()){var i=t.split(":"),s=i[0].trim(),o=i[1].trim();e[s]=o}}),e},join:function(t){return Object.keys(t).map(function(e){return e+": "+t[e]}).join("; ")}};exports.addCssText=function(t,e){var i=cssUtil.split(t.style.cssText),s=cssUtil.split(e),o=exports.extend(i,s);t.style.cssText=cssUtil.join(o)},exports.removeCssText=function(t,e){var i=cssUtil.split(t.style.cssText),s=cssUtil.split(e);for(var o in s)s.hasOwnProperty(o)&&delete i[o];t.style.cssText=cssUtil.join(i)},exports.HSVToRGB=function(t,e,i){var s,o,n,r=Math.floor(6*t),a=6*t-r,h=i*(1-e),d=i*(1-a*e),l=i*(1-(1-a)*e);switch(r%6){case 0:s=i,o=l,n=h;break;case 1:s=d,o=i,n=h;break;case 2:s=h,o=i,n=l;break;case 3:s=h,o=d,n=i;break;case 4:s=l,o=h,n=i;break;case 5:s=i,o=h,n=d}return{r:Math.floor(255*s),g:Math.floor(255*o),b:Math.floor(255*n)}},exports.HSVToHex=function(t,e,i){var s=exports.HSVToRGB(t,e,i);return exports.RGBToHex(s.r,s.g,s.b)},exports.hexToHSV=function(t){var e=exports.hexToRGB(t);return exports.RGBToHSV(e.r,e.g,e.b)},exports.isValidHex=function(t){var e=/(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)/i.test(t);return e},exports.isValidRGB=function(t){t=t.replace(" ","");var e=/rgb\((\d{1,3}),(\d{1,3}),(\d{1,3})\)/i.test(t);return e},exports.selectiveBridgeObject=function(t,e){if("object"==typeof e){for(var i=Object.create(e),s=0;s=r&&o>n;){var h=Math.floor((r+a)/2),d=t[h],l=void 0===s?d[i]:d[i][s],c=e(l);if(0==c)return h;-1==c?r=h+1:a=h-1,n++}return-1},exports.binarySearchValue=function(t,e,i,s){for(var o,n,r,a,h=1e4,d=0,l=0,c=t.length-1;c>=l&&h>d;){if(a=Math.floor(.5*(c+l)),o=t[Math.max(0,a-1)][i],n=t[a][i],r=t[Math.min(t.length-1,a+1)][i],n==e)return a;if(e>o&&n>e)return"before"==s?Math.max(0,a-1):a;if(e>n&&r>e)return"before"==s?a:Math.min(t.length-1,a+1);e>n?l=a+1:c=a-1,d++}return-1},exports.easeInOutQuad=function(t,e,i,s){var o=i-e;return t/=s/2,1>t?o/2*t*t+e:(t--,-o/2*(t*(t-2)-1)+e)},exports.easingFunctions={linear:function(t){return t},easeInQuad:function(t){return t*t},easeOutQuad:function(t){return t*(2-t)},easeInOutQuad:function(t){return.5>t?2*t*t:-1+(4-2*t)*t},easeInCubic:function(t){return t*t*t},easeOutCubic:function(t){return--t*t*t+1},easeInOutCubic:function(t){return.5>t?4*t*t*t:(t-1)*(2*t-2)*(2*t-2)+1},easeInQuart:function(t){return t*t*t*t},easeOutQuart:function(t){return 1- --t*t*t*t},easeInOutQuart:function(t){return.5>t?8*t*t*t*t:1-8*--t*t*t*t},easeInQuint:function(t){return t*t*t*t*t},easeOutQuint:function(t){return 1+--t*t*t*t*t},easeInOutQuint:function(t){return.5>t?16*t*t*t*t*t:1+16*--t*t*t*t*t}}},function(t,e){e.prepareElements=function(t){for(var e in t)t.hasOwnProperty(e)&&(t[e].redundant=t[e].used,t[e].used=[])},e.cleanupElements=function(t){for(var e in t)if(t.hasOwnProperty(e)&&t[e].redundant){for(var i=0;i0?(s=e[t].redundant[0],e[t].redundant.shift()):(s=document.createElementNS("http://www.w3.org/2000/svg",t),i.appendChild(s)):(s=document.createElementNS("http://www.w3.org/2000/svg",t),e[t]={used:[],redundant:[]},i.appendChild(s)),e[t].used.push(s),s},e.getDOMElement=function(t,e,i,s){var o;return e.hasOwnProperty(t)?e[t].redundant.length>0?(o=e[t].redundant[0],e[t].redundant.shift()):(o=document.createElement(t),void 0!==s?i.insertBefore(o,s):i.appendChild(o)):(o=document.createElement(t),e[t]={used:[],redundant:[]},void 0!==s?i.insertBefore(o,s):i.appendChild(o)),e[t].used.push(o),o},e.drawPoint=function(t,i,s,o,n){var r;return"circle"==s.options.drawPoints.style?(r=e.getSVGElement("circle",o,n),r.setAttributeNS(null,"cx",t),r.setAttributeNS(null,"cy",i),r.setAttributeNS(null,"r",.5*s.options.drawPoints.size)):(r=e.getSVGElement("rect",o,n),r.setAttributeNS(null,"x",t-.5*s.options.drawPoints.size),r.setAttributeNS(null,"y",i-.5*s.options.drawPoints.size),r.setAttributeNS(null,"width",s.options.drawPoints.size),r.setAttributeNS(null,"height",s.options.drawPoints.size)),void 0!==s.options.drawPoints.styles&&r.setAttributeNS(null,"style",s.group.options.drawPoints.styles),r.setAttributeNS(null,"class",s.className+" point"),r},e.drawBar=function(t,i,s,o,n,r,a){if(0!=o){0>o&&(o*=-1,i-=o);var h=e.getSVGElement("rect",r,a);h.setAttributeNS(null,"x",t-.5*s),h.setAttributeNS(null,"y",i),h.setAttributeNS(null,"width",s),h.setAttributeNS(null,"height",o),h.setAttributeNS(null,"class",n)}}},function(t,e,i){function s(t,e){if(!t||Array.isArray(t)||o.isDataTable(t)||(e=t,t=null),this._options=e||{},this._data={},this._fieldId=this._options.fieldId||"id",this._type={},this._options.type)for(var i in this._options.type)if(this._options.type.hasOwnProperty(i)){var s=this._options.type[i];this._type[i]="Date"==s||"ISODate"==s||"ASPDate"==s?"Date":s}if(this._options.convert)throw new Error('Option "convert" is deprecated. Use "type" instead.');this._subscribers={},t&&this.add(t),this.setOptions(e)}var o=i(1),n=i(5);s.prototype.setOptions=function(t){t&&void 0!==t.queue&&(t.queue===!1?this._queue&&(this._queue.destroy(),delete this._queue):(this._queue||(this._queue=n.extend(this,{replace:["add","update","remove"]})),"object"==typeof t.queue&&this._queue.setOptions(t.queue)))},s.prototype.on=function(t,e){var i=this._subscribers[t];i||(i=[],this._subscribers[t]=i),i.push({callback:e})},s.prototype.subscribe=s.prototype.on,s.prototype.off=function(t,e){var i=this._subscribers[t];i&&(this._subscribers[t]=i.filter(function(t){return t.callback!=e}))},s.prototype.unsubscribe=s.prototype.off,s.prototype._trigger=function(t,e,i){if("*"==t)throw new Error("Cannot trigger event *");var s=[];t in this._subscribers&&(s=s.concat(this._subscribers[t])),"*"in this._subscribers&&(s=s.concat(this._subscribers["*"]));for(var o=0;or;r++)i=n._addItem(t[r]),s.push(i);else if(o.isDataTable(t))for(var h=this._getColumnNames(t),d=0,l=t.getNumberOfRows();l>d;d++){for(var c={},p=0,u=h.length;u>p;p++){var m=h[p];c[m]=t.getValue(d,p)}i=n._addItem(c),s.push(i)}else{if(!(t instanceof Object))throw new Error("Unknown dataType");i=n._addItem(t),s.push(i)}return s.length&&this._trigger("add",{items:s},e),s},s.prototype.update=function(t,e){var i=[],s=[],n=[],r=this,a=r._fieldId,h=function(t){var e=t[a];r._data[e]?(e=r._updateItem(t),s.push(e),n.push(t)):(e=r._addItem(t),i.push(e))};if(Array.isArray(t))for(var d=0,l=t.length;l>d;d++)h(t[d]);else if(o.isDataTable(t))for(var c=this._getColumnNames(t),p=0,u=t.getNumberOfRows();u>p;p++){for(var m={},f=0,g=c.length;g>f;f++){var v=c[f];m[v]=t.getValue(p,f)}h(m)}else{if(!(t instanceof Object))throw new Error("Unknown dataType");h(t)}return i.length&&this._trigger("add",{items:i},e),s.length&&this._trigger("update",{items:s,data:n},e),i.concat(s)},s.prototype.get=function(){var t,e,i,s,n=this,r=o.getType(arguments[0]);"String"==r||"Number"==r?(t=arguments[0],i=arguments[1],s=arguments[2]):"Array"==r?(e=arguments[0],i=arguments[1],s=arguments[2]):(i=arguments[0],s=arguments[1]);var a;if(i&&i.returnType){var h=["DataTable","Array","Object"];if(a=-1==h.indexOf(i.returnType)?"Array":i.returnType,s&&a!=o.getType(s))throw new Error('Type of parameter "data" ('+o.getType(s)+") does not correspond with specified options.type ("+i.type+")");if("DataTable"==a&&!o.isDataTable(s))throw new Error('Parameter "data" must be a DataTable when options.type is "DataTable"')}else a=s&&"DataTable"==o.getType(s)?"DataTable":"Array";var d,l,c,p,u=i&&i.type||this._options.type,m=i&&i.filter,f=[];if(void 0!=t)d=n._getItem(t,u),m&&!m(d)&&(d=null);else if(void 0!=e)for(c=0,p=e.length;p>c;c++)d=n._getItem(e[c],u),(!m||m(d))&&f.push(d);else for(l in this._data)this._data.hasOwnProperty(l)&&(d=n._getItem(l,u),(!m||m(d))&&f.push(d));if(i&&i.order&&void 0==t&&this._sort(f,i.order),i&&i.fields){var g=i.fields;if(void 0!=t)d=this._filterFields(d,g);else for(c=0,p=f.length;p>c;c++)f[c]=this._filterFields(f[c],g)}if("DataTable"==a){var v=this._getColumnNames(s);if(void 0!=t)n._appendRow(s,v,d);else for(c=0;cc;c++)s.push(f[c]);return s}return f},s.prototype.getIds=function(t){var e,i,s,o,n,r=this._data,a=t&&t.filter,h=t&&t.order,d=t&&t.type||this._options.type,l=[];if(a)if(h){n=[];for(s in r)r.hasOwnProperty(s)&&(o=this._getItem(s,d),a(o)&&n.push(o));for(this._sort(n,h),e=0,i=n.length;i>e;e++)l[e]=n[e][this._fieldId]}else for(s in r)r.hasOwnProperty(s)&&(o=this._getItem(s,d),a(o)&&l.push(o[this._fieldId]));else if(h){n=[];for(s in r)r.hasOwnProperty(s)&&n.push(r[s]);for(this._sort(n,h),e=0,i=n.length;i>e;e++)l[e]=n[e][this._fieldId]}else for(s in r)r.hasOwnProperty(s)&&(o=r[s],l.push(o[this._fieldId]));return l},s.prototype.getDataSet=function(){return this},s.prototype.forEach=function(t,e){var i,s,o=e&&e.filter,n=e&&e.type||this._options.type,r=this._data;if(e&&e.order)for(var a=this.get(e),h=0,d=a.length;d>h;h++)i=a[h],s=i[this._fieldId],t(i,s);else for(s in r)r.hasOwnProperty(s)&&(i=this._getItem(s,n),(!o||o(i))&&t(i,s))},s.prototype.map=function(t,e){var i,s=e&&e.filter,o=e&&e.type||this._options.type,n=[],r=this._data;for(var a in r)r.hasOwnProperty(a)&&(i=this._getItem(a,o),(!s||s(i))&&n.push(t(i,a)));return e&&e.order&&this._sort(n,e.order),n},s.prototype._filterFields=function(t,e){var i={};for(var s in t)t.hasOwnProperty(s)&&-1!=e.indexOf(s)&&(i[s]=t[s]);return i},s.prototype._sort=function(t,e){if(o.isString(e)){var i=e;t.sort(function(t,e){var s=t[i],o=e[i];return s>o?1:o>s?-1:0})}else{if("function"!=typeof e)throw new TypeError("Order must be a function or a string");t.sort(e)}},s.prototype.remove=function(t,e){var i,s,o,n=[];if(Array.isArray(t))for(i=0,s=t.length;s>i;i++)o=this._remove(t[i]),null!=o&&n.push(o);else o=this._remove(t),null!=o&&n.push(o);return n.length&&this._trigger("remove",{items:n},e),n},s.prototype._remove=function(t){if(o.isNumber(t)||o.isString(t)){if(this._data[t])return delete this._data[t],t}else if(t instanceof Object){var e=t[this._fieldId];if(e&&this._data[e])return delete this._data[e],e}return null},s.prototype.clear=function(t){var e=Object.keys(this._data);return this._data={},this._trigger("remove",{items:e},t),e},s.prototype.max=function(t){var e=this._data,i=null,s=null;for(var o in e)if(e.hasOwnProperty(o)){var n=e[o],r=n[t];null!=r&&(!i||r>s)&&(i=n,s=r)}return i},s.prototype.min=function(t){var e=this._data,i=null,s=null;for(var o in e)if(e.hasOwnProperty(o)){var n=e[o],r=n[t];null!=r&&(!i||s>r)&&(i=n,s=r)}return i},s.prototype.distinct=function(t){var e,i=this._data,s=[],n=this._options.type&&this._options.type[t]||null,r=0;for(var a in i)if(i.hasOwnProperty(a)){var h=i[a],d=h[t],l=!1;for(e=0;r>e;e++)if(s[e]==d){l=!0;break}l||void 0===d||(s[r]=d,r++)}if(n)for(e=0;ei;i++)e[i]=t.getColumnId(i)||t.getColumnLabel(i);return e},s.prototype._appendRow=function(t,e,i){for(var s=t.addRow(),o=0,n=e.length;n>o;o++){var r=e[o];t.setValue(s,o,i[r])}},t.exports=s},function(t,e,i){function s(t,e){this._data=null,this._ids={},this._options=e||{},this._fieldId="id",this._subscribers={};var i=this;this.listener=function(){i._onEvent.apply(i,arguments)},this.setData(t)}var o=i(1),n=i(3);s.prototype.setData=function(t){var e,i,s;if(this._data){this._data.unsubscribe&&this._data.unsubscribe("*",this.listener),e=[];for(var o in this._ids)this._ids.hasOwnProperty(o)&&e.push(o);this._ids={},this._trigger("remove",{items:e})}if(this._data=t,this._data){for(this._fieldId=this._options.fieldId||this._data&&this._data.options&&this._data.options.fieldId||"id",e=this._data.getIds({filter:this._options&&this._options.filter}),i=0,s=e.length;s>i;i++)o=e[i],this._ids[o]=!0;this._trigger("add",{items:e}),this._data.on&&this._data.on("*",this.listener)}},s.prototype.get=function(){var t,e,i,s=this,n=o.getType(arguments[0]);"String"==n||"Number"==n||"Array"==n?(t=arguments[0],e=arguments[1],i=arguments[2]):(e=arguments[0],i=arguments[1]);var r=o.extend({},this._options,e);this._options.filter&&e&&e.filter&&(r.filter=function(t){return s._options.filter(t)&&e.filter(t)});var a=[];return void 0!=t&&a.push(t),a.push(r),a.push(i),this._data&&this._data.get.apply(this._data,a)},s.prototype.getIds=function(t){var e;if(this._data){var i,s=this._options.filter;i=t&&t.filter?s?function(e){return s(e)&&t.filter(e)}:t.filter:s,e=this._data.getIds({filter:i,order:t&&t.order})}else e=[];return e},s.prototype.getDataSet=function(){for(var t=this;t instanceof s;)t=t._data;return t||null},s.prototype._onEvent=function(t,e,i){var s,o,n,r,a=e&&e.items,h=this._data,d=[],l=[],c=[];if(a&&h){switch(t){case"add":for(s=0,o=a.length;o>s;s++)n=a[s],r=this.get(n),r&&(this._ids[n]=!0,d.push(n));break;case"update":for(s=0,o=a.length;o>s;s++)n=a[s],r=this.get(n),r?this._ids[n]?l.push(n):(this._ids[n]=!0,d.push(n)):this._ids[n]&&(delete this._ids[n],c.push(n));break;case"remove":for(s=0,o=a.length;o>s;s++)n=a[s],this._ids[n]&&(delete this._ids[n],c.push(n))}d.length&&this._trigger("add",{items:d},i),l.length&&this._trigger("update",{items:l},i),c.length&&this._trigger("remove",{items:c},i)}},s.prototype.on=n.prototype.on,s.prototype.off=n.prototype.off,s.prototype._trigger=n.prototype._trigger,s.prototype.subscribe=s.prototype.on,s.prototype.unsubscribe=s.prototype.off,t.exports=s},function(t){function e(t){this.delay=null,this.max=1/0,this._queue=[],this._timeout=null,this._extended=null,this.setOptions(t)}e.prototype.setOptions=function(t){t&&"undefined"!=typeof t.delay&&(this.delay=t.delay),t&&"undefined"!=typeof t.max&&(this.max=t.max),this._flushIfNeeded()},e.extend=function(t,i){var s=new e(i);if(void 0!==t.flush)throw new Error("Target object already has a property flush");t.flush=function(){s.flush()};var o=[{name:"flush",original:void 0}];if(i&&i.replace)for(var n=0;nthis.max&&this.flush(),clearTimeout(this._timeout),this.queue.length>0&&"number"==typeof this.delay){var t=this;this._timeout=setTimeout(function(){t.flush()},this.delay)}},e.prototype.flush=function(){for(;this._queue.length>0;){var t=this._queue.shift();t.fn.apply(t.context||t.fn,t.args||[])}},t.exports=e},function(t,e,i){function s(t,e,i){if(!(this instanceof s))throw new SyntaxError("Constructor must be called with the new operator");this.containerElement=t,this.width="400px",this.height="400px",this.margin=10,this.defaultXCenter="55%",this.defaultYCenter="50%",this.xLabel="x",this.yLabel="y",this.zLabel="z";var o=function(t){return t};this.xValueLabel=o,this.yValueLabel=o,this.zValueLabel=o,this.filterLabel="time",this.legendLabel="value",this.style=s.STYLE.DOT,this.showPerspective=!0,this.showGrid=!0,this.keepAspectRatio=!0,this.showShadow=!1,this.showGrayBottom=!1,this.showTooltip=!1,this.verticalRatio=.5,this.animationInterval=1e3,this.animationPreload=!1,this.camera=new p,this.eye=new l(0,0,-1),this.dataTable=null,this.dataPoints=null,this.colX=void 0,this.colY=void 0,this.colZ=void 0,this.colValue=void 0,this.colFilter=void 0,this.xMin=0,this.xStep=void 0,this.xMax=1,this.yMin=0,this.yStep=void 0,this.yMax=1,this.zMin=0,this.zStep=void 0,this.zMax=1,this.valueMin=0,this.valueMax=1,this.xBarWidth=1,this.yBarWidth=1,this.colorAxis="#4D4D4D",this.colorGrid="#D3D3D3",this.colorDot="#7DC1FF",this.colorDotBorder="#3267D2",this.create(),this.setOptions(i),e&&this.setData(e)}function o(t){return"clientX"in t?t.clientX:t.targetTouches[0]&&t.targetTouches[0].clientX||0}function n(t){return"clientY"in t?t.clientY:t.targetTouches[0]&&t.targetTouches[0].clientY||0}var r=i(56),a=i(3),h=i(4),d=i(1),l=i(10),c=i(9),p=i(7),u=i(8),m=i(11),f=i(12);r(s.prototype),s.prototype._setScale=function(){this.scale=new l(1/(this.xMax-this.xMin),1/(this.yMax-this.yMin),1/(this.zMax-this.zMin)),this.keepAspectRatio&&(this.scale.x3&&(this.colFilter=3);else{if(this.style!==s.STYLE.DOTCOLOR&&this.style!==s.STYLE.DOTSIZE&&this.style!==s.STYLE.BARCOLOR&&this.style!==s.STYLE.BARSIZE)throw'Unknown style "'+this.style+'"';this.colX=0,this.colY=1,this.colZ=2,this.colValue=3,t.getNumberOfColumns()>4&&(this.colFilter=4)}},s.prototype.getNumberOfRows=function(t){return t.length},s.prototype.getNumberOfColumns=function(t){var e=0;for(var i in t[0])t[0].hasOwnProperty(i)&&e++;return e},s.prototype.getDistinctValues=function(t,e){for(var i=[],s=0;st[s][e]&&(i.min=t[s][e]),i.maxt;t++){var m=(t-p)/(u-p),g=240*m,v=this._hsv2rgb(g,1,1);c.strokeStyle=v,c.beginPath(),c.moveTo(h,r+t),c.lineTo(a,r+t),c.stroke()}c.strokeStyle=this.colorAxis,c.strokeRect(h,r,i,n)}if(this.style===s.STYLE.DOTSIZE&&(c.strokeStyle=this.colorAxis,c.fillStyle=this.colorDot,c.beginPath(),c.moveTo(h,r),c.lineTo(a,r),c.lineTo(a-i+e,d),c.lineTo(h,d),c.closePath(),c.fill(),c.stroke()),this.style===s.STYLE.DOTCOLOR||this.style===s.STYLE.DOTSIZE){var y=5,b=new f(this.valueMin,this.valueMax,(this.valueMax-this.valueMin)/5,!0);for(b.start(),b.getCurrent()0?this.yMin:this.yMax,o=this._convert3Dto2D(new l(x,r,this.zMin)),Math.cos(2*_)>0?(g.textAlign="center",g.textBaseline="top",o.y+=b):Math.sin(2*_)<0?(g.textAlign="right",g.textBaseline="middle"):(g.textAlign="left",g.textBaseline="middle"),g.fillStyle=this.colorAxis,g.fillText(" "+this.xValueLabel(i.getCurrent())+" ",o.x,o.y),i.next()}for(g.lineWidth=1,s=void 0===this.defaultYStep,i=new f(this.yMin,this.yMax,this.yStep,s),i.start(),i.getCurrent()0?this.xMin:this.xMax,o=this._convert3Dto2D(new l(n,i.getCurrent(),this.zMin)),Math.cos(2*_)<0?(g.textAlign="center",g.textBaseline="top",o.y+=b):Math.sin(2*_)>0?(g.textAlign="right",g.textBaseline="middle"):(g.textAlign="left",g.textBaseline="middle"),g.fillStyle=this.colorAxis,g.fillText(" "+this.yValueLabel(i.getCurrent())+" ",o.x,o.y),i.next();for(g.lineWidth=1,s=void 0===this.defaultZStep,i=new f(this.zMin,this.zMax,this.zStep,s),i.start(),i.getCurrent()0?this.xMin:this.xMax,r=Math.sin(_)<0?this.yMin:this.yMax;!i.end();)t=this._convert3Dto2D(new l(n,r,i.getCurrent())),g.strokeStyle=this.colorAxis,g.beginPath(),g.moveTo(t.x,t.y),g.lineTo(t.x-b,t.y),g.stroke(),g.textAlign="right",g.textBaseline="middle",g.fillStyle=this.colorAxis,g.fillText(this.zValueLabel(i.getCurrent())+" ",t.x-5,t.y),i.next();g.lineWidth=1,t=this._convert3Dto2D(new l(n,r,this.zMin)),e=this._convert3Dto2D(new l(n,r,this.zMax)),g.strokeStyle=this.colorAxis,g.beginPath(),g.moveTo(t.x,t.y),g.lineTo(e.x,e.y),g.stroke(),g.lineWidth=1,p=this._convert3Dto2D(new l(this.xMin,this.yMin,this.zMin)),u=this._convert3Dto2D(new l(this.xMax,this.yMin,this.zMin)),g.strokeStyle=this.colorAxis,g.beginPath(),g.moveTo(p.x,p.y),g.lineTo(u.x,u.y),g.stroke(),p=this._convert3Dto2D(new l(this.xMin,this.yMax,this.zMin)),u=this._convert3Dto2D(new l(this.xMax,this.yMax,this.zMin)),g.strokeStyle=this.colorAxis,g.beginPath(),g.moveTo(p.x,p.y),g.lineTo(u.x,u.y),g.stroke(),g.lineWidth=1,t=this._convert3Dto2D(new l(this.xMin,this.yMin,this.zMin)),e=this._convert3Dto2D(new l(this.xMin,this.yMax,this.zMin)),g.strokeStyle=this.colorAxis,g.beginPath(),g.moveTo(t.x,t.y),g.lineTo(e.x,e.y),g.stroke(),t=this._convert3Dto2D(new l(this.xMax,this.yMin,this.zMin)),e=this._convert3Dto2D(new l(this.xMax,this.yMax,this.zMin)),g.strokeStyle=this.colorAxis,g.beginPath(),g.moveTo(t.x,t.y),g.lineTo(e.x,e.y),g.stroke();var w=this.xLabel;w.length>0&&(c=.1/this.scale.y,n=(this.xMin+this.xMax)/2,r=Math.cos(_)>0?this.yMin-c:this.yMax+c,o=this._convert3Dto2D(new l(n,r,this.zMin)),Math.cos(2*_)>0?(g.textAlign="center",g.textBaseline="top"):Math.sin(2*_)<0?(g.textAlign="right",g.textBaseline="middle"):(g.textAlign="left",g.textBaseline="middle"),g.fillStyle=this.colorAxis,g.fillText(w,o.x,o.y));var M=this.yLabel;M.length>0&&(d=.1/this.scale.x,n=Math.sin(_)>0?this.xMin-d:this.xMax+d,r=(this.yMin+this.yMax)/2,o=this._convert3Dto2D(new l(n,r,this.zMin)),Math.cos(2*_)<0?(g.textAlign="center",g.textBaseline="top"):Math.sin(2*_)>0?(g.textAlign="right",g.textBaseline="middle"):(g.textAlign="left",g.textBaseline="middle"),g.fillStyle=this.colorAxis,g.fillText(M,o.x,o.y));var D=this.zLabel;D.length>0&&(h=30,n=Math.cos(_)>0?this.xMin:this.xMax,r=Math.sin(_)<0?this.yMin:this.yMax,a=(this.zMin+this.zMax)/2,o=this._convert3Dto2D(new l(n,r,a)),g.textAlign="right",g.textBaseline="middle",g.fillStyle=this.colorAxis,g.fillText(D,o.x-h,o.y))},s.prototype._hsv2rgb=function(t,e,i){var s,o,n,r,a,h;switch(r=i*e,a=Math.floor(t/60),h=r*(1-Math.abs(t/60%2-1)),a){case 0:s=r,o=h,n=0;break;case 1:s=h,o=r,n=0;break;case 2:s=0,o=r,n=h;break;case 3:s=0,o=h,n=r;break;case 4:s=h,o=0,n=r;break;case 5:s=r,o=0,n=h;break;default:s=0,o=0,n=0}return"RGB("+parseInt(255*s)+","+parseInt(255*o)+","+parseInt(255*n)+")"},s.prototype._redrawDataGrid=function(){var t,e,i,o,n,r,a,h,d,c,p,u,m,f=this.frame.canvas,g=f.getContext("2d");if(!(void 0===this.dataPoints||this.dataPoints.length<=0)){for(n=0;n0}else r=!0;r?(m=(t.point.z+e.point.z+i.point.z+o.point.z)/4,c=240*(1-(m-this.zMin)*this.scale.z/this.verticalRatio),p=1,this.showShadow?(u=Math.min(1+M.x/D/2,1),a=this._hsv2rgb(c,p,u),h=a):(u=1,a=this._hsv2rgb(c,p,u),h=this.colorAxis)):(a="gray",h=this.colorAxis),d=.5,g.lineWidth=d,g.fillStyle=a,g.strokeStyle=h,g.beginPath(),g.moveTo(t.screen.x,t.screen.y),g.lineTo(e.screen.x,e.screen.y),g.lineTo(o.screen.x,o.screen.y),g.lineTo(i.screen.x,i.screen.y),g.closePath(),g.fill(),g.stroke()}}else for(n=0;np&&(p=0);var u,m,f;this.style===s.STYLE.DOTCOLOR?(u=240*(1-(d.point.value-this.valueMin)*this.scale.value),m=this._hsv2rgb(u,1,1),f=this._hsv2rgb(u,1,.8)):this.style===s.STYLE.DOTSIZE?(m=this.colorDot,f=this.colorDotBorder):(u=240*(1-(d.point.z-this.zMin)*this.scale.z/this.verticalRatio),m=this._hsv2rgb(u,1,1),f=this._hsv2rgb(u,1,.8)),i.lineWidth=1,i.strokeStyle=f,i.fillStyle=m,i.beginPath(),i.arc(d.screen.x,d.screen.y,p,0,2*Math.PI,!0),i.fill(),i.stroke()}}},s.prototype._redrawDataBar=function(){var t,e,i,o,n=this.frame.canvas,r=n.getContext("2d");if(!(void 0===this.dataPoints||this.dataPoints.length<=0)){for(t=0;t0&&(t=this.dataPoints[0],s.lineWidth=1,s.strokeStyle="blue",s.beginPath(),s.moveTo(t.screen.x,t.screen.y)),e=1;e0&&s.stroke()}},s.prototype._onMouseDown=function(t){if(t=t||window.event,this.leftButtonDown&&this._onMouseUp(t),this.leftButtonDown=t.which?1===t.which:1===t.button,this.leftButtonDown||this.touchDown){this.startMouseX=o(t),this.startMouseY=n(t),this.startStart=new Date(this.start),this.startEnd=new Date(this.end),this.startArmRotation=this.camera.getArmRotation(),this.frame.style.cursor="move";var e=this;this.onmousemove=function(t){e._onMouseMove(t)},this.onmouseup=function(t){e._onMouseUp(t)},d.addEventListener(document,"mousemove",e.onmousemove),d.addEventListener(document,"mouseup",e.onmouseup),d.preventDefault(t)}},s.prototype._onMouseMove=function(t){t=t||window.event;var e=parseFloat(o(t))-this.startMouseX,i=parseFloat(n(t))-this.startMouseY,s=this.startArmRotation.horizontal+e/200,r=this.startArmRotation.vertical+i/200,a=4,h=Math.sin(a/360*2*Math.PI);Math.abs(Math.sin(s))0?1:0>t?-1:0}var s=e[0],o=e[1],n=e[2],r=i((o.x-s.x)*(t.y-s.y)-(o.y-s.y)*(t.x-s.x)),a=i((n.x-o.x)*(t.y-o.y)-(n.y-o.y)*(t.x-o.x)),h=i((s.x-n.x)*(t.y-n.y)-(s.y-n.y)*(t.x-n.x));return!(0!=r&&0!=a&&r!=a||0!=a&&0!=h&&a!=h||0!=r&&0!=h&&r!=h)},s.prototype._dataPointFromXY=function(t,e){var i,o=100,n=null,r=null,a=null,h=new c(t,e);if(this.style===s.STYLE.BAR||this.style===s.STYLE.BARCOLOR||this.style===s.STYLE.BARSIZE)for(i=this.dataPoints.length-1;i>=0;i--){n=this.dataPoints[i];var d=n.surfaces;if(d)for(var l=d.length-1;l>=0;l--){var p=d[l],u=p.corners,m=[u[0].screen,u[1].screen,u[2].screen],f=[u[2].screen,u[3].screen,u[0].screen];if(this._insideTriangle(h,m)||this._insideTriangle(h,f))return n}}else for(i=0;ib)&&o>b&&(a=b,r=n)}}return r},s.prototype._showTooltip=function(t){var e,i,s;this.tooltip?(e=this.tooltip.dom.content,i=this.tooltip.dom.line,s=this.tooltip.dom.dot):(e=document.createElement("div"),e.style.position="absolute",e.style.padding="10px",e.style.border="1px solid #4d4d4d",e.style.color="#1a1a1a",e.style.background="rgba(255,255,255,0.7)",e.style.borderRadius="2px",e.style.boxShadow="5px 5px 10px rgba(128,128,128,0.5)",i=document.createElement("div"),i.style.position="absolute",i.style.height="40px",i.style.width="0",i.style.borderLeft="1px solid #4d4d4d",s=document.createElement("div"),s.style.position="absolute",s.style.height="0",s.style.width="0",s.style.border="5px solid #4d4d4d",s.style.borderRadius="5px",this.tooltip={dataPoint:null,dom:{content:e,line:i,dot:s}}),this._hideTooltip(),this.tooltip.dataPoint=t,e.innerHTML="function"==typeof this.showTooltip?this.showTooltip(t.point):"
x:"+t.point.x+"
y:"+t.point.y+"
z:"+t.point.z+"
",e.style.left="0",e.style.top="0",this.frame.appendChild(e),this.frame.appendChild(i),this.frame.appendChild(s);var o=e.offsetWidth,n=e.offsetHeight,r=i.offsetHeight,a=s.offsetWidth,h=s.offsetHeight,d=t.screen.x-o/2;d=Math.min(Math.max(d,10),this.frame.clientWidth-10-o),i.style.left=t.screen.x+"px",i.style.top=t.screen.y-r+"px",e.style.left=d+"px",e.style.top=t.screen.y-r-n+"px",s.style.left=t.screen.x-a/2+"px",s.style.top=t.screen.y-h/2+"px"},s.prototype._hideTooltip=function(){if(this.tooltip){this.tooltip.dataPoint=null;for(var t in this.tooltip.dom)if(this.tooltip.dom.hasOwnProperty(t)){var e=this.tooltip.dom[t];e&&e.parentNode&&e.parentNode.removeChild(e)}}},t.exports=s},function(t,e,i){function s(){this.armLocation=new o,this.armRotation={},this.armRotation.horizontal=0,this.armRotation.vertical=0,this.armLength=1.7,this.cameraLocation=new o,this.cameraRotation=new o(.5*Math.PI,0,0),this.calculateCameraOrientation()}var o=i(10);s.prototype.setArmLocation=function(t,e,i){this.armLocation.x=t,this.armLocation.y=e,this.armLocation.z=i,this.calculateCameraOrientation()},s.prototype.setArmRotation=function(t,e){void 0!==t&&(this.armRotation.horizontal=t),void 0!==e&&(this.armRotation.vertical=e,this.armRotation.vertical<0&&(this.armRotation.vertical=0),this.armRotation.vertical>.5*Math.PI&&(this.armRotation.vertical=.5*Math.PI)),(void 0!==t||void 0!==e)&&this.calculateCameraOrientation()},s.prototype.getArmRotation=function(){var t={};return t.horizontal=this.armRotation.horizontal,t.vertical=this.armRotation.vertical,t},s.prototype.setArmLength=function(t){void 0!==t&&(this.armLength=t,this.armLength<.71&&(this.armLength=.71),this.armLength>5&&(this.armLength=5),this.calculateCameraOrientation())},s.prototype.getArmLength=function(){return this.armLength},s.prototype.getCameraLocation=function(){return this.cameraLocation},s.prototype.getCameraRotation=function(){return this.cameraRotation},s.prototype.calculateCameraOrientation=function(){this.cameraLocation.x=this.armLocation.x-this.armLength*Math.sin(this.armRotation.horizontal)*Math.cos(this.armRotation.vertical),this.cameraLocation.y=this.armLocation.y-this.armLength*Math.cos(this.armRotation.horizontal)*Math.cos(this.armRotation.vertical),this.cameraLocation.z=this.armLocation.z+this.armLength*Math.sin(this.armRotation.vertical),this.cameraRotation.x=Math.PI/2-this.armRotation.vertical,this.cameraRotation.y=0,this.cameraRotation.z=-this.armRotation.horizontal},t.exports=s},function(t,e,i){function s(t,e,i){this.data=t,this.column=e,this.graph=i,this.index=void 0,this.value=void 0,this.values=i.getDistinctValues(t.get(),this.column),this.values.sort(function(t,e){return t>e?1:e>t?-1:0}),this.values.length>0&&this.selectValue(0),this.dataPoints=[],this.loaded=!1,this.onLoadCallback=void 0,i.animationPreload?(this.loaded=!1,this.loadInBackground()):this.loaded=!0}var o=i(4);s.prototype.isLoaded=function(){return this.loaded},s.prototype.getLoadedProgress=function(){for(var t=this.values.length,e=0;this.dataPoints[e];)e++;return Math.round(e/t*100)},s.prototype.getLabel=function(){return this.graph.filterLabel},s.prototype.getColumn=function(){return this.column},s.prototype.getSelectedValue=function(){return void 0===this.index?void 0:this.values[this.index]},s.prototype.getValues=function(){return this.values},s.prototype.getValue=function(t){if(t>=this.values.length)throw"Error: index out of range";return this.values[t]},s.prototype._getDataPoints=function(t){if(void 0===t&&(t=this.index),void 0===t)return[]; +var e;if(this.dataPoints[t])e=this.dataPoints[t];else{var i={};i.column=this.column,i.value=this.values[t];var s=new o(this.data,{filter:function(t){return t[i.column]==i.value}}).get();e=this.graph._getDataPoints(s),this.dataPoints[t]=e}return e},s.prototype.setOnLoadCallback=function(t){this.onLoadCallback=t},s.prototype.selectValue=function(t){if(t>=this.values.length)throw"Error: index out of range";this.index=t,this.value=this.values[t]},s.prototype.loadInBackground=function(t){void 0===t&&(t=0);var e=this.graph.frame;if(t0&&(t--,this.setIndex(t))},s.prototype.next=function(){var t=this.getIndex();t0?this.setIndex(0):this.index=void 0},s.prototype.setIndex=function(t){if(!(ts&&(s=0),s>this.values.length-1&&(s=this.values.length-1),s},s.prototype.indexToLeft=function(t){var e=parseFloat(this.frame.bar.style.width)-this.frame.slide.clientWidth-10,i=t/(this.values.length-1)*e,s=i+3;return s},s.prototype._onMouseMove=function(t){var e=t.clientX-this.startClientX,i=this.startSlideX+e,s=this.leftToIndex(i);this.setIndex(s),o.preventDefault()},s.prototype._onMouseUp=function(){this.frame.style.cursor="auto",o.removeEventListener(document,"mousemove",this.onmousemove),o.removeEventListener(document,"mouseup",this.onmouseup),o.preventDefault()},t.exports=s},function(t){function e(t,e,i,s){this._start=0,this._end=0,this._step=1,this.prettyStep=!0,this.precision=5,this._current=0,this.setRange(t,e,i,s)}e.prototype.setRange=function(t,e,i,s){this._start=t?t:0,this._end=e?e:0,this.setStep(i,s)},e.prototype.setStep=function(t,i){void 0===t||0>=t||(void 0!==i&&(this.prettyStep=i),this._step=this.prettyStep===!0?e.calculatePrettyStep(t):t)},e.calculatePrettyStep=function(t){var e=function(t){return Math.log(t)/Math.LN10},i=Math.pow(10,Math.round(e(t))),s=2*Math.pow(10,Math.round(e(t/2))),o=5*Math.pow(10,Math.round(e(t/5))),n=i;return Math.abs(s-t)<=Math.abs(n-t)&&(n=s),Math.abs(o-t)<=Math.abs(n-t)&&(n=o),0>=n&&(n=1),n},e.prototype.getCurrent=function(){return parseFloat(this._current.toPrecision(this.precision))},e.prototype.getStep=function(){return this._step},e.prototype.start=function(){this._current=this._start-this._start%this._step},e.prototype.next=function(){this._current+=this._step},e.prototype.end=function(){return this._current>this._end},t.exports=e},function(t,e,i){function s(t,e,i,r){if(!(this instanceof s))throw new SyntaxError("Constructor must be called with the new operator");if(!(Array.isArray(i)||i instanceof n)&&i instanceof Object){var h=r;r=i,i=h}var u=this;this.defaultOptions={start:null,end:null,autoResize:!0,orientation:"bottom",width:null,height:null,maxHeight:null,minHeight:null},this.options=o.deepExtend({},this.defaultOptions),this._create(t),this.components=[],this.body={dom:this.dom,domProps:this.props,emitter:{on:this.on.bind(this),off:this.off.bind(this),emit:this.emit.bind(this)},hiddenDates:[],util:{snap:null,toScreen:u._toScreen.bind(u),toGlobalScreen:u._toGlobalScreen.bind(u),toTime:u._toTime.bind(u),toGlobalTime:u._toGlobalTime.bind(u)}},this.range=new a(this.body),this.components.push(this.range),this.body.range=this.range,this.timeAxis=new d(this.body),this.components.push(this.timeAxis),this.body.util.snap=this.timeAxis.snap.bind(this.timeAxis),this.currentTime=new l(this.body),this.components.push(this.currentTime),this.customTime=new c(this.body),this.components.push(this.customTime),this.itemSet=new p(this.body),this.components.push(this.itemSet),this.itemsData=null,this.groupsData=null,r&&this.setOptions(r),i&&this.setGroups(i),e?this.setItems(e):this.redraw()}var o=(i(56),i(45),i(1)),n=i(3),r=i(4),a=i(17),h=i(46),d=i(30),l=i(21),c=i(22),p=i(27);s.prototype=new h,s.prototype.setItems=function(t){var e,i=null==this.itemsData;if(e=t?t instanceof n||t instanceof r?t:new n(t,{type:{start:"Date",end:"Date"}}):null,this.itemsData=e,this.itemSet&&this.itemSet.setItems(e),i)if(void 0!=this.options.start||void 0!=this.options.end){if(void 0==this.options.start||void 0==this.options.end)var s=this._getDataRange();var o=void 0!=this.options.start?this.options.start:s.start,a=void 0!=this.options.end?this.options.end:s.end;this.setWindow(o,a,{animate:!1})}else this.fit({animate:!1})},s.prototype.setGroups=function(t){var e;e=t?t instanceof n||t instanceof r?t:new n(t):null,this.groupsData=e,this.itemSet.setGroups(e)},s.prototype.setSelection=function(t,e){this.itemSet&&this.itemSet.setSelection(t),e&&e.focus&&this.focus(t,e)},s.prototype.getSelection=function(){return this.itemSet&&this.itemSet.getSelection()||[]},s.prototype.focus=function(t,e){if(this.itemsData&&void 0!=t){var i=Array.isArray(t)?t:[t],s=this.itemsData.getDataSet().get(i,{type:{start:"Date",end:"Date"}}),o=null,n=null;if(s.forEach(function(t){var e=t.start.valueOf(),i="end"in t?t.end.valueOf():t.start.valueOf();(null===o||o>e)&&(o=e),(null===n||i>n)&&(n=i)}),null!==o&&null!==n){var r=(o+n)/2,a=Math.max(this.range.end-this.range.start,1.1*(n-o)),h=e&&void 0!==e.animate?e.animate:!0;this.range.setRange(r-a/2,r+a/2,h)}}},s.prototype.getItemRange=function(){var t=this.itemsData.getDataSet(),e=null,i=null;if(t){var s=t.min("start");e=s?o.convert(s.start,"Date").valueOf():null;var n=t.max("start");n&&(i=o.convert(n.start,"Date").valueOf());var r=t.max("end");r&&(i=null==i?o.convert(r.end,"Date").valueOf():Math.max(i,o.convert(r.end,"Date").valueOf()))}return{min:null!=e?new Date(e):null,max:null!=i?new Date(i):null}},t.exports=s},function(t,e,i){function s(t,e,i,s){if(!(Array.isArray(i)||i instanceof n)&&i instanceof Object){var r=s;s=i,i=r}var h=this;this.defaultOptions={start:null,end:null,autoResize:!0,orientation:"bottom",width:null,height:null,maxHeight:null,minHeight:null},this.options=o.deepExtend({},this.defaultOptions),this._create(t),this.components=[],this.body={dom:this.dom,domProps:this.props,emitter:{on:this.on.bind(this),off:this.off.bind(this),emit:this.emit.bind(this)},hiddenDates:[],util:{snap:null,toScreen:h._toScreen.bind(h),toGlobalScreen:h._toGlobalScreen.bind(h),toTime:h._toTime.bind(h),toGlobalTime:h._toGlobalTime.bind(h)}},this.range=new a(this.body),this.components.push(this.range),this.body.range=this.range,this.timeAxis=new d(this.body),this.components.push(this.timeAxis),this.body.util.snap=this.timeAxis.snap.bind(this.timeAxis),this.currentTime=new l(this.body),this.components.push(this.currentTime),this.customTime=new c(this.body),this.components.push(this.customTime),this.linegraph=new p(this.body),this.components.push(this.linegraph),this.itemsData=null,this.groupsData=null,s&&this.setOptions(s),i&&this.setGroups(i),e?this.setItems(e):this.redraw()}var o=(i(56),i(45),i(1)),n=i(3),r=i(4),a=i(17),h=i(46),d=i(30),l=i(21),c=i(22),p=i(29);s.prototype=new h,s.prototype.setItems=function(t){var e,i=null==this.itemsData;if(e=t?t instanceof n||t instanceof r?t:new n(t,{type:{start:"Date",end:"Date"}}):null,this.itemsData=e,this.linegraph&&this.linegraph.setItems(e),i)if(void 0!=this.options.start||void 0!=this.options.end){var s=void 0!=this.options.start?this.options.start:null,o=void 0!=this.options.end?this.options.end:null;this.setWindow(s,o,{animate:!1})}else this.fit({animate:!1})},s.prototype.setGroups=function(t){var e;e=t?t instanceof n||t instanceof r?t:new n(t):null,this.groupsData=e,this.linegraph.setGroups(e)},s.prototype.getLegend=function(t,e,i){return void 0===e&&(e=15),void 0===i&&(i=15),void 0!==this.linegraph.groups[t]?this.linegraph.groups[t].getLegend(e,i):"cannot find group:"+t},s.prototype.isGroupVisible=function(t){return void 0!==this.linegraph.groups[t]?this.linegraph.groups[t].visible&&(void 0===this.linegraph.options.groups.visibility[t]||1==this.linegraph.options.groups.visibility[t]):!1},s.prototype.getItemRange=function(){var t=null,e=null;for(var i in this.linegraph.groups)if(this.linegraph.groups.hasOwnProperty(i)&&1==this.linegraph.groups[i].visible)for(var s=0;sr?r:t,e=null==e?r:r>e?r:e}return{min:null!=t?new Date(t):null,max:null!=e?new Date(e):null}},t.exports=s},function(t,e,i){var s=i(44);e.convertHiddenOptions=function(t,e){if(t.hiddenDates=[],e&&1==Array.isArray(e)){for(var i=0;i=4*a){var p=0,u=n.clone();switch(i[h].repeat){case"daily":d.day()!=l.day()&&(p=1),d.dayOfYear(o.dayOfYear()),d.year(o.year()),d.subtract(7,"days"),l.dayOfYear(o.dayOfYear()),l.year(o.year()),l.subtract(7-p,"days"),u.add(1,"weeks");break;case"weekly":var m=l.diff(d,"days"),f=d.day();d.date(o.date()),d.month(o.month()),d.year(o.year()),l=d.clone(),d.day(f),l.day(f),l.add(m,"days"),d.subtract(1,"weeks"),l.subtract(1,"weeks"),u.add(1,"weeks");break;case"monthly":d.month()!=l.month()&&(p=1),d.month(o.month()),d.year(o.year()),d.subtract(1,"months"),l.month(o.month()),l.year(o.year()),l.subtract(1,"months"),l.add(p,"months"),u.add(1,"months");break;case"yearly":d.year()!=l.year()&&(p=1),d.year(o.year()),d.subtract(1,"years"),l.year(o.year()),l.subtract(1,"years"),l.add(p,"years"),u.add(1,"years");break;default:return void console.log("Wrong repeat format, allowed are: daily, weekly, monthly, yearly. Given:",i[h].repeat)}for(;u>d;)switch(t.hiddenDates.push({start:d.valueOf(),end:l.valueOf()}),i[h].repeat){case"daily":d.add(1,"days"),l.add(1,"days");break;case"weekly":d.add(1,"weeks"),l.add(1,"weeks");break;case"monthly":d.add(1,"months"),l.add(1,"months");break;case"yearly":d.add(1,"y"),l.add(1,"y");break;default:return void console.log("Wrong repeat format, allowed are: daily, weekly, monthly, yearly. Given:",i[h].repeat)}t.hiddenDates.push({start:d.valueOf(),end:l.valueOf()})}}e.removeDuplicates(t);var g=e.isHidden(t.range.start,t.hiddenDates),v=e.isHidden(t.range.end,t.hiddenDates),y=t.range.start,b=t.range.end;1==g.hidden&&(y=1==t.range.startToFront?g.startDate-1:g.endDate+1),1==v.hidden&&(b=1==t.range.endToFront?v.startDate-1:v.endDate+1),(1==g.hidden||1==v.hidden)&&t.range._applyRange(y,b)}},e.removeDuplicates=function(t){for(var e=t.hiddenDates,i=[],s=0;s=e[s].start&&e[o].end<=e[s].end?e[o].remove=!0:e[o].start>=e[s].start&&e[o].start<=e[s].end?(e[s].end=e[o].end,e[o].remove=!0):e[o].end>=e[s].start&&e[o].end<=e[s].end&&(e[s].start=e[o].start,e[o].remove=!0));for(var s=0;s=r&&a>o){i=!0;break}}if(1==i&&o=e&&i>r&&(s+=r-n)}return s},e.correctTimeForHidden=function(t,i,o){return o=s(o).toDate().valueOf(),o-=e.getHiddenDurationBefore(t,i,o)},e.getHiddenDurationBefore=function(t,e,i){var o=0;i=s(i).toDate().valueOf();for(var n=0;n=e.start&&a=a&&(o+=a-r)}return o},e.getAccumulatedHiddenDuration=function(t,e,i){for(var s=0,o=0,n=e.start,r=0;r=e.start&&h=i)break;s+=h-a}}return s},e.snapAwayFromHidden=function(t,i,s,o){var n=e.isHidden(i,t);return 1==n.hidden?0>s?1==o?n.startDate-(n.endDate-i)-1:n.startDate-1:1==o?n.endDate+(i-n.startDate)+1:n.endDate+1:i},e.isHidden=function(t,e){for(var i=0;i=s&&o>t)return{hidden:!0,startDate:s,endDate:o}}return{hidden:!1,startDate:s,endDate:o}}},function(t){function e(t,e,i,s,o,n){this.current=0,this.autoScale=!0,this.stepIndex=0,this.step=1,this.scale=1,this.marginStart,this.marginEnd,this.deadSpace=0,this.majorSteps=[1,2,5,10],this.minorSteps=[.25,.5,1,2],this.alignZeros=n,this.setRange(t,e,i,s,o)}e.prototype.setRange=function(t,e,i,s,o){this._start=void 0===o.min?t:o.min,this._end=void 0===o.max?e:o.max,this._start==this._end&&(this._start-=.75,this._end+=1),1==this.autoScale&&this.setMinimumStep(i,s),this.setFirst(o)},e.prototype.setMinimumStep=function(t,e){var i=this._end-this._start,s=1.2*i,o=t*(s/e),n=Math.round(Math.log(s)/Math.LN10),r=-1,a=Math.pow(10,n),h=0;0>n&&(h=n);for(var d=!1,l=h;Math.abs(l)<=Math.abs(n);l++){a=Math.pow(10,l);for(var c=0;c=o){d=!0,r=c;break}}if(1==d)break}this.stepIndex=r,this.scale=a,this.step=a*this.minorSteps[r]},e.prototype.setFirst=function(t){void 0===t&&(t={});var e=void 0===t.min?this._start-2*this.scale*this.minorSteps[this.stepIndex]:t.min,i=void 0===t.max?this._end+this.scale*this.minorSteps[this.stepIndex]:t.max;this.marginEnd=void 0===t.max?this.roundToMinor(i):t.max,this.marginStart=void 0===t.min?this.roundToMinor(e):t.min,1==this.alignZeros&&(this.marginEnd-this.marginStart)%this.step!=0&&(this.marginEnd+=this.marginEnd%this.step),this.deadSpace=this.roundToMinor(i)-i+this.roundToMinor(e)-e,this.marginRange=this.marginEnd-this.marginStart,this.current=this.marginEnd},e.prototype.roundToMinor=function(t){var e=t-t%(this.scale*this.minorSteps[this.stepIndex]);return t%(this.scale*this.minorSteps[this.stepIndex])>.5*this.scale*this.minorSteps[this.stepIndex]?e+this.scale*this.minorSteps[this.stepIndex]:e},e.prototype.hasNext=function(){return this.current>=this.marginStart},e.prototype.next=function(){var t=this.current;this.current-=this.step,this.current==t&&(this.current=this._end)},e.prototype.previous=function(){this.current+=this.step,this.marginEnd+=this.step,this.marginRange=this.marginEnd-this.marginStart},e.prototype.getCurrent=function(t){var e=Math.abs(this.current)0;s--){if("0"!=i[s]){if("."==i[s]||","==i[s]){i=i.slice(0,s);break}break}i=i.slice(0,s)}}else{var o="",n=i.indexOf("e");if(-1!=n&&(o=i.slice(n),i=i.slice(0,n)),n=Math.max(i.indexOf(","),i.indexOf(".")),-1===n?(0!==t&&(i+="."),n=i.length+t):0!==t&&(n+=t+1),n>i.length)for(var r=n-i.length;r>0;r--)i+="0";else i=i.slice(0,n);i+=o}return i},e.prototype.snap=function(){},e.prototype.isMajor=function(){return this.current%(this.scale*this.majorSteps[this.stepIndex])==0},t.exports=e},function(t,e,i){function s(t,e){var i=h().hours(0).minutes(0).seconds(0).milliseconds(0);this.start=i.clone().add(-3,"days").valueOf(),this.end=i.clone().add(4,"days").valueOf(),this.body=t,this.deltaDifference=0,this.scaleOffset=0,this.startToFront=!1,this.endToFront=!0,this.defaultOptions={start:null,end:null,direction:"horizontal",moveable:!0,zoomable:!0,min:null,max:null,zoomMin:10,zoomMax:31536e10},this.options=r.extend({},this.defaultOptions),this.props={touch:{}},this.animateTimer=null,this.body.emitter.on("dragstart",this._onDragStart.bind(this)),this.body.emitter.on("drag",this._onDrag.bind(this)),this.body.emitter.on("dragend",this._onDragEnd.bind(this)),this.body.emitter.on("hold",this._onHold.bind(this)),this.body.emitter.on("mousewheel",this._onMouseWheel.bind(this)),this.body.emitter.on("DOMMouseScroll",this._onMouseWheel.bind(this)),this.body.emitter.on("touch",this._onTouch.bind(this)),this.body.emitter.on("pinch",this._onPinch.bind(this)),this.setOptions(e)}function o(t){if("horizontal"!=t&&"vertical"!=t)throw new TypeError('Unknown direction "'+t+'". Choose "horizontal" or "vertical".')}function n(t,e){return{x:t.pageX-r.getAbsoluteLeft(e),y:t.pageY-r.getAbsoluteTop(e)}}var r=i(1),a=i(48),h=i(44),d=i(20),l=i(15);s.prototype=new d,s.prototype.setOptions=function(t){if(t){var e=["direction","min","max","zoomMin","zoomMax","moveable","zoomable","activate","hiddenDates"];r.selectiveExtend(e,this.options,t),("start"in t||"end"in t)&&this.setRange(t.start,t.end)}},s.prototype.setRange=function(t,e,i,s){s!==!0&&(s=!1);var o=void 0!=t?r.convert(t,"Date").valueOf():null,n=void 0!=e?r.convert(e,"Date").valueOf():null;if(this._cancelAnimation(),i){var a=this,h=this.start,d=this.end,c="number"==typeof i?i:500,p=(new Date).valueOf(),u=!1,m=function(){if(!a.props.touch.dragging){var t=(new Date).valueOf(),e=t-p,i=e>c,g=i||null===o?o:r.easeInOutQuad(e,h,o,c),v=i||null===n?n:r.easeInOutQuad(e,d,n,c);f=a._applyRange(g,v),l.updateHiddenDates(a.body,a.options.hiddenDates),u=u||f,f&&a.body.emitter.emit("rangechange",{start:new Date(a.start),end:new Date(a.end),byUser:s}),i?u&&a.body.emitter.emit("rangechanged",{start:new Date(a.start),end:new Date(a.end),byUser:s}):a.animateTimer=setTimeout(m,20)}};return m()}var f=this._applyRange(o,n);if(l.updateHiddenDates(this.body,this.options.hiddenDates),f){var g={start:new Date(this.start),end:new Date(this.end),byUser:s};this.body.emitter.emit("rangechange",g),this.body.emitter.emit("rangechanged",g)}},s.prototype._cancelAnimation=function(){this.animateTimer&&(clearTimeout(this.animateTimer),this.animateTimer=null)},s.prototype._applyRange=function(t,e){var i,s=null!=t?r.convert(t,"Date").valueOf():this.start,o=null!=e?r.convert(e,"Date").valueOf():this.end,n=null!=this.options.max?r.convert(this.options.max,"Date").valueOf():null,a=null!=this.options.min?r.convert(this.options.min,"Date").valueOf():null;if(isNaN(s)||null===s)throw new Error('Invalid start "'+t+'"');if(isNaN(o)||null===o)throw new Error('Invalid end "'+e+'"');if(s>o&&(o=s),null!==a&&a>s&&(i=a-s,s+=i,o+=i,null!=n&&o>n&&(o=n)),null!==n&&o>n&&(i=o-n,s-=i,o-=i,null!=a&&a>s&&(s=a)),null!==this.options.zoomMin){var h=parseFloat(this.options.zoomMin);0>h&&(h=0),h>o-s&&(this.end-this.start===h?(s=this.start,o=this.end):(i=h-(o-s),s-=i/2,o+=i/2))}if(null!==this.options.zoomMax){var d=parseFloat(this.options.zoomMax);0>d&&(d=0),o-s>d&&(this.end-this.start===d?(s=this.start,o=this.end):(i=o-s-d,s+=i/2,o-=i/2))}var l=this.start!=s||this.end!=o;return s>=this.start&&s<=this.end||o>=this.start&&o<=this.end||this.start>=s&&this.start<=o||this.end>=s&&this.end<=o||this.body.emitter.emit("checkRangedItems"),this.start=s,this.end=o,l},s.prototype.getRange=function(){return{start:this.start,end:this.end}},s.prototype.conversion=function(t,e){return s.conversion(this.start,this.end,t,e)},s.conversion=function(t,e,i,s){return void 0===s&&(s=0),0!=i&&e-t!=0?{offset:t,scale:i/(e-t-s)}:{offset:0,scale:1}},s.prototype._onDragStart=function(){this.deltaDifference=0,this.previousDelta=0,this.options.moveable&&this.props.touch.allowDragging&&(this.props.touch.start=this.start,this.props.touch.end=this.end,this.props.touch.dragging=!0,this.body.dom.root&&(this.body.dom.root.style.cursor="move"))},s.prototype._onDrag=function(t){if(this.options.moveable&&this.props.touch.allowDragging){var e=this.options.direction;o(e);var i="horizontal"==e?t.gesture.deltaX:t.gesture.deltaY;i-=this.deltaDifference;var s=this.props.touch.end-this.props.touch.start,n=l.getHiddenDurationBetween(this.body.hiddenDates,this.start,this.end);s-=n;var r="horizontal"==e?this.body.domProps.center.width:this.body.domProps.center.height,a=-i/r*s,h=this.props.touch.start+a,d=this.props.touch.end+a,c=l.snapAwayFromHidden(this.body.hiddenDates,h,this.previousDelta-i,!0),p=l.snapAwayFromHidden(this.body.hiddenDates,d,this.previousDelta-i,!0);if(c!=h||p!=d)return this.deltaDifference+=i,this.props.touch.start=c,this.props.touch.end=p,void this._onDrag(t);this.previousDelta=i,this._applyRange(h,d),this.body.emitter.emit("rangechange",{start:new Date(this.start),end:new Date(this.end),byUser:!0})}},s.prototype._onDragEnd=function(){this.options.moveable&&this.props.touch.allowDragging&&(this.props.touch.dragging=!1,this.body.dom.root&&(this.body.dom.root.style.cursor="auto"),this.body.emitter.emit("rangechanged",{start:new Date(this.start),end:new Date(this.end),byUser:!0}))},s.prototype._onMouseWheel=function(t){if(this.options.zoomable&&this.options.moveable){var e=0;if(t.wheelDelta?e=t.wheelDelta/120:t.detail&&(e=-t.detail/3),e){var i;i=0>e?1-e/5:1/(1+e/5);var s=a.fakeGesture(this,t),o=n(s.center,this.body.dom.center),r=this._pointerToDate(o);this.zoom(i,r,e)}t.preventDefault()}},s.prototype._onTouch=function(){this.props.touch.start=this.start,this.props.touch.end=this.end,this.props.touch.allowDragging=!0,this.props.touch.center=null,this.scaleOffset=0,this.deltaDifference=0},s.prototype._onHold=function(){this.props.touch.allowDragging=!1},s.prototype._onPinch=function(t){if(this.options.zoomable&&this.options.moveable&&(this.props.touch.allowDragging=!1,t.gesture.touches.length>1)){this.props.touch.center||(this.props.touch.center=n(t.gesture.center,this.body.dom.center));var e=1/(t.gesture.scale+this.scaleOffset),i=this._pointerToDate(this.props.touch.center),s=l.getHiddenDurationBetween(this.body.hiddenDates,this.start,this.end),o=l.getHiddenDurationBefore(this.body.hiddenDates,this,i),r=s-o,a=i-o+(this.props.touch.start-(i-o))*e,h=i+r+(this.props.touch.end-(i+r))*e;this.startToFront=1-e>0?!1:!0,this.endToFront=e-1>0?!1:!0;var d=l.snapAwayFromHidden(this.body.hiddenDates,a,1-e,!0),c=l.snapAwayFromHidden(this.body.hiddenDates,h,e-1,!0);(d!=a||c!=h)&&(this.props.touch.start=d,this.props.touch.end=c,this.scaleOffset=1-t.gesture.scale,a=d,h=c),this.setRange(a,h,!1,!0),this.startToFront=!1,this.endToFront=!0}},s.prototype._pointerToDate=function(t){var e,i=this.options.direction;if(o(i),"horizontal"==i)return this.body.util.toTime(t.x).valueOf();var s=this.body.domProps.center.height;return e=this.conversion(s),t.y/e.scale+e.offset},s.prototype.zoom=function(t,e,i){null==e&&(e=(this.start+this.end)/2);var s=l.getHiddenDurationBetween(this.body.hiddenDates,this.start,this.end),o=l.getHiddenDurationBefore(this.body.hiddenDates,this,e),n=s-o,r=e-o+(this.start-(e-o))*t,a=e+n+(this.end-(e+n))*t;this.startToFront=i>0?!1:!0,this.endToFront=-i>0?!1:!0;var h=l.snapAwayFromHidden(this.body.hiddenDates,r,i,!0),d=l.snapAwayFromHidden(this.body.hiddenDates,a,-i,!0);(h!=r||d!=a)&&(r=h,a=d),this.setRange(r,a,!1,!0),this.startToFront=!1,this.endToFront=!0},s.prototype.move=function(t){var e=this.end-this.start,i=this.start+e*t,s=this.end+e*t;this.start=i,this.end=s},s.prototype.moveTo=function(t){var e=(this.start+this.end)/2,i=e-t,s=this.start-i,o=this.end-i;this.setRange(s,o)},t.exports=s},function(t,e){var i=.001;e.orderByStart=function(t){t.sort(function(t,e){return t.data.start-e.data.start})},e.orderByEnd=function(t){t.sort(function(t,e){var i="end"in t.data?t.data.end:t.data.start,s="end"in e.data?e.data.end:e.data.start;return i-s})},e.stack=function(t,i,s){var o,n;if(s)for(o=0,n=t.length;n>o;o++)t[o].top=null;for(o=0,n=t.length;n>o;o++){var r=t[o];if(r.stack&&null===r.top){r.top=i.axis;do{for(var a=null,h=0,d=t.length;d>h;h++){var l=t[h];if(null!==l.top&&l!==r&&l.stack&&e.collision(r,l,i.item)){a=l;break}}null!=a&&(r.top=a.top+a.height+i.item.vertical)}while(a)}}},e.nostack=function(t,e,i){var s,o,n;for(s=0,o=t.length;o>s;s++)if(void 0!==t[s].data.subgroup){n=e.axis;for(var r in i)i.hasOwnProperty(r)&&1==i[r].visible&&i[r].indexe.left&&t.top-s.vertical+ie.top}},function(t,e,i){function s(t,e,i,o){this.current=new Date,this._start=new Date,this._end=new Date,this.autoScale=!0,this.scale="day",this.step=1,this.setRange(t,e,i),this.switchedDay=!1,this.switchedMonth=!1,this.switchedYear=!1,this.hiddenDates=o,void 0===o&&(this.hiddenDates=[]),this.format=s.FORMAT}var o=i(44),n=i(15),r=i(1);s.FORMAT={minorLabels:{millisecond:"SSS",second:"s",minute:"HH:mm",hour:"HH:mm",weekday:"ddd D",day:"D",month:"MMM",year:"YYYY"},majorLabels:{millisecond:"HH:mm:ss",second:"D MMMM HH:mm",minute:"ddd D MMMM",hour:"ddd D MMMM",weekday:"MMMM YYYY",day:"MMMM YYYY",month:"YYYY",year:""}},s.prototype.setFormat=function(t){var e=r.deepExtend({},s.FORMAT);this.format=r.deepExtend(e,t)},s.prototype.setRange=function(t,e,i){if(!(t instanceof Date&&e instanceof Date))throw"No legal start or end date in method setRange";this._start=void 0!=t?new Date(t.valueOf()):new Date,this._end=void 0!=e?new Date(e.valueOf()):new Date,this.autoScale&&this.setMinimumStep(i)},s.prototype.first=function(){this.current=new Date(this._start.valueOf()),this.roundToMinor()},s.prototype.roundToMinor=function(){switch(this.scale){case"year":this.current.setFullYear(this.step*Math.floor(this.current.getFullYear()/this.step)),this.current.setMonth(0);case"month":this.current.setDate(1);case"day":case"weekday":this.current.setHours(0);case"hour":this.current.setMinutes(0);case"minute":this.current.setSeconds(0);case"second":this.current.setMilliseconds(0)}if(1!=this.step)switch(this.scale){case"millisecond":this.current.setMilliseconds(this.current.getMilliseconds()-this.current.getMilliseconds()%this.step);break;case"second":this.current.setSeconds(this.current.getSeconds()-this.current.getSeconds()%this.step);break;case"minute":this.current.setMinutes(this.current.getMinutes()-this.current.getMinutes()%this.step); +break;case"hour":this.current.setHours(this.current.getHours()-this.current.getHours()%this.step);break;case"weekday":case"day":this.current.setDate(this.current.getDate()-1-(this.current.getDate()-1)%this.step+1);break;case"month":this.current.setMonth(this.current.getMonth()-this.current.getMonth()%this.step);break;case"year":this.current.setFullYear(this.current.getFullYear()-this.current.getFullYear()%this.step)}},s.prototype.hasNext=function(){return this.current.valueOf()<=this._end.valueOf()},s.prototype.next=function(){var t=this.current.valueOf();if(this.current.getMonth()<6)switch(this.scale){case"millisecond":this.current=new Date(this.current.valueOf()+this.step);break;case"second":this.current=new Date(this.current.valueOf()+1e3*this.step);break;case"minute":this.current=new Date(this.current.valueOf()+1e3*this.step*60);break;case"hour":this.current=new Date(this.current.valueOf()+1e3*this.step*60*60);var e=this.current.getHours();this.current.setHours(e-e%this.step);break;case"weekday":case"day":this.current.setDate(this.current.getDate()+this.step);break;case"month":this.current.setMonth(this.current.getMonth()+this.step);break;case"year":this.current.setFullYear(this.current.getFullYear()+this.step)}else switch(this.scale){case"millisecond":this.current=new Date(this.current.valueOf()+this.step);break;case"second":this.current.setSeconds(this.current.getSeconds()+this.step);break;case"minute":this.current.setMinutes(this.current.getMinutes()+this.step);break;case"hour":this.current.setHours(this.current.getHours()+this.step);break;case"weekday":case"day":this.current.setDate(this.current.getDate()+this.step);break;case"month":this.current.setMonth(this.current.getMonth()+this.step);break;case"year":this.current.setFullYear(this.current.getFullYear()+this.step)}if(1!=this.step)switch(this.scale){case"millisecond":this.current.getMilliseconds()0&&(this.step=e),this.autoScale=!1},s.prototype.setAutoScale=function(t){this.autoScale=t},s.prototype.setMinimumStep=function(t){if(void 0!=t){var e=31104e6,i=2592e6,s=864e5,o=36e5,n=6e4,r=1e3,a=1;1e3*e>t&&(this.scale="year",this.step=1e3),500*e>t&&(this.scale="year",this.step=500),100*e>t&&(this.scale="year",this.step=100),50*e>t&&(this.scale="year",this.step=50),10*e>t&&(this.scale="year",this.step=10),5*e>t&&(this.scale="year",this.step=5),e>t&&(this.scale="year",this.step=1),3*i>t&&(this.scale="month",this.step=3),i>t&&(this.scale="month",this.step=1),5*s>t&&(this.scale="day",this.step=5),2*s>t&&(this.scale="day",this.step=2),s>t&&(this.scale="day",this.step=1),s/2>t&&(this.scale="weekday",this.step=1),4*o>t&&(this.scale="hour",this.step=4),o>t&&(this.scale="hour",this.step=1),15*n>t&&(this.scale="minute",this.step=15),10*n>t&&(this.scale="minute",this.step=10),5*n>t&&(this.scale="minute",this.step=5),n>t&&(this.scale="minute",this.step=1),15*r>t&&(this.scale="second",this.step=15),10*r>t&&(this.scale="second",this.step=10),5*r>t&&(this.scale="second",this.step=5),r>t&&(this.scale="second",this.step=1),200*a>t&&(this.scale="millisecond",this.step=200),100*a>t&&(this.scale="millisecond",this.step=100),50*a>t&&(this.scale="millisecond",this.step=50),10*a>t&&(this.scale="millisecond",this.step=10),5*a>t&&(this.scale="millisecond",this.step=5),a>t&&(this.scale="millisecond",this.step=1)}},s.prototype.snap=function(t){var e=new Date(t.valueOf());if("year"==this.scale){var i=e.getFullYear()+Math.round(e.getMonth()/12);e.setFullYear(Math.round(i/this.step)*this.step),e.setMonth(0),e.setDate(0),e.setHours(0),e.setMinutes(0),e.setSeconds(0),e.setMilliseconds(0)}else if("month"==this.scale)e.getDate()>15?(e.setDate(1),e.setMonth(e.getMonth()+1)):e.setDate(1),e.setHours(0),e.setMinutes(0),e.setSeconds(0),e.setMilliseconds(0);else if("day"==this.scale){switch(this.step){case 5:case 2:e.setHours(24*Math.round(e.getHours()/24));break;default:e.setHours(12*Math.round(e.getHours()/12))}e.setMinutes(0),e.setSeconds(0),e.setMilliseconds(0)}else if("weekday"==this.scale){switch(this.step){case 5:case 2:e.setHours(12*Math.round(e.getHours()/12));break;default:e.setHours(6*Math.round(e.getHours()/6))}e.setMinutes(0),e.setSeconds(0),e.setMilliseconds(0)}else if("hour"==this.scale){switch(this.step){case 4:e.setMinutes(60*Math.round(e.getMinutes()/60));break;default:e.setMinutes(30*Math.round(e.getMinutes()/30))}e.setSeconds(0),e.setMilliseconds(0)}else if("minute"==this.scale){switch(this.step){case 15:case 10:e.setMinutes(5*Math.round(e.getMinutes()/5)),e.setSeconds(0);break;case 5:e.setSeconds(60*Math.round(e.getSeconds()/60));break;default:e.setSeconds(30*Math.round(e.getSeconds()/30))}e.setMilliseconds(0)}else if("second"==this.scale)switch(this.step){case 15:case 10:e.setSeconds(5*Math.round(e.getSeconds()/5)),e.setMilliseconds(0);break;case 5:e.setMilliseconds(1e3*Math.round(e.getMilliseconds()/1e3));break;default:e.setMilliseconds(500*Math.round(e.getMilliseconds()/500))}else if("millisecond"==this.scale){var s=this.step>5?this.step/2:1;e.setMilliseconds(Math.round(e.getMilliseconds()/s)*s)}return e},s.prototype.isMajor=function(){if(1==this.switchedYear)switch(this.switchedYear=!1,this.scale){case"year":case"month":case"weekday":case"day":case"hour":case"minute":case"second":case"millisecond":return!0;default:return!1}else if(1==this.switchedMonth)switch(this.switchedMonth=!1,this.scale){case"weekday":case"day":case"hour":case"minute":case"second":case"millisecond":return!0;default:return!1}else if(1==this.switchedDay)switch(this.switchedDay=!1,this.scale){case"millisecond":case"second":case"minute":case"hour":return!0;default:return!1}switch(this.scale){case"millisecond":return 0==this.current.getMilliseconds();case"second":return 0==this.current.getSeconds();case"minute":return 0==this.current.getHours()&&0==this.current.getMinutes();case"hour":return 0==this.current.getHours();case"weekday":case"day":return 1==this.current.getDate();case"month":return 0==this.current.getMonth();case"year":return!1;default:return!1}},s.prototype.getLabelMinor=function(t){void 0==t&&(t=this.current);var e=this.format.minorLabels[this.scale];return e&&e.length>0?o(t).format(e):""},s.prototype.getLabelMajor=function(t){void 0==t&&(t=this.current);var e=this.format.majorLabels[this.scale];return e&&e.length>0?o(t).format(e):""},s.prototype.getClassName=function(){function t(t){return t/h%2==0?" even":" odd"}function e(t){return t.isSame(new Date,"day")?" today":t.isSame(o().add(1,"day"),"day")?" tomorrow":t.isSame(o().add(-1,"day"),"day")?" yesterday":""}function i(t){return t.isSame(new Date,"week")?" current-week":""}function s(t){return t.isSame(new Date,"month")?" current-month":""}function n(t){return t.isSame(new Date,"year")?" current-year":""}var r=o(this.current),a=r.locale?r.locale("en"):r.lang("en"),h=this.step;switch(this.scale){case"millisecond":return t(a.milliseconds()).trim();case"second":return t(a.seconds()).trim();case"minute":return t(a.minutes()).trim();case"hour":var d=a.hours();return 4==this.step&&(d=d+"-"+(d+4)),d+"h"+e(a)+t(a.hours());case"weekday":return a.format("dddd").toLowerCase()+e(a)+i(a)+t(a.date());case"day":var l=a.date(),c=a.format("MMMM").toLowerCase();return"day"+l+" "+c+s(a)+t(l-1);case"month":return a.format("MMMM").toLowerCase()+s(a)+t(a.month());case"year":var p=a.year();return"year"+p+n(a)+t(p);default:return""}},t.exports=s},function(t){function e(){this.options=null,this.props=null}e.prototype.setOptions=function(t){t&&util.extend(this.options,t)},e.prototype.redraw=function(){return!1},e.prototype.destroy=function(){},e.prototype._isResized=function(){var t=this.props._previousWidth!==this.props.width||this.props._previousHeight!==this.props.height;return this.props._previousWidth=this.props.width,this.props._previousHeight=this.props.height,t},t.exports=e},function(t,e,i){function s(t,e){this.body=t,this.defaultOptions={showCurrentTime:!0,locales:a,locale:"en"},this.options=o.extend({},this.defaultOptions),this.offset=0,this._create(),this.setOptions(e)}var o=i(1),n=i(20),r=i(44),a=i(47);s.prototype=new n,s.prototype._create=function(){var t=document.createElement("div");t.className="currenttime",t.style.position="absolute",t.style.top="0px",t.style.height="100%",this.bar=t},s.prototype.destroy=function(){this.options.showCurrentTime=!1,this.redraw(),this.body=null},s.prototype.setOptions=function(t){t&&o.selectiveExtend(["showCurrentTime","locale","locales"],this.options,t)},s.prototype.redraw=function(){if(this.options.showCurrentTime){var t=this.body.dom.backgroundVertical;this.bar.parentNode!=t&&(this.bar.parentNode&&this.bar.parentNode.removeChild(this.bar),t.appendChild(this.bar),this.start());var e=new Date((new Date).valueOf()+this.offset),i=this.body.util.toScreen(e),s=this.options.locales[this.options.locale],o=s.current+" "+s.time+": "+r(e).format("dddd, MMMM Do YYYY, H:mm:ss");o=o.charAt(0).toUpperCase()+o.substring(1),this.bar.style.left=i+"px",this.bar.title=o}else this.bar.parentNode&&this.bar.parentNode.removeChild(this.bar),this.stop();return!1},s.prototype.start=function(){function t(){e.stop();var i=e.body.range.conversion(e.body.domProps.center.width).scale,s=1/i/10;30>s&&(s=30),s>1e3&&(s=1e3),e.redraw(),e.currentTimeTimer=setTimeout(t,s)}var e=this;t()},s.prototype.stop=function(){void 0!==this.currentTimeTimer&&(clearTimeout(this.currentTimeTimer),delete this.currentTimeTimer)},s.prototype.setCurrentTime=function(t){var e=o.convert(t,"Date").valueOf(),i=(new Date).valueOf();this.offset=e-i,this.redraw()},s.prototype.getCurrentTime=function(){return new Date((new Date).valueOf()+this.offset)},t.exports=s},function(t,e,i){function s(t,e){this.body=t,this.defaultOptions={showCustomTime:!1,locales:h,locale:"en"},this.options=n.extend({},this.defaultOptions),this.customTime=new Date,this.eventParams={},this._create(),this.setOptions(e)}var o=i(45),n=i(1),r=i(20),a=i(44),h=i(47);s.prototype=new r,s.prototype.setOptions=function(t){t&&n.selectiveExtend(["showCustomTime","locale","locales"],this.options,t)},s.prototype._create=function(){var t=document.createElement("div");t.className="customtime",t.style.position="absolute",t.style.top="0px",t.style.height="100%",this.bar=t;var e=document.createElement("div");e.style.position="relative",e.style.top="0px",e.style.left="-10px",e.style.height="100%",e.style.width="20px",t.appendChild(e),this.hammer=o(t,{prevent_default:!0}),this.hammer.on("dragstart",this._onDragStart.bind(this)),this.hammer.on("drag",this._onDrag.bind(this)),this.hammer.on("dragend",this._onDragEnd.bind(this))},s.prototype.destroy=function(){this.options.showCustomTime=!1,this.redraw(),this.hammer.enable(!1),this.hammer=null,this.body=null},s.prototype.redraw=function(){if(this.options.showCustomTime){var t=this.body.dom.backgroundVertical;this.bar.parentNode!=t&&(this.bar.parentNode&&this.bar.parentNode.removeChild(this.bar),t.appendChild(this.bar));var e=this.body.util.toScreen(this.customTime),i=this.options.locales[this.options.locale],s=i.time+": "+a(this.customTime).format("dddd, MMMM Do YYYY, H:mm:ss");s=s.charAt(0).toUpperCase()+s.substring(1),this.bar.style.left=e+"px",this.bar.title=s}else this.bar.parentNode&&this.bar.parentNode.removeChild(this.bar);return!1},s.prototype.setCustomTime=function(t){this.customTime=n.convert(t,"Date"),this.redraw()},s.prototype.getCustomTime=function(){return new Date(this.customTime.valueOf())},s.prototype._onDragStart=function(t){this.eventParams.dragging=!0,this.eventParams.customTime=this.customTime,t.stopPropagation(),t.preventDefault()},s.prototype._onDrag=function(t){if(this.eventParams.dragging){var e=t.gesture.deltaX,i=this.body.util.toScreen(this.eventParams.customTime)+e,s=this.body.util.toTime(i);this.setCustomTime(s),this.body.emitter.emit("timechange",{time:new Date(this.customTime.valueOf())}),t.stopPropagation(),t.preventDefault()}},s.prototype._onDragEnd=function(t){this.eventParams.dragging&&(this.body.emitter.emit("timechanged",{time:new Date(this.customTime.valueOf())}),t.stopPropagation(),t.preventDefault())},t.exports=s},function(t,e,i){function s(t,e,i,s){this.id=o.randomUUID(),this.body=t,this.defaultOptions={orientation:"left",showMinorLabels:!0,showMajorLabels:!0,icons:!0,majorLinesOffset:7,minorLinesOffset:4,labelOffsetX:10,labelOffsetY:2,iconWidth:20,width:"40px",visible:!0,alignZeros:!0,customRange:{left:{min:void 0,max:void 0},right:{min:void 0,max:void 0}},title:{left:{text:void 0},right:{text:void 0}},format:{left:{decimals:void 0},right:{decimals:void 0}}},this.linegraphOptions=s,this.linegraphSVG=i,this.props={},this.DOMelements={lines:{},labels:{},title:{}},this.dom={},this.range={start:0,end:0},this.options=o.extend({},this.defaultOptions),this.conversionFactor=1,this.setOptions(e),this.width=Number((""+this.options.width).replace("px","")),this.minWidth=this.width,this.height=this.linegraphSVG.offsetHeight,this.hidden=!1,this.stepPixels=25,this.stepPixelsForced=25,this.zeroCrossing=-1,this.lineOffset=0,this.master=!0,this.svgElements={},this.iconsRemoved=!1,this.groups={},this.amountOfGroups=0,this._create();var n=this;this.body.emitter.on("verticalDrag",function(){n.dom.lineContainer.style.top=n.body.domProps.scrollTop+"px"})}var o=i(1),n=i(2),r=i(20),a=i(16);s.prototype=new r,s.prototype.addGroup=function(t,e){this.groups.hasOwnProperty(t)||(this.groups[t]=e),this.amountOfGroups+=1},s.prototype.updateGroup=function(t,e){this.groups[t]=e},s.prototype.removeGroup=function(t){this.groups.hasOwnProperty(t)&&(delete this.groups[t],this.amountOfGroups-=1)},s.prototype.setOptions=function(t){if(t){var e=!1;this.options.orientation!=t.orientation&&void 0!==t.orientation&&(e=!0);var i=["orientation","showMinorLabels","showMajorLabels","icons","majorLinesOffset","minorLinesOffset","labelOffsetX","labelOffsetY","iconWidth","width","visible","customRange","title","format","alignZeros"];o.selectiveExtend(i,this.options,t),this.minWidth=Number((""+this.options.width).replace("px","")),1==e&&this.dom.frame&&(this.hide(),this.show())}},s.prototype._create=function(){this.dom.frame=document.createElement("div"),this.dom.frame.style.width=this.options.width,this.dom.frame.style.height=this.height,this.dom.lineContainer=document.createElement("div"),this.dom.lineContainer.style.width="100%",this.dom.lineContainer.style.height=this.height,this.dom.lineContainer.style.position="relative",this.svg=document.createElementNS("http://www.w3.org/2000/svg","svg"),this.svg.style.position="absolute",this.svg.style.top="0px",this.svg.style.height="100%",this.svg.style.width="100%",this.svg.style.display="block",this.dom.frame.appendChild(this.svg)},s.prototype._redrawGroupIcons=function(){n.prepareElements(this.svgElements);var t,e=this.options.iconWidth,i=15,s=4,o=s+.5*i;t="left"==this.options.orientation?s:this.width-e-s;for(var r in this.groups)this.groups.hasOwnProperty(r)&&(1!=this.groups[r].visible||void 0!==this.linegraphOptions.visibility[r]&&1!=this.linegraphOptions.visibility[r]||(this.groups[r].drawIcon(t,o,this.svgElements,this.svg,e,i),o+=i+s));n.cleanupElements(this.svgElements),this.iconsRemoved=!1},s.prototype._cleanupIcons=function(){0==this.iconsRemoved&&(n.prepareElements(this.svgElements),n.cleanupElements(this.svgElements),this.iconsRemoved=!0)},s.prototype.show=function(){this.hidden=!1,this.dom.frame.parentNode||("left"==this.options.orientation?this.body.dom.left.appendChild(this.dom.frame):this.body.dom.right.appendChild(this.dom.frame)),this.dom.lineContainer.parentNode||this.body.dom.backgroundHorizontal.appendChild(this.dom.lineContainer)},s.prototype.hide=function(){this.hidden=!0,this.dom.frame.parentNode&&this.dom.frame.parentNode.removeChild(this.dom.frame),this.dom.lineContainer.parentNode&&this.dom.lineContainer.parentNode.removeChild(this.dom.lineContainer)},s.prototype.setRange=function(t,e){0==this.master&&1==this.options.alignZeros&&-1!=this.zeroCrossing&&t>0&&(t=0),this.range.start=t,this.range.end=e},s.prototype.redraw=function(){var t=!1,e=0;this.dom.lineContainer.style.top=this.body.domProps.scrollTop+"px";for(var i in this.groups)this.groups.hasOwnProperty(i)&&(1!=this.groups[i].visible||void 0!==this.linegraphOptions.visibility[i]&&1!=this.linegraphOptions.visibility[i]||e++);if(0==this.amountOfGroups||0==e)this.hide();else{this.show(),this.height=Number(this.linegraphSVG.style.height.replace("px","")),this.dom.lineContainer.style.height=this.height+"px",this.width=1==this.options.visible?Number((""+this.options.width).replace("px","")):0;var s=this.props,o=this.dom.frame;o.className="dataaxis",this._calculateCharSize();var n=this.options.orientation,r=this.options.showMinorLabels,a=this.options.showMajorLabels;s.minorLabelHeight=r?s.minorCharHeight:0,s.majorLabelHeight=a?s.majorCharHeight:0,s.minorLineWidth=this.body.dom.backgroundHorizontal.offsetWidth-this.lineOffset-this.width+2*this.options.minorLinesOffset,s.minorLineHeight=1,s.majorLineWidth=this.body.dom.backgroundHorizontal.offsetWidth-this.lineOffset-this.width+2*this.options.majorLinesOffset,s.majorLineHeight=1,"left"==n?(o.style.top="0",o.style.left="0",o.style.bottom="",o.style.width=this.width+"px",o.style.height=this.height+"px",this.props.width=this.body.domProps.left.width,this.props.height=this.body.domProps.left.height):(o.style.top="",o.style.bottom="0",o.style.left="0",o.style.width=this.width+"px",o.style.height=this.height+"px",this.props.width=this.body.domProps.right.width,this.props.height=this.body.domProps.right.height),t=this._redrawLabels(),t=this._isResized()||t,1==this.options.icons?this._redrawGroupIcons():this._cleanupIcons(),this._redrawTitle(n)}return t},s.prototype._redrawLabels=function(){var t=!1;n.prepareElements(this.DOMelements.lines),n.prepareElements(this.DOMelements.labels);var e=this.options.orientation,i=this.master?this.props.majorCharHeight||10:this.stepPixelsForced,s=new a(this.range.start,this.range.end,i,this.dom.frame.offsetHeight,this.options.customRange[this.options.orientation],0==this.master&&this.options.alignZeros);this.step=s;var o=(this.dom.frame.offsetHeight-s.deadSpace*(this.dom.frame.offsetHeight/s.marginRange))/((s.marginRange-s.deadSpace)/s.step);this.stepPixels=o;var r=this.height/o,h=0;if(0==this.master){o=this.stepPixelsForced,h=Math.round(this.dom.frame.offsetHeight/o-r);for(var d=0;.5*h>d;d++)s.previous();if(r=this.height/o,-1!=this.zeroCrossing&&1==this.options.alignZeros){var l=s.marginEnd/s.step-this.zeroCrossing;if(l>0)for(var d=0;l>d;d++)s.next();else if(0>l)for(var d=0;-l>d;d++)s.previous()}}else r+=.25;this.valueAtZero=s.marginEnd;var c,p=0,u=1;void 0!==this.options.format[e]&&(c=this.options.format[e].decimals),this.maxLabelSize=0;for(var m=0;u=0&&this._redrawLabel(m-2,s.getCurrent(c),e,"yAxis major",this.props.majorCharHeight),this._redrawLine(m,e,"grid horizontal major",this.options.majorLinesOffset,this.props.majorLineWidth)):this._redrawLine(m,e,"grid horizontal minor",this.options.minorLinesOffset,this.props.minorLineWidth),1==this.master&&0==s.current&&(this.zeroCrossing=u),u++}this.conversionFactor=0==this.master?m/(this.valueAtZero-s.current):this.dom.frame.offsetHeight/s.marginRange;var g=0;void 0!==this.options.title[e]&&void 0!==this.options.title[e].text&&(g=this.props.titleCharHeight);var v=1==this.options.icons?Math.max(this.options.iconWidth,g)+this.options.labelOffsetX+15:g+this.options.labelOffsetX+15;return this.maxLabelSize>this.width-v&&1==this.options.visible?(this.width=this.maxLabelSize+v,this.options.width=this.width+"px",n.cleanupElements(this.DOMelements.lines),n.cleanupElements(this.DOMelements.labels),this.redraw(),t=!0):this.maxLabelSizethis.minWidth?(this.width=Math.max(this.minWidth,this.maxLabelSize+v),this.options.width=this.width+"px",n.cleanupElements(this.DOMelements.lines),n.cleanupElements(this.DOMelements.labels),this.redraw(),t=!0):(n.cleanupElements(this.DOMelements.lines),n.cleanupElements(this.DOMelements.labels),t=!1),t},s.prototype.convertValue=function(t){var e=this.valueAtZero-t,i=e*this.conversionFactor;return i},s.prototype._redrawLabel=function(t,e,i,s,o){var r=n.getDOMElement("div",this.DOMelements.labels,this.dom.frame);r.className=s,r.innerHTML=e,"left"==i?(r.style.left="-"+this.options.labelOffsetX+"px",r.style.textAlign="right"):(r.style.right="-"+this.options.labelOffsetX+"px",r.style.textAlign="left"),r.style.top=t-.5*o+this.options.labelOffsetY+"px",e+="";var a=Math.max(this.props.majorCharWidth,this.props.minorCharWidth);this.maxLabelSized;d++){var c=this.visibleItems[d];c.repositionY(e)}return s},s.prototype._calculateHeight=function(t){var e,i=this.visibleItems;this.resetSubgroups();var s=this;if(i.length){var n=i[0].top,r=i[0].top+i[0].height;if(o.forEach(i,function(t){n=Math.min(n,t.top),r=Math.max(r,t.top+t.height),void 0!==t.data.subgroup&&(s.subgroups[t.data.subgroup].height=Math.max(s.subgroups[t.data.subgroup].height,t.height),s.subgroups[t.data.subgroup].visible=!0)}),n>t.axis){var a=n-t.axis;r-=a,o.forEach(i,function(t){t.top-=a})}e=r+t.item.vertical/2}else e=t.axis+t.item.vertical;return e=Math.max(e,this.props.label.height)},s.prototype.show=function(){this.dom.label.parentNode||this.itemSet.dom.labelSet.appendChild(this.dom.label),this.dom.foreground.parentNode||this.itemSet.dom.foreground.appendChild(this.dom.foreground),this.dom.background.parentNode||this.itemSet.dom.background.appendChild(this.dom.background),this.dom.axis.parentNode||this.itemSet.dom.axis.appendChild(this.dom.axis)},s.prototype.hide=function(){var t=this.dom.label;t.parentNode&&t.parentNode.removeChild(t);var e=this.dom.foreground;e.parentNode&&e.parentNode.removeChild(e);var i=this.dom.background;i.parentNode&&i.parentNode.removeChild(i);var s=this.dom.axis;s.parentNode&&s.parentNode.removeChild(s)},s.prototype.add=function(t){if(this.items[t.id]=t,t.setParent(this),void 0!==t.data.subgroup&&(void 0===this.subgroups[t.data.subgroup]&&(this.subgroups[t.data.subgroup]={height:0,visible:!1,index:this.subgroupIndex,items:[]},this.subgroupIndex++),this.subgroups[t.data.subgroup].items.push(t)),this.orderSubgroups(),-1==this.visibleItems.indexOf(t)){var e=this.itemSet.body.range;this._checkIfVisible(t,this.visibleItems,e)}},s.prototype.orderSubgroups=function(){if(void 0!==this.subgroupOrderer){var t=[];if("string"==typeof this.subgroupOrderer){for(var e in this.subgroups)t.push({subgroup:e,sortField:this.subgroups[e].items[0].data[this.subgroupOrderer]});t.sort(function(t,e){return t.sortField-e.sortField})}else if("function"==typeof this.subgroupOrderer){for(var e in this.subgroups)t.push(this.subgroups[e].items[0].data);t.sort(this.subgroupOrderer)}if(t.length>0)for(var i=0;it?-1:l>=t?0:1};if(e.length>0)for(n=0;nl}),1==this.checkRangedItems)for(this.checkRangedItems=!1,n=0;nl})}for(n=0;n=0&&(n=e[r],!o(n));r--)void 0===s[n.id]&&(s[n.id]=!0,i.push(n));for(r=t+1;rs;s++){var n=this.visibleItems[s];n.repositionY(e)}return i},s.prototype.show=function(){this.dom.background.parentNode||this.itemSet.dom.background.appendChild(this.dom.background)},t.exports=s},function(t,e,i){function s(t,e){this.body=t,this.defaultOptions={type:null,orientation:"bottom",align:"auto",stack:!0,groupOrder:null,selectable:!0,editable:{updateTime:!1,updateGroup:!1,add:!1,remove:!1},onAdd:function(t,e){e(t)},onUpdate:function(t,e){e(t)},onMove:function(t,e){e(t)},onRemove:function(t,e){e(t)},onMoving:function(t,e){e(t)},margin:{item:{horizontal:10,vertical:10},axis:20},padding:5},this.options=n.extend({},this.defaultOptions),this.itemOptions={type:{start:"Date",end:"Date"}},this.conversion={toScreen:t.util.toScreen,toTime:t.util.toTime},this.dom={},this.props={},this.hammer=null;var i=this;this.itemsData=null,this.groupsData=null,this.itemListeners={add:function(t,e){i._onAdd(e.items)},update:function(t,e){i._onUpdate(e.items)},remove:function(t,e){i._onRemove(e.items)}},this.groupListeners={add:function(t,e){i._onAddGroups(e.items)},update:function(t,e){i._onUpdateGroups(e.items)},remove:function(t,e){i._onRemoveGroups(e.items)}},this.items={},this.groups={},this.groupIds=[],this.selection=[],this.stackDirty=!0,this.touchParams={},this._create(),this.setOptions(e)}var o=i(45),n=i(1),r=i(3),a=i(4),h=i(20),d=i(25),l=i(26),c=i(33),p=i(34),u=i(35),m=i(32),f="__ungrouped__",g="__background__";s.prototype=new h,s.types={background:m,box:c,range:u,point:p},s.prototype._create=function(){var t=document.createElement("div");t.className="itemset",t["timeline-itemset"]=this,this.dom.frame=t;var e=document.createElement("div");e.className="background",t.appendChild(e),this.dom.background=e;var i=document.createElement("div");i.className="foreground",t.appendChild(i),this.dom.foreground=i;var s=document.createElement("div");s.className="axis",this.dom.axis=s;var n=document.createElement("div");n.className="labelset",this.dom.labelSet=n,this._updateUngrouped();var r=new l(g,null,this);r.show(),this.groups[g]=r,this.hammer=o(this.body.dom.centerContainer,{preventDefault:!0}),this.hammer.on("touch",this._onTouch.bind(this)),this.hammer.on("dragstart",this._onDragStart.bind(this)),this.hammer.on("drag",this._onDrag.bind(this)),this.hammer.on("dragend",this._onDragEnd.bind(this)),this.hammer.on("tap",this._onSelectItem.bind(this)),this.hammer.on("hold",this._onMultiSelectItem.bind(this)),this.hammer.on("doubletap",this._onAddItem.bind(this)),this.show()},s.prototype.setOptions=function(t){if(t){var e=["type","align","orientation","padding","stack","selectable","groupOrder","dataAttributes","template","hide"];n.selectiveExtend(e,this.options,t),"margin"in t&&("number"==typeof t.margin?(this.options.margin.axis=t.margin,this.options.margin.item.horizontal=t.margin,this.options.margin.item.vertical=t.margin):"object"==typeof t.margin&&(n.selectiveExtend(["axis"],this.options.margin,t.margin),"item"in t.margin&&("number"==typeof t.margin.item?(this.options.margin.item.horizontal=t.margin.item,this.options.margin.item.vertical=t.margin.item):"object"==typeof t.margin.item&&n.selectiveExtend(["horizontal","vertical"],this.options.margin.item,t.margin.item)))),"editable"in t&&("boolean"==typeof t.editable?(this.options.editable.updateTime=t.editable,this.options.editable.updateGroup=t.editable,this.options.editable.add=t.editable,this.options.editable.remove=t.editable):"object"==typeof t.editable&&n.selectiveExtend(["updateTime","updateGroup","add","remove"],this.options.editable,t.editable));var i=function(e){var i=t[e];if(i){if(!(i instanceof Function))throw new Error("option "+e+" must be a function "+e+"(item, callback)");this.options[e]=i}}.bind(this);["onAdd","onUpdate","onRemove","onMove","onMoving"].forEach(i),this.markDirty()}},s.prototype.markDirty=function(){this.groupIds=[],this.stackDirty=!0},s.prototype.destroy=function(){this.hide(),this.setItems(null),this.setGroups(null),this.hammer=null,this.body=null,this.conversion=null},s.prototype.hide=function(){this.dom.frame.parentNode&&this.dom.frame.parentNode.removeChild(this.dom.frame),this.dom.axis.parentNode&&this.dom.axis.parentNode.removeChild(this.dom.axis),this.dom.labelSet.parentNode&&this.dom.labelSet.parentNode.removeChild(this.dom.labelSet)},s.prototype.show=function(){this.dom.frame.parentNode||this.body.dom.center.appendChild(this.dom.frame),this.dom.axis.parentNode||this.body.dom.backgroundVertical.appendChild(this.dom.axis),this.dom.labelSet.parentNode||this.body.dom.left.appendChild(this.dom.labelSet)},s.prototype.setSelection=function(t){var e,i,s,o;for(void 0==t&&(t=[]),Array.isArray(t)||(t=[t]),e=0,i=this.selection.length;i>e;e++)s=this.selection[e],o=this.items[s],o&&o.unselect();for(this.selection=[],e=0,i=t.length;i>e;e++)s=t[e],o=this.items[s],o&&(this.selection.push(s),o.select())},s.prototype.getSelection=function(){return this.selection.concat([])},s.prototype.getVisibleItems=function(){var t=this.body.range.getRange(),e=this.body.util.toScreen(t.start),i=this.body.util.toScreen(t.end),s=[];for(var o in this.groups)if(this.groups.hasOwnProperty(o))for(var n=this.groups[o],r=n.visibleItems,a=0;ae&&s.push(h.id)}return s},s.prototype._deselect=function(t){for(var e=this.selection,i=0,s=e.length;s>i;i++)if(e[i]==t){e.splice(i,1);break}},s.prototype.redraw=function(){var t=this.options.margin,e=this.body.range,i=n.option.asSize,s=this.options,o=s.orientation,r=!1,a=this.dom.frame,h=s.editable.updateTime||s.editable.updateGroup;this.props.top=this.body.domProps.top.height+this.body.domProps.border.top,this.props.left=this.body.domProps.left.width+this.body.domProps.border.left,a.className="itemset"+(h?" editable":""),r=this._orderGroups()||r;var d=e.end-e.start,l=d!=this.lastVisibleInterval||this.props.width!=this.props.lastWidth;l&&(this.stackDirty=!0),this.lastVisibleInterval=d,this.props.lastWidth=this.props.width;var c=this.stackDirty,p=this._firstGroup(),u={item:t.item,axis:t.axis},m={item:t.item,axis:t.item.vertical/2},f=0,v=t.axis+t.item.vertical;return this.groups[g].redraw(e,m,c),n.forEach(this.groups,function(t){var i=t==p?u:m,s=t.redraw(e,i,c);r=s||r,f+=t.height}),f=Math.max(f,v),this.stackDirty=!1,a.style.height=i(f),this.props.width=a.offsetWidth,this.props.height=f,this.dom.axis.style.top=i("top"==o?this.body.domProps.top.height+this.body.domProps.border.top:this.body.domProps.top.height+this.body.domProps.centerContainer.height),this.dom.axis.style.left="0",r=this._isResized()||r},s.prototype._firstGroup=function(){var t="top"==this.options.orientation?0:this.groupIds.length-1,e=this.groupIds[t],i=this.groups[e]||this.groups[f];return i||null},s.prototype._updateUngrouped=function(){{var t,e,i=this.groups[f];this.groups[g]}if(this.groupsData){if(i){i.hide(),delete this.groups[f];for(e in this.items)if(this.items.hasOwnProperty(e)){t=this.items[e],t.parent&&t.parent.remove(t);var s=this._getGroupId(t.data),o=this.groups[s];o&&o.add(t)||t.hide()}}}else if(!i){var n=null,r=null;i=new d(n,r,this),this.groups[f]=i;for(e in this.items)this.items.hasOwnProperty(e)&&(t=this.items[e],i.add(t));i.show()}},s.prototype.getLabelSet=function(){return this.dom.labelSet},s.prototype.setItems=function(t){var e,i=this,s=this.itemsData;if(t){if(!(t instanceof r||t instanceof a))throw new TypeError("Data must be an instance of DataSet or DataView");this.itemsData=t}else this.itemsData=null;if(s&&(n.forEach(this.itemListeners,function(t,e){s.off(e,t)}),e=s.getIds(),this._onRemove(e)),this.itemsData){var o=this.id;n.forEach(this.itemListeners,function(t,e){i.itemsData.on(e,t,o)}),e=this.itemsData.getIds(),this._onAdd(e),this._updateUngrouped()}},s.prototype.getItems=function(){return this.itemsData},s.prototype.setGroups=function(t){var e,i=this;if(this.groupsData&&(n.forEach(this.groupListeners,function(t,e){i.groupsData.unsubscribe(e,t)}),e=this.groupsData.getIds(),this.groupsData=null,this._onRemoveGroups(e)),t){if(!(t instanceof r||t instanceof a))throw new TypeError("Data must be an instance of DataSet or DataView");this.groupsData=t}else this.groupsData=null;if(this.groupsData){var s=this.id;n.forEach(this.groupListeners,function(t,e){i.groupsData.on(e,t,s)}),e=this.groupsData.getIds(),this._onAddGroups(e)}this._updateUngrouped(),this._order(),this.body.emitter.emit("change",{queue:!0})},s.prototype.getGroups=function(){return this.groupsData},s.prototype.removeItem=function(t){var e=this.itemsData.get(t),i=this.itemsData.getDataSet();e&&this.options.onRemove(e,function(e){e&&i.remove(t)})},s.prototype._getType=function(t){return t.type||this.options.type||(t.end?"range":"box")},s.prototype._getGroupId=function(t){var e=this._getType(t);return"background"==e&&void 0==t.group?g:this.groupsData?t.group:f},s.prototype._onUpdate=function(t){var e=this;t.forEach(function(t){var i=e.itemsData.get(t,e.itemOptions),o=e.items[t],n=e._getType(i),r=s.types[n];if(o&&(r&&o instanceof r?e._updateItem(o,i):(e._removeItem(o),o=null)),!o){if(!r)throw new TypeError("rangeoverflow"==n?'Item type "rangeoverflow" is deprecated. Use css styling instead: .vis.timeline .item.range .content {overflow: visible;}':'Unknown item type "'+n+'"');o=new r(i,e.conversion,e.options),o.id=t,e._addItem(o)}}),this._order(),this.stackDirty=!0,this.body.emitter.emit("change",{queue:!0})},s.prototype._onAdd=s.prototype._onUpdate,s.prototype._onRemove=function(t){var e=0,i=this;t.forEach(function(t){var s=i.items[t];s&&(e++,i._removeItem(s))}),e&&(this._order(),this.stackDirty=!0,this.body.emitter.emit("change",{queue:!0}))},s.prototype._order=function(){n.forEach(this.groups,function(t){t.order()})},s.prototype._onUpdateGroups=function(t){this._onAddGroups(t)},s.prototype._onAddGroups=function(t){var e=this;t.forEach(function(t){var i=e.groupsData.get(t),s=e.groups[t];if(s)s.setData(i);else{if(t==f||t==g)throw new Error("Illegal group id. "+t+" is a reserved id.");var o=Object.create(e.options);n.extend(o,{height:null}),s=new d(t,i,e),e.groups[t]=s;for(var r in e.items)if(e.items.hasOwnProperty(r)){var a=e.items[r];a.data.group==t&&s.add(a)}s.order(),s.show()}}),this.body.emitter.emit("change",{queue:!0})},s.prototype._onRemoveGroups=function(t){var e=this.groups;t.forEach(function(t){var i=e[t];i&&(i.hide(),delete e[t])}),this.markDirty(),this.body.emitter.emit("change",{queue:!0})},s.prototype._orderGroups=function(){if(this.groupsData){var t=this.groupsData.getIds({order:this.options.groupOrder}),e=!n.equalArray(t,this.groupIds);if(e){var i=this.groups;t.forEach(function(t){i[t].hide()}),t.forEach(function(t){i[t].show()}),this.groupIds=t}return e}return!1},s.prototype._addItem=function(t){this.items[t.id]=t;var e=this._getGroupId(t.data),i=this.groups[e];i&&i.add(t)},s.prototype._updateItem=function(t,e){var i=t.data.group;if(t.setData(e),i!=t.data.group){var s=this.groups[i];s&&s.remove(t);var o=this._getGroupId(t.data),n=this.groups[o];n&&n.add(t)}},s.prototype._removeItem=function(t){t.hide(),delete this.items[t.id];var e=this.selection.indexOf(t.id);-1!=e&&this.selection.splice(e,1),t.parent&&t.parent.remove(t)},s.prototype._constructByEndArray=function(t){for(var e=[],i=0;i0||o.length>0)&&this.body.emitter.emit("select",{items:a})}},s.prototype._onAddItem=function(t){if(this.options.selectable&&this.options.editable.add){var e=this,i=this.body.util.snap||null,o=s.itemFromTarget(t);if(o){var r=e.itemsData.get(o.id);this.options.onUpdate(r,function(t){t&&e.itemsData.getDataSet().update(t)})}else{var a=n.getAbsoluteLeft(this.dom.frame),h=t.gesture.center.pageX-a,d=this.body.util.toTime(h),l={start:i?i(d):d,content:"new item"};if("range"===this.options.type){var c=this.body.util.toTime(h+this.props.width/5);l.end=i?i(c):c}l[this.itemsData._fieldId]=n.randomUUID();var p=s.groupFromTarget(t);p&&(l.group=p.groupId),this.options.onAdd(l,function(t){t&&e.itemsData.getDataSet().add(t)})}}},s.prototype._onMultiSelectItem=function(t){if(this.options.selectable){var e,i=s.itemFromTarget(t);if(i){e=this.getSelection();var o=t.gesture.touches[0]&&t.gesture.touches[0].shiftKey||!1;if(o){e.push(i.id);var n=s._getItemRange(this.itemsData.get(e,this.itemOptions));e=[];for(var r in this.items)if(this.items.hasOwnProperty(r)){var a=this.items[r],h=a.data.start,d=void 0!==a.data.end?a.data.end:h;h>=n.min&&d<=n.max&&e.push(a.id)}}else{var l=e.indexOf(i.id);-1==l?e.push(i.id):e.splice(l,1)}this.setSelection(e),this.body.emitter.emit("select",{items:this.getSelection()})}}},s._getItemRange=function(t){var e=null,i=null;return t.forEach(function(t){(null==i||t.starte)&&(e=t.end):(null==e||t.start>e)&&(e=t.start)}),{min:i,max:e}},s.itemFromTarget=function(t){for(var e=t.target;e;){if(e.hasOwnProperty("timeline-item"))return e["timeline-item"];e=e.parentNode}return null},s.groupFromTarget=function(t){for(var e=t.target;e;){if(e.hasOwnProperty("timeline-group"))return e["timeline-group"];e=e.parentNode}return null},s.itemSetFromTarget=function(t){for(var e=t.target;e;){if(e.hasOwnProperty("timeline-itemset"))return e["timeline-itemset"];e=e.parentNode}return null},t.exports=s},function(t,e,i){function s(t,e,i,s){this.body=t,this.defaultOptions={enabled:!0,icons:!0,iconSize:20,iconSpacing:6,left:{visible:!0,position:"top-left"},right:{visible:!0,position:"top-left"}},this.side=i,this.options=o.extend({},this.defaultOptions),this.linegraphOptions=s,this.svgElements={},this.dom={},this.groups={},this.amountOfGroups=0,this._create(),this.setOptions(e)}var o=i(1),n=i(2),r=i(20);s.prototype=new r,s.prototype.clear=function(){this.groups={},this.amountOfGroups=0},s.prototype.addGroup=function(t,e){this.groups.hasOwnProperty(t)||(this.groups[t]=e),this.amountOfGroups+=1},s.prototype.updateGroup=function(t,e){this.groups[t]=e},s.prototype.removeGroup=function(t){this.groups.hasOwnProperty(t)&&(delete this.groups[t],this.amountOfGroups-=1)},s.prototype._create=function(){this.dom.frame=document.createElement("div"),this.dom.frame.className="legend",this.dom.frame.style.position="absolute",this.dom.frame.style.top="10px",this.dom.frame.style.display="block",this.dom.textArea=document.createElement("div"),this.dom.textArea.className="legendText",this.dom.textArea.style.position="relative",this.dom.textArea.style.top="0px",this.svg=document.createElementNS("http://www.w3.org/2000/svg","svg"),this.svg.style.position="absolute",this.svg.style.top="0px",this.svg.style.width=this.options.iconSize+5+"px",this.svg.style.height="100%",this.dom.frame.appendChild(this.svg),this.dom.frame.appendChild(this.dom.textArea)},s.prototype.hide=function(){this.dom.frame.parentNode&&this.dom.frame.parentNode.removeChild(this.dom.frame)},s.prototype.show=function(){this.dom.frame.parentNode||this.body.dom.center.appendChild(this.dom.frame)},s.prototype.setOptions=function(t){var e=["enabled","orientation","icons","left","right"];o.selectiveDeepExtend(e,this.options,t)},s.prototype.redraw=function(){var t=0;for(var e in this.groups)this.groups.hasOwnProperty(e)&&(1!=this.groups[e].visible||void 0!==this.linegraphOptions.visibility[e]&&1!=this.linegraphOptions.visibility[e]||t++);if(0==this.options[this.side].visible||0==this.amountOfGroups||0==this.options.enabled||0==t)this.hide();else{if(this.show(),"top-left"==this.options[this.side].position||"bottom-left"==this.options[this.side].position?(this.dom.frame.style.left="4px",this.dom.frame.style.textAlign="left",this.dom.textArea.style.textAlign="left",this.dom.textArea.style.left=this.options.iconSize+15+"px",this.dom.textArea.style.right="",this.svg.style.left="0px",this.svg.style.right=""):(this.dom.frame.style.right="4px",this.dom.frame.style.textAlign="right",this.dom.textArea.style.textAlign="right",this.dom.textArea.style.right=this.options.iconSize+15+"px",this.dom.textArea.style.left="",this.svg.style.right="0px",this.svg.style.left=""),"top-left"==this.options[this.side].position||"top-right"==this.options[this.side].position)this.dom.frame.style.top=4-Number(this.body.dom.center.style.top.replace("px",""))+"px",this.dom.frame.style.bottom="";else{var i=this.body.domProps.center.height-this.body.domProps.centerContainer.height;this.dom.frame.style.bottom=4+i+Number(this.body.dom.center.style.top.replace("px",""))+"px",this.dom.frame.style.top=""}0==this.options.icons?(this.dom.frame.style.width=this.dom.textArea.offsetWidth+10+"px",this.dom.textArea.style.right="",this.dom.textArea.style.left="",this.svg.style.width="0px"):(this.dom.frame.style.width=this.options.iconSize+15+this.dom.textArea.offsetWidth+10+"px",this.drawLegendIcons());var s="";for(var e in this.groups)this.groups.hasOwnProperty(e)&&(1!=this.groups[e].visible||void 0!==this.linegraphOptions.visibility[e]&&1!=this.linegraphOptions.visibility[e]||(s+=this.groups[e].content+"
"));this.dom.textArea.innerHTML=s,this.dom.textArea.style.lineHeight=.75*this.options.iconSize+this.options.iconSpacing+"px"}},s.prototype.drawLegendIcons=function(){if(this.dom.frame.parentNode){n.prepareElements(this.svgElements);var t=window.getComputedStyle(this.dom.frame).paddingTop,e=Number(t.replace("px","")),i=e,s=this.options.iconSize,o=.75*this.options.iconSize,r=e+.5*o+3;this.svg.style.width=s+5+e+"px";for(var a in this.groups)this.groups.hasOwnProperty(a)&&(1!=this.groups[a].visible||void 0!==this.linegraphOptions.visibility[a]&&1!=this.linegraphOptions.visibility[a]||(this.groups[a].drawIcon(i,r,this.svgElements,this.svg,s,o),r+=o+this.options.iconSpacing));n.cleanupElements(this.svgElements)}},t.exports=s},function(t,e,i){function s(t,e){this.id=o.randomUUID(),this.body=t,this.defaultOptions={yAxisOrientation:"left",defaultGroup:"default",sort:!0,sampling:!0,graphHeight:"400px",shaded:{enabled:!1,orientation:"bottom"},style:"line",barChart:{width:50,handleOverlap:"overlap",align:"center"},catmullRom:{enabled:!0,parametrization:"centripetal",alpha:.5},drawPoints:{enabled:!0,size:6,style:"square"},dataAxis:{showMinorLabels:!0,showMajorLabels:!0,icons:!1,width:"40px",visible:!0,alignZeros:!0,customRange:{left:{min:void 0,max:void 0},right:{min:void 0,max:void 0}}},legend:{enabled:!1,icons:!0,left:{visible:!0,position:"top-left"},right:{visible:!0,position:"top-right"}},groups:{visibility:{}}},this.options=o.extend({},this.defaultOptions),this.dom={},this.props={},this.hammer=null,this.groups={},this.abortedGraphUpdate=!1,this.updateSVGheight=!1,this.updateSVGheightOnResize=!1;var i=this;this.itemsData=null,this.groupsData=null,this.itemListeners={add:function(t,e){i._onAdd(e.items)},update:function(t,e){i._onUpdate(e.items)},remove:function(t,e){i._onRemove(e.items)}},this.groupListeners={add:function(t,e){i._onAddGroups(e.items)},update:function(t,e){i._onUpdateGroups(e.items)},remove:function(t,e){i._onRemoveGroups(e.items)}},this.items={},this.selection=[],this.lastStart=this.body.range.start,this.touchParams={},this.svgElements={},this.setOptions(e),this.groupsUsingDefaultStyles=[0],this.COUNTER=0,this.body.emitter.on("rangechanged",function(){i.lastStart=i.body.range.start,i.svg.style.left=o.option.asSize(-i.props.width),i.redraw.call(i,!0)}),this._create(),this.framework={svg:this.svg,svgElements:this.svgElements,options:this.options,groups:this.groups},this.body.emitter.emit("change")}var o=i(1),n=i(2),r=i(3),a=i(4),h=i(20),d=i(23),l=i(24),c=i(28),p=i(50),u="__ungrouped__";s.prototype=new h,s.prototype._create=function(){var t=document.createElement("div");t.className="LineGraph",this.dom.frame=t,this.svg=document.createElementNS("http://www.w3.org/2000/svg","svg"),this.svg.style.position="relative",this.svg.style.height=(""+this.options.graphHeight).replace("px","")+"px",this.svg.style.display="block",t.appendChild(this.svg),this.options.dataAxis.orientation="left",this.yAxisLeft=new d(this.body,this.options.dataAxis,this.svg,this.options.groups),this.options.dataAxis.orientation="right",this.yAxisRight=new d(this.body,this.options.dataAxis,this.svg,this.options.groups),delete this.options.dataAxis.orientation,this.legendLeft=new c(this.body,this.options.legend,"left",this.options.groups),this.legendRight=new c(this.body,this.options.legend,"right",this.options.groups),this.show()},s.prototype.setOptions=function(t){if(t){var e=["sampling","defaultGroup","height","graphHeight","yAxisOrientation","style","barChart","dataAxis","sort","groups"];void 0===t.graphHeight&&void 0!==t.height&&void 0!==this.body.domProps.centerContainer.height?(this.updateSVGheight=!0,this.updateSVGheightOnResize=!0):void 0!==this.body.domProps.centerContainer.height&&void 0!==t.graphHeight&&parseInt((t.graphHeight+"").replace("px",""))0){var d=this.body.util.toGlobalTime(-this.body.domProps.root.width),l=this.body.util.toGlobalTime(2*this.body.domProps.root.width),c={};for(this._getRelevantData(a,c,d,l),this._applySampling(a,c),e=0;eu&&console.log("WARNING: there may be an infinite loop in the _updateGraph emitter cycle."),this.COUNTER=0,this.abortedGraphUpdate=!1,e=0;e0)for(r=0;rs){d.push(h);break}d.push(h)}}else for(a=0;ai&&h.x0)for(var s=0;s0){var n=1,r=o.length,a=this.body.util.toGlobalScreen(o[o.length-1].x)-this.body.util.toGlobalScreen(o[0].x),h=r/a;n=Math.min(Math.ceil(.2*r),Math.max(1,Math.round(h)));for(var d=[],l=0;r>l;l+=n)d.push(o[l]);e[t[s]]=d}}},s.prototype._getYRanges=function(t,e,i){var s,o,n,r,a=[],h=[];if(t.length>0){for(n=0;n0&&(o=this.groups[t[n]],"stack"==r.barChart.handleOverlap&&"bar"==r.style?"left"==r.yAxisOrientation?a=a.concat(o.getYRange(s)):h=h.concat(o.getYRange(s)):i[t[n]]=o.getYRange(s,t[n]));p.getStackedBarYRange(a,i,t,"__barchartLeft","left"),p.getStackedBarYRange(h,i,t,"__barchartRight","right")}},s.prototype._updateYAxis=function(t,e){var i,s,o=!1,n=!1,r=!1,a=1e9,h=1e9,d=-1e9,l=-1e9;if(t.length>0){for(var c=0;ci?i:a,d=s>d?s:d):(r=!0,h=h>i?i:h,l=s>l?s:l));1==n&&this.yAxisLeft.setRange(a,d),1==r&&this.yAxisRight.setRange(h,l)}return o=this._toggleAxisVisiblity(n,this.yAxisLeft)||o,o=this._toggleAxisVisiblity(r,this.yAxisRight)||o,1==r&&1==n?(this.yAxisLeft.drawIcons=!0,this.yAxisRight.drawIcons=!0):(this.yAxisLeft.drawIcons=!1,this.yAxisRight.drawIcons=!1),this.yAxisRight.master=!n,0==this.yAxisRight.master?(this.yAxisLeft.lineOffset=1==r?this.yAxisRight.width:0,o=this.yAxisLeft.redraw()||o,this.yAxisRight.stepPixelsForced=this.yAxisLeft.stepPixels,this.yAxisRight.zeroCrossing=this.yAxisLeft.zeroCrossing,o=this.yAxisRight.redraw()||o):o=this.yAxisRight.redraw()||o,-1!=t.indexOf("__barchartLeft")&&t.splice(t.indexOf("__barchartLeft"),1),-1!=t.indexOf("__barchartRight")&&t.splice(t.indexOf("__barchartRight"),1),o},s.prototype._toggleAxisVisiblity=function(t,e){var i=!1;return 0==t?e.dom.frame.parentNode&&0==e.hidden&&(e.hide(),i=!0):e.dom.frame.parentNode||1!=e.hidden||(e.show(),i=!0),i},s.prototype._convertXcoordinates=function(t){for(var e,i,s=[],o=this.body.util.toScreen,n=0;ny;)y++,l=h.getCurrent(),c=h.isMajor(),u=h.getClassName(),f=m,m=this.body.util.toScreen(l),g=m-f,p&&(p.style.width=g+"px"),this.options.showMinorLabels&&this._repaintMinorText(m,h.getLabelMinor(),t,u),c&&this.options.showMajorLabels?(m>0&&(void 0==v&&(v=m),this._repaintMajorText(m,h.getLabelMajor(),t,u)),p=this._repaintMajorLine(m,t,u)):p=this._repaintMinorLine(m,t,u),h.next();if(this.options.showMajorLabels){var b=this.body.util.toTime(0),_=h.getLabelMajor(b),x=_.length*(this.props.majorCharWidth||10)+10;(void 0==v||v>x)&&this._repaintMajorText(0,_,t,u)}o.forEach(this.dom.redundant,function(t){for(;t.length;){var e=t.pop();e&&e.parentNode&&e.parentNode.removeChild(e)}})},s.prototype._repaintMinorText=function(t,e,i,s){var o=this.dom.redundant.minorTexts.shift();if(!o){var n=document.createTextNode("");o=document.createElement("div"),o.appendChild(n),this.dom.foreground.appendChild(o)}this.dom.minorTexts.push(o),o.childNodes[0].nodeValue=e,o.style.top="top"==i?this.props.majorLabelHeight+"px":"0",o.style.left=t+"px",o.className="text minor "+s},s.prototype._repaintMajorText=function(t,e,i,s){var o=this.dom.redundant.majorTexts.shift();if(!o){var n=document.createTextNode(e);o=document.createElement("div"),o.appendChild(n),this.dom.foreground.appendChild(o)}this.dom.majorTexts.push(o),o.childNodes[0].nodeValue=e,o.className="text major "+s,o.style.top="top"==i?"0":this.props.minorLabelHeight+"px",o.style.left=t+"px"},s.prototype._repaintMinorLine=function(t,e,i){var s=this.dom.redundant.lines.shift();s||(s=document.createElement("div"),this.dom.background.appendChild(s)),this.dom.lines.push(s);var o=this.props;return s.style.top="top"==e?o.majorLabelHeight+"px":this.body.domProps.top.height+"px",s.style.height=o.minorLineHeight+"px",s.style.left=t-o.minorLineWidth/2+"px",s.className="grid vertical minor "+i,s},s.prototype._repaintMajorLine=function(t,e,i){var s=this.dom.redundant.lines.shift();s||(s=document.createElement("div"),this.dom.background.appendChild(s)),this.dom.lines.push(s);var o=this.props;return s.style.top="top"==e?"0":this.body.domProps.top.height+"px",s.style.left=t-o.majorLineWidth/2+"px",s.style.height=o.majorLineHeight+"px",s.className="grid vertical major "+i,s},s.prototype._calculateCharSize=function(){this.dom.measureCharMinor||(this.dom.measureCharMinor=document.createElement("DIV"),this.dom.measureCharMinor.className="text minor measure",this.dom.measureCharMinor.style.position="absolute",this.dom.measureCharMinor.appendChild(document.createTextNode("0")),this.dom.foreground.appendChild(this.dom.measureCharMinor)),this.props.minorCharHeight=this.dom.measureCharMinor.clientHeight,this.props.minorCharWidth=this.dom.measureCharMinor.clientWidth,this.dom.measureCharMajor||(this.dom.measureCharMajor=document.createElement("DIV"),this.dom.measureCharMajor.className="text major measure",this.dom.measureCharMajor.style.position="absolute",this.dom.measureCharMajor.appendChild(document.createTextNode("0")),this.dom.foreground.appendChild(this.dom.measureCharMajor)),this.props.majorCharHeight=this.dom.measureCharMajor.clientHeight,this.props.majorCharWidth=this.dom.measureCharMajor.clientWidth},s.prototype.snap=function(t){return this.step.snap(t)},t.exports=s},function(t,e,i){function s(t,e,i){this.id=null,this.parent=null,this.data=t,this.dom=null,this.conversion=e||{},this.options=i||{},this.selected=!1,this.displayed=!1,this.dirty=!0,this.top=null,this.left=null,this.width=null,this.height=null}var o=i(45),n=i(1);s.prototype.stack=!0,s.prototype.select=function(){this.selected=!0,this.dirty=!0,this.displayed&&this.redraw()},s.prototype.unselect=function(){this.selected=!1,this.dirty=!0,this.displayed&&this.redraw()},s.prototype.setData=function(t){this.data=t,this.dirty=!0,this.displayed&&this.redraw()},s.prototype.setParent=function(t){this.displayed?(this.hide(),this.parent=t,this.parent&&this.show()):this.parent=t},s.prototype.isVisible=function(){return!1},s.prototype.show=function(){return!1},s.prototype.hide=function(){return!1},s.prototype.redraw=function(){},s.prototype.repositionX=function(){},s.prototype.repositionY=function(){},s.prototype._repaintDeleteButton=function(t){if(this.selected&&this.options.editable.remove&&!this.dom.deleteButton){var e=this,i=document.createElement("div");i.className="delete",i.title="Delete this item",o(i,{preventDefault:!0}).on("tap",function(t){e.parent.removeFromDataSet(e),t.stopPropagation()}),t.appendChild(i),this.dom.deleteButton=i}else!this.selected&&this.dom.deleteButton&&(this.dom.deleteButton.parentNode&&this.dom.deleteButton.parentNode.removeChild(this.dom.deleteButton),this.dom.deleteButton=null)},s.prototype._updateContents=function(t){var e;if(this.options.template){var i=this.parent.itemSet.itemsData.get(this.id);e=this.options.template(i)}else e=this.data.content;if(e!==this.content){if(e instanceof Element)t.innerHTML="",t.appendChild(e);else if(void 0!=e)t.innerHTML=e;else if("background"!=this.data.type||void 0!==this.data.content)throw new Error('Property "content" missing in item '+this.id);this.content=e}},s.prototype._updateTitle=function(t){null!=this.data.title?t.title=this.data.title||"":t.removeAttribute("title")},s.prototype._updateDataAttributes=function(t){if(this.options.dataAttributes&&this.options.dataAttributes.length>0){var e=[];if(Array.isArray(this.options.dataAttributes))e=this.options.dataAttributes;else{if("all"!=this.options.dataAttributes)return;e=Object.keys(this.data)}for(var i=0;it.start},s.prototype.redraw=function(){var t=this.dom;if(t||(this.dom={},t=this.dom,t.box=document.createElement("div"),t.content=document.createElement("div"),t.content.className="content",t.box.appendChild(t.content),this.dirty=!0),!this.parent)throw new Error("Cannot redraw item: no parent attached");if(!t.box.parentNode){var e=this.parent.dom.background;if(!e)throw new Error("Cannot redraw item: parent has no background container element");e.appendChild(t.box)}if(this.displayed=!0,this.dirty){this._updateContents(this.dom.content),this._updateTitle(this.dom.content),this._updateDataAttributes(this.dom.content),this._updateStyle(this.dom.box);var i=(this.data.className?" "+this.data.className:"")+(this.selected?" selected":"");t.box.className=this.baseClassName+i,this.overflow="hidden"!==window.getComputedStyle(t.content).overflow,this.props.content.width=this.dom.content.offsetWidth,this.height=0,this.dirty=!1}},s.prototype.show=r.prototype.show,s.prototype.hide=r.prototype.hide,s.prototype.repositionX=r.prototype.repositionX,s.prototype.repositionY=function(t){var e="top"===this.options.orientation;this.dom.content.style.top=e?"":"0",this.dom.content.style.bottom=e?"0":"";var i;if(void 0!==this.data.subgroup){var s=this.data.subgroup,o=this.parent.subgroups,r=o[s].index;if(1==e){i=this.parent.subgroups[s].height+t.item.vertical,i+=0==r?t.axis-.5*t.item.vertical:0;var a=this.parent.top;for(var h in o)o.hasOwnProperty(h)&&1==o[h].visible&&o[h].indexr&&(a+=o[h].height+t.item.vertical);i=this.parent.subgroups[s].height+t.item.vertical,this.dom.box.style.top=a+"px",this.dom.box.style.bottom=""}}else this.parent instanceof n?(i=Math.max(this.parent.height,this.parent.itemSet.body.domProps.center.height,this.parent.itemSet.body.domProps.centerContainer.height),this.dom.box.style.top=e?"0":"",this.dom.box.style.bottom=e?"":"0"):(i=this.parent.height,this.dom.box.style.top=this.parent.top+"px",this.dom.box.style.bottom="");this.dom.box.style.height=i+"px"},t.exports=s},function(t,e,i){function s(t,e,i){if(this.props={dot:{width:0,height:0},line:{width:0,height:0}},t&&void 0==t.start)throw new Error('Property "start" missing in item '+t);o.call(this,t,e,i)}{var o=i(31);i(1)}s.prototype=new o(null,null,null),s.prototype.isVisible=function(t){var e=(t.end-t.start)/4;return this.data.start>t.start-e&&this.data.startt.start-e&&this.data.startt.start},s.prototype.redraw=function(){var t=this.dom;if(t||(this.dom={},t=this.dom,t.box=document.createElement("div"),t.content=document.createElement("div"),t.content.className="content",t.box.appendChild(t.content),t.box["timeline-item"]=this,this.dirty=!0),!this.parent)throw new Error("Cannot redraw item: no parent attached");if(!t.box.parentNode){var e=this.parent.dom.foreground;if(!e)throw new Error("Cannot redraw item: parent has no foreground container element");e.appendChild(t.box)}if(this.displayed=!0,this.dirty){this._updateContents(this.dom.content),this._updateTitle(this.dom.box),this._updateDataAttributes(this.dom.box),this._updateStyle(this.dom.box);var i=(this.data.className?" "+this.data.className:"")+(this.selected?" selected":"");t.box.className=this.baseClassName+i,this.overflow="hidden"!==window.getComputedStyle(t.content).overflow,this.dom.content.style.maxWidth="none",this.props.content.width=this.dom.content.offsetWidth,this.height=this.dom.box.offsetHeight,this.dom.content.style.maxWidth="",this.dirty=!1}this._repaintDeleteButton(t.box),this._repaintDragLeft(),this._repaintDragRight()},s.prototype.show=function(){this.displayed||this.redraw()},s.prototype.hide=function(){if(this.displayed){var t=this.dom.box;t.parentNode&&t.parentNode.removeChild(t),this.top=null,this.left=null,this.displayed=!1}},s.prototype.repositionX=function(){var t,e,i=this.parent.width,s=this.conversion.toScreen(this.data.start),o=this.conversion.toScreen(this.data.end);-i>s&&(s=-i),o>2*i&&(o=2*i);var n=Math.max(o-s,1);switch(this.overflow?(this.left=s,this.width=n+this.props.content.width,e=this.props.content.width):(this.left=s,this.width=n,e=Math.min(o-s-2*this.options.padding,this.props.content.width)),this.dom.box.style.left=this.left+"px",this.dom.box.style.width=n+"px",this.options.align){case"left":this.dom.content.style.left="0";break;case"right":this.dom.content.style.left=Math.max(n-e-2*this.options.padding,0)+"px";break;case"center":this.dom.content.style.left=Math.max((n-e-2*this.options.padding)/2,0)+"px";break;default:t=this.overflow?o>0?Math.max(-s,0):-e:0>s?Math.min(-s,o-s-e-2*this.options.padding):0,this.dom.content.style.left=t+"px"}},s.prototype.repositionY=function(){var t=this.options.orientation,e=this.dom.box;e.style.top="top"==t?this.top+"px":this.parent.height-this.top-this.height+"px"},s.prototype._repaintDragLeft=function(){if(this.selected&&this.options.editable.updateTime&&!this.dom.dragLeft){var t=document.createElement("div");t.className="drag-left",t.dragLeftItem=this,o(t,{preventDefault:!0}).on("drag",function(){}),this.dom.box.appendChild(t),this.dom.dragLeft=t}else!this.selected&&this.dom.dragLeft&&(this.dom.dragLeft.parentNode&&this.dom.dragLeft.parentNode.removeChild(this.dom.dragLeft),this.dom.dragLeft=null)},s.prototype._repaintDragRight=function(){if(this.selected&&this.options.editable.updateTime&&!this.dom.dragRight){var t=document.createElement("div");t.className="drag-right",t.dragRightItem=this,o(t,{preventDefault:!0}).on("drag",function(){}),this.dom.box.appendChild(t),this.dom.dragRight=t}else!this.selected&&this.dom.dragRight&&(this.dom.dragRight.parentNode&&this.dom.dragRight.parentNode.removeChild(this.dom.dragRight),this.dom.dragRight=null)},t.exports=s},function(t,e,i){function s(t,e,i){if(!(this instanceof s))throw new SyntaxError("Constructor must be called with the new operator");this._determineBrowserMethod(),this._initializeMixinLoaders(),this.containerElement=t,this.renderRefreshRate=60,this.renderTimestep=1e3/this.renderRefreshRate,this.renderTime=0,this.physicsTime=0,this.runDoubleSpeed=!1,this.physicsDiscreteStepsize=.5,this.initializing=!0,this.triggerFunctions={add:null,edit:null,editEdge:null,connect:null,del:null},this.defaultOptions={nodes:{mass:1,radiusMin:10,radiusMax:30,radius:10,shape:"ellipse",image:void 0,widthMin:16,widthMax:64,fontColor:"black",fontSize:14,fontFace:"verdana",fontFill:void 0,fontStrokeWidth:0,fontStrokeColor:"white",level:-1,color:{border:"#2B7CE9",background:"#97C2FC",highlight:{border:"#2B7CE9",background:"#D2E5FF"},hover:{border:"#2B7CE9",background:"#D2E5FF"}},group:void 0,borderWidth:1,borderWidthSelected:void 0},edges:{widthMin:1,widthMax:15,width:1,widthSelectionMultiplier:2,hoverWidth:1.5,style:"line",color:{color:"#848484",highlight:"#848484",hover:"#848484"},fontColor:"#343434",fontSize:14,fontFace:"arial",fontFill:"white",fontStrokeWidth:0,fontStrokeColor:"white",labelAlignment:"horizontal",arrowScaleFactor:1,dash:{length:10,gap:5,altLength:void 0},inheritColor:"from"},configurePhysics:!1,physics:{barnesHut:{enabled:!0,thetaInverted:2,gravitationalConstant:-2e3,centralGravity:.3,springLength:95,springConstant:.04,damping:.09},repulsion:{centralGravity:0,springLength:200,springConstant:.05,nodeDistance:100,damping:.09},hierarchicalRepulsion:{enabled:!1,centralGravity:0,springLength:100,springConstant:.01,nodeDistance:150,damping:.09},damping:null,centralGravity:null,springLength:null,springConstant:null},clustering:{enabled:!1,initialMaxNodes:100,clusterThreshold:500,reduceToNodes:300,chainThreshold:.4,clusterEdgeThreshold:20,sectorThreshold:100,screenSizeThreshold:.2,fontSizeMultiplier:4,maxFontSize:1e3,forceAmplification:.1,distanceAmplification:.1,edgeGrowth:20,nodeScaling:{width:1,height:1,radius:1},maxNodeSizeIncrements:600,activeAreaBoxSize:80,clusterLevelDifference:2},navigation:{enabled:!1},keyboard:{enabled:!1,speed:{x:10,y:10,zoom:.02}},dataManipulation:{enabled:!1,initiallyVisible:!1},hierarchicalLayout:{enabled:!1,levelSeparation:150,nodeSpacing:100,direction:"UD",layout:"hubsize"},freezeForStabilization:!1,smoothCurves:{enabled:!0,dynamic:!0,type:"continuous",roundness:.5},maxVelocity:30,minVelocity:.1,stabilize:!0,stabilizationIterations:1e3,zoomExtentOnStabilize:!0,locale:"en",locales:_,tooltip:{delay:300,fontColor:"black",fontSize:14,fontFace:"verdana",color:{border:"#666",background:"#FFFFC6"}},dragNetwork:!0,dragNodes:!0,zoomable:!0,hover:!1,hideEdgesOnDrag:!1,hideNodesOnDrag:!1,width:"100%",height:"100%",selectable:!0},this.constants=a.extend({},this.defaultOptions),this.pixelRatio=1,this.hoverObj={nodes:{},edges:{}},this.controlNodesActive=!1,this.navigationHammers={existing:[],_new:[]},this.animationSpeed=1/this.renderRefreshRate,this.animationEasingFunction="easeInOutQuint",this.easingTime=0,this.sourceScale=0,this.targetScale=0,this.sourceTranslation=0,this.targetTranslation=0,this.lockedOnNodeId=null,this.lockedOnNodeOffset=null,this.touchTime=0;var o=this;this.groups=new u,this.images=new m,this.images.setOnloadCallback(function(){o._redraw()}),this.xIncrement=0,this.yIncrement=0,this.zoomIncrement=0,this._loadPhysicsSystem(),this._create(),this._loadSectorSystem(),this._loadClusterSystem(),this._loadSelectionSystem(),this._loadHierarchySystem(),this._setTranslation(this.frame.clientWidth/2,this.frame.clientHeight/2),this._setScale(1),this.setOptions(i),this.freezeSimulation=!1,this.cachedFunctions={},this.startedStabilization=!1,this.stabilized=!1,this.stabilizationIterations=null,this.draggingNodes=!1,this.calculationNodes={},this.calculationNodeIndices=[],this.nodeIndices=[],this.nodes={},this.edges={},this.canvasTopLeft={x:0,y:0},this.canvasBottomRight={x:0,y:0},this.pointerPosition={x:0,y:0},this.areaCenter={},this.scale=1,this.previousScale=this.scale,this.nodesData=null,this.edgesData=null,this.nodesListeners={add:function(t,e){o._addNodes(e.items),o.start()},update:function(t,e){o._updateNodes(e.items,e.data),o.start()},remove:function(t,e){o._removeNodes(e.items),o.start()}},this.edgesListeners={add:function(t,e){o._addEdges(e.items),o.start()},update:function(t,e){o._updateEdges(e.items),o.start()},remove:function(t,e){o._removeEdges(e.items),o.start()}},this.moving=!0,this.timer=void 0,this.setData(e,this.constants.clustering.enabled||this.constants.hierarchicalLayout.enabled),this.initializing=!1,1==this.constants.hierarchicalLayout.enabled?this._setupHierarchicalLayout():0==this.constants.stabilize&&this.zoomExtent(void 0,!0,this.constants.clustering.enabled),this.constants.clustering.enabled&&this.startWithClustering()}var o=i(56),n=i(45),r=i(59),a=i(1),h=i(48),d=i(3),l=i(4),c=i(42),p=i(43),u=i(38),m=i(39),f=i(40),g=i(37),v=i(41),y=i(54),b=i(55),_=i(52);i(53),o(s.prototype),s.prototype._determineBrowserMethod=function(){var t=navigator.userAgent.toLowerCase();this.requiresTimeout=!1,-1!=t.indexOf("msie 9.0")?this.requiresTimeout=!0:-1!=t.indexOf("safari")&&t.indexOf("chrome")<=-1&&(this.requiresTimeout=!0)},s.prototype._getScriptPath=function(){for(var t=document.getElementsByTagName("script"),e=0;et.boundingBox.left&&(s=t.boundingBox.left),ot.boundingBox.bottom&&(e=t.boundingBox.bottom),i=this.constants.clustering.initialMaxNodes?49.07548/(n+142.05338)+91444e-8:12.662/(n+7.4147)+.0964822:1==this.constants.clustering.enabled&&n>=this.constants.clustering.initialMaxNodes?77.5271985/(n+187.266146)+476710517e-13:30.5062972/(n+19.93597763)+.08413486;var r=Math.min(this.frame.canvas.clientWidth/600,this.frame.canvas.clientHeight/600);s*=r}else{var a=1.1*Math.abs(o.maxX-o.minX),h=1.1*Math.abs(o.maxY-o.minY),d=this.frame.canvas.clientWidth/a,l=this.frame.canvas.clientHeight/h;s=l>=d?d:l}s>1&&(s=1);var c=this._findCenter(o);if(0==i){var p={position:c,scale:s,animation:t};this.moveTo(p),this.moving=!0,this.start()}else c.x*=s,c.y*=s,c.x-=.5*this.frame.canvas.clientWidth,c.y-=.5*this.frame.canvas.clientHeight,this._setScale(s),this._setTranslation(-c.x,-c.y)},s.prototype._updateNodeIndexList=function(){this._clearNodeIndexList();for(var t in this.nodes)this.nodes.hasOwnProperty(t)&&this.nodeIndices.push(t)},s.prototype.setData=function(t,e){if(void 0===e&&(e=!1),this.initializing=!0,t&&t.dot&&(t.nodes||t.edges))throw new SyntaxError('Data must contain either parameter "dot" or parameter pair "nodes" and "edges", but not both.'); +if(1==this.constants.dataManipulation.enabled&&this._createManipulatorBar(),this.setOptions(t&&t.options),t&&t.dot){if(t&&t.dot){var i=c.DOTToGraph(t.dot);return void this.setData(i)}}else if(t&&t.gephi){if(t&&t.gephi){var s=p.parseGephi(t.gephi);return void this.setData(s)}}else this._setNodes(t&&t.nodes),this._setEdges(t&&t.edges);this._putDataInSector(),0==e&&(1==this.constants.hierarchicalLayout.enabled?(this._resetLevels(),this._setupHierarchicalLayout()):this.constants.stabilize&&this._stabilize(),this.start()),this.initializing=!1},s.prototype.setOptions=function(t){if(t){var e,i=["nodes","edges","smoothCurves","hierarchicalLayout","clustering","navigation","keyboard","dataManipulation","onAdd","onEdit","onEditEdge","onConnect","onDelete","clickToUse"];if(a.selectiveNotDeepExtend(i,this.constants,t),a.selectiveNotDeepExtend(["color"],this.constants.nodes,t.nodes),a.selectiveNotDeepExtend(["color","length"],this.constants.edges,t.edges),t.physics&&(a.mergeOptions(this.constants.physics,t.physics,"barnesHut"),a.mergeOptions(this.constants.physics,t.physics,"repulsion"),t.physics.hierarchicalRepulsion)){this.constants.hierarchicalLayout.enabled=!0,this.constants.physics.hierarchicalRepulsion.enabled=!0,this.constants.physics.barnesHut.enabled=!1;for(e in t.physics.hierarchicalRepulsion)t.physics.hierarchicalRepulsion.hasOwnProperty(e)&&(this.constants.physics.hierarchicalRepulsion[e]=t.physics.hierarchicalRepulsion[e])}if(t.onAdd&&(this.triggerFunctions.add=t.onAdd),t.onEdit&&(this.triggerFunctions.edit=t.onEdit),t.onEditEdge&&(this.triggerFunctions.editEdge=t.onEditEdge),t.onConnect&&(this.triggerFunctions.connect=t.onConnect),t.onDelete&&(this.triggerFunctions.del=t.onDelete),a.mergeOptions(this.constants,t,"smoothCurves"),a.mergeOptions(this.constants,t,"hierarchicalLayout"),a.mergeOptions(this.constants,t,"clustering"),a.mergeOptions(this.constants,t,"navigation"),a.mergeOptions(this.constants,t,"keyboard"),a.mergeOptions(this.constants,t,"dataManipulation"),t.dataManipulation&&(this.editMode=this.constants.dataManipulation.initiallyVisible),t.edges&&(void 0!==t.edges.color&&(a.isString(t.edges.color)?(this.constants.edges.color={},this.constants.edges.color.color=t.edges.color,this.constants.edges.color.highlight=t.edges.color,this.constants.edges.color.hover=t.edges.color):(void 0!==t.edges.color.color&&(this.constants.edges.color.color=t.edges.color.color),void 0!==t.edges.color.highlight&&(this.constants.edges.color.highlight=t.edges.color.highlight),void 0!==t.edges.color.hover&&(this.constants.edges.color.hover=t.edges.color.hover)),this.constants.edges.inheritColor=!1),t.edges.fontColor||void 0!==t.edges.color&&(a.isString(t.edges.color)?this.constants.edges.fontColor=t.edges.color:void 0!==t.edges.color.color&&(this.constants.edges.fontColor=t.edges.color.color))),t.nodes&&t.nodes.color){var s=a.parseColor(t.nodes.color);this.constants.nodes.color.background=s.background,this.constants.nodes.color.border=s.border,this.constants.nodes.color.highlight.background=s.highlight.background,this.constants.nodes.color.highlight.border=s.highlight.border,this.constants.nodes.color.hover.background=s.hover.background,this.constants.nodes.color.hover.border=s.hover.border}if(t.groups)for(var o in t.groups)if(t.groups.hasOwnProperty(o)){var n=t.groups[o];this.groups.add(o,n)}if(t.tooltip){for(e in t.tooltip)t.tooltip.hasOwnProperty(e)&&(this.constants.tooltip[e]=t.tooltip[e]);t.tooltip.color&&(this.constants.tooltip.color=a.parseColor(t.tooltip.color))}if("clickToUse"in t&&(t.clickToUse?this.activator||(this.activator=new b(this.frame),this.activator.on("change",this._createKeyBinds.bind(this))):this.activator&&(this.activator.destroy(),delete this.activator)),t.labels)throw new Error('Option "labels" is deprecated. Use options "locale" and "locales" instead.');this._loadPhysicsSystem(),this._loadNavigationControls(),this._loadManipulationSystem(),this._configureSmoothCurves(),this._createKeyBinds(),this.setSize(this.constants.width,this.constants.height),this.moving=!0,this.start()}},s.prototype._create=function(){for(;this.containerElement.hasChildNodes();)this.containerElement.removeChild(this.containerElement.firstChild);if(this.frame=document.createElement("div"),this.frame.className="vis network-frame",this.frame.style.position="relative",this.frame.style.overflow="hidden",this.frame.canvas=document.createElement("canvas"),this.frame.canvas.style.position="relative",this.frame.appendChild(this.frame.canvas),this.frame.canvas.getContext){var t=this.frame.canvas.getContext("2d");this.pixelRatio=(window.devicePixelRatio||1)/(t.webkitBackingStorePixelRatio||t.mozBackingStorePixelRatio||t.msBackingStorePixelRatio||t.oBackingStorePixelRatio||t.backingStorePixelRatio||1),this.frame.canvas.getContext("2d").setTransform(this.pixelRatio,0,0,this.pixelRatio,0,0)}else{var e=document.createElement("DIV");e.style.color="red",e.style.fontWeight="bold",e.style.padding="10px",e.innerHTML="Error: your browser does not support HTML canvas",this.frame.canvas.appendChild(e)}var i=this;this.drag={},this.pinch={},this.hammer=n(this.frame.canvas,{prevent_default:!0}),this.hammer.on("tap",i._onTap.bind(i)),this.hammer.on("doubletap",i._onDoubleTap.bind(i)),this.hammer.on("hold",i._onHold.bind(i)),this.hammer.on("pinch",i._onPinch.bind(i)),this.hammer.on("touch",i._onTouch.bind(i)),this.hammer.on("dragstart",i._onDragStart.bind(i)),this.hammer.on("drag",i._onDrag.bind(i)),this.hammer.on("dragend",i._onDragEnd.bind(i)),this.hammer.on("mousewheel",i._onMouseWheel.bind(i)),this.hammer.on("DOMMouseScroll",i._onMouseWheel.bind(i)),this.hammer.on("mousemove",i._onMouseMoveTitle.bind(i)),this.hammerFrame=n(this.frame,{prevent_default:!0}),this.hammerFrame.on("release",i._onRelease.bind(i)),this.containerElement.appendChild(this.frame)},s.prototype._createKeyBinds=function(){var t=this;void 0!==this.keycharm&&this.keycharm.destroy(),this.keycharm=r(),this.keycharm.reset(),this.constants.keyboard.enabled&&this.isActive()&&(this.keycharm.bind("up",this._moveUp.bind(t),"keydown"),this.keycharm.bind("up",this._yStopMoving.bind(t),"keyup"),this.keycharm.bind("down",this._moveDown.bind(t),"keydown"),this.keycharm.bind("down",this._yStopMoving.bind(t),"keyup"),this.keycharm.bind("left",this._moveLeft.bind(t),"keydown"),this.keycharm.bind("left",this._xStopMoving.bind(t),"keyup"),this.keycharm.bind("right",this._moveRight.bind(t),"keydown"),this.keycharm.bind("right",this._xStopMoving.bind(t),"keyup"),this.keycharm.bind("=",this._zoomIn.bind(t),"keydown"),this.keycharm.bind("=",this._stopZoom.bind(t),"keyup"),this.keycharm.bind("num+",this._zoomIn.bind(t),"keydown"),this.keycharm.bind("num+",this._stopZoom.bind(t),"keyup"),this.keycharm.bind("num-",this._zoomOut.bind(t),"keydown"),this.keycharm.bind("num-",this._stopZoom.bind(t),"keyup"),this.keycharm.bind("-",this._zoomOut.bind(t),"keydown"),this.keycharm.bind("-",this._stopZoom.bind(t),"keyup"),this.keycharm.bind("[",this._zoomIn.bind(t),"keydown"),this.keycharm.bind("[",this._stopZoom.bind(t),"keyup"),this.keycharm.bind("]",this._zoomOut.bind(t),"keydown"),this.keycharm.bind("]",this._stopZoom.bind(t),"keyup"),this.keycharm.bind("pageup",this._zoomIn.bind(t),"keydown"),this.keycharm.bind("pageup",this._stopZoom.bind(t),"keyup"),this.keycharm.bind("pagedown",this._zoomOut.bind(t),"keydown"),this.keycharm.bind("pagedown",this._stopZoom.bind(t),"keyup")),1==this.constants.dataManipulation.enabled&&(this.keycharm.bind("esc",this._createManipulatorBar.bind(t)),this.keycharm.bind("delete",this._deleteSelected.bind(t)))},s.prototype.destroy=function(){this.start=function(){},this.redraw=function(){},this.timer=!1,this._cleanupPhysicsConfiguration(),this.keycharm.reset(),this.hammer.dispose(),this.off(),this._recursiveDOMDelete(this.containerElement)},s.prototype._recursiveDOMDelete=function(t){for(;1==t.hasChildNodes();)this._recursiveDOMDelete(t.firstChild),t.removeChild(t.firstChild)},s.prototype._getPointer=function(t){return{x:t.pageX-a.getAbsoluteLeft(this.frame.canvas),y:t.pageY-a.getAbsoluteTop(this.frame.canvas)}},s.prototype._onTouch=function(t){(new Date).valueOf()-this.touchTime>100&&(this.drag.pointer=this._getPointer(t.gesture.center),this.drag.pinched=!1,this.pinch.scale=this._getScale(),this.touchTime=(new Date).valueOf(),this._handleTouch(this.drag.pointer))},s.prototype._onDragStart=function(t){this._handleDragStart(t)},s.prototype._handleDragStart=function(t){void 0===this.drag.pointer&&this._onTouch(t);var e=this._getNodeAt(this.drag.pointer);if(this.drag.dragging=!0,this.drag.selection=[],this.drag.translation=this._getTranslation(),this.drag.nodeId=null,this.draggingNodes=!1,null!=e&&1==this.constants.dragNodes){this.draggingNodes=!0,this.drag.nodeId=e.id,e.isSelected()||this._selectObject(e,!1),this.emit("dragStart",{nodeIds:this.getSelection().nodes});for(var i in this.selectionObj.nodes)if(this.selectionObj.nodes.hasOwnProperty(i)){var s=this.selectionObj.nodes[i],o={id:s.id,node:s,x:s.x,y:s.y,xFixed:s.xFixed,yFixed:s.yFixed};s.xFixed=!0,s.yFixed=!0,this.drag.selection.push(o)}}},s.prototype._onDrag=function(t){this._handleOnDrag(t)},s.prototype._handleOnDrag=function(t){if(!this.drag.pinched){this.releaseNode();var e=this._getPointer(t.gesture.center),i=this,s=this.drag,o=s.selection;if(o&&o.length&&1==this.constants.dragNodes){var n=e.x-s.pointer.x,r=e.y-s.pointer.y;o.forEach(function(t){var e=t.node;t.xFixed||(e.x=i._XconvertDOMtoCanvas(i._XconvertCanvasToDOM(t.x)+n)),t.yFixed||(e.y=i._YconvertDOMtoCanvas(i._YconvertCanvasToDOM(t.y)+r))}),this.moving||(this.moving=!0,this.start())}else if(1==this.constants.dragNetwork){if(void 0===this.drag.pointer)return void this._handleDragStart(t);var a=e.x-this.drag.pointer.x,h=e.y-this.drag.pointer.y;this._setTranslation(this.drag.translation.x+a,this.drag.translation.y+h),this._redraw()}}},s.prototype._onDragEnd=function(t){this._handleDragEnd(t)},s.prototype._handleDragEnd=function(){this.drag.dragging=!1;var t=this.drag.selection;t&&t.length?(t.forEach(function(t){t.node.xFixed=t.xFixed,t.node.yFixed=t.yFixed}),this.moving=!0,this.start()):this._redraw(),0==this.draggingNodes?this.emit("dragEnd",{nodeIds:[]}):this.emit("dragEnd",{nodeIds:this.getSelection().nodes})},s.prototype._onTap=function(t){var e=this._getPointer(t.gesture.center);this.pointerPosition=e,this._handleTap(e)},s.prototype._onDoubleTap=function(t){var e=this._getPointer(t.gesture.center);this._handleDoubleTap(e)},s.prototype._onHold=function(t){var e=this._getPointer(t.gesture.center);this.pointerPosition=e,this._handleOnHold(e)},s.prototype._onRelease=function(t){var e=this._getPointer(t.gesture.center);this._handleOnRelease(e)},s.prototype._onPinch=function(t){var e=this._getPointer(t.gesture.center);this.drag.pinched=!0,"scale"in this.pinch||(this.pinch.scale=1);var i=this.pinch.scale*t.gesture.scale;this._zoom(i,e)},s.prototype._zoom=function(t,e){if(1==this.constants.zoomable){var i=this._getScale();1e-5>t&&(t=1e-5),t>10&&(t=10);var s=null;void 0!==this.drag&&1==this.drag.dragging&&(s=this.DOMtoCanvas(this.drag.pointer));var o=this._getTranslation(),n=t/i,r=(1-n)*e.x+o.x*n,a=(1-n)*e.y+o.y*n;if(this.areaCenter={x:this._XconvertDOMtoCanvas(e.x),y:this._YconvertDOMtoCanvas(e.y)},this._setScale(t),this._setTranslation(r,a),this.updateClustersDefault(),null!=s){var h=this.canvasToDOM(s);this.drag.pointer.x=h.x,this.drag.pointer.y=h.y}return this._redraw(),t>i?this.emit("zoom",{direction:"+"}):this.emit("zoom",{direction:"-"}),t}},s.prototype._onMouseWheel=function(t){var e=0;if(t.wheelDelta?e=t.wheelDelta/120:t.detail&&(e=-t.detail/3),e){var i=this._getScale(),s=e/10;0>e&&(s/=1-s),i*=1+s;var o=h.fakeGesture(this,t),n=this._getPointer(o.center);this._zoom(i,n)}t.preventDefault()},s.prototype._onMouseMoveTitle=function(t){var e=h.fakeGesture(this,t),i=this._getPointer(e.center);this.popupObj&&this._checkHidePopup(i);var s=this,o=function(){s._checkShowPopup(i)};if(this.popupTimer&&clearInterval(this.popupTimer),this.drag.dragging||(this.popupTimer=setTimeout(o,this.constants.tooltip.delay)),1==this.constants.hover){for(var n in this.hoverObj.edges)this.hoverObj.edges.hasOwnProperty(n)&&(this.hoverObj.edges[n].hover=!1,delete this.hoverObj.edges[n]);var r=this._getNodeAt(i);null==r&&(r=this._getEdgeAt(i)),null!=r&&this._hoverObject(r);for(var a in this.hoverObj.nodes)this.hoverObj.nodes.hasOwnProperty(a)&&(r instanceof f&&r.id!=a||r instanceof g||null==r)&&(this._blurObject(this.hoverObj.nodes[a]),delete this.hoverObj.nodes[a]);this.redraw()}},s.prototype._checkShowPopup=function(t){var e,i={left:this._XconvertDOMtoCanvas(t.x),top:this._YconvertDOMtoCanvas(t.y),right:this._XconvertDOMtoCanvas(t.x),bottom:this._YconvertDOMtoCanvas(t.y)},s=this.popupObj,o=!1;if(void 0==this.popupObj){var n=this.nodes,r=[];for(e in n)if(n.hasOwnProperty(e)){var a=n[e];a.isOverlappingWith(i)&&void 0!==a.getTitle()&&r.push(e)}r.length>0&&(this.popupObj=this.nodes[r[r.length-1]],o=!0)}if(void 0===this.popupObj&&0==o){var h=this.edges,d=[];for(e in h)if(h.hasOwnProperty(e)){var l=h[e];l.connected&&void 0!==l.getTitle()&&l.isOverlappingWith(i)&&d.push(e)}d.length>0&&(this.popupObj=this.edges[d[d.length-1]])}if(this.popupObj){if(this.popupObj!=s){var c=this;c.popup||(c.popup=new v(c.frame,c.constants.tooltip)),c.popup.setPosition(t.x-3,t.y-3),c.popup.setText(c.popupObj.getTitle()),c.popup.show()}}else this.popup&&this.popup.hide()},s.prototype._checkHidePopup=function(t){this.popupObj&&this._getNodeAt(t)||(this.popupObj=void 0,this.popup&&this.popup.hide())},s.prototype.setSize=function(t,e){var i=!1,s=this.frame.canvas.width,o=this.frame.canvas.height;t!=this.constants.width||e!=this.constants.height||this.frame.style.width!=t||this.frame.style.height!=e?(this.frame.style.width=t,this.frame.style.height=e,this.frame.canvas.style.width="100%",this.frame.canvas.style.height="100%",this.frame.canvas.width=this.frame.canvas.clientWidth*this.pixelRatio,this.frame.canvas.height=this.frame.canvas.clientHeight*this.pixelRatio,this.constants.width=t,this.constants.height=e,i=!0):(this.frame.canvas.width!=this.frame.canvas.clientWidth*this.pixelRatio&&(this.frame.canvas.width=this.frame.canvas.clientWidth*this.pixelRatio,i=!0),this.frame.canvas.height!=this.frame.canvas.clientHeight*this.pixelRatio&&(this.frame.canvas.height=this.frame.canvas.clientHeight*this.pixelRatio,i=!0)),1==i&&this.emit("resize",{width:this.frame.canvas.width*this.pixelRatio,height:this.frame.canvas.height*this.pixelRatio,oldWidth:s*this.pixelRatio,oldHeight:o*this.pixelRatio})},s.prototype._setNodes=function(t){var e=this.nodesData;if(t instanceof d||t instanceof l)this.nodesData=t;else if(Array.isArray(t))this.nodesData=new d,this.nodesData.add(t);else{if(t)throw new TypeError("Array or DataSet expected");this.nodesData=new d}if(e&&a.forEach(this.nodesListeners,function(t,i){e.off(i,t)}),this.nodes={},this.nodesData){var i=this;a.forEach(this.nodesListeners,function(t,e){i.nodesData.on(e,t)});var s=this.nodesData.getIds();this._addNodes(s)}this._updateSelection()},s.prototype._addNodes=function(t){for(var e,i=0,s=t.length;s>i;i++){e=t[i];var o=this.nodesData.get(e),n=new f(o,this.images,this.groups,this.constants);if(this.nodes[e]=n,!(0!=n.xFixed&&0!=n.yFixed||null!==n.x&&null!==n.y)){var r=1*t.length+10,a=2*Math.PI*Math.random();0==n.xFixed&&(n.x=r*Math.cos(a)),0==n.yFixed&&(n.y=r*Math.sin(a))}this.moving=!0}this._updateNodeIndexList(),1==this.constants.hierarchicalLayout.enabled&&0==this.initializing&&(this._resetLevels(),this._setupHierarchicalLayout()),this._updateCalculationNodes(),this._reconnectEdges(),this._updateValueRange(this.nodes),this.updateLabels()},s.prototype._updateNodes=function(t,e){for(var i=this.nodes,s=0,o=t.length;o>s;s++){var n=t[s],r=i[n],a=e[s];r?r.setProperties(a,this.constants):(r=new f(properties,this.images,this.groups,this.constants),i[n]=r)}this.moving=!0,1==this.constants.hierarchicalLayout.enabled&&0==this.initializing&&(this._resetLevels(),this._setupHierarchicalLayout()),this._updateNodeIndexList(),this._updateValueRange(i)},s.prototype._removeNodes=function(t){for(var e=this.nodes,i=0,s=t.length;s>i;i++){var o=t[i];delete e[o]}this._updateNodeIndexList(),1==this.constants.hierarchicalLayout.enabled&&0==this.initializing&&(this._resetLevels(),this._setupHierarchicalLayout()),this._updateCalculationNodes(),this._reconnectEdges(),this._updateSelection(),this._updateValueRange(e)},s.prototype._setEdges=function(t){var e=this.edgesData;if(t instanceof d||t instanceof l)this.edgesData=t;else if(Array.isArray(t))this.edgesData=new d,this.edgesData.add(t);else{if(t)throw new TypeError("Array or DataSet expected");this.edgesData=new d}if(e&&a.forEach(this.edgesListeners,function(t,i){e.off(i,t)}),this.edges={},this.edgesData){var i=this;a.forEach(this.edgesListeners,function(t,e){i.edgesData.on(e,t)});var s=this.edgesData.getIds();this._addEdges(s)}this._reconnectEdges()},s.prototype._addEdges=function(t){for(var e=this.edges,i=this.edgesData,s=0,o=t.length;o>s;s++){var n=t[s],r=e[n];r&&r.disconnect();var a=i.get(n,{showInternalIds:!0});e[n]=new g(a,this,this.constants)}this.moving=!0,this._updateValueRange(e),this._createBezierNodes(),this._updateCalculationNodes(),1==this.constants.hierarchicalLayout.enabled&&0==this.initializing&&(this._resetLevels(),this._setupHierarchicalLayout())},s.prototype._updateEdges=function(t){for(var e=this.edges,i=this.edgesData,s=0,o=t.length;o>s;s++){var n=t[s],r=i.get(n),a=e[n];a?(a.disconnect(),a.setProperties(r,this.constants),a.connect()):(a=new g(r,this,this.constants),this.edges[n]=a)}this._createBezierNodes(),1==this.constants.hierarchicalLayout.enabled&&0==this.initializing&&(this._resetLevels(),this._setupHierarchicalLayout()),this.moving=!0,this._updateValueRange(e)},s.prototype._removeEdges=function(t){for(var e=this.edges,i=0,s=t.length;s>i;i++){var o=t[i],n=e[o];n&&(null!=n.via&&delete this.sectors.support.nodes[n.via.id],n.disconnect(),delete e[o])}this.moving=!0,this._updateValueRange(e),1==this.constants.hierarchicalLayout.enabled&&0==this.initializing&&(this._resetLevels(),this._setupHierarchicalLayout()),this._updateCalculationNodes()},s.prototype._reconnectEdges=function(){var t,e=this.nodes,i=this.edges;for(t in e)e.hasOwnProperty(t)&&(e[t].edges=[],e[t].dynamicEdges=[]);for(t in i)if(i.hasOwnProperty(t)){var s=i[t];s.from=null,s.to=null,s.connect()}},s.prototype._updateValueRange=function(t){var e,i=void 0,s=void 0;for(e in t)if(t.hasOwnProperty(e)){var o=t[e].getValue();void 0!==o&&(i=void 0===i?o:Math.min(o,i),s=void 0===s?o:Math.max(o,s))}if(void 0!==i&&void 0!==s)for(e in t)t.hasOwnProperty(e)&&t[e].setValueRange(i,s)},s.prototype.redraw=function(){this.setSize(this.constants.width,this.constants.height),this._redraw()},s.prototype._redraw=function(t){var e=this.frame.canvas.getContext("2d");e.setTransform(this.pixelRatio,0,0,this.pixelRatio,0,0);var i=this.frame.canvas.width*this.pixelRatio,s=this.frame.canvas.height*this.pixelRatio;e.clearRect(0,0,i,s),e.save(),e.translate(this.translation.x,this.translation.y),e.scale(this.scale,this.scale),this.canvasTopLeft={x:this._XconvertDOMtoCanvas(0),y:this._YconvertDOMtoCanvas(0)},this.canvasBottomRight={x:this._XconvertDOMtoCanvas(this.frame.canvas.clientWidth*this.pixelRatio),y:this._YconvertDOMtoCanvas(this.frame.canvas.clientHeight*this.pixelRatio)},1!=t&&(this._doInAllSectors("_drawAllSectorNodes",e),(0==this.drag.dragging||void 0===this.drag.dragging||0==this.constants.hideEdgesOnDrag)&&this._doInAllSectors("_drawEdges",e)),(0==this.drag.dragging||void 0===this.drag.dragging||0==this.constants.hideNodesOnDrag)&&this._doInAllSectors("_drawNodes",e,!1),1!=t&&1==this.controlNodesActive&&this._doInAllSectors("_drawControlNodes",e),e.restore(),1==t&&e.clearRect(0,0,i,s)},s.prototype._setTranslation=function(t,e){void 0===this.translation&&(this.translation={x:0,y:0}),void 0!==t&&(this.translation.x=t),void 0!==e&&(this.translation.y=e),this.emit("viewChanged")},s.prototype._getTranslation=function(){return{x:this.translation.x,y:this.translation.y}},s.prototype._setScale=function(t){this.scale=t},s.prototype._getScale=function(){return this.scale},s.prototype._XconvertDOMtoCanvas=function(t){return(t-this.translation.x)/this.scale},s.prototype._XconvertCanvasToDOM=function(t){return t*this.scale+this.translation.x},s.prototype._YconvertDOMtoCanvas=function(t){return(t-this.translation.y)/this.scale},s.prototype._YconvertCanvasToDOM=function(t){return t*this.scale+this.translation.y},s.prototype.canvasToDOM=function(t){return{x:this._XconvertCanvasToDOM(t.x),y:this._YconvertCanvasToDOM(t.y)}},s.prototype.DOMtoCanvas=function(t){return{x:this._XconvertDOMtoCanvas(t.x),y:this._YconvertDOMtoCanvas(t.y)}},s.prototype._drawNodes=function(t,e){void 0===e&&(e=!1);var i=this.nodes,s=[];for(var o in i)i.hasOwnProperty(o)&&(i[o].setScaleAndPos(this.scale,this.canvasTopLeft,this.canvasBottomRight),i[o].isSelected()?s.push(o):(i[o].inArea()||e)&&i[o].draw(t));for(var n=0,r=s.length;r>n;n++)(i[s[n]].inArea()||e)&&i[s[n]].draw(t)},s.prototype._drawEdges=function(t){var e=this.edges;for(var i in e)if(e.hasOwnProperty(i)){var s=e[i];s.setScale(this.scale),s.connected&&e[i].draw(t)}},s.prototype._drawControlNodes=function(t){var e=this.edges;for(var i in e)e.hasOwnProperty(i)&&e[i]._drawControlNodes(t)},s.prototype._stabilize=function(){1==this.constants.freezeForStabilization&&this._freezeDefinedNodes();for(var t=0;this.moving&&t0)for(t in i)i.hasOwnProperty(t)&&(i[t].discreteStepLimited(e,this.constants.maxVelocity),s=!0);else for(t in i)i.hasOwnProperty(t)&&(i[t].discreteStep(e),s=!0);if(1==s){var o=this.constants.minVelocity/Math.max(this.scale,.05);return o>.5*this.constants.maxVelocity?!0:this._isMoving(o)}return!1},s.prototype._revertPhysicsState=function(){var t=this.nodes;for(var e in t)t.hasOwnProperty(e)&&t[e].revertPosition()},s.prototype._revertPhysicsTick=function(){this._doInAllActiveSectors("_revertPhysicsState"),1==this.constants.smoothCurves.enabled&&1==this.constants.smoothCurves.dynamic&&this._doInSupportSector("_revertPhysicsState")},s.prototype._physicsTick=function(){if(!this.freezeSimulation&&1==this.moving){var t=!1,e=!1;this._doInAllActiveSectors("_initializeForceCalculation");var i=this._doInAllActiveSectors("_discreteStepNodes");1==this.constants.smoothCurves.enabled&&1==this.constants.smoothCurves.dynamic&&(e=this._doInSupportSector("_discreteStepNodes"));for(var s=0;s2*e||1==this.runDoubleSpeed)&&1==this.moving&&(this._physicsTick(),0!=this.renderTime&&(this.runDoubleSpeed=!0));var i=Date.now();this._redraw(),this.renderTime=Date.now()-i,this.start()},"undefined"!=typeof window&&(window.requestAnimationFrame=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||window.msRequestAnimationFrame),s.prototype.start=function(){if(1==this.moving||0!=this.xIncrement||0!=this.yIncrement||0!=this.zoomIncrement)this.timer||(this.timer=1==this.requiresTimeout?window.setTimeout(this._animationStep.bind(this),this.renderTimestep):window.requestAnimationFrame(this._animationStep.bind(this)));else if(this._redraw(),this.stabilizationIterations>1){var t=this,e={iterations:t.stabilizationIterations};this.stabilizationIterations=0,this.startedStabilization=!1,setTimeout(function(){t.emit("stabilized",e)},0)}else this.stabilizationIterations=0},s.prototype._handleNavigation=function(){if(0!=this.xIncrement||0!=this.yIncrement){var t=this._getTranslation();this._setTranslation(t.x+this.xIncrement,t.y+this.yIncrement)}if(0!=this.zoomIncrement){var e={x:this.frame.canvas.clientWidth/2,y:this.frame.canvas.clientHeight/2};this._zoom(this.scale*(1+this.zoomIncrement),e)}},s.prototype.toggleFreeze=function(){0==this.freezeSimulation?this.freezeSimulation=!0:(this.freezeSimulation=!1,this.start())},s.prototype._configureSmoothCurves=function(t){if(void 0===t&&(t=!0),1==this.constants.smoothCurves.enabled&&1==this.constants.smoothCurves.dynamic){this._createBezierNodes();for(var e in this.sectors.support.nodes)this.sectors.support.nodes.hasOwnProperty(e)&&void 0===this.edges[this.sectors.support.nodes[e].parentEdgeId]&&delete this.sectors.support.nodes[e]}else{this.sectors.support.nodes={};for(var i in this.edges)this.edges.hasOwnProperty(i)&&(this.edges[i].via=null)}this._updateCalculationNodes(),t||(this.moving=!0,this.start())},s.prototype._createBezierNodes=function(){if(1==this.constants.smoothCurves.enabled&&1==this.constants.smoothCurves.dynamic)for(var t in this.edges)if(this.edges.hasOwnProperty(t)){var e=this.edges[t];if(null==e.via){var i="edgeId:".concat(e.id);this.sectors.support.nodes[i]=new f({id:i,mass:1,shape:"circle",image:"",internalMultiplier:1},{},{},this.constants),e.via=this.sectors.support.nodes[i],e.via.parentEdgeId=e.id,e.positionBezierNode()}}},s.prototype._initializeMixinLoaders=function(){for(var t in y)y.hasOwnProperty(t)&&(s.prototype[t]=y[t])},s.prototype.storePosition=function(){console.log("storePosition is depricated: use .storePositions() from now on."),this.storePositions()},s.prototype.storePositions=function(){var t=[];for(var e in this.nodes)if(this.nodes.hasOwnProperty(e)){var i=this.nodes[e],s=!this.nodes.xFixed,o=!this.nodes.yFixed;(this.nodesData._data[e].x!=Math.round(i.x)||this.nodesData._data[e].y!=Math.round(i.y))&&t.push({id:e,x:Math.round(i.x),y:Math.round(i.y),allowedToMoveX:s,allowedToMoveY:o})}this.nodesData.update(t)},s.prototype.getPositions=function(t){var e={};if(void 0!==t){if(1==Array.isArray(t)){for(var i=0;i=1&&(this.easingTime=0,this._redraw=null!=this.lockedOnNodeId?this._lockedRedraw:this._classicRedraw,this.emit("animationFinished"))},s.prototype._classicRedraw=function(){},s.prototype.isActive=function(){return!this.activator||this.activator.active},s.prototype.setScale=function(){return this._setScale()},s.prototype.getScale=function(){return this._getScale()},s.prototype.getCenterCoordinates=function(){return this.DOMtoCanvas({x:.5*this.frame.canvas.clientWidth,y:.5*this.frame.canvas.clientHeight})},s.prototype.getBoundingBox=function(t){return void 0!==this.nodes[t]?this.nodes[t].boundingBox:void 0},t.exports=s},function(t,e,i){function s(t,e,i){if(!e)throw"No network provided";var s=["edges","physics"],n=o.selectiveBridgeObject(s,i);this.options=n.edges,this.physics=n.physics,this.options.smoothCurves=i.smoothCurves,this.network=e,this.id=void 0,this.fromId=void 0,this.toId=void 0,this.title=void 0,this.widthSelected=this.options.width*this.options.widthSelectionMultiplier,this.value=void 0,this.selected=!1,this.hover=!1,this.labelDimensions={top:0,left:0,width:0,height:0,yLine:0},this.dirtyLabel=!0,this.from=null,this.to=null,this.via=null,this.fromBackup=null,this.toBackup=null,this.originalFromId=[],this.originalToId=[],this.connected=!1,this.widthFixed=!1,this.lengthFixed=!1,this.setProperties(t),this.controlNodesEnabled=!1,this.controlNodes={from:null,to:null,positions:{}},this.connectedNode=null}var o=i(1),n=i(40);s.prototype.setProperties=function(t){if(t){var e=["style","fontSize","fontFace","fontColor","fontFill","fontStrokeWidth","fontStrokeColor","width","widthSelectionMultiplier","hoverWidth","arrowScaleFactor","dash","inheritColor","labelAlignment"];switch(o.selectiveDeepExtend(e,this.options,t),void 0!==t.from&&(this.fromId=t.from),void 0!==t.to&&(this.toId=t.to),void 0!==t.id&&(this.id=t.id),void 0!==t.label&&(this.label=t.label,this.dirtyLabel=!0),void 0!==t.title&&(this.title=t.title),void 0!==t.value&&(this.value=t.value),void 0!==t.length&&(this.physics.springLength=t.length),void 0!==t.color&&(this.options.inheritColor=!1,o.isString(t.color)?(this.options.color.color=t.color,this.options.color.highlight=t.color):(void 0!==t.color.color&&(this.options.color.color=t.color.color),void 0!==t.color.highlight&&(this.options.color.highlight=t.color.highlight),void 0!==t.color.hover&&(this.options.color.hover=t.color.hover))),this.connect(),this.widthFixed=this.widthFixed||void 0!==t.width,this.lengthFixed=this.lengthFixed||void 0!==t.length,this.widthSelected=this.options.width*this.options.widthSelectionMultiplier,this.options.style){case"line":this.draw=this._drawLine; +break;case"arrow":this.draw=this._drawArrow;break;case"arrow-center":this.draw=this._drawArrowCenter;break;case"dash-line":this.draw=this._drawDashLine;break;default:this.draw=this._drawLine}}},s.prototype.connect=function(){this.disconnect(),this.from=this.network.nodes[this.fromId]||null,this.to=this.network.nodes[this.toId]||null,this.connected=this.from&&this.to,this.connected?(this.from.attachEdge(this),this.to.attachEdge(this)):(this.from&&this.from.detachEdge(this),this.to&&this.to.detachEdge(this))},s.prototype.disconnect=function(){this.from&&(this.from.detachEdge(this),this.from=null),this.to&&(this.to.detachEdge(this),this.to=null),this.connected=!1},s.prototype.getTitle=function(){return"function"==typeof this.title?this.title():this.title},s.prototype.getValue=function(){return this.value},s.prototype.setValueRange=function(t,e){if(!this.widthFixed&&void 0!==this.value){var i=(this.options.widthMax-this.options.widthMin)/(e-t);this.options.width=(this.value-t)*i+this.options.widthMin,this.widthSelected=this.options.width*this.options.widthSelectionMultiplier}},s.prototype.draw=function(){throw"Method draw not initialized in edge"},s.prototype.isOverlappingWith=function(t){if(this.connected){var e=10,i=this.from.x,s=this.from.y,o=this.to.x,n=this.to.y,r=t.left,a=t.top,h=this._getDistanceToEdge(i,s,o,n,r,a);return e>h}return!1},s.prototype._getColor=function(){var t=this.options.color;return"to"==this.options.inheritColor?t={highlight:this.to.options.color.highlight.border,hover:this.to.options.color.hover.border,color:this.to.options.color.border}:("from"==this.options.inheritColor||1==this.options.inheritColor)&&(t={highlight:this.from.options.color.highlight.border,hover:this.from.options.color.hover.border,color:this.from.options.color.border}),1==this.selected?t.highlight:1==this.hover?t.hover:t.color},s.prototype._drawLine=function(t){if(t.strokeStyle=this._getColor(),t.lineWidth=this._getLineWidth(),this.from!=this.to){var e,i=this._line(t);if(this.label){if(1==this.options.smoothCurves.enabled&&null!=i){var s=.5*(.5*(this.from.x+i.x)+.5*(this.to.x+i.x)),o=.5*(.5*(this.from.y+i.y)+.5*(this.to.y+i.y));e={x:s,y:o}}else e=this._pointOnLine(.5);this._label(t,this.label,e.x,e.y)}}else{var n,r,a=this.physics.springLength/4,h=this.from;h.width||h.resize(t),h.width>h.height?(n=h.x+h.width/2,r=h.y-a):(n=h.x+a,r=h.y-h.height/2),this._circle(t,n,r,a),e=this._pointOnCircle(n,r,a,.5),this._label(t,this.label,e.x,e.y)}},s.prototype._getLineWidth=function(){return 1==this.selected?Math.max(Math.min(this.widthSelected,this.options.widthMax),.3*this.networkScaleInv):1==this.hover?Math.max(Math.min(this.options.hoverWidth,this.options.widthMax),.3*this.networkScaleInv):Math.max(this.options.width,.3*this.networkScaleInv)},s.prototype._getViaCoordinates=function(){if(1==this.options.smoothCurves.dynamic&&1==this.options.smoothCurves.enabled)return this.via;if(0==this.options.smoothCurves.enabled)return{x:0,y:0};var t=null,e=null,i=this.options.smoothCurves.roundness,s=this.options.smoothCurves.type,o=Math.abs(this.from.x-this.to.x),n=Math.abs(this.from.y-this.to.y);return"discrete"==s||"diagonalCross"==s?Math.abs(this.from.x-this.to.x)this.to.y?this.from.xthis.to.x&&(t=this.from.x-i*n,e=this.from.y-i*n):this.from.ythis.to.x&&(t=this.from.x-i*n,e=this.from.y+i*n)),"discrete"==s&&(t=i*n>o?this.from.x:t)):Math.abs(this.from.x-this.to.x)>Math.abs(this.from.y-this.to.y)&&(this.from.y>this.to.y?this.from.xthis.to.x&&(t=this.from.x-i*o,e=this.from.y-i*o):this.from.ythis.to.x&&(t=this.from.x-i*o,e=this.from.y+i*o)),"discrete"==s&&(e=i*o>n?this.from.y:e)):"straightCross"==s?Math.abs(this.from.x-this.to.x)Math.abs(this.from.y-this.to.y)&&(t=this.from.xthis.to.y?this.from.xthis.to.x&&(t=this.from.x-i*n,e=this.from.y-i*n,t=this.to.x>t?this.to.x:t):this.from.ythis.to.x&&(t=this.from.x-i*n,e=this.from.y+i*n,t=this.to.x>t?this.to.x:t)):Math.abs(this.from.x-this.to.x)>Math.abs(this.from.y-this.to.y)&&(this.from.y>this.to.y?this.from.xe?this.to.y:e):this.from.x>this.to.x&&(t=this.from.x-i*o,e=this.from.y-i*o,e=this.to.y>e?this.to.y:e):this.from.ythis.to.x&&(t=this.from.x-i*o,e=this.from.y+i*o,e=this.to.yd;d++){var l=t.measureText(n[d]).width;h=l>h?l:h}var c=this.options.fontSize*r,p=i-h/2,u=s-c/2;this.labelDimensions={top:u,left:p,width:h,height:c,yLine:o}}var o=this.labelDimensions.yLine;t.save(),"horizontal"!=this.options.labelAlignment&&(t.translate(i,o),this._rotateForLabelAlignment(t),i=0,o=0),this._drawLabelRect(t),this._drawLabelText(t,i,o,n,r,a),t.restore()}},s.prototype._rotateForLabelAlignment=function(t){var e=this.from.y-this.to.y,i=this.from.x-this.to.x,s=Math.atan2(e,i);(-1>s&&0>i||s>0&&0>i)&&(s+=Math.PI),t.rotate(s)},s.prototype._drawLabelRect=function(t){if(void 0!==this.options.fontFill&&null!==this.options.fontFill&&"none"!==this.options.fontFill){t.fillStyle=this.options.fontFill;var e=2;"line-center"==this.options.labelAlignment?t.fillRect(.5*-this.labelDimensions.width,.5*-this.labelDimensions.height,this.labelDimensions.width,this.labelDimensions.height):"line-above"==this.options.labelAlignment?t.fillRect(.5*-this.labelDimensions.width,-(this.labelDimensions.height+e),this.labelDimensions.width,this.labelDimensions.height):"line-below"==this.options.labelAlignment?t.fillRect(.5*-this.labelDimensions.width,e,this.labelDimensions.width,this.labelDimensions.height):(t.fillStyle=this.options.fontFill,t.fillRect(this.labelDimensions.left,this.labelDimensions.top,this.labelDimensions.width,this.labelDimensions.height))}},s.prototype._drawLabelText=function(t,e,i,s,o,n){if(t.fillStyle=this.options.fontColor||"black",t.textAlign="center","horizontal"!=this.options.labelAlignment){var r=2;"line-above"==this.options.labelAlignment?(t.textBaseline="alphabetic",i-=2*r):"line-below"==this.options.labelAlignment?(t.textBaseline="hanging",i+=2*r):t.textBaseline="middle"}this.options.fontStrokeWidth>0&&(t.lineWidth=this.options.fontStrokeWidth,t.strokeStyle=this.options.fontStrokeColor,t.lineJoin="round");for(var a=0;o>a;a++)this.options.fontStrokeWidth>0&&t.strokeText(s[a],e,i),t.fillText(s[a],e,i),i+=n},s.prototype._drawDashLine=function(t){t.strokeStyle=this._getColor(),t.lineWidth=this._getLineWidth();var e=null;if(void 0!==t.setLineDash){t.save();var i=[0];i=void 0!==this.options.dash.length&&void 0!==this.options.dash.gap?[this.options.dash.length,this.options.dash.gap]:[5,5],t.setLineDash(i),t.lineDashOffset=0,e=this._line(t),t.setLineDash([0]),t.lineDashOffset=0,t.restore()}else t.beginPath(),t.lineCap="round",void 0!==this.options.dash.altLength?t.dashedLine(this.from.x,this.from.y,this.to.x,this.to.y,[this.options.dash.length,this.options.dash.gap,this.options.dash.altLength,this.options.dash.gap]):void 0!==this.options.dash.length&&void 0!==this.options.dash.gap?t.dashedLine(this.from.x,this.from.y,this.to.x,this.to.y,[this.options.dash.length,this.options.dash.gap]):(t.moveTo(this.from.x,this.from.y),t.lineTo(this.to.x,this.to.y)),t.stroke();if(this.label){var s;if(1==this.options.smoothCurves.enabled&&null!=e){var o=.5*(.5*(this.from.x+e.x)+.5*(this.to.x+e.x)),n=.5*(.5*(this.from.y+e.y)+.5*(this.to.y+e.y));s={x:o,y:n}}else s=this._pointOnLine(.5);this._label(t,this.label,s.x,s.y)}},s.prototype._pointOnLine=function(t){return{x:(1-t)*this.from.x+t*this.to.x,y:(1-t)*this.from.y+t*this.to.y}},s.prototype._pointOnCircle=function(t,e,i,s){var o=2*(s-3/8)*Math.PI;return{x:t+i*Math.cos(o),y:e-i*Math.sin(o)}},s.prototype._drawArrowCenter=function(t){var e;if(t.strokeStyle=this._getColor(),t.fillStyle=t.strokeStyle,t.lineWidth=this._getLineWidth(),this.from!=this.to){var i=this._line(t),s=Math.atan2(this.to.y-this.from.y,this.to.x-this.from.x),o=(10+5*this.options.width)*this.options.arrowScaleFactor;if(1==this.options.smoothCurves.enabled&&null!=i){var n=.5*(.5*(this.from.x+i.x)+.5*(this.to.x+i.x)),r=.5*(.5*(this.from.y+i.y)+.5*(this.to.y+i.y));e={x:n,y:r}}else e=this._pointOnLine(.5);t.arrow(e.x,e.y,s,o),t.fill(),t.stroke(),this.label&&this._label(t,this.label,e.x,e.y)}else{var a,h,d=.25*Math.max(100,this.physics.springLength),l=this.from;l.width||l.resize(t),l.width>l.height?(a=l.x+.5*l.width,h=l.y-d):(a=l.x+d,h=l.y-.5*l.height),this._circle(t,a,h,d);var s=.2*Math.PI,o=(10+5*this.options.width)*this.options.arrowScaleFactor;e=this._pointOnCircle(a,h,d,.5),t.arrow(e.x,e.y,s,o),t.fill(),t.stroke(),this.label&&(e=this._pointOnCircle(a,h,d,.5),this._label(t,this.label,e.x,e.y))}},s.prototype._pointOnBezier=function(t){var e=this._getViaCoordinates(),i=Math.pow(1-t,2)*this.from.x+2*t*(1-t)*e.x+Math.pow(t,2)*this.to.x,s=Math.pow(1-t,2)*this.from.y+2*t*(1-t)*e.y+Math.pow(t,2)*this.to.y;return{x:i,y:s}},s.prototype._findBorderPosition=function(t,e){var i,s,o,n,r,a=10,h=0,d=0,l=1,c=.2,p=this.to;for(1==t&&(p=this.from);l>=d&&a>h;){var u=.5*(d+l);if(i=this._pointOnBezier(u),s=Math.atan2(p.y-i.y,p.x-i.x),o=p.distanceToBorder(e,s),n=Math.sqrt(Math.pow(i.x-p.x,2)+Math.pow(i.y-p.y,2)),r=o-n,Math.abs(r)r?0==t?d=u:l=u:0==t?l=u:d=u,h++}return i.t=u,i},s.prototype._drawArrow=function(t){t.strokeStyle=this._getColor(),t.fillStyle=t.strokeStyle,t.lineWidth=this._getLineWidth();var e,i,s;if(this.from!=this.to){if(this._line(t),1==this.options.smoothCurves.enabled){var o=this._getViaCoordinates();s=this._findBorderPosition(!1,t);var n=this._pointOnBezier(Math.max(0,s.t-.1));e=Math.atan2(s.y-n.y,s.x-n.x)}else{e=Math.atan2(this.to.y-this.from.y,this.to.x-this.from.x);var r=this.to.x-this.from.x,a=this.to.y-this.from.y,h=Math.sqrt(r*r+a*a),d=this.to.distanceToBorder(t,e),l=(h-d)/h;s={},s.x=(1-l)*this.from.x+l*this.to.x,s.y=(1-l)*this.from.y+l*this.to.y}if(i=(10+5*this.options.width)*this.options.arrowScaleFactor,t.arrow(s.x,s.y,e,i),t.fill(),t.stroke(),this.label){var c;c=1==this.options.smoothCurves.enabled&&null!=o?this._pointOnBezier(.5):this._pointOnLine(.5),this._label(t,this.label,c.x,c.y)}}else{var p,u,m,f=this.from,g=.25*Math.max(100,this.physics.springLength);f.width||f.resize(t),f.width>f.height?(p=f.x+.5*f.width,u=f.y-g,m={x:p,y:f.y,angle:.9*Math.PI}):(p=f.x+g,u=f.y-.5*f.height,m={x:f.x,y:u,angle:.6*Math.PI}),t.beginPath(),t.arc(p,u,g,0,2*Math.PI,!1),t.stroke();var i=(10+5*this.options.width)*this.options.arrowScaleFactor;t.arrow(m.x,m.y,m.angle,i),t.fill(),t.stroke(),this.label&&(c=this._pointOnCircle(p,u,g,.5),this._label(t,this.label,c.x,c.y))}},s.prototype._getDistanceToEdge=function(t,e,i,s,o,n){var r=0;if(this.from!=this.to)if(1==this.options.smoothCurves.enabled){var a,h;if(1==this.options.smoothCurves.enabled&&1==this.options.smoothCurves.dynamic)a=this.via.x,h=this.via.y;else{var d=this._getViaCoordinates();a=d.x,h=d.y}var l,c,p,u,m,f,g,v=1e9;for(c=0;10>c;c++)p=.1*c,u=Math.pow(1-p,2)*t+2*p*(1-p)*a+Math.pow(p,2)*i,m=Math.pow(1-p,2)*e+2*p*(1-p)*h+Math.pow(p,2)*s,c>0&&(l=this._getDistanceToLine(f,g,u,m,o,n),v=v>l?l:v),f=u,g=m;r=v}else r=this._getDistanceToLine(t,e,i,s,o,n);else{var u,m,y,b,_=.25*this.physics.springLength,x=this.from;x.width>x.height?(u=x.x+.5*x.width,m=x.y-_):(u=x.x+_,m=x.y-.5*x.height),y=u-o,b=m-n,r=Math.abs(Math.sqrt(y*y+b*b)-_)}return this.labelDimensions.lefto&&this.labelDimensions.topn?0:r},s.prototype._getDistanceToLine=function(t,e,i,s,o,n){var r=i-t,a=s-e,h=r*r+a*a,d=((o-t)*r+(n-e)*a)/h;d>1?d=1:0>d&&(d=0);var l=t+d*r,c=e+d*a,p=l-o,u=c-n;return Math.sqrt(p*p+u*u)},s.prototype.setScale=function(t){this.networkScaleInv=1/t},s.prototype.select=function(){this.selected=!0},s.prototype.unselect=function(){this.selected=!1},s.prototype.positionBezierNode=function(){null!==this.via&&null!==this.from&&null!==this.to?(this.via.x=.5*(this.from.x+this.to.x),this.via.y=.5*(this.from.y+this.to.y)):(this.via.x=0,this.via.y=0)},s.prototype._drawControlNodes=function(t){if(1==this.controlNodesEnabled){if(null===this.controlNodes.from&&null===this.controlNodes.to){var e="edgeIdFrom:".concat(this.id),i="edgeIdTo:".concat(this.id),s={nodes:{group:"",radius:7,borderWidth:2,borderWidthSelected:2},physics:{damping:0},clustering:{maxNodeSizeIncrements:0,nodeScaling:{width:0,height:0,radius:0}}};this.controlNodes.from=new n({id:e,shape:"dot",color:{background:"#ff0000",border:"#3c3c3c",highlight:{background:"#07f968"}}},{},{},s),this.controlNodes.to=new n({id:i,shape:"dot",color:{background:"#ff0000",border:"#3c3c3c",highlight:{background:"#07f968"}}},{},{},s)}this.controlNodes.positions={},0==this.controlNodes.from.selected&&(this.controlNodes.positions.from=this.getControlNodeFromPosition(t),this.controlNodes.from.x=this.controlNodes.positions.from.x,this.controlNodes.from.y=this.controlNodes.positions.from.y),0==this.controlNodes.to.selected&&(this.controlNodes.positions.to=this.getControlNodeToPosition(t),this.controlNodes.to.x=this.controlNodes.positions.to.x,this.controlNodes.to.y=this.controlNodes.positions.to.y),this.controlNodes.from.draw(t),this.controlNodes.to.draw(t)}else this.controlNodes={from:null,to:null,positions:{}}},s.prototype._enableControlNodes=function(){this.fromBackup=this.from,this.toBackup=this.to,this.controlNodesEnabled=!0},s.prototype._disableControlNodes=function(){this.fromId=this.from.id,this.toId=this.to.id,this.fromId!=this.fromBackup.id?this.fromBackup.detachEdge(this):this.toId!=this.toBackup.id&&this.toBackup.detachEdge(this),this.fromBackup=null,this.toBackup=null,this.controlNodesEnabled=!1},s.prototype._getSelectedControlNode=function(t,e){var i=this.controlNodes.positions,s=Math.sqrt(Math.pow(t-i.from.x,2)+Math.pow(e-i.from.y,2)),o=Math.sqrt(Math.pow(t-i.to.x,2)+Math.pow(e-i.to.y,2));return 15>s?(this.connectedNode=this.from,this.from=this.controlNodes.from,this.controlNodes.from):15>o?(this.connectedNode=this.to,this.to=this.controlNodes.to,this.controlNodes.to):null},s.prototype._restoreControlNodes=function(){1==this.controlNodes.from.selected?(this.from=this.connectedNode,this.connectedNode=null,this.controlNodes.from.unselect()):1==this.controlNodes.to.selected&&(this.to=this.connectedNode,this.connectedNode=null,this.controlNodes.to.unselect())},s.prototype.getControlNodeFromPosition=function(t){var e;if(1==this.options.smoothCurves.enabled)e=this._findBorderPosition(!0,t);else{var i=Math.atan2(this.to.y-this.from.y,this.to.x-this.from.x),s=this.to.x-this.from.x,o=this.to.y-this.from.y,n=Math.sqrt(s*s+o*o),r=this.from.distanceToBorder(t,i+Math.PI),a=(n-r)/n;e={},e.x=a*this.from.x+(1-a)*this.to.x,e.y=a*this.from.y+(1-a)*this.to.y}return e},s.prototype.getControlNodeToPosition=function(t){var e;if(1==this.options.smoothCurves.enabled)e=this._findBorderPosition(!1,t);else{var i=Math.atan2(this.to.y-this.from.y,this.to.x-this.from.x),s=this.to.x-this.from.x,o=this.to.y-this.from.y,n=Math.sqrt(s*s+o*o),r=this.to.distanceToBorder(t,i),a=(n-r)/n;e={},e.x=(1-a)*this.from.x+a*this.to.x,e.y=(1-a)*this.from.y+a*this.to.y}return e},t.exports=s},function(t,e,i){function s(){this.clear(),this.defaultIndex=0}i(1);s.DEFAULT=[{border:"#2B7CE9",background:"#97C2FC",highlight:{border:"#2B7CE9",background:"#D2E5FF"},hover:{border:"#2B7CE9",background:"#D2E5FF"}},{border:"#FFA500",background:"#FFFF00",highlight:{border:"#FFA500",background:"#FFFFA3"},hover:{border:"#FFA500",background:"#FFFFA3"}},{border:"#FA0A10",background:"#FB7E81",highlight:{border:"#FA0A10",background:"#FFAFB1"},hover:{border:"#FA0A10",background:"#FFAFB1"}},{border:"#41A906",background:"#7BE141",highlight:{border:"#41A906",background:"#A1EC76"},hover:{border:"#41A906",background:"#A1EC76"}},{border:"#E129F0",background:"#EB7DF4",highlight:{border:"#E129F0",background:"#F0B3F5"},hover:{border:"#E129F0",background:"#F0B3F5"}},{border:"#7C29F0",background:"#AD85E4",highlight:{border:"#7C29F0",background:"#D3BDF0"},hover:{border:"#7C29F0",background:"#D3BDF0"}},{border:"#C37F00",background:"#FFA807",highlight:{border:"#C37F00",background:"#FFCA66"},hover:{border:"#C37F00",background:"#FFCA66"}},{border:"#4220FB",background:"#6E6EFD",highlight:{border:"#4220FB",background:"#9B9BFD"},hover:{border:"#4220FB",background:"#9B9BFD"}},{border:"#FD5A77",background:"#FFC0CB",highlight:{border:"#FD5A77",background:"#FFD1D9"},hover:{border:"#FD5A77",background:"#FFD1D9"}},{border:"#4AD63A",background:"#C2FABC",highlight:{border:"#4AD63A",background:"#E6FFE3"},hover:{border:"#4AD63A",background:"#E6FFE3"}}],s.prototype.clear=function(){this.groups={},this.groups.length=function(){var t=0;for(var e in this)this.hasOwnProperty(e)&&t++;return t}},s.prototype.get=function(t){var e=this.groups[t];if(void 0==e){var i=this.defaultIndex%s.DEFAULT.length;this.defaultIndex++,e={},e.color=s.DEFAULT[i],this.groups[t]=e}return e},s.prototype.add=function(t,e){return this.groups[t]=e,e},t.exports=s},function(t){function e(){this.images={},this.callback=void 0}e.prototype.setOnloadCallback=function(t){this.callback=t},e.prototype.load=function(t,e){var i=this.images[t];if(void 0===i){var s=this;i=new Image,i.onload=function(){0==this.width&&(document.body.appendChild(this),this.width=this.offsetWidth,this.height=this.offsetHeight,document.body.removeChild(this)),s.callback&&(s.images[t]=i,s.callback(this))},i.onerror=function(){void 0===e?(console.error("Could not load image:",t),delete this.src,s.callback&&s.callback(this)):this.src=e},i.src=t}return i},t.exports=e},function(t,e,i){function s(t,e,i,s){var n=o.selectiveBridgeObject(["nodes"],s);this.options=n.nodes,this.selected=!1,this.hover=!1,this.edges=[],this.dynamicEdges=[],this.reroutedEdges={},this.fontDrawThreshold=3,this.id=void 0,this.allowedToMoveX=!1,this.allowedToMoveY=!1,this.xFixed=!1,this.yFixed=!1,this.horizontalAlignLeft=!0,this.verticalAlignTop=!0,this.baseRadiusValue=s.nodes.radius,this.radiusFixed=!1,this.level=-1,this.preassignedLevel=!1,this.hierarchyEnumerated=!1,this.labelDimensions={top:0,left:0,width:0,height:0,yLine:0},this.boundingBox={top:0,left:0,right:0,bottom:0},this.imagelist=e,this.grouplist=i,this.fx=0,this.fy=0,this.vx=0,this.vy=0,this.x=null,this.y=null,this.previousState={vx:0,vy:0,x:0,y:0},this.damping=s.physics.damping,this.fixedData={x:null,y:null},this.setProperties(t,n),this.resetCluster(),this.dynamicEdgesLength=0,this.clusterSession=0,this.clusterSizeWidthFactor=s.clustering.nodeScaling.width,this.clusterSizeHeightFactor=s.clustering.nodeScaling.height,this.clusterSizeRadiusFactor=s.clustering.nodeScaling.radius,this.maxNodeSizeIncrements=s.clustering.maxNodeSizeIncrements,this.growthIndicator=0,this.networkScaleInv=1,this.networkScale=1,this.canvasTopLeft={x:-300,y:-300},this.canvasBottomRight={x:300,y:300},this.parentEdgeId=null}var o=i(1);s.prototype.revertPosition=function(){this.x=this.previousState.x,this.y=this.previousState.y,this.vx=this.previousState.vx,this.vy=this.previousState.vy},s.prototype.resetCluster=function(){this.formationScale=void 0,this.clusterSize=1,this.containedNodes={},this.containedEdges={},this.clusterSessions=[]},s.prototype.attachEdge=function(t){-1==this.edges.indexOf(t)&&this.edges.push(t),-1==this.dynamicEdges.indexOf(t)&&this.dynamicEdges.push(t),this.dynamicEdgesLength=this.dynamicEdges.length},s.prototype.detachEdge=function(t){var e=this.edges.indexOf(t);-1!=e&&this.edges.splice(e,1),e=this.dynamicEdges.indexOf(t),-1!=e&&this.dynamicEdges.splice(e,1),this.dynamicEdgesLength=this.dynamicEdges.length},s.prototype.setProperties=function(t,e){if(t){var i=["borderWidth","borderWidthSelected","shape","image","brokenImage","radius","fontColor","fontSize","fontFace","fontFill","fontStrokeWidth","fontStrokeColor","group","mass"];if(o.selectiveDeepExtend(i,this.options,t),void 0!==t.id&&(this.id=t.id),void 0!==t.label&&(this.label=t.label,this.originalLabel=t.label),void 0!==t.title&&(this.title=t.title),void 0!==t.x&&(this.x=t.x),void 0!==t.y&&(this.y=t.y),void 0!==t.value&&(this.value=t.value),void 0!==t.level&&(this.level=t.level,this.preassignedLevel=!0),void 0!==t.horizontalAlignLeft&&(this.horizontalAlignLeft=t.horizontalAlignLeft),void 0!==t.verticalAlignTop&&(this.verticalAlignTop=t.verticalAlignTop),void 0!==t.triggerFunction&&(this.triggerFunction=t.triggerFunction),void 0===this.id)throw"Node must have an id";if("number"==typeof this.options.group||"string"==typeof this.options.group&&""!=this.options.group){var s=this.grouplist.get(this.options.group);o.deepExtend(this.options,s),this.options.color=o.parseColor(this.options.color)}if(void 0!==t.radius&&(this.baseRadiusValue=this.options.radius),void 0!==t.color&&(this.options.color=o.parseColor(t.color)),void 0!==this.options.image&&""!=this.options.image){if(!this.imagelist)throw"No imagelist provided";this.imageObj=this.imagelist.load(this.options.image,this.options.brokenImage)}switch(void 0!==t.allowedToMoveX?(this.xFixed=!t.allowedToMoveX,this.allowedToMoveX=t.allowedToMoveX):void 0!==t.x&&0==this.allowedToMoveX&&(this.xFixed=!0),void 0!==t.allowedToMoveY?(this.yFixed=!t.allowedToMoveY,this.allowedToMoveY=t.allowedToMoveY):void 0!==t.y&&0==this.allowedToMoveY&&(this.yFixed=!0),this.radiusFixed=this.radiusFixed||void 0!==t.radius,("image"===this.options.shape||"circularImage"===this.options.shape)&&(this.options.radiusMin=e.nodes.widthMin,this.options.radiusMax=e.nodes.widthMax),this.options.shape){case"database":this.draw=this._drawDatabase,this.resize=this._resizeDatabase;break;case"box":this.draw=this._drawBox,this.resize=this._resizeBox;break;case"circle":this.draw=this._drawCircle,this.resize=this._resizeCircle;break;case"ellipse":this.draw=this._drawEllipse,this.resize=this._resizeEllipse;break;case"image":this.draw=this._drawImage,this.resize=this._resizeImage;break;case"circularImage":this.draw=this._drawCircularImage,this.resize=this._resizeCircularImage;break;case"text":this.draw=this._drawText,this.resize=this._resizeText;break;case"dot":this.draw=this._drawDot,this.resize=this._resizeShape;break;case"square":this.draw=this._drawSquare,this.resize=this._resizeShape;break;case"triangle":this.draw=this._drawTriangle,this.resize=this._resizeShape;break;case"triangleDown":this.draw=this._drawTriangleDown,this.resize=this._resizeShape;break;case"star":this.draw=this._drawStar,this.resize=this._resizeShape;break;default:this.draw=this._drawEllipse,this.resize=this._resizeEllipse}this._reset()}},s.prototype.select=function(){this.selected=!0,this._reset()},s.prototype.unselect=function(){this.selected=!1,this._reset()},s.prototype.clearSizeCache=function(){this._reset()},s.prototype._reset=function(){this.width=void 0,this.height=void 0},s.prototype.getTitle=function(){return"function"==typeof this.title?this.title():this.title},s.prototype.distanceToBorder=function(t,e){var i=1;switch(this.width||this.resize(t),this.options.shape){case"circle":case"dot":return this.options.radius+i;case"ellipse":var s=this.width/2,o=this.height/2,n=Math.sin(e)*s,r=Math.cos(e)*o;return s*o/Math.sqrt(n*n+r*r);case"box":case"image":case"text":default:return this.width?Math.min(Math.abs(this.width/2/Math.cos(e)),Math.abs(this.height/2/Math.sin(e)))+i:0}},s.prototype._setForce=function(t,e){this.fx=t,this.fy=e},s.prototype._addForce=function(t,e){this.fx+=t,this.fy+=e},s.prototype.storeState=function(){this.previousState.x=this.x,this.previousState.y=this.y,this.previousState.vx=this.vx,this.previousState.vy=this.vy},s.prototype.discreteStep=function(t){if(this.storeState(),this.xFixed)this.fx=0,this.vx=0;else{var e=this.damping*this.vx,i=(this.fx-e)/this.options.mass;this.vx+=i*t,this.x+=this.vx*t}if(this.yFixed)this.fy=0,this.vy=0;else{var s=this.damping*this.vy,o=(this.fy-s)/this.options.mass;this.vy+=o*t,this.y+=this.vy*t}},s.prototype.discreteStepLimited=function(t,e){if(this.storeState(),this.xFixed)this.fx=0,this.vx=0;else{var i=this.damping*this.vx,s=(this.fx-i)/this.options.mass;this.vx+=s*t,this.vx=Math.abs(this.vx)>e?this.vx>0?e:-e:this.vx,this.x+=this.vx*t}if(this.yFixed)this.fy=0,this.vy=0;else{var o=this.damping*this.vy,n=(this.fy-o)/this.options.mass;this.vy+=n*t,this.vy=Math.abs(this.vy)>e?this.vy>0?e:-e:this.vy,this.y+=this.vy*t}},s.prototype.isFixed=function(){return this.xFixed&&this.yFixed},s.prototype.isMoving=function(t){var e=Math.sqrt(Math.pow(this.vx,2)+Math.pow(this.vy,2));return e>t},s.prototype.isSelected=function(){return this.selected},s.prototype.getValue=function(){return this.value},s.prototype.getDistance=function(t,e){var i=this.x-t,s=this.y-e;return Math.sqrt(i*i+s*s)},s.prototype.setValueRange=function(t,e){if(!this.radiusFixed&&void 0!==this.value)if(e==t)this.options.radius=(this.options.radiusMin+this.options.radiusMax)/2;else{var i=(this.options.radiusMax-this.options.radiusMin)/(e-t);this.options.radius=(this.value-t)*i+this.options.radiusMin}this.baseRadiusValue=this.options.radius},s.prototype.draw=function(){throw"Draw method not initialized for node"},s.prototype.resize=function(){throw"Resize method not initialized for node"},s.prototype.isOverlappingWith=function(t){return this.leftt.left&&this.topt.top},s.prototype._resizeImage=function(){if(!this.width||!this.height){var t,e;if(this.value){this.options.radius=this.baseRadiusValue;var i=this.imageObj.height/this.imageObj.width;void 0!==i?(t=this.options.radius||this.imageObj.width,e=this.options.radius*i||this.imageObj.height):(t=0,e=0)}else t=this.imageObj.width,e=this.imageObj.height;this.width=t,this.height=e,this.growthIndicator=0,this.width>0&&this.height>0&&(this.width+=Math.min(this.clusterSize-1,this.maxNodeSizeIncrements)*this.clusterSizeWidthFactor,this.height+=Math.min(this.clusterSize-1,this.maxNodeSizeIncrements)*this.clusterSizeHeightFactor,this.options.radius+=Math.min(this.clusterSize-1,this.maxNodeSizeIncrements)*this.clusterSizeRadiusFactor,this.growthIndicator=this.width-t)}},s.prototype._drawImageAtPosition=function(t){if(0!=this.imageObj.width){if(this.clusterSize>1){var e=this.clusterSize>1?10:0;e*=this.networkScaleInv,e=Math.min(.2*this.width,e),t.globalAlpha=.5,t.drawImage(this.imageObj,this.left-e,this.top-e,this.width+2*e,this.height+2*e)}t.globalAlpha=1,t.drawImage(this.imageObj,this.left,this.top,this.width,this.height)}},s.prototype._drawImageLabel=function(t){var e;e=0!=this.imageObj.width?this.y+this.height/2:this.y,this._label(t,this.label,this.x,e,void 0,"hanging")},s.prototype._drawImage=function(t){this._resizeImage(t),this.left=this.x-this.width/2,this.top=this.y-this.height/2,this._drawImageAtPosition(t),this.boundingBox.top=this.top,this.boundingBox.left=this.left,this.boundingBox.right=this.left+this.width,this.boundingBox.bottom=this.top+this.height,this._drawImageLabel(t),this.boundingBox.left=Math.min(this.boundingBox.left,this.labelDimensions.left),this.boundingBox.right=Math.max(this.boundingBox.right,this.labelDimensions.left+this.labelDimensions.width),this.boundingBox.bottom=Math.max(this.boundingBox.bottom,this.boundingBox.bottom+this.labelDimensions.height)},s.prototype._resizeCircularImage=function(t){this._resizeImage(t)},s.prototype._drawCircularImage=function(t){this._resizeCircularImage(t),this.left=this.x-this.width/2,this.top=this.y-this.height/2;var e=this.left+this.width/2,i=this.top+this.height/2,s=Math.abs(this.height/2);this._drawRawCircle(t,e,i,s),t.save(),t.circle(this.x,this.y,s),t.stroke(),t.clip(),this._drawImageAtPosition(t),t.restore(),this.boundingBox.top=this.y-this.options.radius,this.boundingBox.left=this.x-this.options.radius,this.boundingBox.right=this.x+this.options.radius,this.boundingBox.bottom=this.y+this.options.radius,this._drawImageLabel(t),this.boundingBox.left=Math.min(this.boundingBox.left,this.labelDimensions.left),this.boundingBox.right=Math.max(this.boundingBox.right,this.labelDimensions.left+this.labelDimensions.width),this.boundingBox.bottom=Math.max(this.boundingBox.bottom,this.boundingBox.bottom+this.labelDimensions.height)},s.prototype._resizeBox=function(t){if(!this.width){var e=5,i=this.getTextSize(t);this.width=i.width+2*e,this.height=i.height+2*e,this.width+=.5*Math.min(this.clusterSize-1,this.maxNodeSizeIncrements)*this.clusterSizeWidthFactor,this.height+=.5*Math.min(this.clusterSize-1,this.maxNodeSizeIncrements)*this.clusterSizeHeightFactor,this.growthIndicator=this.width-(i.width+2*e)}},s.prototype._drawBox=function(t){this._resizeBox(t),this.left=this.x-this.width/2,this.top=this.y-this.height/2;var e=2.5,i=this.options.borderWidth,s=this.options.borderWidthSelected||2*this.options.borderWidth;t.strokeStyle=this.selected?this.options.color.highlight.border:this.hover?this.options.color.hover.border:this.options.color.border,this.clusterSize>1&&(t.lineWidth=(this.selected?s:i)+(this.clusterSize>1?e:0),t.lineWidth*=this.networkScaleInv,t.lineWidth=Math.min(this.width,t.lineWidth),t.roundRect(this.left-2*t.lineWidth,this.top-2*t.lineWidth,this.width+4*t.lineWidth,this.height+4*t.lineWidth,this.options.radius),t.stroke()),t.lineWidth=(this.selected?s:i)+(this.clusterSize>1?e:0),t.lineWidth*=this.networkScaleInv,t.lineWidth=Math.min(this.width,t.lineWidth),t.fillStyle=this.selected?this.options.color.highlight.background:this.hover?this.options.color.hover.background:this.options.color.background,t.roundRect(this.left,this.top,this.width,this.height,this.options.radius),t.fill(),t.stroke(),this.boundingBox.top=this.top,this.boundingBox.left=this.left,this.boundingBox.right=this.left+this.width,this.boundingBox.bottom=this.top+this.height,this._label(t,this.label,this.x,this.y)},s.prototype._resizeDatabase=function(t){if(!this.width){var e=5,i=this.getTextSize(t),s=i.width+2*e;this.width=s,this.height=s,this.width+=Math.min(this.clusterSize-1,this.maxNodeSizeIncrements)*this.clusterSizeWidthFactor,this.height+=Math.min(this.clusterSize-1,this.maxNodeSizeIncrements)*this.clusterSizeHeightFactor,this.options.radius+=Math.min(this.clusterSize-1,this.maxNodeSizeIncrements)*this.clusterSizeRadiusFactor,this.growthIndicator=this.width-s}},s.prototype._drawDatabase=function(t){this._resizeDatabase(t),this.left=this.x-this.width/2,this.top=this.y-this.height/2;var e=2.5,i=this.options.borderWidth,s=this.options.borderWidthSelected||2*this.options.borderWidth; +t.strokeStyle=this.selected?this.options.color.highlight.border:this.hover?this.options.color.hover.border:this.options.color.border,this.clusterSize>1&&(t.lineWidth=(this.selected?s:i)+(this.clusterSize>1?e:0),t.lineWidth*=this.networkScaleInv,t.lineWidth=Math.min(this.width,t.lineWidth),t.database(this.x-this.width/2-2*t.lineWidth,this.y-.5*this.height-2*t.lineWidth,this.width+4*t.lineWidth,this.height+4*t.lineWidth),t.stroke()),t.lineWidth=(this.selected?s:i)+(this.clusterSize>1?e:0),t.lineWidth*=this.networkScaleInv,t.lineWidth=Math.min(this.width,t.lineWidth),t.fillStyle=this.selected?this.options.color.highlight.background:this.hover?this.options.color.hover.background:this.options.color.background,t.database(this.x-this.width/2,this.y-.5*this.height,this.width,this.height),t.fill(),t.stroke(),this.boundingBox.top=this.top,this.boundingBox.left=this.left,this.boundingBox.right=this.left+this.width,this.boundingBox.bottom=this.top+this.height,this._label(t,this.label,this.x,this.y)},s.prototype._resizeCircle=function(t){if(!this.width){var e=5,i=this.getTextSize(t),s=Math.max(i.width,i.height)+2*e;this.options.radius=s/2,this.width=s,this.height=s,this.options.radius+=.5*Math.min(this.clusterSize-1,this.maxNodeSizeIncrements)*this.clusterSizeRadiusFactor,this.growthIndicator=this.options.radius-.5*s}},s.prototype._drawRawCircle=function(t,e,i,s){var o=2.5,n=this.options.borderWidth,r=this.options.borderWidthSelected||2*this.options.borderWidth;t.strokeStyle=this.selected?this.options.color.highlight.border:this.hover?this.options.color.hover.border:this.options.color.border,this.clusterSize>1&&(t.lineWidth=(this.selected?r:n)+(this.clusterSize>1?o:0),t.lineWidth*=this.networkScaleInv,t.lineWidth=Math.min(this.width,t.lineWidth),t.circle(e,i,s+2*t.lineWidth),t.stroke()),t.lineWidth=(this.selected?r:n)+(this.clusterSize>1?o:0),t.lineWidth*=this.networkScaleInv,t.lineWidth=Math.min(this.width,t.lineWidth),t.fillStyle=this.selected?this.options.color.highlight.background:this.hover?this.options.color.hover.background:this.options.color.background,t.circle(this.x,this.y,s),t.fill(),t.stroke()},s.prototype._drawCircle=function(t){this._resizeCircle(t),this.left=this.x-this.width/2,this.top=this.y-this.height/2,this._drawRawCircle(t,this.x,this.y,this.options.radius),this.boundingBox.top=this.y-this.options.radius,this.boundingBox.left=this.x-this.options.radius,this.boundingBox.right=this.x+this.options.radius,this.boundingBox.bottom=this.y+this.options.radius,this._label(t,this.label,this.x,this.y)},s.prototype._resizeEllipse=function(t){if(!this.width){var e=this.getTextSize(t);this.width=1.5*e.width,this.height=2*e.height,this.width1&&(t.lineWidth=(this.selected?s:i)+(this.clusterSize>1?e:0),t.lineWidth*=this.networkScaleInv,t.lineWidth=Math.min(this.width,t.lineWidth),t.ellipse(this.left-2*t.lineWidth,this.top-2*t.lineWidth,this.width+4*t.lineWidth,this.height+4*t.lineWidth),t.stroke()),t.lineWidth=(this.selected?s:i)+(this.clusterSize>1?e:0),t.lineWidth*=this.networkScaleInv,t.lineWidth=Math.min(this.width,t.lineWidth),t.fillStyle=this.selected?this.options.color.highlight.background:this.hover?this.options.color.hover.background:this.options.color.background,t.ellipse(this.left,this.top,this.width,this.height),t.fill(),t.stroke(),this.boundingBox.top=this.top,this.boundingBox.left=this.left,this.boundingBox.right=this.left+this.width,this.boundingBox.bottom=this.top+this.height,this._label(t,this.label,this.x,this.y)},s.prototype._drawDot=function(t){this._drawShape(t,"circle")},s.prototype._drawTriangle=function(t){this._drawShape(t,"triangle")},s.prototype._drawTriangleDown=function(t){this._drawShape(t,"triangleDown")},s.prototype._drawSquare=function(t){this._drawShape(t,"square")},s.prototype._drawStar=function(t){this._drawShape(t,"star")},s.prototype._resizeShape=function(){if(!this.width){this.options.radius=this.baseRadiusValue;var t=2*this.options.radius;this.width=t,this.height=t,this.width+=Math.min(this.clusterSize-1,this.maxNodeSizeIncrements)*this.clusterSizeWidthFactor,this.height+=Math.min(this.clusterSize-1,this.maxNodeSizeIncrements)*this.clusterSizeHeightFactor,this.options.radius+=.5*Math.min(this.clusterSize-1,this.maxNodeSizeIncrements)*this.clusterSizeRadiusFactor,this.growthIndicator=this.width-t}},s.prototype._drawShape=function(t,e){this._resizeShape(t),this.left=this.x-this.width/2,this.top=this.y-this.height/2;var i=2.5,s=this.options.borderWidth,o=this.options.borderWidthSelected||2*this.options.borderWidth,n=2;switch(e){case"dot":n=2;break;case"square":n=2;break;case"triangle":n=3;break;case"triangleDown":n=3;break;case"star":n=4}t.strokeStyle=this.selected?this.options.color.highlight.border:this.hover?this.options.color.hover.border:this.options.color.border,this.clusterSize>1&&(t.lineWidth=(this.selected?o:s)+(this.clusterSize>1?i:0),t.lineWidth*=this.networkScaleInv,t.lineWidth=Math.min(this.width,t.lineWidth),t[e](this.x,this.y,this.options.radius+n*t.lineWidth),t.stroke()),t.lineWidth=(this.selected?o:s)+(this.clusterSize>1?i:0),t.lineWidth*=this.networkScaleInv,t.lineWidth=Math.min(this.width,t.lineWidth),t.fillStyle=this.selected?this.options.color.highlight.background:this.hover?this.options.color.hover.background:this.options.color.background,t[e](this.x,this.y,this.options.radius),t.fill(),t.stroke(),this.boundingBox.top=this.y-this.options.radius,this.boundingBox.left=this.x-this.options.radius,this.boundingBox.right=this.x+this.options.radius,this.boundingBox.bottom=this.y+this.options.radius,this.label&&(this._label(t,this.label,this.x,this.y+this.height/2,void 0,"hanging",!0),this.boundingBox.left=Math.min(this.boundingBox.left,this.labelDimensions.left),this.boundingBox.right=Math.max(this.boundingBox.right,this.labelDimensions.left+this.labelDimensions.width),this.boundingBox.bottom=Math.max(this.boundingBox.bottom,this.boundingBox.bottom+this.labelDimensions.height))},s.prototype._resizeText=function(t){if(!this.width){var e=5,i=this.getTextSize(t);this.width=i.width+2*e,this.height=i.height+2*e,this.width+=Math.min(this.clusterSize-1,this.maxNodeSizeIncrements)*this.clusterSizeWidthFactor,this.height+=Math.min(this.clusterSize-1,this.maxNodeSizeIncrements)*this.clusterSizeHeightFactor,this.options.radius+=Math.min(this.clusterSize-1,this.maxNodeSizeIncrements)*this.clusterSizeRadiusFactor,this.growthIndicator=this.width-(i.width+2*e)}},s.prototype._drawText=function(t){this._resizeText(t),this.left=this.x-this.width/2,this.top=this.y-this.height/2,this._label(t,this.label,this.x,this.y),this.boundingBox.top=this.top,this.boundingBox.left=this.left,this.boundingBox.right=this.left+this.width,this.boundingBox.bottom=this.top+this.height},s.prototype._label=function(t,e,i,s,o,n,r){if(e&&Number(this.options.fontSize)*this.networkScale>this.fontDrawThreshold){t.font=(this.selected?"bold ":"")+this.options.fontSize+"px "+this.options.fontFace;var a=e.split("\n"),h=a.length,d=Number(this.options.fontSize),l=s+(1-h)/2*d;1==r&&(l=s+(1-h)/(2*d));for(var c=t.measureText(a[0]).width,p=1;h>p;p++){var u=t.measureText(a[p]).width;c=u>c?u:c}var m=this.options.fontSize*h,f=i-c/2,g=s-m/2;"hanging"==n&&(g+=.5*d,g+=4,l+=4),this.labelDimensions={top:g,left:f,width:c,height:m,yLine:l},void 0!==this.options.fontFill&&null!==this.options.fontFill&&"none"!==this.options.fontFill&&(t.fillStyle=this.options.fontFill,t.fillRect(f,g,c,m)),t.fillStyle=this.options.fontColor||"black",t.textAlign=o||"center",t.textBaseline=n||"middle",this.options.fontStrokeWidth>0&&(t.lineWidth=this.options.fontStrokeWidth,t.strokeStyle=this.options.fontStrokeColor,t.lineJoin="round");for(var p=0;h>p;p++)this.options.fontStrokeWidth&&t.strokeText(a[p],i,l),t.fillText(a[p],i,l),l+=d}},s.prototype.getTextSize=function(t){if(void 0!==this.label){t.font=(this.selected?"bold ":"")+this.options.fontSize+"px "+this.options.fontFace;for(var e=this.label.split("\n"),i=(Number(this.options.fontSize)+4)*e.length,s=0,o=0,n=e.length;n>o;o++)s=Math.max(s,t.measureText(e[o]).width);return{width:s,height:i}}return{width:0,height:0}},s.prototype.inArea=function(){return void 0!==this.width?this.x+this.width*this.networkScaleInv>=this.canvasTopLeft.x&&this.x-this.width*this.networkScaleInv=this.canvasTopLeft.y&&this.y-this.height*this.networkScaleInv=this.canvasTopLeft.x&&this.x=this.canvasTopLeft.y&&this.ys&&(n=s-e-this.padding),no&&(r=o-i-this.padding),ri;i++)if(e.id===r.nodes[i].id){o=r.nodes[i];break}for(o||(o={id:e.id},t.node&&(o.attr=a(o.attr,t.node))),i=n.length-1;i>=0;i--){var h=n[i];h.nodes||(h.nodes=[]),-1==h.nodes.indexOf(o)&&h.nodes.push(o)}e.attr&&(o.attr=a(o.attr,e.attr))}function l(t,e){if(t.edges||(t.edges=[]),t.edges.push(e),t.edge){var i=a({},t.edge);e.attr=a(i,e.attr)}}function c(t,e,i,s,o){var n={from:e,to:i,type:s};return t.edge&&(n.attr=a({},t.edge)),n.attr=a(n.attr||{},o),n}function p(){for(N=S.NULL,k="";" "==E||" "==E||"\n"==E||"\r"==E;)o();do{var t=!1;if("#"==E){for(var e=O-1;" "==T.charAt(e)||" "==T.charAt(e);)e--;if("\n"==T.charAt(e)||""==T.charAt(e)){for(;""!=E&&"\n"!=E;)o();t=!0}}if("/"==E&&"/"==n()){for(;""!=E&&"\n"!=E;)o();t=!0}if("/"==E&&"*"==n()){for(;""!=E;){if("*"==E&&"/"==n()){o(),o();break}o()}t=!0}for(;" "==E||" "==E||"\n"==E||"\r"==E;)o()}while(t);if(""==E)return void(N=S.DELIMITER);var i=E+n();if(C[i])return N=S.DELIMITER,k=i,o(),void o();if(C[E])return N=S.DELIMITER,k=E,void o();if(r(E)||"-"==E){for(k+=E,o();r(E);)k+=E,o();return"false"==k?k=!1:"true"==k?k=!0:isNaN(Number(k))||(k=Number(k)),void(N=S.IDENTIFIER)}if('"'==E){for(o();""!=E&&('"'!=E||'"'==E&&'"'==n());)k+=E,'"'==E&&o(),o();if('"'!=E)throw x('End of string " expected');return o(),void(N=S.IDENTIFIER)}for(N=S.UNKNOWN;""!=E;)k+=E,o();throw new SyntaxError('Syntax error in part "'+w(k,30)+'"')}function u(){var t={};if(s(),p(),"strict"==k&&(t.strict=!0,p()),("graph"==k||"digraph"==k)&&(t.type=k,p()),N==S.IDENTIFIER&&(t.id=k,p()),"{"!=k)throw x("Angle bracket { expected");if(p(),m(t),"}"!=k)throw x("Angle bracket } expected");if(p(),""!==k)throw x("End of file expected");return p(),delete t.node,delete t.edge,delete t.graph,t}function m(t){for(;""!==k&&"}"!=k;)f(t),";"==k&&p()}function f(t){var e=g(t);if(e)return void b(t,e);var i=v(t);if(!i){if(N!=S.IDENTIFIER)throw x("Identifier expected");var s=k;if(p(),"="==k){if(p(),N!=S.IDENTIFIER)throw x("Identifier expected");t[s]=k,p()}else y(t,s)}}function g(t){var e=null;if("subgraph"==k&&(e={},e.type="subgraph",p(),N==S.IDENTIFIER&&(e.id=k,p())),"{"==k){if(p(),e||(e={}),e.parent=t,e.node=t.node,e.edge=t.edge,e.graph=t.graph,m(e),"}"!=k)throw x("Angle bracket } expected");p(),delete e.node,delete e.edge,delete e.graph,delete e.parent,t.subgraphs||(t.subgraphs=[]),t.subgraphs.push(e)}return e}function v(t){return"node"==k?(p(),t.node=_(),"node"):"edge"==k?(p(),t.edge=_(),"edge"):"graph"==k?(p(),t.graph=_(),"graph"):null}function y(t,e){var i={id:e},s=_();s&&(i.attr=s),d(t,i),b(t,e)}function b(t,e){for(;"->"==k||"--"==k;){var i,s=k;p();var o=g(t);if(o)i=o;else{if(N!=S.IDENTIFIER)throw x("Identifier or subgraph expected");i=k,d(t,{id:i}),p()}var n=_(),r=c(t,e,i,s,n);l(t,r),e=i}}function _(){for(var t=null;"["==k;){for(p(),t={};""!==k&&"]"!=k;){if(N!=S.IDENTIFIER)throw x("Attribute name expected");var e=k;if(p(),"="!=k)throw x("Equal sign = expected");if(p(),N!=S.IDENTIFIER)throw x("Attribute value expected");var i=k;h(t,e,i),p(),","==k&&p()}if("]"!=k)throw x("Bracket ] expected");p()}return t}function x(t){return new SyntaxError(t+', got "'+w(k,30)+'" (char '+O+")")}function w(t,e){return t.length<=e?t:t.substr(0,27)+"..."}function M(t,e,i){Array.isArray(t)?t.forEach(function(t){Array.isArray(e)?e.forEach(function(e){i(t,e)}):i(t,e)}):Array.isArray(e)?e.forEach(function(e){i(t,e)}):i(t,e)}function D(t){var e=i(t),s={nodes:[],edges:[],options:{}};if(e.nodes&&e.nodes.forEach(function(t){var e={id:t.id,label:String(t.label||t.id)};a(e,t.attr),e.image&&(e.shape="image"),s.nodes.push(e)}),e.edges){var o=function(t){var e={from:t.from,to:t.to};return a(e,t.attr),e.style="->"==t.type?"arrow":"line",e};e.edges.forEach(function(t){var e,i;e=t.from instanceof Object?t.from.nodes:{id:t.from},i=t.to instanceof Object?t.to.nodes:{id:t.to},t.from instanceof Object&&t.from.edges&&t.from.edges.forEach(function(t){var e=o(t);s.edges.push(e)}),M(e,i,function(e,i){var n=c(s,e.id,i.id,t.type,t.attr),r=o(n);s.edges.push(r)}),t.to instanceof Object&&t.to.edges&&t.to.edges.forEach(function(t){var e=o(t);s.edges.push(e)})})}return e.attr&&(s.options=e.attr),s}var S={NULL:0,DELIMITER:1,IDENTIFIER:2,UNKNOWN:3},C={"{":!0,"}":!0,"[":!0,"]":!0,";":!0,"=":!0,",":!0,"->":!0,"--":!0},T="",O=0,E="",k="",N=S.NULL,L=/[a-zA-Z_0-9.:#]/;e.parseDOT=i,e.DOTToGraph=D},function(t,e){function i(t,e){var i=[],s=[];this.options={edges:{inheritColor:!0},nodes:{allowedToMove:!1,parseColor:!1}},void 0!==e&&(this.options.nodes.allowedToMove=e.allowedToMove|!1,this.options.nodes.parseColor=e.parseColor|!1,this.options.edges.inheritColor=e.inheritColor|!0);for(var o=t.edges,n=t.nodes,r=0;r=s&&(s=864e5),e=new Date(e.valueOf()-.05*s),i=new Date(i.valueOf()+.05*s)}return{start:e,end:i}},s.prototype.setWindow=function(t,e,i){var s=i&&void 0!==i.animate?i.animate:!0;if(1==arguments.length){var o=arguments[0];this.range.setRange(o.start,o.end,s)}else this.range.setRange(t,e,s)},s.prototype.moveTo=function(t,e){var i=this.range.end-this.range.start,s=r.convert(t,"Date").valueOf(),o=s-i/2,n=s+i/2,a=e&&void 0!==e.animate?e.animate:!0;this.range.setRange(o,n,a)},s.prototype.getWindow=function(){var t=this.range.getRange();return{start:new Date(t.start),end:new Date(t.end)}},s.prototype.redraw=function(){var t=!1,e=this.options,i=this.props,s=this.dom;if(s){h.updateHiddenDates(this.body,this.options.hiddenDates),"top"==e.orientation?(r.addClassName(s.root,"top"),r.removeClassName(s.root,"bottom")):(r.removeClassName(s.root,"top"),r.addClassName(s.root,"bottom")),s.root.style.maxHeight=r.option.asSize(e.maxHeight,""),s.root.style.minHeight=r.option.asSize(e.minHeight,""),s.root.style.width=r.option.asSize(e.width,""),i.border.left=(s.centerContainer.offsetWidth-s.centerContainer.clientWidth)/2,i.border.right=i.border.left,i.border.top=(s.centerContainer.offsetHeight-s.centerContainer.clientHeight)/2,i.border.bottom=i.border.top;var o=s.root.offsetHeight-s.root.clientHeight,n=s.root.offsetWidth-s.root.clientWidth;0===s.centerContainer.clientHeight&&(i.border.left=i.border.top,i.border.right=i.border.left),0===s.root.clientHeight&&(n=o),i.center.height=s.center.offsetHeight,i.left.height=s.left.offsetHeight,i.right.height=s.right.offsetHeight,i.top.height=s.top.clientHeight||-i.border.top,i.bottom.height=s.bottom.clientHeight||-i.border.bottom;var a=Math.max(i.left.height,i.center.height,i.right.height),d=i.top.height+a+i.bottom.height+o+i.border.top+i.border.bottom;s.root.style.height=r.option.asSize(e.height,d+"px"),i.root.height=s.root.offsetHeight,i.background.height=i.root.height-o;var l=i.root.height-i.top.height-i.bottom.height-o;i.centerContainer.height=l,i.leftContainer.height=l,i.rightContainer.height=i.leftContainer.height,i.root.width=s.root.offsetWidth,i.background.width=i.root.width-n,i.left.width=s.leftContainer.clientWidth||-i.border.left,i.leftContainer.width=i.left.width,i.right.width=s.rightContainer.clientWidth||-i.border.right,i.rightContainer.width=i.right.width;var c=i.root.width-i.left.width-i.right.width-n;i.center.width=c,i.centerContainer.width=c,i.top.width=c,i.bottom.width=c,s.background.style.height=i.background.height+"px",s.backgroundVertical.style.height=i.background.height+"px",s.backgroundHorizontal.style.height=i.centerContainer.height+"px",s.centerContainer.style.height=i.centerContainer.height+"px",s.leftContainer.style.height=i.leftContainer.height+"px",s.rightContainer.style.height=i.rightContainer.height+"px",s.background.style.width=i.background.width+"px",s.backgroundVertical.style.width=i.centerContainer.width+"px",s.backgroundHorizontal.style.width=i.background.width+"px",s.centerContainer.style.width=i.center.width+"px",s.top.style.width=i.top.width+"px",s.bottom.style.width=i.bottom.width+"px",s.background.style.left="0",s.background.style.top="0",s.backgroundVertical.style.left=i.left.width+i.border.left+"px",s.backgroundVertical.style.top="0",s.backgroundHorizontal.style.left="0",s.backgroundHorizontal.style.top=i.top.height+"px",s.centerContainer.style.left=i.left.width+"px",s.centerContainer.style.top=i.top.height+"px",s.leftContainer.style.left="0",s.leftContainer.style.top=i.top.height+"px",s.rightContainer.style.left=i.left.width+i.center.width+"px",s.rightContainer.style.top=i.top.height+"px",s.top.style.left=i.left.width+"px",s.top.style.top="0",s.bottom.style.left=i.left.width+"px",s.bottom.style.top=i.top.height+i.centerContainer.height+"px",this._updateScrollTop();var p=this.props.scrollTop;"bottom"==e.orientation&&(p+=Math.max(this.props.centerContainer.height-this.props.center.height-this.props.border.top-this.props.border.bottom,0)),s.center.style.left="0",s.center.style.top=p+"px",s.left.style.left="0",s.left.style.top=p+"px",s.right.style.left="0",s.right.style.top=p+"px";var u=0==this.props.scrollTop?"hidden":"",m=this.props.scrollTop==this.props.scrollTopMin?"hidden":"";if(s.shadowTop.style.visibility=u,s.shadowBottom.style.visibility=m,s.shadowTopLeft.style.visibility=u,s.shadowBottomLeft.style.visibility=m,s.shadowTopRight.style.visibility=u,s.shadowBottomRight.style.visibility=m,this.components.forEach(function(e){t=e.redraw()||t}),t){var f=3;this.redrawCount0&&(this.props.scrollTop=0),this.props.scrollTopt[s].y?t[s].y:e,i=i0){var r,a,h=Number(i.svg.style.height.replace("px",""));if(r=o.getSVGElement("path",i.svgElements,i.svg),r.setAttributeNS(null,"class",e.className),void 0!==e.style&&r.setAttributeNS(null,"style",e.style),a=1==e.options.catmullRom.enabled?s._catmullRom(t,e):s._linear(t),1==e.options.shaded.enabled){var d,l=o.getSVGElement("path",i.svgElements,i.svg);d="top"==e.options.shaded.orientation?"M"+t[0].x+",0 "+a+"L"+t[t.length-1].x+",0":"M"+t[0].x+","+h+" "+a+"L"+t[t.length-1].x+","+h,l.setAttributeNS(null,"class",e.className+" fill"),void 0!==e.options.shaded.style&&l.setAttributeNS(null,"style",e.options.shaded.style),l.setAttributeNS(null,"d",d)}r.setAttributeNS(null,"d","M"+a),1==e.options.drawPoints.enabled&&n.draw(t,e,i)}},s._catmullRomUniform=function(t){for(var e,i,s,o,n,r,a=Math.round(t[0].x)+","+Math.round(t[0].y)+" ",h=1/6,d=t.length,l=0;d-1>l;l++)e=0==l?t[0]:t[l-1],i=t[l],s=t[l+1],o=d>l+2?t[l+2]:s,n={x:(-e.x+6*i.x+s.x)*h,y:(-e.y+6*i.y+s.y)*h},r={x:(i.x+6*s.x-o.x)*h,y:(i.y+6*s.y-o.y)*h},a+="C"+n.x+","+n.y+" "+r.x+","+r.y+" "+s.x+","+s.y+" "; +return a},s._catmullRom=function(t,e){var i=e.options.catmullRom.alpha;if(0==i||void 0===i)return this._catmullRomUniform(t);for(var s,o,n,r,a,h,d,l,c,p,u,m,f,g,v,y,b,_,x,w=Math.round(t[0].x)+","+Math.round(t[0].y)+" ",M=t.length,D=0;M-1>D;D++)s=0==D?t[0]:t[D-1],o=t[D],n=t[D+1],r=M>D+2?t[D+2]:n,d=Math.sqrt(Math.pow(s.x-o.x,2)+Math.pow(s.y-o.y,2)),l=Math.sqrt(Math.pow(o.x-n.x,2)+Math.pow(o.y-n.y,2)),c=Math.sqrt(Math.pow(n.x-r.x,2)+Math.pow(n.y-r.y,2)),g=Math.pow(c,i),y=Math.pow(c,2*i),v=Math.pow(l,i),b=Math.pow(l,2*i),x=Math.pow(d,i),_=Math.pow(d,2*i),p=2*_+3*x*v+b,u=2*y+3*g*v+b,m=3*x*(x+v),m>0&&(m=1/m),f=3*g*(g+v),f>0&&(f=1/f),a={x:(-b*s.x+p*o.x+_*n.x)*m,y:(-b*s.y+p*o.y+_*n.y)*m},h={x:(y*o.x+u*n.x-b*r.x)*f,y:(y*o.y+u*n.y-b*r.y)*f},0==a.x&&0==a.y&&(a=o),0==h.x&&0==h.y&&(h=n),w+="C"+a.x+","+a.y+" "+h.x+","+h.y+" "+n.x+","+n.y+" ";return w},s._linear=function(t){for(var e="",i=0;it[s].y?t[s].y:e,i=i0&&(n=Math.min(n,Math.abs(c[d-1].x-r))),a=s._getSafeDrawData(n,h,m);else{var g=d+(p[r].amount-p[r].resolved),v=d-(p[r].resolved+1);g0&&(n=Math.min(n,Math.abs(c[v].x-r))),a=s._getSafeDrawData(n,h,m),p[r].resolved+=1,"stack"==h.options.barChart.handleOverlap?(f=p[r].accumulated,p[r].accumulated+=h.zeroPosition-c[d].y):"sideBySide"==h.options.barChart.handleOverlap&&(a.width=a.width/p[r].amount,a.offset+=p[r].resolved*a.width-.5*a.width*(p[r].amount+1),"left"==h.options.barChart.align?a.offset-=.5*a.width:"right"==h.options.barChart.align&&(a.offset+=.5*a.width))}o.drawBar(c[d].x+a.offset,c[d].y-f,a.width,h.zeroPosition-c[d].y,h.className+" bar",i.svgElements,i.svg),1==h.options.drawPoints.enabled&&o.drawPoint(c[d].x+a.offset,c[d].y,h,i.svgElements,i.svg)}},s._getDataIntersections=function(t,e){for(var i,s=0;s0&&(i=Math.min(i,Math.abs(e[s-1].x-e[s].x))),0==i&&(void 0===t[e[s].x]&&(t[e[s].x]={amount:0,resolved:0,accumulated:0}),t[e[s].x].amount+=1)},s._getSafeDrawData=function(t,e,i){var s,o;return t0?(s=i>t?i:t,o=0,"left"==e.options.barChart.align?o-=.5*t:"right"==e.options.barChart.align&&(o+=.5*t)):(s=e.options.barChart.width,o=0,"left"==e.options.barChart.align?o-=.5*e.options.barChart.width:"right"==e.options.barChart.align&&(o+=.5*e.options.barChart.width)),{width:s,offset:o}},s.getStackedBarYRange=function(t,e,i,o,n){if(t.length>0){t.sort(function(t,e){return t.x==e.x?t.groupId-e.groupId:t.x-e.x});var r={};s._getDataIntersections(r,t),e[o]=s._getStackedBarYRange(r,t),e[o].yAxisOrientation=n,i.push(o)}},s._getStackedBarYRange=function(t,e){for(var i,s=e[0].y,o=e[0].y,n=0;ne[n].y?e[n].y:s,o=ot[r].accumulated?t[r].accumulated:s,o=ot[s].y?t[s].y:e,i=is;s++){var o=s%2===0?1.3*i:.5*i;this.lineTo(t+o*Math.sin(2*s*Math.PI/10),e-o*Math.cos(2*s*Math.PI/10))}this.closePath()},CanvasRenderingContext2D.prototype.roundRect=function(t,e,i,s,o){var n=Math.PI/180;0>i-2*o&&(o=i/2),0>s-2*o&&(o=s/2),this.beginPath(),this.moveTo(t+o,e),this.lineTo(t+i-o,e),this.arc(t+i-o,e+o,o,270*n,360*n,!1),this.lineTo(t+i,e+s-o),this.arc(t+i-o,e+s-o,o,0,90*n,!1),this.lineTo(t+o,e+s),this.arc(t+o,e+s-o,o,90*n,180*n,!1),this.lineTo(t,e+o),this.arc(t+o,e+o,o,180*n,270*n,!1)},CanvasRenderingContext2D.prototype.ellipse=function(t,e,i,s){var o=.5522848,n=i/2*o,r=s/2*o,a=t+i,h=e+s,d=t+i/2,l=e+s/2;this.beginPath(),this.moveTo(t,l),this.bezierCurveTo(t,l-r,d-n,e,d,e),this.bezierCurveTo(d+n,e,a,l-r,a,l),this.bezierCurveTo(a,l+r,d+n,h,d,h),this.bezierCurveTo(d-n,h,t,l+r,t,l)},CanvasRenderingContext2D.prototype.database=function(t,e,i,s){var o=1/3,n=i,r=s*o,a=.5522848,h=n/2*a,d=r/2*a,l=t+n,c=e+r,p=t+n/2,u=e+r/2,m=e+(s-r/2),f=e+s;this.beginPath(),this.moveTo(l,u),this.bezierCurveTo(l,u+d,p+h,c,p,c),this.bezierCurveTo(p-h,c,t,u+d,t,u),this.bezierCurveTo(t,u-d,p-h,e,p,e),this.bezierCurveTo(p+h,e,l,u-d,l,u),this.lineTo(l,m),this.bezierCurveTo(l,m+d,p+h,f,p,f),this.bezierCurveTo(p-h,f,t,m+d,t,m),this.lineTo(t,u)},CanvasRenderingContext2D.prototype.arrow=function(t,e,i,s){var o=t-s*Math.cos(i),n=e-s*Math.sin(i),r=t-.9*s*Math.cos(i),a=e-.9*s*Math.sin(i),h=o+s/3*Math.cos(i+.5*Math.PI),d=n+s/3*Math.sin(i+.5*Math.PI),l=o+s/3*Math.cos(i-.5*Math.PI),c=n+s/3*Math.sin(i-.5*Math.PI);this.beginPath(),this.moveTo(t,e),this.lineTo(h,d),this.lineTo(r,a),this.lineTo(l,c),this.closePath()},CanvasRenderingContext2D.prototype.dashedLine=function(t,e,i,s,o){o||(o=[10,5]),0==p&&(p=.001);var n=o.length;this.moveTo(t,e);for(var r=i-t,a=s-e,h=a/r,d=Math.sqrt(r*r+a*a),l=0,c=!0;d>=.1;){var p=o[l++%n];p>d&&(p=d);var u=Math.sqrt(p*p/(1+h*h));0>r&&(u=-u),t+=u,e+=h*u,this[c?"lineTo":"moveTo"](t,e),d-=p,c=!c}})},function(t,e,i){var s=i(66),o=i(60),n=i(61),r=i(62),a=i(63),h=i(64),d=i(65);e._loadMixin=function(t){for(var e in t)t.hasOwnProperty(e)&&(this[e]=t[e])},e._clearMixin=function(t){for(var e in t)t.hasOwnProperty(e)&&(this[e]=void 0)},e._loadPhysicsSystem=function(){this._loadMixin(s),this._loadSelectedForceSolver(),1==this.constants.configurePhysics?this._loadPhysicsConfiguration():this._cleanupPhysicsConfiguration()},e._loadClusterSystem=function(){this.clusterSession=0,this.hubThreshold=5,this._loadMixin(o)},e._loadSectorSystem=function(){this.sectors={},this.activeSector=["default"],this.sectors.active={},this.sectors.active["default"]={nodes:{},edges:{},nodeIndices:[],formationScale:1,drawingNode:void 0},this.sectors.frozen={},this.sectors.support={nodes:{},edges:{},nodeIndices:[],formationScale:1,drawingNode:void 0},this.nodeIndices=this.sectors.active["default"].nodeIndices,this._loadMixin(n)},e._loadSelectionSystem=function(){this.selectionObj={nodes:{},edges:{}},this._loadMixin(r)},e._loadManipulationSystem=function(){this.blockConnectingEdgeSelection=!1,this.forceAppendSelection=!1,1==this.constants.dataManipulation.enabled?(void 0===this.manipulationDiv&&(this.manipulationDiv=document.createElement("div"),this.manipulationDiv.className="network-manipulationDiv",this.manipulationDiv.style.display=1==this.editMode?"block":"none",this.frame.appendChild(this.manipulationDiv)),void 0===this.editModeDiv&&(this.editModeDiv=document.createElement("div"),this.editModeDiv.className="network-manipulation-editMode",this.editModeDiv.style.display=1==this.editMode?"none":"block",this.frame.appendChild(this.editModeDiv)),void 0===this.closeDiv&&(this.closeDiv=document.createElement("div"),this.closeDiv.className="network-manipulation-closeDiv",this.closeDiv.style.display=this.manipulationDiv.style.display,this.frame.appendChild(this.closeDiv)),this._loadMixin(a),this._createManipulatorBar()):void 0!==this.manipulationDiv&&(this._createManipulatorBar(),this.frame.removeChild(this.manipulationDiv),this.frame.removeChild(this.editModeDiv),this.frame.removeChild(this.closeDiv),this.manipulationDiv=void 0,this.editModeDiv=void 0,this.closeDiv=void 0,this._clearMixin(a))},e._loadNavigationControls=function(){this._loadMixin(h),this._cleanNavigation(),1==this.constants.navigation.enabled&&this._loadNavigationElements()},e._loadHierarchySystem=function(){this._loadMixin(d)}},function(t,e,i){function s(t){this.active=!1,this.dom={container:t},this.dom.overlay=document.createElement("div"),this.dom.overlay.className="overlay",this.dom.container.appendChild(this.dom.overlay),this.hammer=a(this.dom.overlay,{prevent_default:!1}),this.hammer.on("tap",this._onTapOverlay.bind(this));var e=this,i=["touch","pinch","doubletap","hold","dragstart","drag","dragend","mousewheel","DOMMouseScroll"];i.forEach(function(t){e.hammer.on(t,function(t){t.stopPropagation()})}),this.windowHammer=a(window,{prevent_default:!1}),this.windowHammer.on("tap",function(i){o(i.target,t)||e.deactivate()}),void 0!==this.keycharm&&this.keycharm.destroy(),this.keycharm=n(),this.escListener=this.deactivate.bind(this)}function o(t,e){for(;t;){if(t===e)return!0;t=t.parentNode}return!1}var n=i(59),r=i(56),a=i(45),h=i(1);r(s.prototype),s.current=null,s.prototype.destroy=function(){this.deactivate(),this.dom.overlay.parentNode.removeChild(this.dom.overlay),this.hammer=null,this.windowHammer=null},s.prototype.activate=function(){s.current&&s.current.deactivate(),s.current=this,this.active=!0,this.dom.overlay.style.display="none",h.addClassName(this.dom.container,"vis-active"),this.emit("change"),this.emit("activate"),this.keycharm.bind("esc",this.escListener)},s.prototype.deactivate=function(){this.active=!1,this.dom.overlay.style.display="",h.removeClassName(this.dom.container,"vis-active"),this.keycharm.unbind("esc",this.escListener),this.emit("change"),this.emit("deactivate")},s.prototype._onTapOverlay=function(t){this.activate(),t.stopPropagation()},t.exports=s},function(t){function e(t){return t?i(t):void 0}function i(t){for(var i in e.prototype)t[i]=e.prototype[i];return t}t.exports=e,e.prototype.on=e.prototype.addEventListener=function(t,e){return this._callbacks=this._callbacks||{},(this._callbacks[t]=this._callbacks[t]||[]).push(e),this},e.prototype.once=function(t,e){function i(){s.off(t,i),e.apply(this,arguments)}var s=this;return this._callbacks=this._callbacks||{},i.fn=e,this.on(t,i),this},e.prototype.off=e.prototype.removeListener=e.prototype.removeAllListeners=e.prototype.removeEventListener=function(t,e){if(this._callbacks=this._callbacks||{},0==arguments.length)return this._callbacks={},this;var i=this._callbacks[t];if(!i)return this;if(1==arguments.length)return delete this._callbacks[t],this;for(var s,o=0;os;++s)i[s].apply(this,e)}return this},e.prototype.listeners=function(t){return this._callbacks=this._callbacks||{},this._callbacks[t]||[]},e.prototype.hasListeners=function(t){return!!this.listeners(t).length}},function(t,e,i){var s;(function(t,o){(function(n){function r(t,e,i){switch(arguments.length){case 2:return null!=t?t:e;case 3:return null!=t?t:null!=e?e:i;default:throw new Error("Implement me")}}function a(t,e){return Le.call(t,e)}function h(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1}}function d(t){Ce.suppressDeprecationWarnings===!1&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+t)}function l(t,e){var i=!0;return b(function(){return i&&(d(t),i=!1),e.apply(this,arguments)},e)}function c(t,e){Mi[t]||(d(e),Mi[t]=!0)}function p(t,e){return function(i){return w(t.call(this,i),e)}}function u(t,e){return function(i){return this.localeData().ordinal(t.call(this,i),e)}}function m(t,e){var i,s,o=12*(e.year()-t.year())+(e.month()-t.month()),n=t.clone().add(o,"months");return 0>e-n?(i=t.clone().add(o-1,"months"),s=(e-n)/(n-i)):(i=t.clone().add(o+1,"months"),s=(e-n)/(i-n)),-(o+s)}function f(t,e,i){var s;return null==i?e:null!=t.meridiemHour?t.meridiemHour(e,i):null!=t.isPM?(s=t.isPM(i),s&&12>e&&(e+=12),s||12!==e||(e=0),e):e}function g(){}function v(t,e){e!==!1&&F(t),_(this,t),this._d=new Date(+t._d),Si===!1&&(Si=!0,Ce.updateOffset(this),Si=!1)}function y(t){var e=N(t),i=e.year||0,s=e.quarter||0,o=e.month||0,n=e.week||0,r=e.day||0,a=e.hour||0,h=e.minute||0,d=e.second||0,l=e.millisecond||0;this._milliseconds=+l+1e3*d+6e4*h+36e5*a,this._days=+r+7*n,this._months=+o+3*s+12*i,this._data={},this._locale=Ce.localeData(),this._bubble()}function b(t,e){for(var i in e)a(e,i)&&(t[i]=e[i]);return a(e,"toString")&&(t.toString=e.toString),a(e,"valueOf")&&(t.valueOf=e.valueOf),t}function _(t,e){var i,s,o;if("undefined"!=typeof e._isAMomentObject&&(t._isAMomentObject=e._isAMomentObject),"undefined"!=typeof e._i&&(t._i=e._i),"undefined"!=typeof e._f&&(t._f=e._f),"undefined"!=typeof e._l&&(t._l=e._l),"undefined"!=typeof e._strict&&(t._strict=e._strict),"undefined"!=typeof e._tzm&&(t._tzm=e._tzm),"undefined"!=typeof e._isUTC&&(t._isUTC=e._isUTC),"undefined"!=typeof e._offset&&(t._offset=e._offset),"undefined"!=typeof e._pf&&(t._pf=e._pf),"undefined"!=typeof e._locale&&(t._locale=e._locale),Ye.length>0)for(i in Ye)s=Ye[i],o=e[s],"undefined"!=typeof o&&(t[s]=o);return t}function x(t){return 0>t?Math.ceil(t):Math.floor(t)}function w(t,e,i){for(var s=""+Math.abs(t),o=t>=0;s.lengths;s++)(i&&t[s]!==e[s]||!i&&I(t[s])!==I(e[s]))&&r++;return r+n}function k(t){if(t){var e=t.toLowerCase().replace(/(.)s$/,"$1");t=gi[t]||vi[e]||e}return t}function N(t){var e,i,s={};for(i in t)a(t,i)&&(e=k(i),e&&(s[e]=t[i]));return s}function L(t){var e,i;if(0===t.indexOf("week"))e=7,i="day";else{if(0!==t.indexOf("month"))return;e=12,i="month"}Ce[t]=function(s,o){var r,a,h=Ce._locale[t],d=[];if("number"==typeof s&&(o=s,s=n),a=function(t){var e=Ce().utc().set(i,t);return h.call(Ce._locale,e,s||"")},null!=o)return a(o);for(r=0;e>r;r++)d.push(a(r));return d}}function I(t){var e=+t,i=0;return 0!==e&&isFinite(e)&&(i=e>=0?Math.floor(e):Math.ceil(e)),i}function z(t,e){return new Date(Date.UTC(t,e+1,0)).getUTCDate()}function P(t,e,i){return me(Ce([t,11,31+e-i]),e,i).week}function A(t){return R(t)?366:365}function R(t){return t%4===0&&t%100!==0||t%400===0}function F(t){var e;t._a&&-2===t._pf.overflow&&(e=t._a[ze]<0||t._a[ze]>11?ze:t._a[Pe]<1||t._a[Pe]>z(t._a[Ie],t._a[ze])?Pe:t._a[Ae]<0||t._a[Ae]>24||24===t._a[Ae]&&(0!==t._a[Re]||0!==t._a[Fe]||0!==t._a[He])?Ae:t._a[Re]<0||t._a[Re]>59?Re:t._a[Fe]<0||t._a[Fe]>59?Fe:t._a[He]<0||t._a[He]>999?He:-1,t._pf._overflowDayOfYear&&(Ie>e||e>Pe)&&(e=Pe),t._pf.overflow=e)}function H(t){return null==t._isValid&&(t._isValid=!isNaN(t._d.getTime())&&t._pf.overflow<0&&!t._pf.empty&&!t._pf.invalidMonth&&!t._pf.nullInput&&!t._pf.invalidFormat&&!t._pf.userInvalidated,t._strict&&(t._isValid=t._isValid&&0===t._pf.charsLeftOver&&0===t._pf.unusedTokens.length&&t._pf.bigHour===n)),t._isValid}function B(t){return t?t.toLowerCase().replace("_","-"):t}function Y(t){for(var e,i,s,o,n=0;n0;){if(s=W(o.slice(0,e).join("-")))return s;if(i&&i.length>=e&&E(o,i,!0)>=e-1)break;e--}n++}return null}function W(t){var e=null;if(!Be[t]&&We)try{e=Ce.locale(),!function(){var t=new Error('Cannot find module "./locale"');throw t.code="MODULE_NOT_FOUND",t}(),Ce.locale(e)}catch(i){}return Be[t]}function G(t,e){var i,s;return e._isUTC?(i=e.clone(),s=(Ce.isMoment(t)||O(t)?+t:+Ce(t))-+i,i._d.setTime(+i._d+s),Ce.updateOffset(i,!1),i):Ce(t).local()}function j(t){return t.match(/\[[\s\S]/)?t.replace(/^\[|\]$/g,""):t.replace(/\\/g,"")}function U(t){var e,i,s=t.match(Ve);for(e=0,i=s.length;i>e;e++)s[e]=wi[s[e]]?wi[s[e]]:j(s[e]);return function(o){var n="";for(e=0;i>e;e++)n+=s[e]instanceof Function?s[e].call(o,t):s[e];return n}}function V(t,e){return t.isValid()?(e=X(e,t.localeData()),yi[e]||(yi[e]=U(e)),yi[e](t)):t.localeData().invalidDate()}function X(t,e){function i(t){return e.longDateFormat(t)||t}var s=5;for(Xe.lastIndex=0;s>=0&&Xe.test(t);)t=t.replace(Xe,i),Xe.lastIndex=0,s-=1;return t}function q(t,e){var i,s=e._strict;switch(t){case"Q":return oi;case"DDDD":return ri;case"YYYY":case"GGGG":case"gggg":return s?ai:Qe;case"Y":case"G":case"g":return di;case"YYYYYY":case"YYYYY":case"GGGGG":case"ggggg":return s?hi:Ke;case"S":if(s)return oi;case"SS":if(s)return ni;case"SSS":if(s)return ri;case"DDD":return Ze;case"MMM":case"MMMM":case"dd":case"ddd":case"dddd":return Je;case"a":case"A":return e._locale._meridiemParse;case"x":return ii;case"X":return si;case"Z":case"ZZ":return ti;case"T":return ei;case"SSSS":return $e;case"MM":case"DD":case"YY":case"GG":case"gg":case"HH":case"hh":case"mm":case"ss":case"ww":case"WW":return s?ni:qe;case"M":case"D":case"d":case"H":case"h":case"m":case"s":case"w":case"W":case"e":case"E":return qe;case"Do":return s?e._locale._ordinalParse:e._locale._ordinalParseLenient;default:return i=new RegExp(se(ie(t.replace("\\","")),"i"))}}function Z(t){t=t||"";var e=t.match(ti)||[],i=e[e.length-1]||[],s=(i+"").match(mi)||["-",0,0],o=+(60*s[1])+I(s[2]);return"+"===s[0]?o:-o}function Q(t,e,i){var s,o=i._a;switch(t){case"Q":null!=e&&(o[ze]=3*(I(e)-1));break;case"M":case"MM":null!=e&&(o[ze]=I(e)-1);break;case"MMM":case"MMMM":s=i._locale.monthsParse(e,t,i._strict),null!=s?o[ze]=s:i._pf.invalidMonth=e;break;case"D":case"DD":null!=e&&(o[Pe]=I(e));break;case"Do":null!=e&&(o[Pe]=I(parseInt(e.match(/\d{1,2}/)[0],10)));break;case"DDD":case"DDDD":null!=e&&(i._dayOfYear=I(e));break;case"YY":o[Ie]=Ce.parseTwoDigitYear(e);break;case"YYYY":case"YYYYY":case"YYYYYY":o[Ie]=I(e);break;case"a":case"A":i._meridiem=e;break;case"h":case"hh":i._pf.bigHour=!0;case"H":case"HH":o[Ae]=I(e);break;case"m":case"mm":o[Re]=I(e);break;case"s":case"ss":o[Fe]=I(e);break;case"S":case"SS":case"SSS":case"SSSS":o[He]=I(1e3*("0."+e));break;case"x":i._d=new Date(I(e));break;case"X":i._d=new Date(1e3*parseFloat(e));break;case"Z":case"ZZ":i._useUTC=!0,i._tzm=Z(e);break;case"dd":case"ddd":case"dddd":s=i._locale.weekdaysParse(e),null!=s?(i._w=i._w||{},i._w.d=s):i._pf.invalidWeekday=e;break;case"w":case"ww":case"W":case"WW":case"d":case"e":case"E":t=t.substr(0,1);case"gggg":case"GGGG":case"GGGGG":t=t.substr(0,2),e&&(i._w=i._w||{},i._w[t]=I(e));break;case"gg":case"GG":i._w=i._w||{},i._w[t]=Ce.parseTwoDigitYear(e)}}function K(t){var e,i,s,o,n,a,h;e=t._w,null!=e.GG||null!=e.W||null!=e.E?(n=1,a=4,i=r(e.GG,t._a[Ie],me(Ce(),1,4).year),s=r(e.W,1),o=r(e.E,1)):(n=t._locale._week.dow,a=t._locale._week.doy,i=r(e.gg,t._a[Ie],me(Ce(),n,a).year),s=r(e.w,1),null!=e.d?(o=e.d,n>o&&++s):o=null!=e.e?e.e+n:n),h=fe(i,s,o,a,n),t._a[Ie]=h.year,t._dayOfYear=h.dayOfYear}function $(t){var e,i,s,o,n=[];if(!t._d){for(s=te(t),t._w&&null==t._a[Pe]&&null==t._a[ze]&&K(t),t._dayOfYear&&(o=r(t._a[Ie],s[Ie]),t._dayOfYear>A(o)&&(t._pf._overflowDayOfYear=!0),i=le(o,0,t._dayOfYear),t._a[ze]=i.getUTCMonth(),t._a[Pe]=i.getUTCDate()),e=0;3>e&&null==t._a[e];++e)t._a[e]=n[e]=s[e];for(;7>e;e++)t._a[e]=n[e]=null==t._a[e]?2===e?1:0:t._a[e];24===t._a[Ae]&&0===t._a[Re]&&0===t._a[Fe]&&0===t._a[He]&&(t._nextDay=!0,t._a[Ae]=0),t._d=(t._useUTC?le:de).apply(null,n),null!=t._tzm&&t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),t._nextDay&&(t._a[Ae]=24)}}function J(t){var e;t._d||(e=N(t._i),t._a=[e.year,e.month,e.day||e.date,e.hour,e.minute,e.second,e.millisecond],$(t))}function te(t){var e=new Date;return t._useUTC?[e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()]:[e.getFullYear(),e.getMonth(),e.getDate()]}function ee(t){if(t._f===Ce.ISO_8601)return void ne(t);t._a=[],t._pf.empty=!0;var e,i,s,o,r,a=""+t._i,h=a.length,d=0;for(s=X(t._f,t._locale).match(Ve)||[],e=0;e0&&t._pf.unusedInput.push(r),a=a.slice(a.indexOf(i)+i.length),d+=i.length),wi[o]?(i?t._pf.empty=!1:t._pf.unusedTokens.push(o),Q(o,i,t)):t._strict&&!i&&t._pf.unusedTokens.push(o);t._pf.charsLeftOver=h-d,a.length>0&&t._pf.unusedInput.push(a),t._pf.bigHour===!0&&t._a[Ae]<=12&&(t._pf.bigHour=n),t._a[Ae]=f(t._locale,t._a[Ae],t._meridiem),$(t),F(t)}function ie(t){return t.replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(t,e,i,s,o){return e||i||s||o})}function se(t){return t.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function oe(t){var e,i,s,o,n;if(0===t._f.length)return t._pf.invalidFormat=!0,void(t._d=new Date(0/0));for(o=0;on)&&(s=n,i=e));b(t,i||e)}function ne(t){var e,i,s=t._i,o=li.exec(s);if(o){for(t._pf.iso=!0,e=0,i=pi.length;i>e;e++)if(pi[e][1].exec(s)){t._f=pi[e][0]+(o[6]||" ");break}for(e=0,i=ui.length;i>e;e++)if(ui[e][1].exec(s)){t._f+=ui[e][0];break}s.match(ti)&&(t._f+="Z"),ee(t)}else t._isValid=!1}function re(t){ne(t),t._isValid===!1&&(delete t._isValid,Ce.createFromInputFallback(t))}function ae(t,e){var i,s=[];for(i=0;it&&a.setFullYear(t),a}function le(t){var e=new Date(Date.UTC.apply(null,arguments));return 1970>t&&e.setUTCFullYear(t),e}function ce(t,e){if("string"==typeof t)if(isNaN(t)){if(t=e.weekdaysParse(t),"number"!=typeof t)return null}else t=parseInt(t,10);return t}function pe(t,e,i,s,o){return o.relativeTime(e||1,!!i,t,s)}function ue(t,e,i){var s=Ce.duration(t).abs(),o=Ne(s.as("s")),n=Ne(s.as("m")),r=Ne(s.as("h")),a=Ne(s.as("d")),h=Ne(s.as("M")),d=Ne(s.as("y")),l=o0,l[4]=i,pe.apply({},l)}function me(t,e,i){var s,o=i-e,n=i-t.day();return n>o&&(n-=7),o-7>n&&(n+=7),s=Ce(t).add(n,"d"),{week:Math.ceil(s.dayOfYear()/7),year:s.year()}}function fe(t,e,i,s,o){var n,r,a=le(t,0,1).getUTCDay();return a=0===a?7:a,i=null!=i?i:o,n=o-a+(a>s?7:0)-(o>a?7:0),r=7*(e-1)+(i-o)+n+1,{year:r>0?t:t-1,dayOfYear:r>0?r:A(t-1)+r}}function ge(t){var e,i=t._i,s=t._f;return t._locale=t._locale||Ce.localeData(t._l),null===i||s===n&&""===i?Ce.invalid({nullInput:!0}):("string"==typeof i&&(t._i=i=t._locale.preparse(i)),Ce.isMoment(i)?new v(i,!0):(s?T(s)?oe(t):ee(t):he(t),e=new v(t),e._nextDay&&(e.add(1,"d"),e._nextDay=n),e))}function ve(t,e){var i,s;if(1===e.length&&T(e[0])&&(e=e[0]),!e.length)return Ce();for(i=e[0],s=1;s=0?"+":"-";return e+w(Math.abs(t),6)},gg:function(){return w(this.weekYear()%100,2)},gggg:function(){return w(this.weekYear(),4)},ggggg:function(){return w(this.weekYear(),5)},GG:function(){return w(this.isoWeekYear()%100,2)},GGGG:function(){return w(this.isoWeekYear(),4)},GGGGG:function(){return w(this.isoWeekYear(),5)},e:function(){return this.weekday()},E:function(){return this.isoWeekday()},a:function(){return this.localeData().meridiem(this.hours(),this.minutes(),!0)},A:function(){return this.localeData().meridiem(this.hours(),this.minutes(),!1)},H:function(){return this.hours()},h:function(){return this.hours()%12||12},m:function(){return this.minutes()},s:function(){return this.seconds()},S:function(){return I(this.milliseconds()/100)},SS:function(){return w(I(this.milliseconds()/10),2)},SSS:function(){return w(this.milliseconds(),3)},SSSS:function(){return w(this.milliseconds(),3)},Z:function(){var t=this.utcOffset(),e="+";return 0>t&&(t=-t,e="-"),e+w(I(t/60),2)+":"+w(I(t)%60,2)},ZZ:function(){var t=this.utcOffset(),e="+";return 0>t&&(t=-t,e="-"),e+w(I(t/60),2)+w(I(t)%60,2)},z:function(){return this.zoneAbbr()},zz:function(){return this.zoneName()},x:function(){return this.valueOf()},X:function(){return this.unix()},Q:function(){return this.quarter()}},Mi={},Di=["months","monthsShort","weekdays","weekdaysShort","weekdaysMin"],Si=!1;_i.length;)Oe=_i.pop(),wi[Oe+"o"]=u(wi[Oe],Oe);for(;xi.length;)Oe=xi.pop(),wi[Oe+Oe]=p(wi[Oe],2);wi.DDDD=p(wi.DDD,3),b(g.prototype,{set:function(t){var e,i;for(i in t)e=t[i],"function"==typeof e?this[i]=e:this["_"+i]=e;this._ordinalParseLenient=new RegExp(this._ordinalParse.source+"|"+/\d{1,2}/.source)},_months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),months:function(t){return this._months[t.month()]},_monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),monthsShort:function(t){return this._monthsShort[t.month()]},monthsParse:function(t,e,i){var s,o,n;for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),s=0;12>s;s++){if(o=Ce.utc([2e3,s]),i&&!this._longMonthsParse[s]&&(this._longMonthsParse[s]=new RegExp("^"+this.months(o,"").replace(".","")+"$","i"),this._shortMonthsParse[s]=new RegExp("^"+this.monthsShort(o,"").replace(".","")+"$","i")),i||this._monthsParse[s]||(n="^"+this.months(o,"")+"|^"+this.monthsShort(o,""),this._monthsParse[s]=new RegExp(n.replace(".",""),"i")),i&&"MMMM"===e&&this._longMonthsParse[s].test(t))return s; +if(i&&"MMM"===e&&this._shortMonthsParse[s].test(t))return s;if(!i&&this._monthsParse[s].test(t))return s}},_weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdays:function(t){return this._weekdays[t.day()]},_weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysShort:function(t){return this._weekdaysShort[t.day()]},_weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),weekdaysMin:function(t){return this._weekdaysMin[t.day()]},weekdaysParse:function(t){var e,i,s;for(this._weekdaysParse||(this._weekdaysParse=[]),e=0;7>e;e++)if(this._weekdaysParse[e]||(i=Ce([2e3,1]).day(e),s="^"+this.weekdays(i,"")+"|^"+this.weekdaysShort(i,"")+"|^"+this.weekdaysMin(i,""),this._weekdaysParse[e]=new RegExp(s.replace(".",""),"i")),this._weekdaysParse[e].test(t))return e},_longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY LT",LLLL:"dddd, MMMM D, YYYY LT"},longDateFormat:function(t){var e=this._longDateFormat[t];return!e&&this._longDateFormat[t.toUpperCase()]&&(e=this._longDateFormat[t.toUpperCase()].replace(/MMMM|MM|DD|dddd/g,function(t){return t.slice(1)}),this._longDateFormat[t]=e),e},isPM:function(t){return"p"===(t+"").toLowerCase().charAt(0)},_meridiemParse:/[ap]\.?m?\.?/i,meridiem:function(t,e,i){return t>11?i?"pm":"PM":i?"am":"AM"},_calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},calendar:function(t,e,i){var s=this._calendar[t];return"function"==typeof s?s.apply(e,[i]):s},_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"},relativeTime:function(t,e,i,s){var o=this._relativeTime[i];return"function"==typeof o?o(t,e,i,s):o.replace(/%d/i,t)},pastFuture:function(t,e){var i=this._relativeTime[t>0?"future":"past"];return"function"==typeof i?i(e):i.replace(/%s/i,e)},ordinal:function(t){return this._ordinal.replace("%d",t)},_ordinal:"%d",_ordinalParse:/\d{1,2}/,preparse:function(t){return t},postformat:function(t){return t},week:function(t){return me(t,this._week.dow,this._week.doy).week},_week:{dow:0,doy:6},firstDayOfWeek:function(){return this._week.dow},firstDayOfYear:function(){return this._week.doy},_invalidDate:"Invalid date",invalidDate:function(){return this._invalidDate}}),Ce=function(t,e,i,s){var o;return"boolean"==typeof i&&(s=i,i=n),o={},o._isAMomentObject=!0,o._i=t,o._f=e,o._l=i,o._strict=s,o._isUTC=!1,o._pf=h(),ge(o)},Ce.suppressDeprecationWarnings=!1,Ce.createFromInputFallback=l("moment construction falls back to js Date. This is discouraged and will be removed in upcoming major release. Please refer to https://github.com/moment/moment/issues/1407 for more info.",function(t){t._d=new Date(t._i+(t._useUTC?" UTC":""))}),Ce.min=function(){var t=[].slice.call(arguments,0);return ve("isBefore",t)},Ce.max=function(){var t=[].slice.call(arguments,0);return ve("isAfter",t)},Ce.utc=function(t,e,i,s){var o;return"boolean"==typeof i&&(s=i,i=n),o={},o._isAMomentObject=!0,o._useUTC=!0,o._isUTC=!0,o._l=i,o._i=t,o._f=e,o._strict=s,o._pf=h(),ge(o).utc()},Ce.unix=function(t){return Ce(1e3*t)},Ce.duration=function(t,e){var i,s,o,n,r=t,h=null;return Ce.isDuration(t)?r={ms:t._milliseconds,d:t._days,M:t._months}:"number"==typeof t?(r={},e?r[e]=t:r.milliseconds=t):(h=je.exec(t))?(i="-"===h[1]?-1:1,r={y:0,d:I(h[Pe])*i,h:I(h[Ae])*i,m:I(h[Re])*i,s:I(h[Fe])*i,ms:I(h[He])*i}):(h=Ue.exec(t))?(i="-"===h[1]?-1:1,o=function(t){var e=t&&parseFloat(t.replace(",","."));return(isNaN(e)?0:e)*i},r={y:o(h[2]),M:o(h[3]),d:o(h[4]),h:o(h[5]),m:o(h[6]),s:o(h[7]),w:o(h[8])}):null==r?r={}:"object"==typeof r&&("from"in r||"to"in r)&&(n=D(Ce(r.from),Ce(r.to)),r={},r.ms=n.milliseconds,r.M=n.months),s=new y(r),Ce.isDuration(t)&&a(t,"_locale")&&(s._locale=t._locale),s},Ce.version=Ee,Ce.defaultFormat=ci,Ce.ISO_8601=function(){},Ce.momentProperties=Ye,Ce.updateOffset=function(){},Ce.relativeTimeThreshold=function(t,e){return bi[t]===n?!1:e===n?bi[t]:(bi[t]=e,!0)},Ce.lang=l("moment.lang is deprecated. Use moment.locale instead.",function(t,e){return Ce.locale(t,e)}),Ce.locale=function(t,e){var i;return t&&(i="undefined"!=typeof e?Ce.defineLocale(t,e):Ce.localeData(t),i&&(Ce.duration._locale=Ce._locale=i)),Ce._locale._abbr},Ce.defineLocale=function(t,e){return null!==e?(e.abbr=t,Be[t]||(Be[t]=new g),Be[t].set(e),Ce.locale(t),Be[t]):(delete Be[t],null)},Ce.langData=l("moment.langData is deprecated. Use moment.localeData instead.",function(t){return Ce.localeData(t)}),Ce.localeData=function(t){var e;if(t&&t._locale&&t._locale._abbr&&(t=t._locale._abbr),!t)return Ce._locale;if(!T(t)){if(e=W(t))return e;t=[t]}return Y(t)},Ce.isMoment=function(t){return t instanceof v||null!=t&&a(t,"_isAMomentObject")},Ce.isDuration=function(t){return t instanceof y};for(Oe=Di.length-1;Oe>=0;--Oe)L(Di[Oe]);Ce.normalizeUnits=function(t){return k(t)},Ce.invalid=function(t){var e=Ce.utc(0/0);return null!=t?b(e._pf,t):e._pf.userInvalidated=!0,e},Ce.parseZone=function(){return Ce.apply(null,arguments).parseZone()},Ce.parseTwoDigitYear=function(t){return I(t)+(I(t)>68?1900:2e3)},Ce.isDate=O,b(Ce.fn=v.prototype,{clone:function(){return Ce(this)},valueOf:function(){return+this._d-6e4*(this._offset||0)},unix:function(){return Math.floor(+this/1e3)},toString:function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},toDate:function(){return this._offset?new Date(+this):this._d},toISOString:function(){var t=Ce(this).utc();return 00:!1},parsingFlags:function(){return b({},this._pf)},invalidAt:function(){return this._pf.overflow},utc:function(t){return this.utcOffset(0,t)},local:function(t){return this._isUTC&&(this.utcOffset(0,t),this._isUTC=!1,t&&this.subtract(this._dateUtcOffset(),"m")),this},format:function(t){var e=V(this,t||Ce.defaultFormat);return this.localeData().postformat(e)},add:S(1,"add"),subtract:S(-1,"subtract"),diff:function(t,e,i){var s,o,n=G(t,this),r=6e4*(n.utcOffset()-this.utcOffset());return e=k(e),"year"===e||"month"===e||"quarter"===e?(o=m(this,n),"quarter"===e?o/=3:"year"===e&&(o/=12)):(s=this-n,o="second"===e?s/1e3:"minute"===e?s/6e4:"hour"===e?s/36e5:"day"===e?(s-r)/864e5:"week"===e?(s-r)/6048e5:s),i?o:x(o)},from:function(t,e){return Ce.duration({to:this,from:t}).locale(this.locale()).humanize(!e)},fromNow:function(t){return this.from(Ce(),t)},calendar:function(t){var e=t||Ce(),i=G(e,this).startOf("day"),s=this.diff(i,"days",!0),o=-6>s?"sameElse":-1>s?"lastWeek":0>s?"lastDay":1>s?"sameDay":2>s?"nextDay":7>s?"nextWeek":"sameElse";return this.format(this.localeData().calendar(o,this,Ce(e)))},isLeapYear:function(){return R(this.year())},isDST:function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},day:function(t){var e=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=t?(t=ce(t,this.localeData()),this.add(t-e,"d")):e},month:xe("Month",!0),startOf:function(t){switch(t=k(t)){case"year":this.month(0);case"quarter":case"month":this.date(1);case"week":case"isoWeek":case"day":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},endOf:function(t){return t=k(t),t===n||"millisecond"===t?this:this.startOf(t).add(1,"isoWeek"===t?"week":t).subtract(1,"ms")},isAfter:function(t,e){var i;return e=k("undefined"!=typeof e?e:"millisecond"),"millisecond"===e?(t=Ce.isMoment(t)?t:Ce(t),+this>+t):(i=Ce.isMoment(t)?+t:+Ce(t),i<+this.clone().startOf(e))},isBefore:function(t,e){var i;return e=k("undefined"!=typeof e?e:"millisecond"),"millisecond"===e?(t=Ce.isMoment(t)?t:Ce(t),+t>+this):(i=Ce.isMoment(t)?+t:+Ce(t),+this.clone().endOf(e)t?this:t}),max:l("moment().max is deprecated, use moment.max instead. https://github.com/moment/moment/issues/1548",function(t){return t=Ce.apply(null,arguments),t>this?this:t}),zone:l("moment().zone is deprecated, use moment().utcOffset instead. https://github.com/moment/moment/issues/1779",function(t,e){return null!=t?("string"!=typeof t&&(t=-t),this.utcOffset(t,e),this):-this.utcOffset()}),utcOffset:function(t,e){var i,s=this._offset||0;return null!=t?("string"==typeof t&&(t=Z(t)),Math.abs(t)<16&&(t=60*t),!this._isUTC&&e&&(i=this._dateUtcOffset()),this._offset=t,this._isUTC=!0,null!=i&&this.add(i,"m"),s!==t&&(!e||this._changeInProgress?C(this,Ce.duration(t-s,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,Ce.updateOffset(this,!0),this._changeInProgress=null)),this):this._isUTC?s:this._dateUtcOffset()},isLocal:function(){return!this._isUTC},isUtcOffset:function(){return this._isUTC},isUtc:function(){return this._isUTC&&0===this._offset},zoneAbbr:function(){return this._isUTC?"UTC":""},zoneName:function(){return this._isUTC?"Coordinated Universal Time":""},parseZone:function(){return this._tzm?this.utcOffset(this._tzm):"string"==typeof this._i&&this.utcOffset(Z(this._i)),this},hasAlignedHourOffset:function(t){return t=t?Ce(t).utcOffset():0,(this.utcOffset()-t)%60===0},daysInMonth:function(){return z(this.year(),this.month())},dayOfYear:function(t){var e=Ne((Ce(this).startOf("day")-Ce(this).startOf("year"))/864e5)+1;return null==t?e:this.add(t-e,"d")},quarter:function(t){return null==t?Math.ceil((this.month()+1)/3):this.month(3*(t-1)+this.month()%3)},weekYear:function(t){var e=me(this,this.localeData()._week.dow,this.localeData()._week.doy).year;return null==t?e:this.add(t-e,"y")},isoWeekYear:function(t){var e=me(this,1,4).year;return null==t?e:this.add(t-e,"y")},week:function(t){var e=this.localeData().week(this);return null==t?e:this.add(7*(t-e),"d")},isoWeek:function(t){var e=me(this,1,4).week;return null==t?e:this.add(7*(t-e),"d")},weekday:function(t){var e=(this.day()+7-this.localeData()._week.dow)%7;return null==t?e:this.add(t-e,"d")},isoWeekday:function(t){return null==t?this.day()||7:this.day(this.day()%7?t:t-7)},isoWeeksInYear:function(){return P(this.year(),1,4)},weeksInYear:function(){var t=this.localeData()._week;return P(this.year(),t.dow,t.doy)},get:function(t){return t=k(t),this[t]()},set:function(t,e){var i;if("object"==typeof t)for(i in t)this.set(i,t[i]);else t=k(t),"function"==typeof this[t]&&this[t](e);return this},locale:function(t){var e;return t===n?this._locale._abbr:(e=Ce.localeData(t),null!=e&&(this._locale=e),this)},lang:l("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(t){return t===n?this.localeData():this.locale(t)}),localeData:function(){return this._locale},_dateUtcOffset:function(){return 15*-Math.round(this._d.getTimezoneOffset()/15)}}),Ce.fn.millisecond=Ce.fn.milliseconds=xe("Milliseconds",!1),Ce.fn.second=Ce.fn.seconds=xe("Seconds",!1),Ce.fn.minute=Ce.fn.minutes=xe("Minutes",!1),Ce.fn.hour=Ce.fn.hours=xe("Hours",!0),Ce.fn.date=xe("Date",!0),Ce.fn.dates=l("dates accessor is deprecated. Use date instead.",xe("Date",!0)),Ce.fn.year=xe("FullYear",!0),Ce.fn.years=l("years accessor is deprecated. Use year instead.",xe("FullYear",!0)),Ce.fn.days=Ce.fn.day,Ce.fn.months=Ce.fn.month,Ce.fn.weeks=Ce.fn.week,Ce.fn.isoWeeks=Ce.fn.isoWeek,Ce.fn.quarters=Ce.fn.quarter,Ce.fn.toJSON=Ce.fn.toISOString,Ce.fn.isUTC=Ce.fn.isUtc,b(Ce.duration.fn=y.prototype,{_bubble:function(){var t,e,i,s=this._milliseconds,o=this._days,n=this._months,r=this._data,a=0;r.milliseconds=s%1e3,t=x(s/1e3),r.seconds=t%60,e=x(t/60),r.minutes=e%60,i=x(e/60),r.hours=i%24,o+=x(i/24),a=x(we(o)),o-=x(Me(a)),n+=x(o/30),o%=30,a+=x(n/12),n%=12,r.days=o,r.months=n,r.years=a},abs:function(){return this._milliseconds=Math.abs(this._milliseconds),this._days=Math.abs(this._days),this._months=Math.abs(this._months),this._data.milliseconds=Math.abs(this._data.milliseconds),this._data.seconds=Math.abs(this._data.seconds),this._data.minutes=Math.abs(this._data.minutes),this._data.hours=Math.abs(this._data.hours),this._data.months=Math.abs(this._data.months),this._data.years=Math.abs(this._data.years),this},weeks:function(){return x(this.days()/7)},valueOf:function(){return this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*I(this._months/12)},humanize:function(t){var e=ue(this,!t,this.localeData());return t&&(e=this.localeData().pastFuture(+this,e)),this.localeData().postformat(e)},add:function(t,e){var i=Ce.duration(t,e);return this._milliseconds+=i._milliseconds,this._days+=i._days,this._months+=i._months,this._bubble(),this},subtract:function(t,e){var i=Ce.duration(t,e);return this._milliseconds-=i._milliseconds,this._days-=i._days,this._months-=i._months,this._bubble(),this},get:function(t){return t=k(t),this[t.toLowerCase()+"s"]()},as:function(t){var e,i;if(t=k(t),"month"===t||"year"===t)return e=this._days+this._milliseconds/864e5,i=this._months+12*we(e),"month"===t?i:i/12;switch(e=this._days+Math.round(Me(this._months/12)),t){case"week":return e/7+this._milliseconds/6048e5;case"day":return e+this._milliseconds/864e5;case"hour":return 24*e+this._milliseconds/36e5;case"minute":return 24*e*60+this._milliseconds/6e4;case"second":return 24*e*60*60+this._milliseconds/1e3;case"millisecond":return Math.floor(24*e*60*60*1e3)+this._milliseconds;default:throw new Error("Unknown unit "+t)}},lang:Ce.fn.lang,locale:Ce.fn.locale,toIsoString:l("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",function(){return this.toISOString()}),toISOString:function(){var t=Math.abs(this.years()),e=Math.abs(this.months()),i=Math.abs(this.days()),s=Math.abs(this.hours()),o=Math.abs(this.minutes()),n=Math.abs(this.seconds()+this.milliseconds()/1e3);return this.asSeconds()?(this.asSeconds()<0?"-":"")+"P"+(t?t+"Y":"")+(e?e+"M":"")+(i?i+"D":"")+(s||o||n?"T":"")+(s?s+"H":"")+(o?o+"M":"")+(n?n+"S":""):"P0D"},localeData:function(){return this._locale},toJSON:function(){return this.toISOString()}}),Ce.duration.fn.toString=Ce.duration.fn.toISOString;for(Oe in fi)a(fi,Oe)&&De(Oe.toLowerCase());Ce.duration.fn.asMilliseconds=function(){return this.as("ms")},Ce.duration.fn.asSeconds=function(){return this.as("s")},Ce.duration.fn.asMinutes=function(){return this.as("m")},Ce.duration.fn.asHours=function(){return this.as("h")},Ce.duration.fn.asDays=function(){return this.as("d")},Ce.duration.fn.asWeeks=function(){return this.as("weeks")},Ce.duration.fn.asMonths=function(){return this.as("M")},Ce.duration.fn.asYears=function(){return this.as("y")},Ce.locale("en",{ordinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(t){var e=t%10,i=1===I(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th";return t+i}}),We?o.exports=Ce:(s=function(t,e,i){return i.config&&i.config()&&i.config().noGlobal===!0&&(ke.moment=Te),Ce}.call(e,i,e,o),!(s!==n&&(o.exports=s)),Se(!0))}).call(this)}).call(e,function(){return this}(),i(71)(t))},function(t,e,i){var s;!function(o,n){function r(){a.READY||(w.determineEventTypes(),x.each(a.gestures,function(t){D.register(t)}),w.onTouch(a.DOCUMENT,v,D.detect),w.onTouch(a.DOCUMENT,y,D.detect),a.READY=!0)}var a=function S(t,e){return new S.Instance(t,e||{})};a.VERSION="1.1.3",a.defaults={behavior:{userSelect:"none",touchAction:"pan-y",touchCallout:"none",contentZooming:"none",userDrag:"none",tapHighlightColor:"rgba(0,0,0,0)"}},a.DOCUMENT=document,a.HAS_POINTEREVENTS=navigator.pointerEnabled||navigator.msPointerEnabled,a.HAS_TOUCHEVENTS="ontouchstart"in o,a.IS_MOBILE=/mobile|tablet|ip(ad|hone|od)|android|silk/i.test(navigator.userAgent),a.NO_MOUSEEVENTS=a.HAS_TOUCHEVENTS&&a.IS_MOBILE||a.HAS_POINTEREVENTS,a.CALCULATE_INTERVAL=25;var h={},d=a.DIRECTION_DOWN="down",l=a.DIRECTION_LEFT="left",c=a.DIRECTION_UP="up",p=a.DIRECTION_RIGHT="right",u=a.POINTER_MOUSE="mouse",m=a.POINTER_TOUCH="touch",f=a.POINTER_PEN="pen",g=a.EVENT_START="start",v=a.EVENT_MOVE="move",y=a.EVENT_END="end",b=a.EVENT_RELEASE="release",_=a.EVENT_TOUCH="touch";a.READY=!1,a.plugins=a.plugins||{},a.gestures=a.gestures||{};var x=a.utils={extend:function(t,e,i){for(var s in e)!e.hasOwnProperty(s)||t[s]!==n&&i||(t[s]=e[s]);return t},on:function(t,e,i){t.addEventListener(e,i,!1)},off:function(t,e,i){t.removeEventListener(e,i,!1)},each:function(t,e,i){var s,o;if("forEach"in t)t.forEach(e,i);else if(t.length!==n){for(s=0,o=t.length;o>s;s++)if(e.call(i,t[s],s,t)===!1)return}else for(s in t)if(t.hasOwnProperty(s)&&e.call(i,t[s],s,t)===!1)return},inStr:function(t,e){return t.indexOf(e)>-1},inArray:function(t,e){if(t.indexOf){var i=t.indexOf(e);return-1===i?!1:i}for(var s=0,o=t.length;o>s;s++)if(t[s]===e)return s;return!1},toArray:function(t){return Array.prototype.slice.call(t,0)},hasParent:function(t,e){for(;t;){if(t==e)return!0;t=t.parentNode}return!1},getCenter:function(t){var e=[],i=[],s=[],o=[],n=Math.min,r=Math.max;return 1===t.length?{pageX:t[0].pageX,pageY:t[0].pageY,clientX:t[0].clientX,clientY:t[0].clientY}:(x.each(t,function(t){e.push(t.pageX),i.push(t.pageY),s.push(t.clientX),o.push(t.clientY)}),{pageX:(n.apply(Math,e)+r.apply(Math,e))/2,pageY:(n.apply(Math,i)+r.apply(Math,i))/2,clientX:(n.apply(Math,s)+r.apply(Math,s))/2,clientY:(n.apply(Math,o)+r.apply(Math,o))/2})},getVelocity:function(t,e,i){return{x:Math.abs(e/t)||0,y:Math.abs(i/t)||0}},getAngle:function(t,e){var i=e.clientX-t.clientX,s=e.clientY-t.clientY;return 180*Math.atan2(s,i)/Math.PI},getDirection:function(t,e){var i=Math.abs(t.clientX-e.clientX),s=Math.abs(t.clientY-e.clientY);return i>=s?t.clientX-e.clientX>0?l:p:t.clientY-e.clientY>0?c:d},getDistance:function(t,e){var i=e.clientX-t.clientX,s=e.clientY-t.clientY;return Math.sqrt(i*i+s*s)},getScale:function(t,e){return t.length>=2&&e.length>=2?this.getDistance(e[0],e[1])/this.getDistance(t[0],t[1]):1},getRotation:function(t,e){return t.length>=2&&e.length>=2?this.getAngle(e[1],e[0])-this.getAngle(t[1],t[0]):0},isVertical:function(t){return t==c||t==d},setPrefixedCss:function(t,e,i,s){var o=["","Webkit","Moz","O","ms"];e=x.toCamelCase(e);for(var n=0;n0&&this.started&&(r=v),this.started=!0;var d=this.collectEventData(i,r,o,t);return e!=y&&s.call(D,d),a&&(d.changedLength=h,d.eventType=a,s.call(D,d),d.eventType=r,delete d.changedLength),r==y&&(s.call(D,d),this.started=!1),r},determineEventTypes:function(){var t;return t=a.HAS_POINTEREVENTS?o.PointerEvent?["pointerdown","pointermove","pointerup pointercancel lostpointercapture"]:["MSPointerDown","MSPointerMove","MSPointerUp MSPointerCancel MSLostPointerCapture"]:a.NO_MOUSEEVENTS?["touchstart","touchmove","touchend touchcancel"]:["touchstart mousedown","touchmove mousemove","touchend touchcancel mouseup"],h[g]=t[0],h[v]=t[1],h[y]=t[2],h},getTouchList:function(t,e){if(a.HAS_POINTEREVENTS)return M.getTouchList();if(t.touches){if(e==v)return t.touches;var i=[],s=[].concat(x.toArray(t.touches),x.toArray(t.changedTouches)),o=[];return x.each(s,function(t){x.inArray(i,t.identifier)===!1&&o.push(t),i.push(t.identifier)}),o}return t.identifier=1,[t]},collectEventData:function(t,e,i,s){var o=m;return x.inStr(s.type,"mouse")||M.matchType(u,s)?o=u:M.matchType(f,s)&&(o=f),{center:x.getCenter(i),timeStamp:Date.now(),target:s.target,touches:i,eventType:e,pointerType:o,srcEvent:s,preventDefault:function(){var t=this.srcEvent;t.preventManipulation&&t.preventManipulation(),t.preventDefault&&t.preventDefault()},stopPropagation:function(){this.srcEvent.stopPropagation()},stopDetect:function(){return D.stopDetect()}}}},M=a.PointerEvent={pointers:{},getTouchList:function(){var t=[];return x.each(this.pointers,function(e){t.push(e)}),t},updatePointer:function(t,e){t==y||t!=y&&1!==e.buttons?delete this.pointers[e.pointerId]:(e.identifier=e.pointerId,this.pointers[e.pointerId]=e)},matchType:function(t,e){if(!e.pointerType)return!1;var i=e.pointerType,s={};return s[u]=i===(e.MSPOINTER_TYPE_MOUSE||u),s[m]=i===(e.MSPOINTER_TYPE_TOUCH||m),s[f]=i===(e.MSPOINTER_TYPE_PEN||f),s[t]},reset:function(){this.pointers={}}},D=a.detection={gestures:[],current:null,previous:null,stopped:!1,startDetect:function(t,e){this.current||(this.stopped=!1,this.current={inst:t,startEvent:x.extend({},e),lastEvent:!1,lastCalcEvent:!1,futureCalcEvent:!1,lastCalcData:{},name:""},this.detect(e))},detect:function(t){if(this.current&&!this.stopped){t=this.extendEventData(t);var e=this.current.inst,i=e.options;return x.each(this.gestures,function(s){!this.stopped&&e.enabled&&i[s.name]&&s.handler.call(s,t,e)},this),this.current&&(this.current.lastEvent=t),t.eventType==y&&this.stopDetect(),t}},stopDetect:function(){this.previous=x.extend({},this.current),this.current=null,this.stopped=!0},getCalculatedData:function(t,e,i,s,o){var n=this.current,r=!1,h=n.lastCalcEvent,d=n.lastCalcData;h&&t.timeStamp-h.timeStamp>a.CALCULATE_INTERVAL&&(e=h.center,i=t.timeStamp-h.timeStamp,s=t.center.clientX-h.center.clientX,o=t.center.clientY-h.center.clientY,r=!0),(t.eventType==_||t.eventType==b)&&(n.futureCalcEvent=t),(!n.lastCalcEvent||r)&&(d.velocity=x.getVelocity(i,s,o),d.angle=x.getAngle(e,t.center),d.direction=x.getDirection(e,t.center),n.lastCalcEvent=n.futureCalcEvent||t,n.futureCalcEvent=t),t.velocityX=d.velocity.x,t.velocityY=d.velocity.y,t.interimAngle=d.angle,t.interimDirection=d.direction},extendEventData:function(t){var e=this.current,i=e.startEvent,s=e.lastEvent||i;(t.eventType==_||t.eventType==b)&&(i.touches=[],x.each(t.touches,function(t){i.touches.push({clientX:t.clientX,clientY:t.clientY})}));var o=t.timeStamp-i.timeStamp,n=t.center.clientX-i.center.clientX,r=t.center.clientY-i.center.clientY;return this.getCalculatedData(t,s.center,o,n,r),x.extend(t,{startEvent:i,deltaTime:o,deltaX:n,deltaY:r,distance:x.getDistance(i.center,t.center),angle:x.getAngle(i.center,t.center),direction:x.getDirection(i.center,t.center),scale:x.getScale(i.touches,t.touches),rotation:x.getRotation(i.touches,t.touches)}),t},register:function(t){var e=t.defaults||{};return e[t.name]===n&&(e[t.name]=!0),x.extend(a.defaults,e,!0),t.index=t.index||1e3,this.gestures.push(t),this.gestures.sort(function(t,e){return t.indexe.index?1:0}),this.gestures}};a.Instance=function(t,e){var i=this;r(),this.element=t,this.enabled=!0,x.each(e,function(t,i){delete e[i],e[x.toCamelCase(i)]=t}),this.options=x.extend(x.extend({},a.defaults),e||{}),this.options.behavior&&x.toggleBehavior(this.element,this.options.behavior,!0),this.eventStartHandler=w.onTouch(t,g,function(t){i.enabled&&t.eventType==g?D.startDetect(i,t):t.eventType==_&&D.detect(t)}),this.eventHandlers=[]},a.Instance.prototype={on:function(t,e){var i=this;return w.on(i.element,t,e,function(t){i.eventHandlers.push({gesture:t,handler:e})}),i},off:function(t,e){var i=this;return w.off(i.element,t,e,function(t){var s=x.inArray({gesture:t,handler:e});s!==!1&&i.eventHandlers.splice(s,1)}),i},trigger:function(t,e){e||(e={});var i=a.DOCUMENT.createEvent("Event");i.initEvent(t,!0,!0),i.gesture=e;var s=this.element;return x.hasParent(e.target,s)&&(s=e.target),s.dispatchEvent(i),this},enable:function(t){return this.enabled=t,this},dispose:function(){var t,e;for(x.toggleBehavior(this.element,this.options.behavior,!1),t=-1;e=this.eventHandlers[++t];)x.off(this.element,e.gesture,e.handler);return this.eventHandlers=[],w.off(this.element,h[g],this.eventStartHandler),null}},function(t){function e(e,s){var o=D.current;if(!(s.options.dragMaxTouches>0&&e.touches.length>s.options.dragMaxTouches))switch(e.eventType){case g:i=!1;break;case v:if(e.distance0)){var r=Math.abs(s.options.dragMinDistance/e.distance);n.pageX+=e.deltaX*r,n.pageY+=e.deltaY*r,n.clientX+=e.deltaX*r,n.clientY+=e.deltaY*r,e=D.extendEventData(e)}(o.lastEvent.dragLockToAxis||s.options.dragLockToAxis&&s.options.dragLockMinDistance<=e.distance)&&(e.dragLockToAxis=!0);var a=o.lastEvent.direction;e.dragLockToAxis&&a!==e.direction&&(e.direction=x.isVertical(a)?e.deltaY<0?c:d:e.deltaX<0?l:p),i||(s.trigger(t+"start",e),i=!0),s.trigger(t,e),s.trigger(t+e.direction,e);var h=x.isVertical(e.direction);(s.options.dragBlockVertical&&h||s.options.dragBlockHorizontal&&!h)&&e.preventDefault();break;case b:i&&e.changedLength<=s.options.dragMaxTouches&&(s.trigger(t+"end",e),i=!1);break;case y:i=!1}}var i=!1;a.gestures.Drag={name:t,index:50,handler:e,defaults:{dragMinDistance:10,dragDistanceCorrection:!0,dragMaxTouches:1,dragBlockHorizontal:!1,dragBlockVertical:!1,dragLockToAxis:!1,dragLockMinDistance:25}}}("drag"),a.gestures.Gesture={name:"gesture",index:1337,handler:function(t,e){e.trigger(this.name,t)}},function(t){function e(e,s){var o=s.options,n=D.current;switch(e.eventType){case g:clearTimeout(i),n.name=t,i=setTimeout(function(){n&&n.name==t&&s.trigger(t,e)},o.holdTimeout);break;case v:e.distance>o.holdThreshold&&clearTimeout(i);break;case b:clearTimeout(i)}}var i;a.gestures.Hold={name:t,index:10,defaults:{holdTimeout:500,holdThreshold:2},handler:e}}("hold"),a.gestures.Release={name:"release",index:1/0,handler:function(t,e){t.eventType==b&&e.trigger(this.name,t)}},a.gestures.Swipe={name:"swipe",index:40,defaults:{swipeMinTouches:1,swipeMaxTouches:1,swipeVelocityX:.6,swipeVelocityY:.6},handler:function(t,e){if(t.eventType==b){var i=t.touches.length,s=e.options;if(is.swipeMaxTouches)return;(t.velocityX>s.swipeVelocityX||t.velocityY>s.swipeVelocityY)&&(e.trigger(this.name,t),e.trigger(this.name+t.direction,t))}}},function(t){function e(e,s){var o,n,r=s.options,a=D.current,h=D.previous;switch(e.eventType){case g:i=!1;break;case v:i=i||e.distance>r.tapMaxDistance;break;case y:!x.inStr(e.srcEvent.type,"cancel")&&e.deltaTimes.options.transformMinRotation&&s.trigger("rotate",e),o>s.options.transformMinScale&&(s.trigger("pinch",e),s.trigger("pinch"+(e.scale<1?"in":"out"),e));break;case b:i&&e.changedLength<2&&(s.trigger(t+"end",e),i=!1)}}var i=!1;a.gestures.Transform={name:t,index:45,defaults:{transformMinScale:.01,transformMinRotation:1},handler:e}}("transform"),s=function(){return a}.call(e,i,e,t),!(s!==n&&(t.exports=s))}(window)},function(t,e){var i,s,o;!function(n,r){s=[],i=r,o="function"==typeof i?i.apply(e,s):i,!(void 0!==o&&(t.exports=o))}(this,function(){function t(t){var e,i=t&&t.preventDefault||!1,s=t&&t.container||window,o={},n={keydown:{},keyup:{}},r={};for(e=97;122>=e;e++)r[String.fromCharCode(e)]={code:65+(e-97),shift:!1};for(e=65;90>=e;e++)r[String.fromCharCode(e)]={code:e,shift:!0};for(e=0;9>=e;e++)r[""+e]={code:48+e,shift:!1};for(e=1;12>=e;e++)r["F"+e]={code:111+e,shift:!1};for(e=0;9>=e;e++)r["num"+e]={code:96+e,shift:!1};r["num*"]={code:106,shift:!1},r["num+"]={code:107,shift:!1},r["num-"]={code:109,shift:!1},r["num/"]={code:111,shift:!1},r["num."]={code:110,shift:!1},r.left={code:37,shift:!1},r.up={code:38,shift:!1},r.right={code:39,shift:!1},r.down={code:40,shift:!1},r.space={code:32,shift:!1},r.enter={code:13,shift:!1},r.shift={code:16,shift:void 0},r.esc={code:27,shift:!1},r.backspace={code:8,shift:!1},r.tab={code:9,shift:!1},r.ctrl={code:17,shift:!1},r.alt={code:18,shift:!1},r["delete"]={code:46,shift:!1},r.pageup={code:33,shift:!1},r.pagedown={code:34,shift:!1},r["="]={code:187,shift:!1},r["-"]={code:189,shift:!1},r["]"]={code:221,shift:!1},r["["]={code:219,shift:!1};var a=function(t){d(t,"keydown")},h=function(t){d(t,"keyup")},d=function(t,e){if(void 0!==n[e][t.keyCode]){for(var s=n[e][t.keyCode],o=0;ot&&s>o;)o%3==0?(this.forceAggregateHubs(!0),this.normalizeClusterLevels()):this.increaseClusterLevel(),i=this.nodeIndices.length,o+=1;o>0&&1==e&&this.repositionNodes(),this._updateCalculationNodes()},e.openCluster=function(t){var e=this.moving;if(t.clusterSize>this.constants.clustering.sectorThreshold&&this._nodeInActiveArea(t)&&("default"!=this._sector()||1!=this.nodeIndices.length)){this._addSector(t);for(var i=0;this.nodeIndices.lengthi;)this.decreaseClusterLevel(),i+=1}else this._expandClusterNode(t,!1,!0),this._updateNodeIndexList(),this._updateDynamicEdges(),this._updateCalculationNodes(),this.updateLabels();this.moving!=e&&this.start()},e.updateClustersDefault=function(){1==this.constants.clustering.enabled&&this.updateClusters(0,!1,!1)},e.increaseClusterLevel=function(){this.updateClusters(-1,!1,!0)},e.decreaseClusterLevel=function(){this.updateClusters(1,!1,!0)},e.updateClusters=function(t,e,i,s){var o=this.moving,n=this.nodeIndices.length;this.previousScale>this.scale&&0==t&&this._collapseSector(),this.previousScale>this.scale||-1==t?this._formClusters(i):(this.previousScalethis.scale||-1==t)&&(this._aggregateHubs(i),this._updateNodeIndexList()),(this.previousScale>this.scale||-1==t)&&(this.handleChains(),this._updateNodeIndexList()),this.previousScale=this.scale,this._updateDynamicEdges(),this.updateLabels(),this.nodeIndices.lengththis.constants.clustering.chainThreshold&&this._reduceAmountOfChains(1-this.constants.clustering.chainThreshold/t)},e._aggregateHubs=function(t){this._getHubSize(),this._formClustersByHub(t,!1)},e.forceAggregateHubs=function(t){var e=this.moving,i=this.nodeIndices.length;this._aggregateHubs(!0),this._updateNodeIndexList(),this._updateDynamicEdges(),this.updateLabels(),this.nodeIndices.length!=i&&(this.clusterSession+=1),(0==t||void 0===t)&&this.moving!=e&&this.start()},e._openClustersBySize=function(){for(var t in this.nodes)if(this.nodes.hasOwnProperty(t)){var e=this.nodes[t];1==e.inView()&&(e.width*this.scale>this.constants.clustering.screenSizeThreshold*this.frame.canvas.clientWidth||e.height*this.scale>this.constants.clustering.screenSizeThreshold*this.frame.canvas.clientHeight)&&this.openCluster(e)}},e._openClusters=function(t,e){for(var i=0;i1&&(t.clusterSizei)){var r=n.from,a=n.to;n.to.options.mass>n.from.options.mass&&(r=n.to,a=n.from),1==a.dynamicEdgesLength?this._addToCluster(r,a,!1):1==r.dynamicEdgesLength&&this._addToCluster(a,r,!1)}}},e._forceClustersByZoom=function(){for(var t in this.nodes)if(this.nodes.hasOwnProperty(t)){var e=this.nodes[t];if(1==e.dynamicEdgesLength&&0!=e.dynamicEdges.length){var i=e.dynamicEdges[0],s=i.toId==e.id?this.nodes[i.fromId]:this.nodes[i.toId];e.id!=s.id&&(s.options.mass>e.options.mass?this._addToCluster(s,e,!0):this._addToCluster(e,s,!0))}}},e._clusterToSmallestNeighbour=function(t){for(var e=-1,i=null,s=0;so.clusterSessions.length&&(e=o.clusterSessions.length,i=o)}null!=o&&void 0!==this.nodes[o.id]&&this._addToCluster(o,t,!0)},e._formClustersByHub=function(t,e){for(var i in this.nodes)this.nodes.hasOwnProperty(i)&&this._formClusterFromHub(this.nodes[i],t,e)},e._formClusterFromHub=function(t,e,i,s){if(void 0===s&&(s=0),t.dynamicEdgesLength>=this.hubThreshold&&0==i||t.dynamicEdgesLength==this.hubThreshold&&1==i){for(var o,n,r,a=this.constants.clustering.clusterEdgeThreshold/this.scale,h=!1,d=[],l=t.dynamicEdges.length,c=0;l>c;c++)d.push(t.dynamicEdges[c].id);if(0==e)for(h=!1,c=0;l>c;c++){var p=this.edges[d[c]];if(void 0!==p&&p.connected&&p.toId!=p.fromId&&(o=p.to.x-p.from.x,n=p.to.y-p.from.y,r=Math.sqrt(o*o+n*n),a>r)){h=!0;break}}if(!e&&h||e)for(c=0;l>c;c++)if(p=this.edges[d[c]],void 0!==p){var u=this.nodes[p.fromId==t.id?p.toId:p.fromId];u.dynamicEdges.length<=this.hubThreshold+s&&u.id!=t.id&&this._addToCluster(t,u,e)}}},e._addToCluster=function(t,e,i){t.containedNodes[e.id]=e;for(var s=0;s1)for(var s=0;s1&&(e.label="[".concat(String(e.clusterSize),"]"))}for(t in this.nodes)this.nodes.hasOwnProperty(t)&&(e=this.nodes[t],1==e.clusterSize&&(e.label=void 0!==e.originalLabel?e.originalLabel:String(e.id)))},e.normalizeClusterLevels=function(){var t,e=0,i=1e9,s=0;for(t in this.nodes)this.nodes.hasOwnProperty(t)&&(s=this.nodes[t].clusterSessions.length,s>e&&(e=s),i>s&&(i=s));if(e-i>this.constants.clustering.clusterLevelDifference){var o=this.nodeIndices.length,n=e-this.constants.clustering.clusterLevelDifference;for(t in this.nodes)this.nodes.hasOwnProperty(t)&&this.nodes[t].clusterSessions.lengths&&(s=n.dynamicEdgesLength),t+=n.dynamicEdgesLength,e+=Math.pow(n.dynamicEdgesLength,2),i+=1}t/=i,e/=i;var r=e-Math.pow(t,2),a=Math.sqrt(r);this.hubThreshold=Math.floor(t+2*a),this.hubThreshold>s&&(this.hubThreshold=s)},e._reduceAmountOfChains=function(t){this.hubThreshold=2;var e=Math.floor(this.nodeIndices.length*t);for(var i in this.nodes)this.nodes.hasOwnProperty(i)&&2==this.nodes[i].dynamicEdgesLength&&this.nodes[i].dynamicEdges.length>=2&&e>0&&(this._formClusterFromHub(this.nodes[i],!0,!0,1),e-=1)},e._getChainFraction=function(){var t=0,e=0;for(var i in this.nodes)this.nodes.hasOwnProperty(i)&&(2==this.nodes[i].dynamicEdgesLength&&this.nodes[i].dynamicEdges.length>=2&&(t+=1),e+=1);return t/e}},function(t,e,i){var s=i(1),o=i(40);e._putDataInSector=function(){this.sectors.active[this._sector()].nodes=this.nodes,this.sectors.active[this._sector()].edges=this.edges,this.sectors.active[this._sector()].nodeIndices=this.nodeIndices},e._switchToSector=function(t,e){void 0===e||"active"==e?this._switchToActiveSector(t):this._switchToFrozenSector(t)},e._switchToActiveSector=function(t){this.nodeIndices=this.sectors.active[t].nodeIndices,this.nodes=this.sectors.active[t].nodes,this.edges=this.sectors.active[t].edges},e._switchToSupportSector=function(){this.nodeIndices=this.sectors.support.nodeIndices,this.nodes=this.sectors.support.nodes,this.edges=this.sectors.support.edges},e._switchToFrozenSector=function(t){this.nodeIndices=this.sectors.frozen[t].nodeIndices,this.nodes=this.sectors.frozen[t].nodes,this.edges=this.sectors.frozen[t].edges},e._loadLatestSector=function(){this._switchToSector(this._sector())},e._sector=function(){return this.activeSector[this.activeSector.length-1]},e._previousSector=function(){if(this.activeSector.length>1)return this.activeSector[this.activeSector.length-2];throw new TypeError("there are not enough sectors in the this.activeSector array.")},e._setActiveSector=function(t){this.activeSector.push(t)},e._forgetLastSector=function(){this.activeSector.pop()},e._createNewSector=function(t){this.sectors.active[t]={nodes:{},edges:{},nodeIndices:[],formationScale:this.scale,drawingNode:void 0},this.sectors.active[t].drawingNode=new o({id:t,color:{background:"#eaefef",border:"495c5e"}},{},{},this.constants),this.sectors.active[t].drawingNode.clusterSize=2},e._deleteActiveSector=function(t){delete this.sectors.active[t]},e._deleteFrozenSector=function(t){delete this.sectors.frozen[t]},e._freezeSector=function(t){this.sectors.frozen[t]=this.sectors.active[t],this._deleteActiveSector(t)},e._activateSector=function(t){this.sectors.active[t]=this.sectors.frozen[t],this._deleteFrozenSector(t)},e._mergeThisWithFrozen=function(t){for(var e in this.nodes)this.nodes.hasOwnProperty(e)&&(this.sectors.frozen[t].nodes[e]=this.nodes[e]);for(var i in this.edges)this.edges.hasOwnProperty(i)&&(this.sectors.frozen[t].edges[i]=this.edges[i]);for(var s=0;s1?this[t](o[0],o[1]):this[t](e))}return this._loadLatestSector(),i},e._doInSupportSector=function(t,e){var i=!1;if(void 0===e)this._switchToSupportSector(),i=this[t]();else{this._switchToSupportSector();var s=Array.prototype.splice.call(arguments,1);i=s.length>1?this[t](s[0],s[1]):this[t](e)}return this._loadLatestSector(),i},e._doInAllFrozenSectors=function(t,e){if(void 0===e)for(var i in this.sectors.frozen)this.sectors.frozen.hasOwnProperty(i)&&(this._switchToFrozenSector(i),this[t]());else for(var i in this.sectors.frozen)if(this.sectors.frozen.hasOwnProperty(i)){this._switchToFrozenSector(i);var s=Array.prototype.splice.call(arguments,1);s.length>1?this[t](s[0],s[1]):this[t](e)}this._loadLatestSector()},e._doInAllSectors=function(t,e){var i=Array.prototype.splice.call(arguments,1);void 0===e?(this._doInAllActiveSectors(t),this._doInAllFrozenSectors(t)):i.length>1?(this._doInAllActiveSectors(t,i[0],i[1]),this._doInAllFrozenSectors(t,i[0],i[1])):(this._doInAllActiveSectors(t,e),this._doInAllFrozenSectors(t,e))},e._clearNodeIndexList=function(){var t=this._sector();this.sectors.active[t].nodeIndices=[],this.nodeIndices=this.sectors.active[t].nodeIndices},e._drawSectorNodes=function(t,e){var i,s=1e9,o=-1e9,n=1e9,r=-1e9;for(var a in this.sectors[e])if(this.sectors[e].hasOwnProperty(a)&&void 0!==this.sectors[e][a].drawingNode){this._switchToSector(a,e),s=1e9,o=-1e9,n=1e9,r=-1e9;for(var h in this.nodes)this.nodes.hasOwnProperty(h)&&(i=this.nodes[h],i.resize(t),n>i.x-.5*i.width&&(n=i.x-.5*i.width),ri.y-.5*i.height&&(s=i.y-.5*i.height),o0?this.nodes[i[i.length-1]]:null},e._getEdgesOverlappingWith=function(t,e){var i=this.edges;for(var s in i)i.hasOwnProperty(s)&&i[s].isOverlappingWith(t)&&e.push(s)},e._getAllEdgesOverlappingWith=function(t){var e=[];return this._doInAllActiveSectors("_getEdgesOverlappingWith",t,e),e},e._getEdgeAt=function(t){var e=this._pointerToPositionObject(t),i=this._getAllEdgesOverlappingWith(e);return i.length>0?this.edges[i[i.length-1]]:null},e._addToSelection=function(t){t instanceof s?this.selectionObj.nodes[t.id]=t:this.selectionObj.edges[t.id]=t},e._addToHover=function(t){t instanceof s?this.hoverObj.nodes[t.id]=t:this.hoverObj.edges[t.id]=t},e._removeFromSelection=function(t){t instanceof s?delete this.selectionObj.nodes[t.id]:delete this.selectionObj.edges[t.id]},e._unselectAll=function(t){void 0===t&&(t=!1);for(var e in this.selectionObj.nodes)this.selectionObj.nodes.hasOwnProperty(e)&&this.selectionObj.nodes[e].unselect();for(var i in this.selectionObj.edges)this.selectionObj.edges.hasOwnProperty(i)&&this.selectionObj.edges[i].unselect();this.selectionObj={nodes:{},edges:{}},0==t&&this.emit("select",this.getSelection())},e._unselectClusters=function(t){void 0===t&&(t=!1);for(var e in this.selectionObj.nodes)this.selectionObj.nodes.hasOwnProperty(e)&&this.selectionObj.nodes[e].clusterSize>1&&(this.selectionObj.nodes[e].unselect(),this._removeFromSelection(this.selectionObj.nodes[e]));0==t&&this.emit("select",this.getSelection())},e._getSelectedNodeCount=function(){var t=0;for(var e in this.selectionObj.nodes)this.selectionObj.nodes.hasOwnProperty(e)&&(t+=1);return t},e._getSelectedNode=function(){for(var t in this.selectionObj.nodes)if(this.selectionObj.nodes.hasOwnProperty(t))return this.selectionObj.nodes[t];return null},e._getSelectedEdge=function(){for(var t in this.selectionObj.edges)if(this.selectionObj.edges.hasOwnProperty(t))return this.selectionObj.edges[t];return null},e._getSelectedEdgeCount=function(){var t=0;for(var e in this.selectionObj.edges)this.selectionObj.edges.hasOwnProperty(e)&&(t+=1);return t},e._getSelectedObjectCount=function(){var t=0;for(var e in this.selectionObj.nodes)this.selectionObj.nodes.hasOwnProperty(e)&&(t+=1);for(var i in this.selectionObj.edges)this.selectionObj.edges.hasOwnProperty(i)&&(t+=1);return t},e._selectionIsEmpty=function(){for(var t in this.selectionObj.nodes)if(this.selectionObj.nodes.hasOwnProperty(t))return!1;for(var e in this.selectionObj.edges)if(this.selectionObj.edges.hasOwnProperty(e))return!1;return!0},e._clusterInSelection=function(){for(var t in this.selectionObj.nodes)if(this.selectionObj.nodes.hasOwnProperty(t)&&this.selectionObj.nodes[t].clusterSize>1)return!0;return!1},e._selectConnectedEdges=function(t){for(var e=0;ei;i++){o=t[i];var n=this.nodes[o];if(!n)throw new RangeError('Node with id "'+o+'" not found');this._selectObject(n,!0,!0,e,!0)}this.redraw()},e.selectEdges=function(t){var e,i,s;if(!t||void 0==t.length)throw"Selection must be an array with ids";for(this._unselectAll(!0),e=0,i=t.length;i>e;e++){s=t[e];var o=this.edges[s];if(!o)throw new RangeError('Edge with id "'+s+'" not found');this._selectObject(o,!0,!0,!1,!0)}this.redraw()},e._updateSelection=function(){for(var t in this.selectionObj.nodes)this.selectionObj.nodes.hasOwnProperty(t)&&(this.nodes.hasOwnProperty(t)||delete this.selectionObj.nodes[t]);for(var e in this.selectionObj.edges)this.selectionObj.edges.hasOwnProperty(e)&&(this.edges.hasOwnProperty(e)||delete this.selectionObj.edges[e])}},function(t,e,i){var s=i(1),o=i(40),n=i(37);e._clearManipulatorBar=function(){this._recursiveDOMDelete(this.manipulationDiv),this.manipulationDOM={},this._manipulationReleaseOverload=function(){},delete this.sectors.support.nodes.targetNode,delete this.sectors.support.nodes.targetViaNode,this.controlNodesActive=!1,this.freezeSimulation=!1},e._restoreOverloadedFunctions=function(){for(var t in this.cachedFunctions)this.cachedFunctions.hasOwnProperty(t)&&(this[t]=this.cachedFunctions[t],delete this.cachedFunctions[t])},e._toggleEditMode=function(){this.editMode=!this.editMode;var t=this.manipulationDiv,e=this.closeDiv,i=this.editModeDiv;1==this.editMode?(t.style.display="block",e.style.display="block",i.style.display="none",e.onclick=this._toggleEditMode.bind(this)):(t.style.display="none",e.style.display="none",i.style.display="block",e.onclick=null),this._createManipulatorBar()},e._createManipulatorBar=function(){this.boundFunction&&this.off("select",this.boundFunction);var t=this.constants.locales[this.constants.locale];if(void 0!==this.edgeBeingEdited&&(this.edgeBeingEdited._disableControlNodes(),this.edgeBeingEdited=void 0,this.selectedControlNode=null,this.controlNodesActive=!1,this._redraw()),this._restoreOverloadedFunctions(),this.freezeSimulation=!1,this.blockConnectingEdgeSelection=!1,this.forceAppendSelection=!1,this.manipulationDOM={},1==this.editMode){for(;this.manipulationDiv.hasChildNodes();)this.manipulationDiv.removeChild(this.manipulationDiv.firstChild);this.manipulationDOM.addNodeSpan=document.createElement("span"),this.manipulationDOM.addNodeSpan.className="network-manipulationUI add",this.manipulationDOM.addNodeLabelSpan=document.createElement("span"),this.manipulationDOM.addNodeLabelSpan.className="network-manipulationLabel",this.manipulationDOM.addNodeLabelSpan.innerHTML=t.addNode,this.manipulationDOM.addNodeSpan.appendChild(this.manipulationDOM.addNodeLabelSpan),this.manipulationDOM.seperatorLineDiv1=document.createElement("div"),this.manipulationDOM.seperatorLineDiv1.className="network-seperatorLine",this.manipulationDOM.addEdgeSpan=document.createElement("span"),this.manipulationDOM.addEdgeSpan.className="network-manipulationUI connect",this.manipulationDOM.addEdgeLabelSpan=document.createElement("span"),this.manipulationDOM.addEdgeLabelSpan.className="network-manipulationLabel",this.manipulationDOM.addEdgeLabelSpan.innerHTML=t.addEdge,this.manipulationDOM.addEdgeSpan.appendChild(this.manipulationDOM.addEdgeLabelSpan),this.manipulationDiv.appendChild(this.manipulationDOM.addNodeSpan),this.manipulationDiv.appendChild(this.manipulationDOM.seperatorLineDiv1),this.manipulationDiv.appendChild(this.manipulationDOM.addEdgeSpan),1==this._getSelectedNodeCount()&&this.triggerFunctions.edit?(this.manipulationDOM.seperatorLineDiv2=document.createElement("div"),this.manipulationDOM.seperatorLineDiv2.className="network-seperatorLine",this.manipulationDOM.editNodeSpan=document.createElement("span"),this.manipulationDOM.editNodeSpan.className="network-manipulationUI edit",this.manipulationDOM.editNodeLabelSpan=document.createElement("span"),this.manipulationDOM.editNodeLabelSpan.className="network-manipulationLabel",this.manipulationDOM.editNodeLabelSpan.innerHTML=t.editNode,this.manipulationDOM.editNodeSpan.appendChild(this.manipulationDOM.editNodeLabelSpan),this.manipulationDiv.appendChild(this.manipulationDOM.seperatorLineDiv2),this.manipulationDiv.appendChild(this.manipulationDOM.editNodeSpan)):1==this._getSelectedEdgeCount()&&0==this._getSelectedNodeCount()&&(this.manipulationDOM.seperatorLineDiv3=document.createElement("div"),this.manipulationDOM.seperatorLineDiv3.className="network-seperatorLine",this.manipulationDOM.editEdgeSpan=document.createElement("span"),this.manipulationDOM.editEdgeSpan.className="network-manipulationUI edit",this.manipulationDOM.editEdgeLabelSpan=document.createElement("span"),this.manipulationDOM.editEdgeLabelSpan.className="network-manipulationLabel",this.manipulationDOM.editEdgeLabelSpan.innerHTML=t.editEdge,this.manipulationDOM.editEdgeSpan.appendChild(this.manipulationDOM.editEdgeLabelSpan),this.manipulationDiv.appendChild(this.manipulationDOM.seperatorLineDiv3),this.manipulationDiv.appendChild(this.manipulationDOM.editEdgeSpan)),0==this._selectionIsEmpty()&&(this.manipulationDOM.seperatorLineDiv4=document.createElement("div"),this.manipulationDOM.seperatorLineDiv4.className="network-seperatorLine",this.manipulationDOM.deleteSpan=document.createElement("span"),this.manipulationDOM.deleteSpan.className="network-manipulationUI delete",this.manipulationDOM.deleteLabelSpan=document.createElement("span"),this.manipulationDOM.deleteLabelSpan.className="network-manipulationLabel",this.manipulationDOM.deleteLabelSpan.innerHTML=t.del,this.manipulationDOM.deleteSpan.appendChild(this.manipulationDOM.deleteLabelSpan),this.manipulationDiv.appendChild(this.manipulationDOM.seperatorLineDiv4),this.manipulationDiv.appendChild(this.manipulationDOM.deleteSpan)),this.manipulationDOM.addNodeSpan.onclick=this._createAddNodeToolbar.bind(this),this.manipulationDOM.addEdgeSpan.onclick=this._createAddEdgeToolbar.bind(this),1==this._getSelectedNodeCount()&&this.triggerFunctions.edit?this.manipulationDOM.editNodeSpan.onclick=this._editNode.bind(this):1==this._getSelectedEdgeCount()&&0==this._getSelectedNodeCount()&&(this.manipulationDOM.editEdgeSpan.onclick=this._createEditEdgeToolbar.bind(this)),0==this._selectionIsEmpty()&&(this.manipulationDOM.deleteSpan.onclick=this._deleteSelected.bind(this)),this.closeDiv.onclick=this._toggleEditMode.bind(this);var e=this;this.boundFunction=e._createManipulatorBar,this.on("select",this.boundFunction)}else{for(;this.editModeDiv.hasChildNodes();)this.editModeDiv.removeChild(this.editModeDiv.firstChild);this.manipulationDOM.editModeSpan=document.createElement("span"),this.manipulationDOM.editModeSpan.className="network-manipulationUI edit editmode",this.manipulationDOM.editModeLabelSpan=document.createElement("span"),this.manipulationDOM.editModeLabelSpan.className="network-manipulationLabel",this.manipulationDOM.editModeLabelSpan.innerHTML=t.edit,this.manipulationDOM.editModeSpan.appendChild(this.manipulationDOM.editModeLabelSpan),this.editModeDiv.appendChild(this.manipulationDOM.editModeSpan),this.manipulationDOM.editModeSpan.onclick=this._toggleEditMode.bind(this)}},e._createAddNodeToolbar=function(){this._clearManipulatorBar(),this.boundFunction&&this.off("select",this.boundFunction);var t=this.constants.locales[this.constants.locale];this.manipulationDOM={},this.manipulationDOM.backSpan=document.createElement("span"),this.manipulationDOM.backSpan.className="network-manipulationUI back",this.manipulationDOM.backLabelSpan=document.createElement("span"),this.manipulationDOM.backLabelSpan.className="network-manipulationLabel",this.manipulationDOM.backLabelSpan.innerHTML=t.back,this.manipulationDOM.backSpan.appendChild(this.manipulationDOM.backLabelSpan),this.manipulationDOM.seperatorLineDiv1=document.createElement("div"),this.manipulationDOM.seperatorLineDiv1.className="network-seperatorLine",this.manipulationDOM.descriptionSpan=document.createElement("span"),this.manipulationDOM.descriptionSpan.className="network-manipulationUI none",this.manipulationDOM.descriptionLabelSpan=document.createElement("span"),this.manipulationDOM.descriptionLabelSpan.className="network-manipulationLabel",this.manipulationDOM.descriptionLabelSpan.innerHTML=t.addDescription,this.manipulationDOM.descriptionSpan.appendChild(this.manipulationDOM.descriptionLabelSpan),this.manipulationDiv.appendChild(this.manipulationDOM.backSpan),this.manipulationDiv.appendChild(this.manipulationDOM.seperatorLineDiv1),this.manipulationDiv.appendChild(this.manipulationDOM.descriptionSpan),this.manipulationDOM.backSpan.onclick=this._createManipulatorBar.bind(this);var e=this;this.boundFunction=e._addNode,this.on("select",this.boundFunction)},e._createAddEdgeToolbar=function(){this._clearManipulatorBar(),this._unselectAll(!0),this.freezeSimulation=!0,this.boundFunction&&this.off("select",this.boundFunction); +var t=this.constants.locales[this.constants.locale];this._unselectAll(),this.forceAppendSelection=!1,this.blockConnectingEdgeSelection=!0,this.manipulationDOM={},this.manipulationDOM.backSpan=document.createElement("span"),this.manipulationDOM.backSpan.className="network-manipulationUI back",this.manipulationDOM.backLabelSpan=document.createElement("span"),this.manipulationDOM.backLabelSpan.className="network-manipulationLabel",this.manipulationDOM.backLabelSpan.innerHTML=t.back,this.manipulationDOM.backSpan.appendChild(this.manipulationDOM.backLabelSpan),this.manipulationDOM.seperatorLineDiv1=document.createElement("div"),this.manipulationDOM.seperatorLineDiv1.className="network-seperatorLine",this.manipulationDOM.descriptionSpan=document.createElement("span"),this.manipulationDOM.descriptionSpan.className="network-manipulationUI none",this.manipulationDOM.descriptionLabelSpan=document.createElement("span"),this.manipulationDOM.descriptionLabelSpan.className="network-manipulationLabel",this.manipulationDOM.descriptionLabelSpan.innerHTML=t.edgeDescription,this.manipulationDOM.descriptionSpan.appendChild(this.manipulationDOM.descriptionLabelSpan),this.manipulationDiv.appendChild(this.manipulationDOM.backSpan),this.manipulationDiv.appendChild(this.manipulationDOM.seperatorLineDiv1),this.manipulationDiv.appendChild(this.manipulationDOM.descriptionSpan),this.manipulationDOM.backSpan.onclick=this._createManipulatorBar.bind(this);var e=this;this.boundFunction=e._handleConnect,this.on("select",this.boundFunction),this.cachedFunctions._handleTouch=this._handleTouch,this.cachedFunctions._manipulationReleaseOverload=this._manipulationReleaseOverload,this.cachedFunctions._handleDragStart=this._handleDragStart,this.cachedFunctions._handleDragEnd=this._handleDragEnd,this._handleTouch=this._handleConnect,this._manipulationReleaseOverload=function(){},this._handleDragStart=function(){},this._handleDragEnd=this._finishConnect,this._redraw()},e._createEditEdgeToolbar=function(){this._clearManipulatorBar(),this.controlNodesActive=!0,this.boundFunction&&this.off("select",this.boundFunction),this.edgeBeingEdited=this._getSelectedEdge(),this.edgeBeingEdited._enableControlNodes();var t=this.constants.locales[this.constants.locale];this.manipulationDOM={},this.manipulationDOM.backSpan=document.createElement("span"),this.manipulationDOM.backSpan.className="network-manipulationUI back",this.manipulationDOM.backLabelSpan=document.createElement("span"),this.manipulationDOM.backLabelSpan.className="network-manipulationLabel",this.manipulationDOM.backLabelSpan.innerHTML=t.back,this.manipulationDOM.backSpan.appendChild(this.manipulationDOM.backLabelSpan),this.manipulationDOM.seperatorLineDiv1=document.createElement("div"),this.manipulationDOM.seperatorLineDiv1.className="network-seperatorLine",this.manipulationDOM.descriptionSpan=document.createElement("span"),this.manipulationDOM.descriptionSpan.className="network-manipulationUI none",this.manipulationDOM.descriptionLabelSpan=document.createElement("span"),this.manipulationDOM.descriptionLabelSpan.className="network-manipulationLabel",this.manipulationDOM.descriptionLabelSpan.innerHTML=t.editEdgeDescription,this.manipulationDOM.descriptionSpan.appendChild(this.manipulationDOM.descriptionLabelSpan),this.manipulationDiv.appendChild(this.manipulationDOM.backSpan),this.manipulationDiv.appendChild(this.manipulationDOM.seperatorLineDiv1),this.manipulationDiv.appendChild(this.manipulationDOM.descriptionSpan),this.manipulationDOM.backSpan.onclick=this._createManipulatorBar.bind(this),this.cachedFunctions._handleTouch=this._handleTouch,this.cachedFunctions._manipulationReleaseOverload=this._manipulationReleaseOverload,this.cachedFunctions._handleTap=this._handleTap,this.cachedFunctions._handleDragStart=this._handleDragStart,this.cachedFunctions._handleOnDrag=this._handleOnDrag,this._handleTouch=this._selectControlNode,this._handleTap=function(){},this._handleOnDrag=this._controlNodeDrag,this._handleDragStart=function(){},this._manipulationReleaseOverload=this._releaseControlNode,this._redraw()},e._selectControlNode=function(t){this.edgeBeingEdited.controlNodes.from.unselect(),this.edgeBeingEdited.controlNodes.to.unselect(),this.selectedControlNode=this.edgeBeingEdited._getSelectedControlNode(this._XconvertDOMtoCanvas(t.x),this._YconvertDOMtoCanvas(t.y)),null!==this.selectedControlNode&&(this.selectedControlNode.select(),this.freezeSimulation=!0),this._redraw()},e._controlNodeDrag=function(t){var e=this._getPointer(t.gesture.center);null!==this.selectedControlNode&&void 0!==this.selectedControlNode&&(this.selectedControlNode.x=this._XconvertDOMtoCanvas(e.x),this.selectedControlNode.y=this._YconvertDOMtoCanvas(e.y)),this._redraw()},e._releaseControlNode=function(t){var e=this._getNodeAt(t);null!==e?(1==this.edgeBeingEdited.controlNodes.from.selected&&(this.edgeBeingEdited._restoreControlNodes(),this._editEdge(e.id,this.edgeBeingEdited.to.id),this.edgeBeingEdited.controlNodes.from.unselect()),1==this.edgeBeingEdited.controlNodes.to.selected&&(this.edgeBeingEdited._restoreControlNodes(),this._editEdge(this.edgeBeingEdited.from.id,e.id),this.edgeBeingEdited.controlNodes.to.unselect())):this.edgeBeingEdited._restoreControlNodes(),this.freezeSimulation=!1,this._redraw()},e._handleConnect=function(t){if(0==this._getSelectedNodeCount()){var e=this._getNodeAt(t);if(null!=e)if(e.clusterSize>1)alert(this.constants.locales[this.constants.locale].createEdgeError);else{this._selectObject(e,!1);var i=this.sectors.support.nodes;i.targetNode=new o({id:"targetNode"},{},{},this.constants);var s=i.targetNode;s.x=e.x,s.y=e.y,this.edges.connectionEdge=new n({id:"connectionEdge",from:e.id,to:s.id},this,this.constants);var r=this.edges.connectionEdge;r.from=e,r.connected=!0,r.options.smoothCurves={enabled:!0,dynamic:!1,type:"continuous",roundness:.5},r.selected=!0,r.to=s,this.cachedFunctions._handleOnDrag=this._handleOnDrag,this._handleOnDrag=function(t){var e=this._getPointer(t.gesture.center),i=this.edges.connectionEdge;i.to.x=this._XconvertDOMtoCanvas(e.x),i.to.y=this._YconvertDOMtoCanvas(e.y)},this.moving=!0,this.start()}}},e._finishConnect=function(t){if(1==this._getSelectedNodeCount()){var e=this._getPointer(t.gesture.center);this._handleOnDrag=this.cachedFunctions._handleOnDrag,delete this.cachedFunctions._handleOnDrag;var i=this.edges.connectionEdge.fromId;delete this.edges.connectionEdge,delete this.sectors.support.nodes.targetNode,delete this.sectors.support.nodes.targetViaNode;var s=this._getNodeAt(e);null!=s&&(s.clusterSize>1?alert(this.constants.locales[this.constants.locale].createEdgeError):(this._createEdge(i,s.id),this._createManipulatorBar())),this._unselectAll()}},e._addNode=function(){if(this._selectionIsEmpty()&&1==this.editMode){var t=this._pointerToPositionObject(this.pointerPosition),e={id:s.randomUUID(),x:t.left,y:t.top,label:"new",allowedToMoveX:!0,allowedToMoveY:!0};if(this.triggerFunctions.add){if(2!=this.triggerFunctions.add.length)throw new Error("The function for add does not support two arguments (data,callback)");var i=this;this.triggerFunctions.add(e,function(t){i.nodesData.add(t),i._createManipulatorBar(),i.moving=!0,i.start()})}else this.nodesData.add(e),this._createManipulatorBar(),this.moving=!0,this.start()}},e._createEdge=function(t,e){if(1==this.editMode){var i={from:t,to:e};if(this.triggerFunctions.connect){if(2!=this.triggerFunctions.connect.length)throw new Error("The function for connect does not support two arguments (data,callback)");var s=this;this.triggerFunctions.connect(i,function(t){s.edgesData.add(t),s.moving=!0,s.start()})}else this.edgesData.add(i),this.moving=!0,this.start()}},e._editEdge=function(t,e){if(1==this.editMode){var i={id:this.edgeBeingEdited.id,from:t,to:e};if(this.triggerFunctions.editEdge){if(2!=this.triggerFunctions.editEdge.length)throw new Error("The function for edit does not support two arguments (data, callback)");var s=this;this.triggerFunctions.editEdge(i,function(t){s.edgesData.update(t),s.moving=!0,s.start()})}else this.edgesData.update(i),this.moving=!0,this.start()}},e._editNode=function(){if(!this.triggerFunctions.edit||1!=this.editMode)throw new Error("No edit function has been bound to this button");var t=this._getSelectedNode(),e={id:t.id,label:t.label,group:t.options.group,shape:t.options.shape,color:{background:t.options.color.background,border:t.options.color.border,highlight:{background:t.options.color.highlight.background,border:t.options.color.highlight.border}}};if(2!=this.triggerFunctions.edit.length)throw new Error("The function for edit does not support two arguments (data, callback)");var i=this;this.triggerFunctions.edit(e,function(t){i.nodesData.update(t),i._createManipulatorBar(),i.moving=!0,i.start()})},e._deleteSelected=function(){if(!this._selectionIsEmpty()&&1==this.editMode)if(this._clusterInSelection())alert(this.constants.locales[this.constants.locale].deleteClusterError);else{var t=this.getSelectedNodes(),e=this.getSelectedEdges();if(this.triggerFunctions.del){var i=this,s={nodes:t,edges:e};if(2!=this.triggerFunctions.del.length)throw new Error("The function for delete does not support two arguments (data, callback)");this.triggerFunctions.del(s,function(t){i.edgesData.remove(t.edges),i.nodesData.remove(t.nodes),i._unselectAll(),i.moving=!0,i.start()})}else this.edgesData.remove(e),this.nodesData.remove(t),this._unselectAll(),this.moving=!0,this.start()}}},function(t,e,i){var s=(i(1),i(45));e._cleanNavigation=function(){if(0!=this.navigationHammers.existing.length){for(var t=0;t0){var t,e,i=0,s=!1,o=!1;for(e in this.nodes)this.nodes.hasOwnProperty(e)&&(t=this.nodes[e],-1!=t.level?s=!0:o=!0,is&&(n.xFixed=!1,n.x=i[n.level].minPos,r=!0):n.yFixed&&n.level>s&&(n.yFixed=!1,n.y=i[n.level].minPos,r=!0),1==r&&(i[n.level].minPos+=i[n.level].nodeSpacing,n.edges.length>1&&this._placeBranchNodes(n.edges,n.id,i,n.level))}},e._setLevel=function(t,e,i){for(var s=0;st)&&(o.level=t,o.edges.length>1&&this._setLevel(t+1,o.edges,o.id))}},e._setLevelDirected=function(t,e,i){this.nodes[i].hierarchyEnumerated=!0;for(var s,o,n=0;n1&&s.hierarchyEnumerated===!1&&this._setLevelDirected(s.level,s.edges,s.id)},e._restoreNodes=function(){for(var t in this.nodes)this.nodes.hasOwnProperty(t)&&(this.nodes[t].xFixed=!1,this.nodes[t].yFixed=!1)}},function(t,e,i){function s(){this.constants.smoothCurves.enabled=!this.constants.smoothCurves.enabled;var t=document.getElementById("graph_toggleSmooth");t.style.background=1==this.constants.smoothCurves.enabled?"#A4FF56":"#FF8532",this._configureSmoothCurves(!1)}function o(){for(var t in this.calculationNodes)this.calculationNodes.hasOwnProperty(t)&&(this.calculationNodes[t].vx=0,this.calculationNodes[t].vy=0,this.calculationNodes[t].fx=0,this.calculationNodes[t].fy=0);1==this.constants.hierarchicalLayout.enabled?(this._setupHierarchicalLayout(),a.call(this,"graph_H_nd",1,"physics_hierarchicalRepulsion_nodeDistance"),a.call(this,"graph_H_cg",1,"physics_centralGravity"),a.call(this,"graph_H_sc",1,"physics_springConstant"),a.call(this,"graph_H_sl",1,"physics_springLength"),a.call(this,"graph_H_damp",1,"physics_damping")):this.repositionNodes(),this.moving=!0,this.start()}function n(){var t="No options are required, default values used.",e=[],i=document.getElementById("graph_physicsMethod1"),s=document.getElementById("graph_physicsMethod2");if(1==i.checked){if(this.constants.physics.barnesHut.gravitationalConstant!=this.backupConstants.physics.barnesHut.gravitationalConstant&&e.push("gravitationalConstant: "+this.constants.physics.barnesHut.gravitationalConstant),this.constants.physics.centralGravity!=this.backupConstants.physics.barnesHut.centralGravity&&e.push("centralGravity: "+this.constants.physics.centralGravity),this.constants.physics.springLength!=this.backupConstants.physics.barnesHut.springLength&&e.push("springLength: "+this.constants.physics.springLength),this.constants.physics.springConstant!=this.backupConstants.physics.barnesHut.springConstant&&e.push("springConstant: "+this.constants.physics.springConstant),this.constants.physics.damping!=this.backupConstants.physics.barnesHut.damping&&e.push("damping: "+this.constants.physics.damping),0!=e.length){t="var options = {",t+="physics: {barnesHut: {";for(var o=0;othis.constants.clustering.clusterThreshold&&1==this.constants.clustering.enabled&&this.clusterToFit(this.constants.clustering.reduceToNodes,!1),this._calculateForces())},e._calculateForces=function(){this._calculateGravitationalForces(),this._calculateNodeForces(),this.constants.physics.springConstant>0&&(1==this.constants.smoothCurves.enabled&&1==this.constants.smoothCurves.dynamic?this._calculateSpringForcesWithSupport():1==this.constants.physics.hierarchicalRepulsion.enabled?this._calculateHierarchicalSpringForces():this._calculateSpringForces())},e._updateCalculationNodes=function(){if(1==this.constants.smoothCurves.enabled&&1==this.constants.smoothCurves.dynamic){this.calculationNodes={},this.calculationNodeIndices=[];for(var t in this.nodes)this.nodes.hasOwnProperty(t)&&(this.calculationNodes[t]=this.nodes[t]);var e=this.sectors.support.nodes;for(var i in e)e.hasOwnProperty(i)&&(this.edges.hasOwnProperty(e[i].parentEdgeId)?this.calculationNodes[i]=e[i]:e[i]._setForce(0,0));for(var s in this.calculationNodes)this.calculationNodes.hasOwnProperty(s)&&this.calculationNodeIndices.push(s)}else this.calculationNodes=this.nodes,this.calculationNodeIndices=this.nodeIndices},e._calculateGravitationalForces=function(){var t,e,i,s,o,n=this.calculationNodes,r=this.constants.physics.centralGravity,a=0;for(o=0;oSimulation Mode:Barnes HutRepulsionHierarchical
Options:
',this.containerElement.parentElement.insertBefore(this.physicsConfiguration,this.containerElement),this.optionsDiv=document.createElement("div"),this.optionsDiv.style.fontSize="14px",this.optionsDiv.style.fontFamily="verdana",this.containerElement.parentElement.insertBefore(this.optionsDiv,this.containerElement); +var e;e=document.getElementById("graph_BH_gc"),e.onchange=a.bind(this,"graph_BH_gc",-1,"physics_barnesHut_gravitationalConstant"),e=document.getElementById("graph_BH_cg"),e.onchange=a.bind(this,"graph_BH_cg",1,"physics_centralGravity"),e=document.getElementById("graph_BH_sc"),e.onchange=a.bind(this,"graph_BH_sc",1,"physics_springConstant"),e=document.getElementById("graph_BH_sl"),e.onchange=a.bind(this,"graph_BH_sl",1,"physics_springLength"),e=document.getElementById("graph_BH_damp"),e.onchange=a.bind(this,"graph_BH_damp",1,"physics_damping"),e=document.getElementById("graph_R_nd"),e.onchange=a.bind(this,"graph_R_nd",1,"physics_repulsion_nodeDistance"),e=document.getElementById("graph_R_cg"),e.onchange=a.bind(this,"graph_R_cg",1,"physics_centralGravity"),e=document.getElementById("graph_R_sc"),e.onchange=a.bind(this,"graph_R_sc",1,"physics_springConstant"),e=document.getElementById("graph_R_sl"),e.onchange=a.bind(this,"graph_R_sl",1,"physics_springLength"),e=document.getElementById("graph_R_damp"),e.onchange=a.bind(this,"graph_R_damp",1,"physics_damping"),e=document.getElementById("graph_H_nd"),e.onchange=a.bind(this,"graph_H_nd",1,"physics_hierarchicalRepulsion_nodeDistance"),e=document.getElementById("graph_H_cg"),e.onchange=a.bind(this,"graph_H_cg",1,"physics_centralGravity"),e=document.getElementById("graph_H_sc"),e.onchange=a.bind(this,"graph_H_sc",1,"physics_springConstant"),e=document.getElementById("graph_H_sl"),e.onchange=a.bind(this,"graph_H_sl",1,"physics_springLength"),e=document.getElementById("graph_H_damp"),e.onchange=a.bind(this,"graph_H_damp",1,"physics_damping"),e=document.getElementById("graph_H_direction"),e.onchange=a.bind(this,"graph_H_direction",t,"hierarchicalLayout_direction"),e=document.getElementById("graph_H_levsep"),e.onchange=a.bind(this,"graph_H_levsep",1,"hierarchicalLayout_levelSeparation"),e=document.getElementById("graph_H_nspac"),e.onchange=a.bind(this,"graph_H_nspac",1,"hierarchicalLayout_nodeSpacing");var i=document.getElementById("graph_physicsMethod1"),d=document.getElementById("graph_physicsMethod2"),l=document.getElementById("graph_physicsMethod3");d.checked=!0,this.constants.physics.barnesHut.enabled&&(i.checked=!0),this.constants.hierarchicalLayout.enabled&&(l.checked=!0);var c=document.getElementById("graph_toggleSmooth"),p=document.getElementById("graph_repositionNodes"),u=document.getElementById("graph_generateOptions");c.onclick=s.bind(this),p.onclick=o.bind(this),u.onclick=n.bind(this),c.style.background=1==this.constants.smoothCurves&&0==this.constants.dynamicSmoothCurves?"#A4FF56":"#FF8532",r.apply(this),i.onchange=r.bind(this),d.onchange=r.bind(this),l.onchange=r.bind(this)}},e._overWriteGraphConstants=function(t,e){var i=t.split("_");1==i.length?this.constants[i[0]]=e:2==i.length?this.constants[i[0]][i[1]]=e:3==i.length&&(this.constants[i[0]][i[1]][i[2]]=e)}},function(t){function e(t){throw new Error("Cannot find module '"+t+"'.")}e.keys=function(){return[]},e.resolve=e,t.exports=e,e.id=67},function(t,e){e._calculateNodeForces=function(){var t,e,i,s,o,n,r,a,h,d,l,c=this.calculationNodes,p=this.calculationNodeIndices,u=-2/3,m=4/3,f=this.constants.physics.repulsion.nodeDistance,g=f;for(d=0;di&&(r=.5*g>i?1:v*i+m,r*=0==n?1:1+n*this.constants.clustering.forceAmplification,r/=Math.max(i,.01*g),s=t*r,o=e*r,a.fx-=s,a.fy-=o,h.fx+=s,h.fy+=o)}}},function(t,e){e._calculateNodeForces=function(){var t,e,i,s,o,n,r,a,h,d,l=this.calculationNodes,c=this.calculationNodeIndices,p=this.constants.physics.hierarchicalRepulsion.nodeDistance;for(h=0;hi?-Math.pow(u*i,2)+Math.pow(u*p,2):0,0==i?i=.01:n/=i,s=t*n,o=e*n,r.fx-=s,r.fy-=o,a.fx+=s,a.fy+=o}},e._calculateHierarchicalSpringForces=function(){for(var t,e,i,s,o,n,r,a,h,d=this.edges,l=this.calculationNodes,c=this.calculationNodeIndices,p=0;pn;n++)t=e[i[n]],t.options.mass>0&&(this._getForceContribution(o.root.children.NW,t),this._getForceContribution(o.root.children.NE,t),this._getForceContribution(o.root.children.SW,t),this._getForceContribution(o.root.children.SE,t))}},e._getForceContribution=function(t,e){if(t.childrenCount>0){var i,s,o;if(i=t.centerOfMass.x-e.x,s=t.centerOfMass.y-e.y,o=Math.sqrt(i*i+s*s),o*t.calcSize>this.constants.physics.barnesHut.thetaInverted){0==o&&(o=.1*Math.random(),i=o);var n=this.constants.physics.barnesHut.gravitationalConstant*t.mass*e.options.mass/(o*o*o),r=i*n,a=s*n;e.fx+=r,e.fy+=a}else if(4==t.childrenCount)this._getForceContribution(t.children.NW,e),this._getForceContribution(t.children.NE,e),this._getForceContribution(t.children.SW,e),this._getForceContribution(t.children.SE,e);else if(t.children.data.id!=e.id){0==o&&(o=.5*Math.random(),i=o);var n=this.constants.physics.barnesHut.gravitationalConstant*t.mass*e.options.mass/(o*o*o),r=i*n,a=s*n;e.fx+=r,e.fy+=a}}},e._formBarnesHutTree=function(t,e){for(var i,s=e.length,o=Number.MAX_VALUE,n=Number.MAX_VALUE,r=-Number.MAX_VALUE,a=-Number.MAX_VALUE,h=0;s>h;h++){var d=t[e[h]].x,l=t[e[h]].y;t[e[h]].options.mass>0&&(o>d&&(o=d),d>r&&(r=d),n>l&&(n=l),l>a&&(a=l))}var c=Math.abs(r-o)-Math.abs(a-n);c>0?(n-=.5*c,a+=.5*c):(o+=.5*c,r-=.5*c);var p=1e-5,u=Math.max(p,Math.abs(r-o)),m=.5*u,f=.5*(o+r),g=.5*(n+a),v={root:{centerOfMass:{x:0,y:0},mass:0,range:{minX:f-m,maxX:f+m,minY:g-m,maxY:g+m},size:u,calcSize:1/u,children:{data:null},maxWidth:0,level:0,childrenCount:4}};for(this._splitBranch(v.root),h=0;s>h;h++)i=t[e[h]],i.options.mass>0&&this._placeInTree(v.root,i);this.barnesHutTree=v},e._updateBranchMass=function(t,e){var i=t.mass+e.options.mass,s=1/i;t.centerOfMass.x=t.centerOfMass.x*t.mass+e.x*e.options.mass,t.centerOfMass.x*=s,t.centerOfMass.y=t.centerOfMass.y*t.mass+e.y*e.options.mass,t.centerOfMass.y*=s,t.mass=i;var o=Math.max(Math.max(e.height,e.radius),e.width);t.maxWidth=t.maxWidthe.x?t.children.NW.range.maxY>e.y?this._placeInRegion(t,e,"NW"):this._placeInRegion(t,e,"SW"):t.children.NW.range.maxY>e.y?this._placeInRegion(t,e,"NE"):this._placeInRegion(t,e,"SE")},e._placeInRegion=function(t,e,i){switch(t.children[i].childrenCount){case 0:t.children[i].children.data=e,t.children[i].childrenCount=1,this._updateBranchMass(t.children[i],e);break;case 1:t.children[i].children.data.x==e.x&&t.children[i].children.data.y==e.y?(e.x+=Math.random(),e.y+=Math.random()):(this._splitBranch(t.children[i]),this._placeInTree(t.children[i],e));break;case 4:this._placeInTree(t.children[i],e)}},e._splitBranch=function(t){var e=null;1==t.childrenCount&&(e=t.children.data,t.mass=0,t.centerOfMass.x=0,t.centerOfMass.y=0),t.childrenCount=4,t.children.data=null,this._insertRegion(t,"NW"),this._insertRegion(t,"NE"),this._insertRegion(t,"SW"),this._insertRegion(t,"SE"),null!=e&&this._placeInTree(t,e)},e._insertRegion=function(t,e){var i,s,o,n,r=.5*t.size;switch(e){case"NW":i=t.range.minX,s=t.range.minX+r,o=t.range.minY,n=t.range.minY+r;break;case"NE":i=t.range.minX+r,s=t.range.maxX,o=t.range.minY,n=t.range.minY+r;break;case"SW":i=t.range.minX,s=t.range.minX+r,o=t.range.minY+r,n=t.range.maxY;break;case"SE":i=t.range.minX+r,s=t.range.maxX,o=t.range.minY+r,n=t.range.maxY}t.children[e]={centerOfMass:{x:0,y:0},mass:0,range:{minX:i,maxX:s,minY:o,maxY:n},size:.5*t.size,calcSize:2*t.calcSize,children:{data:null},maxWidth:0,level:t.level+1,childrenCount:0}},e._drawTree=function(t,e){void 0!==this.barnesHutTree&&(t.lineWidth=1,this._drawBranch(this.barnesHutTree.root,t,e))},e._drawBranch=function(t,e,i){void 0===i&&(i="#FF0000"),4==t.childrenCount&&(this._drawBranch(t.children.NW,e),this._drawBranch(t.children.NE,e),this._drawBranch(t.children.SE,e),this._drawBranch(t.children.SW,e)),e.strokeStyle=i,e.beginPath(),e.moveTo(t.range.minX,t.range.minY),e.lineTo(t.range.maxX,t.range.minY),e.stroke(),e.beginPath(),e.moveTo(t.range.maxX,t.range.minY),e.lineTo(t.range.maxX,t.range.maxY),e.stroke(),e.beginPath(),e.moveTo(t.range.maxX,t.range.maxY),e.lineTo(t.range.minX,t.range.maxY),e.stroke(),e.beginPath(),e.moveTo(t.range.minX,t.range.maxY),e.lineTo(t.range.minX,t.range.minY),e.stroke()}},function(t){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children=[],t.webpackPolyfill=1),t}}])}); //# sourceMappingURL=vis.map diff --git a/lib/network/Network.js b/lib/network/Network.js index 386b41f7..139aab32 100644 --- a/lib/network/Network.js +++ b/lib/network/Network.js @@ -549,6 +549,11 @@ Network.prototype.setData = function(data, disableStart) { ' parameter pair "nodes" and "edges", but not both.'); } + // clean up in case there is anyone in an active mode of the manipulation. This is the same option as bound to the escape button. + if (this.constants.dataManipulation.enabled == true) { + this._createManipulatorBar(); + } + // set options this.setOptions(data && data.options); // set all data @@ -714,6 +719,7 @@ Network.prototype.setOptions = function (options) { throw new Error('Option "labels" is deprecated. Use options "locale" and "locales" instead.'); } + // (Re)loading the mixins that can be enabled or disabled in the options. // load the force calculation functions, grouped under the physics system. this._loadPhysicsSystem(); diff --git a/lib/network/mixins/ManipulationMixin.js b/lib/network/mixins/ManipulationMixin.js index 04471230..72601b8e 100644 --- a/lib/network/mixins/ManipulationMixin.js +++ b/lib/network/mixins/ManipulationMixin.js @@ -15,6 +15,7 @@ exports._clearManipulatorBar = function() { delete this.sectors['support']['nodes']['targetNode']; delete this.sectors['support']['nodes']['targetViaNode']; this.controlNodesActive = false; + this.freezeSimulation = false; }; /**