handsontable.full.min.js
673.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
/*!
Copyright (c) Handsoncode sp. z o.o. <hello@handsoncode.net>
This Handsontable Pro is a commercial software distributed by Handsoncode Sp. z o.o. with
its registered seat in Gdynia, Aleja Zwyciestwa 96/98 (81-451 Gdynia) Poland, entered into the Entrepreneurs
Register of the National Court Register under number 0000538651, hereinafter referred to as "HANDSONCODE".
By installing, copying, or otherwise using this software, you agree to be bound by the terms
of its EULA (End-User License Agreement). This software is copyrighted and protected by copyright laws
and international treaties.
YOU EXPRESSLY ACKNOWLEDGE AND AGREE THAT USE OF THE SOFTWARE IS AT YOUR OWN RISK AND THAT THE SOFTWARE
IS PROVIDED "AS IS" WITHOUT ANY WARRANTIES OR CONDITIONS WHATSOEVER. HANDSONCODE EXPRESSLY DISCLAIMS ANY WARRANTY,
EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
FITNESS FORA PARTICULAR PURPOSE, OR NONINFRINGMENT. HANDSONCODE DOES NOT WARRANT THAT THE SOFTWARE AND ITS FUNCTIONALITY,
RELIABILITY AND PERFORMANCE WILL MEET YOUR REQUIREMENTS OR THAT THE OPERATION OF THE SOFTWARE WILL BE
UNINTERRUPTED OR ERROR FREE.
YOU SHALL OBTAIN A COMMERCIAL LICENSE FOR THIS SOFTWARE AT HANDSONTABLE.COM.
*/
!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var t;t="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,t.Handsontable=e()}}(function(){var e;return function t(e,n,o){function r(l,a){if(!n[l]){if(!e[l]){var u="function"==typeof require&&require;if(!a&&u)return u(l,!0);if(i)return i(l,!0);if(s[l]&&"undefined"!=typeof window[s[l]])return window[s[l]];var d=new Error("Cannot find module '"+l+"'");throw d.code="MODULE_NOT_FOUND",d}var c=n[l]={exports:{}};e[l][0].call(c.exports,function(t){var n=e[l][1][t];return r(n?n:t)},c,c.exports,t,e,n,o)}return n[l].exports}for(var i="function"==typeof require&&require,s=JSON.parse('{"zeroclipboard":"ZeroClipboard","moment":"moment","pikaday":"Pikaday"}')||{},l=0;l<o.length;l++)r(o[l]);return r}({1:[function(e,t,n){window.jQuery&&!function(e){e.fn.handsontable=function(e){var t,n,o,r,i,s=this.first(),l=s.data("handsontable");if("string"!=typeof e)return i=e||{},l?l.updateSettings(i):(l=new Handsontable.Core(s[0],i),s.data("handsontable",l),l.init()),s;if(o=[],arguments.length>1)for(t=1,n=arguments.length;n>t;t++)o.push(arguments[t]);if(l){if("undefined"==typeof l[e])throw new Error("Handsontable do not provide action: "+e);r=l[e].apply(l,o),"destroy"===e&&s.removeData()}return r}}(window.jQuery)},{}],2:[function(e,t,n){"use strict";Object.defineProperties(n,{WalkontableBorder:{get:function(){return C}},__esModule:{value:!0}});var o,r,i,s,l,a,u=(o=e("helpers/dom/element"),o&&o.__esModule&&o||{"default":o}),d=u.getComputedStyle,c=u.getTrimmingContainer,h=u.innerWidth,f=u.innerHeight,m=u.offset,p=u.outerHeight,g=u.outerWidth,v=(r=e("helpers/dom/event"),r&&r.__esModule&&r||{"default":r}).stopImmediatePropagation,w=(i=e("helpers/browser"),i&&i.__esModule&&i||{"default":i}).isMobileBrowser,b=(s=e("eventManager"),s&&s.__esModule&&s||{"default":s}).EventManager,y=(l=e("cell/coords"),l&&l.__esModule&&l||{"default":l}).WalkontableCellCoords,C=((a=e("overlay/_base.js"),a&&a.__esModule&&a||{"default":a}).WalkontableOverlay,function(e,t){t&&(this.eventManager=new b(e),this.instance=e,this.wot=e,this.settings=t,this.mouseDown=!1,this.main=null,this.top=null,this.left=null,this.bottom=null,this.right=null,this.topStyle=null,this.leftStyle=null,this.bottomStyle=null,this.rightStyle=null,this.cornerDefaultStyle={width:"5px",height:"5px",borderWidth:"2px",borderStyle:"solid",borderColor:"#FFF"},this.corner=null,this.cornerStyle=null,this.createBorders(t),this.registerListeners())});$traceurRuntime.createClass(C,{registerListeners:function(){var e=this;this.eventManager.addEventListener(document.body,"mousedown",function(){return e.onMouseDown()}),this.eventManager.addEventListener(document.body,"mouseup",function(){return e.onMouseUp()});for(var t=this,n=function(n,o){t.eventManager.addEventListener(t.main.childNodes[n],"mouseenter",function(t){return e.onMouseEnter(t,e.main.childNodes[n])})},o=0,r=this.main.childNodes.length;r>o;o++)n(o,r)},onMouseDown:function(){this.mouseDown=!0},onMouseUp:function(){this.mouseDown=!1},onMouseEnter:function(e,t){function n(e){return e.clientY<Math.floor(i.top)?!0:e.clientY>Math.ceil(i.top+i.height)?!0:e.clientX<Math.floor(i.left)?!0:e.clientX>Math.ceil(i.left+i.width)?!0:void 0}function o(e){n(e)&&(r.eventManager.removeEventListener(document.body,"mousemove",o),t.style.display="block")}if(this.mouseDown&&this.wot.getSetting("hideBorderOnMouseDownOver")){e.preventDefault(),v(e);var r=this,i=t.getBoundingClientRect();t.style.display="none",this.eventManager.addEventListener(document.body,"mousemove",o)}},createBorders:function(e){this.main=document.createElement("div");var t=["top","left","bottom","right","corner"],n=this.main.style;n.position="absolute",n.top=0,n.left=0;for(var o=0;5>o;o++){var r=t[o],i=document.createElement("div");i.className="wtBorder "+(this.settings.className||""),this.settings[r]&&this.settings[r].hide&&(i.className+=" hidden"),n=i.style,n.backgroundColor=this.settings[r]&&this.settings[r].color?this.settings[r].color:e.border.color,n.height=this.settings[r]&&this.settings[r].width?this.settings[r].width+"px":e.border.width+"px",n.width=this.settings[r]&&this.settings[r].width?this.settings[r].width+"px":e.border.width+"px",this.main.appendChild(i)}this.top=this.main.childNodes[0],this.left=this.main.childNodes[1],this.bottom=this.main.childNodes[2],this.right=this.main.childNodes[3],this.topStyle=this.top.style,this.leftStyle=this.left.style,this.bottomStyle=this.bottom.style,this.rightStyle=this.right.style,this.corner=this.main.childNodes[4],this.corner.className+=" corner",this.cornerStyle=this.corner.style,this.cornerStyle.width=this.cornerDefaultStyle.width,this.cornerStyle.height=this.cornerDefaultStyle.height,this.cornerStyle.border=[this.cornerDefaultStyle.borderWidth,this.cornerDefaultStyle.borderStyle,this.cornerDefaultStyle.borderColor].join(" "),w()&&this.createMultipleSelectorHandles(),this.disappear(),this.wot.wtTable.bordersHolder||(this.wot.wtTable.bordersHolder=document.createElement("div"),this.wot.wtTable.bordersHolder.className="htBorders",this.wot.wtTable.spreader.appendChild(this.wot.wtTable.bordersHolder)),this.wot.wtTable.bordersHolder.insertBefore(this.main,this.wot.wtTable.bordersHolder.firstChild)},createMultipleSelectorHandles:function(){this.selectionHandles={topLeft:document.createElement("DIV"),topLeftHitArea:document.createElement("DIV"),bottomRight:document.createElement("DIV"),bottomRightHitArea:document.createElement("DIV")};var e=10,t=40;this.selectionHandles.topLeft.className="topLeftSelectionHandle",this.selectionHandles.topLeftHitArea.className="topLeftSelectionHandle-HitArea",this.selectionHandles.bottomRight.className="bottomRightSelectionHandle",this.selectionHandles.bottomRightHitArea.className="bottomRightSelectionHandle-HitArea",this.selectionHandles.styles={topLeft:this.selectionHandles.topLeft.style,topLeftHitArea:this.selectionHandles.topLeftHitArea.style,bottomRight:this.selectionHandles.bottomRight.style,bottomRightHitArea:this.selectionHandles.bottomRightHitArea.style};var n={position:"absolute",height:t+"px",width:t+"px","border-radius":parseInt(t/1.5,10)+"px"};for(var o in n)n.hasOwnProperty(o)&&(this.selectionHandles.styles.bottomRightHitArea[o]=n[o],this.selectionHandles.styles.topLeftHitArea[o]=n[o]);var r={position:"absolute",height:e+"px",width:e+"px","border-radius":parseInt(e/1.5,10)+"px",background:"#F5F5FF",border:"1px solid #4285c8"};for(var i in r)r.hasOwnProperty(i)&&(this.selectionHandles.styles.bottomRight[i]=r[i],this.selectionHandles.styles.topLeft[i]=r[i]);this.main.appendChild(this.selectionHandles.topLeft),this.main.appendChild(this.selectionHandles.bottomRight),this.main.appendChild(this.selectionHandles.topLeftHitArea),this.main.appendChild(this.selectionHandles.bottomRightHitArea)},isPartRange:function(e,t){return this.wot.selections.area.cellRange&&(e!=this.wot.selections.area.cellRange.to.row||t!=this.wot.selections.area.cellRange.to.col)},updateMultipleSelectionHandlesPosition:function(e,t,n,o,r,i){var s=parseInt(this.selectionHandles.styles.topLeft.width,10),l=parseInt(this.selectionHandles.styles.topLeftHitArea.width,10);this.selectionHandles.styles.topLeft.top=parseInt(n-s,10)+"px",this.selectionHandles.styles.topLeft.left=parseInt(o-s,10)+"px",this.selectionHandles.styles.topLeftHitArea.top=parseInt(n-l/4*3,10)+"px",this.selectionHandles.styles.topLeftHitArea.left=parseInt(o-l/4*3,10)+"px",this.selectionHandles.styles.bottomRight.top=parseInt(n+i,10)+"px",this.selectionHandles.styles.bottomRight.left=parseInt(o+r,10)+"px",this.selectionHandles.styles.bottomRightHitArea.top=parseInt(n+i-l/4,10)+"px",this.selectionHandles.styles.bottomRightHitArea.left=parseInt(o+r-l/4,10)+"px",this.settings.border.multipleSelectionHandlesVisible&&this.settings.border.multipleSelectionHandlesVisible()?(this.selectionHandles.styles.topLeft.display="block",this.selectionHandles.styles.topLeftHitArea.display="block",this.isPartRange(e,t)?(this.selectionHandles.styles.bottomRight.display="none",this.selectionHandles.styles.bottomRightHitArea.display="none"):(this.selectionHandles.styles.bottomRight.display="block",this.selectionHandles.styles.bottomRightHitArea.display="block")):(this.selectionHandles.styles.topLeft.display="none",this.selectionHandles.styles.bottomRight.display="none",this.selectionHandles.styles.topLeftHitArea.display="none",this.selectionHandles.styles.bottomRightHitArea.display="none"),e==this.wot.wtSettings.getSetting("fixedRowsTop")||t==this.wot.wtSettings.getSetting("fixedColumnsLeft")?(this.selectionHandles.styles.topLeft.zIndex="9999",this.selectionHandles.styles.topLeftHitArea.zIndex="9999"):(this.selectionHandles.styles.topLeft.zIndex="",this.selectionHandles.styles.topLeftHitArea.zIndex="")},appear:function(e){if(!this.disabled){var t,n,o,r,i,s,l,a,u,v,b,C,_,R,M,S,E,O,T;T=this.wot.wtTable.getRenderedRowsCount();for(var k=0;T>k;k++){var A=this.wot.wtTable.rowFilter.renderedToSource(k);if(A>=e[0]&&A<=e[2]){_=A;break}}for(var H=T-1;H>=0;H--){var P=this.wot.wtTable.rowFilter.renderedToSource(H);if(P>=e[0]&&P<=e[2]){M=P;break}}T=this.wot.wtTable.getRenderedColumnsCount();for(var x=0;T>x;x++){var D=this.wot.wtTable.columnFilter.renderedToSource(x);if(D>=e[1]&&D<=e[3]){R=D;break}}for(var L=T-1;L>=0;L--){var N=this.wot.wtTable.columnFilter.renderedToSource(L);if(N>=e[1]&&N<=e[3]){S=N;break}}if(void 0===_||void 0===R)return void this.disappear();t=_!==M||R!==S,n=this.wot.wtTable.getCell(new y(_,R)),o=t?this.wot.wtTable.getCell(new y(M,S)):n,r=m(n),i=t?m(o):r,s=m(this.wot.wtTable.TABLE),a=r.top,b=i.top+p(o)-a,v=r.left,C=i.left+g(o)-v,l=a-s.top-1,u=v-s.left-1;var I=d(n);parseInt(I.borderTopWidth,10)>0&&(l+=1,b=b>0?b-1:0),parseInt(I.borderLeftWidth,10)>0&&(u+=1,C=C>0?C-1:0),this.topStyle.top=l+"px",this.topStyle.left=u+"px",this.topStyle.width=C+"px",this.topStyle.display="block",this.leftStyle.top=l+"px",this.leftStyle.left=u+"px",this.leftStyle.height=b+"px",this.leftStyle.display="block";var W=Math.floor(this.settings.border.width/2);this.bottomStyle.top=l+b-W+"px",this.bottomStyle.left=u+"px",this.bottomStyle.width=C+"px",this.bottomStyle.display="block",this.rightStyle.top=l+"px",this.rightStyle.left=u+C-W+"px",this.rightStyle.height=b+1+"px",this.rightStyle.display="block",w()||!this.hasSetting(this.settings.border.cornerVisible)||this.isPartRange(M,S)?this.cornerStyle.display="none":(this.cornerStyle.top=l+b-4+"px",this.cornerStyle.left=u+C-4+"px",this.cornerStyle.borderRightWidth=this.cornerDefaultStyle.borderWidth,this.cornerStyle.width=this.cornerDefaultStyle.width,this.cornerStyle.display="block",E=c(this.wot.wtTable.TABLE),S===this.wot.getSetting("totalColumns")-1&&(O=o.offsetLeft+g(o)>=h(E),O&&(this.cornerStyle.left=Math.floor(u+C-3-parseInt(this.cornerDefaultStyle.width)/2)+"px",this.cornerStyle.borderRightWidth=0)),M===this.wot.getSetting("totalRows")-1&&(O=o.offsetTop+p(o)>=f(E),O&&(this.cornerStyle.top=Math.floor(l+b-3-parseInt(this.cornerDefaultStyle.height)/2)+"px",this.cornerStyle.borderBottomWidth=0))),w()&&this.updateMultipleSelectionHandlesPosition(_,R,l,u,C,b)}},disappear:function(){this.topStyle.display="none",this.leftStyle.display="none",this.bottomStyle.display="none",this.rightStyle.display="none",this.cornerStyle.display="none",w()&&(this.selectionHandles.styles.topLeft.display="none",this.selectionHandles.styles.bottomRight.display="none")},hasSetting:function(e){return"function"==typeof e?e():!!e}},{}),window.WalkontableBorder=C},{"cell/coords":5,eventManager:41,"helpers/browser":43,"helpers/dom/element":46,"helpers/dom/event":47,"overlay/_base.js":11}],3:[function(e,t,n){"use strict";Object.defineProperties(n,{WalkontableViewportColumnsCalculator:{get:function(){return r}},__esModule:{value:!0}});var o=new WeakMap,r=function(e,t,n,r,i,s,l){var a=void 0!==arguments[7]?arguments[7]:function(e){return e};o.set(this,{viewportWidth:e,scrollOffset:t,totalColumns:n,columnWidthFn:r,overrideFn:i,onlyFullyVisible:s,stretchingColumnWidthFn:a}),this.count=0,this.startColumn=null,this.endColumn=null,this.startPosition=null,this.stretchAllRatio=0,this.stretchLastWidth=0,this.stretch=l,this.totalTargetWidth=0,this.needVerifyLastColumnWidth=!0,this.stretchAllColumnsWidth=[],this.calculate()},i=r;$traceurRuntime.createClass(r,{calculate:function(){for(var e,t=0,n=!0,r=[],i=o.get(this),s=i.onlyFullyVisible,l=i.overrideFn,a=i.scrollOffset,u=i.totalColumns,d=i.viewportWidth,c=0;u>c;c++)if(e=this._getColumnWidth(c),a>=t&&!s&&(this.startColumn=c),t>=a&&a+d>=t+e&&(null==this.startColumn&&(this.startColumn=c),this.endColumn=c),r.push(t),t+=e,s||(this.endColumn=c),t>=a+d){n=!1;break}if(this.endColumn===u-1&&n)for(this.startColumn=this.endColumn;this.startColumn>0;){var h=r[this.endColumn]+e-r[this.startColumn-1];if((d>=h||!s)&&this.startColumn--,h>d)break}null!==this.startColumn&&l&&l(this),this.startPosition=r[this.startColumn],void 0==this.startPosition&&(this.startPosition=null),null!==this.startColumn&&(this.count=this.endColumn-this.startColumn+1)},refreshStretching:function(e){if("none"!==this.stretch){this.totalTargetWidth=e;for(var t=o.get(this),n=t.totalColumns,r=0,i=0;n>i;i++){var s=this._getColumnWidth(i),l=t.stretchingColumnWidthFn(void 0,i);"number"==typeof l?e-=l:r+=s}var a=e-r;if("all"===this.stretch&&a>0)this.stretchAllRatio=e/r,this.stretchAllColumnsWidth=[],this.needVerifyLastColumnWidth=!0;else if("last"===this.stretch&&e!==1/0){var u=this._getColumnWidth(n-1),d=a+u;this.stretchLastWidth=d>=0?d:u}}},getStretchedColumnWidth:function(e,t){var n=null;return"all"===this.stretch&&0!==this.stretchAllRatio?n=this._getStretchedAllColumnWidth(e,t):"last"===this.stretch&&0!==this.stretchLastWidth&&(n=this._getStretchedLastColumnWidth(e)),n},_getStretchedAllColumnWidth:function(e,t){var n=0,r=o.get(this),i=r.totalColumns;if(!this.stretchAllColumnsWidth[e]){var s=Math.round(t*this.stretchAllRatio),l=r.stretchingColumnWidthFn(s,e);void 0===l?this.stretchAllColumnsWidth[e]=s:this.stretchAllColumnsWidth[e]=isNaN(l)?this._getColumnWidth(e):l}if(this.stretchAllColumnsWidth.length===i&&this.needVerifyLastColumnWidth){this.needVerifyLastColumnWidth=!1;for(var a=0;a<this.stretchAllColumnsWidth.length;a++)n+=this.stretchAllColumnsWidth[a];n!==this.totalTargetWidth&&(this.stretchAllColumnsWidth[this.stretchAllColumnsWidth.length-1]+=this.totalTargetWidth-n)}return this.stretchAllColumnsWidth[e]},_getStretchedLastColumnWidth:function(e){var t=o.get(this),n=t.totalColumns;return e===n-1?this.stretchLastWidth:null},_getColumnWidth:function(e){var t=o.get(this).columnWidthFn(e);return void 0===t&&(t=i.DEFAULT_WIDTH),t}},{get DEFAULT_WIDTH(){return 50}}),window.WalkontableViewportColumnsCalculator=r},{}],4:[function(e,t,n){"use strict";Object.defineProperties(n,{WalkontableViewportRowsCalculator:{get:function(){return r}},__esModule:{value:!0}});var o=new WeakMap,r=function(e,t,n,r,i,s,l){o.set(this,{viewportHeight:e,scrollOffset:t,totalRows:n,rowHeightFn:r,overrideFn:i,onlyFullyVisible:s,horizontalScrollbarHeight:l}),this.count=0,this.startRow=null,this.endRow=null,this.startPosition=null,this.calculate()},i=r;$traceurRuntime.createClass(r,{calculate:function(){for(var e=0,t=!0,n=[],r=o.get(this),s=r.onlyFullyVisible,l=r.overrideFn,a=r.rowHeightFn,u=r.scrollOffset,d=r.totalRows,c=r.viewportHeight,h=r.horizontalScrollbarHeight||0,f=0;d>f;f++){var m=a(f);if(void 0===m&&(m=i.DEFAULT_HEIGHT),u>=e&&!s&&(this.startRow=f),e>=u&&u+c-h>=e+m&&(null===this.startRow&&(this.startRow=f),this.endRow=f),n.push(e),e+=m,s||(this.endRow=f),e>=u+c-h){t=!1;break}}if(this.endRow===d-1&&t)for(this.startRow=this.endRow;this.startRow>0;){var p=n[this.endRow]+m-n[this.startRow-1];if((c-h>=p||!s)&&this.startRow--,p>=c-h)break}null!==this.startRow&&l&&l(this),this.startPosition=n[this.startRow],void 0==this.startPosition&&(this.startPosition=null),null!==this.startRow&&(this.count=this.endRow-this.startRow+1)}},{get DEFAULT_HEIGHT(){return 23}}),window.WalkontableViewportRowsCalculator=r},{}],5:[function(e,t,n){"use strict";Object.defineProperties(n,{WalkontableCellCoords:{get:function(){return o}},__esModule:{value:!0}});var o=function(e,t){"undefined"!=typeof e&&"undefined"!=typeof t?(this.row=e,this.col=t):(this.row=null,this.col=null)};$traceurRuntime.createClass(o,{isValid:function(e){return this.row<0||this.col<0?!1:!(this.row>=e.getSetting("totalRows")||this.col>=e.getSetting("totalColumns"))},isEqual:function(e){return e===this?!0:this.row===e.row&&this.col===e.col},isSouthEastOf:function(e){return this.row>=e.row&&this.col>=e.col},isNorthWestOf:function(e){return this.row<=e.row&&this.col<=e.col},isSouthWestOf:function(e){return this.row>=e.row&&this.col<=e.col},isNorthEastOf:function(e){return this.row<=e.row&&this.col>=e.col}},{}),window.WalkontableCellCoords=o},{}],6:[function(e,t,n){"use strict";Object.defineProperties(n,{WalkontableCellRange:{get:function(){return i}},__esModule:{value:!0}});var o,r=(o=e("cell/coords"),o&&o.__esModule&&o||{"default":o}).WalkontableCellCoords,i=function(e,t,n){this.highlight=e,this.from=t,this.to=n},s=i;$traceurRuntime.createClass(i,{isValid:function(e){return this.from.isValid(e)&&this.to.isValid(e)},isSingle:function(){return this.from.row===this.to.row&&this.from.col===this.to.col},getHeight:function(){return Math.max(this.from.row,this.to.row)-Math.min(this.from.row,this.to.row)+1},getWidth:function(){return Math.max(this.from.col,this.to.col)-Math.min(this.from.col,this.to.col)+1},includes:function(e){var t=e,n=t.row,o=t.col,r=this.getTopLeftCorner(),i=this.getBottomRightCorner();return r.row<=n&&i.row>=n&&r.col<=o&&i.col>=o},includesRange:function(e){return this.includes(e.getTopLeftCorner())&&this.includes(e.getBottomRightCorner())},isEqual:function(e){return Math.min(this.from.row,this.to.row)==Math.min(e.from.row,e.to.row)&&Math.max(this.from.row,this.to.row)==Math.max(e.from.row,e.to.row)&&Math.min(this.from.col,this.to.col)==Math.min(e.from.col,e.to.col)&&Math.max(this.from.col,this.to.col)==Math.max(e.from.col,e.to.col)},overlaps:function(e){return e.isSouthEastOf(this.getTopLeftCorner())&&e.isNorthWestOf(this.getBottomRightCorner())},isSouthEastOf:function(e){return this.getTopLeftCorner().isSouthEastOf(e)||this.getBottomRightCorner().isSouthEastOf(e)},isNorthWestOf:function(e){return this.getTopLeftCorner().isNorthWestOf(e)||this.getBottomRightCorner().isNorthWestOf(e)},expand:function(e){var t=this.getTopLeftCorner(),n=this.getBottomRightCorner();return e.row<t.row||e.col<t.col||e.row>n.row||e.col>n.col?(this.from=new r(Math.min(t.row,e.row),Math.min(t.col,e.col)),this.to=new r(Math.max(n.row,e.row),Math.max(n.col,e.col)),!0):!1},expandByRange:function(e){if(this.includesRange(e)||!this.overlaps(e))return!1;var t=this.getTopLeftCorner(),n=this.getBottomRightCorner(),o=(this.getTopRightCorner(),this.getBottomLeftCorner(),e.getTopLeftCorner()),i=e.getBottomRightCorner(),l=Math.min(t.row,o.row),a=Math.min(t.col,o.col),u=Math.max(n.row,i.row),d=Math.max(n.col,i.col),c=new r(l,a),h=new r(u,d),f=new s(c,c,h).isCorner(this.from,e),m=e.isEqual(new s(c,c,h));return f&&!m&&(this.from.col>c.col&&(c.col=d,h.col=a),this.from.row>c.row&&(c.row=u,h.row=l)),this.from=c,this.to=h,!0},getDirection:function(){return this.from.isNorthWestOf(this.to)?"NW-SE":this.from.isNorthEastOf(this.to)?"NE-SW":this.from.isSouthEastOf(this.to)?"SE-NW":this.from.isSouthWestOf(this.to)?"SW-NE":void 0},setDirection:function(e){switch(e){case"NW-SE":this.from=this.getTopLeftCorner(),this.to=this.getBottomRightCorner();break;case"NE-SW":this.from=this.getTopRightCorner(),this.to=this.getBottomLeftCorner();break;case"SE-NW":this.from=this.getBottomRightCorner(),this.to=this.getTopLeftCorner();break;case"SW-NE":this.from=this.getBottomLeftCorner(),this.to=this.getTopRightCorner()}},getTopLeftCorner:function(){return new r(Math.min(this.from.row,this.to.row),Math.min(this.from.col,this.to.col))},getBottomRightCorner:function(){return new r(Math.max(this.from.row,this.to.row),Math.max(this.from.col,this.to.col))},getTopRightCorner:function(){return new r(Math.min(this.from.row,this.to.row),Math.max(this.from.col,this.to.col))},getBottomLeftCorner:function(){return new r(Math.max(this.from.row,this.to.row),Math.min(this.from.col,this.to.col))},isCorner:function(e,t){return t&&t.includes(e)&&(this.getTopLeftCorner().isEqual(new r(t.from.row,t.from.col))||this.getTopRightCorner().isEqual(new r(t.from.row,t.to.col))||this.getBottomLeftCorner().isEqual(new r(t.to.row,t.from.col))||this.getBottomRightCorner().isEqual(new r(t.to.row,t.to.col)))?!0:e.isEqual(this.getTopLeftCorner())||e.isEqual(this.getTopRightCorner())||e.isEqual(this.getBottomLeftCorner())||e.isEqual(this.getBottomRightCorner())},getOppositeCorner:function(e,t){if(!(e instanceof r))return!1;if(t&&t.includes(e)){if(this.getTopLeftCorner().isEqual(new r(t.from.row,t.from.col)))return this.getBottomRightCorner();if(this.getTopRightCorner().isEqual(new r(t.from.row,t.to.col)))return this.getBottomLeftCorner();if(this.getBottomLeftCorner().isEqual(new r(t.to.row,t.from.col)))return this.getTopRightCorner();if(this.getBottomRightCorner().isEqual(new r(t.to.row,t.to.col)))return this.getTopLeftCorner()}return e.isEqual(this.getBottomRightCorner())?this.getTopLeftCorner():e.isEqual(this.getTopLeftCorner())?this.getBottomRightCorner():e.isEqual(this.getTopRightCorner())?this.getBottomLeftCorner():e.isEqual(this.getBottomLeftCorner())?this.getTopRightCorner():void 0},getBordersSharedWith:function(e){if(!this.includesRange(e))return[];var t={top:Math.min(this.from.row,this.to.row),bottom:Math.max(this.from.row,this.to.row),left:Math.min(this.from.col,this.to.col),right:Math.max(this.from.col,this.to.col)},n={top:Math.min(e.from.row,e.to.row),bottom:Math.max(e.from.row,e.to.row),left:Math.min(e.from.col,e.to.col),right:Math.max(e.from.col,e.to.col)},o=[];return t.top==n.top&&o.push("top"),t.right==n.right&&o.push("right"),t.bottom==n.bottom&&o.push("bottom"),t.left==n.left&&o.push("left"),o},getInner:function(){for(var e=this.getTopLeftCorner(),t=this.getBottomRightCorner(),n=[],o=e.row;o<=t.row;o++)for(var i=e.col;i<=t.col;i++)this.from.row===o&&this.from.col===i||this.to.row===o&&this.to.col===i||n.push(new r(o,i));return n},getAll:function(){for(var e=this.getTopLeftCorner(),t=this.getBottomRightCorner(),n=[],o=e.row;o<=t.row;o++)for(var i=e.col;i<=t.col;i++)e.row===o&&e.col===i?n.push(e):t.row===o&&t.col===i?n.push(t):n.push(new r(o,i));return n},forAll:function(e){for(var t=this.getTopLeftCorner(),n=this.getBottomRightCorner(),o=t.row;o<=n.row;o++)for(var r=t.col;r<=n.col;r++){var i=e(o,r);if(i===!1)return}}},{}),window.WalkontableCellRange=i},{"cell/coords":5}],7:[function(e,t,n){"use strict";Object.defineProperties(n,{Walkontable:{get:function(){return P}},__esModule:{value:!0}});var o,r,i,s,l,a,u,d,c,h,f,m,p,g,v=(o=e("helpers/dom/element"),o&&o.__esModule&&o||{"default":o}),w=v.addClass,b=v.fastInnerText,y=v.isVisible,C=v.removeClass,_=(r=e("helpers/object"),r&&r.__esModule&&r||{"default":r}).objectEach,R=(i=e("helpers/string"),i&&i.__esModule&&i||{"default":i}),M=R.toUpperCaseFirst,S=R.randomString,E=(s=e("event"),s&&s.__esModule&&s||{"default":s}).WalkontableEvent,O=(l=e("overlays"),l&&l.__esModule&&l||{"default":l}).WalkontableOverlays,T=(a=e("scroll"),a&&a.__esModule&&a||{"default":a}).WalkontableScroll,k=(u=e("settings"),u&&u.__esModule&&u||{"default":u}).WalkontableSettings,A=(d=e("table"),d&&d.__esModule&&d||{"default":d}).WalkontableTable,H=(c=e("viewport"),c&&c.__esModule&&c||{"default":c}).WalkontableViewport,P=((h=e("overlay/_base.js"),h&&h.__esModule&&h||{"default":h}).WalkontableOverlay,(f=e("overlay/top.js"),f&&f.__esModule&&f||{"default":f}).WalkontableTopOverlay,(m=e("overlay/left.js"),m&&m.__esModule&&m||{"default":m}).WalkontableLeftOverlay,(p=e("overlay/debug.js"),p&&p.__esModule&&p||{"default":p}).WalkontableDebugOverlay,(g=e("overlay/topLeftCorner.js"),g&&g.__esModule&&g||{"default":g}).WalkontableTopLeftCornerOverlay,function(e){var t=[];if(this.guid="wt_"+S(),e.cloneSource?(this.cloneSource=e.cloneSource,this.cloneOverlay=e.cloneOverlay,this.wtSettings=e.cloneSource.wtSettings,this.wtTable=new A(this,e.table,e.wtRootElement),this.wtScroll=new T(this),this.wtViewport=e.cloneSource.wtViewport,this.wtEvent=new E(this),this.selections=this.cloneSource.selections):(this.wtSettings=new k(this,e),this.wtTable=new A(this,e.table),this.wtScroll=new T(this),this.wtViewport=new H(this),this.wtEvent=new E(this),this.selections=this.getSetting("selections"),this.wtOverlays=new O(this),this.exportSettingsAsClassNames()),this.wtTable.THEAD.childNodes.length&&this.wtTable.THEAD.childNodes[0].childNodes.length){for(var n=0,o=this.wtTable.THEAD.childNodes[0].childNodes.length;o>n;n++)t.push(this.wtTable.THEAD.childNodes[0].childNodes[n].innerHTML);this.getSetting("columnHeaders").length||this.update("columnHeaders",[function(e,n){b(n,t[e])}])}this.drawn=!1,this.drawInterrupted=!1});$traceurRuntime.createClass(P,{draw:function(){var e=void 0!==arguments[0]?arguments[0]:!1;return this.drawInterrupted=!1,e||y(this.wtTable.TABLE)?this.wtTable.draw(e):this.drawInterrupted=!0,this},getCell:function(e){var t=void 0!==arguments[1]?arguments[1]:!1;if(!t)return this.wtTable.getCell(e);var n=this.wtSettings.getSetting("totalRows"),o=this.wtSettings.getSetting("fixedRowsTop"),r=this.wtSettings.getSetting("fixedRowsBottom"),i=this.wtSettings.getSetting("fixedColumnsLeft");if(e.row<o&&e.col<i)return this.wtOverlays.topLeftCornerOverlay.clone.wtTable.getCell(e);if(e.row<o)return this.wtOverlays.topOverlay.clone.wtTable.getCell(e);if(e.col<i&&e.row>=n-r){if(this.wtOverlays.bottomLeftCornerOverlay.clone)return this.wtOverlays.bottomLeftCornerOverlay.clone.wtTable.getCell(e)}else{if(e.col<i)return this.wtOverlays.leftOverlay.clone.wtTable.getCell(e);if(e.row<n&&e.row>n-r&&this.wtOverlays.bottomOverlay.clone)return this.wtOverlays.bottomOverlay.clone.wtTable.getCell(e)}return this.wtTable.getCell(e)},update:function(e,t){return this.wtSettings.update(e,t)},scrollVertical:function(e){return this.wtOverlays.topOverlay.scrollTo(e),this.getSetting("onScrollVertically"),this},scrollHorizontal:function(e){return this.wtOverlays.leftOverlay.scrollTo(e),this.getSetting("onScrollHorizontally"),this},scrollViewport:function(e){return this.wtScroll.scrollViewport(e),this},getViewport:function(){return[this.wtTable.getFirstVisibleRow(),this.wtTable.getFirstVisibleColumn(),this.wtTable.getLastVisibleRow(),this.wtTable.getLastVisibleColumn()]},getOverlayName:function(){return this.cloneOverlay?this.cloneOverlay.type:"master"},isOverlayName:function(e){return this.cloneOverlay?this.cloneOverlay.type===e:!1},exportSettingsAsClassNames:function(){var e=this,t={rowHeaders:["array"],columnHeaders:["array"]},n=[],o=[];_(t,function(t,r){t.indexOf("array")>-1&&e.getSetting(r).length&&o.push("ht"+M(r)),n.push("ht"+M(r))}),C(this.wtTable.wtRootElement.parentNode,n),w(this.wtTable.wtRootElement.parentNode,o)},getSetting:function(e,t,n,o,r){return this.wtSettings.getSetting(e,t,n,o,r)},hasSetting:function(e){return this.wtSettings.has(e)},destroy:function(){this.wtOverlays.destroy(),this.wtEvent.destroy()}},{}),window.Walkontable=P},{event:8,"helpers/dom/element":46,"helpers/object":52,"helpers/string":54,"overlay/_base.js":11,"overlay/debug.js":12,"overlay/left.js":13,"overlay/top.js":14,"overlay/topLeftCorner.js":15,overlays:16,scroll:17,settings:19,table:20,viewport:22}],8:[function(e,t,n){"use strict";function o(e){var t=this,n=h(e);this.instance=e;var o=[null,null];this.dblClickTimeout=[null,null];var r,i=function(e){var n=t.parentCell(e.realTarget);u(e.realTarget,"corner")?t.instance.getSetting("onCellCornerMouseDown",e,e.realTarget):n.TD&&t.instance.hasSetting("onCellMouseDown")&&t.instance.getSetting("onCellMouseDown",e,n.coords,n.TD,t.instance),2!==e.button&&n.TD&&(o[0]=n.TD,clearTimeout(t.dblClickTimeout[0]),t.dblClickTimeout[0]=setTimeout(function(){o[0]=null},1e3))},s=function(e){t.instance.touchMoving=!0},l=function(e){n.addEventListener(this,"touchmove",s),t.checkIfTouchMove=setTimeout(function(){return t.instance.touchMoving===!0?(t.instance.touchMoving=void 0,void n.removeEventListener("touchmove",s,!1)):void i(e)},30)},f=function(e){var n,o,r;t.instance.hasSetting("onCellMouseOver")&&(n=t.instance.wtTable.TABLE,o=a(e.realTarget,["TD","TH"],n),r=t.instance.cloneSource||t.instance,o&&o!==r.lastMouseOver&&d(o,n)&&(r.lastMouseOver=o,t.instance.getSetting("onCellMouseOver",e,t.instance.wtTable.getCoords(o),o,t.instance)))},m=function(e){if(2!==e.button){var n=t.parentCell(e.realTarget);n.TD===o[0]&&n.TD===o[1]?(u(e.realTarget,"corner")?t.instance.getSetting("onCellCornerDblClick",e,n.coords,n.TD,t.instance):t.instance.getSetting("onCellDblClick",e,n.coords,n.TD,t.instance),o[0]=null,o[1]=null):n.TD===o[0]&&(o[1]=n.TD,clearTimeout(t.dblClickTimeout[1]),t.dblClickTimeout[1]=setTimeout(function(){o[1]=null},500))}},p=function(e){clearTimeout(r),e.preventDefault(),m(e)};if(n.addEventListener(this.instance.wtTable.holder,"mousedown",i),n.addEventListener(this.instance.wtTable.TABLE,"mouseover",f),n.addEventListener(this.instance.wtTable.holder,"mouseup",m),this.instance.wtTable.holder.parentNode.parentNode&&c()&&!t.instance.wtTable.isWorkingOnClone()){var g="."+this.instance.wtTable.holder.parentNode.className.split(" ").join(".");n.addEventListener(this.instance.wtTable.holder,"touchstart",function(e){t.instance.touchApplied=!0,d(e.target,g)&&l.call(e.target,e)}),n.addEventListener(this.instance.wtTable.holder,"touchend",function(e){t.instance.touchApplied=!1,d(e.target,g)&&p.call(e.target,e)}),t.instance.momentumScrolling||(t.instance.momentumScrolling={}),n.addEventListener(this.instance.wtTable.holder,"scroll",function(e){clearTimeout(t.instance.momentumScrolling._timeout),t.instance.momentumScrolling.ongoing||t.instance.getSetting("onBeforeTouchScroll"),t.instance.momentumScrolling.ongoing=!0,t.instance.momentumScrolling._timeout=setTimeout(function(){t.instance.touchApplied||(t.instance.momentumScrolling.ongoing=!1,t.instance.getSetting("onAfterMomentumScroll"))},200)})}n.addEventListener(window,"resize",function(){"none"!==t.instance.getSetting("stretchH")&&t.instance.draw()}),this.destroy=function(){clearTimeout(this.dblClickTimeout[0]),clearTimeout(this.dblClickTimeout[1]),n.destroy()}}Object.defineProperties(n,{WalkontableEvent:{get:function(){return o}},__esModule:{value:!0}});var r,i,s,l=(r=e("helpers/dom/element"),r&&r.__esModule&&r||{"default":r}),a=l.closest,u=l.hasClass,d=l.isChildOf,c=(i=e("helpers/browser"),i&&i.__esModule&&i||{"default":i}).isMobileBrowser,h=(s=e("eventManager"),s&&s.__esModule&&s||{"default":s}).eventManager;o.prototype.parentCell=function(e){var t={},n=this.instance.wtTable.TABLE,o=a(e,["TD","TH"],n),r=a(o,["TABLE"]);return o&&d(o,n)&&r==n?(t.coords=this.instance.wtTable.getCoords(o),t.TD=o):u(e,"wtBorder")&&u(e,"current")?(t.coords=this.instance.selections.current.cellRange.highlight,t.TD=this.instance.wtTable.getCell(t.coords)):u(e,"wtBorder")&&u(e,"area")&&this.instance.selections.area.cellRange&&(t.coords=this.instance.selections.area.cellRange.to,t.TD=this.instance.wtTable.getCell(t.coords)),t},window.WalkontableEvent=o},{eventManager:41,"helpers/browser":43,"helpers/dom/element":46}],9:[function(e,t,n){"use strict";Object.defineProperties(n,{WalkontableColumnFilter:{get:function(){return o}},__esModule:{value:!0}});var o=function(e,t,n){this.offset=e,this.total=t,this.countTH=n};$traceurRuntime.createClass(o,{offsetted:function(e){return e+this.offset},unOffsetted:function(e){return e-this.offset},renderedToSource:function(e){return this.offsetted(e)},sourceToRendered:function(e){return this.unOffsetted(e)},offsettedTH:function(e){return e-this.countTH},unOffsettedTH:function(e){return e+this.countTH},visibleRowHeadedColumnToSourceColumn:function(e){return this.renderedToSource(this.offsettedTH(e))},sourceColumnToVisibleRowHeadedColumn:function(e){
return this.unOffsettedTH(this.sourceToRendered(e))}},{}),window.WalkontableColumnFilter=o},{}],10:[function(e,t,n){"use strict";Object.defineProperties(n,{WalkontableRowFilter:{get:function(){return o}},__esModule:{value:!0}});var o=function(e,t,n){this.offset=e,this.total=t,this.countTH=n};$traceurRuntime.createClass(o,{offsetted:function(e){return e+this.offset},unOffsetted:function(e){return e-this.offset},renderedToSource:function(e){return this.offsetted(e)},sourceToRendered:function(e){return this.unOffsetted(e)},offsettedTH:function(e){return e-this.countTH},unOffsettedTH:function(e){return e+this.countTH},visibleColHeadedRowToSourceRow:function(e){return this.renderedToSource(this.offsettedTH(e))},sourceRowToVisibleColHeadedRow:function(e){return this.unOffsettedTH(this.sourceToRendered(e))}},{}),window.WalkontableRowFilter=o},{}],11:[function(e,t,n){"use strict";Object.defineProperties(n,{WalkontableOverlay:{get:function(){return h}},__esModule:{value:!0}});var o,r,i,s=(o=e("helpers/dom/element"),o&&o.__esModule&&o||{"default":o}),l=s.getScrollableElement,a=s.getTrimmingContainer,u=(r=e("helpers/object"),r&&r.__esModule&&r||{"default":r}).defineGetter,d=(i=e("eventManager"),i&&i.__esModule&&i||{"default":i}).eventManager,c={},h=function(e){u(this,"wot",e,{writable:!1}),this.instance=this.wot,this.type="",this.mainTableScrollableElement=null,this.TABLE=this.wot.wtTable.TABLE,this.hider=this.wot.wtTable.hider,this.spreader=this.wot.wtTable.spreader,this.holder=this.wot.wtTable.holder,this.wtRootElement=this.wot.wtTable.wtRootElement,this.trimmingContainer=a(this.hider.parentNode.parentNode),this.needFullRender=this.shouldBeRendered(),this.areElementSizesAdjusted=!1},f=h;$traceurRuntime.createClass(h,{shouldBeRendered:function(){return!0},updateTrimmingContainer:function(){this.trimmingContainer=a(this.hider.parentNode.parentNode)},updateMainScrollableElement:function(){this.mainTableScrollableElement=l(this.wot.wtTable.TABLE)},makeClone:function(e){if(-1===f.CLONE_TYPES.indexOf(e))throw new Error('Clone type "'+e+'" is not supported.');var t=document.createElement("DIV"),n=document.createElement("TABLE");t.className="ht_clone_"+e+" handsontable",t.style.position="absolute",t.style.top=0,t.style.left=0,t.style.overflow="hidden",n.className=this.wot.wtTable.TABLE.className,t.appendChild(n),this.type=e,this.wot.wtTable.wtRootElement.parentNode.appendChild(t);var o=this.wot.getSetting("preventOverflow");return o===!0||"horizontal"===o&&this.type===f.CLONE_TOP||"vertical"===o&&this.type===f.CLONE_LEFT?this.mainTableScrollableElement=window:this.mainTableScrollableElement=l(this.wot.wtTable.TABLE),new Walkontable({cloneSource:this.wot,cloneOverlay:this,table:n})},refresh:function(){var e=void 0!==arguments[0]?arguments[0]:!1,t=this.shouldBeRendered();this.clone&&(this.needFullRender||t)&&this.clone.draw(e),this.needFullRender=t},destroy:function(){d(this.clone).destroy()}},{get CLONE_TOP(){return"top"},get CLONE_BOTTOM(){return"bottom"},get CLONE_LEFT(){return"left"},get CLONE_TOP_LEFT_CORNER(){return"top_left_corner"},get CLONE_BOTTOM_LEFT_CORNER(){return"bottom_left_corner"},get CLONE_DEBUG(){return"debug"},get CLONE_TYPES(){return[f.CLONE_TOP,f.CLONE_BOTTOM,f.CLONE_LEFT,f.CLONE_TOP_LEFT_CORNER,f.CLONE_BOTTOM_LEFT_CORNER,f.CLONE_DEBUG]},registerOverlay:function(e,t){if(-1===f.CLONE_TYPES.indexOf(e))throw new Error("Unsupported overlay ("+e+").");c[e]=t},createOverlay:function(e,t){return new c[e](t)},isOverlayTypeOf:function(e,t){return e&&c[t]?e instanceof c[t]:!1}}),window.WalkontableOverlay=h},{eventManager:41,"helpers/dom/element":46,"helpers/object":52}],12:[function(e,t,n){"use strict";Object.defineProperties(n,{WalkontableDebugOverlay:{get:function(){return l}},__esModule:{value:!0}});var o,r,i=(o=e("helpers/dom/element"),o&&o.__esModule&&o||{"default":o}).addClass,s=(r=e("_base"),r&&r.__esModule&&r||{"default":r}).WalkontableOverlay,l=function(e){$traceurRuntime.superConstructor(a).call(this,e),this.clone=this.makeClone(s.CLONE_DEBUG),this.clone.wtTable.holder.style.opacity=.4,this.clone.wtTable.holder.style.textShadow="0 0 2px #ff0000",i(this.clone.wtTable.holder.parentNode,"wtDebugVisible")},a=l;$traceurRuntime.createClass(l,{},{},s),window.WalkontableDebugOverlay=l,s.registerOverlay(s.CLONE_DEBUG,l)},{_base:11,"helpers/dom/element":46}],13:[function(e,t,n){"use strict";Object.defineProperties(n,{WalkontableLeftOverlay:{get:function(){return v}},__esModule:{value:!0}});var o,r,i=(o=e("helpers/dom/element"),o&&o.__esModule&&o||{"default":o}),s=i.addClass,l=i.getScrollbarWidth,a=i.getScrollLeft,u=i.getWindowScrollTop,d=i.hasClass,c=i.outerWidth,h=i.innerHeight,f=i.removeClass,m=i.setOverlayPosition,p=i.resetCssTransform,g=(r=e("_base"),r&&r.__esModule&&r||{"default":r}).WalkontableOverlay,v=function(e){$traceurRuntime.superConstructor(w).call(this,e),this.clone=this.makeClone(g.CLONE_LEFT)},w=v;$traceurRuntime.createClass(v,{shouldBeRendered:function(){return!(!this.wot.getSetting("fixedColumnsLeft")&&!this.wot.getSetting("rowHeaders").length)},resetFixedPosition:function(){if(this.needFullRender&&this.wot.wtTable.holder.parentNode){var e=this.clone.wtTable.holder.parentNode,t=0,n=this.wot.getSetting("preventOverflow");if(this.trimmingContainer!==window||n&&"horizontal"===n)t=this.getScrollPosition(),p(e);else{var o,r,i=this.wot.wtTable.hider.getBoundingClientRect(),s=Math.ceil(i.left),l=Math.ceil(i.right);r=this.wot.wtTable.hider.style.top,r=""===r?0:r,o=0>s&&l-e.offsetWidth>0?-s:0,t=o,o+="px",m(e,o,r)}this.adjustHeaderBordersPosition(t),this.adjustElementsSize()}},setScrollPosition:function(e){this.mainTableScrollableElement===window?window.scrollTo(e,u()):this.mainTableScrollableElement.scrollLeft=e},onScroll:function(){this.wot.getSetting("onScrollVertically")},sumCellSizes:function(e,t){for(var n=0,o=this.wot.wtSettings.defaultColumnWidth;t>e;)n+=this.wot.wtTable.getStretchedColumnWidth(e)||o,e++;return n},adjustElementsSize:function(){var e=void 0!==arguments[0]?arguments[0]:!1;this.updateTrimmingContainer(),(this.needFullRender||e)&&(this.adjustRootElementSize(),this.adjustRootChildrenSize(),e||(this.areElementSizesAdjusted=!0))},adjustRootElementSize:function(){var e,t=this.wot.wtTable.holder,n=t.clientHeight===t.offsetHeight?0:l(),o=this.clone.wtTable.holder.parentNode,r=o.style,i=this.wot.getSetting("preventOverflow");if(this.trimmingContainer!==window||"vertical"===i){var s=this.wot.wtViewport.getWorkspaceHeight()-n;s=Math.min(s,h(this.wot.wtTable.wtRootElement)),r.height=s+"px"}else r.height="";this.clone.wtTable.holder.style.height=r.height,e=c(this.clone.wtTable.TABLE),r.width=(0===e?e:e+4)+"px"},adjustRootChildrenSize:function(){var e=l();this.clone.wtTable.hider.style.height=this.hider.style.height,this.clone.wtTable.holder.style.height=this.clone.wtTable.holder.parentNode.style.height,0===e&&(e=30),this.clone.wtTable.holder.style.width=parseInt(this.clone.wtTable.holder.parentNode.style.width,10)+e+"px"},applyToDOM:function(){var e=this.wot.getSetting("totalColumns");if(this.areElementSizesAdjusted||this.adjustElementsSize(),"number"==typeof this.wot.wtViewport.columnsRenderCalculator.startPosition)this.spreader.style.left=this.wot.wtViewport.columnsRenderCalculator.startPosition+"px";else{if(0!==e)throw new Error("Incorrect value of the columnsRenderCalculator");this.spreader.style.left="0"}this.spreader.style.right="",this.needFullRender&&this.syncOverlayOffset()},syncOverlayOffset:function(){"number"==typeof this.wot.wtViewport.rowsRenderCalculator.startPosition?this.clone.wtTable.spreader.style.top=this.wot.wtViewport.rowsRenderCalculator.startPosition+"px":this.clone.wtTable.spreader.style.top=""},scrollTo:function(e,t){var n=this.getTableParentOffset(),o=this.wot.cloneSource?this.wot.cloneSource:this.wot,r=o.wtTable.holder,i=0;t&&r.offsetWidth!==r.clientWidth&&(i=l()),t?(n+=this.sumCellSizes(0,e+1),n-=this.wot.wtViewport.getViewportWidth()):n+=this.sumCellSizes(this.wot.getSetting("fixedColumnsLeft"),e),n+=i,this.setScrollPosition(n)},getTableParentOffset:function(){var e=this.wot.getSetting("preventOverflow"),t=0;return e||this.trimmingContainer!==window||(t=this.wot.wtTable.holderOffset.left),t},getScrollPosition:function(){return a(this.mainTableScrollableElement)},adjustHeaderBordersPosition:function(e){var t=this.wot.wtTable.holder.parentNode,n=this.wot.getSetting("rowHeaders"),o=this.wot.getSetting("fixedColumnsLeft");if(o&&!n.length)s(t,"innerBorderLeft");else if(!o&&n.length){var r=d(t,"innerBorderLeft");e?s(t,"innerBorderLeft"):f(t,"innerBorderLeft"),(!r&&e||r&&!e)&&this.wot.wtOverlays.adjustElementsSize()}}},{},g),window.WalkontableLeftOverlay=v,g.registerOverlay(g.CLONE_LEFT,v)},{_base:11,"helpers/dom/element":46}],14:[function(e,t,n){"use strict";Object.defineProperties(n,{WalkontableTopOverlay:{get:function(){return v}},__esModule:{value:!0}});var o,r,i=(o=e("helpers/dom/element"),o&&o.__esModule&&o||{"default":o}),s=i.addClass,l=i.getScrollbarWidth,a=i.getScrollTop,u=i.getWindowScrollLeft,d=i.hasClass,c=i.outerHeight,h=i.innerWidth,f=i.removeClass,m=i.setOverlayPosition,p=i.resetCssTransform,g=(r=e("_base"),r&&r.__esModule&&r||{"default":r}).WalkontableOverlay,v=function(e){$traceurRuntime.superConstructor(w).call(this,e),this.clone=this.makeClone(g.CLONE_TOP)},w=v;$traceurRuntime.createClass(v,{shouldBeRendered:function(){return!(!this.wot.getSetting("fixedRowsTop")&&!this.wot.getSetting("columnHeaders").length)},resetFixedPosition:function(){if(this.needFullRender&&this.wot.wtTable.holder.parentNode){var e=this.clone.wtTable.holder.parentNode,t=0,n=this.wot.getSetting("preventOverflow");if(this.trimmingContainer!==window||n&&"vertical"===n)t=this.getScrollPosition(),p(e);else{var o,r,i=this.wot.wtTable.hider.getBoundingClientRect(),s=Math.ceil(i.top),l=Math.ceil(i.bottom);o=this.wot.wtTable.hider.style.left,o=""===o?0:o,r=0>s&&l-e.offsetHeight>0?-s:0,t=r,r+="px",m(e,o,r)}this.adjustHeaderBordersPosition(t),this.adjustElementsSize()}},setScrollPosition:function(e){this.mainTableScrollableElement===window?window.scrollTo(u(),e):this.mainTableScrollableElement.scrollTop=e},onScroll:function(){this.wot.getSetting("onScrollHorizontally")},sumCellSizes:function(e,t){for(var n=0,o=this.wot.wtSettings.settings.defaultRowHeight;t>e;){var r=this.wot.wtTable.getRowHeight(e);n+=void 0===r?o:r,e++}return n},adjustElementsSize:function(){var e=void 0!==arguments[0]?arguments[0]:!1;this.updateTrimmingContainer(),(this.needFullRender||e)&&(this.adjustRootElementSize(),this.adjustRootChildrenSize(),e||(this.areElementSizesAdjusted=!0))},adjustRootElementSize:function(){var e,t=this.wot.wtTable.holder,n=t.clientWidth===t.offsetWidth?0:l(),o=this.clone.wtTable.holder.parentNode,r=o.style,i=this.wot.getSetting("preventOverflow");if(this.trimmingContainer!==window||"horizontal"===i){var s=this.wot.wtViewport.getWorkspaceWidth()-n;s=Math.min(s,h(this.wot.wtTable.wtRootElement)),r.width=s+"px"}else r.width="";this.clone.wtTable.holder.style.width=r.width,e=c(this.clone.wtTable.TABLE),r.height=(0===e?e:e+4)+"px"},adjustRootChildrenSize:function(){var e=l();this.clone.wtTable.hider.style.width=this.hider.style.width,this.clone.wtTable.holder.style.width=this.clone.wtTable.holder.parentNode.style.width,0===e&&(e=30),this.clone.wtTable.holder.style.height=parseInt(this.clone.wtTable.holder.parentNode.style.height,10)+e+"px"},applyToDOM:function(){var e=this.wot.getSetting("totalRows");if(this.areElementSizesAdjusted||this.adjustElementsSize(),"number"==typeof this.wot.wtViewport.rowsRenderCalculator.startPosition)this.spreader.style.top=this.wot.wtViewport.rowsRenderCalculator.startPosition+"px";else{if(0!==e)throw new Error("Incorrect value of the rowsRenderCalculator");this.spreader.style.top="0"}this.spreader.style.bottom="",this.needFullRender&&this.syncOverlayOffset()},syncOverlayOffset:function(){"number"==typeof this.wot.wtViewport.columnsRenderCalculator.startPosition?this.clone.wtTable.spreader.style.left=this.wot.wtViewport.columnsRenderCalculator.startPosition+"px":this.clone.wtTable.spreader.style.left=""},scrollTo:function(e,t){var n=this.getTableParentOffset(),o=this.wot.cloneSource?this.wot.cloneSource:this.wot,r=o.wtTable.holder,i=0;if(t&&r.offsetHeight!==r.clientHeight&&(i=l()),t){var s=this.wot.getSetting("fixedRowsBottom"),a=(this.wot.getSetting("fixedRowsTop"),this.wot.getSetting("totalRows"));n+=this.sumCellSizes(0,e+1),n-=this.wot.wtViewport.getViewportHeight()-this.sumCellSizes(a-s,a),n+=1}else n+=this.sumCellSizes(this.wot.getSetting("fixedRowsTop"),e);n+=i,this.setScrollPosition(n)},getTableParentOffset:function(){return this.mainTableScrollableElement===window?this.wot.wtTable.holderOffset.top:0},getScrollPosition:function(){return a(this.mainTableScrollableElement)},adjustHeaderBordersPosition:function(e){if(0===this.wot.getSetting("fixedRowsTop")&&this.wot.getSetting("columnHeaders").length>0){var t=this.wot.wtTable.holder.parentNode,n=d(t,"innerBorderTop");e||0===this.wot.getSetting("totalRows")?s(t,"innerBorderTop"):f(t,"innerBorderTop"),(!n&&e||n&&!e)&&this.wot.wtOverlays.adjustElementsSize()}if(0===this.wot.getSetting("rowHeaders").length){var o=this.clone.wtTable.THEAD.querySelectorAll("th:nth-of-type(2)");if(o)for(var r=0;r<o.length;r++)o[r].style["border-left-width"]=0}}},{},g),window.WalkontableTopOverlay=v,g.registerOverlay(g.CLONE_TOP,v)},{_base:11,"helpers/dom/element":46}],15:[function(e,t,n){"use strict";Object.defineProperties(n,{WalkontableTopLeftCornerOverlay:{get:function(){return c}},__esModule:{value:!0}});var o,r,i=(o=e("helpers/dom/element"),o&&o.__esModule&&o||{"default":o}),s=i.outerHeight,l=i.outerWidth,a=i.setOverlayPosition,u=i.resetCssTransform,d=(r=e("_base"),r&&r.__esModule&&r||{"default":r}).WalkontableOverlay,c=function(e){$traceurRuntime.superConstructor(h).call(this,e),this.clone=this.makeClone(d.CLONE_TOP_LEFT_CORNER)},h=c;$traceurRuntime.createClass(c,{shouldBeRendered:function(){return!(!this.wot.getSetting("fixedRowsTop")&&!this.wot.getSetting("columnHeaders").length||!this.wot.getSetting("fixedColumnsLeft")&&!this.wot.getSetting("rowHeaders").length)},resetFixedPosition:function(){if(this.updateTrimmingContainer(),this.wot.wtTable.holder.parentNode){var e=this.clone.wtTable.holder.parentNode,t=s(this.clone.wtTable.TABLE),n=l(this.clone.wtTable.TABLE),o=this.wot.getSetting("preventOverflow");if(this.trimmingContainer===window){var r=this.wot.wtTable.hider.getBoundingClientRect(),i=Math.ceil(r.top),d=Math.ceil(r.left),c=Math.ceil(r.bottom),h=Math.ceil(r.right),f="0",m="0";o&&"vertical"!==o||0>d&&h-e.offsetWidth>0&&(f=-d+"px"),o&&"horizontal"!==o||0>i&&c-e.offsetHeight>0&&(m=-i+"px"),a(e,f,m)}else u(e);e.style.height=(0===t?t:t+4)+"px",e.style.width=(0===n?n:n+4)+"px"}}},{},d),window.WalkontableTopLeftCornerOverlay=c,d.registerOverlay(d.CLONE_TOP_LEFT_CORNER,c)},{_base:11,"helpers/dom/element":46}],16:[function(e,t,n){"use strict";Object.defineProperties(n,{WalkontableOverlays:{get:function(){return v}},__esModule:{value:!0}});var o,r,i,s,l,a=(o=e("helpers/dom/element"),o&&o.__esModule&&o||{"default":o}),u=a.getScrollableElement,d=a.getScrollbarWidth,c=a.getScrollLeft,h=a.getScrollTop,f=(r=e("helpers/array"),r&&r.__esModule&&r||{"default":r}).arrayEach,m=(i=e("helpers/unicode"),i&&i.__esModule&&i||{"default":i}).isKey,p=(s=e("helpers/browser"),s&&s.__esModule&&s||{"default":s}).isMobileBrowser,g=(l=e("eventManager"),l&&l.__esModule&&l||{"default":l}).EventManager,v=function(e){this.wot=e,this.instance=this.wot,this.eventManager=new g(this.wot),this.wot.update("scrollbarWidth",d()),this.wot.update("scrollbarHeight",d()),this.scrollableElement=u(this.wot.wtTable.TABLE),this.topOverlay=WalkontableOverlay.createOverlay(WalkontableOverlay.CLONE_TOP,this.wot),"undefined"==typeof WalkontableBottomOverlay?this.bottomOverlay={needFullRender:!1}:this.bottomOverlay=WalkontableOverlay.createOverlay(WalkontableOverlay.CLONE_BOTTOM,this.wot),this.leftOverlay=WalkontableOverlay.createOverlay(WalkontableOverlay.CLONE_LEFT,this.wot),this.topOverlay.needFullRender&&this.leftOverlay.needFullRender&&(this.topLeftCornerOverlay=WalkontableOverlay.createOverlay(WalkontableOverlay.CLONE_TOP_LEFT_CORNER,this.wot)),this.bottomOverlay.needFullRender&&this.leftOverlay.needFullRender&&"undefined"!=typeof WalkontableBottomLeftCornerOverlay?this.bottomLeftCornerOverlay=WalkontableOverlay.createOverlay(WalkontableOverlay.CLONE_BOTTOM_LEFT_CORNER,this.wot):this.bottomLeftCornerOverlay={needFullRender:!1},this.wot.getSetting("debug")&&(this.debug=WalkontableOverlay.createOverlay(WalkontableOverlay.CLONE_DEBUG,this.wot)),this.destroyed=!1,this.keyPressed=!1,this.spreaderLastSize={width:null,height:null},this.overlayScrollPositions={master:{top:0,left:0},top:{top:null,left:0},bottom:{top:null,left:0},left:{top:0,left:null}},this.pendingScrollCallbacks={master:{top:0,left:0},top:{left:0},bottom:{left:0},left:{top:0}},this.verticalScrolling=!1,this.horizontalScrolling=!1,this.delegatedScrollCallback=!1,this.registeredListeners=[],this.registerListeners()};$traceurRuntime.createClass(v,{refreshAll:function(){if(this.wot.drawn){if(!this.wot.wtTable.holder.parentNode)return void this.destroy();this.wot.draw(!0),this.verticalScrolling&&this.leftOverlay.onScroll(),this.horizontalScrolling&&this.topOverlay.onScroll(),this.verticalScrolling=!1,this.horizontalScrolling=!1}},registerListeners:function(){var e=this,t=this.topOverlay.mainTableScrollableElement,n=this.leftOverlay.mainTableScrollableElement,o=[];for(o.push([document.documentElement,"keydown",function(t){return e.onKeyDown(t)}]),o.push([document.documentElement,"keyup",function(){return e.onKeyUp()}]),o.push([document,"visibilitychange",function(){return e.onKeyUp()}]),o.push([t,"scroll",function(t){return e.onTableScroll(t)}]),t!==n&&o.push([n,"scroll",function(t){return e.onTableScroll(t)}]),this.topOverlay.needFullRender&&(o.push([this.topOverlay.clone.wtTable.holder,"scroll",function(t){return e.onTableScroll(t)}]),o.push([this.topOverlay.clone.wtTable.holder,"wheel",function(t){return e.onTableScroll(t)}])),this.bottomOverlay.needFullRender&&(o.push([this.bottomOverlay.clone.wtTable.holder,"scroll",function(t){return e.onTableScroll(t)}]),o.push([this.bottomOverlay.clone.wtTable.holder,"wheel",function(t){return e.onTableScroll(t)}])),this.leftOverlay.needFullRender&&(o.push([this.leftOverlay.clone.wtTable.holder,"scroll",function(t){return e.onTableScroll(t)}]),o.push([this.leftOverlay.clone.wtTable.holder,"wheel",function(t){return e.onTableScroll(t)}])),this.topOverlay.trimmingContainer!==window&&this.leftOverlay.trimmingContainer!==window&&o.push([window,"wheel",function(t){var n,o=t.wheelDeltaY||t.deltaY,r=t.wheelDeltaX||t.deltaX;e.topOverlay.clone.wtTable.holder.contains(t.realTarget)?n="top":e.bottomOverlay.clone&&e.bottomOverlay.clone.wtTable.holder.contains(t.realTarget)?n="bottom":e.leftOverlay.clone.wtTable.holder.contains(t.realTarget)&&(n="left"),"top"==n&&0!==o?t.preventDefault():"left"==n&&0!==r?t.preventDefault():"bottom"==n&&0!==o&&t.preventDefault()}]);o.length;){var r=o.pop();this.eventManager.addEventListener(r[0],r[1],r[2]),this.registeredListeners.push(r)}},deregisterListeners:function(){for(;this.registeredListeners.length;){var e=this.registeredListeners.pop();this.eventManager.removeEventListener(e[0],e[1],e[2])}},onTableScroll:function(e){if(!p()){var t=this.leftOverlay.mainTableScrollableElement,n=this.topOverlay.mainTableScrollableElement,o=e.target;this.keyPressed&&(n!==window&&o!==window&&!e.target.contains(n)||t!==window&&o!==window&&!e.target.contains(t))||("scroll"===e.type?this.syncScrollPositions(e):this.translateMouseWheelToScroll(e))}},onKeyDown:function(e){this.keyPressed=m(e.keyCode,"ARROW_UP|ARROW_RIGHT|ARROW_DOWN|ARROW_LEFT")},onKeyUp:function(){this.keyPressed=!1},translateMouseWheelToScroll:function(e){var t,n=this.topOverlay.clone.wtTable.holder,o=this.bottomOverlay.clone?this.bottomOverlay.clone.wtTable.holder:null,r=this.leftOverlay.clone.wtTable.holder,i={type:"wheel"},s=e.target,l=e.wheelDeltaY||-1*e.deltaY,a=e.wheelDeltaX||-1*e.deltaX;for(1===e.deltaMode&&(l=120*l,a=120*a);s!=document&&null!=s;){if(s.className.indexOf("wtHolder")>-1){t=s;break}s=s.parentNode}return i.target=t,t==n?this.syncScrollPositions(i,-.2*l):t==o?this.syncScrollPositions(i,-.2*l):t==r&&this.syncScrollPositions(i,-.2*a),!1},syncScrollPositions:function(e){var t=void 0!==arguments[1]?arguments[1]:null;if(!this.destroyed){if(0===arguments.length)return void this.syncScrollWithMaster();var n,o,r,i=this.leftOverlay.mainTableScrollableElement,s=this.topOverlay.mainTableScrollableElement,l=e.target,a=0,u=!1,d=!1,f=this.wot.getSetting("preventOverflow");this.topOverlay.needFullRender&&(n=this.topOverlay.clone.wtTable.holder),this.bottomOverlay.needFullRender&&(r=this.bottomOverlay.clone.wtTable.holder),this.leftOverlay.needFullRender&&(o=this.leftOverlay.clone.wtTable.holder),l===document&&(l=window),l===i||l===s?(a=c(f?this.scrollableElement:l),this.horizontalScrolling=!0,this.overlayScrollPositions.master.left=a,u=!0,this.pendingScrollCallbacks.master.left>0?this.pendingScrollCallbacks.master.left--:(n&&n.scrollLeft!==a&&(null==t&&this.pendingScrollCallbacks.top.left++,n.scrollLeft=a,d=i!==window),r&&r.scrollLeft!==a&&(null==t&&this.pendingScrollCallbacks.bottom.left++,r.scrollLeft=a,d=i!==window)),a=h(l),this.verticalScrolling=!0,this.overlayScrollPositions.master.top=a,u=!0,this.pendingScrollCallbacks.master.top>0?this.pendingScrollCallbacks.master.top--:o&&o.scrollTop!==a&&(null==t&&this.pendingScrollCallbacks.left.top++,o.scrollTop=a,d=s!==window)):l===r?(a=c(l),this.horizontalScrolling=!0,this.overlayScrollPositions.bottom.left=a,u=!0,this.pendingScrollCallbacks.bottom.left>0?this.pendingScrollCallbacks.bottom.left--:(null==t&&this.pendingScrollCallbacks.master.left++,i.scrollLeft=a,n&&n.scrollLeft!==a&&(null==t&&this.pendingScrollCallbacks.top.left++,n.scrollLeft=a,d=s!==window)),null!==t&&(u=!0,s.scrollTop+=t)):l===n?(a=c(l),this.horizontalScrolling=!0,this.overlayScrollPositions.top.left=a,u=!0,this.pendingScrollCallbacks.top.left>0?this.pendingScrollCallbacks.top.left--:(null==t&&this.pendingScrollCallbacks.master.left++,i.scrollLeft=a),null!==t&&(u=!0,s.scrollTop+=t),r&&r.scrollLeft!==a&&(null==t&&this.pendingScrollCallbacks.bottom.left++,r.scrollLeft=a,d=s!==window)):l===o&&(a=h(l),this.overlayScrollPositions.left.top!==a&&(this.verticalScrolling=!0,this.overlayScrollPositions.left.top=a,u=!0,this.pendingScrollCallbacks.left.top>0?this.pendingScrollCallbacks.left.top--:(null==t&&this.pendingScrollCallbacks.master.top++,s.scrollTop=a)),null!==t&&(u=!0,s.scrollLeft+=t)),!this.keyPressed&&u&&"scroll"===e.type&&(this.delegatedScrollCallback?this.delegatedScrollCallback=!1:this.refreshAll(),d&&(this.delegatedScrollCallback=!0))}},syncScrollWithMaster:function(){var e=this.topOverlay.mainTableScrollableElement;this.topOverlay.needFullRender&&(this.topOverlay.clone.wtTable.holder.scrollLeft=e.scrollLeft),this.leftOverlay.needFullRender&&(this.leftOverlay.clone.wtTable.holder.scrollTop=e.scrollTop)},updateMainScrollableElements:function(){this.deregisterListeners(),this.leftOverlay.updateMainScrollableElement(),this.topOverlay.updateMainScrollableElement(),this.bottomOverlay.needFullRender&&this.bottomOverlay.updateMainScrollableElement(),this.scrollableElement=u(this.wot.wtTable.TABLE),this.registerListeners()},destroy:function(){this.eventManager.destroy(),this.topOverlay.destroy(),this.bottomOverlay.clone&&this.bottomOverlay.destroy(),this.leftOverlay.destroy(),this.topLeftCornerOverlay&&this.topLeftCornerOverlay.destroy(),this.bottomLeftCornerOverlay&&this.bottomLeftCornerOverlay.clone&&this.bottomLeftCornerOverlay.destroy(),this.debug&&this.debug.destroy(),this.destroyed=!0},refresh:function(){var e=void 0!==arguments[0]?arguments[0]:!1;if(this.topOverlay.areElementSizesAdjusted&&this.leftOverlay.areElementSizesAdjusted){var t=this.wot.wtTable.wtRootElement.parentNode||this.wot.wtTable.wtRootElement,n=t.clientWidth,o=t.clientHeight;n===this.spreaderLastSize.width&&o===this.spreaderLastSize.height||(this.spreaderLastSize.width=n,this.spreaderLastSize.height=o,this.adjustElementsSize())}this.bottomOverlay.clone&&this.bottomOverlay.refresh(e),this.leftOverlay.refresh(e),this.topOverlay.refresh(e),this.topLeftCornerOverlay&&this.topLeftCornerOverlay.refresh(e),this.bottomLeftCornerOverlay&&this.bottomLeftCornerOverlay.clone&&this.bottomLeftCornerOverlay.refresh(e),this.debug&&this.debug.refresh(e)},adjustElementsSize:function(){var e=void 0!==arguments[0]?arguments[0]:!1,t=this.wot.getSetting("totalColumns"),n=this.wot.getSetting("totalRows"),o=this.wot.wtViewport.getRowHeaderWidth(),r=this.wot.wtViewport.getColumnHeaderHeight(),i=this.wot.wtTable.hider.style;i.width=o+this.leftOverlay.sumCellSizes(0,t)+"px",i.height=r+this.topOverlay.sumCellSizes(0,n)+1+"px",this.topOverlay.adjustElementsSize(e),this.leftOverlay.adjustElementsSize(e),this.bottomOverlay.clone&&this.bottomOverlay.adjustElementsSize(e)},applyToDOM:function(){this.topOverlay.areElementSizesAdjusted&&this.leftOverlay.areElementSizesAdjusted||this.adjustElementsSize(),this.topOverlay.applyToDOM(),this.bottomOverlay.clone&&this.bottomOverlay.applyToDOM(),this.leftOverlay.applyToDOM()},getParentOverlay:function(e){if(!e)return null;var t=[this.topOverlay,this.leftOverlay,this.bottomOverlay,this.topLeftCornerOverlay,this.bottomLeftCornerOverlay],n=null;return f(t,function(t,o){t&&t.clone&&t.clone.wtTable.TABLE.contains(e)&&(n=t.clone)}),n}},{}),window.WalkontableOverlays=v},{eventManager:41,"helpers/array":42,"helpers/browser":43,"helpers/dom/element":46,"helpers/unicode":55}],17:[function(e,t,n){"use strict";Object.defineProperties(n,{WalkontableScroll:{get:function(){return m}},__esModule:{value:!0}});var o,r,i=(o=e("helpers/dom/element"),o&&o.__esModule&&o||{"default":o}),s=i.innerHeight,l=i.innerWidth,a=i.getScrollLeft,u=i.getScrollTop,d=i.offset,c=(r=e("helpers/number"),r&&r.__esModule&&r||{"default":r}),h=c.rangeEach,f=c.rangeEachReverse,m=function(e){this.wot=e,this.instance=e};$traceurRuntime.createClass(m,{scrollViewport:function(e){if(this.wot.drawn){var t=this._getVariables(),n=t.topOverlay,o=t.leftOverlay,r=t.totalRows,i=t.totalColumns,s=t.fixedRowsTop,l=t.fixedRowsBottom,a=t.fixedColumnsLeft;if(e.row<0||e.row>r-1)throw new Error("row "+e.row+" does not exist");if(e.col<0||e.col>i-1)throw new Error("column "+e.col+" does not exist");e.row>=s&&e.row<this.getFirstVisibleRow()?n.scrollTo(e.row):e.row>this.getLastVisibleRow()&&e.row<r-l&&n.scrollTo(e.row,!0),e.col>=a&&e.col<this.getFirstVisibleColumn()?o.scrollTo(e.col):e.col>this.getLastVisibleColumn()&&o.scrollTo(e.col,!0)}},getFirstVisibleRow:function(){var e=this._getVariables(),t=e.topOverlay,n=e.wtTable,o=e.wtViewport,r=e.totalRows,i=e.fixedRowsTop,l=n.getFirstVisibleRow();if(t.mainTableScrollableElement===window){var a=d(n.wtRootElement),c=s(n.hider),h=s(window),m=u(window);if(a.top+c-h<=m){var p=o.getColumnHeaderHeight();p+=t.sumCellSizes(0,i),f(r,1,function(e){return p+=t.sumCellSizes(e-1,e),a.top+c-p<=m?(l=e,!1):void 0})}}return l},getLastVisibleRow:function(){var e=this._getVariables(),t=e.topOverlay,n=e.wtTable,o=e.wtViewport,r=e.totalRows,i=n.getLastVisibleRow();if(t.mainTableScrollableElement===window){var l=d(n.wtRootElement),a=s(window),c=u(window);if(l.top>c){var f=o.getColumnHeaderHeight();h(1,r,function(e){return f+=t.sumCellSizes(e-1,e),l.top+f-c>=a?(i=e-2,!1):void 0})}}return i},getFirstVisibleColumn:function(){var e=this._getVariables(),t=e.leftOverlay,n=e.wtTable,o=e.wtViewport,r=e.totalColumns,i=(e.fixedColumnsLeft,n.getFirstVisibleColumn());if(t.mainTableScrollableElement===window){var s=d(n.wtRootElement),u=l(n.hider),c=l(window),h=a(window);if(s.left+u-c<=h){var m=o.getRowHeaderWidth();f(r,1,function(e){return m+=t.sumCellSizes(e-1,e),s.left+u-m<=h?(i=e,!1):void 0})}}return i},getLastVisibleColumn:function(){var e=this._getVariables(),t=e.leftOverlay,n=e.wtTable,o=e.wtViewport,r=e.totalColumns,i=n.getLastVisibleColumn();if(t.mainTableScrollableElement===window){var s=d(n.wtRootElement),u=l(window),c=a(window);if(s.left>c){var f=o.getRowHeaderWidth();h(1,r,function(e){return f+=t.sumCellSizes(e-1,e),s.left+f-c>=u?(i=e-2,!1):void 0})}}return i},_getVariables:function(){var e=this.wot,t=e.wtOverlays.topOverlay,n=e.wtOverlays.leftOverlay,o=e.wtTable,r=e.wtViewport,i=e.getSetting("totalRows"),s=e.getSetting("totalColumns"),l=e.getSetting("fixedRowsTop"),a=e.getSetting("fixedRowsBottom"),u=e.getSetting("fixedColumnsLeft");return{topOverlay:t,leftOverlay:n,wtTable:o,wtViewport:r,totalRows:i,totalColumns:s,fixedRowsTop:l,fixedRowsBottom:a,fixedColumnsLeft:u}}},{}),window.WalkontableScroll=m},{"helpers/dom/element":46,"helpers/number":51}],18:[function(e,t,n){"use strict";Object.defineProperties(n,{WalkontableSelection:{get:function(){return c}},__esModule:{value:!0}});var o,r,i,s,l=(o=e("helpers/dom/element"),o&&o.__esModule&&o||{"default":o}).addClass,a=(r=e("border"),r&&r.__esModule&&r||{"default":r}).WalkontableBorder,u=(i=e("cell/coords"),i&&i.__esModule&&i||{"default":i}).WalkontableCellCoords,d=(s=e("cell/range"),s&&s.__esModule&&s||{"default":s}).WalkontableCellRange,c=function(e,t){this.settings=e,this.cellRange=t||null,this.instanceBorders={}};$traceurRuntime.createClass(c,{getBorder:function(e){return this.instanceBorders[e.guid]?this.instanceBorders[e.guid]:void(this.instanceBorders[e.guid]=new a(e,this.settings))},isEmpty:function(){return null===this.cellRange},add:function(e){this.isEmpty()?this.cellRange=new d(e,e,e):this.cellRange.expand(e)},replace:function(e,t){if(!this.isEmpty()){if(this.cellRange.from.isEqual(e))return this.cellRange.from=t,!0;if(this.cellRange.to.isEqual(e))return this.cellRange.to=t,!0}return!1},clear:function(){this.cellRange=null},getCorners:function(){var e=this.cellRange.getTopLeftCorner(),t=this.cellRange.getBottomRightCorner();return[e.row,e.col,t.row,t.col]},addClassAtCoords:function(e,t,n,o){var r=e.wtTable.getCell(new u(t,n));"object"==typeof r&&l(r,o)},draw:function(e){if(this.isEmpty()){if(this.settings.border){var t=this.getBorder(e);t&&t.disappear()}}else{for(var n,o,r,i=e.wtTable.getRenderedRowsCount(),s=e.wtTable.getRenderedColumnsCount(),a=this.getCorners(),u=0;s>u;u++)o=e.wtTable.columnFilter.renderedToSource(u),o>=a[1]&&o<=a[3]&&(r=e.wtTable.getColumnHeader(o),r&&this.settings.highlightColumnClassName&&l(r,this.settings.highlightColumnClassName));for(var d=0;i>d;d++){n=e.wtTable.rowFilter.renderedToSource(d),n>=a[0]&&n<=a[2]&&(r=e.wtTable.getRowHeader(n),r&&this.settings.highlightRowClassName&&l(r,this.settings.highlightRowClassName));for(var c=0;s>c;c++)o=e.wtTable.columnFilter.renderedToSource(c),n>=a[0]&&n<=a[2]&&o>=a[1]&&o<=a[3]?this.settings.className&&this.addClassAtCoords(e,n,o,this.settings.className):n>=a[0]&&n<=a[2]?this.settings.highlightRowClassName&&this.addClassAtCoords(e,n,o,this.settings.highlightRowClassName):o>=a[1]&&o<=a[3]&&this.settings.highlightColumnClassName&&this.addClassAtCoords(e,n,o,this.settings.highlightColumnClassName)}if(e.getSetting("onBeforeDrawBorders",a,this.settings.className),this.settings.border){var h=this.getBorder(e);h&&h.appear(a)}}}},{}),window.WalkontableSelection=c},{border:2,"cell/coords":5,"cell/range":6,"helpers/dom/element":46}],19:[function(e,t,n){"use strict";Object.defineProperties(n,{WalkontableSettings:{get:function(){return i}},__esModule:{value:!0}});var o,r=(o=e("helpers/dom/element"),o&&o.__esModule&&o||{"default":o}).fastInnerText,i=function(e,t){var n=this;this.wot=e,this.instance=e,this.defaults={table:void 0,debug:!1,externalRowCalculator:!1,stretchH:"none",currentRowClassName:null,currentColumnClassName:null,preventOverflow:function(){return!1},data:void 0,fixedColumnsLeft:0,fixedRowsTop:0,fixedRowsBottom:0,minSpareRows:0,rowHeaders:function(){return[]},columnHeaders:function(){return[]},totalRows:void 0,totalColumns:void 0,cellRenderer:function(e,t,o){var i=n.getSetting("data",e,t);r(o,void 0===i||null===i?"":i);
},columnWidth:function(e){},rowHeight:function(e){},defaultRowHeight:23,defaultColumnWidth:50,selections:null,hideBorderOnMouseDownOver:!1,viewportRowCalculatorOverride:null,viewportColumnCalculatorOverride:null,onCellMouseDown:null,onCellMouseOver:null,onCellDblClick:null,onCellCornerMouseDown:null,onCellCornerDblClick:null,beforeDraw:null,onDraw:null,onBeforeDrawBorders:null,onScrollVertically:null,onScrollHorizontally:null,onBeforeTouchScroll:null,onAfterMomentumScroll:null,onBeforeStretchingColumnWidth:function(e){return e},scrollbarWidth:10,scrollbarHeight:10,renderAllRows:!1,groups:!1,rowHeaderWidth:null,columnHeaderHeight:null},this.settings={};for(var o in this.defaults)if(this.defaults.hasOwnProperty(o))if(void 0!==t[o])this.settings[o]=t[o];else{if(void 0===this.defaults[o])throw new Error('A required setting "'+o+'" was not provided');this.settings[o]=this.defaults[o]}};$traceurRuntime.createClass(i,{update:function(e,t){if(void 0===t)for(var n in e)e.hasOwnProperty(n)&&(this.settings[n]=e[n]);else this.settings[e]=t;return this.wot},getSetting:function(e,t,n,o,r){return"function"==typeof this.settings[e]?this.settings[e](t,n,o,r):void 0!==t&&Array.isArray(this.settings[e])?this.settings[e][t]:this.settings[e]},has:function(e){return!!this.settings[e]}},{}),window.WalkontableSettings=i},{"helpers/dom/element":46}],20:[function(e,t,n){"use strict";Object.defineProperties(n,{WalkontableTable:{get:function(){return R}},__esModule:{value:!0}});var o,r,i,s,l,a,u=(o=e("helpers/dom/element"),o&&o.__esModule&&o||{"default":o}),d=u.getStyle,c=u.getTrimmingContainer,h=u.hasClass,f=u.index,m=u.offset,p=u.removeClass,g=u.removeTextNodes,v=u.overlayContainsElement,w=u.closest,b=(r=e("cell/coords"),r&&r.__esModule&&r||{"default":r}).WalkontableCellCoords,y=((i=e("cell/range"),i&&i.__esModule&&i||{"default":i}).WalkontableCellRange,(s=e("filter/column"),s&&s.__esModule&&s||{"default":s}).WalkontableColumnFilter),C=(l=e("filter/row"),l&&l.__esModule&&l||{"default":l}).WalkontableRowFilter,_=(a=e("tableRenderer"),a&&a.__esModule&&a||{"default":a}).WalkontableTableRenderer,R=function(e,t){this.wot=e,this.instance=this.wot,this.TABLE=t,this.TBODY=null,this.THEAD=null,this.COLGROUP=null,this.tableOffset=0,this.holderOffset=0,g(this.TABLE),this.spreader=this.createSpreader(this.TABLE),this.hider=this.createHider(this.spreader),this.holder=this.createHolder(this.hider),this.wtRootElement=this.holder.parentNode,this.alignOverlaysWithTrimmingContainer(),this.fixTableDomTree(),this.colgroupChildrenLength=this.COLGROUP.childNodes.length,this.theadChildrenLength=this.THEAD.firstChild?this.THEAD.firstChild.childNodes.length:0,this.tbodyChildrenLength=this.TBODY.childNodes.length,this.rowFilter=null,this.columnFilter=null};$traceurRuntime.createClass(R,{fixTableDomTree:function(){this.TBODY=this.TABLE.querySelector("tbody"),this.TBODY||(this.TBODY=document.createElement("tbody"),this.TABLE.appendChild(this.TBODY)),this.THEAD=this.TABLE.querySelector("thead"),this.THEAD||(this.THEAD=document.createElement("thead"),this.TABLE.insertBefore(this.THEAD,this.TBODY)),this.COLGROUP=this.TABLE.querySelector("colgroup"),this.COLGROUP||(this.COLGROUP=document.createElement("colgroup"),this.TABLE.insertBefore(this.COLGROUP,this.THEAD)),this.wot.getSetting("columnHeaders").length&&!this.THEAD.childNodes.length&&this.THEAD.appendChild(document.createElement("TR"))},createSpreader:function(e){var t,n=e.parentNode;return n&&1===n.nodeType&&h(n,"wtHolder")||(t=document.createElement("div"),t.className="wtSpreader",n&&n.insertBefore(t,e),t.appendChild(e)),t.style.position="relative",t},createHider:function(e){var t,n=e.parentNode;return n&&1===n.nodeType&&h(n,"wtHolder")||(t=document.createElement("div"),t.className="wtHider",n&&n.insertBefore(t,e),t.appendChild(e)),t},createHolder:function(e){var t,n=e.parentNode;return n&&1===n.nodeType&&h(n,"wtHolder")||(t=document.createElement("div"),t.style.position="relative",t.className="wtHolder",n&&n.insertBefore(t,e),this.isWorkingOnClone()||(t.parentNode.className+="ht_master handsontable"),t.appendChild(e)),t},alignOverlaysWithTrimmingContainer:function(){var e=c(this.wtRootElement);if(!this.isWorkingOnClone())if(this.holder.parentNode.style.position="relative",e===window){var t=this.wot.getSetting("preventOverflow");t||(this.holder.style.overflow="visible",this.wtRootElement.style.overflow="visible")}else this.holder.style.width=d(e,"width"),this.holder.style.height=d(e,"height"),this.holder.style.overflow=""},isWorkingOnClone:function(){return!!this.wot.cloneSource},draw:function(e){var t=this.instance.getSetting("totalRows");if(this.isWorkingOnClone()||(this.holderOffset=m(this.holder),e=this.wot.wtViewport.createRenderCalculators(e)),e)this.isWorkingOnClone()||this.wot.wtViewport.createVisibleCalculators(),this.wot.wtOverlays&&this.wot.wtOverlays.refresh(!0);else{this.isWorkingOnClone()?this.tableOffset=this.wot.cloneSource.wtTable.tableOffset:this.tableOffset=m(this.TABLE);var n;n=WalkontableOverlay.isOverlayTypeOf(this.wot.cloneOverlay,WalkontableOverlay.CLONE_DEBUG)||WalkontableOverlay.isOverlayTypeOf(this.wot.cloneOverlay,WalkontableOverlay.CLONE_TOP)||WalkontableOverlay.isOverlayTypeOf(this.wot.cloneOverlay,WalkontableOverlay.CLONE_TOP_LEFT_CORNER)?0:WalkontableOverlay.isOverlayTypeOf(this.instance.cloneOverlay,WalkontableOverlay.CLONE_BOTTOM)||WalkontableOverlay.isOverlayTypeOf(this.instance.cloneOverlay,WalkontableOverlay.CLONE_BOTTOM_LEFT_CORNER)?Math.max(t-this.wot.getSetting("fixedRowsBottom"),0):this.wot.wtViewport.rowsRenderCalculator.startRow;var o;o=WalkontableOverlay.isOverlayTypeOf(this.wot.cloneOverlay,WalkontableOverlay.CLONE_DEBUG)||WalkontableOverlay.isOverlayTypeOf(this.wot.cloneOverlay,WalkontableOverlay.CLONE_LEFT)||WalkontableOverlay.isOverlayTypeOf(this.wot.cloneOverlay,WalkontableOverlay.CLONE_TOP_LEFT_CORNER)||WalkontableOverlay.isOverlayTypeOf(this.wot.cloneOverlay,WalkontableOverlay.CLONE_BOTTOM_LEFT_CORNER)?0:this.wot.wtViewport.columnsRenderCalculator.startColumn,this.rowFilter=new C(n,t,this.wot.getSetting("columnHeaders").length),this.columnFilter=new y(o,this.wot.getSetting("totalColumns"),this.wot.getSetting("rowHeaders").length),this.alignOverlaysWithTrimmingContainer(),this._doDraw()}return this.refreshSelections(e),this.isWorkingOnClone()||(this.wot.wtOverlays.topOverlay.resetFixedPosition(),this.wot.wtOverlays.bottomOverlay.clone&&this.wot.wtOverlays.bottomOverlay.resetFixedPosition(),this.wot.wtOverlays.leftOverlay.resetFixedPosition(),this.wot.wtOverlays.topLeftCornerOverlay&&this.wot.wtOverlays.topLeftCornerOverlay.resetFixedPosition(),this.instance.wtOverlays.bottomLeftCornerOverlay&&this.instance.wtOverlays.bottomLeftCornerOverlay.clone&&this.wot.wtOverlays.bottomLeftCornerOverlay.resetFixedPosition()),this.wot.drawn=!0,this},_doDraw:function(){var e=new _(this);e.render()},removeClassFromCells:function(e){for(var t=this.TABLE.querySelectorAll("."+e),n=0,o=t.length;o>n;n++)p(t[n],e)},refreshSelections:function(e){if(this.wot.selections){var t=this.wot.selections.length;if(e)for(var n=0;t>n;n++)this.wot.selections[n].settings.className&&this.removeClassFromCells(this.wot.selections[n].settings.className),this.wot.selections[n].settings.highlightRowClassName&&this.removeClassFromCells(this.wot.selections[n].settings.highlightRowClassName),this.wot.selections[n].settings.highlightColumnClassName&&this.removeClassFromCells(this.wot.selections[n].settings.highlightColumnClassName);for(var o=0;t>o;o++)this.wot.selections[o].draw(this.wot,e)}},getCell:function(e){if(this.isRowBeforeRenderedRows(e.row))return-1;if(this.isRowAfterRenderedRows(e.row))return-2;var t=this.TBODY.childNodes[this.rowFilter.sourceToRendered(e.row)];return t?t.childNodes[this.columnFilter.sourceColumnToVisibleRowHeadedColumn(e.col)]:void 0},getColumnHeader:function(e){var t=void 0!==arguments[1]?arguments[1]:0,n=this.THEAD.childNodes[t];return n?n.childNodes[this.columnFilter.sourceColumnToVisibleRowHeadedColumn(e)]:void 0},getRowHeader:function(e){if(0===this.columnFilter.sourceColumnToVisibleRowHeadedColumn(0))return null;var t=this.TBODY.childNodes[this.rowFilter.sourceToRendered(e)];return t?t.childNodes[0]:void 0},getCoords:function(e){"TD"!==e.nodeName&&"TH"!==e.nodeName&&(e=w(e,["TD","TH"]));var t=e.parentNode,n=t.parentNode,o=f(t),r=e.cellIndex;return v(WalkontableOverlay.CLONE_TOP_LEFT_CORNER,e)||v(WalkontableOverlay.CLONE_TOP,e)?"THEAD"===n.nodeName&&(o-=n.childNodes.length):o=n===this.THEAD?this.rowFilter.visibleColHeadedRowToSourceRow(o):this.rowFilter.renderedToSource(o),r=v(WalkontableOverlay.CLONE_TOP_LEFT_CORNER,e)||v(WalkontableOverlay.CLONE_LEFT,e)?this.columnFilter.offsettedTH(r):this.columnFilter.visibleRowHeadedColumnToSourceColumn(r),new b(o,r)},getTrForRow:function(e){return this.TBODY.childNodes[this.rowFilter.sourceToRendered(e)]},getFirstRenderedRow:function(){return this.wot.wtViewport.rowsRenderCalculator.startRow},getFirstVisibleRow:function(){return this.wot.wtViewport.rowsVisibleCalculator.startRow},getFirstRenderedColumn:function(){return this.wot.wtViewport.columnsRenderCalculator.startColumn},getFirstVisibleColumn:function(){return this.wot.wtViewport.columnsVisibleCalculator.startColumn},getLastRenderedRow:function(){return this.wot.wtViewport.rowsRenderCalculator.endRow},getLastVisibleRow:function(){return this.wot.wtViewport.rowsVisibleCalculator.endRow},getLastRenderedColumn:function(){return this.wot.wtViewport.columnsRenderCalculator.endColumn},getLastVisibleColumn:function(){return this.wot.wtViewport.columnsVisibleCalculator.endColumn},isRowBeforeRenderedRows:function(e){return this.rowFilter.sourceToRendered(e)<0&&e>=0},isRowAfterViewport:function(e){return this.rowFilter.sourceToRendered(e)>this.getLastVisibleRow()},isRowAfterRenderedRows:function(e){return this.rowFilter.sourceToRendered(e)>this.getLastRenderedRow()},isColumnBeforeViewport:function(e){return this.columnFilter.sourceToRendered(e)<0&&e>=0},isColumnAfterViewport:function(e){return this.columnFilter.sourceToRendered(e)>this.getLastVisibleColumn()},isLastRowFullyVisible:function(){return this.getLastVisibleRow()===this.getLastRenderedRow()},isLastColumnFullyVisible:function(){return this.getLastVisibleColumn()===this.getLastRenderedColumn()},getRenderedColumnsCount:function(){var e=this.wot.wtViewport.columnsRenderCalculator.count,t=this.wot.getSetting("totalColumns");if(this.wot.isOverlayName(WalkontableOverlay.CLONE_DEBUG))e=t;else if(this.wot.isOverlayName(WalkontableOverlay.CLONE_LEFT)||this.wot.isOverlayName(WalkontableOverlay.CLONE_TOP_LEFT_CORNER)||this.wot.isOverlayName(WalkontableOverlay.CLONE_BOTTOM_LEFT_CORNER))return Math.min(this.wot.getSetting("fixedColumnsLeft"),t);return e},getRenderedRowsCount:function(){var e=this.wot.wtViewport.rowsRenderCalculator.count,t=this.wot.getSetting("totalRows");return this.wot.isOverlayName(WalkontableOverlay.CLONE_DEBUG)?e=t:this.wot.isOverlayName(WalkontableOverlay.CLONE_TOP)||this.wot.isOverlayName(WalkontableOverlay.CLONE_TOP_LEFT_CORNER)?e=Math.min(this.wot.getSetting("fixedRowsTop"),t):(this.wot.isOverlayName(WalkontableOverlay.CLONE_BOTTOM)||this.wot.isOverlayName(WalkontableOverlay.CLONE_BOTTOM_LEFT_CORNER))&&(e=Math.min(this.wot.getSetting("fixedRowsBottom"),t)),e},getVisibleRowsCount:function(){return this.wot.wtViewport.rowsVisibleCalculator.count},allRowsInViewport:function(){return this.wot.getSetting("totalRows")==this.getVisibleRowsCount()},getRowHeight:function(e){var t=this.wot.wtSettings.settings.rowHeight(e),n=this.wot.wtViewport.oversizedRows[e];return void 0!==n&&(t=void 0===t?n:Math.max(t,n)),t},getColumnHeaderHeight:function(e){var t=this.wot.wtSettings.settings.defaultRowHeight,n=this.wot.wtViewport.oversizedColumnHeaders[e];return void 0!==n&&(t=t?Math.max(t,n):n),t},getVisibleColumnsCount:function(){return this.wot.wtViewport.columnsVisibleCalculator.count},allColumnsInViewport:function(){return this.wot.getSetting("totalColumns")==this.getVisibleColumnsCount()},getColumnWidth:function(e){var t=this.wot.wtSettings.settings.columnWidth;return"function"==typeof t?t=t(e):"object"==typeof t&&(t=t[e]),t||this.wot.wtSettings.settings.defaultColumnWidth},getStretchedColumnWidth:function(e){var t=this.getColumnWidth(e),n=null==t?this.instance.wtSettings.settings.defaultColumnWidth:t,o=this.wot.wtViewport.columnsRenderCalculator;if(o){var r=o.getStretchedColumnWidth(e,n);r&&(n=r)}return n}},{}),window.WalkontableTable=R},{"cell/coords":5,"cell/range":6,"filter/column":9,"filter/row":10,"helpers/dom/element":46,tableRenderer:21}],21:[function(e,t,n){"use strict";function o(e,t){var n=document.createElement("TH");return t.insertBefore(n,e),t.removeChild(e),n}function r(e,t){var n=document.createElement("TD");return t.insertBefore(n,e),t.removeChild(e),n}Object.defineProperties(n,{WalkontableTableRenderer:{get:function(){return m}},__esModule:{value:!0}});var i,s=(i=e("helpers/dom/element"),i&&i.__esModule&&i||{"default":i}),l=s.addClass,a=s.empty,u=s.getScrollbarWidth,d=s.hasClass,c=s.innerHeight,h=s.outerWidth,f=!1,m=function(e){this.wtTable=e,this.wot=e.instance,this.instance=e.instance,this.rowFilter=e.rowFilter,this.columnFilter=e.columnFilter,this.TABLE=e.TABLE,this.THEAD=e.THEAD,this.TBODY=e.TBODY,this.COLGROUP=e.COLGROUP,this.rowHeaders=[],this.rowHeaderCount=0,this.columnHeaders=[],this.columnHeaderCount=0,this.fixedRowsTop=0,this.fixedRowsBottom=0};$traceurRuntime.createClass(m,{render:function(){this.wtTable.isWorkingOnClone()||this.wot.getSetting("beforeDraw",!0),this.rowHeaders=this.wot.getSetting("rowHeaders"),this.rowHeaderCount=this.rowHeaders.length,this.fixedRowsTop=this.wot.getSetting("fixedRowsTop"),this.fixedRowsBottom=this.wot.getSetting("fixedRowsBottom"),this.columnHeaders=this.wot.getSetting("columnHeaders"),this.columnHeaderCount=this.columnHeaders.length;var e,t=this.wtTable.getRenderedColumnsCount(),n=this.wtTable.getRenderedRowsCount(),o=this.wot.getSetting("totalColumns"),r=this.wot.getSetting("totalRows"),i=!1;if((WalkontableOverlay.isOverlayTypeOf(this.wot.cloneOverlay,WalkontableOverlay.CLONE_BOTTOM)||WalkontableOverlay.isOverlayTypeOf(this.wot.cloneOverlay,WalkontableOverlay.CLONE_BOTTOM_LEFT_CORNER))&&(this.columnHeaders=[],this.columnHeaderCount=0),o>0&&(this.adjustAvailableNodes(),i=!0,this.renderColumnHeaders(),this.renderRows(r,n,t),this.wtTable.isWorkingOnClone()||(e=this.wot.wtViewport.getWorkspaceWidth(),this.wot.wtViewport.containerWidth=null),this.adjustColumnWidths(t),this.markOversizedColumnHeaders(),this.adjustColumnHeaderHeights()),i||this.adjustAvailableNodes(),this.removeRedundantRows(n),this.wtTable.isWorkingOnClone()&&!this.wot.isOverlayName(WalkontableOverlay.CLONE_BOTTOM)||this.markOversizedRows(),this.wtTable.isWorkingOnClone())this.wot.isOverlayName(WalkontableOverlay.CLONE_BOTTOM)&&this.wot.cloneSource.wtOverlays.adjustElementsSize();else{this.wot.wtViewport.createVisibleCalculators(),this.wot.wtOverlays.refresh(!1);var s=h(this.wtTable.hider),l=h(this.wtTable.TABLE);if(0!==s&&l!==s&&this.adjustColumnWidths(t),this.wot.wtOverlays.applyToDOM(),e!==this.wot.wtViewport.getWorkspaceWidth()){this.wot.wtViewport.containerWidth=null;var a=this.wtTable.getFirstRenderedColumn(),u=this.wtTable.getLastRenderedColumn(),d=this.wot.getSetting("rowHeaderWidth");if(null!=d)for(var c=0;c<this.rowHeaderCount;c++)this.COLGROUP.childNodes[c].style.width=(isNaN(d)?d[c]:d)+"px";for(var f=a;u>f;f++){var m=this.wtTable.getStretchedColumnWidth(f),p=this.columnFilter.sourceToRendered(f);this.COLGROUP.childNodes[p+this.rowHeaderCount].style.width=m+"px"}}this.wot.getSetting("onDraw",!0)}},removeRedundantRows:function(e){for(;this.wtTable.tbodyChildrenLength>e;)this.TBODY.removeChild(this.TBODY.lastChild),this.wtTable.tbodyChildrenLength--},renderRows:function(e,t,n){for(var o,r,i=0,s=this.rowFilter.renderedToSource(i),l=this.wtTable.isWorkingOnClone();e>s&&s>=0&&(!f&&i>1e3&&(f=!0,console.warn('Performance tip: Handsontable rendered more than 1000 visible rows. Consider limiting the number of rendered rows by specifying the table height and/or turning off the "renderAllRows" option.')),void 0===t||i!==t);){if(r=this.getOrCreateTrForRow(i,r),this.renderRowHeaders(s,r),this.adjustColumns(r,n+this.rowHeaderCount),o=this.renderCells(s,r,n),l&&!this.wot.isOverlayName(WalkontableOverlay.CLONE_BOTTOM)||this.resetOversizedRow(s),r.firstChild){var a=this.wot.wtTable.getRowHeight(s);a?(a--,r.firstChild.style.height=a+"px"):r.firstChild.style.height=""}i++,s=this.rowFilter.renderedToSource(i)}},resetOversizedRow:function(e){this.wot.getSetting("externalRowCalculator")||this.wot.wtViewport.oversizedRows&&this.wot.wtViewport.oversizedRows[e]&&(this.wot.wtViewport.oversizedRows[e]=void 0)},markOversizedRows:function(){if(!this.wot.getSetting("externalRowCalculator")){var e,t,n,o,r,i=this.instance.wtTable.TBODY.childNodes.length,s=i*this.instance.wtSettings.settings.defaultRowHeight,l=c(this.instance.wtTable.TBODY)-1;this.instance.getSetting("totalRows");if(s!==l||this.instance.getSetting("fixedRowsBottom"))for(;i;)i--,n=this.instance.wtTable.rowFilter.renderedToSource(i),e=this.instance.wtTable.getRowHeight(n),o=this.instance.wtTable.getTrForRow(n),r=o.querySelector("th"),t=r?c(r):c(o)-1,(!e&&this.instance.wtSettings.settings.defaultRowHeight<t||t>e)&&(this.instance.wtViewport.oversizedRows[n]=++t)}},markOversizedColumnHeaders:function(){var e=this.wot.getOverlayName();if(this.columnHeaderCount&&!this.wot.wtViewport.hasOversizedColumnHeadersMarked[e]&&!this.wtTable.isWorkingOnClone()){for(var t=this.wtTable.getRenderedColumnsCount(),n=0;n<this.columnHeaderCount;n++)for(var o=-1*this.rowHeaderCount;t>o;o++)this.markIfOversizedColumnHeader(o);this.wot.wtViewport.hasOversizedColumnHeadersMarked[e]=!0}},adjustColumnHeaderHeights:function(){for(var e=this.wot.getSetting("columnHeaders"),t=this.wot.wtTable.THEAD.childNodes,n=this.wot.wtViewport.oversizedColumnHeaders,o=0,r=e.length;r>o;o++)if(n[o]){if(0===t[o].childNodes.length)return;t[o].childNodes[0].style.height=n[o]+"px"}},markIfOversizedColumnHeader:function(e){for(var t,n,o,r=this.wot.wtTable.columnFilter.renderedToSource(e),i=this.columnHeaderCount,s=this.wot.wtSettings.settings.defaultRowHeight,l=this.wot.getSetting("columnHeaderHeight")||[];i;)i--,t=this.wot.wtTable.getColumnHeaderHeight(i),n=this.wot.wtTable.getColumnHeader(r,i),n&&(o=c(n),(!t&&o>s||o>t)&&(this.wot.wtViewport.oversizedColumnHeaders[i]=o),Array.isArray(l)?null!=l[i]&&(this.wot.wtViewport.oversizedColumnHeaders[i]=l[i]):isNaN(l)||(this.wot.wtViewport.oversizedColumnHeaders[i]=l),this.wot.wtViewport.oversizedColumnHeaders[i]<(l[i]||l)&&(this.wot.wtViewport.oversizedColumnHeaders[i]=l[i]||l))},renderCells:function(e,t,n){for(var o,i,s=0;n>s;s++)i=this.columnFilter.renderedToSource(s),o=0===s?t.childNodes[this.columnFilter.sourceColumnToVisibleRowHeadedColumn(i)]:o.nextSibling,"TH"==o.nodeName&&(o=r(o,t)),d(o,"hide")||(o.className=""),o.removeAttribute("style"),this.wot.wtSettings.settings.cellRenderer(e,i,o);return o},adjustColumnWidths:function(e){var t=0,n=this.wot.cloneSource?this.wot.cloneSource:this.wot,o=n.wtTable.holder;o.offsetHeight<o.scrollHeight&&(t=u()),this.wot.wtViewport.columnsRenderCalculator.refreshStretching(this.wot.wtViewport.getViewportWidth()-t);var r=this.wot.getSetting("rowHeaderWidth");if(null!=r)for(var i=0;i<this.rowHeaderCount;i++)this.COLGROUP.childNodes[i].style.width=(isNaN(r)?r[i]:r)+"px";for(var s=0;e>s;s++){var l=this.wtTable.getStretchedColumnWidth(this.columnFilter.renderedToSource(s));this.COLGROUP.childNodes[s+this.rowHeaderCount].style.width=l+"px"}},appendToTbody:function(e){this.TBODY.appendChild(e),this.wtTable.tbodyChildrenLength++},getOrCreateTrForRow:function(e,t){var n;return e>=this.wtTable.tbodyChildrenLength?(n=this.createRow(),this.appendToTbody(n)):n=0===e?this.TBODY.firstChild:t.nextSibling,n.className&&n.removeAttribute("class"),n},createRow:function(){for(var e=document.createElement("TR"),t=0;t<this.rowHeaderCount;t++)e.appendChild(document.createElement("TH"));return e},renderRowHeader:function(e,t,n){n.className="",n.removeAttribute("style"),this.rowHeaders[t](e,n,t)},renderRowHeaders:function(e,t){for(var n=t.firstChild,r=0;r<this.rowHeaderCount;r++)n?"TD"==n.nodeName&&(n=o(n,t)):(n=document.createElement("TH"),t.appendChild(n)),this.renderRowHeader(e,r,n),n=n.nextSibling},adjustAvailableNodes:function(){this.adjustColGroups(),this.adjustThead()},renderColumnHeaders:function(){this.wot.getOverlayName();if(this.columnHeaderCount)for(var e=this.wtTable.getRenderedColumnsCount(),t=0;t<this.columnHeaderCount;t++)for(var n=this.getTrForColumnHeaders(t),o=-1*this.rowHeaderCount;e>o;o++){var r=this.columnFilter.renderedToSource(o);this.renderColumnHeader(t,r,n.childNodes[o+this.rowHeaderCount])}},adjustColGroups:function(){for(var e=this.wtTable.getRenderedColumnsCount();this.wtTable.colgroupChildrenLength<e+this.rowHeaderCount;)this.COLGROUP.appendChild(document.createElement("COL")),this.wtTable.colgroupChildrenLength++;for(;this.wtTable.colgroupChildrenLength>e+this.rowHeaderCount;)this.COLGROUP.removeChild(this.COLGROUP.lastChild),this.wtTable.colgroupChildrenLength--;this.rowHeaderCount&&l(this.COLGROUP.childNodes[0],"rowHeader")},adjustThead:function(){var e=this.wtTable.getRenderedColumnsCount(),t=this.THEAD.firstChild;if(this.columnHeaders.length){for(var n=0,o=this.columnHeaders.length;o>n;n++){for(t=this.THEAD.childNodes[n],t||(t=document.createElement("TR"),this.THEAD.appendChild(t)),this.theadChildrenLength=t.childNodes.length;this.theadChildrenLength<e+this.rowHeaderCount;)t.appendChild(document.createElement("TH")),this.theadChildrenLength++;for(;this.theadChildrenLength>e+this.rowHeaderCount;)t.removeChild(t.lastChild),this.theadChildrenLength--}var r=this.THEAD.childNodes.length;if(r>this.columnHeaders.length)for(var i=this.columnHeaders.length;r>i;i++)this.THEAD.removeChild(this.THEAD.lastChild)}else t&&a(t)},getTrForColumnHeaders:function(e){return this.THEAD.childNodes[e]},renderColumnHeader:function(e,t,n){return n.className="",n.removeAttribute("style"),this.columnHeaders[e](t,n,e)},adjustColumns:function(e,t){for(var n=e.childNodes.length;t>n;){var o=document.createElement("TD");e.appendChild(o),n++}for(;n>t;)e.removeChild(e.lastChild),n--},removeRedundantColumns:function(e){for(;this.wtTable.tbodyChildrenLength>e;)this.TBODY.removeChild(this.TBODY.lastChild),this.wtTable.tbodyChildrenLength--}},{}),window.WalkontableTableRenderer=m},{"helpers/dom/element":46}],22:[function(e,t,n){"use strict";Object.defineProperties(n,{WalkontableViewport:{get:function(){return w}},__esModule:{value:!0}});var o,r,i,s,l,a=(o=e("browser"),o&&o.__esModule&&o||{"default":o})["default"],u=(r=e("helpers/dom/element"),r&&r.__esModule&&r||{"default":r}),d=u.getScrollbarWidth,c=(u.getScrollTop,u.getStyle),h=u.offset,f=u.outerHeight,m=u.outerWidth,p=(i=e("eventManager"),i&&i.__esModule&&i||{"default":i}).EventManager,g=(s=e("calculator/viewportColumns"),s&&s.__esModule&&s||{"default":s}).WalkontableViewportColumnsCalculator,v=(l=e("calculator/viewportRows"),l&&l.__esModule&&l||{"default":l}).WalkontableViewportRowsCalculator,w=function(e){var t=this;this.wot=e,this.instance=this.wot,this.oversizedRows=[],this.oversizedColumnHeaders=[],this.hasOversizedColumnHeadersMarked={},this.clientHeight=0,this.containerWidth=NaN,this.rowHeaderWidth=NaN,this.rowsVisibleCalculator=null,this.columnsVisibleCalculator=null,this.eventManager=new p(this.wot),this.eventManager.addEventListener(window,"resize",function(){t.clientHeight=t.getWorkspaceHeight()})};$traceurRuntime.createClass(w,{getWorkspaceHeight:function(){var e,t=this.instance.wtOverlays.topOverlay.trimmingContainer,n=0;return t===window?n=document.documentElement.clientHeight:(e=f(t),n=e>0&&t.clientHeight>0?t.clientHeight:1/0),n},getWorkspaceWidth:function(){var e,t,n=this.wot.getSetting("totalColumns"),o=this.instance.wtOverlays.leftOverlay.trimmingContainer,r=this.wot.getSetting("stretchH"),i=document.documentElement.offsetWidth,s=this.wot.getSetting("preventOverflow");return s?m(this.instance.wtTable.wtRootElement):(e=a.freezeOverlays?Math.min(i-this.getWorkspaceOffset().left,i):Math.min(this.getContainerFillWidth(),i-this.getWorkspaceOffset().left,i),o===window&&n>0&&this.sumColumnWidths(0,n-1)>e?document.documentElement.clientWidth:o!==window&&(t=c(this.instance.wtOverlays.leftOverlay.trimmingContainer,"overflow"),"scroll"==t||"hidden"==t||"auto"==t)?Math.max(e,o.clientWidth):"none"!==r&&r?e:Math.max(e,m(this.instance.wtTable.TABLE)))},hasVerticalScroll:function(){return this.getWorkspaceActualHeight()>this.getWorkspaceHeight()},hasHorizontalScroll:function(){return this.getWorkspaceActualWidth()>this.getWorkspaceWidth()},sumColumnWidths:function(e,t){for(var n=0;t>e;)n+=this.wot.wtTable.getColumnWidth(e),e++;return n},getContainerFillWidth:function(){if(this.containerWidth)return this.containerWidth;var e,t,n=this.instance.wtTable.holder;return t=document.createElement("div"),t.style.width="100%",t.style.height="1px",n.appendChild(t),e=t.offsetWidth,this.containerWidth=e,n.removeChild(t),e},getWorkspaceOffset:function(){return h(this.wot.wtTable.TABLE)},getWorkspaceActualHeight:function(){return f(this.wot.wtTable.TABLE)},getWorkspaceActualWidth:function(){return m(this.wot.wtTable.TABLE)||m(this.wot.wtTable.TBODY)||m(this.wot.wtTable.THEAD)},getColumnHeaderHeight:function(){return isNaN(this.columnHeaderHeight)&&(this.columnHeaderHeight=f(this.wot.wtTable.THEAD)),this.columnHeaderHeight},getViewportHeight:function(){var e,t=this.getWorkspaceHeight();return t===1/0?t:(e=this.getColumnHeaderHeight(),e>0&&(t-=e),t)},getRowHeaderWidth:function(){var e=this.instance.getSetting("rowHeaderWidth"),t=this.instance.getSetting("rowHeaders");if(e){this.rowHeaderWidth=0;for(var n=0,o=t.length;o>n;n++)this.rowHeaderWidth+=e[n]||e}if(this.wot.cloneSource)return this.wot.cloneSource.wtViewport.getRowHeaderWidth();if(isNaN(this.rowHeaderWidth))if(t.length){var r=this.instance.wtTable.TABLE.querySelector("TH");this.rowHeaderWidth=0;for(var i=0,s=t.length;s>i;i++)r?(this.rowHeaderWidth+=m(r),r=r.nextSibling):this.rowHeaderWidth+=50}else this.rowHeaderWidth=0;return this.rowHeaderWidth},getViewportWidth:function(){var e,t=this.getWorkspaceWidth();return t===1/0?t:(e=this.getRowHeaderWidth(),e>0?t-e:t)},createRowsCalculator:function(){var e,t,n,o,r,i,s,l=void 0!==arguments[0]?arguments[0]:!1,a=this;return this.rowHeaderWidth=NaN,e=this.wot.wtSettings.settings.renderAllRows?1/0:this.getViewportHeight(),t=this.wot.wtOverlays.topOverlay.getScrollPosition()-this.wot.wtOverlays.topOverlay.getTableParentOffset(),0>t&&(t=0),n=this.wot.getSetting("fixedRowsTop"),r=this.wot.getSetting("fixedRowsBottom"),s=this.wot.getSetting("totalRows"),n&&(i=this.wot.wtOverlays.topOverlay.sumCellSizes(0,n),t+=i,e-=i),r&&this.wot.wtOverlays.bottomOverlay.clone&&(i=this.wot.wtOverlays.bottomOverlay.sumCellSizes(s-r,s),e-=i),o=this.wot.wtTable.holder.clientHeight===this.wot.wtTable.holder.offsetHeight?0:d(),new v(e,t,this.wot.getSetting("totalRows"),function(e){return a.wot.wtTable.getRowHeight(e)},l?null:this.wot.wtSettings.settings.viewportRowCalculatorOverride,l,o)},createColumnsCalculator:function(){var e,t,n=void 0!==arguments[0]?arguments[0]:!1,o=this,r=this.getViewportWidth();if(this.columnHeaderHeight=NaN,e=this.wot.wtOverlays.leftOverlay.getScrollPosition()-this.wot.wtOverlays.leftOverlay.getTableParentOffset(),0>e&&(e=0),t=this.wot.getSetting("fixedColumnsLeft")){var i=this.wot.wtOverlays.leftOverlay.sumCellSizes(0,t);e+=i,r-=i}return this.wot.wtTable.holder.clientWidth!==this.wot.wtTable.holder.offsetWidth&&(r-=d()),new g(r,e,this.wot.getSetting("totalColumns"),function(e){return o.wot.wtTable.getColumnWidth(e)},n?null:this.wot.wtSettings.settings.viewportColumnCalculatorOverride,n,this.wot.getSetting("stretchH"),function(e,t){return o.wot.getSetting("onBeforeStretchingColumnWidth",e,t)})},createRenderCalculators:function(){var e=void 0!==arguments[0]?arguments[0]:!1;if(e){var t=this.createRowsCalculator(!0),n=this.createColumnsCalculator(!0);this.areAllProposedVisibleRowsAlreadyRendered(t)&&this.areAllProposedVisibleColumnsAlreadyRendered(n)||(e=!1)}return e||(this.rowsRenderCalculator=this.createRowsCalculator(),this.columnsRenderCalculator=this.createColumnsCalculator()),this.rowsVisibleCalculator=null,this.columnsVisibleCalculator=null,e},createVisibleCalculators:function(){this.rowsVisibleCalculator=this.createRowsCalculator(!0),this.columnsVisibleCalculator=this.createColumnsCalculator(!0)},areAllProposedVisibleRowsAlreadyRendered:function(e){return this.rowsVisibleCalculator?e.startRow<this.rowsRenderCalculator.startRow||e.startRow===this.rowsRenderCalculator.startRow&&e.startRow>0?!1:!(e.endRow>this.rowsRenderCalculator.endRow||e.endRow===this.rowsRenderCalculator.endRow&&e.endRow<this.wot.getSetting("totalRows")-1):!1},areAllProposedVisibleColumnsAlreadyRendered:function(e){return this.columnsVisibleCalculator?e.startColumn<this.columnsRenderCalculator.startColumn||e.startColumn===this.columnsRenderCalculator.startColumn&&e.startColumn>0?!1:!(e.endColumn>this.columnsRenderCalculator.endColumn||e.endColumn===this.columnsRenderCalculator.endColumn&&e.endColumn<this.wot.getSetting("totalColumns")-1):!1}},{}),window.WalkontableViewport=w},{browser:23,"calculator/viewportColumns":3,"calculator/viewportRows":4,eventManager:41,"helpers/dom/element":46}],23:[function(e,t,n){"use strict";function o(e,t){var n=new o.Core(e,t||{});return n.init(),n}var r,i,s,l,a,u,d,c,h,f,m,p,g,v,w,b,y,C,_,R,M,S;t.exports=o,o.utils={},r=e("shims/runtime"),r&&r.__esModule&&r||{"default":r},i=e("es6collections"),i&&i.__esModule&&i||{"default":i};var E=(s=e("pluginHooks"),s&&s.__esModule&&s||{"default":s}).Hooks;o.hooks||(o.hooks=new E),o.utils.Hooks=E,l=e("core"),l&&l.__esModule&&l||{"default":l},a=e("renderers/_cellDecorator"),a&&a.__esModule&&a||{"default":a},u=e("cellTypes"),u&&u.__esModule&&u||{"default":u},d=e("plugins/jqueryHandsontable"),d&&d.__esModule&&d||{"default":d};var O=(c=e("helpers/array"),c&&c.__esModule&&c||{"default":c}),T=(h=e("helpers/browser"),h&&h.__esModule&&h||{"default":h}),k=(f=e("helpers/data"),f&&f.__esModule&&f||{"default":f}),A=(m=e("helpers/date"),m&&m.__esModule&&m||{"default":m}),H=(p=e("helpers/feature"),p&&p.__esModule&&p||{"default":p}),P=(g=e("helpers/function"),g&&g.__esModule&&g||{"default":g}),x=(v=e("helpers/mixed"),v&&v.__esModule&&v||{"default":v}),D=(w=e("helpers/number"),w&&w.__esModule&&w||{"default":w}),L=(b=e("helpers/object"),b&&b.__esModule&&b||{"default":b}),N=(y=e("helpers/setting"),y&&y.__esModule&&y||{"default":y}),I=(C=e("helpers/string"),C&&C.__esModule&&C||{"default":C}),W=(_=e("helpers/unicode"),_&&_.__esModule&&_||{"default":_}),F=(R=e("helpers/dom/element"),R&&R.__esModule&&R||{"default":R}),j=(M=e("helpers/dom/event"),M&&M.__esModule&&M||{"default":M}),B=[O,T,k,A,H,P,x,D,L,N,I,W],V=[F,j];o.buildDate="Mon Jun 06 2016 13:39:18 GMT+0200 (CEST)",o.packageName="handsontable-pro",o.version="1.4.1";var U="0.25.1";/^@@/.test(U)||(o.baseVersion=U),o.plugins={};var Y=(S=e("plugins"),S&&S.__esModule&&S||{"default":S}).registerPlugin;o.plugins.registerPlugin=Y,o.helper={},o.dom={},o.Dom=o.dom,O.arrayEach(B,function(e){O.arrayEach(Object.getOwnPropertyNames(e),function(t){"_"!==t.charAt(0)&&(o.helper[t]=e[t])})}),O.arrayEach(V,function(e){O.arrayEach(Object.getOwnPropertyNames(e),function(t){"_"!==t.charAt(0)&&(o.dom[t]=e[t])})})},{cellTypes:24,core:25,es6collections:"es6collections","helpers/array":42,"helpers/browser":43,"helpers/data":44,"helpers/date":45,"helpers/dom/element":46,"helpers/dom/event":47,"helpers/feature":48,"helpers/function":49,"helpers/mixed":50,"helpers/number":51,"helpers/object":52,"helpers/setting":53,"helpers/string":54,"helpers/unicode":55,pluginHooks:60,plugins:61,"plugins/jqueryHandsontable":1,"renderers/_cellDecorator":95,"shims/runtime":102}],24:[function(e,t,n){"use strict";var o,r,i,s,l,a,u,d,c,h,f,m,p,g,v,w,b,y,C,_,R,M,S,E,O=(o=e("helpers/browser"),
o&&o.__esModule&&o||{"default":o}).isMobileBrowser,T=(r=e("editors"),r&&r.__esModule&&r||{"default":r}).getEditorConstructor,k=(i=e("renderers"),i&&i.__esModule&&i||{"default":i}).getRenderer,A=((s=e("editors/autocompleteEditor"),s&&s.__esModule&&s||{"default":s}).AutocompleteEditor,(l=e("editors/checkboxEditor"),l&&l.__esModule&&l||{"default":l}).CheckboxEditor,(a=e("editors/dateEditor"),a&&a.__esModule&&a||{"default":a}).DateEditor,(u=e("editors/dropdownEditor"),u&&u.__esModule&&u||{"default":u}).DropdownEditor,(d=e("editors/handsontableEditor"),d&&d.__esModule&&d||{"default":d}).HandsontableEditor,(c=e("editors/mobileTextEditor"),c&&c.__esModule&&c||{"default":c}).MobileTextEditor,(h=e("editors/numericEditor"),h&&h.__esModule&&h||{"default":h}).NumericEditor,(f=e("editors/passwordEditor"),f&&f.__esModule&&f||{"default":f}).PasswordEditor,(m=e("editors/selectEditor"),m&&m.__esModule&&m||{"default":m}).SelectEditor,(p=e("editors/textEditor"),p&&p.__esModule&&p||{"default":p}).TextEditor,(g=e("renderers/autocompleteRenderer"),g&&g.__esModule&&g||{"default":g}).AutocompleteRenderer,(v=e("renderers/checkboxRenderer"),v&&v.__esModule&&v||{"default":v}).CheckboxRenderer,(w=e("renderers/htmlRenderer"),w&&w.__esModule&&w||{"default":w}).HtmlRenderer,(b=e("renderers/numericRenderer"),b&&b.__esModule&&b||{"default":b}).NumericRenderer,(y=e("renderers/passwordRenderer"),y&&y.__esModule&&y||{"default":y}).PasswordRenderer,(C=e("renderers/textRenderer"),C&&C.__esModule&&C||{"default":C}).TextRenderer,(_=e("validators/autocompleteValidator"),_&&_.__esModule&&_||{"default":_}).AutocompleteValidator,(R=e("validators/dateValidator"),R&&R.__esModule&&R||{"default":R}).DateValidator,(M=e("validators/timeValidator"),M&&M.__esModule&&M||{"default":M}).TimeValidator,(S=e("validators/numericValidator"),S&&S.__esModule&&S||{"default":S}).NumericValidator,(E=e("browser"),E&&E.__esModule&&E||{"default":E})["default"]);A.AutocompleteCell={editor:T("autocomplete"),renderer:k("autocomplete"),validator:A.AutocompleteValidator},A.CheckboxCell={editor:T("checkbox"),renderer:k("checkbox")},A.TextCell={editor:T(O()?"mobile":"text"),renderer:k("text")},A.NumericCell={editor:T("numeric"),renderer:k("numeric"),validator:A.NumericValidator,dataType:"number"},A.DateCell={editor:T("date"),validator:A.DateValidator,renderer:k("autocomplete")},A.TimeCell={editor:T("text"),validator:A.TimeValidator,renderer:k("text")},A.HandsontableCell={editor:T("handsontable"),renderer:k("autocomplete")},A.PasswordCell={editor:T("password"),renderer:k("password"),copyable:!1},A.DropdownCell={editor:T("dropdown"),renderer:k("autocomplete"),validator:A.AutocompleteValidator},A.cellTypes={text:A.TextCell,date:A.DateCell,time:A.TimeCell,numeric:A.NumericCell,checkbox:A.CheckboxCell,autocomplete:A.AutocompleteCell,handsontable:A.HandsontableCell,password:A.PasswordCell,dropdown:A.DropdownCell},A.cellLookup={validator:{numeric:A.NumericValidator,autocomplete:A.AutocompleteValidator}}},{browser:23,editors:29,"editors/autocompleteEditor":31,"editors/checkboxEditor":32,"editors/dateEditor":33,"editors/dropdownEditor":34,"editors/handsontableEditor":35,"editors/mobileTextEditor":36,"editors/numericEditor":37,"editors/passwordEditor":38,"editors/selectEditor":39,"editors/textEditor":40,"helpers/browser":43,renderers:94,"renderers/autocompleteRenderer":96,"renderers/checkboxRenderer":97,"renderers/htmlRenderer":98,"renderers/numericRenderer":99,"renderers/passwordRenderer":100,"renderers/textRenderer":101,"validators/autocompleteValidator":107,"validators/dateValidator":108,"validators/numericValidator":109,"validators/timeValidator":110}],25:[function(e,t,n){"use strict";var o,r,i,s,l,a,u,d,c,h,f,m,p,g,v,w,b,y,C,_,R,M=(o=e("browser"),o&&o.__esModule&&o||{"default":o})["default"],S=(r=e("numeral"),r&&r.__esModule&&r||{"default":r})["default"],E=(i=e("helpers/dom/element"),i&&i.__esModule&&i||{"default":i}),O=E.addClass,T=E.empty,k=E.isChildOfWebComponentTable,A=E.removeClass,H=(s=e("helpers/setting"),s&&s.__esModule&&s||{"default":s}).columnFactory,P=(l=e("helpers/browser"),l&&l.__esModule&&l||{"default":l}).isMobileBrowser,x=(a=e("dataMap"),a&&a.__esModule&&a||{"default":a}).DataMap,D=(u=e("editorManager"),u&&u.__esModule&&u||{"default":u}).EditorManager,L=(d=e("eventManager"),d&&d.__esModule&&d||{"default":d}).eventManager,N=(c=e("helpers/object"),c&&c.__esModule&&c||{"default":c}),I=N.extend,W=N.duckSchema,F=N.isObjectEquals,j=N.deepClone,B=(h=e("helpers/array"),h&&h.__esModule&&h||{"default":h}),V=B.arrayFlatten,U=B.arrayMap,Y=(f=e("plugins"),f&&f.__esModule&&f||{"default":f}).getPlugin,z=(m=e("renderers"),m&&m.__esModule&&m||{"default":m}).getRenderer,G=(p=e("helpers/string"),p&&p.__esModule&&p||{"default":p}).randomString,$=(g=e("helpers/number"),g&&g.__esModule&&g||{"default":g}).rangeEach,K=(v=e("tableView"),v&&v.__esModule&&v||{"default":v}).TableView,X=(w=e("dataSource"),w&&w.__esModule&&w||{"default":w}).DataSource,q=(b=e("helpers/data"),b&&b.__esModule&&b||{"default":b}),Z=q.translateRowsToColumns,J=q.cellMethodLookupFactory,Q=q.spreadsheetColumnLabel,ee=(y=e("3rdparty/walkontable/src/cell/coords"),y&&y.__esModule&&y||{"default":y}).WalkontableCellCoords,te=(C=e("3rdparty/walkontable/src/cell/range"),C&&C.__esModule&&C||{"default":C}).WalkontableCellRange,ne=((_=e("3rdparty/walkontable/src/selection"),_&&_.__esModule&&_||{"default":_}).WalkontableSelection,(R=e("3rdparty/walkontable/src/calculator/viewportColumns"),R&&R.__esModule&&R||{"default":R}).WalkontableViewportColumnsCalculator);M.activeGuid=null,M.Core=function(e,t){function n(){var e=!1;return{validatorsInQueue:0,valid:!0,addValidatorToQueue:function(){this.validatorsInQueue++,e=!1},removeValidatorFormQueue:function(){this.validatorsInQueue=this.validatorsInQueue-1<0?0:this.validatorsInQueue-1,this.checkIfQueueIsEmpty()},onQueueEmpty:function(e){},checkIfQueueIsEmpty:function(){0==this.validatorsInQueue&&0==e&&(e=!0,this.onQueueEmpty(this.valid))}}}function o(e,t,o){function r(){var n;e.length&&(n=M.hooks.run(g,"beforeChange",e,t),"function"==typeof n?console.warn("Your beforeChange callback returns a function. It's not supported since Handsontable 0.12.1 (and the returned function will not be executed)."):n===!1&&e.splice(0,e.length)),o()}var i=new n;i.onQueueEmpty=r;for(var s=e.length-1;s>=0;s--)if(null===e[s])e.splice(s,1);else{var l=e[s][0],a=c.propToCol(e[s][1]),u=g.getCellMeta(l,a);if("numeric"===u.type&&"string"==typeof e[s][3]&&e[s][3].length>0&&(/^-?[\d\s]*(\.|\,)?\d*$/.test(e[s][3])||u.format)){var d=e[s][3].length;"undefined"==typeof u.language?S.language("en"):e[s][3].indexOf(".")===d-3&&-1===e[s][3].indexOf(",")?S.language("en"):S.language(u.language),S.validate(e[s][3])&&(e[s][3]=S().unformat(e[s][3]))}g.getCellValidator(u)&&(i.addValidatorToQueue(),g.validateCell(e[s][3],u,function(t,n){return function(o){if("boolean"!=typeof o)throw new Error("Validation error: result is not boolean");o===!1&&n.allowInvalid===!1&&(e.splice(t,1),n.valid=!0,--t),i.removeValidatorFormQueue()}}(s,u),t))}i.checkIfQueueIsEmpty()}function r(e,t){var n=e.length-1;if(!(0>n)){for(;n>=0;n--)if(null!==e[n]){if(null!=e[n][2]||null!=e[n][3]){if(d.settings.allowInsertRow)for(;e[n][0]>g.countRows()-1;)c.createRow();if("array"===g.dataType&&(!d.settings.columns||0===d.settings.columns.length)&&d.settings.allowInsertColumn)for(;c.propToCol(e[n][1])>g.countCols()-1;)c.createCol();c.set(e[n][0],e[n][1],e[n][3])}}else e.splice(n,1);g.forceFullRender=!0,f.adjustRowsAndCols(),M.hooks.run(g,"beforeChangeRender",e,t),m.refreshBorders(null,!0),g.view.wt.wtOverlays.adjustElementsSize(),M.hooks.run(g,"afterChange",e,t||"edit")}}function i(e,t,n){return"object"==typeof e?e:[[e,t,n]]}function s(e){if(e.hasOwnProperty("type")){var t,n={};if("object"==typeof e.type)t=e.type;else if("string"==typeof e.type&&(t=M.cellTypes[e.type],void 0===t))throw new Error('You declared cell type "'+e.type+'" as a string that is not mapped to a known object. Cell type must be an object or a string mapped to an object in Handsontable.cellTypes');for(var o in t)t.hasOwnProperty(o)&&!e.hasOwnProperty(o)&&(n[o]=t[o]);return n}}function l(e){return M.hooks.run(g,"modifyRow",e)}function a(e){return M.hooks.run(g,"modifyCol",e)}function u(){throw new Error("This method cannot be called because this Handsontable instance has been destroyed")}var d,c,h,f,m,p,g=this,v=function(){},w=L(g);I(v.prototype,oe.prototype),I(v.prototype,t),I(v.prototype,s(t)),this.rootElement=e,this.isHotTableEnv=k(this.rootElement),M.eventManager.isHotTableEnv=this.isHotTableEnv,this.container=document.createElement("DIV"),this.renderCall=!1,e.insertBefore(this.container,e.firstChild),this.guid="ht_"+G(),h=new X(g),this.rootElement.id&&"ht_"!==this.rootElement.id.substring(0,3)||(this.rootElement.id=this.guid),d={cellSettings:[],columnSettings:[],columnsSettingConflicts:["data","width"],settings:new v,selRange:null,isPopulated:null,scrollable:null,firstRun:!0},f={alter:function(e,t,n,o,r){function i(e,t,n,o){var r=function(){var e;return"array"===o?e=[]:"object"===o&&(e={}),e},i=U(new Array(n),function(){return r()});i.unshift(t,0),e.splice.apply(e,i)}var s;switch(n=n||1,e){case"insert_row":if(g.getSettings().maxRows===g.countSourceRows())return;s=c.createRow(t,n),i(d.cellSettings,t,n,"array"),s&&(m.isSelected()&&d.selRange.from.row>=t?(d.selRange.from.row=d.selRange.from.row+s,m.transformEnd(s,0)):m.refreshBorders());break;case"insert_col":s=c.createCol(t,n);for(var l=0,u=g.countSourceRows();u>l;l++)d.cellSettings[l]&&i(d.cellSettings[l],t,n);if(s){if(Array.isArray(g.getSettings().colHeaders)){var h=[t,0];h.length+=s,Array.prototype.splice.apply(g.getSettings().colHeaders,h)}m.isSelected()&&d.selRange.from.col>=t?(d.selRange.from.col=d.selRange.from.col+s,m.transformEnd(0,s)):m.refreshBorders()}break;case"remove_row":c.removeRow(t,n),d.cellSettings.splice(t,n);var p=g.countRows(),v=g.getSettings().fixedRowsTop;v>=t+1&&(g.getSettings().fixedRowsTop-=Math.min(n,v-t));var w=g.getSettings().fixedRowsBottom;w&&t>=p-w&&(g.getSettings().fixedRowsBottom-=Math.min(n,w)),f.adjustRowsAndCols(),m.refreshBorders();break;case"remove_col":var b=a(t);c.removeCol(t,n);for(var y=0,C=g.countSourceRows();C>y;y++)d.cellSettings[y]&&d.cellSettings[y].splice(b,n);var _=g.getSettings().fixedColumnsLeft;_>=t+1&&(g.getSettings().fixedColumnsLeft-=Math.min(n,_-t)),Array.isArray(g.getSettings().colHeaders)&&("undefined"==typeof b&&(b=-1),g.getSettings().colHeaders.splice(b,n)),f.adjustRowsAndCols(),m.refreshBorders();break;default:throw new Error('There is no such action "'+e+'"')}r||f.adjustRowsAndCols()},adjustRowsAndCols:function(){if(d.settings.minRows){var e=g.countRows();if(e<d.settings.minRows)for(var t=0,n=d.settings.minRows;n-e>t;t++)c.createRow(g.countRows(),1,!0)}if(d.settings.minSpareRows){var o=g.countEmptyRows(!0);if(o<d.settings.minSpareRows)for(;o<d.settings.minSpareRows&&g.countRows()<d.settings.maxRows;o++)c.createRow(g.countRows(),1,!0)}var r;if((d.settings.minCols||d.settings.minSpareCols)&&(r=g.countEmptyCols(!0)),d.settings.minCols&&!d.settings.columns&&g.countCols()<d.settings.minCols)for(;g.countCols()<d.settings.minCols;r++)c.createCol(g.countCols(),1,!0);if(d.settings.minSpareCols&&!d.settings.columns&&"array"===g.dataType&&r<d.settings.minSpareCols)for(;r<d.settings.minSpareCols&&g.countCols()<d.settings.maxCols;r++)c.createCol(g.countCols(),1,!0);var i=g.countRows(),s=g.countCols();if(0!==i&&0!==s||m.deselect(),m.isSelected()){var l=!1,a=d.selRange.from.row,u=d.selRange.from.col,h=d.selRange.to.row,f=d.selRange.to.col;a>i-1?(a=i-1,l=!0,h>a&&(h=a)):h>i-1&&(h=i-1,l=!0,a>h&&(a=h)),u>s-1?(u=s-1,l=!0,f>u&&(f=u)):f>s-1&&(f=s-1,l=!0,u>f&&(u=f)),l&&g.selectCell(a,u,h,f)}g.view&&g.view.wt.wtOverlays.adjustElementsSize()},populateFromArray:function(e,t,n,o,r,i,s){var l,a,u,c,h=[],f={};if(a=t.length,0===a)return!1;var m,p,v,w;({row:null===n?null:n.row,col:null===n?null:n.col});switch(r){case"shift_down":for(m=n?n.col-e.col+1:0,p=n?n.row-e.row+1:0,t=Z(t),u=0,c=t.length,v=Math.max(c,m);v>u;u++)if(c>u){for(l=0,a=t[u].length;p-a>l;l++)t[u].push(t[u][l%a]);t[u].unshift(e.col+u,e.row,0),g.spliceCol.apply(g,t[u])}else t[u%c][0]=e.col+u,g.spliceCol.apply(g,t[u%c]);break;case"shift_right":for(m=n?n.col-e.col+1:0,p=n?n.row-e.row+1:0,l=0,a=t.length,w=Math.max(a,p);w>l;l++)if(a>l){for(u=0,c=t[l].length;m-c>u;u++)t[l].push(t[l][u%c]);t[l].unshift(e.row+l,e.col,0),g.spliceRow.apply(g,t[l])}else t[l%a][0]=e.row+l,g.spliceRow.apply(g,t[l%a]);break;case"overwrite":default:f.row=e.row,f.col=e.col;var b,y={row:n&&e?n.row-e.row+1:1,col:n&&e?n.col-e.col+1:1},C=0,_=0,R=!0,M=function(e){var n=void 0!==arguments[1]?arguments[1]:null,o=t[e%t.length];return null!==n?o[n%o.length]:o},S=t.length,E=n?n.row-e.row+1:0;for(a=n?E:Math.max(S,E),l=0;a>l&&!(n&&f.row>n.row&&E>S||!d.settings.allowInsertRow&&f.row>g.countRows()-1||f.row>=d.settings.maxRows);l++){var O=l-C,T=M(O).length,k=n?n.col-e.col+1:0;if(c=n?k:Math.max(T,k),f.col=e.col,b=g.getCellMeta(f.row,f.col),"paste"!==o&&"autofill"!==o||!b.skipRowOnPaste){for(_=0,u=0;c>u&&!(n&&f.col>n.col&&k>T||!d.settings.allowInsertColumn&&f.col>g.countCols()-1||f.col>=d.settings.maxCols);u++)if(b=g.getCellMeta(f.row,f.col),"paste"!==o&&"autofill"!==o||!b.skipColumnOnPaste)if(b.readOnly)f.col++;else{var A=u-_,H=M(O,A),P=g.getDataAtCell(f.row,f.col),x={row:O,col:A};if("autofill"===o){var D=g.runHooks("beforeAutofillInsidePopulate",x,i,t,s,{},y);D&&(H="undefined"==typeof D.value?H:D.value)}if(null!==H&&"object"==typeof H)if(null===P||"object"!=typeof P)R=!1;else{var L=W(P[0]||P),N=W(H[0]||H);F(L,N)?H=j(H):R=!1}else null!==P&&"object"==typeof P&&(R=!1);R&&h.push([f.row,f.col,H]),R=!0,f.col++}else _++,f.col++,c++;f.row++}else C++,f.row++,a++}g.setDataAtCell(h,null,null,o||"populateFromArray")}}},this.selection=m={inProgress:!1,selectedHeader:{cols:!1,rows:!1},setSelectedHeaders:function(e,t){g.selection.selectedHeader.rows=e,g.selection.selectedHeader.cols=t},begin:function(){g.selection.inProgress=!0},finish:function(){var e=g.getSelected();M.hooks.run(g,"afterSelectionEnd",e[0],e[1],e[2],e[3]),M.hooks.run(g,"afterSelectionEndByProp",e[0],g.colToProp(e[1]),e[2],g.colToProp(e[3])),g.selection.inProgress=!1},isInProgress:function(){return g.selection.inProgress},setRangeStart:function(e,t){M.hooks.run(g,"beforeSetRangeStart",e),d.selRange=new te(e,e,e),m.setRangeEnd(e,null,t)},setRangeStartOnly:function(e){M.hooks.run(g,"beforeSetRangeStartOnly",e),d.selRange=new te(e,e,e)},setRangeEnd:function(e,t,n){if(null!==d.selRange){var o,r=!1,i=!0,s=g.view.wt.wtTable.getFirstVisibleRow(),l=g.view.wt.wtTable.getFirstVisibleColumn(),a={row:null,col:null};M.hooks.run(g,"beforeSetRangeEnd",e),g.selection.begin(),a.row=e.row<0?s:e.row,a.col=e.col<0?l:e.col,d.selRange.to=new ee(a.row,a.col),d.settings.multiSelect||(d.selRange.from=e),g.view.wt.selections.current.clear(),o=g.getCellMeta(d.selRange.highlight.row,d.selRange.highlight.col).disableVisualSelection,"string"==typeof o&&(o=[o]),(o===!1||Array.isArray(o)&&-1===o.indexOf("current"))&&g.view.wt.selections.current.add(d.selRange.highlight),g.view.wt.selections.area.clear(),(o===!1||Array.isArray(o)&&-1===o.indexOf("area"))&&m.isMultiple()&&(g.view.wt.selections.area.add(d.selRange.from),g.view.wt.selections.area.add(d.selRange.to)),(d.settings.currentRowClassName||d.settings.currentColClassName)&&(g.view.wt.selections.highlight.clear(),g.view.wt.selections.highlight.add(d.selRange.from),g.view.wt.selections.highlight.add(d.selRange.to)),M.hooks.run(g,"afterSelection",d.selRange.from.row,d.selRange.from.col,d.selRange.to.row,d.selRange.to.col),M.hooks.run(g,"afterSelectionByProp",d.selRange.from.row,c.colToProp(d.selRange.from.col),d.selRange.to.row,c.colToProp(d.selRange.to.col)),(0===d.selRange.from.row&&d.selRange.to.row===g.countRows()-1&&g.countRows()>1||0===d.selRange.from.col&&d.selRange.to.col===g.countCols()-1&&g.countCols()>1)&&(r=!0),(e.row<0||e.col<0)&&(i=!1),t!==!1&&!r&&i&&(d.selRange.from&&!m.isMultiple()?g.view.scrollViewport(d.selRange.from):g.view.scrollViewport(e)),m.refreshBorders(null,n)}},refreshBorders:function(e,t){t||p.destroyEditor(e),g.view.render(),m.isSelected()&&!t&&p.prepareEditor()},isMultiple:function(){var e=!(d.selRange.to.col===d.selRange.from.col&&d.selRange.to.row===d.selRange.from.row),t=M.hooks.run(g,"afterIsMultipleSelection",e);return e?t:void 0},transformStart:function(e,t,n,o){var r,i,s,l,a=new ee(e,t),u=0,c=0;g.runHooks("modifyTransformStart",a),r=g.countRows(),i=g.countCols(),l=g.getSettings().fixedRowsBottom,d.selRange.highlight.row+e>r-1?n&&d.settings.minSpareRows>0&&!(l&&d.selRange.highlight.row>=r-l-1)?(g.alter("insert_row",r),r=g.countRows()):d.settings.autoWrapCol&&(a.row=1-r,a.col=d.selRange.highlight.col+a.col==i-1?1-i:1):d.settings.autoWrapCol&&d.selRange.highlight.row+a.row<0&&d.selRange.highlight.col+a.col>=0&&(a.row=r-1,a.col=d.selRange.highlight.col+a.col==0?i-1:-1),d.selRange.highlight.col+a.col>i-1?n&&d.settings.minSpareCols>0?(g.alter("insert_col",i),i=g.countCols()):d.settings.autoWrapRow&&(a.row=d.selRange.highlight.row+a.row==r-1?1-r:1,a.col=1-i):d.settings.autoWrapRow&&d.selRange.highlight.col+a.col<0&&d.selRange.highlight.row+a.row>=0&&(a.row=d.selRange.highlight.row+a.row==0?r-1:-1,a.col=i-1),s=new ee(d.selRange.highlight.row+a.row,d.selRange.highlight.col+a.col),s.row<0?(u=-1,s.row=0):s.row>0&&s.row>=r&&(u=1,s.row=r-1),s.col<0?(c=-1,s.col=0):s.col>0&&s.col>=i&&(c=1,s.col=i-1),g.runHooks("afterModifyTransformStart",s,u,c),m.setRangeStart(s,o)},transformEnd:function(e,t){var n,o,r,i=new ee(e,t),s=0,l=0;g.runHooks("modifyTransformEnd",i),n=g.countRows(),o=g.countCols(),r=new ee(d.selRange.to.row+i.row,d.selRange.to.col+i.col),r.row<0?(s=-1,r.row=0):r.row>0&&r.row>=n&&(s=1,r.row=n-1),r.col<0?(l=-1,r.col=0):r.col>0&&r.col>=o&&(l=1,r.col=o-1),g.runHooks("afterModifyTransformEnd",r,s,l),m.setRangeEnd(r,!0)},isSelected:function(){return null!==d.selRange},inInSelection:function(e){return m.isSelected()?d.selRange.includes(e):!1},deselect:function(){m.isSelected()&&(g.selection.inProgress=!1,d.selRange=null,g.view.wt.selections.current.clear(),g.view.wt.selections.area.clear(),(d.settings.currentRowClassName||d.settings.currentColClassName)&&g.view.wt.selections.highlight.clear(),p.destroyEditor(),m.refreshBorders(),M.hooks.run(g,"afterDeselect"))},selectAll:function(){d.settings.multiSelect&&(m.setRangeStart(new ee(0,0)),m.setRangeEnd(new ee(g.countRows()-1,g.countCols()-1),!1))},empty:function(){if(m.isSelected()){var e,t,n=d.selRange.getTopLeftCorner(),o=d.selRange.getBottomRightCorner(),r=[];for(e=n.row;e<=o.row;e++)for(t=n.col;t<=o.col;t++)g.getCellMeta(e,t).readOnly||r.push([e,t,""]);g.setDataAtCell(r)}}},this.init=function(){h.setData(d.settings.data),M.hooks.run(g,"beforeInit"),P()&&O(g.rootElement,"mobile"),this.updateSettings(d.settings,!0),this.view=new K(this),p=new D(g,d,m,c),this.forceFullRender=!0,M.hooks.run(g,"init"),this.view.render(),"object"==typeof d.firstRun&&(M.hooks.run(g,"afterChange",d.firstRun[0],d.firstRun[1]),d.firstRun=!1),M.hooks.run(g,"afterInit")},this.validateCell=function(e,t,n,o){function r(e){var o=t.visualCol,r=t.visualRow,i=g.getCell(r,o,!0);i&&"TH"!=i.nodeName&&g.view.wt.wtSettings.settings.cellRenderer(r,o,i),n(e)}var i=g.getCellValidator(t);"[object RegExp]"===Object.prototype.toString.call(i)&&(i=function(e){return function(t,n){n(e.test(t))}}(i)),"function"==typeof i?(e=M.hooks.run(g,"beforeValidate",e,t.visualRow,t.prop,o),g._registerTimeout(setTimeout(function(){i.call(t,e,function(n){n=M.hooks.run(g,"afterValidate",n,e,t.visualRow,t.prop,o),t.valid=n,r(n),M.hooks.run(g,"postAfterValidate",n,e,t.visualRow,t.prop,o)})},0))):g._registerTimeout(setTimeout(function(){t.valid=!0,r(t.valid)},0))},this.setDataAtCell=function(e,t,n,s){var l,a,u,d=i(e,t,n),h=[];for(l=0,a=d.length;a>l;l++){if("object"!=typeof d[l])throw new Error("Method `setDataAtCell` accepts row number or changes array of arrays as its first parameter");if("number"!=typeof d[l][1])throw new Error("Method `setDataAtCell` accepts row and column number as its parameters. If you want to use object property name, use method `setDataAtRowProp`");u=c.colToProp(d[l][1]),h.push([d[l][0],u,c.get(d[l][0],u),d[l][2]])}s||"object"!=typeof e||(s=t),o(h,s,function(){r(h,s)})},this.setDataAtRowProp=function(e,t,n,s){var l,a,u=i(e,t,n),d=[];for(l=0,a=u.length;a>l;l++)d.push([u[l][0],u[l][1],c.get(u[l][0],u[l][1]),u[l][2]]);s||"object"!=typeof e||(s=t),o(d,s,function(){r(d,s)})},this.listen=function(){M.activeGuid=g.guid},this.unlisten=function(){M.activeGuid=null},this.isListening=function(){return M.activeGuid===g.guid},this.destroyEditor=function(e){m.refreshBorders(e)},this.populateFromArray=function(e,t,n,o,r,i,s,l,a){var u;if("object"!=typeof n||"object"!=typeof n[0])throw new Error("populateFromArray parameter `input` must be an array of arrays");return u="number"==typeof o?new ee(o,r):null,f.populateFromArray(new ee(e,t),n,u,i,s,l,a)},this.spliceCol=function(e,t,n){return c.spliceCol.apply(c,arguments)},this.spliceRow=function(e,t,n){return c.spliceRow.apply(c,arguments)},this.getSelected=function(){return m.isSelected()?[d.selRange.from.row,d.selRange.from.col,d.selRange.to.row,d.selRange.to.col]:void 0},this.getSelectedRange=function(){return m.isSelected()?d.selRange:void 0},this.render=function(){g.view&&(g.renderCall=!0,g.forceFullRender=!0,m.refreshBorders(null,!0))},this.loadData=function(e){function t(){d.cellSettings.length=0}if("object"==typeof e&&null!==e)e.push&&e.splice||(e=[e]);else{if(null!==e)throw new Error("loadData only accepts array of objects or array of arrays ("+typeof e+" given)");e=[];for(var n,o=0,r=d.settings.startRows;r>o;o++){n=[];for(var i=0,s=d.settings.startCols;s>i;i++)n.push(null);e.push(n)}}d.isPopulated=!1,v.prototype.data=e,Array.isArray(d.settings.dataSchema)||Array.isArray(e[0])?g.dataType="array":"function"==typeof d.settings.dataSchema?g.dataType="function":g.dataType="object",c&&c.destroy(),c=new x(g,d,v),h.data=e,h.dataType=g.dataType,h.colToProp=c.colToProp.bind(c),h.propToCol=c.propToCol.bind(c),t(),f.adjustRowsAndCols(),M.hooks.run(g,"afterLoadData",d.firstRun),d.firstRun?d.firstRun=[null,"loadData"]:(M.hooks.run(g,"afterChange",null,"loadData"),g.render()),d.isPopulated=!0},this.getData=function(e,t,n,o){return"undefined"==typeof e?c.getAll():c.getRange(new ee(e,t),new ee(n,o),c.DESTINATION_RENDERER)},this.getCopyableText=function(e,t,n,o){return c.getCopyableText(new ee(e,t),new ee(n,o))},this.getCopyableData=function(e,t){return c.getCopyable(e,c.colToProp(t))},this.getSchema=function(){return c.getSchema()},this.updateSettings=function(e,t){var n,o;if("undefined"!=typeof e.rows)throw new Error('"rows" setting is no longer supported. do you mean startRows, minRows or maxRows?');if("undefined"!=typeof e.cols)throw new Error('"cols" setting is no longer supported. do you mean startCols, minCols or maxCols?');for(n in e)"data"!==n&&(M.hooks.getRegistered().indexOf(n)>-1?("function"==typeof e[n]||Array.isArray(e[n]))&&g.addHook(n,e[n]):!t&&e.hasOwnProperty(n)&&(v.prototype[n]=e[n]));if(void 0===e.data&&void 0===d.settings.data?g.loadData(null):void 0!==e.data?g.loadData(e.data):void 0!==e.columns&&c.createMap(),o=g.countCols(),void 0===e.cell&&void 0===e.cells&&void 0===e.columns||(d.cellSettings.length=0),o>0){var r,i;for(n=0;o>n;n++)d.columnSettings[n]=H(v,d.columnsSettingConflicts),r=d.columnSettings[n].prototype,v.prototype.columns&&(i=v.prototype.columns[n],i&&(I(r,i),I(r,s(i))))}if("undefined"!=typeof e.cell)for(n in e.cell)if(e.cell.hasOwnProperty(n)){var l=e.cell[n];g.setCellMetaObject(l.row,l.col,l)}M.hooks.run(g,"afterCellMetaReset"),"undefined"!=typeof e.className&&(v.prototype.className&&A(g.rootElement,v.prototype.className),e.className&&O(g.rootElement,e.className));var a=g.rootElement.style.height;""!==a&&(a=parseInt(g.rootElement.style.height,10));var u=e.height;if("function"==typeof u&&(u=u()),t){var h=g.rootElement.getAttribute("style");h&&g.rootElement.setAttribute("data-initialstyle",g.rootElement.getAttribute("style"))}if(null===u){var p=g.rootElement.getAttribute("data-initialstyle");p&&(p.indexOf("height")>-1||p.indexOf("overflow")>-1)?g.rootElement.setAttribute("style",p):(g.rootElement.style.height="",g.rootElement.style.overflow="")}else void 0!==u&&(g.rootElement.style.height=u+"px",g.rootElement.style.overflow="hidden");if("undefined"!=typeof e.width){var w=e.width;"function"==typeof w&&(w=w()),g.rootElement.style.width=w+"px"}t||(c.clearLengthCache(),M.hooks.run(g,"afterUpdateSettings")),f.adjustRowsAndCols(),g.view&&!d.firstRun&&(g.forceFullRender=!0,m.refreshBorders(null,!0)),t||!g.view||""!==a&&""!==u&&void 0!==u||a===u||g.view.wt.wtOverlays.updateMainScrollableElements()},this.getValue=function(){var e=g.getSelected();if(v.prototype.getValue){if("function"==typeof v.prototype.getValue)return v.prototype.getValue.call(g);if(e)return g.getData()[e[0]][v.prototype.getValue]}else if(e)return g.getDataAtCell(e[0],e[1])},this.getSettings=function(){return d.settings},this.clear=function(){m.selectAll(),m.empty()},this.alter=function(e,t,n,o,r){f.alter(e,t,n,o,r)},this.getCell=function(e,t,n){return g.view.getCellAtCoords(new ee(e,t),n)},this.getCoords=function(e){return this.view.wt.wtTable.getCoords.call(this.view.wt.wtTable,e)},this.colToProp=function(e){return c.colToProp(e)},this.propToCol=function(e){return c.propToCol(e)},this.getDataAtCell=function(e,t){return c.get(e,c.colToProp(t))},this.getDataAtRowProp=function(e,t){return c.get(e,t)},this.getDataAtCol=function(e){var t=[];return t.concat.apply(t,c.getRange(new ee(0,e),new ee(d.settings.data.length-1,e),c.DESTINATION_RENDERER))},this.getDataAtProp=function(e){var t,n=[];return t=c.getRange(new ee(0,c.propToCol(e)),new ee(d.settings.data.length-1,c.propToCol(e)),c.DESTINATION_RENDERER),n.concat.apply(n,t)},this.getSourceData=function(e,t,n,o){var r;return r=void 0===e?h.getData():h.getByRange(new ee(e,t),new ee(n,o))},this.getSourceDataAtCol=function(e){return h.getAtColumn(e)},this.getSourceDataAtRow=function(e){return h.getAtRow(e)},this.getSourceDataAtCell=function(e,t){return h.getAtCell(e,t)},this.getDataAtRow=function(e){var t=c.getRange(new ee(e,0),new ee(e,this.countCols()-1),c.DESTINATION_RENDERER);return t[0]},this.getDataType=function(e,t,n,o){var r=this,i=null,s=null;void 0===e&&(e=0,n=this.countRows(),t=0,o=this.countCols()),void 0===n&&(n=e),void 0===o&&(o=t);var l="mixed";return $(Math.min(e,n),Math.max(e,n),function(e){var n=!0;return $(Math.min(t,o),Math.max(t,o),function(t){var o=r.getCellMeta(e,t);return s=o.type,i?n=i===s:i=s,n}),l=n?s:"mixed",n}),l},this.removeCellMeta=function(e,t,n){var o=g.getCellMeta(e,t);void 0!=o[n]&&delete d.cellSettings[e][t][n]},this.setCellMetaObject=function(e,t,n){if("object"==typeof n)for(var o in n)if(n.hasOwnProperty(o)){var r=n[o];this.setCellMeta(e,t,o,r)}},this.setCellMeta=function(e,t,n,o){d.cellSettings[e]||(d.cellSettings[e]=[]),d.cellSettings[e][t]||(d.cellSettings[e][t]=new d.columnSettings[t]),d.cellSettings[e][t][n]=o,M.hooks.run(g,"afterSetCellMeta",e,t,n,o)},this.getCellsMeta=function(){return V(d.cellSettings)},this.getCellMeta=function(e,t){var n,o=c.colToProp(t),r=e,i=t;if(e=l(e),t=a(t),d.columnSettings[t]||(d.columnSettings[t]=H(v,d.columnsSettingConflicts)),d.cellSettings[e]||(d.cellSettings[e]=[]),d.cellSettings[e][t]||(d.cellSettings[e][t]=new d.columnSettings[t]),n=d.cellSettings[e][t],n.row=e,n.col=t,n.visualRow=r,n.visualCol=i,n.prop=o,n.instance=g,M.hooks.run(g,"beforeGetCellMeta",e,t,n),I(n,s(n)),n.cells){var u=n.cells.call(n,e,t,o);u&&(I(n,u),I(n,s(u)))}return M.hooks.run(g,"afterGetCellMeta",e,t,n),n},this.isColumnModificationAllowed=function(){return!("object"===g.dataType||g.getSettings().columns)};var b=J("renderer");this.getCellRenderer=function(e,t){var n=b.call(this,e,t);return z(n)},this.getCellEditor=J("editor"),this.getCellValidator=J("validator"),this.validateCells=function(e){var t=new n;e&&(t.onQueueEmpty=e);for(var o=g.countRows()-1;o>=0;){for(var r=g.countCols()-1;r>=0;)t.addValidatorToQueue(),g.validateCell(g.getDataAtCell(o,r),g.getCellMeta(o,r),function(e){if("boolean"!=typeof e)throw new Error("Validation error: result is not boolean");e===!1&&(t.valid=!1),t.removeValidatorFormQueue()},"validateCells"),r--;o--}t.checkIfQueueIsEmpty()},this.getRowHeader=function(e){var t=d.settings.rowHeaders;return void 0!==e&&(e=M.hooks.run(g,"modifyRowHeader",e)),void 0===e?(t=[],$(g.countRows()-1,function(e){t.push(g.getRowHeader(e))})):Array.isArray(t)&&void 0!==t[e]?t=t[e]:"function"==typeof t?t=t(e):t&&"string"!=typeof t&&"number"!=typeof t&&(t=e+1),t},this.hasRowHeaders=function(){return!!d.settings.rowHeaders},this.hasColHeaders=function(){if(void 0!==d.settings.colHeaders&&null!==d.settings.colHeaders)return!!d.settings.colHeaders;for(var e=0,t=g.countCols();t>e;e++)if(g.getColHeader(e))return!0;return!1},this.getColHeader=function(e){if(e=M.hooks.run(g,"modifyColHeader",e),void 0===e){for(var t=[],n=0,o=g.countCols();o>n;n++)t.push(g.getColHeader(n));return t}var r=e;return e=M.hooks.run(g,"modifyCol",e),d.settings.columns&&d.settings.columns[e]&&d.settings.columns[e].title?d.settings.columns[e].title:Array.isArray(d.settings.colHeaders)&&void 0!==d.settings.colHeaders[e]?d.settings.colHeaders[e]:"function"==typeof d.settings.colHeaders?d.settings.colHeaders(e):d.settings.colHeaders&&"string"!=typeof d.settings.colHeaders&&"number"!=typeof d.settings.colHeaders?Q(r):d.settings.colHeaders},this._getColWidthFromSettings=function(e){var t=g.getCellMeta(0,e),n=t.width;if(void 0!==n&&n!==d.settings.width||(n=t.colWidths),void 0!==n&&null!==n){switch(typeof n){case"object":n=n[e];break;case"function":n=n(e)}"string"==typeof n&&(n=parseInt(n,10))}return n},this.getColWidth=function(e){var t=g._getColWidthFromSettings(e);return t=M.hooks.run(g,"modifyColWidth",t,e),void 0===t&&(t=ne.DEFAULT_WIDTH),t},this._getRowHeightFromSettings=function(e){var t=d.settings.rowHeights;if(void 0!==t&&null!==t){switch(typeof t){case"object":t=t[e];break;case"function":t=t(e)}"string"==typeof t&&(t=parseInt(t,10))}return t},this.getRowHeight=function(e){var t=g._getRowHeightFromSettings(e);return t=M.hooks.run(g,"modifyRowHeight",t,e)},this.countSourceRows=function(){return g.getSourceData()?g.getSourceData().length:0},this.countRows=function(){return c.getLength()},this.countCols=function(){return"object"===g.dataType||"function"===g.dataType?d.settings.columns&&d.settings.columns.length?d.settings.columns.length:c.colToPropCache.length:"array"===g.dataType?d.settings.columns&&d.settings.columns.length?d.settings.columns.length:d.settings.data&&d.settings.data[0]&&d.settings.data[0].length?d.settings.data[0].length:0:void 0},this.rowOffset=function(){return g.view.wt.wtTable.getFirstRenderedRow()},this.colOffset=function(){return g.view.wt.wtTable.getFirstRenderedColumn()},this.countRenderedRows=function(){return g.view.wt.drawn?g.view.wt.wtTable.getRenderedRowsCount():-1},this.countVisibleRows=function(){return g.view.wt.drawn?g.view.wt.wtTable.getVisibleRowsCount():-1},this.countRenderedCols=function(){return g.view.wt.drawn?g.view.wt.wtTable.getRenderedColumnsCount():-1},this.countVisibleCols=function(){return g.view.wt.drawn?g.view.wt.wtTable.getVisibleColumnsCount():-1},this.countEmptyRows=function(e){for(var t,n=g.countRows()-1,o=0;n>=0;){if(t=M.hooks.run(this,"modifyRow",n),g.isEmptyRow(t))o++;else if(e)break;n--}return o},this.countEmptyCols=function(e){if(g.countRows()<1)return 0;for(var t=g.countCols()-1,n=0;t>=0;){if(g.isEmptyCol(t))n++;else if(e)break;t--}return n},this.isEmptyRow=function(e){return d.settings.isEmptyRow.call(g,e)},this.isEmptyCol=function(e){return d.settings.isEmptyCol.call(g,e)},this.selectCell=function(e,t,n,o,r,i){var s;if(i="undefined"==typeof i||i===!0,"number"!=typeof e||0>e||e>=g.countRows())return!1;if("number"!=typeof t||0>t||t>=g.countCols())return!1;if("undefined"!=typeof n){if("number"!=typeof n||0>n||n>=g.countRows())return!1;if("number"!=typeof o||0>o||o>=g.countCols())return!1;
}return s=new ee(e,t),d.selRange=new te(s,s,s),i&&g.listen(),"undefined"==typeof n?m.setRangeEnd(d.selRange.from,r):m.setRangeEnd(new ee(n,o),r),g.selection.finish(),!0},this.selectCellByProp=function(e,t,n,o,r){return arguments[1]=c.propToCol(arguments[1]),"undefined"!=typeof arguments[3]&&(arguments[3]=c.propToCol(arguments[3])),g.selectCell.apply(g,arguments)},this.deselectCell=function(){m.deselect()},this.scrollViewportTo=function(e,t){if(void 0!==e&&(0>e||e>=g.countRows()))return!1;if(void 0!==t&&(0>t||t>=g.countCols()))return!1;var n=!1;return void 0!==e&&void 0!==t&&(g.view.wt.scrollVertical(e),g.view.wt.scrollHorizontal(t),n=!0),"number"==typeof e&&"number"!=typeof t&&(g.view.wt.scrollVertical(e),n=!0),"number"==typeof t&&"number"!=typeof e&&(g.view.wt.scrollHorizontal(t),n=!0),n},this.destroy=function(){g._clearTimeouts(),g.view&&g.view.destroy(),h&&h.destroy(),h=null,T(g.rootElement),w.destroy(),M.hooks.run(g,"afterDestroy"),M.hooks.destroy(g);for(var e in g)g.hasOwnProperty(e)&&("function"==typeof g[e]?g[e]=u:"guid"!==e&&(g[e]=null));c&&c.destroy(),c=null,d=null,f=null,m=null,p=null,g=null,v=null},this.getActiveEditor=function(){return p.getActiveEditor()},this.getPlugin=function(e){return Y(this,e)},this.getInstance=function(){return g},this.addHook=function(e,t){M.hooks.add(e,t,g)},this.hasHook=function(e){return M.hooks.has(e,g)},this.addHookOnce=function(e,t){M.hooks.once(e,t,g)},this.removeHook=function(e,t){M.hooks.remove(e,t,g)},this.runHooks=function(e,t,n,o,r,i,s){return M.hooks.run(g,e,t,n,o,r,i,s)},this.timeouts=[],this._registerTimeout=function(e){this.timeouts.push(e)},this._clearTimeouts=function(){for(var e=0,t=this.timeouts.length;t>e;e++)clearTimeout(this.timeouts[e])},this.version=M.version,M.hooks.run(g,"construct")};var oe=function(){};oe.prototype={data:void 0,dataSchema:void 0,width:void 0,height:void 0,startRows:5,startCols:5,rowHeaders:void 0,colHeaders:null,colWidths:void 0,rowHeights:void 0,columns:void 0,cells:void 0,cell:[],comments:!1,customBorders:!1,minRows:0,minCols:0,maxRows:1/0,maxCols:1/0,minSpareRows:0,minSpareCols:0,allowInsertRow:!0,allowInsertColumn:!0,allowRemoveRow:!0,allowRemoveColumn:!0,multiSelect:!0,fillHandle:!0,fixedRowsTop:0,fixedRowsBottom:0,fixedColumnsLeft:0,outsideClickDeselects:!0,enterBeginsEditing:!0,enterMoves:{row:1,col:0},tabMoves:{row:0,col:1},autoWrapRow:!1,autoWrapCol:!1,copyRowsLimit:1e3,copyColsLimit:1e3,pasteMode:"overwrite",persistentState:void 0,currentRowClassName:void 0,currentColClassName:void 0,className:void 0,tableClassName:void 0,stretchH:"none",isEmptyRow:function(e){var t,n,o,r;for(t=0,n=this.countCols();n>t;t++)if(o=this.getDataAtCell(e,t),""!==o&&null!==o&&"undefined"!=typeof o)return"object"==typeof o?(r=this.getCellMeta(e,t),F(this.getSchema()[r.prop],o)):!1;return!0},isEmptyCol:function(e){var t,n,o;for(t=0,n=this.countRows();n>t;t++)if(o=this.getDataAtCell(t,e),""!==o&&null!==o&&"undefined"!=typeof o)return!1;return!0},observeDOMVisibility:!0,allowInvalid:!0,allowEmpty:!0,invalidCellClassName:"htInvalid",placeholder:!1,placeholderCellClassName:"htPlaceholder",readOnlyCellClassName:"htDimmed",renderer:void 0,commentedCellClassName:"htCommentCell",fragmentSelection:!1,readOnly:!1,skipColumnOnPaste:!1,search:!1,type:"text",copyable:!0,editor:void 0,autoComplete:void 0,visibleRows:10,trimDropdown:!0,debug:!1,wordWrap:!0,noWordWrapClassName:"htNoWrap",contextMenu:void 0,contextMenuCopyPaste:void 0,copyPaste:void 0,undo:void 0,columnSorting:void 0,manualColumnMove:void 0,manualColumnResize:void 0,manualRowMove:void 0,manualRowResize:void 0,mergeCells:!1,viewportRowRenderingOffset:"auto",viewportColumnRenderingOffset:"auto",validator:void 0,disableVisualSelection:!1,sortIndicator:void 0,manualColumnFreeze:void 0,trimWhitespace:!0,settings:void 0,source:void 0,title:void 0,checkedTemplate:void 0,uncheckedTemplate:void 0,label:void 0,format:void 0,language:void 0,selectOptions:void 0,autoColumnSize:void 0,autoRowSize:void 0,dateFormat:void 0,correctFormat:!1,defaultDate:void 0,strict:void 0,renderAllRows:void 0,preventOverflow:!1,bindRowsWithHeaders:void 0,collapsibleColumns:void 0,columnSummary:void 0,dropdownMenu:void 0,filters:void 0,ganttChart:void 0,headerTooltips:void 0,hiddenColumns:void 0,hiddenRows:void 0,nestedHeaders:void 0,trimRows:void 0,rowHeaderWidth:void 0,columnHeaderHeight:void 0,observeChanges:void 0,sortFunction:void 0,sortByRelevance:!0,filter:!0,filteringCaseSensitive:!1},M.DefaultSettings=oe},{"3rdparty/walkontable/src/calculator/viewportColumns":3,"3rdparty/walkontable/src/cell/coords":5,"3rdparty/walkontable/src/cell/range":6,"3rdparty/walkontable/src/selection":18,browser:23,dataMap:26,dataSource:27,editorManager:28,eventManager:41,"helpers/array":42,"helpers/browser":43,"helpers/data":44,"helpers/dom/element":46,"helpers/number":51,"helpers/object":52,"helpers/setting":53,"helpers/string":54,numeral:"numeral",plugins:61,renderers:94,tableView:103}],26:[function(e,t,n){"use strict";function o(e,t,n){var o=this;this.instance=e,this.priv=t,this.GridSettings=n,this.dataSource=this.instance.getSettings().data,this.cachedLength=null,this.latestSourceRowsCount=0,this.dataSource[0]?this.duckSchema=this.recursiveDuckSchema(this.dataSource[0]):this.duckSchema={},this.createMap(),this.interval=M.create(function(){return o.clearLengthCache()},"15fps")}Object.defineProperties(n,{DataMap:{get:function(){return o}},__esModule:{value:!0}});var r,i,s,l,a,u,d,c,h,f=(r=e("browser"),r&&r.__esModule&&r||{"default":r})["default"],m=(i=e("SheetClip"),i&&i.__esModule&&i||{"default":i})["default"],p=(s=e("helpers/data"),s&&s.__esModule&&s||{"default":s}).cellMethodLookupFactory,g=(l=e("helpers/setting"),l&&l.__esModule&&l||{"default":l}).columnFactory,v=(a=e("helpers/object"),a&&a.__esModule&&a||{"default":a}),w=v.duckSchema,b=v.deepExtend,y=v.deepClone,C=(u=e("helpers/array"),u&&u.__esModule&&u||{"default":u}),_=C.extendArray,R=C.to2dArray,M=(d=e("utils/interval"),d&&d.__esModule&&d||{"default":d}).Interval,S=(c=e("helpers/number"),c&&c.__esModule&&c||{"default":c}).rangeEach,E=(h=e("multiMap"),h&&h.__esModule&&h||{"default":h}).MultiMap;o.prototype.DESTINATION_RENDERER=1,o.prototype.DESTINATION_CLIPBOARD_GENERATOR=2,o.prototype.recursiveDuckSchema=function(e){return w(e)},o.prototype.recursiveDuckColumns=function(e,t,n){var o,r;if("undefined"==typeof t&&(t=0,n=""),"object"==typeof e&&!Array.isArray(e))for(r in e)e.hasOwnProperty(r)&&(null===e[r]?(o=n+r,this.colToPropCache.push(o),this.propToColCache.set(o,t),t++):t=this.recursiveDuckColumns(e[r],t,r+"."));return t},o.prototype.createMap=function(){var e,t,n=this.getSchema();if("undefined"==typeof n)throw new Error("trying to create `columns` definition but you didnt' provide `schema` nor `data`");this.colToPropCache=[],this.propToColCache=new E;var o=this.instance.getSettings().columns;if(o)for(e=0,t=o.length;t>e;e++)"undefined"!=typeof o[e].data&&(this.colToPropCache[e]=o[e].data,this.propToColCache.set(o[e].data,e));else this.recursiveDuckColumns(n)},o.prototype.colToProp=function(e){return e=f.hooks.run(this.instance,"modifyCol",e),this.colToPropCache&&"undefined"!=typeof this.colToPropCache[e]?this.colToPropCache[e]:e},o.prototype.propToCol=function(e){var t;return t="undefined"==typeof this.propToColCache.get(e)?e:this.propToColCache.get(e),t=f.hooks.run(this.instance,"unmodifyCol",t)},o.prototype.getSchema=function(){var e=this.instance.getSettings().dataSchema;return e?"function"==typeof e?e():e:this.duckSchema},o.prototype.createRow=function(e,t,n){var o,r,i=this.instance.countCols(),s=0;t||(t=1),("number"!=typeof e||e>=this.instance.countSourceRows())&&(e=this.instance.countSourceRows()),r=e;for(var l=this.instance.getSettings().maxRows;t>s&&this.instance.countSourceRows()<l;)"array"===this.instance.dataType?this.instance.getSettings().dataSchema?o=y(this.getSchema()):(o=[],S(i-1,function(){return o.push(null)})):"function"===this.instance.dataType?o=this.instance.getSettings().dataSchema(e):(o={},b(o,this.getSchema())),e===this.instance.countSourceRows()?this.dataSource.push(o):this.dataSource.splice(e,0,o),s++,r++;return f.hooks.run(this.instance,"afterCreateRow",e,s,n),this.instance.forceFullRender=!0,s},o.prototype.createCol=function(e,t,n){if(!this.instance.isColumnModificationAllowed())throw new Error("Cannot create new column. When data source in an object, you can only have as much columns as defined in first data row, data schema or in the 'columns' setting.If you want to be able to add new columns, you have to use array datasource.");var o,r,i=this.instance.countSourceRows(),s=this.dataSource,l=0;t||(t=1),("number"!=typeof e||e>=this.instance.countCols())&&(e=this.instance.countCols()),r=e;for(var a=this.instance.getSettings().maxCols;t>l&&this.instance.countCols()<a;){if(o=g(this.GridSettings,this.priv.columnsSettingConflicts),"number"!=typeof e||e>=this.instance.countCols()){for(var u=0;i>u;u++)"undefined"==typeof s[u]&&(s[u]=[]),s[u].push(null);this.priv.columnSettings.push(o)}else{for(var u=0;i>u;u++)s[u].splice(r,0,null);this.priv.columnSettings.splice(r,0,o)}l++,r++}return f.hooks.run(this.instance,"afterCreateCol",e,l,n),this.instance.forceFullRender=!0,l},o.prototype.removeRow=function(e,t){t||(t=1),"number"!=typeof e&&(e=-t),e=(this.instance.countSourceRows()+e)%this.instance.countSourceRows();var n=this.physicalRowsToLogical(e,t),o=(n.slice(0).sort(function(e,t){return t-e}),f.hooks.run(this.instance,"beforeRemoveRow",e,t,n));if(o!==!1){var r,i=this.dataSource;r=i.filter(function(e,t){return-1==n.indexOf(t)}),i.length=0,Array.prototype.push.apply(i,r),f.hooks.run(this.instance,"afterRemoveRow",e,t,n),this.instance.forceFullRender=!0}},o.prototype.removeCol=function(e,t){if("object"===this.instance.dataType||this.instance.getSettings().columns)throw new Error("cannot remove column with object data source or columns option specified");t||(t=1),"number"!=typeof e&&(e=-t),e=(this.instance.countCols()+e)%this.instance.countCols();var n=this.physicalColumnsToLogical(e,t),o=n.slice(0).sort(function(e,t){return t-e}),r=f.hooks.run(this.instance,"beforeRemoveCol",e,t,n);if(r!==!1){for(var i=!0,s=o.length,l=this.dataSource,a=0;s>a;a++)i&&n[0]!==n[a]-a&&(i=!1);if(i)for(var u=0,d=this.instance.countSourceRows();d>u;u++)l[u].splice(n[0],t);else{for(var c=0,h=this.instance.countSourceRows();h>c;c++)for(var m=0;s>m;m++)l[c].splice(o[m],1);for(var p=0;s>p;p++)this.priv.columnSettings.splice(n[p],1)}f.hooks.run(this.instance,"afterRemoveCol",e,t),this.instance.forceFullRender=!0}},o.prototype.spliceCol=function(e,t,n){var o=4<=arguments.length?[].slice.call(arguments,3):[],r=this.instance.getDataAtCol(e),i=r.slice(t,t+n),s=r.slice(t+n);_(o,s);for(var l=0;n>l;)o.push(null),l++;return R(o),this.instance.populateFromArray(t,e,o,null,null,"spliceCol"),i},o.prototype.spliceRow=function(e,t,n){var o=4<=arguments.length?[].slice.call(arguments,3):[],r=this.instance.getSourceDataAtRow(e),i=r.slice(t,t+n),s=r.slice(t+n);_(o,s);for(var l=0;n>l;)o.push(null),l++;return this.instance.populateFromArray(e,t,[o],null,null,"spliceRow"),i},o.prototype.get=function(e,t){e=f.hooks.run(this.instance,"modifyRow",e);var n=this.dataSource[e];if(n&&n.hasOwnProperty&&n.hasOwnProperty(t))return n[t];if("string"==typeof t&&t.indexOf(".")>-1){var o=t.split("."),r=n;if(!r)return null;for(var i=0,s=o.length;s>i;i++)if(r=r[o[i]],"undefined"==typeof r)return null;return r}return"function"==typeof t?t(this.dataSource.slice(e,e+1)[0]):null};var O=p("copyable",!1);o.prototype.getCopyable=function(e,t){return O.call(this.instance,e,this.propToCol(t))?this.get(e,t):""},o.prototype.set=function(e,t,n,o){e=f.hooks.run(this.instance,"modifyRow",e,o||"datamapGet");var r=this.dataSource[e];if(r&&r.hasOwnProperty&&r.hasOwnProperty(t))r[t]=n;else if("string"==typeof t&&t.indexOf(".")>-1){for(var i=t.split("."),s=r,l=0,a=i.length-1;a>l;l++)"undefined"==typeof s[i[l]]&&(s[i[l]]={}),s=s[i[l]];s[i[l]]=n}else"function"==typeof t?t(this.dataSource.slice(e,e+1)[0],n):r[t]=n},o.prototype.physicalRowsToLogical=function(e,t){for(var n,o=this.instance.countSourceRows(),r=(o+e)%o,i=[],s=t;o>r&&s;)n=f.hooks.run(this.instance,"modifyRow",r),i.push(n),s--,r++;return i},o.prototype.physicalColumnsToLogical=function(e,t){for(var n=this.instance.countCols(),o=(n+e)%n,r=[],i=t;n>o&&i;){var s=f.hooks.run(this.instance,"modifyCol",o);r.push(s),i--,o++}return r},o.prototype.clear=function(){for(var e=0;e<this.instance.countSourceRows();e++)for(var t=0;t<this.instance.countCols();t++)this.set(e,this.colToProp(t),"")},o.prototype.clearLengthCache=function(){this.cachedLength=null},o.prototype.getLength=function(){var e=this,t=this.instance.countSourceRows();if(f.hooks.has("modifyRow",this.instance)){var n=!1;this.interval.start(),t!==this.latestSourceRowsCount&&(n=!0),this.latestSourceRowsCount=t,null===this.cachedLength||n?(S(t-1,function(n){n=f.hooks.run(e.instance,"modifyRow",n),null===n&&--t}),this.cachedLength=t):t=this.cachedLength}else this.interval.stop();return t},o.prototype.getAll=function(){var e={row:0,col:0},t={row:Math.max(this.instance.countSourceRows()-1,0),col:Math.max(this.instance.countCols()-1,0)};return e.row-t.row!==0||this.instance.countSourceRows()?this.getRange(e,t,o.prototype.DESTINATION_RENDERER):[]},o.prototype.getRange=function(e,t,n){var o,r,i,s,l,a=[],u=n===this.DESTINATION_CLIPBOARD_GENERATOR?this.getCopyable:this.get;for(r=Math.max(e.row,t.row),s=Math.max(e.col,t.col),o=Math.min(e.row,t.row);r>=o;o++){l=[];var d=f.hooks.run(this.instance,"modifyRow",o);for(i=Math.min(e.col,t.col);s>=i;i++){if(null===d)break;l.push(u.call(this,o,this.colToProp(i)))}null!==d&&a.push(l)}return a},o.prototype.getText=function(e,t){return m.stringify(this.getRange(e,t,this.DESTINATION_RENDERER))},o.prototype.getCopyableText=function(e,t){return m.stringify(this.getRange(e,t,this.DESTINATION_CLIPBOARD_GENERATOR))},o.prototype.destroy=function(){this.interval.stop(),this.interval=null,this.instance=null,this.priv=null,this.GridSettings=null,this.dataSource=null,this.cachedLength=null,this.duckSchema=null}},{SheetClip:"SheetClip",browser:23,"helpers/array":42,"helpers/data":44,"helpers/number":51,"helpers/object":52,"helpers/setting":53,multiMap:59,"utils/interval":105}],27:[function(e,t,n){"use strict";Object.defineProperties(n,{DataSource:{get:function(){return f}},__esModule:{value:!0}});var o,r,i,s,l,a=((o=e("helpers/data"),o&&o.__esModule&&o||{"default":o}).cellMethodLookupFactory,(r=e("helpers/setting"),r&&r.__esModule&&r||{"default":r}).columnFactory,i=e("helpers/object"),i&&i.__esModule&&i||{"default":i}),u=(a.duckSchema,a.deepExtend,a.getProperty),d=(s=e("helpers/array"),s&&s.__esModule&&s||{"default":s}),c=(d.extendArray,d.arrayEach),h=(l=e("helpers/number"),l&&l.__esModule&&l||{"default":l}).rangeEach,f=function(e){var t=void 0!==arguments[1]?arguments[1]:[];this.hot=e,this.data=t,this.dataType="array",this.colToProp=function(){},this.propToCol=function(){}};$traceurRuntime.createClass(f,{getData:function(){return this.data},setData:function(e){this.data=e},getAtColumn:function(e){var t=this,n=[];return c(this.data,function(o){var r=t.colToProp(e);o="string"==typeof r?u(o,r):o[r],n.push(o)}),n},getAtRow:function(e){return this.data[e]},getAtCell:function(e,t){return this.data[e][this.colToProp(t)]},getByRange:function(e,t){var n=this,o=Math.min(e.row,t.row),r=Math.min(e.col,t.col),i=Math.max(e.row,t.row),s=Math.max(e.col,t.col),l=[];return h(o,i,function(e){var t,o=n.getAtRow(e);"array"===n.dataType?t=o.slice(r,s):"object"===n.dataType&&(t={},h(r,s,function(e){var r=n.colToProp(e);t[r]=o[r]})),l.push(t)}),l},destroy:function(){this.data=null,this.hot=null}},{})},{"helpers/array":42,"helpers/data":44,"helpers/number":51,"helpers/object":52,"helpers/setting":53}],28:[function(e,t,n){"use strict";function o(e,t,n){function o(e){var o="function"==typeof t.settings.enterMoves?t.settings.enterMoves(event):t.settings.enterMoves;e?n.transformStart(-o.row,-o.col):n.transformStart(o.row,o.col,!0)}function r(e){e?n.transformEnd(-1,0):n.transformStart(-1,0)}function i(e){e?n.transformEnd(1,0):n.transformStart(1,0)}function s(e){e?n.transformEnd(0,1):n.transformStart(0,1)}function l(e){e?n.transformEnd(0,-1):n.transformStart(0,-1)}function a(a){var u,h;if(e.isListening()&&(d.hooks.run(e,"beforeKeyDown",a),!_&&!b(a)&&(t.lastKeyCode=a.keyCode,n.isSelected()))){if(u=(a.ctrlKey||a.metaKey)&&!a.altKey,g&&!g.isWaiting()&&!(m(a.keyCode)||p(a.keyCode)||u||C.isEditorOpened()))return void C.openEditor("",a);switch(h=a.shiftKey?n.setRangeEnd:n.setRangeStart,a.keyCode){case f.A:!C.isEditorOpened()&&u&&(n.selectAll(),a.preventDefault(),v(a));break;case f.ARROW_UP:C.isEditorOpened()&&!g.isWaiting()&&C.closeEditorAndSaveChanges(u),r(a.shiftKey),a.preventDefault(),v(a);break;case f.ARROW_DOWN:C.isEditorOpened()&&!g.isWaiting()&&C.closeEditorAndSaveChanges(u),i(a.shiftKey),a.preventDefault(),v(a);break;case f.ARROW_RIGHT:C.isEditorOpened()&&!g.isWaiting()&&C.closeEditorAndSaveChanges(u),s(a.shiftKey),a.preventDefault(),v(a);break;case f.ARROW_LEFT:C.isEditorOpened()&&!g.isWaiting()&&C.closeEditorAndSaveChanges(u),l(a.shiftKey),a.preventDefault(),v(a);break;case f.TAB:var y="function"==typeof t.settings.tabMoves?t.settings.tabMoves(a):t.settings.tabMoves;a.shiftKey?n.transformStart(-y.row,-y.col):n.transformStart(y.row,y.col,!0),a.preventDefault(),v(a);break;case f.BACKSPACE:case f.DELETE:n.empty(a),C.prepareEditor(),a.preventDefault();break;case f.F2:C.openEditor(null,a),g&&g.enableFullEditMode(),a.preventDefault();break;case f.ENTER:C.isEditorOpened()?(g&&g.state!==d.EditorState.WAITING&&C.closeEditorAndSaveChanges(u),o(a.shiftKey)):e.getSettings().enterBeginsEditing?(C.openEditor(null,a),g&&g.enableFullEditMode()):o(a.shiftKey),a.preventDefault(),w(a);break;case f.ESCAPE:C.isEditorOpened()&&C.closeEditorAndRestoreOriginalValue(u),a.preventDefault();break;case f.HOME:h(a.ctrlKey||a.metaKey?new c(0,t.selRange.from.col):new c(t.selRange.from.row,0)),a.preventDefault(),v(a);break;case f.END:h(a.ctrlKey||a.metaKey?new c(e.countRows()-1,t.selRange.from.col):new c(t.selRange.from.row,e.countCols()-1)),a.preventDefault(),v(a);break;case f.PAGE_UP:n.transformStart(-e.countVisibleRows(),0),a.preventDefault(),v(a);break;case f.PAGE_DOWN:n.transformStart(e.countVisibleRows(),0),a.preventDefault(),v(a)}}}function u(){function t(e,t,n){"TD"==n.nodeName&&(C.openEditor(),g&&g.enableFullEditMode())}e.addHook("afterDocumentKeyDown",a),h.addEventListener(document.documentElement,"keydown",function(t){e.runHooks("afterDocumentKeyDown",t)}),e.view.wt.update("onCellDblClick",t),e.addHook("afterDestroy",function(){_=!0})}var h,g,C=this,_=!1;h=y(e),this.destroyEditor=function(e){this.closeEditor(e)},this.getActiveEditor=function(){return g},this.prepareEditor=function(){var n,o,r,i,s,l,a;return g&&g.isWaiting()?void this.closeEditor(!1,!1,function(e){e&&C.prepareEditor()}):(n=t.selRange.highlight.row,o=t.selRange.highlight.col,r=e.colToProp(o),i=e.getCell(n,o),s=e.getDataAtCell(n,o),l=e.getCellMeta(n,o),a=e.getCellEditor(l),void(a?(g=d.editors.getEditor(a,e),g.prepare(n,o,r,i,s,l)):g=void 0))},this.isEditorOpened=function(){return g&&g.isOpened()},this.openEditor=function(e,t){g&&!g.cellProperties.readOnly?g.beginEditing(e,t):g&&g.cellProperties.readOnly&&t&&t.keyCode===f.ENTER&&o()},this.closeEditor=function(e,t,n){g?g.finishEditing(e,t,n):n&&n(!1)},this.closeEditorAndSaveChanges=function(e){return this.closeEditor(!1,e)},this.closeEditorAndRestoreOriginalValue=function(e){return this.closeEditor(!0,e)},u()}Object.defineProperties(n,{EditorManager:{get:function(){return o}},__esModule:{value:!0}});var r,i,s,l,a,u,d=(r=e("browser"),r&&r.__esModule&&r||{"default":r})["default"],c=(i=e("3rdparty/walkontable/src/cell/coords"),i&&i.__esModule&&i||{"default":i}).WalkontableCellCoords,h=(s=e("helpers/unicode"),s&&s.__esModule&&s||{"default":s}),f=h.KEY_CODES,m=h.isMetaKey,p=h.isCtrlKey,g=(l=e("helpers/dom/event"),l&&l.__esModule&&l||{"default":l}),v=g.stopPropagation,w=g.stopImmediatePropagation,b=g.isImmediatePropagationStopped,y=((a=e("editors"),a&&a.__esModule&&a||{"default":a}).getEditor,(u=e("eventManager"),u&&u.__esModule&&u||{"default":u}).eventManager);d.EditorManager=o},{"3rdparty/walkontable/src/cell/coords":5,browser:23,editors:29,eventManager:41,"helpers/dom/event":47,"helpers/unicode":55}],29:[function(e,t,n){"use strict";function o(e){var t,n;n={},t=e,this.getConstructor=function(){return e},this.getInstance=function(e){return e.guid in n||(n[e.guid]=new t(e)),n[e.guid]}}function r(e,t){var n=new o(t);"string"==typeof e&&(h[e]=n,d.editors[c(e)+"Editor"]=t),f.set(t,n)}function i(e,t){var n;if("function"==typeof e)f.get(e)||r(null,e),n=f.get(e);else{if("string"!=typeof e)throw Error('Only strings and functions can be passed as "editor" parameter ');n=h[e]}if(!n)throw Error('No editor registered under name "'+e+'"');return n.getInstance(t)}function s(e){var t;if("string"!=typeof e)throw Error('Only strings and functions can be passed as "editor" parameter ');if(t=h[e],!t)throw Error('No editor registered under name "'+e+'"');return t.getConstructor()}function l(e){return!!h[e]}Object.defineProperties(n,{registerEditor:{get:function(){return r}},getEditor:{get:function(){return i}},hasEditor:{get:function(){return l}},getEditorConstructor:{get:function(){return s}},__esModule:{value:!0}});var a,u,d=(a=e("browser"),a&&a.__esModule&&a||{"default":a})["default"],c=(u=e("helpers/string"),u&&u.__esModule&&u||{"default":u}).toUpperCaseFirst,h={},f=new WeakMap;d.editors=d.editors||{},d.editors.registerEditor=r,d.editors.getEditor=i},{browser:23,"helpers/string":54}],30:[function(e,t,n){"use strict";function o(e){this.instance=e,this.state=l.EditorState.VIRGIN,this._opened=!1,this._fullEditMode=!1,this._closeCallback=null,this.init()}Object.defineProperties(n,{BaseEditor:{get:function(){return o}},__esModule:{value:!0}});var r,i,s,l=(r=e("browser"),r&&r.__esModule&&r||{"default":r})["default"],a=(i=e("helpers/mixed"),i&&i.__esModule&&i||{"default":i}).stringify,u=(s=e("3rdparty/walkontable/src/cell/coords"),s&&s.__esModule&&s||{"default":s}).WalkontableCellCoords;l.editors=l.editors||{},l.editors.BaseEditor=o,l.EditorState={VIRGIN:"STATE_VIRGIN",EDITING:"STATE_EDITING",WAITING:"STATE_WAITING",FINISHED:"STATE_FINISHED"},o.prototype._fireCallbacks=function(e){this._closeCallback&&(this._closeCallback(e),this._closeCallback=null)},o.prototype.init=function(){},o.prototype.getValue=function(){throw Error("Editor getValue() method unimplemented")},o.prototype.setValue=function(e){throw Error("Editor setValue() method unimplemented")},o.prototype.open=function(){throw Error("Editor open() method unimplemented")},o.prototype.close=function(){throw Error("Editor close() method unimplemented")},o.prototype.prepare=function(e,t,n,o,r,i){this.TD=o,this.row=e,this.col=t,this.prop=n,this.originalValue=r,this.cellProperties=i,this.instance.view.isMouseDown()&&document.activeElement&&document.activeElement!==document.body?document.activeElement.blur():document.activeElement||document.body.focus(),this.state=l.EditorState.VIRGIN},o.prototype.extend=function(){function e(){n.apply(this,arguments)}function t(e,t){function n(){}return n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e,e}var n=this.constructor;return t(e,n)},o.prototype.saveValue=function(e,t){var n,o;t?(n=this.instance.getSelected(),n[0]>n[2]&&(o=n[0],n[0]=n[2],n[2]=o),n[1]>n[3]&&(o=n[1],n[1]=n[3],n[3]=o),this.instance.populateFromArray(n[0],n[1],e,n[2],n[3],"edit")):this.instance.populateFromArray(this.row,this.col,e,null,null,"edit")},o.prototype.beginEditing=function(e,t){this.state==l.EditorState.VIRGIN&&(this.instance.view.scrollViewport(new u(this.row,this.col)),this.instance.view.render(),this.state=l.EditorState.EDITING,e="string"==typeof e?e:this.originalValue,this.setValue(a(e)),this.open(t),this._opened=!0,this.focus(),this.instance.view.render())},o.prototype.finishEditing=function(e,t,n){var o,r=this;if(n){var i=this._closeCallback;this._closeCallback=function(e){i&&i(e),n(e)}}if(!this.isWaiting()){if(this.state==l.EditorState.VIRGIN)return void this.instance._registerTimeout(setTimeout(function(){r._fireCallbacks(!0)},0));if(this.state==l.EditorState.EDITING){if(e)return this.cancelChanges(),void this.instance.view.render();var s=this.getValue();o=this.instance.getSettings().trimWhitespace?[["string"==typeof s?String.prototype.trim.call(s||""):s]]:[[s]],this.state=l.EditorState.WAITING,this.saveValue(o,t),this.instance.getCellValidator(this.cellProperties)?this.instance.addHookOnce("postAfterValidate",function(e){r.state=l.EditorState.FINISHED,r.discardEditor(e)}):(this.state=l.EditorState.FINISHED,this.discardEditor(!0))}}},o.prototype.cancelChanges=function(){this.state=l.EditorState.FINISHED,this.discardEditor()},o.prototype.discardEditor=function(e){this.state===l.EditorState.FINISHED&&(e===!1&&this.cellProperties.allowInvalid!==!0?(this.instance.selectCell(this.row,this.col),this.focus(),this.state=l.EditorState.EDITING,this._fireCallbacks(!1)):(this.close(),this._opened=!1,this._fullEditMode=!1,this.state=l.EditorState.VIRGIN,this._fireCallbacks(!0)))},o.prototype.enableFullEditMode=function(){this._fullEditMode=!0},o.prototype.isInFullEditMode=function(){return this._fullEditMode},o.prototype.isOpened=function(){return this._opened},o.prototype.isWaiting=function(){return this.state===l.EditorState.WAITING},o.prototype.checkEditorSection=function(){var e=this.instance.countRows(),t="";return this.row<this.instance.getSettings().fixedRowsTop?t=this.col<this.instance.getSettings().fixedColumnsLeft?"top-left-corner":"top":this.instance.getSettings().fixedRowsBottom&&this.row>=e-this.instance.getSettings().fixedRowsBottom?t=this.col<this.instance.getSettings().fixedColumnsLeft?"bottom-left-corner":"bottom":this.col<this.instance.getSettings().fixedColumnsLeft&&(t="left"),t}},{"3rdparty/walkontable/src/cell/coords":5,browser:23,"helpers/mixed":50}],31:[function(e,t,n){"use strict";function o(e){k=!1;var t=this.getActiveEditor();if(f(e.keyCode)||e.keyCode===h.BACKSPACE||e.keyCode===h.DELETE||e.keyCode===h.INSERT){var n=0;if(e.keyCode===h.C&&(e.ctrlKey||e.metaKey))return;t.isOpened()||(n+=10),t.htEditor&&t.instance._registerTimeout(setTimeout(function(){t.queryChoices(t.TEXTAREA.value),k=!0},n))}}Object.defineProperties(n,{AutocompleteEditor:{get:function(){return T}},__esModule:{value:!0}});var r,i,s,l,a,u,d,c=((r=e("browser"),r&&r.__esModule&&r||{"default":r})["default"],i=e("helpers/unicode"),i&&i.__esModule&&i||{"default":i}),h=c.KEY_CODES,f=c.isPrintableChar,m=(s=e("helpers/mixed"),s&&s.__esModule&&s||{"default":s}).stringify,p=(l=e("helpers/array"),l&&l.__esModule&&l||{"default":l}).pivot,g=(a=e("helpers/dom/element"),a&&a.__esModule&&a||{"default":a}),v=g.addClass,w=g.getCaretPosition,b=g.getScrollbarWidth,y=g.getSelectionEndPosition,C=g.outerWidth,_=g.outerHeight,R=g.offset,M=g.getTrimmingContainer,S=g.setCaretPosition,E=(u=e("editors"),u&&u.__esModule&&u||{"default":u}).registerEditor,O=(d=e("handsontableEditor"),d&&d.__esModule&&d||{"default":d}).HandsontableEditor,T=O.prototype.extend();T.prototype.init=function(){O.prototype.init.apply(this,arguments),this.query=null,this.choices=[]},T.prototype.createElements=function(){O.prototype.createElements.apply(this,arguments),v(this.htContainer,"autocompleteEditor"),v(this.htContainer,-1===window.navigator.platform.indexOf("Mac")?"":"htMacScroll")};var k=!1;T.prototype.prepare=function(){this.instance.addHook("beforeKeyDown",o),O.prototype.prepare.apply(this,arguments)},T.prototype.open=function(){this.TEXTAREA_PARENT.style.overflow="auto",O.prototype.open.apply(this,arguments),this.TEXTAREA_PARENT.style.overflow="";var e=this.htEditor.getInstance(),t=this,n=void 0===this.cellProperties.trimDropdown?!0:this.cellProperties.trimDropdown;this.TEXTAREA.style.visibility="visible",this.focus(),e.updateSettings({colWidths:n?[C(this.TEXTAREA)-2]:void 0,width:n?C(this.TEXTAREA)+b()+2:void 0,afterRenderer:function(e,n,o,r,i){var s,l,a=this.getCellMeta(n,o).filteringCaseSensitive===!0;i=m(i),i&&(s=a?i.indexOf(this.query):i.toLowerCase().indexOf(t.query.toLowerCase()),-1!=s&&(l=i.substr(s,t.query.length),e.innerHTML=i.replace(l,"<strong>"+l+"</strong>")))},autoColumnSize:!0,modifyColWidth:function(e,t){var o=this.getPlugin("autoColumnSize").widths;return o[t]&&(e=o[t]),n?e:e+15}}),this.htEditor.view.wt.wtTable.holder.parentNode.style["padding-right"]=b()+2+"px",k&&(k=!1),t.instance._registerTimeout(setTimeout(function(){t.queryChoices(t.TEXTAREA.value)},0))},T.prototype.close=function(){O.prototype.close.apply(this,arguments)},T.prototype.queryChoices=function(e){this.query=e;var t=this.cellProperties.source,n=this.cellProperties.filter,o=this.cellProperties.filteringCaseSensitive;if("function"==typeof t){var r=this;t.call(this.cellProperties,e,function(e){r.updateChoicesList(e)})}else if(Array.isArray(t)){var i;if(e&&n!==!1){var s=e.toLowerCase();i=t.filter(function(t){return o?-1!=t.indexOf(e):-1!=t.toLowerCase().indexOf(s)})}else i=t;this.updateChoicesList(i)}else this.updateChoicesList([])},T.prototype.updateChoicesList=function(e){var t=w(this.TEXTAREA),n=y(this.TEXTAREA),o=this.cellProperties.sortByRelevance,r=this.cellProperties.filter,i=null,s=null;if(o&&(i=T.sortByRelevance(this.getValue(),e,this.cellProperties.filteringCaseSensitive)),r===!1)s=i?i[0]:0;else{for(var l=[],a=0,u=e.length;u>a;a++)i?l.push(e[i[a]]):l.push(e[a]);s=0,e=l}this.choices=e,this.htEditor.loadData(p([e])),this.updateDropdownHeight(),this.flipDropdownIfNeeded(),this.cellProperties.strict===!0&&this.highlightBestMatchingChoice(s),this.instance.listen(),this.TEXTAREA.focus(),S(this.TEXTAREA,t,t===n?void 0:n)},T.prototype.flipDropdownIfNeeded=function(){var e=R(this.TEXTAREA),t=_(this.TEXTAREA),n=this.getDropdownHeight(),o=M(this.instance.view.wt.wtTable.TABLE),r={row:0,col:0};o!==window&&(r=R(o));var i=r.top+(o.scrollHeight-o.scrollTop),s=r.top+o.scrollHeight,l=e.top+t+n>i;l&&s>i?this.flipDropdown(n):this.unflipDropdown()},T.prototype.flipDropdown=function(e){var t=this.htEditor.rootElement.style;t.position="absolute",t.top=-e+"px",this.htEditor.flipped=!0},T.prototype.unflipDropdown=function(){var e=this.htEditor.rootElement.style;"absolute"===e.position&&(e.position="",e.top=""),this.htEditor.flipped=void 0},T.prototype.updateDropdownHeight=function(){var e=this.htEditor.getColWidth(0)+b()+2,t=this.cellProperties.trimDropdown;this.htEditor.updateSettings({height:this.getDropdownHeight(),width:t?void 0:e}),this.htEditor.view.wt.wtTable.alignOverlaysWithTrimmingContainer()},T.prototype.finishEditing=function(e){e||this.instance.removeHook("beforeKeyDown",o),O.prototype.finishEditing.apply(this,arguments)},T.prototype.highlightBestMatchingChoice=function(e){"number"==typeof e?this.htEditor.selectCell(e,0):this.htEditor.deselectCell()},T.sortByRelevance=function(e,t,n){var o,r,i,s,l=[],a=e.length,u=[],d=t.length;if(0===a){for(s=0;d>s;s++)u.push(s);return u}for(s=0;d>s;s++)o=m(t[s]),r=n?o.indexOf(e):o.toLowerCase().indexOf(e.toLowerCase()),-1!=r&&(i=o.length-r-a,l.push({baseIndex:s,index:r,charsLeft:i,value:o}));for(l.sort(function(e,t){return-1===t.index?-1:-1===e.index?1:e.index<t.index?-1:t.index<e.index?1:e.index===t.index?e.charsLeft<t.charsLeft?-1:e.charsLeft>t.charsLeft?1:0:void 0}),s=0,d=l.length;d>s;s++)u.push(l[s].baseIndex);return u},T.prototype.getDropdownHeight=function(){var e=this.htEditor.getInstance().getRowHeight(0)||23,t=this.cellProperties.visibleRows;return this.choices.length>=t?t*e:this.choices.length*e+8},T.prototype.allowKeyEventPropagation=function(e){var t={row:this.htEditor.getSelectedRange()?this.htEditor.getSelectedRange().from.row:-1},n=!1;return e===h.ARROW_DOWN&&t.row>0&&t.row<this.htEditor.countRows()-1&&(n=!0),e===h.ARROW_UP&&t.row>-1&&(n=!0),n},E("autocomplete",T)},{browser:23,editors:29,handsontableEditor:35,"helpers/array":42,"helpers/dom/element":46,"helpers/mixed":50,"helpers/unicode":55}],32:[function(e,t,n){
"use strict";Object.defineProperties(n,{CheckboxEditor:{get:function(){return u}},__esModule:{value:!0}});var o,r,i,s=(o=e("editors"),o&&o.__esModule&&o||{"default":o}).registerEditor,l=(r=e("_baseEditor"),r&&r.__esModule&&r||{"default":r}).BaseEditor,a=(i=e("helpers/dom/element"),i&&i.__esModule&&i||{"default":i}).hasClass,u=function(){$traceurRuntime.superConstructor(d).apply(this,arguments)},d=u;$traceurRuntime.createClass(u,{beginEditing:function(e,t){if(void 0===t){var n=this.TD.querySelector('input[type="checkbox"]');a(n,"htBadValue")||n.click()}},finishEditing:function(){},init:function(){},open:function(){},close:function(){},getValue:function(){},setValue:function(){},focus:function(){}},{},l),s("checkbox",u)},{_baseEditor:30,editors:29,"helpers/dom/element":46}],33:[function(e,t,n){"use strict";Object.defineProperties(n,{DateEditor:{get:function(){return E}},__esModule:{value:!0}});var o,r,i,s,l,a,u,d,c,h,f=(o=e("browser"),o&&o.__esModule&&o||{"default":o})["default"],m=(r=e("helpers/dom/element"),r&&r.__esModule&&r||{"default":r}),p=m.addClass,g=m.outerHeight,v=(i=e("helpers/object"),i&&i.__esModule&&i||{"default":i}).deepExtend,w=(s=e("eventManager"),s&&s.__esModule&&s||{"default":s}).EventManager,b=(l=e("editors"),l&&l.__esModule&&l||{"default":l}),y=(b.getEditor,b.registerEditor),C=(a=e("helpers/unicode"),a&&a.__esModule&&a||{"default":a}).isMetaKey,_=(u=e("helpers/dom/event"),u&&u.__esModule&&u||{"default":u}).stopPropagation,R=(d=e("textEditor"),d&&d.__esModule&&d||{"default":d}).TextEditor,M=(c=e("moment"),c&&c.__esModule&&c||{"default":c})["default"],S=(h=e("pikaday"),h&&h.__esModule&&h||{"default":h})["default"];f.editors=f.editors||{},f.editors.DateEditor=E;var E=function(e){this.$datePicker=null,this.datePicker=null,this.datePickerStyle=null,this.defaultDateFormat="DD/MM/YYYY",this.isCellEdited=!1,this.parentDestroyed=!1,$traceurRuntime.superConstructor(O).call(this,e)},O=E;$traceurRuntime.createClass(E,{init:function(){var e=this;if("function"!=typeof M)throw new Error("You need to include moment.js to your project.");if("function"!=typeof S)throw new Error("You need to include Pikaday to your project.");$traceurRuntime.superGet(this,O.prototype,"init").call(this),this.instance.addHook("afterDestroy",function(){e.parentDestroyed=!0,e.destroyElements()})},createElements:function(){$traceurRuntime.superGet(this,O.prototype,"createElements").call(this),this.datePicker=document.createElement("DIV"),this.datePickerStyle=this.datePicker.style,this.datePickerStyle.position="absolute",this.datePickerStyle.top=0,this.datePickerStyle.left=0,this.datePickerStyle.zIndex=9999,p(this.datePicker,"htDatepickerHolder"),document.body.appendChild(this.datePicker),this.$datePicker=new S(this.getDatePickerConfig());var e=new w(this);e.addEventListener(this.datePicker,"mousedown",function(e){return _(e)}),this.hideDatepicker()},destroyElements:function(){this.$datePicker.destroy()},prepare:function(e,t,n,o,r,i){this._opened=!1,$traceurRuntime.superGet(this,O.prototype,"prepare").call(this,e,t,n,o,r,i)},open:function(){var e=void 0!==arguments[0]?arguments[0]:null;$traceurRuntime.superGet(this,O.prototype,"open").call(this),this.showDatepicker(e)},close:function(){var e=this;this._opened=!1,this.instance._registerTimeout(setTimeout(function(){e.instance.selection.refreshBorders()},0)),$traceurRuntime.superGet(this,O.prototype,"close").call(this)},finishEditing:function(){var e=void 0!==arguments[0]?arguments[0]:!1,t=void 0!==arguments[1]?arguments[1]:!1;if(e){var n=this.originalValue;void 0!==n&&this.setValue(n)}this.hideDatepicker(),$traceurRuntime.superGet(this,O.prototype,"finishEditing").call(this,e,t)},showDatepicker:function(e){this.$datePicker.config(this.getDatePickerConfig());var t,n=this.TD.getBoundingClientRect(),o=this.cellProperties.dateFormat||this.defaultDateFormat,r=this.$datePicker.config(),i=this.instance.view.isMouseDown(),s=e?C(e.keyCode):!1;this.datePickerStyle.top=window.pageYOffset+n.top+g(this.TD)+"px",this.datePickerStyle.left=window.pageXOffset+n.left+"px",this.$datePicker._onInputFocus=function(){},r.format=o,this.originalValue?(t=this.originalValue,M(t,o,!0).isValid()&&this.$datePicker.setMoment(M(t,o),!0),this.getValue()!==this.originalValue&&this.setValue(this.originalValue),s||i||this.setValue("")):this.cellProperties.defaultDate?(t=this.cellProperties.defaultDate,r.defaultDate=t,M(t,o,!0).isValid()&&this.$datePicker.setMoment(M(t,o),!0),s||i||this.setValue("")):this.$datePicker.gotoToday(),this.datePickerStyle.display="block",this.$datePicker.show()},hideDatepicker:function(){this.datePickerStyle.display="none",this.$datePicker.hide()},getDatePickerConfig:function(){var e=this,t=this.TEXTAREA,n={};this.cellProperties&&this.cellProperties.datePickerConfig&&v(n,this.cellProperties.datePickerConfig);var o=n.onSelect,r=n.onClose;return n.field=t,n.trigger=t,n.container=this.datePicker,n.bound=!1,n.format=n.format||this.defaultDateFormat,n.reposition=n.reposition||!1,n.onSelect=function(t){isNaN(t.getTime())||(t=M(t).format(e.cellProperties.dateFormat||e.defaultDateFormat)),e.setValue(t),e.hideDatepicker(),o&&o()},n.onClose=function(){e.parentDestroyed||e.finishEditing(!1),r&&r()},n}},{},R),y("date",E)},{browser:23,editors:29,eventManager:41,"helpers/dom/element":46,"helpers/dom/event":47,"helpers/object":52,"helpers/unicode":55,moment:"moment",pikaday:"pikaday",textEditor:40}],34:[function(e,t,n){"use strict";Object.defineProperties(n,{DropdownEditor:{get:function(){return d}},__esModule:{value:!0}});var o,r,i,s=(o=e("browser"),o&&o.__esModule&&o||{"default":o})["default"],l=(r=e("editors"),r&&r.__esModule&&r||{"default":r}),a=(l.getEditor,l.registerEditor),u=(l.getEditorConstructor,(i=e("autocompleteEditor"),i&&i.__esModule&&i||{"default":i}).AutocompleteEditor),d=function(){$traceurRuntime.superConstructor(c).apply(this,arguments)},c=d;$traceurRuntime.createClass(d,{prepare:function(e,t,n,o,r,i){$traceurRuntime.superGet(this,c.prototype,"prepare").call(this,e,t,n,o,r,i),this.cellProperties.filter=!1,this.cellProperties.strict=!0}},{},u),s.hooks.add("beforeValidate",function(e,t,n,o){var r=this.getCellMeta(t,this.propToCol(n));r.editor===s.editors.DropdownEditor&&void 0===r.strict&&(r.filter=!1,r.strict=!0)}),a("dropdown",d)},{autocompleteEditor:31,browser:23,editors:29}],35:[function(e,t,n){"use strict";Object.defineProperties(n,{HandsontableEditor:{get:function(){return y}},__esModule:{value:!0}});var o,r,i,s,l,a,u,d=(o=e("browser"),o&&o.__esModule&&o||{"default":o})["default"],c=(r=e("helpers/unicode"),r&&r.__esModule&&r||{"default":r}).KEY_CODES,h=(i=e("helpers/object"),i&&i.__esModule&&i||{"default":i}).extend,f=(s=e("helpers/dom/element"),s&&s.__esModule&&s||{"default":s}).setCaretPosition,m=(l=e("helpers/dom/event"),l&&l.__esModule&&l||{"default":l}),p=m.stopImmediatePropagation,g=m.isImmediatePropagationStopped,v=(a=e("editors"),a&&a.__esModule&&a||{"default":a}),w=(v.getEditor,v.registerEditor),b=(u=e("textEditor"),u&&u.__esModule&&u||{"default":u}).TextEditor,y=b.prototype.extend();y.prototype.createElements=function(){b.prototype.createElements.apply(this,arguments);var e=document.createElement("DIV");e.className="handsontableEditor",this.TEXTAREA_PARENT.appendChild(e),this.htContainer=e,this.assignHooks()},y.prototype.prepare=function(e,t,n,o,r,i){b.prototype.prepare.apply(this,arguments);var s=this,l={startRows:0,startCols:0,minRows:0,minCols:0,className:"listbox",copyPaste:!1,autoColumnSize:!1,autoRowSize:!1,readOnly:!0,fillHandle:!1,afterOnCellMouseDown:function(){var e=this.getValue();void 0!==e&&s.setValue(e),s.instance.destroyEditor()}};this.cellProperties.handsontable&&h(l,i.handsontable),this.htOptions=l};var C=function(e){if(!g(e)){var t,n=this.getActiveEditor(),o=n.htEditor.getInstance();if(e.keyCode==c.ARROW_DOWN)if(o.getSelected()||o.flipped){if(o.getSelected())if(o.flipped)t=o.getSelected()[0]+1;else if(!o.flipped){var r=o.getSelected()[0],i=o.countRows()-1;t=Math.min(i,r+1)}}else t=0;else if(e.keyCode==c.ARROW_UP)if(!o.getSelected()&&o.flipped)t=o.countRows()-1;else if(o.getSelected())if(o.flipped){var r=o.getSelected()[0];t=Math.max(0,r-1)}else{var r=o.getSelected()[0];t=r-1}void 0!==t&&(0>t||o.flipped&&t>o.countRows()-1?o.deselectCell():o.selectCell(t,0),o.getData().length&&(e.preventDefault(),p(e),n.instance.listen(),n.TEXTAREA.focus()))}};y.prototype.open=function(){this.instance.addHook("beforeKeyDown",C),b.prototype.open.apply(this,arguments),this.htEditor&&this.htEditor.destroy(),this.htEditor=new d(this.htContainer,this.htOptions),this.cellProperties.strict?(this.htEditor.selectCell(0,0),this.TEXTAREA.style.visibility="hidden"):(this.htEditor.deselectCell(),this.TEXTAREA.style.visibility="visible"),f(this.TEXTAREA,0,this.TEXTAREA.value.length)},y.prototype.close=function(){this.instance.removeHook("beforeKeyDown",C),this.instance.listen(),b.prototype.close.apply(this,arguments)},y.prototype.focus=function(){this.instance.listen(),b.prototype.focus.apply(this,arguments)},y.prototype.beginEditing=function(e){var t=this.instance.getSettings().onBeginEditing;t&&t()===!1||b.prototype.beginEditing.apply(this,arguments)},y.prototype.finishEditing=function(e,t){if(this.htEditor&&this.htEditor.isListening()&&this.instance.listen(),this.htEditor&&this.htEditor.getSelected()){var n=this.htEditor.getInstance().getValue();void 0!==n&&this.setValue(n)}return b.prototype.finishEditing.apply(this,arguments)},y.prototype.assignHooks=function(){var e=this;this.instance.addHook("afterDestroy",function(){e.htEditor&&e.htEditor.destroy()})},w("handsontable",y)},{browser:23,editors:29,"helpers/dom/element":46,"helpers/dom/event":47,"helpers/object":52,"helpers/unicode":55,textEditor:40}],36:[function(e,t,n){"use strict";Object.defineProperties(n,{MobileTextEditor:{get:function(){return k}},__esModule:{value:!0}});var o,r,i,s,l,a,u,d=((o=e("browser"),o&&o.__esModule&&o||{"default":o})["default"],(r=e("helpers/unicode"),r&&r.__esModule&&r||{"default":r}).KEY_CODES),c=(i=e("helpers/dom/event"),i&&i.__esModule&&i||{"default":i}),h=c.stopImmediatePropagation,f=c.isImmediatePropagationStopped,m=(s=e("helpers/dom/element"),s&&s.__esModule&&s||{"default":s}),p=m.addClass,g=m.getScrollLeft,v=m.getScrollTop,w=m.hasClass,b=m.isChildOf,y=m.offset,C=m.outerHeight,_=m.outerWidth,R=m.removeClass,M=m.setCaretPosition,S=(l=e("editors"),l&&l.__esModule&&l||{"default":l}),E=(S.getEditor,S.registerEditor),O=(a=e("_baseEditor"),a&&a.__esModule&&a||{"default":a}).BaseEditor,T=(u=e("eventManager"),u&&u.__esModule&&u||{"default":u}).eventManager,k=O.prototype.extend(),A={},H=function(){this.controls={},this.controls.leftButton=document.createElement("DIV"),this.controls.leftButton.className="leftButton",this.controls.rightButton=document.createElement("DIV"),this.controls.rightButton.className="rightButton",this.controls.upButton=document.createElement("DIV"),this.controls.upButton.className="upButton",this.controls.downButton=document.createElement("DIV"),this.controls.downButton.className="downButton";for(var e in this.controls)this.controls.hasOwnProperty(e)&&this.positionControls.appendChild(this.controls[e])};k.prototype.valueChanged=function(){return this.initValue!=this.getValue()},k.prototype.init=function(){var e=this;this.eventManager=T(this.instance),this.createElements(),this.bindEvents(),this.instance.addHook("afterDestroy",function(){e.destroy()})},k.prototype.getValue=function(){return this.TEXTAREA.value},k.prototype.setValue=function(e){this.initValue=e,this.TEXTAREA.value=e},k.prototype.createElements=function(){this.editorContainer=document.createElement("DIV"),this.editorContainer.className="htMobileEditorContainer",this.cellPointer=document.createElement("DIV"),this.cellPointer.className="cellPointer",this.moveHandle=document.createElement("DIV"),this.moveHandle.className="moveHandle",this.inputPane=document.createElement("DIV"),this.inputPane.className="inputs",this.positionControls=document.createElement("DIV"),this.positionControls.className="positionControls",this.TEXTAREA=document.createElement("TEXTAREA"),p(this.TEXTAREA,"handsontableInput"),this.inputPane.appendChild(this.TEXTAREA),this.editorContainer.appendChild(this.cellPointer),this.editorContainer.appendChild(this.moveHandle),this.editorContainer.appendChild(this.inputPane),this.editorContainer.appendChild(this.positionControls),H.call(this),document.body.appendChild(this.editorContainer)},k.prototype.onBeforeKeyDown=function(e){var t=this,n=t.getActiveEditor();if(e.target===n.TEXTAREA&&!f(e))switch(e.keyCode){case d.ENTER:n.close(),e.preventDefault();break;case d.BACKSPACE:h(e)}},k.prototype.open=function(){this.instance.addHook("beforeKeyDown",this.onBeforeKeyDown),p(this.editorContainer,"active"),R(this.cellPointer,"hidden"),this.updateEditorPosition()},k.prototype.focus=function(){this.TEXTAREA.focus(),M(this.TEXTAREA,this.TEXTAREA.value.length)},k.prototype.close=function(){this.TEXTAREA.blur(),this.instance.removeHook("beforeKeyDown",this.onBeforeKeyDown),R(this.editorContainer,"active")},k.prototype.scrollToView=function(){var e=this.instance.getSelectedRange().highlight;this.instance.view.scrollViewport(e)},k.prototype.hideCellPointer=function(){w(this.cellPointer,"hidden")||p(this.cellPointer,"hidden")},k.prototype.updateEditorPosition=function(e,t){if(e&&t)e=parseInt(e,10),t=parseInt(t,10),this.editorContainer.style.top=t+"px",this.editorContainer.style.left=e+"px";else{var n=this.instance.getSelected(),o=this.instance.getCell(n[0],n[1]);if(A.cellPointer||(A.cellPointer={height:C(this.cellPointer),width:_(this.cellPointer)}),A.editorContainer||(A.editorContainer={width:_(this.editorContainer)}),void 0!==o){var r=this.instance.view.wt.wtOverlays.leftOverlay.trimmingContainer==window?0:g(this.instance.view.wt.wtOverlays.leftOverlay.holder),i=this.instance.view.wt.wtOverlays.topOverlay.trimmingContainer==window?0:v(this.instance.view.wt.wtOverlays.topOverlay.holder),s=y(o),l=_(o),a={x:r,y:i};this.editorContainer.style.top=parseInt(s.top+C(o)-a.y+A.cellPointer.height,10)+"px",this.editorContainer.style.left=parseInt(window.innerWidth/2-A.editorContainer.width/2,10)+"px",s.left+l/2>parseInt(this.editorContainer.style.left,10)+A.editorContainer.width?this.editorContainer.style.left=window.innerWidth-A.editorContainer.width+"px":s.left+l/2<parseInt(this.editorContainer.style.left,10)+20&&(this.editorContainer.style.left="0px"),this.cellPointer.style.left=parseInt(s.left-A.cellPointer.width/2-y(this.editorContainer).left+l/2-a.x,10)+"px"}}},k.prototype.updateEditorData=function(){var e=this.instance.getSelected(),t=this.instance.getDataAtCell(e[0],e[1]);this.row=e[0],this.col=e[1],this.setValue(t),this.updateEditorPosition()},k.prototype.prepareAndSave=function(){var e;return this.valueChanged()?(e=this.instance.getSettings().trimWhitespace?[[String.prototype.trim.call(this.getValue())]]:[[this.getValue()]],void this.saveValue(e)):!0},k.prototype.bindEvents=function(){var e=this;this.eventManager.addEventListener(this.controls.leftButton,"touchend",function(t){e.prepareAndSave(),e.instance.selection.transformStart(0,-1,null,!0),e.updateEditorData(),t.preventDefault()}),this.eventManager.addEventListener(this.controls.rightButton,"touchend",function(t){e.prepareAndSave(),e.instance.selection.transformStart(0,1,null,!0),e.updateEditorData(),t.preventDefault()}),this.eventManager.addEventListener(this.controls.upButton,"touchend",function(t){e.prepareAndSave(),e.instance.selection.transformStart(-1,0,null,!0),e.updateEditorData(),t.preventDefault()}),this.eventManager.addEventListener(this.controls.downButton,"touchend",function(t){e.prepareAndSave(),e.instance.selection.transformStart(1,0,null,!0),e.updateEditorData(),t.preventDefault()}),this.eventManager.addEventListener(this.moveHandle,"touchstart",function(t){if(1==t.touches.length){var n=t.touches[0],o={x:e.editorContainer.offsetLeft,y:e.editorContainer.offsetTop},r={x:n.pageX-o.x,y:n.pageY-o.y};e.eventManager.addEventListener(this,"touchmove",function(t){var n=t.touches[0];e.updateEditorPosition(n.pageX-r.x,n.pageY-r.y),e.hideCellPointer(),t.preventDefault()})}}),this.eventManager.addEventListener(document.body,"touchend",function(t){b(t.target,e.editorContainer)||b(t.target,e.instance.rootElement)||e.close()}),this.eventManager.addEventListener(this.instance.view.wt.wtOverlays.leftOverlay.holder,"scroll",function(t){e.instance.view.wt.wtOverlays.leftOverlay.trimmingContainer!=window&&e.hideCellPointer()}),this.eventManager.addEventListener(this.instance.view.wt.wtOverlays.topOverlay.holder,"scroll",function(t){e.instance.view.wt.wtOverlays.topOverlay.trimmingContainer!=window&&e.hideCellPointer()})},k.prototype.destroy=function(){this.eventManager.clear(),this.editorContainer.parentNode.removeChild(this.editorContainer)},E("mobile",k)},{_baseEditor:30,browser:23,editors:29,eventManager:41,"helpers/dom/element":46,"helpers/dom/event":47,"helpers/unicode":55}],37:[function(e,t,n){"use strict";Object.defineProperties(n,{NumericEditor:{get:function(){return u}},__esModule:{value:!0}});var o,r,i,s=(o=e("numeral"),o&&o.__esModule&&o||{"default":o})["default"],l=(r=e("editors"),r&&r.__esModule&&r||{"default":r}).registerEditor,a=(i=e("textEditor"),i&&i.__esModule&&i||{"default":i}).TextEditor,u=function(){$traceurRuntime.superConstructor(d).apply(this,arguments)},d=u;$traceurRuntime.createClass(u,{beginEditing:function(e){if("undefined"==typeof e&&this.originalValue){"undefined"!=typeof this.cellProperties.language&&s.language(this.cellProperties.language);var t=s.languageData().delimiters.decimal;e=(""+this.originalValue).replace(".",t)}$traceurRuntime.superGet(this,d.prototype,"beginEditing").call(this,e)}},{},a),l("numeric",u)},{editors:29,numeral:"numeral",textEditor:40}],38:[function(e,t,n){"use strict";Object.defineProperties(n,{PasswordEditor:{get:function(){return c}},__esModule:{value:!0}});var o,r,i,s,l=((o=e("browser"),o&&o.__esModule&&o||{"default":o})["default"],(r=e("helpers/dom/element"),r&&r.__esModule&&r||{"default":r}).empty),a=(i=e("editors"),i&&i.__esModule&&i||{"default":i}),u=(a.getEditor,a.registerEditor),d=(s=e("textEditor"),s&&s.__esModule&&s||{"default":s}).TextEditor,c=function(){$traceurRuntime.superConstructor(h).apply(this,arguments)},h=c;$traceurRuntime.createClass(c,{createElements:function(){$traceurRuntime.superGet(this,h.prototype,"createElements").call(this),this.TEXTAREA=document.createElement("input"),this.TEXTAREA.setAttribute("type","password"),this.TEXTAREA.className="handsontableInput",this.textareaStyle=this.TEXTAREA.style,this.textareaStyle.width=0,this.textareaStyle.height=0,l(this.TEXTAREA_PARENT),this.TEXTAREA_PARENT.appendChild(this.TEXTAREA)}},{},d),u("password",c)},{browser:23,editors:29,"helpers/dom/element":46,textEditor:40}],39:[function(e,t,n){"use strict";Object.defineProperties(n,{SelectEditor:{get:function(){return E}},__esModule:{value:!0}});var o,r,i,s,l,a,u=(o=e("browser"),o&&o.__esModule&&o||{"default":o})["default"],d=(r=e("helpers/dom/element"),r&&r.__esModule&&r||{"default":r}),c=d.addClass,h=d.empty,f=d.fastInnerHTML,m=d.getComputedStyle,p=d.getCssTransform,g=d.getScrollableElement,v=d.offset,w=d.outerHeight,b=d.outerWidth,y=d.resetCssTransform,C=(i=e("helpers/dom/event"),i&&i.__esModule&&i||{"default":i}).stopImmediatePropagation,_=(s=e("helpers/unicode"),s&&s.__esModule&&s||{"default":s}).KEY_CODES,R=(l=e("editors"),l&&l.__esModule&&l||{"default":l}),M=(R.getEditor,R.registerEditor),S=(a=e("_baseEditor"),a&&a.__esModule&&a||{"default":a}).BaseEditor,E=S.prototype.extend();E.prototype.init=function(){this.select=document.createElement("SELECT"),c(this.select,"htSelectEditor"),this.select.style.display="none",this.instance.rootElement.appendChild(this.select),this.registerHooks()},E.prototype.registerHooks=function(){var e=this;this.instance.addHook("afterScrollHorizontally",function(){return e.refreshDimensions()}),this.instance.addHook("afterScrollVertically",function(){return e.refreshDimensions()}),this.instance.addHook("afterColumnResize",function(){return e.refreshDimensions()}),this.instance.addHook("afterRowResize",function(){return e.refreshDimensions()})},E.prototype.prepare=function(){S.prototype.prepare.apply(this,arguments);var e,t=this.cellProperties.selectOptions;e="function"==typeof t?this.prepareOptions(t(this.row,this.col,this.prop)):this.prepareOptions(t),h(this.select);for(var n in e)if(e.hasOwnProperty(n)){var o=document.createElement("OPTION");o.value=n,f(o,e[n]),this.select.appendChild(o)}},E.prototype.prepareOptions=function(e){var t={};if(Array.isArray(e))for(var n=0,o=e.length;o>n;n++)t[e[n]]=e[n];else"object"==typeof e&&(t=e);return t},E.prototype.getValue=function(){return this.select.value},E.prototype.setValue=function(e){this.select.value=e};var O=function(e){var t=this,n=t.getActiveEditor();switch(e.keyCode){case _.ARROW_UP:var o=n.select.selectedIndex-1;o>=0&&(n.select[o].selected=!0),C(e),e.preventDefault();break;case _.ARROW_DOWN:var r=n.select.selectedIndex+1;r<=n.select.length-1&&(n.select[r].selected=!0),C(e),e.preventDefault()}};E.prototype.open=function(){this._opened=!0,this.refreshDimensions(),this.select.style.display="",this.instance.addHook("beforeKeyDown",O)},E.prototype.close=function(){this._opened=!1,this.select.style.display="none",this.instance.removeHook("beforeKeyDown",O)},E.prototype.focus=function(){this.select.focus()},E.prototype.refreshDimensions=function(){if(this.state===u.EditorState.EDITING){if(this.TD=this.getEditedCell(),!this.TD)return void this.close();var e,t=b(this.TD)+1,n=w(this.TD)+1,o=v(this.TD),r=v(this.instance.rootElement),i=g(this.TD),s=o.top-r.top-1-(i.scrollTop||0),l=o.left-r.left-1-(i.scrollLeft||0),a=this.checkEditorSection(),d=this.instance.getSettings();d.rowHeaders?1:0,d.colHeaders?1:0;switch(a){case"top":e=p(this.instance.view.wt.wtOverlays.topOverlay.clone.wtTable.holder.parentNode);break;case"left":e=p(this.instance.view.wt.wtOverlays.leftOverlay.clone.wtTable.holder.parentNode);break;case"top-left-corner":e=p(this.instance.view.wt.wtOverlays.topLeftCornerOverlay.clone.wtTable.holder.parentNode);break;case"bottom-left-corner":e=p(this.instance.view.wt.wtOverlays.bottomLeftCornerOverlay.clone.wtTable.holder.parentNode);break;case"bottom":e=p(this.instance.view.wt.wtOverlays.bottomOverlay.clone.wtTable.holder.parentNode)}0===this.instance.getSelected()[0]&&(s+=1),0===this.instance.getSelected()[1]&&(l+=1);var c=this.select.style;e&&-1!=e?c[e[0]]=e[1]:y(this.select);var h=m(this.TD);parseInt(h.borderTopWidth,10)>0&&(n-=1),parseInt(h.borderLeftWidth,10)>0&&(t-=1),c.height=n+"px",c.minWidth=t+"px",c.top=s+"px",c.left=l+"px",c.margin="0px"}},E.prototype.getEditedCell=function(){var e,t=this.checkEditorSection();switch(t){case"top":e=this.instance.view.wt.wtOverlays.topOverlay.clone.wtTable.getCell({row:this.row,col:this.col}),this.select.style.zIndex=101;break;case"corner":e=this.instance.view.wt.wtOverlays.topLeftCornerOverlay.clone.wtTable.getCell({row:this.row,col:this.col}),this.select.style.zIndex=103;break;case"left":e=this.instance.view.wt.wtOverlays.leftOverlay.clone.wtTable.getCell({row:this.row,col:this.col}),this.select.style.zIndex=102;break;default:e=this.instance.getCell(this.row,this.col),this.select.style.zIndex=""}return-1!=e&&-2!=e?e:void 0},M("select",E)},{_baseEditor:30,browser:23,editors:29,"helpers/dom/element":46,"helpers/dom/event":47,"helpers/unicode":55}],40:[function(e,t,n){"use strict";Object.defineProperties(n,{TextEditor:{get:function(){return L}},__esModule:{value:!0}});var o,r,i,s,l,a,u,d,c=(o=e("browser"),o&&o.__esModule&&o||{"default":o})["default"],h=(r=e("helpers/dom/element"),r&&r.__esModule&&r||{"default":r}),f=h.addClass,m=h.getCaretPosition,p=h.getComputedStyle,g=h.getCssTransform,v=h.getScrollableElement,w=h.getScrollbarWidth,b=h.innerWidth,y=h.offset,C=h.resetCssTransform,_=h.setCaretPosition,R=h.hasVerticalScrollbar,M=h.hasHorizontalScrollbar,S=(i=e("autoResize"),i&&i.__esModule&&i||{"default":i})["default"],E=(s=e("_baseEditor"),s&&s.__esModule&&s||{"default":s}).BaseEditor,O=(l=e("eventManager"),l&&l.__esModule&&l||{"default":l}).eventManager,T=(a=e("editors"),a&&a.__esModule&&a||{"default":a}),k=(T.getEditor,T.registerEditor),A=(u=e("helpers/unicode"),u&&u.__esModule&&u||{"default":u}).KEY_CODES,H=(d=e("helpers/dom/event"),d&&d.__esModule&&d||{"default":d}),P=H.stopPropagation,x=H.stopImmediatePropagation,D=H.isImmediatePropagationStopped,L=E.prototype.extend();L.prototype.init=function(){var e=this;this.createElements(),this.eventManager=O(this),this.bindEvents(),this.autoResize=S(),this.instance.addHook("afterDestroy",function(){e.destroy()})},L.prototype.getValue=function(){return this.TEXTAREA.value},L.prototype.setValue=function(e){this.TEXTAREA.value=e};var N=function(e){var t,n=this,o=n.getActiveEditor();if(t=(e.ctrlKey||e.metaKey)&&!e.altKey,e.target===o.TEXTAREA&&!D(e)){if(17===e.keyCode||224===e.keyCode||91===e.keyCode||93===e.keyCode)return void x(e);switch(e.keyCode){case A.ARROW_RIGHT:o.isInFullEditMode()&&(!o.isWaiting()&&!o.allowKeyEventPropagation||!o.isWaiting()&&o.allowKeyEventPropagation&&!o.allowKeyEventPropagation(e.keyCode))&&x(e);break;case A.ARROW_LEFT:o.isInFullEditMode()&&(!o.isWaiting()&&!o.allowKeyEventPropagation||!o.isWaiting()&&o.allowKeyEventPropagation&&!o.allowKeyEventPropagation(e.keyCode))&&x(e);break;case A.ARROW_UP:case A.ARROW_DOWN:o.isInFullEditMode()&&(!o.isWaiting()&&!o.allowKeyEventPropagation||!o.isWaiting()&&o.allowKeyEventPropagation&&!o.allowKeyEventPropagation(e.keyCode))&&x(e);break;case A.ENTER:var r=o.instance.getSelected(),i=!(r[0]===r[2]&&r[1]===r[3]);if(t&&!i||e.altKey){if(o.isOpened()){var s=m(o.TEXTAREA),l=o.getValue(),a=l.slice(0,s)+"\n"+l.slice(s);o.setValue(a),_(o.TEXTAREA,s+1)}else o.beginEditing(o.originalValue+"\n");x(e)}e.preventDefault();break;case A.A:case A.X:case A.C:case A.V:t&&x(e);break;case A.BACKSPACE:case A.DELETE:case A.HOME:case A.END:x(e)}-1===[A.ARROW_UP,A.ARROW_RIGHT,A.ARROW_DOWN,A.ARROW_LEFT].indexOf(e.keyCode)&&o.autoResize.resize(String.fromCharCode(e.keyCode))}};L.prototype.open=function(){this.refreshDimensions(),this.instance.addHook("beforeKeyDown",N)},L.prototype.close=function(e){this.textareaParentStyle.display="none",this.autoResize.unObserve(),document.activeElement===this.TEXTAREA&&this.instance.listen(),this.instance.removeHook("beforeKeyDown",N)},L.prototype.focus=function(){this.TEXTAREA.focus(),_(this.TEXTAREA,this.TEXTAREA.value.length)},L.prototype.createElements=function(){this.TEXTAREA=document.createElement("TEXTAREA"),f(this.TEXTAREA,"handsontableInput"),this.textareaStyle=this.TEXTAREA.style,this.textareaStyle.width=0,this.textareaStyle.height=0,this.TEXTAREA_PARENT=document.createElement("DIV"),f(this.TEXTAREA_PARENT,"handsontableInputHolder"),this.textareaParentStyle=this.TEXTAREA_PARENT.style,this.textareaParentStyle.top=0,this.textareaParentStyle.left=0,this.textareaParentStyle.display="none",this.TEXTAREA_PARENT.appendChild(this.TEXTAREA),this.instance.rootElement.appendChild(this.TEXTAREA_PARENT);var e=this;this.instance._registerTimeout(setTimeout(function(){e.refreshDimensions()},0))},L.prototype.getEditedCell=function(){var e,t=this.checkEditorSection();switch(t){case"top":e=this.instance.view.wt.wtOverlays.topOverlay.clone.wtTable.getCell({row:this.row,col:this.col}),this.textareaParentStyle.zIndex=101;break;case"top-left-corner":e=this.instance.view.wt.wtOverlays.topLeftCornerOverlay.clone.wtTable.getCell({row:this.row,col:this.col}),this.textareaParentStyle.zIndex=103;break;case"bottom-left-corner":e=this.instance.view.wt.wtOverlays.bottomLeftCornerOverlay.clone.wtTable.getCell({row:this.row,col:this.col}),this.textareaParentStyle.zIndex=103;break;case"left":e=this.instance.view.wt.wtOverlays.leftOverlay.clone.wtTable.getCell({row:this.row,col:this.col}),this.textareaParentStyle.zIndex=102;break;case"bottom":e=this.instance.view.wt.wtOverlays.bottomOverlay.clone.wtTable.getCell({row:this.row,col:this.col}),this.textareaParentStyle.zIndex=102;break;default:e=this.instance.getCell(this.row,this.col),this.textareaParentStyle.zIndex=""}return-1!=e&&-2!=e?e:void 0},L.prototype.refreshDimensions=function(){if(this.state===c.EditorState.EDITING){if(this.TD=this.getEditedCell(),!this.TD)return void this.close(!0);var e,t=y(this.TD),n=y(this.instance.rootElement),o=v(this.TD),r=this.instance.countRows(),i=t.top-n.top-1-(o.scrollTop||0),s=t.left-n.left-1-(o.scrollLeft||0),l=this.instance.getSettings(),a=(this.instance.hasRowHeaders(),this.instance.hasColHeaders()),u=this.checkEditorSection(),d=this.TD.style.backgroundColor;switch(u){case"top":e=g(this.instance.view.wt.wtOverlays.topOverlay.clone.wtTable.holder.parentNode);break;case"left":e=g(this.instance.view.wt.wtOverlays.leftOverlay.clone.wtTable.holder.parentNode);break;case"top-left-corner":e=g(this.instance.view.wt.wtOverlays.topLeftCornerOverlay.clone.wtTable.holder.parentNode);break;case"bottom-left-corner":e=g(this.instance.view.wt.wtOverlays.bottomLeftCornerOverlay.clone.wtTable.holder.parentNode);break;case"bottom":e=g(this.instance.view.wt.wtOverlays.bottomOverlay.clone.wtTable.holder.parentNode)}(a&&0===this.instance.getSelected()[0]||l.fixedRowsBottom&&this.instance.getSelected()[0]===r-l.fixedRowsBottom)&&(i+=1),0===this.instance.getSelected()[1]&&(s+=1),e&&-1!=e?this.textareaParentStyle[e[0]]=e[1]:C(this.TEXTAREA_PARENT),this.textareaParentStyle.top=i+"px",this.textareaParentStyle.left=s+"px";var h=this.instance.view.wt.wtViewport.rowsRenderCalculator.startPosition,f=this.instance.view.wt.wtViewport.columnsRenderCalculator.startPosition,m=this.instance.view.wt.wtOverlays.leftOverlay.getScrollPosition(),_=this.instance.view.wt.wtOverlays.topOverlay.getScrollPosition(),S=w(),E=this.TD.offsetTop+h-_,O=this.TD.offsetLeft+f-m,T=b(this.TD)-8,k=R(o)?S:0,A=M(o)?S:0,H=this.instance.view.maximumVisibleElementWidth(O)-9-k,P=this.TD.scrollHeight+1,x=Math.max(this.instance.view.maximumVisibleElementHeight(E)-A,23),D=p(this.TD);this.TEXTAREA.style.fontSize=D.fontSize,this.TEXTAREA.style.fontFamily=D.fontFamily,this.TEXTAREA.style.backgroundColor="",this.TEXTAREA.style.backgroundColor=d?d:p(this.TEXTAREA).backgroundColor,this.autoResize.init(this.TEXTAREA,{minHeight:Math.min(P,x),maxHeight:x,minWidth:Math.min(T,H),maxWidth:H},!0),this.textareaParentStyle.display="block"}},L.prototype.bindEvents=function(){var e=this;this.eventManager.addEventListener(this.TEXTAREA,"cut",function(e){P(e)}),this.eventManager.addEventListener(this.TEXTAREA,"paste",function(e){P(e)}),this.instance.addHook("afterScrollHorizontally",function(){e.refreshDimensions()}),this.instance.addHook("afterScrollVertically",function(){e.refreshDimensions()}),this.instance.addHook("afterColumnResize",function(){e.refreshDimensions(),e.focus()}),this.instance.addHook("afterRowResize",function(){e.refreshDimensions(),e.focus()}),this.instance.addHook("afterDestroy",function(){e.eventManager.destroy()})},L.prototype.destroy=function(){this.eventManager.destroy()},k("text",L)},{_baseEditor:30,autoResize:"autoResize",browser:23,editors:29,eventManager:41,"helpers/dom/element":46,"helpers/dom/event":47,"helpers/unicode":55}],41:[function(e,t,n){"use strict";function o(e,t){var n,o,r,i,s,l,a="HOT-TABLE";if(t.isTargetWebComponent=!1,t.realTarget=t.target,l=t.stopImmediatePropagation,t.stopImmediatePropagation=function(){l.apply(this),m(this)},!u.eventManager.isHotTableEnv)return t;for(t=c(t),s=t.path?t.path.length:0;s--;){if(t.path[s].nodeName===a)n=!0;else if(n&&t.path[s].shadowRoot){i=t.path[s];break}0!==s||i||(i=t.path[s])}return i||(i=t.target),t.isTargetWebComponent=!0,f()?t.realTarget=t.srcElement||t.toElement:(e instanceof u.Core||e instanceof Walkontable)&&(e instanceof u.Core?o=e.view?e.view.wt.wtTable.TABLE:null:e instanceof Walkontable&&(o=e.wtTable.TABLE.parentNode.parentNode),r=h(t.target,[a],o),r?t.realTarget=o.querySelector(a)||t.target:t.realTarget=t.target),Object.defineProperty(t,"target",{get:function(){return c(i);
},enumerable:!0,configurable:!0}),t}function r(e){return new p(e)}Object.defineProperties(n,{EventManager:{get:function(){return p}},eventManager:{get:function(){return r}},__esModule:{value:!0}});var i,s,l,a,u=(i=e("browser"),i&&i.__esModule&&i||{"default":i})["default"],d=(s=e("helpers/dom/element"),s&&s.__esModule&&s||{"default":s}),c=d.polymerWrap,h=d.closest,f=(l=e("helpers/feature"),l&&l.__esModule&&l||{"default":l}).isWebComponentSupportedNatively,m=(a=e("helpers/dom/event"),a&&a.__esModule&&a||{"default":a}).stopImmediatePropagation,p=function(){var e=void 0!==arguments[0]?arguments[0]:null;this.context=e||this,this.context.eventListeners||(this.context.eventListeners=[])};$traceurRuntime.createClass(p,{addEventListener:function(e,t,n){function r(e){e=o(s,e),n.call(this,e)}var i=this,s=this.context;return this.context.eventListeners.push({element:e,event:t,callback:n,callbackProxy:r}),window.addEventListener?e.addEventListener(t,r,!1):e.attachEvent("on"+t,r),u.countEventManagerListeners++,function(){i.removeEventListener(e,t,n)}},removeEventListener:function(e,t,n){for(var o,r=this.context.eventListeners.length;r--;)if(o=this.context.eventListeners[r],o.event==t&&o.element==e){if(n&&n!=o.callback)continue;this.context.eventListeners.splice(r,1),o.element.removeEventListener?o.element.removeEventListener(o.event,o.callbackProxy,!1):o.element.detachEvent("on"+o.event,o.callbackProxy),u.countEventManagerListeners--}},clearEvents:function(){if(this.context)for(var e=this.context.eventListeners.length;e--;){var t=this.context.eventListeners[e];t&&this.removeEventListener(t.element,t.event,t.callback)}},clear:function(){this.clearEvents()},destroy:function(){this.clearEvents(),this.context=null},fireEvent:function(e,t){var n,o={bubbles:!0,cancelable:"mousemove"!==t,view:window,detail:0,screenX:0,screenY:0,clientX:1,clientY:1,ctrlKey:!1,altKey:!1,shiftKey:!1,metaKey:!1,button:0,relatedTarget:void 0};document.createEvent?(n=document.createEvent("MouseEvents"),n.initMouseEvent(t,o.bubbles,o.cancelable,o.view,o.detail,o.screenX,o.screenY,o.clientX,o.clientY,o.ctrlKey,o.altKey,o.shiftKey,o.metaKey,o.button,o.relatedTarget||document.body.parentNode)):n=document.createEventObject(),e.dispatchEvent?e.dispatchEvent(n):e.fireEvent("on"+t,n)}},{}),u.countEventManagerListeners=0,u.eventManager=r},{browser:23,"helpers/dom/element":46,"helpers/dom/event":47,"helpers/feature":48}],42:[function(e,t,n){"use strict";function o(e){for(var t=0,n=e.length;n>t;)e[t]=[e[t]],t++}function r(e,t){for(var n=0,o=t.length;o>n;)e.push(t[n]),n++}function i(e){var t=[];if(!e||0===e.length||!e[0]||0===e[0].length)return t;for(var n=e.length,o=e[0].length,r=0;n>r;r++)for(var i=0;o>i;i++)t[i]||(t[i]=[]),t[i][r]=e[r][i];return t}function s(e,t,n,o){var r=-1,i=e.length;for(o&&i&&(n=e[++r]);++r<i;)n=t(n,e[r],r,e);return n}function l(e,t){for(var n=-1,o=e.length,r=-1,i=[];++n<o;){var s=e[n];t(s,n,e)&&(i[++r]=s)}return i}function a(e,t){for(var n=-1,o=e.length,r=-1,i=[];++n<o;){var s=e[n];i[++r]=t(s,n,e)}return i}function u(e,t){for(var n=-1,o=e.length;++n<o&&t(e[n],n,e)!==!1;);return e}function d(e){return s(e,function(e,t){return e+t},0)}function c(e){return s(e,function(e,t){return e>t?e:t},Array.isArray(e)?e[0]:void 0)}function h(e){return s(e,function(e,t){return t>e?e:t},Array.isArray(e)?e[0]:void 0)}function f(e){return e.length?d(e)/e.length:0}function m(e){return s(e,function(e,t){return e.concat(Array.isArray(t)?m(t):t)},[])}function p(e){var t=[];return u(e,function(e){-1===t.indexOf(e)&&t.push(e)}),t}Object.defineProperties(n,{to2dArray:{get:function(){return o}},extendArray:{get:function(){return r}},pivot:{get:function(){return i}},arrayReduce:{get:function(){return s}},arrayFilter:{get:function(){return l}},arrayMap:{get:function(){return a}},arrayEach:{get:function(){return u}},arraySum:{get:function(){return d}},arrayMax:{get:function(){return c}},arrayMin:{get:function(){return h}},arrayAvg:{get:function(){return f}},arrayFlatten:{get:function(){return m}},arrayUnique:{get:function(){return p}},__esModule:{value:!0}})},{}],43:[function(e,t,n){"use strict";function o(){return a}function r(){return u}function i(){return d}function s(){return c}function l(e){return e||(e=navigator.userAgent),/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(e)}Object.defineProperties(n,{isIE8:{get:function(){return o}},isIE9:{get:function(){return r}},isSafari:{get:function(){return i}},isChrome:{get:function(){return s}},isMobileBrowser:{get:function(){return l}},__esModule:{value:!0}});var a=!document.createTextNode("test").textContent,u=!!document.documentMode,d=/Safari/.test(navigator.userAgent)&&/Apple Computer/.test(navigator.vendor),c=/Chrome/.test(navigator.userAgent)&&/Google/.test(navigator.vendor)},{}],44:[function(e,t,n){"use strict";function o(e){for(var t,n=e+1,o="";n>0;)t=(n-1)%26,o=String.fromCharCode(65+t)+o,n=parseInt((n-t)/26,10);return o}function r(e,t){e="number"==typeof e?e:100,t="number"==typeof t?t:4;var n,r,i=[];for(n=0;e>n;n++){var s=[];for(r=0;t>r;r++)s.push(o(r)+(n+1));i.push(s)}return i}function i(e,t){e="number"==typeof e?e:100,t="number"==typeof t?t:4;var n,r,i=[];for(n=0;e>n;n++){var s={};for(r=0;t>r;r++)s["prop"+r]=o(r)+(n+1);i.push(s)}return i}function s(e,t){for(var n,o=[],r=0;e>r;r++){n=[];for(var i=0;t>i;i++)n.push("");o.push(n)}return o}function l(e){var t,n,o,r,i=[],s=0;for(t=0,n=e.length;n>t;t++)for(o=0,r=e[t].length;r>o;o++)o==s&&(i.push([]),s++),i[o].push(e[t][o]);return i}function a(e,t){function n(e){var t=c.cellTypes[e];if("undefined"==typeof t)throw new Error('You declared cell type "'+e+'" as a string that is not mapped to a known object. Cell type must be an object or a string mapped to an object in Handsontable.cellTypes');return t}return t="undefined"==typeof t?!0:t,function(o,r){return function i(o){if(o){if(o.hasOwnProperty(e)&&void 0!==o[e])return o[e];if(o.hasOwnProperty("type")&&o.type){var r;if("string"!=typeof o.type)throw new Error("Cell type must be a string ");if(r=n(o.type),r.hasOwnProperty(e))return r[e];if(t)return}return i(h(o))}}("number"==typeof o?this.getCellMeta(o,r):o)}}Object.defineProperties(n,{spreadsheetColumnLabel:{get:function(){return o}},createSpreadsheetData:{get:function(){return r}},createSpreadsheetObjectData:{get:function(){return i}},createEmptySpreadsheetData:{get:function(){return s}},translateRowsToColumns:{get:function(){return l}},cellMethodLookupFactory:{get:function(){return a}},__esModule:{value:!0}});var u,d,c=(u=e("browser"),u&&u.__esModule&&u||{"default":u})["default"],h=(d=e("object"),d&&d.__esModule&&d||{"default":d}).getPrototypeOf},{browser:23,object:52}],45:[function(e,t,n){"use strict";function o(e){var t=new Date(e);return isNaN(new Date(e+"T00:00").getDate())?t:new Date(t.getTime()+6e4*t.getTimezoneOffset())}Object.defineProperties(n,{getNormalizedDate:{get:function(){return o}},__esModule:{value:!0}})},{}],46:[function(e,t,n){"use strict";function o(e,t,n){for(;null!=e&&e!==n;){if(e.nodeType===Node.ELEMENT_NODE&&(t.indexOf(e.nodeName)>-1||t.indexOf(e)>-1))return e;e=e.host&&e.nodeType===Node.DOCUMENT_FRAGMENT_NODE?e.host:e.parentNode}return null}function r(e,t){var n=e.parentNode,o=[];for("string"==typeof t?o=Array.prototype.slice.call(document.querySelectorAll(t),0):o.push(t);null!=n;){if(o.indexOf(n)>-1)return!0;n=n.parentNode}return!1}function i(e){function t(e){return e.nodeType===Node.ELEMENT_NODE&&e.nodeName===o.toUpperCase()}var n,o="hot-table",r=!1;for(n=s(e);null!=n;){if(t(n)){r=!0;break}if(n.host&&n.nodeType===Node.DOCUMENT_FRAGMENT_NODE){if(r=t(n.host))break;n=n.host}n=n.parentNode}return r}function s(e){return"undefined"!=typeof Polymer&&"function"==typeof wrap?wrap(e):e}function l(e){return"undefined"!=typeof Polymer&&"function"==typeof unwrap?unwrap(e):e}function a(e){var t=0;if(e.previousSibling)for(;e=e.previousSibling;)++t;return t}function u(e,t){var n=document.querySelector(".ht_clone_"+e);return n?n.contains(t):null}function d(e){var t=0,n=[];if(!e||!e.length)return n;for(;e[t];)n.push(e[t]),t++;return n}function c(e,t){return X(e,t)}function h(e,t){return q(e,t)}function f(e,t){return Z(e,t)}function m(e,t){if(3===e.nodeType)t.removeChild(e);else if(["TABLE","THEAD","TBODY","TFOOT","TR"].indexOf(e.nodeName)>-1)for(var n=e.childNodes,o=n.length-1;o>=0;o--)m(n[o],e)}function p(e){for(var t;t=e.lastChild;)e.removeChild(t)}function g(e,t){le.test(t)?e.innerHTML=t:v(e,t)}function v(e,t){var n=e.firstChild;n&&3===n.nodeType&&null===n.nextSibling?ae?n.textContent=t:n.data=t:(p(e),e.appendChild(document.createTextNode(t)))}function w(e){for(var t=e;l(t)!==document.documentElement;){if(null===t)return!1;if(t.nodeType===Node.DOCUMENT_FRAGMENT_NODE){if(t.host){if(t.host.impl)return w(t.host.impl);if(t.host)return w(t.host);throw new Error("Lost in Web Components world")}return!1}if("none"===t.style.display)return!1;t=t.parentNode}return!0}function b(e){var t,n,o,r,i;if(r=document.documentElement,ne()&&e.firstChild&&"CAPTION"===e.firstChild.nodeName)return i=e.getBoundingClientRect(),{top:i.top+(window.pageYOffset||r.scrollTop)-(r.clientTop||0),left:i.left+(window.pageXOffset||r.scrollLeft)-(r.clientLeft||0)};for(t=e.offsetLeft,n=e.offsetTop,o=e;(e=e.offsetParent)&&e!==document.body;)t+=e.offsetLeft,n+=e.offsetTop,o=e;return o&&"fixed"===o.style.position&&(t+=window.pageXOffset||r.scrollLeft,n+=window.pageYOffset||r.scrollTop),{left:t,top:n}}function y(){var e=window.scrollY;return void 0===e&&(e=document.documentElement.scrollTop),e}function C(){var e=window.scrollX;return void 0===e&&(e=document.documentElement.scrollLeft),e}function _(e){return e===window?y():e.scrollTop}function R(e){return e===window?C():e.scrollLeft}function M(e){for(var t,n,o,r=e.parentNode,i=["auto","scroll"],s="",l="",a="",u="";r&&r.style&&document.body!==r;){if(t=r.style.overflow,n=r.style.overflowX,o=r.style.overflowY,"scroll"==t||"scroll"==n||"scroll"==o)return r;if(window.getComputedStyle&&(s=window.getComputedStyle(r),l=s.getPropertyValue("overflow"),a=s.getPropertyValue("overflow-y"),u=s.getPropertyValue("overflow-x"),"scroll"===l||"scroll"===u||"scroll"===a))return r;if(r.clientHeight<=r.scrollHeight&&(-1!==i.indexOf(o)||-1!==i.indexOf(t)||-1!==i.indexOf(l)||-1!==i.indexOf(a)))return r;if(r.clientWidth<=r.scrollWidth&&(-1!==i.indexOf(n)||-1!==i.indexOf(t)||-1!==i.indexOf(l)||-1!==i.indexOf(u)))return r;r=r.parentNode}return window}function S(e){for(var t=e.parentNode;t&&t.style&&document.body!==t;){if("visible"!==t.style.overflow&&""!==t.style.overflow)return t;if(window.getComputedStyle){var n=window.getComputedStyle(t);if("visible"!==n.getPropertyValue("overflow")&&""!==n.getPropertyValue("overflow"))return t}t=t.parentNode}return window}function E(e,t){if(e){if(e!==window){var n,o=e.style[t];return""!==o&&void 0!==o?o:(n=O(e),""!==n[t]&&void 0!==n[t]?n[t]:void 0)}if("width"===t)return window.innerWidth+"px";if("height"===t)return window.innerHeight+"px"}}function O(e){return e.currentStyle||document.defaultView.getComputedStyle(e)}function T(e){return e.offsetWidth}function k(e){return ne()&&e.firstChild&&"CAPTION"===e.firstChild.nodeName?e.offsetHeight+e.firstChild.offsetHeight:e.offsetHeight}function A(e){return e.clientHeight||e.innerHeight}function H(e){return e.clientWidth||e.innerWidth}function P(e,t,n){window.addEventListener?e.addEventListener(t,n,!1):e.attachEvent("on"+t,n)}function x(e,t,n){window.removeEventListener?e.removeEventListener(t,n,!1):e.detachEvent("on"+t,n)}function D(e){if(e.selectionStart)return e.selectionStart;if(document.selection){e.focus();var t=document.selection.createRange();if(null==t)return 0;var n=e.createTextRange(),o=n.duplicate();return n.moveToBookmark(t.getBookmark()),o.setEndPoint("EndToStart",n),o.text.length}return 0}function L(e){if(e.selectionEnd)return e.selectionEnd;if(document.selection){var t=document.selection.createRange();if(null==t)return 0;var n=e.createTextRange();return n.text.indexOf(t.text)+t.text.length}}function N(){var e="";return window.getSelection?e=window.getSelection().toString():document.selection&&"Control"!==document.selection.type&&(e=document.selection.createRange().text),e}function I(e,t,n){if(void 0===n&&(n=t),e.setSelectionRange){e.focus();try{e.setSelectionRange(t,n)}catch(o){var r=e.parentNode,i=r.style.display;r.style.display="block",e.setSelectionRange(t,n),r.style.display=i}}else if(e.createTextRange){var s=e.createTextRange();s.collapse(!0),s.moveEnd("character",n),s.moveStart("character",t),s.select()}}function W(){var e=document.createElement("p");e.style.width="100%",e.style.height="200px";var t=document.createElement("div");t.style.position="absolute",t.style.top="0px",t.style.left="0px",t.style.visibility="hidden",t.style.width="200px",t.style.height="150px",t.style.overflow="hidden",t.appendChild(e),(document.body||document.documentElement).appendChild(t);var n=e.offsetWidth;t.style.overflow="scroll";var o=e.offsetWidth;return n==o&&(o=t.clientWidth),(document.body||document.documentElement).removeChild(t),n-o}function F(){return void 0===se&&(se=W()),se}function j(e){return e.offsetWidth!==e.clientWidth}function B(e){return e.offsetHeight!==e.clientHeight}function V(e,t,n){Q()||ee()?(e.style.top=n,e.style.left=t):te()?e.style["-webkit-transform"]="translate3d("+t+","+n+",0)":e.style.transform="translate3d("+t+","+n+",0)"}function U(e){var t;return e.style.transform&&""!==(t=e.style.transform)?["transform",t]:e.style["-webkit-transform"]&&""!==(t=e.style["-webkit-transform"])?["-webkit-transform",t]:-1}function Y(e){e.style.transform&&""!==e.style.transform?e.style.transform="":e.style["-webkit-transform"]&&""!==e.style["-webkit-transform"]&&(e.style["-webkit-transform"]="")}function z(e){var t=["INPUT","SELECT","TEXTAREA"];return e&&(t.indexOf(e.nodeName)>-1||"true"===e.contentEditable)}function G(e){return z(e)&&-1==e.className.indexOf("handsontableInput")&&-1==e.className.indexOf("copyPaste")}Object.defineProperties(n,{closest:{get:function(){return o}},isChildOf:{get:function(){return r}},isChildOfWebComponentTable:{get:function(){return i}},polymerWrap:{get:function(){return s}},polymerUnwrap:{get:function(){return l}},index:{get:function(){return a}},overlayContainsElement:{get:function(){return u}},hasClass:{get:function(){return c}},addClass:{get:function(){return h}},removeClass:{get:function(){return f}},removeTextNodes:{get:function(){return m}},empty:{get:function(){return p}},HTML_CHARACTERS:{get:function(){return le}},fastInnerHTML:{get:function(){return g}},fastInnerText:{get:function(){return v}},isVisible:{get:function(){return w}},offset:{get:function(){return b}},getWindowScrollTop:{get:function(){return y}},getWindowScrollLeft:{get:function(){return C}},getScrollTop:{get:function(){return _}},getScrollLeft:{get:function(){return R}},getScrollableElement:{get:function(){return M}},getTrimmingContainer:{get:function(){return S}},getStyle:{get:function(){return E}},getComputedStyle:{get:function(){return O}},outerWidth:{get:function(){return T}},outerHeight:{get:function(){return k}},innerHeight:{get:function(){return A}},innerWidth:{get:function(){return H}},addEvent:{get:function(){return P}},removeEvent:{get:function(){return x}},getCaretPosition:{get:function(){return D}},getSelectionEndPosition:{get:function(){return L}},getSelectionText:{get:function(){return N}},setCaretPosition:{get:function(){return I}},getScrollbarWidth:{get:function(){return F}},hasVerticalScrollbar:{get:function(){return j}},hasHorizontalScrollbar:{get:function(){return B}},setOverlayPosition:{get:function(){return V}},getCssTransform:{get:function(){return U}},resetCssTransform:{get:function(){return Y}},isInput:{get:function(){return z}},isOutsideInput:{get:function(){return G}},__esModule:{value:!0}});var $,K,X,q,Z,J=($=e("../browser"),$&&$.__esModule&&$||{"default":$}),Q=J.isIE8,ee=J.isIE9,te=J.isSafari,ne=(K=e("../feature"),K&&K.__esModule&&K||{"default":K}).hasCaptionProblem,oe=!!document.documentElement.classList;if(oe){var re=function(){var e=document.createElement("div");return e.classList.add("test","test2"),e.classList.contains("test2")}();X=function(e,t){return""===t?!1:e.classList.contains(t)},q=function(e,t){var n=0;if("string"==typeof t&&(t=t.split(" ")),t=d(t),re)e.classList.add.apply(e.classList,t);else for(;t&&t[n];)e.classList.add(t[n]),n++},Z=function(e,t){var n=0;if("string"==typeof t&&(t=t.split(" ")),t=d(t),re)e.classList.remove.apply(e.classList,t);else for(;t&&t[n];)e.classList.remove(t[n]),n++}}else{var ie=function(e){return new RegExp("(\\s|^)"+e+"(\\s|$)")};X=function(e,t){return!!e.className.match(ie(t))},q=function(e,t){var n=0,o=e.className;if("string"==typeof t&&(t=t.split(" ")),""===o)o=t.join(" ");else for(;t&&t[n];)ie(t[n]).test(o)||(o+=" "+t[n]),n++;e.className=o},Z=function(e,t){var n=0,o=e.className;for("string"==typeof t&&(t=t.split(" "));t&&t[n];)o=o.replace(ie(t[n])," ").trim(),n++;e.className!==o&&(e.className=o)}}var se,le=/(<(.*)>|&(.*);)/,ae=!!document.createTextNode("test").textContent},{"../browser":43,"../feature":48}],47:[function(e,t,n){"use strict";function o(e){e.isImmediatePropagationEnabled=!1,e.cancelBubble=!0}function r(e){return e.isImmediatePropagationEnabled===!1}function i(e){"function"==typeof e.stopPropagation?e.stopPropagation():e.cancelBubble=!0}function s(e){return e.pageX?e.pageX:e.clientX+c()}function l(e){return e.pageY?e.pageY:e.clientY+d()}Object.defineProperties(n,{stopImmediatePropagation:{get:function(){return o}},isImmediatePropagationStopped:{get:function(){return r}},stopPropagation:{get:function(){return i}},pageX:{get:function(){return s}},pageY:{get:function(){return l}},__esModule:{value:!0}});var a,u=(a=e("element"),a&&a.__esModule&&a||{"default":a}),d=u.getWindowScrollTop,c=u.getWindowScrollLeft},{element:46}],48:[function(e,t,n){"use strict";function o(e){return h.call(window,e)}function r(e){f.call(window,e)}function i(){return"ontouchstart"in window}function s(){var e=document.createElement("div");return!(!e.createShadowRoot||!e.createShadowRoot.toString().match(/\[native code\]/))}function l(){var e=document.createElement("TABLE");e.style.borderSpacing=0,e.style.borderWidth=0,e.style.padding=0;var t=document.createElement("TBODY");e.appendChild(t),t.appendChild(document.createElement("TR")),t.firstChild.appendChild(document.createElement("TD")),t.firstChild.firstChild.innerHTML="<tr><td>t<br>t</td></tr>";var n=document.createElement("CAPTION");n.innerHTML="c<br>c<br>c<br>c",n.style.padding=0,n.style.margin=0,e.insertBefore(n,t),document.body.appendChild(e),p=e.offsetHeight<2*e.lastChild.offsetHeight,document.body.removeChild(e)}function a(){return void 0===p&&l(),p}function u(e){var t=void 0!==arguments[1]?arguments[1]:{};return g?g:g="object"==typeof Intl?new Intl.Collator(e,t).compare:"function"==typeof String.prototype.localeCompare?function(e,t){return(e+"").localeCompare(t)}:function(e,t){return e===t?0:e>t?-1:1}}Object.defineProperties(n,{requestAnimationFrame:{get:function(){return o}},cancelAnimationFrame:{get:function(){return r}},isTouchSupported:{get:function(){return i}},isWebComponentSupportedNatively:{get:function(){return s}},hasCaptionProblem:{get:function(){return a}},getComparisonFunction:{get:function(){return u}},__esModule:{value:!0}});for(var d=0,c=["ms","moz","webkit","o"],h=window.requestAnimationFrame,f=window.cancelAnimationFrame,m=0;m<c.length&&!h;++m)h=window[c[m]+"RequestAnimationFrame"],f=window[c[m]+"CancelAnimationFrame"]||window[c[m]+"CancelRequestAnimationFrame"];h||(h=function(e){var t=(new Date).getTime(),n=Math.max(0,16-(t-d)),o=window.setTimeout(function(){e(t+n)},n);return d=t+n,o}),f||(f=function(e){clearTimeout(e)});var p,g},{}],49:[function(e,t,n){"use strict";function o(e,t){return function(){return e.apply(t,arguments)}}function r(e){function t(){var t=this,s=arguments,l=Date.now(),a=!1;r.lastCallThrottled=!0,o||(o=l,a=!0);var u=n-(l-o);return a?(r.lastCallThrottled=!1,e.apply(this,s)):(i&&clearTimeout(i),i=setTimeout(function(){r.lastCallThrottled=!1,e.apply(t,s),o=0,i=void 0},u)),r}var n=void 0!==arguments[1]?arguments[1]:200,o=0,r={lastCallThrottled:!0},i=null;return t}function i(e){function t(){l=i}function n(){return l?(l--,e.apply(this,arguments)):s.apply(this,arguments)}var o=void 0!==arguments[1]?arguments[1]:200,i=void 0!==arguments[2]?arguments[2]:10,s=r(e,o),l=i;return n.clearHits=t,n}function s(e){function t(){var t=this,i=arguments;return r&&clearTimeout(r),r=setTimeout(function(){n=e.apply(t,i)},o),n}var n,o=void 0!==arguments[1]?arguments[1]:200,r=null;return t}function l(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=e,o=n[0],r=Array.prototype.slice.call(n,1);return function(){return h(r,function(e,t){return t(e)},o.apply(this,arguments))}}function a(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return function(){for(var n=[],o=0;o<arguments.length;o++)n[o]=arguments[o];return e.apply(this,t.concat(n))}}function u(e){function t(o){return function(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];var s,l=o.concat(r);return s=l.length>=n?e.apply(this,l):t(l)}}var n=e.length;return t([])}function d(e){function t(o){return function(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];var s,l=o.concat(r.reverse());return s=l.length>=n?e.apply(this,l):t(l)}}var n=e.length;return t([])}Object.defineProperties(n,{proxy:{get:function(){return o}},throttle:{get:function(){return r}},throttleAfterHits:{get:function(){return i}},debounce:{get:function(){return s}},pipe:{get:function(){return l}},partial:{get:function(){return a}},curry:{get:function(){return u}},curryRight:{get:function(){return d}},__esModule:{value:!0}});var c,h=(c=e("array"),c&&c.__esModule&&c||{"default":c}).arrayReduce},{array:42}],50:[function(e,t,n){"use strict";function o(e){switch(typeof e){case"string":case"number":return e+"";case"object":return null===e?"":e.toString();case"undefined":return"";default:return e.toString()}}Object.defineProperties(n,{stringify:{get:function(){return o}},__esModule:{value:!0}})},{}],51:[function(e,t,n){"use strict";function o(e){var t=typeof e;return"number"==t?!isNaN(e)&&isFinite(e):"string"==t?e.length?1==e.length?/\d/.test(e):/^\s*[+-]?\s*(?:(?:\d+(?:\.\d+)?(?:e[+-]?\d+)?)|(?:0x[a-f\d]+))\s*$/i.test(e):!1:"object"==t?!(!e||"number"!=typeof e.valueOf()||e instanceof Date):!1}function r(e,t,n){var o=-1;for("function"==typeof t?(n=t,t=e):o=e-1;++o<=t&&n(o)!==!1;);}function i(e,t,n){var o=e+1;for("function"==typeof t&&(n=t,t=0);--o>=t&&n(o)!==!1;);}function s(e,t){return t=parseInt(t.toString().replace("%",""),10),t=parseInt(e*t/100)}Object.defineProperties(n,{isNumeric:{get:function(){return o}},rangeEach:{get:function(){return r}},rangeEachReverse:{get:function(){return i}},valueAccordingPercent:{get:function(){return s}},__esModule:{value:!0}})},{}],52:[function(e,t,n){"use strict";function o(e){var t;return Array.isArray(e)?t=[]:(t={},m(e,function(e,n){e&&"object"==typeof e&&!Array.isArray(e)?t[n]=o(e):Array.isArray(e)?e.length&&"object"==typeof e[0]&&!Array.isArray(e[0])?t[n]=[o(e[0])]:t[n]=[]:t[n]=null})),t}function r(e,t){return t.prototype.constructor=t,e.prototype=new t,e.prototype.constructor=e,e}function i(e,t){return m(t,function(t,n){e[n]=t}),e}function s(e,t){m(t,function(n,o){t[o]&&"object"==typeof t[o]?(e[o]||(Array.isArray(t[o])?e[o]=[]:"[object Date]"===Object.prototype.toString.call(t[o])?e[o]=t[o]:e[o]={}),s(e[o],t[o])):e[o]=t[o]})}function l(e){return"object"==typeof e?JSON.parse(JSON.stringify(e)):e}function a(e){var t={};return m(e,function(e,n){t[n]=e}),t}function u(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return e.MIXINS||(e.MIXINS=[]),v(t,function(t){e.MIXINS.push(t.MIXIN_NAME),m(t,function(t,n){if(void 0!==e.prototype[n])throw new Error("Mixin conflict. Property '"+n+"' already exist and cannot be overwritten.");if("function"==typeof t)e.prototype[n]=t;else{var o=function(e,t){e="_"+e;var n=function(e){return(Array.isArray(e)||c(e))&&(e=l(e)),e};return function(){return void 0===this[e]&&(this[e]=n(t)),this[e]}},r=function(e){return e="_"+e,function(t){this[e]=t}};Object.defineProperty(e.prototype,n,{get:o(n,t),set:r(n),configurable:!0})}})}),e}function d(e,t){return JSON.stringify(e)===JSON.stringify(t)}function c(e){return"[object Object]"==Object.prototype.toString.call(e)}function h(e){var t;if("object"==typeof e.__proto__)t=e.__proto__;else{var n,o=e.constructor;"function"==typeof e.constructor&&(n=o,delete e.constructor&&(o=e.constructor,e.constructor=n)),t=o?o.prototype:null}return t}function f(e,t,n,o){o.value=n,o.writable=o.writable!==!1,o.enumerable=o.enumerable!==!1,o.configurable=o.configurable!==!1,Object.defineProperty(e,t,o)}function m(e,t){for(var n in e)if((!e.hasOwnProperty||e.hasOwnProperty&&e.hasOwnProperty(n))&&t(e[n],n,e)===!1)break;return e}function p(e,t){var n=t.split("."),o=e;return m(n,function(e){return o=o[e],void 0===o?(o=void 0,!1):void 0}),o}Object.defineProperties(n,{duckSchema:{get:function(){return o}},inherit:{get:function(){return r}},extend:{get:function(){return i}},deepExtend:{get:function(){return s}},deepClone:{get:function(){return l}},clone:{get:function(){return a}},mixin:{get:function(){return u}},isObjectEquals:{get:function(){return d}},isObject:{get:function(){return c}},getPrototypeOf:{get:function(){return h}},defineGetter:{get:function(){return f}},objectEach:{get:function(){return m}},getProperty:{get:function(){return p}},__esModule:{value:!0}});var g,v=(g=e("array"),g&&g.__esModule&&g||{"default":g}).arrayEach},{array:42}],53:[function(e,t,n){"use strict";function o(e,t){function n(){}i(n,e);for(var o=0,r=t.length;r>o;o++)n.prototype[t[o]]=void 0;return n}Object.defineProperties(n,{columnFactory:{get:function(){return o}},__esModule:{value:!0}});var r,i=(r=e("object"),r&&r.__esModule&&r||{"default":r}).inherit},{object:52}],54:[function(e,t,n){"use strict";function o(e){return e[0].toUpperCase()+e.substr(1)}function r(e,t){var n=!0;return m(t.length-1,function(o){return e.charAt(o)!==t.charAt(o)?(n=!1,!1):void 0}),n}function i(e,t){var n=!0,o=t.length-1,r=e.length-1;return m(o,function(i){var s=r-i,l=o-i;return e.charAt(s)!==t.charAt(l)?(n=!1,!1):void 0}),n}function s(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var n=[],o=e.length;o--;){var r=f(e[o]).toLowerCase();-1===n.indexOf(r)&&n.push(r)}return 1===n.length}function l(){function e(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1)}return e()+e()+e()+e()}function a(e){return/^([0-9][0-9]?\%$)|(^100\%$)/.test(e)}function u(e){var t=void 0!==arguments[1]?arguments[1]:{};return(e+"").replace(/(?:\\)?\[([^\[\]]+)]/g,function(e,n){return"\\"===e.charAt(0)?e.substr(1,e.length-1):void 0===t[n]?"":t[n]})}function d(e,t){var n=void 0!==arguments[2]?arguments[2]:" ";if(e+="",e.length>=t)return e;n=String(n);var o=n.length;o||(n=" ");var r=t-e.length,i=Math.ceil(r/n.length),s="";return m(i,function(e){s+=n}),s=s.slice(0,r),s+e}Object.defineProperties(n,{toUpperCaseFirst:{get:function(){return o}},startsWith:{get:function(){return r}},endsWith:{get:function(){return i}},equalsIgnoreCase:{get:function(){return s}},randomString:{get:function(){return l}},isPercentValue:{get:function(){return a}},substitute:{get:function(){return u}},padStart:{get:function(){return d}},__esModule:{value:!0}});var c,h,f=(c=e("mixed"),c&&c.__esModule&&c||{"default":c}).stringify,m=(h=e("number"),h&&h.__esModule&&h||{"default":h}).rangeEach},{mixed:50,number:51}],55:[function(e,t,n){"use strict";function o(e){return 32==e||e>=48&&57>=e||e>=96&&111>=e||e>=186&&192>=e||e>=219&&222>=e||e>=226||e>=65&&90>=e}function r(e){var t=[u.ARROW_DOWN,u.ARROW_UP,u.ARROW_LEFT,u.ARROW_RIGHT,u.HOME,u.END,u.DELETE,u.BACKSPACE,u.F1,u.F2,u.F3,u.F4,u.F5,u.F6,u.F7,u.F8,u.F9,u.F10,u.F11,u.F12,u.TAB,u.PAGE_DOWN,u.PAGE_UP,u.ENTER,u.ESCAPE,u.SHIFT,u.CAPS_LOCK,u.ALT];return-1!==t.indexOf(e)}function i(e){return-1!==[u.CONTROL_LEFT,224,u.COMMAND_LEFT,u.COMMAND_RIGHT].indexOf(e)}function s(e,t){var n=t.split("|"),o=!1;return a(n,function(t){return e===u[t]?(o=!0,!1):void 0}),o}Object.defineProperties(n,{KEY_CODES:{get:function(){return u}},isPrintableChar:{get:function(){return o}},isMetaKey:{get:function(){return r}},isCtrlKey:{get:function(){return i}},isKey:{get:function(){return s}},__esModule:{value:!0}});var l,a=(l=e("array"),l&&l.__esModule&&l||{"default":l}).arrayEach,u={MOUSE_LEFT:1,MOUSE_RIGHT:3,MOUSE_MIDDLE:2,BACKSPACE:8,COMMA:188,INSERT:45,DELETE:46,END:35,ENTER:13,ESCAPE:27,CONTROL_LEFT:91,COMMAND_LEFT:17,COMMAND_RIGHT:93,ALT:18,HOME:36,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,SPACE:32,SHIFT:16,CAPS_LOCK:20,TAB:9,ARROW_RIGHT:39,ARROW_LEFT:37,ARROW_UP:38,ARROW_DOWN:40,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,A:65,X:88,C:67,V:86}},{array:42}],56:[function(e,t,n){"use strict";Object.defineProperties(n,{arrayMapper:{get:function(){return p}},__esModule:{value:!0}});var o,r,i,s,l=(o=e("browser"),o&&o.__esModule&&o||{"default":o})["default"],a=(r=e("helpers/array"),r&&r.__esModule&&r||{"default":r}),u=(a.arrayEach,a.arrayReduce),d=a.arrayMap,c=a.arrayMax,h=(i=e("helpers/object"),i&&i.__esModule&&i||{"default":i}).defineGetter,f=(s=e("helpers/number"),s&&s.__esModule&&s||{"default":s}).rangeEach,m="arrayMapper",p={_arrayMap:[],getValueByIndex:function(e){var t;return void 0===(t=this._arrayMap[e])?null:t},getIndexByValue:function(e){var t;return-1===(t=this._arrayMap.indexOf(e))?null:t},insertItems:function(e){var t=void 0!==arguments[1]?arguments[1]:1,n=this,o=c(this._arrayMap)+1,r=[];return f(t-1,function(t){r.push(n._arrayMap.splice(e+t,0,o+t))}),r},removeItems:function(e){var t=void 0!==arguments[1]?arguments[1]:1,n=this,o=[];if(Array.isArray(e)){var r=[].concat(this._arrayMap);e.sort(function(e,t){return t-e}),o=u(e,function(e,t){return n._arrayMap.splice(t,1),e.concat(r.slice(t,t+1))},[])}else o=this._arrayMap.splice(e,t);return o},unshiftItems:function(e){function t(e){return u(o,function(t,n){return e>n&&t++,t},0)}var n=void 0!==arguments[1]?arguments[1]:1,o=this.removeItems(e,n);this._arrayMap=d(this._arrayMap,function(e,n){var o=t(e);return o&&(e-=o),e})},shiftItems:function(e){var t=void 0!==arguments[1]?arguments[1]:1,n=this;this._arrayMap=d(this._arrayMap,function(n){return n>=e&&(n+=t),n}),f(t-1,function(t){n._arrayMap.splice(e+t,0,e+t)})},clearMap:function(){this._arrayMap.length=0}};h(p,"MIXIN_NAME",m,{writable:!1,enumerable:!1}),l.utils.arrayMapper=p},{browser:23,"helpers/array":42,"helpers/number":51,"helpers/object":52}],57:[function(e,t,n){"use strict";Object.defineProperties(n,{localHooks:{get:function(){return d}},__esModule:{value:!0}});var o,r,i,s=(o=e("browser"),o&&o.__esModule&&o||{"default":o})["default"],l=(r=e("helpers/array"),r&&r.__esModule&&r||{"default":r}).arrayEach,a=(i=e("helpers/object"),i&&i.__esModule&&i||{"default":i}).defineGetter,u="localHooks",d={_localHooks:Object.create(null),addLocalHook:function(e,t){this._localHooks[e]||(this._localHooks[e]=[]),this._localHooks[e].push(t)},runLocalHooks:function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];var o=this;this._localHooks[e]&&l(this._localHooks[e],function(e){return e.apply(o,t)})},clearLocalHooks:function(){this._localHooks={}}};a(d,"MIXIN_NAME",u,{writable:!1,enumerable:!1}),s.utils.localHooks=d},{browser:23,"helpers/array":42,"helpers/object":52}],58:[function(e,t,n){"use strict";var o;Object.defineProperties(n,{stateSaver:{get:function(){return m}},__esModule:{value:!0}});var r,i,s,l=(r=e("browser"),r&&r.__esModule&&r||{"default":r})["default"],a=((i=e("helpers/array"),i&&i.__esModule&&i||{"default":i}).arrayEach,(s=e("helpers/object"),s&&s.__esModule&&s||{"default":s}).defineGetter),u="stateSaver",d="state_",c="_states",h=function(e,t){return e[c][d+t]},f=function(e,t,n){e[c][d+t]=n},m=(o={},Object.defineProperty(o,c,{value:{},configurable:!0,enumerable:!0,writable:!0}),Object.defineProperty(o,"getCachedState",{value:function(e){return h(this,e);
},configurable:!0,enumerable:!0,writable:!0}),Object.defineProperty(o,"setCachedState",{value:function(e,t){f(this,e,t)},configurable:!0,enumerable:!0,writable:!0}),Object.defineProperty(o,"saveState",{value:function(e){f(this,e,this.getState())},configurable:!0,enumerable:!0,writable:!0}),Object.defineProperty(o,"restoreState",{value:function(e){this.setState(h(this,e))},configurable:!0,enumerable:!0,writable:!0}),Object.defineProperty(o,"hasSavedState",{value:function(e){return void 0!==h(this,e)},configurable:!0,enumerable:!0,writable:!0}),Object.defineProperty(o,"clearState",{value:function(e){f(this,e)},configurable:!0,enumerable:!0,writable:!0}),Object.defineProperty(o,"clearStates",{value:function(){this[c]={}},configurable:!0,enumerable:!0,writable:!0}),o);a(m,"MIXIN_NAME",u,{writable:!1,enumerable:!1}),l.utils.stateSaver=m},{browser:23,"helpers/array":42,"helpers/object":52}],59:[function(e,t,n){"use strict";function o(){function e(e){return null!==e&&!n(e)&&("string"==typeof e||"number"==typeof e)}function t(e){return null!==e&&("object"==typeof e||"function"==typeof e)}function n(e){return e!==e}var o={arrayMap:[],weakMap:new WeakMap};return{get:function(n){return e(n)?o.arrayMap[n]:t(n)?o.weakMap.get(n):void 0},set:function(n,r){if(e(n))o.arrayMap[n]=r;else{if(!t(n))throw new Error("Invalid key type");o.weakMap.set(n,r)}},"delete":function(n){e(n)?delete o.arrayMap[n]:t(n)&&o.weakMap["delete"](n)}}}Object.defineProperties(n,{MultiMap:{get:function(){return o}},__esModule:{value:!0}}),window.MultiMap=o},{}],60:[function(e,t,n){"use strict";Object.defineProperties(n,{Hooks:{get:function(){return a}},__esModule:{value:!0}});var o,r,i=["afterCellMetaReset","afterChange","afterChangesObserved","afterContextMenuDefaultOptions","afterContextMenuHide","afterContextMenuShow","afterCopyLimit","afterCreateCol","afterCreateRow","afterDeselect","afterDestroy","afterDocumentKeyDown","afterGetCellMeta","afterGetColHeader","afterGetRowHeader","afterInit","afterLoadData","afterMomentumScroll","afterOnCellCornerMouseDown","afterOnCellMouseDown","afterOnCellMouseOver","afterRemoveCol","afterRemoveRow","afterRender","beforeRenderer","afterRenderer","afterScrollHorizontally","afterScrollVertically","afterSelection","afterSelectionByProp","afterSelectionEnd","afterSelectionEndByProp","afterSetCellMeta","afterUpdateSettings","afterValidate","beforeAutofill","beforeCellAlignment","beforeChange","beforeChangeRender","beforeDrawBorders","beforeGetCellMeta","beforeInit","beforeInitWalkontable","beforeKeyDown","beforeOnCellMouseDown","beforeOnCellMouseOver","beforeRemoveCol","beforeRemoveRow","beforeRender","beforeSetRangeStart","beforeSetRangeEnd","beforeTouchScroll","beforeValidate","construct","init","modifyCol","unmodifyCol","modifyColHeader","modifyColWidth","modifyRow","modifyRowHeader","modifyRowHeight","persistentStateLoad","persistentStateReset","persistentStateSave","beforeColumnSort","afterColumnSort","afterAutofillApplyValues","modifyCopyableRange","beforeColumnMove","afterColumnMove","beforeRowMove","afterRowMove","beforeColumnResize","afterColumnResize","beforeRowResize","afterRowResize","afterGetColumnHeaderRenderers","afterGetRowHeaderRenderers","beforeStretchingColumnWidth","beforeFilter","afterFilter","modifyColumnHeaderHeight"],s=(o=e("helpers/array"),o&&o.__esModule&&o||{"default":o}).arrayEach,l=(r=e("helpers/object"),r&&r.__esModule&&r||{"default":r}).objectEach,a=function(){this.globalBucket=this.createEmptyBucket()};$traceurRuntime.createClass(a,{createEmptyBucket:function(){var e=Object.create(null);return s(i,function(t){return e[t]=[]}),e},getBucket:function(){var e=void 0!==arguments[0]?arguments[0]:null;return e?(e.pluginHookBucket||(e.pluginHookBucket=this.createEmptyBucket()),e.pluginHookBucket):this.globalBucket},add:function(e,t){var n=void 0!==arguments[2]?arguments[2]:null,o=this;if(Array.isArray(t))s(t,function(t){return o.add(e,t,n)});else{var r=this.getBucket(n);"undefined"==typeof r[e]&&(this.register(e),r[e]=[]),t.skip=!1,-1===r[e].indexOf(t)&&r[e].push(t)}return this},once:function(e,t){var n=void 0!==arguments[2]?arguments[2]:null,o=this;Array.isArray(t)?s(t,function(t){return o.once(e,t,n)}):(t.runOnce=!0,this.add(e,t,n))},remove:function(e,t){var n=void 0!==arguments[2]?arguments[2]:null,o=this.getBucket(n);return"undefined"!=typeof o[e]&&o[e].indexOf(t)>=0?(t.skip=!0,!0):!1},has:function(e){var t=void 0!==arguments[1]?arguments[1]:null,n=this.getBucket(t);return!(void 0===n[e]||!n[e].length)},run:function(e,t,n,o,r,i,s,l){var a=this.globalBucket[t],u=-1,d=a?a.length:0;if(d)for(;++u<d;)if(a[u]&&!a[u].skip){var c=a[u].call(e,n,o,r,i,s,l);void 0!==c&&(n=c),a[u]&&a[u].runOnce&&this.remove(t,a[u])}var h=this.getBucket(e)[t],f=-1,m=h?h.length:0;if(m)for(;++f<m;)if(h[f]&&!h[f].skip){var p=h[f].call(e,n,o,r,i,s,l);void 0!==p&&(n=p),h[f]&&h[f].runOnce&&this.remove(t,h[f],e)}return n},destroy:function(){var e=void 0!==arguments[0]?arguments[0]:null;l(this.getBucket(e),function(e,t,n){return n[t].length=0})},register:function(e){this.isRegistered(e)||i.push(e)},deregister:function(e){this.isRegistered(e)&&i.splice(i.indexOf(e),1)},isRegistered:function(e){return i.indexOf(e)>=0},getRegistered:function(){return i}},{})},{"helpers/array":42,"helpers/object":52}],61:[function(e,t,n){"use strict";function o(e,t){e=h(e),d.plugins[e]=t,d.hooks.add("construct",function(){var n;f.has(this)||f.set(this,{}),n=f.get(this),n[e]||(n[e]=new t(this))}),d.hooks.add("afterDestroy",function(){if(f.has(this)){var e=f.get(this);c(e,function(e){return e.destroy()}),f["delete"](this)}})}function r(e,t){if("string"!=typeof t)throw Error('Only strings can be passed as "plugin" parameter');var n=h(t);if(f.has(e)&&f.get(e)[n])return f.get(e)[n]}function i(e){return f.has(e)?Object.keys(f.get(e)):[]}function s(e,t){var n=null;return f.has(e)&&c(f.get(e),function(e,o){e===t&&(n=o)}),n}Object.defineProperties(n,{registerPlugin:{get:function(){return o}},getPlugin:{get:function(){return r}},getRegistredPluginNames:{get:function(){return i}},getPluginName:{get:function(){return s}},__esModule:{value:!0}});var l,a,u,d=(l=e("browser"),l&&l.__esModule&&l||{"default":l})["default"],c=(a=e("helpers/object"),a&&a.__esModule&&a||{"default":a}).objectEach,h=(u=e("helpers/string"),u&&u.__esModule&&u||{"default":u}).toUpperCaseFirst,f=new WeakMap},{browser:23,"helpers/object":52,"helpers/string":54}],62:[function(e,t,n){"use strict";Object.defineProperties(n,{"default":{get:function(){return w}},__esModule:{value:!0}});var o,r,i,s,l=(o=e("browser"),o&&o.__esModule&&o||{"default":o})["default"],a=(r=e("helpers/object"),r&&r.__esModule&&r||{"default":r}),u=a.defineGetter,d=a.objectEach,c=(i=e("helpers/array"),i&&i.__esModule&&i||{"default":i}).arrayEach,h=(s=e("plugins"),s&&s.__esModule&&s||{"default":s}),f=h.getRegistredPluginNames,m=h.getPluginName,p=new WeakMap,g=null,v=function(e){var t=this;u(this,"hot",e,{writable:!1}),p.set(this,{hooks:{}}),g=null,this.pluginName=null,this.pluginsInitializedCallbacks=[],this.isPluginsReady=!1,this.enabled=!1,this.initialized=!1,this.hot.addHook("afterPluginsInitialized",function(){return t.onAfterPluginsInitialized()}),this.hot.addHook("afterUpdateSettings",function(){return t.onUpdateSettings()}),this.hot.addHook("beforeInit",function(){return t.init()})};$traceurRuntime.createClass(v,{init:function(){this.pluginName=m(this.hot,this),this.isEnabled&&this.isEnabled()&&this.enablePlugin(),g||(g=f(this.hot)),g.indexOf(this.pluginName)>=0&&g.splice(g.indexOf(this.pluginName),1),g.length||this.hot.runHooks("afterPluginsInitialized"),this.initialized=!0},enablePlugin:function(){this.enabled=!0},disablePlugin:function(){this.eventManager&&this.eventManager.clear(),this.clearHooks(),this.enabled=!1},addHook:function(e,t){var n=p.get(this).hooks[e]=p.get(this).hooks[e]||[];this.hot.addHook(e,t),n.push(t),p.get(this).hooks[e]=n},removeHooks:function(e){var t=this;c(p.get(this).hooks[e]||[],function(n){t.hot.removeHook(e,n)})},clearHooks:function(){var e=this,t=p.get(this).hooks;d(t,function(t,n){return e.removeHooks(n)}),t.length=0},callOnPluginsReady:function(e){this.isPluginsReady?e():this.pluginsInitializedCallbacks.push(e)},onAfterPluginsInitialized:function(){c(this.pluginsInitializedCallbacks,function(e){return e()}),this.pluginsInitializedCallbacks.length=0,this.isPluginsReady=!0},onUpdateSettings:function(){this.isEnabled&&(this.enabled&&!this.isEnabled()&&this.disablePlugin(),!this.enabled&&this.isEnabled()&&this.enablePlugin(),this.enabled&&this.isEnabled()&&this.updatePlugin())},updatePlugin:function(){},destroy:function(){var e=this;this.eventManager&&this.eventManager.destroy(),this.clearHooks(),d(this,function(t,n){"hot"!==n&&(e[n]=null)}),delete this.hot}},{});var w=v;l.plugins.BasePlugin=v},{browser:23,"helpers/array":42,"helpers/object":52,plugins:61}],63:[function(e,t,n){"use strict";Object.defineProperties(n,{AutoColumnSize:{get:function(){return P}},__esModule:{value:!0}});var o,r,i,s,l,a,u,d,c,h,f,m=(o=e("_base"),o&&o.__esModule&&o||{"default":o})["default"],p=(r=e("helpers/array"),r&&r.__esModule&&r||{"default":r}),g=p.arrayEach,v=p.arrayFilter,w=(i=e("helpers/feature"),i&&i.__esModule&&i||{"default":i}),b=w.cancelAnimationFrame,y=w.requestAnimationFrame,C=(s=e("helpers/dom/element"),s&&s.__esModule&&s||{"default":s}).isVisible,_=(l=e("utils/ghostTable"),l&&l.__esModule&&l||{"default":l}).GhostTable,R=(a=e("helpers/object"),a&&a.__esModule&&a||{"default":a}),M=R.isObject,S=(R.objectEach,u=e("helpers/number"),u&&u.__esModule&&u||{"default":u}),E=S.valueAccordingPercent,O=S.rangeEach,T=(d=e("plugins"),d&&d.__esModule&&d||{"default":d}).registerPlugin,k=(c=e("utils/samplesGenerator"),c&&c.__esModule&&c||{"default":c}).SamplesGenerator,A=(h=e("helpers/string"),h&&h.__esModule&&h||{"default":h}).isPercentValue,H=(f=e("3rdparty/walkontable/src/calculator/viewportColumns"),f&&f.__esModule&&f||{"default":f}).WalkontableViewportColumnsCalculator,P=function(e){var t=this;$traceurRuntime.superConstructor(x).call(this,e),this.widths=[],this.ghostTable=new _(this.hot),this.samplesGenerator=new k(function(e,n){return t.hot.getDataAtCell(e,n)}),this.firstCalculation=!0,this.inProgress=!1,this.addHook("beforeColumnResize",function(e,n,o){return t.onBeforeColumnResize(e,n,o)})},x=P;$traceurRuntime.createClass(P,{isEnabled:function(){return this.hot.getSettings().autoColumnSize!==!1&&!this.hot.getSettings().colWidths},enablePlugin:function(){var e=this;if(!this.enabled){var t=this.hot.getSettings().autoColumnSize,n=t&&t.hasOwnProperty("samplingRatio")?this.hot.getSettings().autoColumnSize.samplingRatio:void 0;n&&!isNaN(n)&&(this.samplesGenerator.customSampleCount=parseInt(n,10)),t&&null!=t.useHeaders&&this.ghostTable.setSetting("useHeaders",t.useHeaders),this.addHook("afterLoadData",function(){return e.onAfterLoadData()}),this.addHook("beforeChange",function(t){return e.onBeforeChange(t)}),this.addHook("beforeRender",function(t){return e.onBeforeRender(t)}),this.addHook("modifyColWidth",function(t,n){return e.getColumnWidth(n,t)}),$traceurRuntime.superGet(this,x.prototype,"enablePlugin").call(this)}},disablePlugin:function(){$traceurRuntime.superGet(this,x.prototype,"disablePlugin").call(this)},calculateColumnsWidth:function(){var e=void 0!==arguments[0]?arguments[0]:{from:0,to:this.hot.countCols()-1},t=void 0!==arguments[1]?arguments[1]:{from:0,to:this.hot.countRows()-1},n=void 0!==arguments[2]?arguments[2]:!1,o=this;"number"==typeof e&&(e={from:e,to:e}),"number"==typeof t&&(t={from:t,to:t}),O(e.from,e.to,function(e){if(n||void 0===o.widths[e]&&!o.hot._getColWidthFromSettings(e)){var r=o.samplesGenerator.generateColumnSamples(e,t);r.forEach(function(e,t){return o.ghostTable.addColumn(t,e)})}}),this.ghostTable.columns.length&&(this.ghostTable.getWidths(function(e,t){return o.widths[e]=t}),this.ghostTable.clean())},calculateAllColumnsWidth:function(){var e=void 0!==arguments[0]?arguments[0]:{from:0,to:this.hot.countRows()-1},t=this,n=0,o=this.hot.countCols()-1,r=null;this.inProgress=!0;var i=function(){return t.hot?(t.calculateColumnsWidth({from:n,to:Math.min(n+x.CALCULATION_STEP,o)},e),n=n+x.CALCULATION_STEP+1,void(o>n?r=y(i):(b(r),t.inProgress=!1,t.hot.view.wt.wtOverlays.adjustElementsSize(!0),t.hot.view.wt.wtOverlays.leftOverlay.needFullRender&&t.hot.view.wt.wtOverlays.leftOverlay.clone.draw()))):(b(r),void(t.inProgress=!1))};this.firstCalculation&&this.getSyncCalculationLimit()&&(this.calculateColumnsWidth({from:0,to:this.getSyncCalculationLimit()},e),this.firstCalculation=!1,n=this.getSyncCalculationLimit()+1),o>n?i():this.inProgress=!1},recalculateAllColumnsWidth:function(){this.hot.view&&C(this.hot.view.wt.wtTable.TABLE)&&(this.clearCache(),this.calculateAllColumnsWidth())},getSyncCalculationLimit:function(){var e=x.SYNC_CALCULATION_LIMIT,t=this.hot.countCols()-1;return M(this.hot.getSettings().autoColumnSize)&&(e=this.hot.getSettings().autoColumnSize.syncLimit,A(e)?e=E(t,e):e>>=0),Math.min(e,t)},getColumnWidth:function(e){var t=arguments[1],n=void 0!==arguments[2]?arguments[2]:!0,o=t;return void 0===o&&(o=this.widths[e],n&&"number"==typeof o&&(o=Math.max(o,H.DEFAULT_WIDTH))),o},getFirstVisibleColumn:function(){var e=this.hot.view.wt;return e.wtViewport.columnsVisibleCalculator?e.wtTable.getFirstVisibleColumn():e.wtViewport.columnsRenderCalculator?e.wtTable.getFirstRenderedColumn():-1},getLastVisibleColumn:function(){var e=this.hot.view.wt;return e.wtViewport.columnsVisibleCalculator?e.wtTable.getLastVisibleColumn():e.wtViewport.columnsRenderCalculator?e.wtTable.getLastRenderedColumn():-1},clearCache:function(){this.widths.length=0},isNeedRecalculate:function(){return!!v(this.widths,function(e){return void 0===e}).length},onBeforeRender:function(){var e=this.hot.renderCall,t=this.hot.countRows();t&&(this.calculateColumnsWidth({from:this.getFirstVisibleColumn(),to:this.getLastVisibleColumn()},void 0,e),this.isNeedRecalculate()&&!this.inProgress&&this.calculateAllColumnsWidth())},onAfterLoadData:function(){var e=this;this.hot.view?this.recalculateAllColumnsWidth():setTimeout(function(){e.hot&&e.recalculateAllColumnsWidth()},0)},onBeforeChange:function(e){var t=this;g(e,function(e){return t.widths[t.hot.propToCol(e[1])]=void 0})},onBeforeColumnResize:function(e,t,n){return n&&(this.calculateColumnsWidth(e,void 0,!0),t=this.getColumnWidth(e,void 0,!1)),t},destroy:function(){this.ghostTable.clean(),$traceurRuntime.superGet(this,x.prototype,"destroy").call(this)}},{get CALCULATION_STEP(){return 50},get SYNC_CALCULATION_LIMIT(){return 50}},m),T("autoColumnSize",P)},{"3rdparty/walkontable/src/calculator/viewportColumns":3,_base:62,"helpers/array":42,"helpers/dom/element":46,"helpers/feature":48,"helpers/number":51,"helpers/object":52,"helpers/string":54,plugins:61,"utils/ghostTable":104,"utils/samplesGenerator":106}],64:[function(e,t,n){"use strict";Object.defineProperties(n,{AutoRowSize:{get:function(){return k}},__esModule:{value:!0}});var o,r,i,s,l,a,u,d,c,h,f=(o=e("_base"),o&&o.__esModule&&o||{"default":o})["default"],m=(r=e("helpers/array"),r&&r.__esModule&&r||{"default":r}),p=(m.arrayEach,m.arrayFilter),g=(i=e("helpers/feature"),i&&i.__esModule&&i||{"default":i}),v=g.cancelAnimationFrame,w=g.requestAnimationFrame,b=(s=e("helpers/dom/element"),s&&s.__esModule&&s||{"default":s}).isVisible,y=(l=e("utils/ghostTable"),l&&l.__esModule&&l||{"default":l}).GhostTable,C=(a=e("helpers/object"),a&&a.__esModule&&a||{"default":a}),_=C.isObject,R=(C.objectEach,u=e("helpers/number"),u&&u.__esModule&&u||{"default":u}),M=R.valueAccordingPercent,S=R.rangeEach,E=(d=e("plugins"),d&&d.__esModule&&d||{"default":d}).registerPlugin,O=(c=e("utils/samplesGenerator"),c&&c.__esModule&&c||{"default":c}).SamplesGenerator,T=(h=e("helpers/string"),h&&h.__esModule&&h||{"default":h}).isPercentValue,k=function(e){var t=this;$traceurRuntime.superConstructor(A).call(this,e),this.heights=[],this.ghostTable=new y(this.hot),this.samplesGenerator=new O(function(e,n){return e>=0?t.hot.getDataAtCell(e,n):-1===e?t.hot.getColHeader(n):null}),this.firstCalculation=!0,this.inProgress=!1,this.addHook("beforeRowResize",function(e,n,o){return t.onBeforeRowResize(e,n,o)})},A=k;$traceurRuntime.createClass(k,{isEnabled:function(){return this.hot.getSettings().autoRowSize===!0||_(this.hot.getSettings().autoRowSize)},enablePlugin:function(){var e=this;if(!this.enabled){var t=this.hot.getSettings().autoRowSize,n=t&&t.hasOwnProperty("samplingRatio")?this.hot.getSettings().autoRowSize.samplingRatio:void 0;n&&!isNaN(n)&&(this.samplesGenerator.customSampleCount=parseInt(n,10)),this.addHook("afterLoadData",function(){return e.onAfterLoadData()}),this.addHook("beforeChange",function(t){return e.onBeforeChange(t)}),this.addHook("beforeColumnMove",function(){return e.recalculateAllRowsHeight()}),this.addHook("beforeColumnResize",function(){return e.recalculateAllRowsHeight()}),this.addHook("beforeColumnSort",function(){return e.clearCache()}),this.addHook("beforeRender",function(t){return e.onBeforeRender(t)}),this.addHook("beforeRowMove",function(t,n){return e.onBeforeRowMove(t,n)}),this.addHook("modifyRowHeight",function(t,n){return e.getRowHeight(n,t)}),this.addHook("modifyColumnHeaderHeight",function(){return e.getColumnHeaderHeight()}),$traceurRuntime.superGet(this,A.prototype,"enablePlugin").call(this)}},disablePlugin:function(){$traceurRuntime.superGet(this,A.prototype,"disablePlugin").call(this)},calculateRowsHeight:function(){var e=void 0!==arguments[0]?arguments[0]:{from:0,to:this.hot.countRows()-1},t=void 0!==arguments[1]?arguments[1]:{from:0,to:this.hot.countCols()-1},n=void 0!==arguments[2]?arguments[2]:!1,o=this;if("number"==typeof e&&(e={from:e,to:e}),"number"==typeof t&&(t={from:t,to:t}),null!==this.hot.getColHeader(0)){var r=this.samplesGenerator.generateRowSamples(-1,t);this.ghostTable.addColumnHeadersRow(r.get(-1))}S(e.from,e.to,function(e){if(n||void 0===o.heights[e]){var r=o.samplesGenerator.generateRowSamples(e,t);r.forEach(function(e,t){return o.ghostTable.addRow(t,e)})}}),this.ghostTable.rows.length&&(this.ghostTable.getHeights(function(e,t){return o.heights[e]=t}),this.ghostTable.clean())},calculateAllRowsHeight:function(){var e=void 0!==arguments[0]?arguments[0]:{from:0,to:this.hot.countCols()-1},t=this,n=0,o=this.hot.countRows()-1,r=null;this.inProgress=!0;var i=function(){return t.hot?(t.calculateRowsHeight({from:n,to:Math.min(n+A.CALCULATION_STEP,o)},e),n=n+A.CALCULATION_STEP+1,void(o>n?r=w(i):(v(r),t.inProgress=!1,t.hot.view.wt.wtOverlays.adjustElementsSize(!0),t.hot.view.wt.wtOverlays.leftOverlay.needFullRender&&t.hot.view.wt.wtOverlays.leftOverlay.clone.draw()))):(v(r),void(t.inProgress=!1))};this.firstCalculation&&this.getSyncCalculationLimit()&&(this.calculateRowsHeight({from:0,to:this.getSyncCalculationLimit()},e),this.firstCalculation=!1,n=this.getSyncCalculationLimit()+1),o>n?i():this.inProgress=!1},recalculateAllRowsHeight:function(){b(this.hot.view.wt.wtTable.TABLE)&&(this.clearCache(),this.calculateAllRowsHeight())},getSyncCalculationLimit:function(){var e=A.SYNC_CALCULATION_LIMIT,t=this.hot.countRows()-1;return _(this.hot.getSettings().autoRowSize)&&(e=this.hot.getSettings().autoRowSize.syncLimit,T(e)?e=M(t,e):e>>=0),Math.min(e,t)},getRowHeight:function(e){var t=arguments[1],n=t;return void 0!==this.heights[e]&&this.heights[e]>(t||0)&&(n=this.heights[e]),n},getColumnHeaderHeight:function(){return this.heights[-1]},getFirstVisibleRow:function(){var e=this.hot.view.wt;return e.wtViewport.rowsVisibleCalculator?e.wtTable.getFirstVisibleRow():e.wtViewport.rowsRenderCalculator?e.wtTable.getFirstRenderedRow():-1},getLastVisibleRow:function(){var e=this.hot.view.wt;return e.wtViewport.rowsVisibleCalculator?e.wtTable.getLastVisibleRow():e.wtViewport.rowsRenderCalculator?e.wtTable.getLastRenderedRow():-1},clearCache:function(){this.heights.length=0,this.heights[-1]=void 0},clearCacheByRange:function(e){var t=this;"number"==typeof e&&(e={from:e,to:e}),S(Math.min(e.from,e.to),Math.max(e.from,e.to),function(e){return t.heights[e]=void 0})},isNeedRecalculate:function(){return!!p(this.heights,function(e){return void 0===e}).length},onBeforeRender:function(){var e=this.hot.renderCall;this.calculateRowsHeight({from:this.getFirstVisibleRow(),to:this.getLastVisibleRow()},void 0,e);var t=this.hot.getSettings().fixedRowsBottom;if(t){var n=this.hot.countRows()-1;this.calculateRowsHeight({from:n-t,to:n})}this.isNeedRecalculate()&&!this.inProgress&&this.calculateAllRowsHeight()},onBeforeRowMove:function(e,t){this.clearCacheByRange({from:e,to:t}),this.calculateAllRowsHeight()},onBeforeRowResize:function(e,t,n){return n&&(this.calculateRowsHeight(e,void 0,!0),t=this.getRowHeight(e)),t},onAfterLoadData:function(){var e=this;this.hot.view?this.recalculateAllRowsHeight():setTimeout(function(){e.hot&&e.recalculateAllRowsHeight()},0)},onBeforeChange:function(e){var t=null;1===e.length?t=e[0][0]:e.length>1&&(t={from:e[0][0],to:e[e.length-1][0]}),null!==t&&this.clearCacheByRange(t)},destroy:function(){this.ghostTable.clean(),$traceurRuntime.superGet(this,A.prototype,"destroy").call(this)}},{get CALCULATION_STEP(){return 50},get SYNC_CALCULATION_LIMIT(){return 500}},f),E("autoRowSize",k)},{_base:62,"helpers/array":42,"helpers/dom/element":46,"helpers/feature":48,"helpers/number":51,"helpers/object":52,"helpers/string":54,plugins:61,"utils/ghostTable":104,"utils/samplesGenerator":106}],65:[function(e,t,n){"use strict";function o(e,t,n,o){var r,i,s,l,a,u=n.length,d=n?n[0].length:0,c=[],h=[];if(r=t.row-e.row,i=t.col-e.col,-1!==["down","up"].indexOf(o)){for(var f=0;i>=f;f++)s=parseInt(n[0][f],10),l=parseInt(n[u-1][f],10),a=("down"===o?l-s:s-l)/(u-1)||0,h.push(a);c.push(h)}if(-1!==["right","left"].indexOf(o))for(var m=0;r>=m;m++)s=parseInt(n[m][0],10),l=parseInt(n[m][d-1],10),a=("right"===o?l-s:s-l)/(d-1)||0,h=[],h.push(a),c.push(h);return c}function r(e){function t(t){return e.autofill?void(e.autofill.handle&&e.autofill.handle.isDragged&&(e.autofill.handle.isDragged>1&&e.autofill.apply(),e.autofill.handle.isDragged=0,l=!1)):!0}function n(e){var t,n;return s.instance.autofill?(t=f(s.instance.table).top-(window.pageYOffset||document.documentElement.scrollTop)+m(s.instance.table),n=f(s.instance.table).left-(window.pageXOffset||document.documentElement.scrollLeft)+p(s.instance.table),s.addingStarted===!1&&s.instance.autofill.handle.isDragged>0&&e.clientY>t&&e.clientX<=n?(s.instance.mouseDragOutside=!0,s.addingStarted=!0):s.instance.mouseDragOutside=!1,void(s.instance.mouseDragOutside&&w("autoInsertRow")&&setTimeout(function(){s.addingStarted=!1,s.instance.alter("insert_row")},200))):!1}var o,r,i,s=this,l=!1;this.instance=e,this.addingStarted=!1,i=g(e),i.addEventListener(document,"mouseup",t),i.addEventListener(document,"mousemove",n),o=this.instance.view.wt.wtSettings.settings.onCellCornerMouseDown,this.instance.view.wt.wtSettings.settings.onCellCornerMouseDown=function(t){e.autofill.handle.isDragged=1,l=!0,o(t)},r=this.instance.view.wt.wtSettings.settings.onCellMouseOver,this.instance.view.wt.wtSettings.settings.onCellMouseOver=function(t,n,o,i){e.autofill&&l&&!e.view.isMouseDown()&&e.autofill.handle&&e.autofill.handle.isDragged&&(e.autofill.handle.isDragged++,e.autofill.showBorder(n),e.autofill.checkIfNewRowNeeded()),r(t,n,o,i)},this.instance.view.wt.wtSettings.settings.onCellCornerDblClick=function(){e.autofill.selectAdjacent()}}function i(e){return function(t){var n;return"direction"===t?n="string"==typeof e?e:"object"==typeof e&&void 0!==e[t]?e[t]:!0:"autoInsertRow"===t?n="object"==typeof e&&void 0!==e[t]?e[t]:!0:"fillHandle"===t&&(n=!!e),n}}Object.defineProperties(n,{Autofill:{get:function(){return r}},__esModule:{value:!0}});var s,l,a,u,d,c=(s=e("browser"),s&&s.__esModule&&s||{"default":s})["default"],h=(l=e("helpers/dom/element"),l&&l.__esModule&&l||{"default":l}),f=h.offset,m=h.outerHeight,p=h.outerWidth,g=(a=e("eventManager"),a&&a.__esModule&&a||{"default":a}).eventManager,v=((u=e("plugins"),u&&u.__esModule&&u||{"default":u}).registerPlugin,(d=e("3rdparty/walkontable/src/cell/coords"),d&&d.__esModule&&d||{"default":d}).WalkontableCellCoords);r.prototype.init=function(){this.handle={}},r.prototype.disable=function(){this.handle.disabled=!0},r.prototype.selectAdjacent=function(){var e,t,n,o,r;e=this.instance.selection.isMultiple()?this.instance.view.wt.selections.area.getCorners():this.instance.view.wt.selections.current.getCorners(),t=this.instance.getData();e:for(n=e[2]+1;n<this.instance.countRows();n++){for(r=e[1];r<=e[3];r++)if(t[n][r])break e;(t[n][e[1]-1]||t[n][e[3]+1])&&(o=n)}o&&(this.instance.view.wt.selections.fill.clear(),this.instance.view.wt.selections.fill.add(new v(e[0],e[1])),this.instance.view.wt.selections.fill.add(new v(o,e[3])),this.apply())},r.prototype.apply=function(){var e,t,n,r,i,s,l,a;this.handle.isDragged=0,this.instance.view.wt.selections.fill.isEmpty()||(e=this.instance.view.wt.selections.fill.getCorners(),this.instance.view.wt.selections.fill.clear(),t=this.instance.selection.isMultiple()?this.instance.view.wt.selections.area.getCorners():this.instance.view.wt.selections.current.getCorners(),c.hooks.run(this.instance,"afterAutofillApplyValues",t,e),e[0]===t[0]&&e[1]<t[1]?(s="left",n=new v(e[0],e[1]),r=new v(e[2],t[1]-1)):e[0]===t[0]&&e[3]>t[3]?(s="right",n=new v(e[0],t[3]+1),r=new v(e[2],e[3])):e[0]<t[0]&&e[1]===t[1]?(s="up",n=new v(e[0],e[1]),r=new v(t[0]-1,e[3])):e[2]>t[2]&&e[1]===t[1]&&(s="down",n=new v(t[2]+1,e[1]),r=new v(e[2],e[3])),n&&n.row>-1&&n.col>-1?(a={from:this.instance.getSelectedRange().from,to:this.instance.getSelectedRange().to},i=this.instance.getData(a.from.row,a.from.col,a.to.row,a.to.col),l=o(n,r,i,s),c.hooks.run(this.instance,"beforeAutofill",n,r,i),this.instance.populateFromArray(n.row,n.col,i,r.row,r.col,"autofill",null,s,l),this.instance.selection.setRangeStart(new v(e[0],e[1])),this.instance.selection.setRangeEnd(new v(e[2],e[3]))):this.instance.selection.refreshBorders())},r.prototype.showBorder=function(e){var t=this.instance.getSelectedRange().getTopLeftCorner(),n=this.instance.getSelectedRange().getBottomRightCorner();if("horizontal"!==w("direction")&&(n.row<e.row||t.row>e.row))e=new v(e.row,n.col);else{if("vertical"===w("direction"))return;e=new v(n.row,e.col)}this.instance.view.wt.selections.fill.clear(),this.instance.view.wt.selections.fill.add(this.instance.getSelectedRange().from),this.instance.view.wt.selections.fill.add(this.instance.getSelectedRange().to),this.instance.view.wt.selections.fill.add(e),this.instance.view.render()},r.prototype.checkIfNewRowNeeded=function(){var e,t,n=this.instance.countRows(),o=this;this.instance.view.wt.selections.fill.cellRange&&this.addingStarted===!1&&w("autoInsertRow")&&(t=this.instance.getSelected(),e=this.instance.view.wt.selections.fill.getCorners(),t[2]<n-1&&e[2]===n-1&&(this.addingStarted=!0,this.instance._registerTimeout(setTimeout(function(){o.instance.alter("insert_row"),o.addingStarted=!1},200))))},c.hooks.add("afterInit",function(){var e=new r(this);w=i(this.getSettings().fillHandle),void 0!==w("fillHandle")&&(e.handle&&w("fillHandle")===!1?e.disable():e.handle||w("fillHandle")===!1||(this.autofill=e,this.autofill.init()))});var w;c.Autofill=r},{"3rdparty/walkontable/src/cell/coords":5,browser:23,eventManager:41,"helpers/dom/element":46,plugins:61}],66:[function(e,t,n){"use strict";Object.defineProperties(n,{ColumnSorting:{get:function(){return _}},__esModule:{value:!0}});var o,r,i,s,l,a,u=(o=e("browser"),o&&o.__esModule&&o||{"default":o})["default"],d=(r=e("helpers/dom/element"),r&&r.__esModule&&r||{"default":r}),c=d.addClass,h=d.closest,f=d.hasClass,m=d.index,p=d.removeClass,g=(i=e("helpers/array"),i&&i.__esModule&&i||{"default":i}),v=(g.arrayEach,g.arrayMap),w=g.arrayReduce,b=(s=e("eventManager"),s&&s.__esModule&&s||{"default":s}).eventManager,y=(l=e("_base"),l&&l.__esModule&&l||{"default":l})["default"],C=(a=e("plugins"),a&&a.__esModule&&a||{"default":a}).registerPlugin;u.hooks.register("beforeColumnSort"),u.hooks.register("afterColumnSort");var _=function(e){$traceurRuntime.superConstructor(R).call(this,e),this.sortIndicators=[],this.lastSortedColumn=null},R=_;$traceurRuntime.createClass(_,{isEnabled:function(){return!!this.hot.getSettings().columnSorting},enablePlugin:function(){var e=this;if(!this.enabled){var t=this;this.hot.sortIndex=[],this.hot.sort=function(){var e=Array.prototype.slice.call(arguments);return t.sortByColumn.apply(t,e)},"undefined"==typeof this.hot.getSettings().observeChanges&&this.enableObserveChangesPlugin(),this.bindColumnSortingAfterClick(),this.addHook("afterTrimRow",function(t){return e.sort()}),this.addHook("afterUntrimRow",function(t){return e.sort()}),this.addHook("modifyRow",function(t){return e.translateRow(t)}),this.addHook("afterUpdateSettings",function(){return e.onAfterUpdateSettings()}),this.addHook("afterGetColHeader",function(t,n){return e.getColHeader(t,n)}),this.addHook("afterCreateRow",function(){t.afterCreateRow.apply(t,arguments)}),this.addHook("afterRemoveRow",function(){t.afterRemoveRow.apply(t,arguments)}),this.addHook("afterInit",function(){return e.sortBySettings()}),this.addHook("afterLoadData",function(){e.hot.sortIndex=[],e.hot.view&&e.sortBySettings()}),this.hot.view&&this.sortBySettings(),$traceurRuntime.superGet(this,R.prototype,"enablePlugin").call(this)}},disablePlugin:function(){this.hot.sort=void 0,$traceurRuntime.superGet(this,R.prototype,"disablePlugin").call(this)},onAfterUpdateSettings:function(){this.sortBySettings()},sortBySettings:function(){var e,t,n=this.hot.getSettings().columnSorting,o=this.loadSortingState();"undefined"==typeof o?(e=n.column,t=n.sortOrder):(e=o.sortColumn,t=o.sortOrder),"number"==typeof e&&(this.lastSortedColumn=e,this.sortByColumn(e,t))},setSortingColumn:function(e,t){return"undefined"==typeof e?(this.hot.sortColumn=void 0,void(this.hot.sortOrder=void 0)):(this.hot.sortColumn===e&&"undefined"==typeof t?this.hot.sortOrder===!1?this.hot.sortOrder=void 0:this.hot.sortOrder=!this.hot.sortOrder:this.hot.sortOrder="undefined"==typeof t?!0:t,void(this.hot.sortColumn=e))},sortByColumn:function(e,t){if(this.setSortingColumn(e,t),"undefined"!=typeof this.hot.sortColumn){var n=u.hooks.run(this.hot,"beforeColumnSort",this.hot.sortColumn,this.hot.sortOrder);n!==!1&&this.sort(),this.updateOrderClass(),this.updateSortIndicator(),this.hot.render(),this.saveSortingState(),u.hooks.run(this.hot,"afterColumnSort",this.hot.sortColumn,this.hot.sortOrder)}},saveSortingState:function(){var e={};"undefined"!=typeof this.hot.sortColumn&&(e.sortColumn=this.hot.sortColumn),"undefined"!=typeof this.hot.sortOrder&&(e.sortOrder=this.hot.sortOrder),(e.hasOwnProperty("sortColumn")||e.hasOwnProperty("sortOrder"))&&u.hooks.run(this.hot,"persistentStateSave","columnSorting",e)},loadSortingState:function(){var e={};return u.hooks.run(this.hot,"persistentStateLoad","columnSorting",e),e.value},updateOrderClass:function(){var e;this.hot.sortOrder===!0?e="ascending":this.hot.sortOrder===!1&&(e="descending"),this.sortOrderClass=e},bindColumnSortingAfterClick:function(){function e(){var e=r.hot.view.TBODY.querySelector("tr"),t=1;return e&&(t=e.querySelectorAll("th").length),t}function t(t){var n=h(t,"TH");return r.hot.view.wt.wtTable.getFirstRenderedColumn()+m(n)-e()}var n=this;if(!this.bindedSortEvent){var o=b(this.hot),r=this;this.bindedSortEvent=!0,o.addEventListener(this.hot.rootElement,"click",function(e){if(f(e.target,"columnSorting")){var o=t(e.target);o!==n.lastSortedColumn&&(n.hot.sortOrder=!0),n.lastSortedColumn=o,n.sortByColumn(o)}})}},enableObserveChangesPlugin:function(){var e=this;this.hot._registerTimeout(setTimeout(function(){e.hot.updateSettings({observeChanges:!0})},0))},defaultSort:function(e){return function(t,n){return"string"==typeof t[1]&&(t[1]=t[1].toLowerCase()),"string"==typeof n[1]&&(n[1]=n[1].toLowerCase()),t[1]===n[1]?0:null===t[1]||""===t[1]?1:null===n[1]||""===n[1]?-1:isNaN(t[1])&&!isNaN(n[1])?e?1:-1:!isNaN(t[1])&&isNaN(n[1])?e?-1:1:t[1]<n[1]?e?-1:1:t[1]>n[1]?e?1:-1:0}},dateSort:function(e){return function(t,n){if(t[1]===n[1])return 0;
if(null===t[1]||""===t[1])return 1;if(null===n[1]||""===n[1])return-1;var o=new Date(t[1]),r=new Date(n[1]);return r>o?e?-1:1:o>r?e?1:-1:0}},numericSort:function(e){return function(t,n){var o=parseFloat(t[1]),r=parseFloat(n[1]);return o===r||isNaN(o)&&isNaN(r)?0:isNaN(o)?1:isNaN(r)?-1:r>o?e?-1:1:o>r?e?1:-1:0}},sort:function(){if("undefined"==typeof this.hot.sortOrder)return void(this.hot.sortIndex.length=0);var e,t;this.hot.sortingEnabled=!1,this.hot.sortIndex.length=0;for(var n=0,o=this.hot.countRows()-this.hot.getSettings().minSpareRows;o>n;n++)this.hot.sortIndex.push([n,this.hot.getDataAtCell(n,this.hot.sortColumn)]);if(e=this.hot.getCellMeta(0,this.hot.sortColumn),e.sortFunction)t=e.sortFunction;else switch(e.type){case"date":t=this.dateSort;break;case"numeric":t=this.numericSort;break;default:t=this.defaultSort}this.hot.sortIndex.sort(t(this.hot.sortOrder));for(var r=this.hot.sortIndex.length;r<this.hot.countRows();r++)this.hot.sortIndex.push([r,this.hot.getDataAtCell(r,this.hot.sortColumn)]);this.hot.sortingEnabled=!0},updateSortIndicator:function(){if("undefined"!=typeof this.hot.sortOrder){var e=this.hot.getCellMeta(0,this.hot.sortColumn);this.sortIndicators[this.hot.sortColumn]=e.sortIndicator}},translateRow:function(e){return this.hot.sortingEnabled&&"undefined"!=typeof this.hot.sortOrder&&this.hot.sortIndex&&this.hot.sortIndex.length&&this.hot.sortIndex[e]?this.hot.sortIndex[e][0]:e},untranslateRow:function(e){if(this.hot.sortingEnabled&&this.hot.sortIndex&&this.hot.sortIndex.length)for(var t=0;t<this.hot.sortIndex.length;t++)if(this.hot.sortIndex[t][0]==e)return t},getColHeader:function(e,t){var n=t.querySelector(".colHeader"),o=(t.getAttribute("colspan"),t.parentNode.parentNode.childNodes),r=Array.prototype.indexOf.call(o,t.parentNode);r-=o.length,n&&(this.hot.getSettings().columnSorting&&e>=0&&-1===r&&c(n,"columnSorting"),p(n,"descending"),p(n,"ascending"),this.sortIndicators[e]&&e===this.hot.sortColumn&&("ascending"===this.sortOrderClass?c(n,"ascending"):"descending"===this.sortOrderClass&&c(n,"descending")))},isSorted:function(){return"undefined"!=typeof this.hot.sortColumn},afterCreateRow:function(e,t){if(this.isSorted()){for(var n=0;n<this.hot.sortIndex.length;n++)this.hot.sortIndex[n][0]>=e&&(this.hot.sortIndex[n][0]+=t);for(var n=0;t>n;n++)this.hot.sortIndex.splice(e+n,0,[e+n,this.hot.getSourceData()[e+n][this.hot.sortColumn+this.hot.colOffset()]]);this.saveSortingState()}},afterRemoveRow:function(e,t){function n(e){return w(o,function(t,n){return e>n&&t++,t},0)}if(this.isSorted()){var o=this.hot.sortIndex.splice(e,t);o=v(o,function(e){return e[0]}),this.hot.sortIndex=v(this.hot.sortIndex,function(e,t){var o=n(e[0]);return o&&(e[0]-=o),e}),this.saveSortingState()}}},{},y),C("columnSorting",_)},{_base:62,browser:23,eventManager:41,"helpers/array":42,"helpers/dom/element":46,plugins:61}],67:[function(e,t,n){"use strict";Object.defineProperties(n,{CommentEditor:{get:function(){return i}},__esModule:{value:!0}});var o,r=(o=e("helpers/dom/element"),o&&o.__esModule&&o||{"default":o}).addClass,i=function(){this.editor=this.createEditor(),this.editorStyle=this.editor.style,this.editorStyle.position="absolute",this.editorStyle.zIndex=100,this.hide()},s=i;$traceurRuntime.createClass(i,{setPosition:function(e,t){this.editorStyle.left=e+"px",this.editorStyle.top=t+"px"},show:function(){this.editorStyle.display="block"},hide:function(){this.editorStyle.display="none"},isVisible:function(){return"block"===this.editorStyle.display},setValue:function(){var e=void 0!==arguments[0]?arguments[0]:"";e=e||"",this.getInputElement().value=e},getValue:function(){return this.getInputElement().value},isFocused:function(){return document.activeElement===this.getInputElement()},focus:function(){this.getInputElement().focus()},createEditor:function(){var e,t,n=document.querySelector("."+s.CLASS_EDITOR_CONTAINER);return n||(n=document.createElement("div"),r(n,s.CLASS_EDITOR_CONTAINER),document.body.appendChild(n)),e=document.createElement("div"),r(e,s.CLASS_EDITOR),t=document.createElement("textarea"),r(t,s.CLASS_INPUT),e.appendChild(t),n.appendChild(e),e},getInputElement:function(){return this.editor.querySelector("."+s.CLASS_INPUT)},destroy:function(){this.editor.parentNode.removeChild(this.editor),this.editor=null,this.editorStyle=null}},{get CLASS_EDITOR_CONTAINER(){return"htCommentsContainer"},get CLASS_EDITOR(){return"htComments"},get CLASS_INPUT(){return"htCommentTextArea"},get CLASS_CELL(){return"htCommentCell"}})},{"helpers/dom/element":46}],68:[function(e,t,n){"use strict";Object.defineProperties(n,{Comments:{get:function(){return M}},__esModule:{value:!0}});var o,r,i,s,l,a,u,d=(o=e("browser"),o&&o.__esModule&&o||{"default":o})["default"],c=(r=e("helpers/dom/element"),r&&r.__esModule&&r||{"default":r}),h=c.addClass,f=c.closest,m=c.getWindowScrollLeft,p=c.getWindowScrollTop,g=c.hasClass,v=c.offset,w=(i=e("eventManager"),i&&i.__esModule&&i||{"default":i}).EventManager,b=(s=e("3rdparty/walkontable/src/cell/coords"),s&&s.__esModule&&s||{"default":s}).WalkontableCellCoords,y=(l=e("plugins"),l&&l.__esModule&&l||{"default":l}),C=y.registerPlugin,_=(y.getPlugin,(a=e("_base"),a&&a.__esModule&&a||{"default":a})["default"]),R=(u=e("commentEditor"),u&&u.__esModule&&u||{"default":u}).CommentEditor,M=function(e){$traceurRuntime.superConstructor(S).call(this,e),this.editor=null,this.eventManager=null,this.range={},this.mouseDown=!1,this.contextMenuEvent=!1,this.timer=null},S=M;$traceurRuntime.createClass(M,{isEnabled:function(){return this.hot.getSettings().comments},enablePlugin:function(){var e=this;this.enabled||(this.editor||(this.editor=new R),this.eventManager||(this.eventManager=new w(this)),this.addHook("afterContextMenuDefaultOptions",function(t){return e.addToContextMenu(t)}),this.addHook("afterRenderer",function(t,n,o,r,i,s){return e.onAfterRenderer(t,s)}),this.addHook("afterScrollHorizontally",function(){return e.refreshEditorPosition()}),this.addHook("afterScrollVertically",function(){return e.refreshEditorPosition()}),this.addHook("afterColumnResize",function(){return e.refreshEditorPosition()}),this.addHook("afterRowResize",function(){return e.refreshEditorPosition()}),this.registerListeners(),$traceurRuntime.superGet(this,S.prototype,"enablePlugin").call(this))},disablePlugin:function(){$traceurRuntime.superGet(this,S.prototype,"disablePlugin").call(this)},registerListeners:function(){var e=this;this.eventManager.addEventListener(document,"mouseover",function(t){return e.onMouseOver(t)}),this.eventManager.addEventListener(document,"mousedown",function(t){return e.onMouseDown(t)}),this.eventManager.addEventListener(document,"mousemove",function(t){return e.onMouseMove(t)}),this.eventManager.addEventListener(document,"mouseup",function(t){return e.onMouseUp(t)}),this.eventManager.addEventListener(this.editor.getInputElement(),"blur",function(t){return e.onEditorBlur(t)})},setRange:function(e){this.range=e},clearRange:function(){this.range={}},targetIsCellWithComment:function(e){return!(!g(e.target,"htCommentCell")||!f(e.target,[this.hot.rootElement]))},targetIsCommentTextArea:function(e){return this.editor.getInputElement()===e.target},saveComment:function(){if(!this.range.from)throw new Error('Before using this method, first set cell range (hot.getPlugin("comment").setRange())');var e=this.editor.getValue(),t=this.range.from.row,n=this.range.from.col;this.hot.setCellMeta(t,n,"comment",e),this.hot.render()},saveCommentAtCell:function(e,t){this.setRange({from:new b(e,t)}),this.saveComment()},removeComment:function(){if(!this.range.from)throw new Error('Before using this method, first set cell range (hot.getPlugin("comment").setRange())');this.hot.removeCellMeta(this.range.from.row,this.range.from.col,"comment"),this.hot.render(),this.hide()},removeCommentAtCell:function(e,t){this.setRange({from:new b(e,t)}),this.removeComment()},show:function(){if(!this.range.from)throw new Error('Before using this method, first set cell range (hot.getPlugin("comment").setRange())');var e=this.hot.getCellMeta(this.range.from.row,this.range.from.col);return this.refreshEditorPosition(!0),this.editor.setValue(e.comment||""),this.editor.show(),!0},showAtCell:function(e,t){return this.setRange({from:new b(e,t)}),this.show()},hide:function(){this.editor.hide()},refreshEditorPosition:function(){var e=void 0!==arguments[0]?arguments[0]:!1;if(e||this.range.from&&this.editor.isVisible()){var t=this.hot.view.wt.wtTable.getCell(this.range.from),n=v(t),o=this.hot.getColWidth(this.range.from.col),r=n.top,i=n.left,s=0,l=0;this.hot.view.wt.wtViewport.hasVerticalScroll()&&(r-=this.hot.view.wt.wtOverlays.topOverlay.getScrollPosition(),s=20),this.hot.view.wt.wtViewport.hasHorizontalScroll()&&(i-=this.hot.view.wt.wtOverlays.leftOverlay.getScrollPosition(),l=20);var a=i+o,u=r,d=this.hot.view.wt.wtTable.holder.getBoundingClientRect(),c={left:d.left+m()+l,right:d.right+m()-15,top:d.top+p()+s,bottom:d.bottom+p()};a<=c.left||a>c.right||u<=c.top||u>c.bottom?this.hide():this.editor.setPosition(a,u)}},onMouseDown:function(e){this.mouseDown=!0,this.hot.view&&this.hot.view.wt&&(this.contextMenuEvent||this.targetIsCommentTextArea(e)||this.targetIsCellWithComment(e)||this.hide(),this.contextMenuEvent=!1)},onMouseOver:function(e){if(!this.mouseDown&&!this.editor.isFocused())if(this.targetIsCellWithComment(e)){var t=this.hot.view.wt.wtTable.getCoords(e.target),n={from:new b(t.row,t.col)};this.setRange(n),this.show()}else this.targetIsCommentTextArea(e)||this.editor.isFocused()||this.hide()},onMouseMove:function(e){var t=this;this.targetIsCommentTextArea(e)&&(this.mouseDown=!0,clearTimeout(this.timer),this.timer=setTimeout(function(){t.mouseDown=!1},200))},onMouseUp:function(e){this.mouseDown=!1},onAfterRenderer:function(e,t){t.comment&&h(e,t.commentedCellClassName)},onEditorBlur:function(e){this.saveComment()},checkSelectionCommentsConsistency:function(){var e=this.hot.getSelectedRange();if(!e)return!1;var t=!1,n=e.from;return this.hot.getCellMeta(n.row,n.col).comment&&(t=!0),t},onContextMenuAddComment:function(){var e=this,t=this.hot.getSelectedRange();this.contextMenuEvent=!0,this.setRange({from:t.from}),this.show(),setTimeout(function(){e.hot&&(e.hot.deselectCell(),e.editor.focus())},10)},onContextMenuRemoveComment:function(e,t){this.contextMenuEvent=!0,this.removeCommentAtCell(t.start.row,t.start.col)},addToContextMenu:function(e){var t=this;e.items.push(d.plugins.ContextMenu.SEPARATOR,{key:"commentsAddEdit",name:function(){return t.checkSelectionCommentsConsistency()?"Edit Comment":"Add Comment"},callback:function(){return t.onContextMenuAddComment()},disabled:function(){return!this.getSelected()}},{key:"commentsRemove",name:function(){return"Delete Comment"},callback:function(e,n){return t.onContextMenuRemoveComment(e,n)},disabled:function(){return!t.checkSelectionCommentsConsistency()}})},destroy:function(){this.editor&&this.editor.destroy(),$traceurRuntime.superGet(this,S.prototype,"destroy").call(this)}},{},_),C("comments",M)},{"3rdparty/walkontable/src/cell/coords":5,_base:62,browser:23,commentEditor:67,eventManager:41,"helpers/dom/element":46,plugins:61}],69:[function(e,t,n){"use strict";function o(e,t){var n;return i(t,function(t){var o=t.key?t.key.split(":"):null;return Array.isArray(o)&&o[1]===e?(n=t,!1):void 0}),n}Object.defineProperties(n,{CommandExecutor:{get:function(){return s}},__esModule:{value:!0}});var r,i=(r=e("helpers/array"),r&&r.__esModule&&r||{"default":r}).arrayEach,s=function(e){this.hot=e,this.commands={},this.commonCallback=null};$traceurRuntime.createClass(s,{registerCommand:function(e,t){this.commands[e]=t},setCommonCallback:function(e){this.commonCallback=e},execute:function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];var r=this,s=e.split(":");e=s[0];var l=2===s.length?s[1]:null,a=this.commands[e];if(!a)throw new Error("Menu command '"+e+"' not exists.");if(l&&a.submenu&&(a=o(l,a.submenu.items)),a.disabled!==!0&&("function"!=typeof a.disabled||a.disabled.call(this.hot)!==!0)&&!a.hasOwnProperty("submenu")){var u=[];"function"==typeof a.callback&&u.push(a.callback),"function"==typeof this.commonCallback&&u.push(this.commonCallback),t.unshift(s.join(":")),i(u,function(e){return e.apply(r.hot,t)})}}},{})},{"helpers/array":42}],70:[function(e,t,n){"use strict";Object.defineProperties(n,{ContextMenu:{get:function(){return V}},__esModule:{value:!0}});var o,r,i,s,l,a,u,d,c,h,a,f,m=(o=e("browser"),o&&o.__esModule&&o||{"default":o})["default"],p=(r=e("_base"),r&&r.__esModule&&r||{"default":r})["default"],g=(i=e("helpers/array"),i&&i.__esModule&&i||{"default":i}).arrayEach,v=(s=e("commandExecutor"),s&&s.__esModule&&s||{"default":s}).CommandExecutor,w=(l=e("eventManager"),l&&l.__esModule&&l||{"default":l}).EventManager,b=(a=e("helpers/dom/element"),a&&a.__esModule&&a||{"default":a}).hasClass,y=(u=e("itemsFactory"),u&&u.__esModule&&u||{"default":u}).ItemsFactory,C=(d=e("menu"),d&&d.__esModule&&d||{"default":d}).Menu,_=(c=e("plugins"),c&&c.__esModule&&c||{"default":c}).registerPlugin,R=(h=e("helpers/dom/event"),h&&h.__esModule&&h||{"default":h}),M=R.stopPropagation,S=R.pageX,E=R.pageY,O=(a=e("helpers/dom/element"),a&&a.__esModule&&a||{"default":a}),T=O.getWindowScrollLeft,k=O.getWindowScrollTop,A=(f=e("predefinedItems"),f&&f.__esModule&&f||{"default":f}),H=A.ROW_ABOVE,P=A.ROW_BELOW,x=A.COLUMN_LEFT,D=A.COLUMN_RIGHT,L=A.REMOVE_ROW,N=A.REMOVE_COLUMN,I=A.UNDO,W=A.REDO,F=A.READ_ONLY,j=A.ALIGNMENT,B=A.SEPARATOR,V=function(e){$traceurRuntime.superConstructor(U).call(this,e),this.eventManager=new w(this),this.commandExecutor=new v(this.hot),this.itemsFactory=null,this.menu=null},U=V;$traceurRuntime.createClass(V,{isEnabled:function(){return this.hot.getSettings().contextMenu},enablePlugin:function(){var e=this;if(!this.enabled){this.itemsFactory=new y(this.hot,U.DEFAULT_ITEMS);var t=this.hot.getSettings().contextMenu,n={items:this.itemsFactory.getItems(t)};this.registerEvents(),"function"==typeof t.callback&&this.commandExecutor.setCommonCallback(t.callback),$traceurRuntime.superGet(this,U.prototype,"enablePlugin").call(this),this.callOnPluginsReady(function(){e.hot.runHooks("afterContextMenuDefaultOptions",n),e.itemsFactory.setPredefinedItems(n.items);var o=e.itemsFactory.getItems(t);e.menu=new C(e.hot,{className:"htContextMenu",keepInViewport:!0}),e.menu.setMenuItems(o),e.menu.addLocalHook("afterOpen",function(){return e.onMenuAfterOpen()}),e.menu.addLocalHook("afterClose",function(){return e.onMenuAfterClose()}),e.menu.addLocalHook("executeCommand",function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return e.executeCommand.apply(e,t)}),g(o,function(t){return e.commandExecutor.registerCommand(t.key,t)})})}},updatePlugin:function(){this.disablePlugin(),this.enablePlugin(),$traceurRuntime.superGet(this,U.prototype,"updatePlugin").call(this)},disablePlugin:function(){this.close(),this.menu&&(this.menu.destroy(),this.menu=null),$traceurRuntime.superGet(this,U.prototype,"disablePlugin").call(this)},registerEvents:function(){var e=this;this.eventManager.addEventListener(this.hot.rootElement,"contextmenu",function(t){return e.onContextMenu(t)})},open:function(e){this.menu&&(this.menu.open(),this.menu.setPosition({top:parseInt(E(e),10)-k(),left:parseInt(S(e),10)-T()}),this.menu.hotMenu.isHotTableEnv=this.hot.isHotTableEnv,m.eventManager.isHotTableEnv=this.hot.isHotTableEnv)},close:function(){this.menu&&this.menu.close()},executeCommand:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.commandExecutor.execute.apply(this.commandExecutor,e)},onContextMenu:function(e){function t(e){return"TD"===e.nodeName||"TD"===e.parentNode.nodeName}var n=this.hot.getSettings(),o=n.rowHeaders,r=n.colHeaders,i=e.realTarget;if(this.close(),e.preventDefault(),M(e),o||r){if(o&&r){var s=i.parentNode.querySelectorAll(".cornerHeader").length>0;if(s)return}}else if(!(t(i)||b(i,"current")&&b(i,"wtBorder")))return;this.open(e)},onMenuAfterOpen:function(){this.hot.runHooks("afterContextMenuShow",this)},onMenuAfterClose:function(){this.hot.listen(),this.hot.runHooks("afterContextMenuHide",this)},destroy:function(){this.close(),this.menu&&this.menu.destroy(),$traceurRuntime.superGet(this,U.prototype,"destroy").call(this)}},{get DEFAULT_ITEMS(){return[H,P,B,x,D,B,L,N,B,I,W,B,F,B,j]}},p),V.SEPARATOR={name:B},m.hooks.register("afterContextMenuDefaultOptions"),m.hooks.register("afterContextMenuShow"),m.hooks.register("afterContextMenuHide"),m.hooks.register("afterContextMenuExecute"),_("contextMenu",V)},{_base:62,browser:23,commandExecutor:69,eventManager:41,"helpers/array":42,"helpers/dom/element":46,"helpers/dom/event":47,itemsFactory:72,menu:73,plugins:61,predefinedItems:74}],71:[function(e,t,n){"use strict";Object.defineProperties(n,{Cursor:{get:function(){return f}},__esModule:{value:!0}});var o,r,i,s=(o=e("browser"),o&&o.__esModule&&o||{"default":o})["default"],l=(r=e("helpers/dom/element"),r&&r.__esModule&&r||{"default":r}),a=l.getWindowScrollLeft,u=l.getWindowScrollTop,d=(i=e("helpers/dom/event"),i&&i.__esModule&&i||{"default":i}),c=d.pageX,h=d.pageY,f=function(e){var t,n,o,r,i,s,l=u(),d=a();this.type=this.getSourceType(e),"literal"===this.type?(t=parseInt(e.top,10),o=parseInt(e.left,10),i=e.height||0,s=e.width||0,n=t,r=o,t+=l,o+=d):"event"===this.type&&(t=parseInt(h(e),10),o=parseInt(c(e),10),i=e.target.clientHeight,s=e.target.clientWidth,n=t-l,r=o-d),this.top=t,this.topRelative=n,this.left=o,this.leftRelative=r,this.scrollTop=l,this.scrollLeft=d,this.cellHeight=i,this.cellWidth=s};$traceurRuntime.createClass(f,{getSourceType:function(e){var t="literal";return e instanceof Event&&(t="event"),t},fitsAbove:function(e){return this.topRelative>=e.offsetHeight},fitsBelow:function(e){var t=void 0!==arguments[1]?arguments[1]:window.innerHeight;return this.topRelative+e.offsetHeight<=t},fitsOnRight:function(e){var t=void 0!==arguments[1]?arguments[1]:window.innerWidth;return this.leftRelative+this.cellWidth+e.offsetWidth<=t},fitsOnLeft:function(e){return this.leftRelative>=e.offsetWidth}},{}),s.plugins.utils=s.plugins.utils||{},s.plugins.utils.Cursor=f},{browser:23,"helpers/dom/element":46,"helpers/dom/event":47}],72:[function(e,t,n){"use strict";function o(){var e=void 0!==arguments[0]?arguments[0]:null,t=void 0!==arguments[1]?arguments[1]:[],n=void 0!==arguments[2]?arguments[2]:{},o=[];return e&&e.items?e=e.items:Array.isArray(e)||(e=t),u(e)?a(e,function(e,t){var r=n["string"==typeof e?e:t];r||(r=e),u(e)?d(r,e):"string"==typeof r&&(r={name:r}),void 0===r.key&&(r.key=t),o.push(r)}):c(e,function(e,t){var r=n[e];!r&&m.indexOf(e)>=0||(r||(r={name:e,key:t+""}),u(e)&&d(r,e),void 0===r.key&&(r.key=t),o.push(r))}),o}Object.defineProperties(n,{ItemsFactory:{get:function(){return g}},__esModule:{value:!0}});var r,i,s,l=(r=e("helpers/object"),r&&r.__esModule&&r||{"default":r}),a=l.objectEach,u=l.isObject,d=l.extend,c=(i=e("helpers/array"),i&&i.__esModule&&i||{"default":i}).arrayEach,h=(s=e("predefinedItems"),s&&s.__esModule&&s||{"default":s}),f=h.SEPARATOR,m=h.ITEMS,p=h.predefinedItems,g=function(e){var t=void 0!==arguments[1]?arguments[1]:null;this.hot=e,this.predefinedItems=p(),this.defaultOrderPattern=t};$traceurRuntime.createClass(g,{setPredefinedItems:function(e){var t=this,n={};this.defaultOrderPattern.length=0,a(e,function(e,o){var r="";e.name===f?(n[f]=e,r=f):isNaN(parseInt(o,10))?(e.key=void 0===e.key?o:e.key,n[o]=e,r=e.key):(n[e.key]=e,r=e.key),t.defaultOrderPattern.push(r)}),this.predefinedItems=n},getItems:function(){var e=void 0!==arguments[0]?arguments[0]:null;return o(e,this.defaultOrderPattern,this.predefinedItems)}},{})},{"helpers/array":42,"helpers/object":52,predefinedItems:74}],73:[function(e,t,n){"use strict";Object.defineProperties(n,{Menu:{get:function(){return U}},__esModule:{value:!0}});var o,r,i,s,l,a,u,d,c,h,f,m,p=(o=e("browser"),o&&o.__esModule&&o||{"default":o})["default"],g=(r=e("helpers/dom/element"),r&&r.__esModule&&r||{"default":r}),v=g.addClass,w=g.empty,b=g.fastInnerHTML,y=g.getScrollbarWidth,C=g.isChildOf,_=g.removeClass,R=(i=e("helpers/array"),i&&i.__esModule&&i||{"default":i}),M=R.arrayEach,S=R.arrayFilter,E=R.arrayReduce,O=(s=e("cursor"),s&&s.__esModule&&s||{"default":s}).Cursor,T=(l=e("eventManager"),l&&l.__esModule&&l||{"default":l}).EventManager,k=(a=e("helpers/object"),a&&a.__esModule&&a||{"default":a}).mixin,A=(u=e("helpers/function"),u&&u.__esModule&&u||{"default":u}).debounce,H=(d=e("utils"),d&&d.__esModule&&d||{"default":d}),P=H.filterSeparators,x=H.hasSubMenu,D=H.isDisabled,L=H.isItemHidden,N=H.isSeparator,I=H.isSelectionDisabled,W=H.normalizeSelection,F=(c=e("helpers/unicode"),c&&c.__esModule&&c||{"default":c}).KEY_CODES,j=(h=e("mixins/localHooks"),h&&h.__esModule&&h||{"default":h}).localHooks,B=(f=e("predefinedItems"),f&&f.__esModule&&f||{"default":f}).SEPARATOR,V=(m=e("helpers/dom/event"),m&&m.__esModule&&m||{"default":m}).stopImmediatePropagation,U=function(e,t){this.hot=e,this.options=t||{parent:null,name:null,className:"",keepInViewport:!0,standalone:!1},this.eventManager=new T(this),this.container=this.createContainer(this.options.name),this.hotMenu=null,this.hotSubMenus={},this.parentMenu=this.options.parent||null,this.menuItems=null,this.origOutsideClickDeselects=null,this.offset={above:0,below:0,left:0,right:0},this._afterScrollCallback=null,this.registerEvents()},Y=U;$traceurRuntime.createClass(U,{registerEvents:function(){var e=this;this.eventManager.addEventListener(document.documentElement,"mousedown",function(t){return e.onDocumentMouseDown(t)})},setMenuItems:function(e){this.menuItems=e},setOffset:function(e){var t=void 0!==arguments[1]?arguments[1]:0;this.offset[e]=t},isSubMenu:function(){return null!==this.parentMenu},open:function(){var e=this;this.container.removeAttribute("style"),this.container.style.display="block";var t=A(function(t){return e.openSubMenu(t)},300),n=S(this.menuItems,function(t){return L(t,e.hot)});n=P(n,B);var o={data:n,colHeaders:!1,colWidths:[200],autoRowSize:!1,readOnly:!0,copyPaste:!1,columns:[{data:"name",renderer:function(t,n,o,r,i,s){return e.menuItemRenderer(t,n,o,r,i,s)}}],renderAllRows:!0,fragmentSelection:"cell",disableVisualSelection:"area",beforeKeyDown:function(t){return e.onBeforeKeyDown(t)},afterOnCellMouseOver:function(n,o,r){e.isAllSubMenusClosed()?t(o.row):e.openSubMenu(o.row)}};this.origOutsideClickDeselects=this.hot.getSettings().outsideClickDeselects,this.hot.getSettings().outsideClickDeselects=!1,this.hotMenu=new p.Core(this.container,o),this.hotMenu.addHook("afterInit",function(){return e.onAfterInit()}),this.hotMenu.init(),this.hotMenu.listen(),this.blockMainTableCallbacks(),this.runLocalHooks("afterOpen")},close:function(){var e=void 0!==arguments[0]?arguments[0]:!1;this.isOpened()&&(e&&this.parentMenu?this.parentMenu.close():(this.closeAllSubMenus(),this.container.style.display="none",this.releaseMainTableCallbacks(),this.hotMenu.destroy(),this.hotMenu=null,this.hot.getSettings().outsideClickDeselects=this.origOutsideClickDeselects,this.runLocalHooks("afterClose")))},openSubMenu:function(e){if(!this.hotMenu)return!1;var t=this.hotMenu.getCell(e,0);if(this.closeAllSubMenus(),!t||!x(t))return!1;var n=this.hotMenu.getSourceDataAtRow(e),o=new Y(this.hot,{parent:this,name:n.name,className:this.options.className,keepInViewport:!0});return o.setMenuItems(n.submenu.items),o.open(),o.setPosition(t.getBoundingClientRect()),this.hotSubMenus[n.key]=o,o},closeSubMenu:function(e){var t=this.hotMenu.getSourceDataAtRow(e),n=this.hotSubMenus[t.key];n&&(n.destroy(),delete this.hotSubMenus[t.key])},closeAllSubMenus:function(){var e=this;M(this.hotMenu.getData(),function(t,n){return e.closeSubMenu(n)})},isAllSubMenusClosed:function(){return 0===Object.keys(this.hotSubMenus).length},destroy:function(){this.clearLocalHooks(),this.close(),this.parentMenu=null,this.eventManager.destroy()},isOpened:function(){return null!==this.hotMenu},executeCommand:function(e){if(this.isOpened()&&this.hotMenu.getSelected()){var t=this.hotMenu.getSourceDataAtRow(this.hotMenu.getSelected()[0]);if(this.runLocalHooks("select",t,e),t.isCommand!==!1&&t.name!==B){var n=this.hot.getSelectedRange(),o=n?W(n):{};this.runLocalHooks("executeCommand",t.key,o,e),this.isSubMenu()&&this.parentMenu.runLocalHooks("executeCommand",t.key,o,e),t.disabled===!0||"function"==typeof t.disabled&&t.disabled.call(this.hot)===!0||t.submenu||this.close(!0)}}},setPosition:function(e){var t=new O(e);this.options.keepInViewport?(t.fitsBelow(this.container)?this.setPositionBelowCursor(t):t.fitsAbove(this.container)?this.setPositionAboveCursor(t):this.setPositionBelowCursor(t),t.fitsOnRight(this.container)?this.setPositionOnRightOfCursor(t):this.setPositionOnLeftOfCursor(t)):(this.setPositionBelowCursor(t),this.setPositionOnRightOfCursor(t))},setPositionAboveCursor:function(e){var t=this.offset.above+e.top-this.container.offsetHeight;this.isSubMenu()&&(t=e.top+e.cellHeight-this.container.offsetHeight+3),this.container.style.top=t+"px"},setPositionBelowCursor:function(e){var t=this.offset.below+e.top;this.isSubMenu()&&(t=e.top-1),this.container.style.top=t+"px"},setPositionOnRightOfCursor:function(e){var t;t=this.isSubMenu()?1+e.left+e.cellWidth:this.offset.right+1+e.left,this.container.style.left=t+"px"},setPositionOnLeftOfCursor:function(e){var t=this.offset.left+e.left-this.container.offsetWidth+y()+4;this.container.style.left=t+"px"},selectFirstCell:function(){var e=this.hotMenu.getCell(0,0);N(e)||D(e)||I(e)?this.selectNextCell(0,0):this.hotMenu.selectCell(0,0)},selectLastCell:function(){var e=this.hotMenu.countRows()-1,t=this.hotMenu.getCell(e,0);N(t)||D(t)||I(t)?this.selectPrevCell(e,0):this.hotMenu.selectCell(e,0)},selectNextCell:function(e,t){var n=e+1,o=n<this.hotMenu.countRows()?this.hotMenu.getCell(n,t):null;o&&(N(o)||D(o)||I(o)?this.selectNextCell(n,t):this.hotMenu.selectCell(n,t))},selectPrevCell:function(e,t){var n=e-1,o=n>=0?this.hotMenu.getCell(n,t):null;o&&(N(o)||D(o)||I(o)?this.selectPrevCell(n,t):this.hotMenu.selectCell(n,t))},menuItemRenderer:function(e,t,n,o,r,i){var s=this,l=e.getSourceDataAtRow(n),a=document.createElement("div"),u=function(e){return e.hasOwnProperty("submenu")},d=function(e){return new RegExp(B,"i").test(e.name)},c=function(e){return e.disabled===!0||"function"==typeof e.disabled&&e.disabled.call(s.hot)===!0},h=function(e){return e.disableSelection};"function"==typeof i&&(i=i.call(this.hot)),w(t),v(a,"htItemWrapper"),t.appendChild(a),d(l)?v(t,"htSeparator"):"function"==typeof l.renderer?(v(t,"htCustomMenuRenderer"),t.appendChild(l.renderer(e,a,n,o,r,i))):b(a,i),c(l)?(v(t,"htDisabled"),this.eventManager.addEventListener(t,"mouseenter",function(){return e.deselectCell()})):h(l)?(v(t,"htSelectionDisabled"),this.eventManager.addEventListener(t,"mouseenter",function(){return e.deselectCell()})):u(l)?(v(t,"htSubmenu"),h(l)?this.eventManager.addEventListener(t,"mouseenter",function(){return e.deselectCell()}):this.eventManager.addEventListener(t,"mouseenter",function(){return e.selectCell(n,o,void 0,void 0,void 0,!1)})):(_(t,"htSubmenu"),_(t,"htDisabled"),h(l)?this.eventManager.addEventListener(t,"mouseenter",function(){return e.deselectCell()}):this.eventManager.addEventListener(t,"mouseenter",function(){return e.selectCell(n,o,void 0,void 0,void 0,!1)}))},createContainer:function(){var e=void 0!==arguments[0]?arguments[0]:null;e&&(e=e.replace(/ /g,"_"),e=this.options.className+"Sub_"+e);var t;return t=e?document.querySelector("."+this.options.className+"."+e):document.querySelector("."+this.options.className),t||(t=document.createElement("div"),v(t,"htMenu "+this.options.className),e&&v(t,e),document.getElementsByTagName("body")[0].appendChild(t)),t},blockMainTableCallbacks:function(){this._afterScrollCallback=function(){},this.hot.addHook("afterScrollVertically",this._afterScrollCallback),this.hot.addHook("afterScrollHorizontally",this._afterScrollCallback)},releaseMainTableCallbacks:function(){this._afterScrollCallback&&(this.hot.removeHook("afterScrollVertically",this._afterScrollCallback),this.hot.removeHook("afterScrollHorizontally",this._afterScrollCallback),this._afterScrollCallback=null)},onBeforeKeyDown:function(e){var t=this.hotMenu.getSelected(),n=!1;switch(e.keyCode){case F.ESCAPE:this.close(),n=!0;break;case F.ENTER:t&&(this.hotMenu.getSourceDataAtRow(t[0]).submenu?n=!0:(this.executeCommand(e),this.close(!0)));break;case F.ARROW_DOWN:t?this.selectNextCell(t[0],t[1]):this.selectFirstCell(),n=!0;break;case F.ARROW_UP:t?this.selectPrevCell(t[0],t[1]):this.selectLastCell(),n=!0;break;case F.ARROW_RIGHT:if(t){var o=this.openSubMenu(t[0]);o&&o.selectFirstCell()}n=!0;break;case F.ARROW_LEFT:t&&this.isSubMenu()&&(this.close(),this.parentMenu&&this.parentMenu.hotMenu.listen(),n=!0)}n&&(e.preventDefault(),V(e))},onAfterInit:function(){var e=this.hotMenu.getSettings().data,t=this.hotMenu.view.wt.wtTable.hider.style,n=this.hotMenu.view.wt.wtTable.holder.style,o=parseInt(t.width,10),r=E(e,function(e,t){return e+(t.name===B?1:26)},0);n.width=o+22+"px",n.height=r+4+"px"},onDocumentMouseDown:function(e){this.isOpened()&&(this.container&&C(e.target,this.container)&&this.executeCommand(e),this.options.standalone&&this.hotMenu&&!C(e.target,this.hotMenu.rootElement)?this.close(!0):(this.isAllSubMenusClosed()||this.isSubMenu())&&!C(e.target,".htMenu")&&C(e.target,document)&&this.close(!0))}},{}),k(U,j)},{browser:23,cursor:71,eventManager:41,"helpers/array":42,"helpers/dom/element":46,"helpers/dom/event":47,"helpers/function":49,"helpers/object":52,"helpers/unicode":55,"mixins/localHooks":57,predefinedItems:74,utils:75}],74:[function(e,t,n){"use strict";function o(){var e={};return d(H,function(t,n){return e[n]=c(t)}),e}function r(e,t){-1===A.indexOf(e)&&(H[e]=t)}var i;Object.defineProperties(n,{ROW_ABOVE:{get:function(){return w}},ROW_BELOW:{get:function(){return b}},COLUMN_LEFT:{get:function(){return y}},COLUMN_RIGHT:{get:function(){return C}},CLEAR_COLUMN:{get:function(){return _}},REMOVE_ROW:{get:function(){return R}},REMOVE_COLUMN:{get:function(){return M}},UNDO:{get:function(){return S}},REDO:{get:function(){return E}},READ_ONLY:{get:function(){return O}},ALIGNMENT:{get:function(){return T}},SEPARATOR:{get:function(){return k}},ITEMS:{get:function(){return A}},predefinedItems:{get:function(){return o}},addItem:{get:function(){return r}},__esModule:{value:!0}});var s,l,a,u=(s=e("helpers/object"),s&&s.__esModule&&s||{"default":s}),d=u.objectEach,c=u.clone,h=((l=e("helpers/number"),l&&l.__esModule&&l||{"default":l}).rangeEach,a=e("utils"),a&&a.__esModule&&a||{"default":a}),f=h.align,m=h.getAlignmentClasses,p=h.getValidSelection,g=h.checkSelectionConsistency,v=h.markLabelAsSelected,w="row_above",b="row_below",y="col_left",C="col_right",_="clear_column",R="remove_row",M="remove_col",S="undo",E="redo",O="make_read_only",T="alignment",k="---------",A=[w,b,y,C,_,R,M,S,E,O,T,k],H=(i={},Object.defineProperty(i,k,{value:{name:k},configurable:!0,enumerable:!0,writable:!0}),Object.defineProperty(i,w,{value:{key:w,name:"Insert row above",callback:function(e,t){this.alter("insert_row",t.start.row)},disabled:function(){var e=p(this);if(!e||this.countRows()>=this.getSettings().maxRows)return!0;var t=this.countRows(),n=[0,e[1],t-1,e[1]];return n.join(",")===e.join(",")&&t>1},hidden:function(){return!this.getSettings().allowInsertRow}},configurable:!0,enumerable:!0,writable:!0}),Object.defineProperty(i,b,{value:{key:b,name:"Insert row below",callback:function(e,t){this.alter("insert_row",t.end.row+1)},disabled:function(){var e=p(this);if(!e||this.countRows()>=this.getSettings().maxRows)return!0;var t=this.countRows(),n=[0,e[1],t-1,e[1]];return n.join(",")===e.join(",")&&t>1},hidden:function(){return!this.getSettings().allowInsertRow}},configurable:!0,enumerable:!0,writable:!0}),Object.defineProperty(i,y,{value:{key:y,name:"Insert column on the left",callback:function(e,t){this.alter("insert_col",t.start.col)},disabled:function(){var e=p(this);if(!e)return!0;if(!this.isColumnModificationAllowed())return!0;var t=[e[0],0,e[0],this.countCols()-1],n=t.join(",")==e.join(","),o=1==this.countCols();
return e[1]<0||this.countCols()>=this.getSettings().maxCols||!o&&n},hidden:function(){return!this.getSettings().allowInsertColumn}},configurable:!0,enumerable:!0,writable:!0}),Object.defineProperty(i,C,{value:{key:C,name:"Insert column on the right",callback:function(e,t){this.alter("insert_col",t.end.col+1)},disabled:function(){var e=p(this);if(!e)return!0;if(!this.isColumnModificationAllowed())return!0;var t=[e[0],0,e[0],this.countCols()-1],n=t.join(",")==e.join(","),o=1==this.countCols();return e[1]<0||this.countCols()>=this.getSettings().maxCols||!o&&n},hidden:function(){return!this.getSettings().allowInsertColumn}},configurable:!0,enumerable:!0,writable:!0}),Object.defineProperty(i,_,{value:{key:_,name:"Clear column",callback:function(e,t){var n=t.start.col;this.countRows()&&this.populateFromArray(0,n,[[null]],Math.max(t.start.row,t.end.row),n)},disabled:function(){var e=p(this);if(!e)return!0;var t=[e[0],0,e[0],this.countCols()-1],n=t.join(",")==e.join(",");return e[1]<0||this.countCols()>=this.getSettings().maxCols||n}},configurable:!0,enumerable:!0,writable:!0}),Object.defineProperty(i,R,{value:{key:R,name:"Remove row",callback:function(e,t){var n=t.end.row-t.start.row+1;this.alter("remove_row",t.start.row,n)},disabled:function(){var e=p(this);if(!e||this.selection.selectedHeader.cols)return!0;var t=[0,e[1],this.countRows()-1,e[1]];return t.join(",")===e.join(",")},hidden:function(){return!this.getSettings().allowRemoveRow}},configurable:!0,enumerable:!0,writable:!0}),Object.defineProperty(i,M,{value:{key:M,name:"Remove column",callback:function(e,t){var n=t.end.col-t.start.col+1;this.alter("remove_col",t.start.col,n)},disabled:function(){var e=p(this);if(!e||this.selection.selectedHeader.rows)return!0;if(!this.isColumnModificationAllowed())return!0;var t=[e[0],0,e[0],this.countCols()-1],n=t.join(",")==e.join(",");return e[1]<0||n},hidden:function(){return!this.getSettings().allowRemoveColumn}},configurable:!0,enumerable:!0,writable:!0}),Object.defineProperty(i,S,{value:{key:S,name:"Undo",callback:function(){this.undo()},disabled:function(){return this.undoRedo&&!this.undoRedo.isUndoAvailable()}},configurable:!0,enumerable:!0,writable:!0}),Object.defineProperty(i,E,{value:{key:E,name:"Redo",callback:function(){this.redo()},disabled:function(){return this.undoRedo&&!this.undoRedo.isRedoAvailable()}},configurable:!0,enumerable:!0,writable:!0}),Object.defineProperty(i,O,{value:{key:O,name:function(){var e=this,t="Read only",n=g(this.getSelectedRange(),function(t,n){return e.getCellMeta(t,n).readOnly});return n&&(t=v(t)),t},callback:function(){var e=this,t=this.getSelectedRange(),n=g(t,function(t,n){return e.getCellMeta(t,n).readOnly});t.forAll(function(t,o){e.getCellMeta(t,o).readOnly=!n}),this.render()},disabled:function(){return!this.getSelectedRange()}},configurable:!0,enumerable:!0,writable:!0}),Object.defineProperty(i,T,{value:{key:T,name:"Alignment",disabled:function(){return!this.getSelectedRange()},submenu:{items:[{key:T+":left",name:function(){var e=this,t="Left",n=g(this.getSelectedRange(),function(t,n){var o=e.getCellMeta(t,n).className;return o&&-1!==o.indexOf("htLeft")?!0:void 0});return n&&(t=v(t)),t},callback:function(){var e=this,t=this.getSelectedRange(),n=m(t,function(t,n){return e.getCellMeta(t,n).className}),o="horizontal",r="htLeft";this.runHooks("beforeCellAlignment",n,t,o,r),f(t,o,r,function(t,n){return e.getCellMeta(t,n)}),this.render()},disabled:!1},{key:T+":center",name:function(){var e=this,t="Center",n=g(this.getSelectedRange(),function(t,n){var o=e.getCellMeta(t,n).className;return o&&-1!==o.indexOf("htCenter")?!0:void 0});return n&&(t=v(t)),t},callback:function(){var e=this,t=this.getSelectedRange(),n=m(t,function(t,n){return e.getCellMeta(t,n).className}),o="horizontal",r="htCenter";this.runHooks("beforeCellAlignment",n,t,o,r),f(t,o,r,function(t,n){return e.getCellMeta(t,n)}),this.render()},disabled:!1},{key:T+":right",name:function(){var e=this,t="Right",n=g(this.getSelectedRange(),function(t,n){var o=e.getCellMeta(t,n).className;return o&&-1!==o.indexOf("htRight")?!0:void 0});return n&&(t=v(t)),t},callback:function(){var e=this,t=this.getSelectedRange(),n=m(t,function(t,n){return e.getCellMeta(t,n).className}),o="horizontal",r="htRight";this.runHooks("beforeCellAlignment",n,t,o,r),f(t,o,r,function(t,n){return e.getCellMeta(t,n)}),this.render()},disabled:!1},{key:T+":justify",name:function(){var e=this,t="Justify",n=g(this.getSelectedRange(),function(t,n){var o=e.getCellMeta(t,n).className;return o&&-1!==o.indexOf("htJustify")?!0:void 0});return n&&(t=v(t)),t},callback:function(){var e=this,t=this.getSelectedRange(),n=m(t,function(t,n){return e.getCellMeta(t,n).className}),o="horizontal",r="htJustify";this.runHooks("beforeCellAlignment",n,t,o,r),f(t,o,r,function(t,n){return e.getCellMeta(t,n)}),this.render()},disabled:!1},{name:k},{key:T+":top",name:function(){var e=this,t="Top",n=g(this.getSelectedRange(),function(t,n){var o=e.getCellMeta(t,n).className;return o&&-1!==o.indexOf("htTop")?!0:void 0});return n&&(t=v(t)),t},callback:function(){var e=this,t=this.getSelectedRange(),n=m(t,function(t,n){return e.getCellMeta(t,n).className}),o="vertical",r="htTop";this.runHooks("beforeCellAlignment",n,t,o,r),f(t,o,r,function(t,n){return e.getCellMeta(t,n)}),this.render()},disabled:!1},{key:T+":middle",name:function(){var e=this,t="Middle",n=g(this.getSelectedRange(),function(t,n){var o=e.getCellMeta(t,n).className;return o&&-1!==o.indexOf("htMiddle")?!0:void 0});return n&&(t=v(t)),t},callback:function(){var e=this,t=this.getSelectedRange(),n=m(t,function(t,n){return e.getCellMeta(t,n).className}),o="vertical",r="htMiddle";this.runHooks("beforeCellAlignment",n,t,o,r),f(t,o,r,function(t,n){return e.getCellMeta(t,n)}),this.render()},disabled:!1},{key:T+":bottom",name:function(){var e=this,t="Bottom",n=g(this.getSelectedRange(),function(t,n){var o=e.getCellMeta(t,n).className;return o&&-1!==o.indexOf("htBottom")?!0:void 0});return n&&(t=v(t)),t},callback:function(){var e=this,t=this.getSelectedRange(),n=m(t,function(t,n){return e.getCellMeta(t,n).className}),o="vertical",r="htBottom";this.runHooks("beforeCellAlignment",n,t,o,r),f(t,o,r,function(t,n){return e.getCellMeta(t,n)}),this.render()},disabled:!1}]}},configurable:!0,enumerable:!0,writable:!0}),i)},{"helpers/number":51,"helpers/object":52,utils:75}],75:[function(e,t,n){"use strict";function o(e){return{start:e.getTopLeftCorner(),end:e.getBottomRightCorner()}}function r(e){return S(e,"htSeparator")}function i(e){return S(e,"htSubmenu")}function s(e){return S(e,"htDisabled")}function l(e){return S(e,"htSelectionDisabled")}function a(e){var t=e.getSelected();return t?t[0]<0?null:t:null}function u(e,t){return-1!=e.indexOf(t)?e:(e=e.replace("htTop","").replace("htMiddle","").replace("htBottom","").replace(" ",""),e+=" "+t)}function d(e,t){return-1!=e.indexOf(t)?e:(e=e.replace("htLeft","").replace("htCenter","").replace("htRight","").replace("htJustify","").replace(" ",""),e+=" "+t)}function c(e,t){for(var n={},o=e.from.row;o<=e.to.row;o++)for(var r=e.from.col;r<=e.to.col;r++)n[o]||(n[o]=[]),n[o][r]=t(o,r);return n}function h(e,t,n,o){if(e.from.row==e.to.row&&e.from.col==e.to.col)f(e.from.row,e.from.col,t,n,o);else for(var r=e.from.row;r<=e.to.row;r++)for(var i=e.from.col;i<=e.to.col;i++)f(r,i,t,n,o)}function f(e,t,n,o,r){var i=r(e,t),s=o;i.className&&(s="vertical"===n?u(i.className,o):d(i.className,o)),i.className=s}function m(e,t){var n=!1;return e&&e.forAll(function(e,o){return t(e,o)?(n=!0,!1):void 0}),n}function p(e){return'<span class="selected">'+String.fromCharCode(10003)+"</span>"+e}function g(e,t){return!e.hidden||!("function"==typeof e.hidden&&e.hidden.call(t))}function v(e,t){for(var n=e.slice(0),o=0;o<n.length&&n[o].name===t;)n.shift();return n}function w(e,t){var n=e.slice(0);return n.reverse(),n=v(n,t),n.reverse(),n}function b(e){var t=[];return M(e,function(e,n){n>0?t[t.length-1].name!==e.name&&t.push(e):t.push(e)}),t}function y(e){var t=void 0!==arguments[1]?arguments[1]:E,n=e.slice(0);return n=v(n,t),n=w(n,t),n=b(n)}Object.defineProperties(n,{normalizeSelection:{get:function(){return o}},isSeparator:{get:function(){return r}},hasSubMenu:{get:function(){return i}},isDisabled:{get:function(){return s}},isSelectionDisabled:{get:function(){return l}},getValidSelection:{get:function(){return a}},prepareVerticalAlignClass:{get:function(){return u}},prepareHorizontalAlignClass:{get:function(){return d}},getAlignmentClasses:{get:function(){return c}},align:{get:function(){return h}},checkSelectionConsistency:{get:function(){return m}},markLabelAsSelected:{get:function(){return p}},isItemHidden:{get:function(){return g}},filterSeparators:{get:function(){return y}},__esModule:{value:!0}});var C,_,R,M=(C=e("helpers/array"),C&&C.__esModule&&C||{"default":C}).arrayEach,S=(_=e("helpers/dom/element"),_&&_.__esModule&&_||{"default":_}).hasClass,E=(R=e("predefinedItems"),R&&R.__esModule&&R||{"default":R}).SEPARATOR},{"helpers/array":42,"helpers/dom/element":46,predefinedItems:74}],76:[function(e,t,n){"use strict";Object.defineProperties(n,{ContextMenuCopyPaste:{get:function(){return v}},__esModule:{value:!0}});var o,r,i,s,l,a,u,d=(o=e("browser"),o&&o.__esModule&&o||{"default":o})["default"],c=(r=e("helpers/dom/element"),r&&r.__esModule&&r||{"default":r}).removeClass,h=(i=e("helpers/array"),i&&i.__esModule&&i||{"default":i}).arrayEach,f=(s=e("eventManager"),s&&s.__esModule&&s||{"default":s}).EventManager,m=(l=e("plugins"),l&&l.__esModule&&l||{"default":l}).registerPlugin,p=(a=e("_base"),a&&a.__esModule&&a||{"default":a})["default"],g=(u=e("zeroclipboard"),u&&u.__esModule&&u||{"default":u})["default"],v=function(e){$traceurRuntime.superConstructor(w).call(this,e),this.eventManager=new f(this),this.swfPath=null,this.outsideClickDeselectsCache=null},w=v;$traceurRuntime.createClass(v,{isEnabled:function(){return this.hot.getSettings().contextMenuCopyPaste},enablePlugin:function(){var e=this;if(!this.enabled){"object"==typeof this.hot.getSettings().contextMenuCopyPaste&&(this.swfPath=this.hot.getSettings().contextMenuCopyPaste.swfPath),"undefined"==typeof g&&console.error("To be able to use the Copy/Paste feature from the context menu, you need to manually include ZeroClipboard.js file to your website.");try{new ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(t){"undefined"==typeof navigator.mimeTypes["application/x-shockwave-flash"]&&console.error("To be able to use the Copy/Paste feature from the context menu, your browser needs to have Flash Plugin installed.")}this.swfPath&&g.config({swfPath:this.swfPath}),this.hot.addHook("afterContextMenuShow",function(){return e.onAfterContextMenuShow()}),this.hot.addHook("afterContextMenuDefaultOptions",function(t){return e.onAfterContextMenuDefaultOptions(t)}),this.registerEvents(),$traceurRuntime.superGet(this,w.prototype,"enablePlugin").call(this)}},disablePlugin:function(){$traceurRuntime.superGet(this,w.prototype,"disablePlugin").call(this)},registerEvents:function(){var e=this;this.eventManager.addEventListener(document,"mouseenter",function(){return e.removeCurrentClass()}),this.eventManager.addEventListener(document,"mouseleave",function(){return e.removeZeroClipboardClass()})},getCopyValue:function(){return this.hot.copyPaste.setCopyableText(),this.hot.copyPaste.copyPasteInstance.elTextarea.value},onAfterContextMenuDefaultOptions:function(e){e.items.unshift({key:"copy",name:"Copy"},{key:"paste",name:"Paste",callback:function(){this.copyPaste.triggerPaste()}},d.plugins.ContextMenu.SEPARATOR)},onAfterContextMenuShow:function(){var e=this,t=this.hot.getPlugin("contextMenu"),n=t.menu.hotMenu.getSourceData();h(n,function(n,o){if("copy"===n.key){var r=new g(t.menu.hotMenu.getCell(o,0));return r.off(),r.on("copy",function(t){var n=t.clipboardData;n.setData("text/plain",e.getCopyValue()),e.hot.getSettings().outsideClickDeselects=e.outsideClickDeselectsCache}),!1}})},removeCurrentClass:function(){var e=this.hot.getPlugin("contextMenu");if(e.menu.isOpened()){var t=e.menu.hotMenu.rootElement.querySelector("td.current");t&&c(t,"current")}this.outsideClickDeselectsCache=this.hot.getSettings().outsideClickDeselects,this.hot.getSettings().outsideClickDeselects=!1},removeZeroClipboardClass:function(){var e=this.hot.getPlugin("contextMenu");if(e.menu.isOpened()){var t=e.menu.hotMenu.rootElement.querySelector("td.zeroclipboard-is-hover");t&&c(t,"zeroclipboard-is-hover")}this.hot.getSettings().outsideClickDeselects=this.outsideClickDeselectsCache}},{},p),m("contextMenuCopyPaste",v)},{_base:62,browser:23,eventManager:41,"helpers/array":42,"helpers/dom/element":46,plugins:61,zeroclipboard:"zeroclipboard"}],77:[function(e,t,n){"use strict";function o(e){function t(){e.isListening()&&e.selection.empty()}function n(t){var n,o,r,i,s,l,a,u,d,c;if(e.isListening()&&e.selection.isSelected()){n=t,o=b.parse(n),r=e.getSelected(),i=new A(r[0],r[1]),s=new A(r[2],r[3]),l=new H(i,i,s),a=l.getTopLeftCorner(),u=l.getBottomRightCorner(),d=a,c=new A(Math.max(u.row,o.length-1+a.row),Math.max(u.col,o[0].length-1+a.col));var h=s.row-i.row>=o.length-1,f=s.col-i.col>=o[0].length-1;e.addHookOnce("afterChange",function(t,n){var o=t?t.length:0;if(o){var r={row:0,col:0},i=-1;R(t,function(e,n){var s=o>n+1?t[n+1]:null;s&&(h||(r.row=r.row+Math.max(s[0]-e[0]-1,0)),!f&&e[1]>i&&(i=e[1],r.col=r.col+Math.max(s[1]-e[1]-1,0)))}),e.selectCell(d.row,d.col,c.row+r.row,c.col+r.col)}}),e.populateFromArray(d.row,d.col,o,c.row,c.col,"paste",e.getSettings().pasteMode)}}function o(t){if(e.getSelected()&&!(e.getActiveEditor()&&e.getActiveEditor().isOpened()||O(t))){if(_(t.keyCode)){if(e.getSettings().fragmentSelection&&T())return;return r.setCopyableText(),void E(t)}var n=(t.ctrlKey||t.metaKey)&&!t.altKey;t.keyCode==C.A&&n&&e._registerTimeout(setTimeout(k(r.setCopyableText,r),0))}}var r=this;this.copyPasteInstance=w(),this.copyPasteInstance.onCut(t),this.copyPasteInstance.onPaste(n),this.onPaste=n,e.addHook("beforeKeyDown",o),this.destroy=function(){this.copyPasteInstance&&(this.copyPasteInstance.removeCallback(t),this.copyPasteInstance.removeCallback(n),this.copyPasteInstance.destroy(),this.copyPasteInstance=null),e.removeHook("beforeKeyDown",o)},e.addHook("afterDestroy",k(this.destroy,this)),this.triggerPaste=k(this.copyPasteInstance.triggerPaste,this.copyPasteInstance),this.triggerCut=k(this.copyPasteInstance.triggerCut,this.copyPasteInstance),this.setCopyableText=function(){var t=e.getSettings(),n=t.copyRowsLimit,o=t.copyColsLimit,r=e.getSelectedRange(),i=r.getTopLeftCorner(),s=r.getBottomRightCorner(),l=i.row,a=i.col,u=s.row,d=s.col,c=Math.min(u,l+n-1),h=Math.min(d,a+o-1),f=[];f.push({startRow:l,startCol:a,endRow:c,endCol:h}),f=v.hooks.run(e,"modifyCopyableRange",f);var m=this.getRangedCopyableData(f);e.copyPaste.copyPasteInstance.copyable(m),u===c&&d===h||v.hooks.run(e,"afterCopyLimit",u-l+1,d-a+1,n,o)},this.getRangedCopyableData=function(t){var n=[],o=[],r=[];return R(t,function(e){M(e.startRow,e.endRow,function(e){-1===o.indexOf(e)&&o.push(e)}),M(e.startCol,e.endCol,function(e){-1===r.indexOf(e)&&r.push(e)})}),R(o,function(t){var o=[];R(r,function(n){o.push(e.getCopyableData(t,n))}),n.push(o)}),b.stringify(n)}}function r(){var e=this,t=e.getSettings().copyPaste!==!1;t&&!e.copyPaste?e.copyPaste=new o(e):!t&&e.copyPaste&&(e.copyPaste.destroy(),e.copyPaste=null)}Object.defineProperties(n,{CopyPastePlugin:{get:function(){return o}},__esModule:{value:!0}});var i,s,l,a,u,d,c,h,f,m,p,g,v=(i=e("browser"),i&&i.__esModule&&i||{"default":i})["default"],w=(s=e("copyPaste"),s&&s.__esModule&&s||{"default":s})["default"],b=(l=e("SheetClip"),l&&l.__esModule&&l||{"default":l})["default"],y=(a=e("helpers/unicode"),a&&a.__esModule&&a||{"default":a}),C=y.KEY_CODES,_=y.isCtrlKey,R=(u=e("helpers/array"),u&&u.__esModule&&u||{"default":u}).arrayEach,M=(d=e("helpers/number"),d&&d.__esModule&&d||{"default":d}).rangeEach,S=(c=e("helpers/dom/event"),c&&c.__esModule&&c||{"default":c}),E=S.stopImmediatePropagation,O=S.isImmediatePropagationStopped,T=(h=e("helpers/dom/element"),h&&h.__esModule&&h||{"default":h}).getSelectionText,k=(f=e("helpers/function"),f&&f.__esModule&&f||{"default":f}).proxy,A=((m=e("plugins"),m&&m.__esModule&&m||{"default":m}).registerPlugin,(p=e("3rdparty/walkontable/src/cell/coords"),p&&p.__esModule&&p||{"default":p}).WalkontableCellCoords),H=(g=e("3rdparty/walkontable/src/cell/range"),g&&g.__esModule&&g||{"default":g}).WalkontableCellRange;v.hooks.add("afterInit",r),v.hooks.add("afterUpdateSettings",r),v.hooks.register("afterCopyLimit"),v.hooks.register("modifyCopyableRange")},{"3rdparty/walkontable/src/cell/coords":5,"3rdparty/walkontable/src/cell/range":6,SheetClip:"SheetClip",browser:23,copyPaste:"copyPaste","helpers/array":42,"helpers/dom/element":46,"helpers/dom/event":47,"helpers/function":49,"helpers/number":51,"helpers/unicode":55,plugins:61}],78:[function(e,t,n){"use strict";function o(){}var r,i,s,l,a,u=(r=e("browser"),r&&r.__esModule&&r||{"default":r})["default"],d=((i=e("plugins"),i&&i.__esModule&&i||{"default":i}).registerPlugin,(s=e("3rdparty/walkontable/src/cell/range"),s&&s.__esModule&&s||{"default":s}).WalkontableCellRange),c=(l=e("3rdparty/walkontable/src/selection"),l&&l.__esModule&&l||{"default":l}).WalkontableSelection,h=function(e){return"boolean"==typeof e&&e===!0?!0:"object"==typeof e&&e.length>0},f=function(){h(this.getSettings().customBorders)&&(this.customBorders||(a=this,this.customBorders=new o))},m=function(e){for(var t=0;t<a.view.wt.selections.length;t++)if(a.view.wt.selections[t].settings.className==e)return t;return-1},p=function(e){var t={row:e.row,col:e.col},n=new c(e,new d(t,t,t)),o=m(e.className);o>=0?a.view.wt.selections[o]=n:a.view.wt.selections.push(n)},g=function(e,t,n){var o=_(e,t);o=R(o,n),this.setCellMeta(e,t,"borders",o),p(o)},v=function(e){for(var t=e.range,n=t.from.row;n<=t.to.row;n++)for(var o=t.from.col;o<=t.to.col;o++){var r=_(n,o),i=0;n==t.from.row&&(i++,e.hasOwnProperty("top")&&(r.top=e.top)),n==t.to.row&&(i++,e.hasOwnProperty("bottom")&&(r.bottom=e.bottom)),o==t.from.col&&(i++,e.hasOwnProperty("left")&&(r.left=e.left)),o==t.to.col&&(i++,e.hasOwnProperty("right")&&(r.right=e.right)),i>0&&(this.setCellMeta(n,o,"borders",r),p(r))}},w=function(e,t){return"border_row"+e+"col"+t},b=function(){return{width:1,color:"#000"}},y=function(){return{hide:!0}},C=function(){return{width:1,color:"#000",cornerVisible:!1}},_=function(e,t){return{className:w(e,t),border:C(),row:e,col:t,top:y(),right:y(),bottom:y(),left:y()}},R=function(e,t){return t.hasOwnProperty("border")&&(e.border=t.border),t.hasOwnProperty("top")&&(e.top=t.top),t.hasOwnProperty("right")&&(e.right=t.right),t.hasOwnProperty("bottom")&&(e.bottom=t.bottom),t.hasOwnProperty("left")&&(e.left=t.left),e},M=function(e){for(var t=document.querySelectorAll("."+e),n=0;n<t.length;n++)if(t[n]&&"TD"!=t[n].nodeName){var o=t[n].parentNode;o.parentNode&&o.parentNode.removeChild(o)}},S=function(e,t){var n=w(e,t);M(n),this.removeCellMeta(e,t,"borders")},E=function(e,t,n,o){var r=this.getCellMeta(e,t).borders;r&&void 0!=r.border||(r=_(e,t)),o?r[n]=y():r[n]=b(),this.setCellMeta(e,t,"borders",r);var i=w(e,t);M(i),p(r),this.render()},O=function(e,t,n){if(e.from.row==e.to.row&&e.from.col==e.to.col)"noBorders"==t?S.call(this,e.from.row,e.from.col):E.call(this,e.from.row,e.from.col,t,n);else switch(t){case"noBorders":for(var o=e.from.col;o<=e.to.col;o++)for(var r=e.from.row;r<=e.to.row;r++)S.call(this,r,o);break;case"top":for(var i=e.from.col;i<=e.to.col;i++)E.call(this,e.from.row,i,t,n);break;case"right":for(var s=e.from.row;s<=e.to.row;s++)E.call(this,s,e.to.col,t);break;case"bottom":for(var l=e.from.col;l<=e.to.col;l++)E.call(this,e.to.row,l,t);break;case"left":for(var a=e.from.row;a<=e.to.row;a++)E.call(this,a,e.from.col,t)}},T=function(e,t){var n=!1;return e.getSelectedRange().forAll(function(o,r){var i=e.getCellMeta(o,r).borders;if(i){if(!t)return n=!0,!1;if(!i[t].hasOwnProperty("hide"))return n=!0,!1}}),n},k=function(e){return'<span class="selected">'+String.fromCharCode(10003)+"</span>"+e},A=function(e){this.getSettings().customBorders&&(e.items.push(u.plugins.ContextMenu.SEPARATOR),e.items.push({key:"borders",name:"Borders",submenu:{items:[{key:"borders:top",name:function(){var e="Top",t=T(this,"top");return t&&(e=k(e)),e},callback:function(){var e=T(this,"top");O.call(this,this.getSelectedRange(),"top",e)},disabled:!1},{key:"borders:right",name:function(){var e="Right",t=T(this,"right");return t&&(e=k(e)),e},callback:function(){var e=T(this,"right");O.call(this,this.getSelectedRange(),"right",e)},disabled:!1},{key:"borders:bottom",name:function(){var e="Bottom",t=T(this,"bottom");return t&&(e=k(e)),e},callback:function(){var e=T(this,"bottom");O.call(this,this.getSelectedRange(),"bottom",e)},disabled:!1},{key:"borders:left",name:function(){var e="Left",t=T(this,"left");return t&&(e=k(e)),e},callback:function(){var e=T(this,"left");O.call(this,this.getSelectedRange(),"left",e)},disabled:!1},{key:"borders:no_borders",name:"Remove border(s)",callback:function(){O.call(this,this.getSelectedRange(),"noBorders")},disabled:function(){return!T(this)}}]}}))};u.hooks.add("beforeInit",f),u.hooks.add("afterContextMenuDefaultOptions",A),u.hooks.add("afterInit",function(){var e=this.getSettings().customBorders;if(e){for(var t=0;t<e.length;t++)e[t].range?v.call(this,e[t]):g.call(this,e[t].row,e[t].col,e[t]);this.render(),this.view.wt.draw(!0)}}),u.CustomBorders=o},{"3rdparty/walkontable/src/cell/range":6,"3rdparty/walkontable/src/selection":18,browser:23,plugins:61}],79:[function(e,t,n){"use strict";function o(){this.boundaries=null,this.callback=null}Object.defineProperties(n,{DragToScroll:{get:function(){return o}},__esModule:{value:!0}});var r,i,s,l=(r=e("browser"),r&&r.__esModule&&r||{"default":r})["default"],a=(i=e("eventManager"),i&&i.__esModule&&i||{"default":i}).eventManager;(s=e("plugins"),s&&s.__esModule&&s||{"default":s}).registerPlugin;l.plugins.DragToScroll=o,o.prototype.setBoundaries=function(e){this.boundaries=e},o.prototype.setCallback=function(e){this.callback=e},o.prototype.check=function(e,t){var n=0,o=0;t<this.boundaries.top?o=t-this.boundaries.top:t>this.boundaries.bottom&&(o=t-this.boundaries.bottom),e<this.boundaries.left?n=e-this.boundaries.left:e>this.boundaries.right&&(n=e-this.boundaries.right),this.callback(n,o)};var u,d=function(e){e.dragToScrollListening=!1;var t=e.view.wt.wtTable.holder;u=new o,t!==window&&(u.setBoundaries(t.getBoundingClientRect()),u.setCallback(function(e,n){0>e?t.scrollLeft-=50:e>0&&(t.scrollLeft+=50),0>n?t.scrollTop-=20:n>0&&(t.scrollTop+=20)}),e.dragToScrollListening=!0)};l.hooks.add("afterInit",function(){var e=this,t=a(this);t.addEventListener(document,"mouseup",function(){e.dragToScrollListening=!1}),t.addEventListener(document,"mousemove",function(t){e.dragToScrollListening&&u.check(t.clientX,t.clientY)})}),l.hooks.add("afterDestroy",function(){a(this).clear()}),l.hooks.add("afterOnCellMouseDown",function(){d(this)}),l.hooks.add("afterOnCellCornerMouseDown",function(){d(this)}),l.plugins.DragToScroll=o},{browser:23,eventManager:41,plugins:61}],80:[function(e,t,n){"use strict";Object.defineProperties(n,{ManualColumnFreeze:{get:function(){return u}},__esModule:{value:!0}});var o,r,i,s=(o=e("browser"),o&&o.__esModule&&o||{"default":o})["default"],l=(r=e("_base"),r&&r.__esModule&&r||{"default":r})["default"],a=(i=e("plugins"),i&&i.__esModule&&i||{"default":i}).registerPlugin,u=function(e){$traceurRuntime.superConstructor(d).call(this,e),this.manualColumnMovePlugin=null,this.frozenColumnsBasePositions=[]},d=u;$traceurRuntime.createClass(u,{isEnabled:function(){return!!this.hot.getSettings().manualColumnFreeze},enablePlugin:function(){var e=this;this.enabled||(this.addHook("modifyCol",function(t){return e.onModifyCol(t)}),this.addHook("afterContextMenuDefaultOptions",function(t){return e.addContextMenuEntry(t)}),$traceurRuntime.superGet(this,d.prototype,"enablePlugin").call(this))},init:function(){$traceurRuntime.superGet(this,d.prototype,"init").call(this),this.fixedColumnsCount=this.hot.getSettings().fixedColumnsLeft},getManualColumnMovePlugin:function(){return this.manualColumnMovePlugin||(this.manualColumnMovePlugin=this.hot.getPlugin("manualColumnMove")),this.manualColumnMovePlugin},onModifyCol:function(e){return this.getManualColumnMovePlugin().isEnabled()?e:this.getLogicalColumnIndex(e)},addContextMenuEntry:function(e){var t=this;e.items.push(s.plugins.ContextMenu.SEPARATOR,{key:"freeze_column",name:function(){var e=t.hot.getSelected()[1];return e>t.fixedColumnsCount-1?"Freeze this column":"Unfreeze this column"},disabled:function(){var e=t.hot.getSelected();return e[1]!==e[3]},callback:function(){var e=t.hot.getSelected()[1];e>t.fixedColumnsCount-1?t.freezeColumn(e):t.unfreezeColumn(e)}})},freezeColumn:function(e){e<=this.fixedColumnsCount-1||(e!==this.getLogicalColumnIndex(e)&&(this.frozenColumnsBasePositions[this.fixedColumnsCount]=e),this.changeColumnPositions(e,this.fixedColumnsCount),this.addFixedColumn(),this.hot.view.wt.wtOverlays.leftOverlay.refresh(),this.hot.view.wt.wtOverlays.adjustElementsSize())},unfreezeColumn:function(e){if(!(e>this.fixedColumnsCount-1)){var t=this.getBestColumnReturnPosition(e);this.changeColumnPositions(e,t),this.removeFixedColumn(),this.hot.view.wt.wtOverlays.leftOverlay.refresh(),this.hot.view.wt.wtOverlays.adjustElementsSize()}},addFixedColumn:function(){this.hot.updateSettings({fixedColumnsLeft:this.fixedColumnsCount+1}),this.fixedColumnsCount++},removeFixedColumn:function(){this.hot.updateSettings({fixedColumnsLeft:this.fixedColumnsCount-1}),this.fixedColumnsCount--},getBestColumnReturnPosition:function(e){var t,n=this.fixedColumnsCount,o=this.getLogicalColumnIndex(n);if(null==this.frozenColumnsBasePositions[e])for(t=this.getLogicalColumnIndex(e);t>o;)n++,o=this.getLogicalColumnIndex(n);else{for(t=this.frozenColumnsBasePositions[e],this.frozenColumnsBasePositions[e]=void 0;t>=o;)n++,o=this.getLogicalColumnIndex(n);n=o}return n-1},getVisibleColumnIndex:function(e){return this.getManualColumnMovePlugin().getVisibleColumnIndex(e)},getLogicalColumnIndex:function(e){return this.getManualColumnMovePlugin().getLogicalColumnIndex(e)},changeColumnPositions:function(e,t){this.getManualColumnMovePlugin().changeColumnPositions(e,t)}},{},l),a("manualColumnFreeze",u)},{_base:62,browser:23,plugins:61}],81:[function(e,t,n){"use strict";Object.defineProperties(n,{ManualColumnMove:{get:function(){return O}},__esModule:{value:!0}});var o,r,i,s,l,a,u,d,c=(o=e("_base.js"),o&&o.__esModule&&o||{"default":o})["default"],h=(r=e("browser"),r&&r.__esModule&&r||{"default":r})["default"],f=(i=e("helpers/dom/element"),i&&i.__esModule&&i||{"default":i}),m=f.addClass,p=f.hasClass,g=f.removeClass,v=f.outerHeight,w=(s=e("helpers/array"),s&&s.__esModule&&s||{"default":s}),b=w.arrayEach,y=w.arrayMap,C=(l=e("helpers/number"),l&&l.__esModule&&l||{"default":l}).rangeEach,_=(a=e("eventManager"),a&&a.__esModule&&a||{"default":a}).eventManager,R=(u=e("helpers/dom/event"),u&&u.__esModule&&u||{"default":u}),M=R.pageX,S=(R.pageY,(d=e("plugins"),d&&d.__esModule&&d||{"default":d}).registerPlugin),E=new WeakMap,O=function(e){var t=this;$traceurRuntime.superConstructor(T).call(this,e),E.set(this,{guideClassName:"manualColumnMoverGuide",handleClassName:"manualColumnMover",startOffset:null,pressed:null,startCol:null,endCol:null,currentCol:null,startX:null,startY:null}),this.guideElement=null,this.handleElement=null,this.currentTH=null,this.columnPositions=[],this.eventManager=_(this),this.addHook("init",function(){return t.onInit()})},T=O;$traceurRuntime.createClass(O,{isEnabled:function(){return!!this.hot.getSettings().manualColumnMove},enablePlugin:function(){var e=this,t=E.get(this),n=this.hot.getSettings().manualColumnMove,o=this.loadManualColumnPositions();this.handleElement=document.createElement("DIV"),this.handleElement.className=t.handleClassName,this.guideElement=document.createElement("DIV"),this.guideElement.className=t.guideClassName,this.addHook("modifyCol",function(t){return e.onModifyCol(t)}),this.addHook("unmodifyCol",function(t){return e.onUnmodifyCol(t)}),this.addHook("afterRemoveCol",function(t,n){return e.onAfterRemoveCol(t,n)}),this.addHook("afterCreateCol",function(t,n){return e.onAfterCreateCol(t,n)}),this.registerEvents(),"undefined"!=typeof o?this.columnPositions=o:Array.isArray(n)?this.columnPositions=n:n&&void 0!==this.columnPositions||(this.columnPositions=[]),$traceurRuntime.superGet(this,T.prototype,"enablePlugin").call(this)},updatePlugin:function(){this.disablePlugin(),this.enablePlugin(),$traceurRuntime.superGet(this,T.prototype,"updatePlugin").call(this)},disablePlugin:function(){var e=this.hot.getSettings().manualColumnMove;Array.isArray(e)&&(this.unregisterEvents(),this.columnPositions=[]),$traceurRuntime.superGet(this,T.prototype,"disablePlugin").call(this)},registerEvents:function(){var e=this;this.eventManager.addEventListener(this.hot.rootElement,"mouseover",function(t){return e.onMouseOver(t)}),this.eventManager.addEventListener(this.hot.rootElement,"mousedown",function(t){return e.onMouseDown(t)}),this.eventManager.addEventListener(window,"mousemove",function(t){return e.onMouseMove(t)}),this.eventManager.addEventListener(window,"mouseup",function(t){return e.onMouseUp(t)})},unregisterEvents:function(){this.eventManager.clear()},saveManualColumnPositions:function(){h.hooks.run(this.hot,"persistentStateSave","manualColumnPositions",this.columnPositions)},loadManualColumnPositions:function(){var e={};return h.hooks.run(this.hot,"persistentStateLoad","manualColumnPositions",e),e.value},completeSettingsArray:function(){var e=this,t=this.hot.countCols();this.columnPositions.length!==t&&C(0,t-1,function(t){-1===e.columnPositions.indexOf(t)&&e.columnPositions.push(t)})},setupHandlePosition:function(e){this.currentTH=e;var t=E.get(this),n=this.hot.view.wt.wtTable.getCoords(e).col,o=v(this.currentTH);if(n>=0){var r=this.currentTH.getBoundingClientRect();t.currentCol=n,t.startOffset=r.left,this.handleElement.style.top=r.top+"px",this.handleElement.style.left=t.startOffset+"px",this.handleElement.style.height=o+"px",this.hot.rootElement.appendChild(this.handleElement)}},refreshHandlePosition:function(e,t){var n=e.getBoundingClientRect(),o=6;t>0?this.handleElement.style.left=n.left+n.width-o+"px":this.handleElement.style.left=n.left+"px"},setupGuidePosition:function(){var e=this.currentTH.getBoundingClientRect(),t=E.get(this),n=parseInt(v(this.handleElement),10),o=parseInt(this.handleElement.style.top,10)+n,r=parseInt(this.hot.view.maximumVisibleElementHeight(0),10);m(this.handleElement,"active"),m(this.guideElement,"active"),this.guideElement.style.width=e.width+"px",this.guideElement.style.height=r-n+"px",this.guideElement.style.top=o+"px",this.guideElement.style.left=t.startOffset+"px",this.hot.rootElement.appendChild(this.guideElement)},refreshGuidePosition:function(e){var t=E.get(this);this.guideElement.style.left=t.startOffset+e+"px"},hideHandleAndGuide:function(){g(this.handleElement,"active"),g(this.guideElement,"active")},checkColumnHeader:function(e){if(e!=this.hot.rootElement){var t=e.parentNode;return"THEAD"===t.tagName?!0:this.checkColumnHeader(t)}return!1},createPositionData:function(e){var t=this.columnPositions;t.length<e&&C(t.length,e-1,function(e){t[e]=e})},getTHFromTargetElement:function(e){return"TABLE"!=e.tagName?"TH"==e.tagName?e:this.getTHFromTargetElement(e.parentNode):null},changeColumnPositions:function(e,t){var n=Math.max(e,t);n>this.columnPositions.length-1&&this.createPositionData(n+1),this.columnPositions.splice(t,0,this.columnPositions.splice(e,1)[0])},getVisibleColumnIndex:function(e){return e>this.columnPositions.length-1&&this.createPositionData(e),this.columnPositions.indexOf(e)},getLogicalColumnIndex:function(e){return this.columnPositions[e]},onMouseOver:function(e){var t=E.get(this);if(this.checkColumnHeader(e.target)){var n=this.getTHFromTargetElement(e.target);if(n)if(t.pressed){var o=this.hot.view.wt.wtTable.getCoords(n).col;o>=0&&(t.endCol=o,
this.refreshHandlePosition(n,t.endCol-t.startCol))}else this.setupHandlePosition(n)}},onMouseDown:function(e){var t=E.get(this);p(e.target,t.handleClassName)&&(t.startX=M(e),this.setupGuidePosition(),t.pressed=this.hot,t.startCol=t.currentCol,t.endCol=t.currentCol)},onMouseMove:function(e){var t=E.get(this);t.pressed&&this.refreshGuidePosition(M(e)-t.startX)},onMouseUp:function(e){var t=E.get(this);t.pressed&&(this.hideHandleAndGuide(),t.pressed=!1,this.createPositionData(this.hot.countCols()),this.changeColumnPositions(t.startCol,t.endCol),h.hooks.run(this.hot,"beforeColumnMove",t.startCol,t.endCol),this.hot.forceFullRender=!0,this.hot.view.render(),this.saveManualColumnPositions(),h.hooks.run(this.hot,"afterColumnMove",t.startCol,t.endCol),this.setupHandlePosition(this.currentTH))},onModifyCol:function(e){return-1==typeof this.getVisibleColumnIndex(e)&&this.createPositionData(e+1),this.getLogicalColumnIndex(e)},onUnmodifyCol:function(e){return-1==typeof this.getVisibleColumnIndex(e)&&this.createPositionData(e+1),this.getVisibleColumnIndex(e)},onAfterRemoveCol:function(e,t){if(this.isEnabled()){var n,o=this.columnPositions;n=o.splice(e,t),o=y(o,function(e,t){var o=e;return b(n,function(t,n){e>t&&o--}),o}),this.columnPositions=o}},onAfterCreateCol:function(e,t){if(this.isEnabled()){var n=this.columnPositions;if(n.length){var o=[];C(0,t-1,function(t){o.push(e+t)}),e>=n.length?n.concat(o):(n=y(n,function(n,o){return n>=e?n+t:n}),n.splice.apply(n,[e,0].concat(o))),this.columnPositions=n}}},onInit:function(){this.completeSettingsArray()}},{},c),S("manualColumnMove",O),h.hooks.register("beforeColumnMove"),h.hooks.register("afterColumnMove"),h.hooks.register("unmodifyCol")},{"_base.js":62,browser:23,eventManager:41,"helpers/array":42,"helpers/dom/element":46,"helpers/dom/event":47,"helpers/number":51,plugins:61}],82:[function(e,t,n){"use strict";Object.defineProperties(n,{ManualColumnResize:{get:function(){return M}},__esModule:{value:!0}});var o,r,i,s,l,a,u,d,c=(o=e("browser"),o&&o.__esModule&&o||{"default":o})["default"],h=(r=e("_base.js"),r&&r.__esModule&&r||{"default":r})["default"],f=(i=e("helpers/dom/element"),i&&i.__esModule&&i||{"default":i}),m=f.addClass,p=f.hasClass,g=f.removeClass,v=f.outerHeight,w=(s=e("eventManager"),s&&s.__esModule&&s||{"default":s}).eventManager,b=(l=e("helpers/dom/event"),l&&l.__esModule&&l||{"default":l}),y=b.pageX,C=(b.pageY,(a=e("helpers/array"),a&&a.__esModule&&a||{"default":a}).arrayEach),_=(u=e("helpers/number"),u&&u.__esModule&&u||{"default":u}).rangeEach,R=(d=e("plugins"),d&&d.__esModule&&d||{"default":d}).registerPlugin,M=function(e){$traceurRuntime.superConstructor(S).call(this,e),this.currentTH=null,this.currentCol=null,this.selectedCols=[],this.currentWidth=null,this.newSize=null,this.startY=null,this.startWidth=null,this.startOffset=null,this.handle=document.createElement("DIV"),this.guide=document.createElement("DIV"),this.eventManager=w(this),this.pressed=null,this.dblclick=0,this.autoresizeTimeout=null,this.manualColumnWidths=[],m(this.handle,"manualColumnResizer"),m(this.guide,"manualColumnResizerGuide")},S=M;$traceurRuntime.createClass(M,{isEnabled:function(){return this.hot.getSettings().manualColumnResize},enablePlugin:function(){var e=this;if(!this.enabled){this.manualColumnWidths=[];var t=this.hot.getSettings().manualColumnResize,n=this.loadManualColumnWidths();this.addHook("modifyColWidth",function(t,n){return e.onModifyColWidth(t,n)}),this.addHook("beforeStretchingColumnWidth",function(t,n){return e.onBeforeStretchingColumnWidth(t,n)}),this.addHook("beforeColumnResize",function(t,n,o){return e.onBeforeColumnResize(t,n,o)}),"undefined"!=typeof n?this.manualColumnWidths=n:Array.isArray(t)?this.manualColumnWidths=t:this.manualColumnWidths=[],c.hooks.register("beforeColumnResize"),c.hooks.register("afterColumnResize"),this.bindEvents(),$traceurRuntime.superGet(this,S.prototype,"enablePlugin").call(this)}},updatePlugin:function(){var e=this.hot.getSettings().manualColumnResize;Array.isArray(e)?this.manualColumnWidths=e:e||(this.manualColumnWidths=[])},disablePlugin:function(){$traceurRuntime.superGet(this,S.prototype,"disablePlugin").call(this)},saveManualColumnWidths:function(){this.hot.runHooks("persistentStateSave","manualColumnWidths",this.manualColumnWidths)},loadManualColumnWidths:function(){var e={};return this.hot.runHooks("persistentStateLoad","manualColumnWidths",e),e.value},setupHandlePosition:function(e){var t=this;if(!e.parentNode)return!1;this.currentTH=e;var n=this.hot.view.wt.wtTable.getCoords(e).col,o=v(this.currentTH);if(n>=0){var r=this.currentTH.getBoundingClientRect();if(this.currentCol=n,this.selectedCols=[],this.hot.selection.isSelected()&&this.hot.selection.selectedHeader.cols){var i=this.hot.getSelectedRange(),s=i.from,l=i.to,a=s.col,u=l.col;a>=u&&(a=l.col,u=s.col),this.currentCol>=a&&this.currentCol<=u?_(a,u,function(e){return t.selectedCols.push(e)}):this.selectedCols.push(this.currentCol)}else this.selectedCols.push(this.currentCol);this.startOffset=r.left-6,this.startWidth=parseInt(r.width,10),this.handle.style.top=r.top+"px",this.handle.style.left=this.startOffset+this.startWidth+"px",this.handle.style.height=o+"px",this.hot.rootElement.appendChild(this.handle)}},refreshHandlePosition:function(){this.handle.style.left=this.startOffset+this.currentWidth+"px"},setupGuidePosition:function(){var e=parseInt(v(this.handle),10),t=parseInt(this.handle.style.top,10)+e,n=parseInt(this.hot.view.maximumVisibleElementHeight(0),10);m(this.handle,"active"),m(this.guide,"active"),this.guide.style.top=t+"px",this.guide.style.left=this.handle.style.left,this.guide.style.height=n-e+"px",this.hot.rootElement.appendChild(this.guide)},refreshGuidePosition:function(){this.guide.style.left=this.handle.style.left},hideHandleAndGuide:function(){g(this.handle,"active"),g(this.guide,"active")},checkIfColumnHeader:function(e){if(e!=this.hot.rootElement){var t=e.parentNode;return"THEAD"===t.tagName?!0:this.checkIfColumnHeader(t)}return!1},getTHFromTargetElement:function(e){return"TABLE"!=e.tagName?"TH"==e.tagName?e:this.getTHFromTargetElement(e.parentNode):null},onMouseOver:function(e){if(this.checkIfColumnHeader(e.target)){var t=this.getTHFromTargetElement(e.target);if(!t)return;var n=t.getAttribute("colspan");!t||null!==n&&1!==n||this.pressed||this.setupHandlePosition(t)}},afterMouseDownTimeout:function(){var e=this,t=function(){e.hot.forceFullRender=!0,e.hot.view.render(),e.hot.view.wt.wtOverlays.adjustElementsSize(!0)},n=function(n,o){var r=e.hot.runHooks("beforeColumnResize",n,e.newSize,!0);void 0!==r&&(e.newSize=r),"all"===e.hot.getSettings().stretchH?e.clearManualSize(n):e.setManualSize(n,e.newSize),o&&t(),e.saveManualColumnWidths(),e.hot.runHooks("afterColumnResize",n,e.newSize,!0)};if(this.dblclick>=2){var o=this.selectedCols.length;o>1?(C(this.selectedCols,function(e){n(e)}),t()):C(this.selectedCols,function(e){n(e,!0)})}this.dblclick=0,this.autoresizeTimeout=null},onMouseDown:function(e){var t=this;p(e.target,"manualColumnResizer")&&(this.setupGuidePosition(),this.pressed=this.hot,null===this.autoresizeTimeout&&(this.autoresizeTimeout=setTimeout(function(){return t.afterMouseDownTimeout()},500),this.hot._registerTimeout(this.autoresizeTimeout)),this.dblclick++,this.startX=y(e),this.newSize=this.startWidth)},onMouseMove:function(e){var t=this;this.pressed&&(this.currentWidth=this.startWidth+(y(e)-this.startX),C(this.selectedCols,function(e){t.newSize=t.setManualSize(e,t.currentWidth)}),this.refreshHandlePosition(),this.refreshGuidePosition())},onMouseUp:function(e){var t=this,n=function(){t.hot.forceFullRender=!0,t.hot.view.render(),t.hot.view.wt.wtOverlays.adjustElementsSize(!0)},o=function(e,o){t.hot.runHooks("beforeColumnResize",e,t.newSize),o&&n(),t.saveManualColumnWidths(),t.hot.runHooks("afterColumnResize",e,t.newSize)};if(this.pressed){if(this.hideHandleAndGuide(),this.pressed=!1,this.newSize!=this.startWidth){var r=this.selectedCols.length;r>1?(C(this.selectedCols,function(e){o(e)}),n()):C(this.selectedCols,function(e){o(e,!0)})}this.setupHandlePosition(this.currentTH)}},bindEvents:function(){var e=this;this.eventManager.addEventListener(this.hot.rootElement,"mouseover",function(t){return e.onMouseOver(t)}),this.eventManager.addEventListener(this.hot.rootElement,"mousedown",function(t){return e.onMouseDown(t)}),this.eventManager.addEventListener(window,"mousemove",function(t){return e.onMouseMove(t)}),this.eventManager.addEventListener(window,"mouseup",function(t){return e.onMouseUp(t)})},setManualSize:function(e,t){return t=Math.max(t,20),e=this.hot.runHooks("modifyCol",e),this.manualColumnWidths[e]=t,t},clearManualSize:function(e){e=this.hot.runHooks("modifyCol",e),this.manualColumnWidths[e]=void 0},onModifyColWidth:function(e,t){return this.enabled&&(t=this.hot.runHooks("modifyCol",t),this.hot.getSettings().manualColumnResize&&this.manualColumnWidths[t])?this.manualColumnWidths[t]:e},onBeforeStretchingColumnWidth:function(e,t){var n=this.manualColumnWidths[t];return void 0===n&&(n=e),n},onBeforeColumnResize:function(){this.hot.view.wt.wtViewport.hasOversizedColumnHeadersMarked={}}},{},h),R("manualColumnResize",M)},{"_base.js":62,browser:23,eventManager:41,"helpers/array":42,"helpers/dom/element":46,"helpers/dom/event":47,"helpers/number":51,plugins:61}],83:[function(e,t,n){"use strict";Object.defineProperties(n,{ManualRowMove:{get:function(){return O}},__esModule:{value:!0}});var o,r,i,s,l,a,u,d,c=(o=e("_base.js"),o&&o.__esModule&&o||{"default":o})["default"],h=(r=e("browser"),r&&r.__esModule&&r||{"default":r})["default"],f=(i=e("helpers/dom/element"),i&&i.__esModule&&i||{"default":i}),m=f.addClass,p=f.hasClass,g=f.removeClass,v=f.outerWidth,w=(s=e("helpers/array"),s&&s.__esModule&&s||{"default":s}),b=w.arrayEach,y=w.arrayMap,C=(l=e("helpers/number"),l&&l.__esModule&&l||{"default":l}).rangeEach,_=(a=e("eventManager"),a&&a.__esModule&&a||{"default":a}).eventManager,R=(u=e("helpers/dom/event"),u&&u.__esModule&&u||{"default":u}),M=(R.pageX,R.pageY),S=(d=e("plugins"),d&&d.__esModule&&d||{"default":d}).registerPlugin,E=new WeakMap,O=function(e){$traceurRuntime.superConstructor(T).call(this,e),E.set(this,{guideClassName:"manualRowMoverGuide",handleClassName:"manualRowMover",startOffset:null,pressed:null,startRow:null,endRow:null,currentRow:null,startX:null,startY:null}),this.guideElement=null,this.handleElement=null,this.currentTH=null,this.rowPositions=[],this.eventManager=_(this)},T=O;$traceurRuntime.createClass(O,{isEnabled:function(){return!!this.hot.getSettings().manualRowMove},enablePlugin:function(){var e=this,t=E.get(this),n=this.hot.getSettings().manualRowMove,o=this.loadManualRowPositions();this.handleElement=document.createElement("DIV"),this.handleElement.className=t.handleClassName,this.guideElement=document.createElement("DIV"),this.guideElement.className=t.guideClassName,this.addHook("modifyRow",function(t){return e.onModifyRow(t)}),this.addHook("afterRemoveRow",function(t,n){return e.onAfterRemoveRow(t,n)}),this.addHook("afterCreateRow",function(t,n){return e.onAfterCreateRow(t,n)}),this.addHook("init",function(){return e.onInit()}),this.registerEvents(),"undefined"!=typeof o?this.rowPositions=o:Array.isArray(n)?this.rowPositions=n:n&&void 0!==this.rowPositions||(this.rowPositions=[]),$traceurRuntime.superGet(this,T.prototype,"enablePlugin").call(this)},updatePlugin:function(){this.disablePlugin(),this.enablePlugin(),$traceurRuntime.superGet(this,T.prototype,"updatePlugin").call(this)},disablePlugin:function(){var e=this.hot.getSettings().manualRowMove;Array.isArray(e)&&(this.unregisterEvents(),this.rowPositions=[]),$traceurRuntime.superGet(this,T.prototype,"disablePlugin").call(this)},registerEvents:function(){var e=this;this.eventManager.addEventListener(this.hot.rootElement,"mouseover",function(t){return e.onMouseOver(t)}),this.eventManager.addEventListener(this.hot.rootElement,"mousedown",function(t){return e.onMouseDown(t)}),this.eventManager.addEventListener(window,"mousemove",function(t){return e.onMouseMove(t)}),this.eventManager.addEventListener(window,"mouseup",function(t){return e.onMouseUp(t)})},unregisterEvents:function(){this.eventManager.clear()},saveManualRowPositions:function(){h.hooks.run(this.hot,"persistentStateSave","manualRowPositions",this.rowPositions)},loadManualRowPositions:function(){var e={};return h.hooks.run(this.hot,"persistentStateLoad","manualRowPositions",e),e.value},completeSettingsArray:function(){var e=this,t=this.hot.countRows();this.rowPositions.length!==t&&C(0,t-1,function(t){-1===e.rowPositions.indexOf(t)&&e.rowPositions.push(t)})},setupHandlePosition:function(e){this.currentTH=e;var t=E.get(this),n=this.hot.view.wt.wtTable.getCoords(e).row,o=v(this.currentTH);if(n>=0){var r=this.currentTH.getBoundingClientRect();t.currentRow=n,t.startOffset=r.top,this.handleElement.style.top=t.startOffset+"px",this.handleElement.style.left=r.left+"px",this.handleElement.style.width=o+"px",this.hot.rootElement.appendChild(this.handleElement)}},refreshHandlePosition:function(e,t){var n=e.getBoundingClientRect(),o=6;t>0?this.handleElement.style.top=n.top+n.height-o+"px":this.handleElement.style.top=n.top+"px"},setupGuidePosition:function(){var e=this.currentTH.getBoundingClientRect(),t=E.get(this),n=parseInt(v(this.handleElement),10),o=parseInt(this.handleElement.style.left,10)+n,r=parseInt(this.hot.view.maximumVisibleElementWidth(0),10);m(this.handleElement,"active"),m(this.guideElement,"active"),this.guideElement.style.height=e.height+"px",this.guideElement.style.width=r-n+"px",this.guideElement.style.top=t.startOffset+"px",this.guideElement.style.left=o+"px",this.hot.rootElement.appendChild(this.guideElement)},refreshGuidePosition:function(e){var t=E.get(this);this.guideElement.style.top=t.startOffset+e+"px"},hideHandleAndGuide:function(){g(this.handleElement,"active"),g(this.guideElement,"active")},checkRowHeader:function(e){if(e!=this.hot.rootElement){var t=e.parentNode;return"TBODY"===t.tagName?!0:this.checkRowHeader(t)}return!1},createPositionData:function(e){var t=this.rowPositions;t.length<e&&C(t.length,e-1,function(e){t[e]=e})},getTHFromTargetElement:function(e){return"TABLE"!=e.tagName?"TH"==e.tagName?e:this.getTHFromTargetElement(e.parentNode):null},changeRowPositions:function(e,t){var n=Math.max(e,t);n>this.rowPositions.length-1&&this.createPositionData(n+1),this.rowPositions.splice(t,0,this.rowPositions.splice(e,1)[0])},getVisibleRowIndex:function(e){return e>this.rowPositions.length-1&&this.createPositionData(e),this.rowPositions.indexOf(e)},getLogicalRowIndex:function(e){return this.rowPositions[e]},onMouseOver:function(e){var t=E.get(this);if(this.checkRowHeader(e.target)){var n=this.getTHFromTargetElement(e.target);n&&(t.pressed?(t.endRow=this.hot.view.wt.wtTable.getCoords(n).row,this.refreshHandlePosition(n,t.endRow-t.startRow)):this.setupHandlePosition(n))}},onMouseDown:function(e){var t=E.get(this);p(e.target,t.handleClassName)&&(t.startY=M(e),this.setupGuidePosition(),t.pressed=this.hot,t.startRow=t.currentRow,t.endRow=t.currentRow)},onMouseMove:function(e){var t=E.get(this);t.pressed&&this.refreshGuidePosition(M(e)-t.startY)},onMouseUp:function(e){var t=E.get(this);t.pressed&&(this.hideHandleAndGuide(),t.pressed=!1,this.createPositionData(this.hot.countRows()),this.changeRowPositions(t.startRow,t.endRow),h.hooks.run(this.hot,"beforeRowMove",t.startRow,t.endRow),this.hot.forceFullRender=!0,this.hot.view.render(),this.saveManualRowPositions(),h.hooks.run(this.hot,"afterRowMove",t.startRow,t.endRow),this.setupHandlePosition(this.currentTH))},onModifyRow:function(e){return"undefined"==typeof this.getVisibleRowIndex(e)&&this.createPositionData(e+1),this.getLogicalRowIndex(e)},onAfterRemoveRow:function(e,t){if(this.isEnabled()){var n,o=this.rowPositions;n=o.splice(e,t),o=y(o,function(e,t){var o=e;return b(n,function(t,n){e>t&&o--}),o}),this.rowPositions=o}},onAfterCreateRow:function(e,t){if(this.isEnabled()){var n=this.rowPositions;if(n.length){for(var o=[],r=0;t>r;r++)o.push(e+r);e>=n.length?n.concat(o):(n=y(n,function(n,o){return n>=e?n+t:n}),n.splice.apply(n,[e,0].concat(o))),this.rowPositions=n}}},onInit:function(){this.completeSettingsArray()}},{},c),S("ManualRowMove",O),h.hooks.register("beforeRowMove"),h.hooks.register("afterRowMove")},{"_base.js":62,browser:23,eventManager:41,"helpers/array":42,"helpers/dom/element":46,"helpers/dom/event":47,"helpers/number":51,plugins:61}],84:[function(e,t,n){"use strict";Object.defineProperties(n,{ManualRowResize:{get:function(){return M}},__esModule:{value:!0}});var o,r,i,s,l,a,u,d,c=(o=e("browser"),o&&o.__esModule&&o||{"default":o})["default"],h=(r=e("_base.js"),r&&r.__esModule&&r||{"default":r})["default"],f=(i=e("helpers/dom/element"),i&&i.__esModule&&i||{"default":i}),m=f.addClass,p=f.hasClass,g=f.removeClass,v=f.outerWidth,w=(s=e("eventManager"),s&&s.__esModule&&s||{"default":s}).eventManager,b=(l=e("helpers/dom/event"),l&&l.__esModule&&l||{"default":l}),y=(b.pageX,b.pageY),C=(a=e("helpers/array"),a&&a.__esModule&&a||{"default":a}).arrayEach,_=(u=e("helpers/number"),u&&u.__esModule&&u||{"default":u}).rangeEach,R=(d=e("plugins"),d&&d.__esModule&&d||{"default":d}).registerPlugin,M=function(e){$traceurRuntime.superConstructor(S).call(this,e),this.currentTH=null,this.currentRow=null,this.selectedRows=[],this.currentHeight=null,this.newSize=null,this.startY=null,this.startHeight=null,this.startOffset=null,this.handle=document.createElement("DIV"),this.guide=document.createElement("DIV"),this.eventManager=w(this),this.pressed=null,this.dblclick=0,this.autoresizeTimeout=null,this.manualRowHeights=[],m(this.handle,"manualRowResizer"),m(this.guide,"manualRowResizerGuide")},S=M;$traceurRuntime.createClass(M,{isEnabled:function(){return this.hot.getSettings().manualRowResize},enablePlugin:function(){var e=this;if(!this.enabled){this.manualRowHeights=[];var t=this.hot.getSettings().manualRowResize,n=this.loadManualRowHeights();"undefined"!=typeof n?this.manualRowHeights=n:Array.isArray(t)?this.manualRowHeights=t:this.manualRowHeights=[],this.addHook("modifyRowHeight",function(t,n){return e.onModifyRowHeight(t,n)}),c.hooks.register("beforeRowResize"),c.hooks.register("afterRowResize"),this.bindEvents(),$traceurRuntime.superGet(this,S.prototype,"enablePlugin").call(this)}},updatePlugin:function(){var e=this.hot.getSettings().manualRowResize;Array.isArray(e)?this.manualRowHeights=e:e||(this.manualRowHeights=[])},disablePlugin:function(){$traceurRuntime.superGet(this,S.prototype,"disablePlugin").call(this)},saveManualRowHeights:function(){this.hot.runHooks("persistentStateSave","manualRowHeights",this.manualRowHeights)},loadManualRowHeights:function(){var e={};return this.hot.runHooks("persistentStateLoad","manualRowHeights",e),e.value},setupHandlePosition:function(e){var t=this;this.currentTH=e;var n=this.hot.view.wt.wtTable.getCoords(e).row,o=v(this.currentTH);if(n>=0){var r=this.currentTH.getBoundingClientRect();if(this.currentRow=n,this.selectedRows=[],this.hot.selection.isSelected()&&this.hot.selection.selectedHeader.rows){var i=this.hot.getSelectedRange(),s=i.from,l=i.to,a=s.row,u=l.row;a>=u&&(a=l.row,u=s.row),this.currentRow>=a&&this.currentRow<=u?_(a,u,function(e){return t.selectedRows.push(e)}):this.selectedRows.push(this.currentRow)}else this.selectedRows.push(this.currentRow);this.startOffset=r.top-6,this.startHeight=parseInt(r.height,10),this.handle.style.left=r.left+"px",this.handle.style.top=this.startOffset+this.startHeight+"px",this.handle.style.width=o+"px",this.hot.rootElement.appendChild(this.handle)}},refreshHandlePosition:function(){this.handle.style.top=this.startOffset+this.currentHeight+"px"},setupGuidePosition:function(){var e=parseInt(v(this.handle),10),t=parseInt(this.handle.style.left,10)+e,n=parseInt(this.hot.view.maximumVisibleElementWidth(0),10);m(this.handle,"active"),m(this.guide,"active"),this.guide.style.top=this.handle.style.top,this.guide.style.left=t+"px",this.guide.style.width=n-e+"px",this.hot.rootElement.appendChild(this.guide)},refreshGuidePosition:function(){this.guide.style.top=this.handle.style.top},hideHandleAndGuide:function(){g(this.handle,"active"),g(this.guide,"active")},checkIfRowHeader:function(e){if(e!=this.hot.rootElement){var t=e.parentNode;return"TBODY"===t.tagName?!0:this.checkIfRowHeader(t)}return!1},getTHFromTargetElement:function(e){return"TABLE"!=e.tagName?"TH"==e.tagName?e:this.getTHFromTargetElement(e.parentNode):null},onMouseOver:function(e){if(this.checkIfRowHeader(e.target)){var t=this.getTHFromTargetElement(e.target);t&&(this.pressed||this.setupHandlePosition(t))}},afterMouseDownTimeout:function(){var e=this,t=function(){e.hot.forceFullRender=!0,e.hot.view.render(),e.hot.view.wt.wtOverlays.adjustElementsSize(!0)},n=function(n,o){var r=e.hot.runHooks("beforeRowResize",n,e.newSize,!0);void 0!==r&&(e.newSize=r),e.setManualSize(n,e.newSize),o&&t(),e.hot.runHooks("afterRowResize",n,e.newSize,!0)};if(this.dblclick>=2){var o=this.selectedRows.length;o>1?(C(this.selectedRows,function(e){n(e)}),t()):C(this.selectedRows,function(e){n(e,!0)})}this.dblclick=0,this.autoresizeTimeout=null},onMouseDown:function(e){var t=this;p(e.target,"manualRowResizer")&&(this.setupGuidePosition(),this.pressed=this.hot,null==this.autoresizeTimeout&&(this.autoresizeTimeout=setTimeout(function(){return t.afterMouseDownTimeout()},500),this.hot._registerTimeout(this.autoresizeTimeout)),this.dblclick++,this.startY=y(e),this.newSize=this.startHeight)},onMouseMove:function(e){var t=this;this.pressed&&(this.currentHeight=this.startHeight+(y(e)-this.startY),C(this.selectedRows,function(e){t.newSize=t.setManualSize(e,t.currentHeight)}),this.refreshHandlePosition(),this.refreshGuidePosition())},onMouseUp:function(e){var t=this,n=function(){t.hot.forceFullRender=!0,t.hot.view.render(),t.hot.view.wt.wtOverlays.adjustElementsSize(!0)},o=function(e,o){t.hot.runHooks("beforeRowResize",e,t.newSize),o&&n(),t.saveManualRowHeights(),t.hot.runHooks("afterRowResize",e,t.newSize)};if(this.pressed){if(this.hideHandleAndGuide(),this.pressed=!1,this.newSize!=this.startHeight){var r=this.selectedRows.length;r>1?(C(this.selectedRows,function(e){o(e)}),n()):C(this.selectedRows,function(e){o(e,!0)})}this.setupHandlePosition(this.currentTH)}},bindEvents:function(){var e=this;this.eventManager.addEventListener(this.hot.rootElement,"mouseover",function(t){return e.onMouseOver(t)}),this.eventManager.addEventListener(this.hot.rootElement,"mousedown",function(t){return e.onMouseDown(t)}),this.eventManager.addEventListener(window,"mousemove",function(t){return e.onMouseMove(t)}),this.eventManager.addEventListener(window,"mouseup",function(t){return e.onMouseUp(t)})},setManualSize:function(e,t){return e=this.hot.runHooks("modifyRow",e),this.manualRowHeights[e]=t,t},onModifyRowHeight:function(e,t){if(this.enabled){var n=this.hot.getPlugin("autoRowSize"),o=n?n.heights[t]:null;t=this.hot.runHooks("modifyRow",t);var r=this.manualRowHeights[t];if(void 0!==r&&(r===o||r>(e||0)))return r}return e}},{},h),R("manualRowResize",M)},{"_base.js":62,browser:23,eventManager:41,"helpers/array":42,"helpers/dom/element":46,"helpers/dom/event":47,"helpers/number":51,plugins:61}],85:[function(e,t,n){"use strict";function o(){var e=[];return e.getInfo=function(e,t){for(var n=0,o=this.length;o>n;n++)if(this[n].row<=e&&this[n].row+this[n].rowspan-1>=e&&this[n].col<=t&&this[n].col+this[n].colspan-1>=t)return this[n]},e.setInfo=function(e){for(var t=0,n=this.length;n>t;t++)if(this[t].row===e.row&&this[t].col===e.col)return void(this[t]=e);this.push(e)},e.removeInfo=function(e,t){for(var n=0,o=this.length;o>n;n++)if(this[n].row===e&&this[n].col===t){this.splice(n,1);break}},e}function r(e){if(this.mergedCellInfoCollection=new o,Array.isArray(e))for(var t=0,n=e.length;n>t;t++)this.mergedCellInfoCollection.setInfo(e[t])}function i(e,t){var n=this.getSettings().mergeCells;if(n&&!this.selection.isMultiple()){var o=this.mergeCells.mergedCellInfoCollection.getInfo(e[0],e[1]);o&&(e[0]=o.row,e[1]=o.col,e[2]=o.row+o.rowspan-1,e[3]=o.col+o.colspan-1)}}function s(e,t){this.mergeCells&&this.mergeCells.shiftCollection("right",e,t)}function l(e,t){this.mergeCells&&this.mergeCells.shiftCollection("left",e,t)}function a(e,t){this.mergeCells&&this.mergeCells.shiftCollection("down",e,t)}function u(e,t){this.mergeCells&&this.mergeCells.shiftCollection("up",e,t)}Object.defineProperties(n,{MergeCells:{get:function(){return r}},__esModule:{value:!0}});var d,c,h,f,m,p,g=(d=e("browser"),d&&d.__esModule&&d||{"default":d})["default"],v=((c=e("plugins"),c&&c.__esModule&&c||{"default":c}).registerPlugin,(h=e("helpers/dom/event"),h&&h.__esModule&&h||{"default":h}).stopImmediatePropagation),w=(f=e("3rdparty/walkontable/src/cell/coords"),f&&f.__esModule&&f||{"default":f}).WalkontableCellCoords,b=(m=e("3rdparty/walkontable/src/cell/range"),m&&m.__esModule&&m||{"default":m}).WalkontableCellRange,y=(p=e("3rdparty/walkontable/src/table"),p&&p.__esModule&&p||{"default":p}).WalkontableTable;r.prototype.canMergeRange=function(e){return!e.isSingle()},r.prototype.mergeRange=function(e){if(this.canMergeRange(e)){var t=e.getTopLeftCorner(),n=e.getBottomRightCorner(),o={};o.row=t.row,o.col=t.col,o.rowspan=n.row-t.row+1,o.colspan=n.col-t.col+1,this.mergedCellInfoCollection.setInfo(o)}},r.prototype.mergeOrUnmergeSelection=function(e){var t=this.mergedCellInfoCollection.getInfo(e.from.row,e.from.col);t?this.unmergeSelection(e.from):this.mergeSelection(e)},r.prototype.mergeSelection=function(e){this.mergeRange(e)},r.prototype.unmergeSelection=function(e){var t=this.mergedCellInfoCollection.getInfo(e.row,e.col);this.mergedCellInfoCollection.removeInfo(t.row,t.col)},r.prototype.applySpanProperties=function(e,t,n){var o=this.mergedCellInfoCollection.getInfo(t,n);o?o.row===t&&o.col===n?(e.setAttribute("rowspan",o.rowspan),e.setAttribute("colspan",o.colspan)):(e.removeAttribute("rowspan"),e.removeAttribute("colspan"),e.style.display="none"):(e.removeAttribute("rowspan"),e.removeAttribute("colspan"))},r.prototype.modifyTransform=function(e,t,n){var o=function(e,t){return t.row>=e.row&&t.row<=e.row+e.rowspan-1},r=function(e,t){return t.col>=e.col&&t.col<=e.col+e.colspan-1},i=function(e){return new w(t.to.row+e.row,t.to.col+e.col)},s={row:n.row,col:n.col};if("modifyTransformStart"==e){this.lastDesiredCoords||(this.lastDesiredCoords=new w(null,null));for(var l,a=new w(t.highlight.row,t.highlight.col),u=this.mergedCellInfoCollection.getInfo(a.row,a.col),d=0,c=this.mergedCellInfoCollection.length;c>d;d++){var h=this.mergedCellInfoCollection[d];if(h=new w(h.row+h.rowspan-1,h.col+h.colspan-1),t.includes(h)){l=!0;break}}if(u){var f=new w(u.row,u.col),m=new w(u.row+u.rowspan-1,u.col+u.colspan-1),p=new b(f,f,m);p.includes(this.lastDesiredCoords)||(this.lastDesiredCoords=new w(null,null)),s.row=this.lastDesiredCoords.row?this.lastDesiredCoords.row-a.row:s.row,s.col=this.lastDesiredCoords.col?this.lastDesiredCoords.col-a.col:s.col,n.row>0?s.row=u.row+u.rowspan-1-a.row+n.row:n.row<0&&(s.row=a.row-u.row+n.row),n.col>0?s.col=u.col+u.colspan-1-a.col+n.col:n.col<0&&(s.col=a.col-u.col+n.col)}var g=new w(t.highlight.row+s.row,t.highlight.col+s.col),v=this.mergedCellInfoCollection.getInfo(g.row,g.col);v&&(this.lastDesiredCoords=g,s={row:v.row-a.row,col:v.col-a.col})}else if("modifyTransformEnd"==e)for(var d=0,c=this.mergedCellInfoCollection.length;c>d;d++){var y=this.mergedCellInfoCollection[d],f=new w(y.row,y.col),m=new w(y.row+y.rowspan-1,y.col+y.colspan-1),C=new b(f,f,m),_=t.getBordersSharedWith(C);if(C.isEqual(t))t.setDirection("NW-SE");else if(_.length>0){var R=t.highlight.isEqual(C.from);_.indexOf("top")>-1?t.to.isSouthEastOf(C.from)&&R?t.setDirection("NW-SE"):t.to.isSouthWestOf(C.from)&&R&&t.setDirection("NE-SW"):_.indexOf("bottom")>-1&&(t.to.isNorthEastOf(C.from)&&R?t.setDirection("SW-NE"):t.to.isNorthWestOf(C.from)&&R&&t.setDirection("SE-NW"))}var g=i(s),M=o(y,g),S=r(y,g);t.includesRange(C)&&(C.includes(g)||M||S)&&(M&&(s.row<0?s.row-=y.rowspan-1:s.row>0&&(s.row+=y.rowspan-1)),S&&(s.col<0?s.col-=y.colspan-1:s.col>0&&(s.col+=y.colspan-1)))}0!==s.row&&(n.row=s.row),0!==s.col&&(n.col=s.col)},r.prototype.shiftCollection=function(e,t,n){var o=[0,0];switch(e){case"right":o[0]+=1;break;case"left":o[0]-=1;break;case"down":o[1]+=1;break;case"up":o[1]-=1}for(var r=0;r<this.mergedCellInfoCollection.length;r++){var i=this.mergedCellInfoCollection[r];"right"===e||"left"===e?t<=i.col&&(i.col+=o[0]):t<=i.row&&(i.row+=o[1])}};var C=function(){var e=this,t=e.getSettings().mergeCells;t&&(e.mergeCells||(e.mergeCells=new r(t)))},_=function(){var e=this;e.mergeCells&&(e.view.wt.wtTable.getCell=function(t){if(e.getSettings().mergeCells){var n=e.mergeCells.mergedCellInfoCollection.getInfo(t.row,t.col);n&&(t=n)}return y.prototype.getCell.call(this,t)})},R=function(){var e=this,t=e.getSettings().mergeCells;if(t)if(e.mergeCells){if(e.mergeCells.mergedCellInfoCollection=new o,Array.isArray(t))for(var n=0,i=t.length;i>n;n++)e.mergeCells.mergedCellInfoCollection.setInfo(t[n])}else e.mergeCells=new r(t);else e.mergeCells&&(e.mergeCells.mergedCellInfoCollection=new o)},M=function(e){if(this.mergeCells){var t=(e.ctrlKey||e.metaKey)&&!e.altKey;t&&77===e.keyCode&&(this.mergeCells.mergeOrUnmergeSelection(this.getSelectedRange()),this.render(),v(e))}},S=function(e){this.getSettings().mergeCells&&(e.items.push(g.plugins.ContextMenu.SEPARATOR),e.items.push({key:"mergeCells",name:function(){var e=this.getSelected(),t=this.mergeCells.mergedCellInfoCollection.getInfo(e[0],e[1]);return t?"Unmerge cells":"Merge cells"},callback:function(){this.mergeCells.mergeOrUnmergeSelection(this.getSelectedRange()),this.render()},disabled:function(){return!1}}))},E=function(e,t,n,o,r,i){this.mergeCells&&this.mergeCells.applySpanProperties(e,t,n)},O=function(e){return function(t){var n=this.getSettings().mergeCells;if(n){var o=this.getSelectedRange();if(this.mergeCells.modifyTransform(e,o,t),"modifyTransformEnd"===e){var r=this.countRows(),i=this.countCols();o.from.row<0?o.from.row=0:o.from.row>0&&o.from.row>=r&&(o.from.row=o.from-1),o.from.col<0?o.from.col=0:o.from.col>0&&o.from.col>=i&&(o.from.col=i-1)}}}},T=function(e){this.lastDesiredCoords=null;var t=this.getSettings().mergeCells;if(t){var n=this.getSelectedRange();n.highlight=new w(n.highlight.row,n.highlight.col),n.to=e;var o=!1;do{o=!1;for(var r=0,i=this.mergeCells.mergedCellInfoCollection.length;i>r;r++){var s=this.mergeCells.mergedCellInfoCollection[r],l=new w(s.row,s.col),a=new w(s.row+s.rowspan-1,s.col+s.colspan-1),u=new b(l,l,a);n.expandByRange(u)&&(e.row=n.to.row,e.col=n.to.col,o=!0)}}while(o)}},k=function(e,t){if(t&&"area"==t){var n=this.getSettings().mergeCells;if(n)for(var o=this.getSelectedRange(),r=new b(o.from,o.from,o.from),i=new b(o.to,o.to,o.to),s=0,l=this.mergeCells.mergedCellInfoCollection.length;l>s;s++){var a=this.mergeCells.mergedCellInfoCollection[s],u=new w(a.row,a.col),d=new w(a.row+a.rowspan-1,a.col+a.colspan-1),c=new b(u,u,d);r.expandByRange(c)&&(e[0]=r.from.row,e[1]=r.from.col),i.expandByRange(c)&&(e[2]=i.from.row,e[3]=i.from.col)}}},A=function(e,t,n){var o=this.getSettings().mergeCells;if(o){var r=this.mergeCells.mergedCellInfoCollection.getInfo(e,t);!r||r.row==e&&r.col==t||(n.copyable=!1)}},H=function(e){var t=this.getSettings().mergeCells;if(t)for(var n,o=this.countCols(),r=0;o>r;r++){if(n=this.mergeCells.mergedCellInfoCollection.getInfo(e.startRow,r),n&&n.row<e.startRow)return e.startRow=n.row,H.call(this,e);if(n=this.mergeCells.mergedCellInfoCollection.getInfo(e.endRow,r)){var i=n.row+n.rowspan-1;if(i>e.endRow)return e.endRow=i,H.call(this,e)}}},P=function(e){var t=this.getSettings().mergeCells;if(t)for(var n,o=this.countRows(),r=0;o>r;r++){if(n=this.mergeCells.mergedCellInfoCollection.getInfo(r,e.startColumn),n&&n.col<e.startColumn)return e.startColumn=n.col,P.call(this,e);if(n=this.mergeCells.mergedCellInfoCollection.getInfo(r,e.endColumn)){var i=n.col+n.colspan-1;if(i>e.endColumn)return e.endColumn=i,P.call(this,e)}}},x=function(e){if(e&&this.mergeCells){var t=this.mergeCells.mergedCellInfoCollection,n=this.getSelectedRange();
for(var o in t)if(n.highlight.row==t[o].row&&n.highlight.col==t[o].col&&n.to.row==t[o].row+t[o].rowspan-1&&n.to.col==t[o].col+t[o].colspan-1)return!1}return e};g.hooks.add("beforeInit",C),g.hooks.add("afterInit",_),g.hooks.add("afterUpdateSettings",R),g.hooks.add("beforeKeyDown",M),g.hooks.add("modifyTransformStart",O("modifyTransformStart")),g.hooks.add("modifyTransformEnd",O("modifyTransformEnd")),g.hooks.add("beforeSetRangeEnd",T),g.hooks.add("beforeDrawBorders",k),g.hooks.add("afterIsMultipleSelection",x),g.hooks.add("afterRenderer",E),g.hooks.add("afterContextMenuDefaultOptions",S),g.hooks.add("afterGetCellMeta",A),g.hooks.add("afterViewportRowCalculatorOverride",H),g.hooks.add("afterViewportColumnCalculatorOverride",P),g.hooks.add("afterAutofillApplyValues",i),g.hooks.add("afterCreateCol",s),g.hooks.add("afterRemoveCol",l),g.hooks.add("afterCreateRow",a),g.hooks.add("afterRemoveRow",u),g.MergeCells=r},{"3rdparty/walkontable/src/cell/coords":5,"3rdparty/walkontable/src/cell/range":6,"3rdparty/walkontable/src/table":20,browser:23,"helpers/dom/event":47,plugins:61}],86:[function(e,t,n){"use strict";Object.defineProperties(n,{MultipleSelectionHandles:{get:function(){return v}},__esModule:{value:!0}});var o,r,i,s,l,a,u=((o=e("browser"),o&&o.__esModule&&o||{"default":o})["default"],r=e("helpers/dom/element"),r&&r.__esModule&&r||{"default":r}),d=u.getWindowScrollTop,c=u.hasClass,h=u.getWindowScrollLeft,f=(i=e("helpers/browser"),i&&i.__esModule&&i||{"default":i}).isMobileBrowser,m=(s=e("_base"),s&&s.__esModule&&s||{"default":s})["default"],p=(l=e("eventManager"),l&&l.__esModule&&l||{"default":l}).EventManager,g=(a=e("plugins"),a&&a.__esModule&&a||{"default":a}).registerPlugin,v=function(e){$traceurRuntime.superConstructor(w).call(this,e),this.dragged=[],this.eventManager=null,this.lastSetCell=null},w=v;$traceurRuntime.createClass(v,{isEnabled:function(){return f()},enablePlugin:function(){this.enabled||(this.eventManager||(this.eventManager=new p(this)),this.registerListeners(),$traceurRuntime.superGet(this,w.prototype,"enablePlugin").call(this))},registerListeners:function(){function e(e){if(1===t.dragged.length)return t.dragged.splice(0,t.dragged.length),!0;var n=t.dragged.indexOf(e);return-1==n?!1:void(0===n?t.dragged=t.dragged.slice(0,1):1==n&&(t.dragged=t.dragged.slice(-1)))}var t=this;this.eventManager.addEventListener(this.hot.rootElement,"touchstart",function(e){var n;return c(e.target,"topLeftSelectionHandle-HitArea")?(n=t.hot.getSelectedRange(),t.dragged.push("topLeft"),t.touchStartRange={width:n.getWidth(),height:n.getHeight(),direction:n.getDirection()},e.preventDefault(),!1):c(e.target,"bottomRightSelectionHandle-HitArea")?(n=t.hot.getSelectedRange(),t.dragged.push("bottomRight"),t.touchStartRange={width:n.getWidth(),height:n.getHeight(),direction:n.getDirection()},e.preventDefault(),!1):void 0}),this.eventManager.addEventListener(this.hot.rootElement,"touchend",function(n){return c(n.target,"topLeftSelectionHandle-HitArea")?(e.call(t,"topLeft"),t.touchStartRange=void 0,n.preventDefault(),!1):c(n.target,"bottomRightSelectionHandle-HitArea")?(e.call(t,"bottomRight"),t.touchStartRange=void 0,n.preventDefault(),!1):void 0}),this.eventManager.addEventListener(this.hot.rootElement,"touchmove",function(e){var n,o,r,i,s,l,a,u=d(),c=h();0!==t.dragged.length&&(n=document.elementFromPoint(e.touches[0].screenX-c,e.touches[0].screenY-u),n&&n!==t.lastSetCell&&("TD"!=n.nodeName&&"TH"!=n.nodeName||(o=t.hot.getCoords(n),-1==o.col&&(o.col=0),r=t.hot.getSelectedRange(),i=r.getWidth(),s=r.getHeight(),l=r.getDirection(),1==i&&1==s&&t.hot.selection.setRangeEnd(o),a=t.getCurrentRangeCoords(r,o,t.touchStartRange.direction,l,t.dragged[0]),null!==a.start&&t.hot.selection.setRangeStart(a.start),t.hot.selection.setRangeEnd(a.end),t.lastSetCell=n),e.preventDefault()))})},getCurrentRangeCoords:function(e,t,n,o,r){var i=e.getTopLeftCorner(),s=e.getBottomRightCorner(),l=e.getBottomLeftCorner(),a=e.getTopRightCorner(),u={start:null,end:null};switch(n){case"NE-SW":switch(o){case"NE-SW":case"NW-SE":u="topLeft"==r?{start:new WalkontableCellCoords(t.row,e.highlight.col),end:new WalkontableCellCoords(l.row,t.col)}:{start:new WalkontableCellCoords(e.highlight.row,t.col),end:new WalkontableCellCoords(t.row,i.col)};break;case"SE-NW":"bottomRight"==r&&(u={start:new WalkontableCellCoords(s.row,t.col),end:new WalkontableCellCoords(t.row,i.col)})}break;case"NW-SE":switch(o){case"NE-SW":"topLeft"==r?u={start:t,end:l}:u.end=t;break;case"NW-SE":"topLeft"==r?u={start:t,end:s}:u.end=t;break;case"SE-NW":"topLeft"==r?u={start:t,end:i}:u.end=t;break;case"SW-NE":"topLeft"==r?u={start:t,end:a}:u.end=t}break;case"SW-NE":switch(o){case"NW-SE":u="bottomRight"==r?{start:new WalkontableCellCoords(t.row,i.col),end:new WalkontableCellCoords(l.row,t.col)}:{start:new WalkontableCellCoords(i.row,t.col),end:new WalkontableCellCoords(t.row,s.col)};break;case"SW-NE":u="topLeft"==r?{start:new WalkontableCellCoords(e.highlight.row,t.col),end:new WalkontableCellCoords(t.row,s.col)}:{start:new WalkontableCellCoords(t.row,i.col),end:new WalkontableCellCoords(i.row,t.col)};break;case"SE-NW":"bottomRight"==r?u={start:new WalkontableCellCoords(t.row,a.col),end:new WalkontableCellCoords(i.row,t.col)}:"topLeft"==r&&(u={start:l,end:t})}break;case"SE-NW":switch(o){case"NW-SE":case"NE-SW":case"SW-NE":"topLeft"==r&&(u.end=t);break;case"SE-NW":"topLeft"==r?u.end=t:u={start:t,end:i}}}return u},isDragged:function(){return this.dragged.length>0}},{},m),g("multipleSelectionHandles",v)},{_base:62,browser:23,eventManager:41,"helpers/browser":43,"helpers/dom/element":46,plugins:61}],87:[function(e,t,n){"use strict";Object.defineProperties(n,{DataObserver:{get:function(){return c}},__esModule:{value:!0}});var o,r,i,s,l=(o=e("jsonpatch"),o&&o.__esModule&&o||{"default":o})["default"],a=(r=e("../../mixins/localHooks"),r&&r.__esModule&&r||{"default":r}).localHooks,u=(i=e("../../helpers/object"),i&&i.__esModule&&i||{"default":i}).mixin,d=(s=e("utils"),s&&s.__esModule&&s||{"default":s}).cleanPatches,c=function(e){this.observedData=null,this.observer=null,this.paused=!1,this.setObservedData(e)};$traceurRuntime.createClass(c,{setObservedData:function(e){var t=this;this.observer&&l.unobserve(this.observedData,this.observer),this.observedData=e,this.observer=l.observe(this.observedData,function(e){return t.onChange(e)})},isPaused:function(){return this.paused},pause:function(){this.paused=!0},resume:function(){this.paused=!1},onChange:function(e){this.runLocalHooks("change",d(e))},destroy:function(){l.unobserve(this.observedData,this.observer),this.observedData=null,this.observer=null}},{}),u(c,a)},{"../../helpers/object":52,"../../mixins/localHooks":57,jsonpatch:"jsonpatch",utils:89}],88:[function(e,t,n){"use strict";Object.defineProperties(n,{ObserveChanges:{get:function(){return m}},__esModule:{value:!0}});var o,r,i,s,l,a,u=(o=e("browser"),o&&o.__esModule&&o||{"default":o})["default"],d=(r=e("_base"),r&&r.__esModule&&r||{"default":r})["default"],c=((i=e("jsonpatch"),i&&i.__esModule&&i||{"default":i})["default"],(s=e("dataObserver"),s&&s.__esModule&&s||{"default":s}).DataObserver),h=(l=e("helpers/array"),l&&l.__esModule&&l||{"default":l}).arrayEach,f=(a=e("plugins"),a&&a.__esModule&&a||{"default":a}).registerPlugin;u.hooks.register("afterChangesObserved");var m=function(e){$traceurRuntime.superConstructor(p).call(this,e),this.observer=null},p=m;$traceurRuntime.createClass(m,{isEnabled:function(){return this.hot.getSettings().observeChanges},enablePlugin:function(){var e=this;this.enabled||(this.observer||(this.observer=new c(this.hot.getSourceData()),this._exposePublicApi()),this.observer.addLocalHook("change",function(t){return e.onDataChange(t)}),this.addHook("afterCreateRow",function(){return e.onAfterTableAlter()}),this.addHook("afterRemoveRow",function(){return e.onAfterTableAlter()}),this.addHook("afterCreateCol",function(){return e.onAfterTableAlter()}),this.addHook("afterRemoveCol",function(){return e.onAfterTableAlter()}),this.addHook("afterChange",function(t,n){return e.onAfterTableAlter(n)}),this.addHook("afterLoadData",function(t){return e.onAfterLoadData(t)}),$traceurRuntime.superGet(this,p.prototype,"enablePlugin").call(this))},disablePlugin:function(){this.observer&&(this.observer.destroy(),this.observer=null,this._deletePublicApi()),$traceurRuntime.superGet(this,p.prototype,"disablePlugin").call(this)},onDataChange:function(e){var t=this;if(!this.observer.isPaused()){var n={add:function(e){isNaN(e.col)?t.hot.runHooks("afterCreateRow",e.row):t.hot.runHooks("afterCreateCol",e.col)},remove:function(e){isNaN(e.col)?t.hot.runHooks("afterRemoveRow",e.row,1):t.hot.runHooks("afterRemoveCol",e.col,1)},replace:function(e){t.hot.runHooks("afterChange",[e.row,e.col,null,e.value],"external")}};h(e,function(e){n[e.op]&&n[e.op](e)}),this.hot.render()}this.hot.runHooks("afterChangesObserved")},onAfterTableAlter:function(e){var t=this;"loadData"!==e&&(this.observer.pause(),this.hot.addHookOnce("afterChangesObserved",function(){return t.observer.resume()}))},onAfterLoadData:function(e){e||this.observer.setObservedData(this.hot.getSourceData())},destroy:function(){this.observer&&(this.observer.destroy(),this._deletePublicApi()),$traceurRuntime.superGet(this,p.prototype,"destroy").call(this)},_exposePublicApi:function(){var e=this,t=this.hot;t.pauseObservingChanges=function(){return e.observer.pause()},t.resumeObservingChanges=function(){return e.observer.resume()},t.isPausedObservingChanges=function(){return e.observer.isPaused()}},_deletePublicApi:function(){var e=this.hot;delete e.pauseObservingChanges,delete e.resumeObservingChanges,delete e.isPausedObservingChanges}},{},d),f("observeChanges",m)},{_base:62,browser:23,dataObserver:87,"helpers/array":42,jsonpatch:"jsonpatch",plugins:61}],89:[function(e,t,n){"use strict";function o(e){var t=[];return e=l(e,function(e){return/[\/]length/gi.test(e.path)?!1:!!r(e.path)}),e=a(e,function(e){var t=r(e.path);return e.row=t.row,e.col=t.col,e}),e=l(e,function(e){if(-1!==["add","remove"].indexOf(e.op)&&!isNaN(e.col)){if(-1!==t.indexOf(e.col))return!1;t.push(e.col)}return!0}),t.length=0,e}function r(e){var t=e.match(/^\/(\d+)\/?(.*)?$/);if(!t)return null;var n=t,o=n[1],r=n[2];return{row:parseInt(o,10),col:/^\d*$/.test(r)?parseInt(r,10):r}}Object.defineProperties(n,{cleanPatches:{get:function(){return o}},parsePath:{get:function(){return r}},__esModule:{value:!0}});var i,s=(i=e("../../helpers/array"),i&&i.__esModule&&i||{"default":i}),l=s.arrayFilter,a=s.arrayMap},{"../../helpers/array":42}],90:[function(e,t,n){"use strict";function o(e){var t,n=function(){window.localStorage[e+"__persistentStateKeys"]=JSON.stringify(t)},o=function(){var n=window.localStorage[e+"__persistentStateKeys"],o="string"==typeof n?JSON.parse(n):void 0;t=o?o:[]},r=function(){t=[],n()};o(),this.saveValue=function(o,r){window.localStorage[e+"_"+o]=JSON.stringify(r),-1==t.indexOf(o)&&(t.push(o),n())},this.loadValue=function(t,n){t="undefined"==typeof t?n:t;var o=window.localStorage[e+"_"+t];return"undefined"==typeof o?void 0:JSON.parse(o)},this.reset=function(t){window.localStorage.removeItem(e+"_"+t)},this.resetAll=function(){for(var n=0;n<t.length;n++)window.localStorage.removeItem(e+"_"+t[n]);r()}}function r(){function e(){var e=this;for(var t in r)r.hasOwnProperty(t)&&e.addHook(t,r[t])}function t(){var e=this;for(var t in r)r.hasOwnProperty(t)&&e.removeHook(t,r[t])}var n=this;this.init=function(){var r=this,i=r.getSettings().persistentState;return n.enabled=!!i,n.enabled?(r.storage||(r.storage=new o(r.rootElement.id)),r.resetState=n.resetValue,void e.call(r)):void t.call(r)},this.saveValue=function(e,t){var n=this;n.storage.saveValue(e,t)},this.loadValue=function(e,t){var n=this;t.value=n.storage.loadValue(e)},this.resetValue=function(e){var t=this;"undefined"==typeof e?t.storage.resetAll():t.storage.reset(e)};var r={persistentStateSave:n.saveValue,persistentStateLoad:n.loadValue,persistentStateReset:n.resetValue};for(var i in r)r.hasOwnProperty(i)&&l.hooks.register(i)}Object.defineProperties(n,{HandsontablePersistentState:{get:function(){return r}},__esModule:{value:!0}});var i,s,l=(i=e("browser"),i&&i.__esModule&&i||{"default":i})["default"],a=((s=e("plugins"),s&&s.__esModule&&s||{"default":s}).registerPlugin,new r);l.hooks.add("beforeInit",a.init),l.hooks.add("afterUpdateSettings",a.init)},{browser:23,plugins:61}],91:[function(e,t,n){"use strict";function o(){var e=this,t=!!e.getSettings().search;t?e.search=new l.Search(e):delete e.search}var r,i,s,l=(r=e("browser"),r&&r.__esModule&&r||{"default":r})["default"],a=(i=e("helpers/dom/element"),i&&i.__esModule&&i||{"default":i}),u=a.addClass,d=a.removeClass,c=(s=e("renderers"),s&&s.__esModule&&s||{"default":s}),h=c.registerRenderer,f=c.getRenderer;l.Search=function(e){this.query=function(t,n,o){var r=e.countRows(),i=e.countCols(),s=[];n||(n=l.Search.global.getDefaultCallback()),o||(o=l.Search.global.getDefaultQueryMethod());for(var a=0;r>a;a++)for(var u=0;i>u;u++){var d=e.getDataAtCell(a,u),c=e.getCellMeta(a,u),h=c.search.callback||n,f=c.search.queryMethod||o,m=f(t,d);if(m){var p={row:a,col:u,data:d};s.push(p)}h&&h(e,a,u,d,m)}return s}},l.Search.DEFAULT_CALLBACK=function(e,t,n,o,r){e.getCellMeta(t,n).isSearchResult=r},l.Search.DEFAULT_QUERY_METHOD=function(e,t){return"undefined"!=typeof e&&null!=e&&e.toLowerCase&&0!==e.length?"undefined"==typeof t||null==t?!1:-1!=t.toString().toLowerCase().indexOf(e.toLowerCase()):!1},l.Search.DEFAULT_SEARCH_RESULT_CLASS="htSearchResult",l.Search.global=function(){var e=l.Search.DEFAULT_CALLBACK,t=l.Search.DEFAULT_QUERY_METHOD,n=l.Search.DEFAULT_SEARCH_RESULT_CLASS;return{getDefaultCallback:function(){return e},setDefaultCallback:function(t){e=t},getDefaultQueryMethod:function(){return t},setDefaultQueryMethod:function(e){t=e},getDefaultSearchResultClass:function(){return n},setDefaultSearchResultClass:function(e){n=e}}}(),l.SearchCellDecorator=function(e,t,n,o,r,i,s){var a=null!==s.search&&"object"==typeof s.search&&s.search.searchResultClass||l.Search.global.getDefaultSearchResultClass();s.isSearchResult?u(t,a):d(t,a)};var m=f("base");h("base",function(e,t,n,o,r,i,s){m.apply(this,arguments),l.SearchCellDecorator.apply(this,arguments)}),l.hooks.add("afterInit",o),l.hooks.add("afterUpdateSettings",o)},{browser:23,"helpers/dom/element":46,renderers:94}],92:[function(e,t,n){"use strict";Object.defineProperties(n,{TouchScroll:{get:function(){return f}},__esModule:{value:!0}});var o,r,i,s,l=(o=e("browser"),o&&o.__esModule&&o||{"default":o})["default"],a=(r=e("helpers/dom/element"),r&&r.__esModule&&r||{"default":r}),u=a.addClass,d=a.removeClass,c=(i=e("_base"),i&&i.__esModule&&i||{"default":i})["default"],h=(s=e("plugins"),s&&s.__esModule&&s||{"default":s}).registerPlugin,f=function(e){var t=this;$traceurRuntime.superConstructor(m).call(this,e),this.hot.addHook("afterInit",function(){return t.afterInit()}),this.hot.addHook("afterUpdateSettings",function(){return t.onAfterUpdateSettings()}),this.scrollbars=[],this.clones=[]},m=f;$traceurRuntime.createClass(f,{afterInit:function(){this.registerEvents(),this.onAfterUpdateSettings()},onAfterUpdateSettings:function(){var e=this;this.hot.addHookOnce("afterRender",function(){var t=e.hot.view.wt.wtOverlays;e.scrollbars=[],e.scrollbars.push(t.topOverlay),t.bottomOverlay.clone&&e.scrollbars.push(t.bottomOverlay),e.scrollbars.push(t.leftOverlay),t.topLeftCornerOverlay&&e.scrollbars.push(t.topLeftCornerOverlay),t.bottomLeftCornerOverlay&&t.bottomLeftCornerOverlay.clone&&e.scrollbars.push(t.bottomLeftCornerOverlay),e.clones=[],t.topOverlay.needFullRender&&e.clones.push(t.topOverlay.clone.wtTable.holder.parentNode),t.bottomOverlay.needFullRender&&e.clones.push(t.bottomOverlay.clone.wtTable.holder.parentNode),t.leftOverlay.needFullRender&&e.clones.push(t.leftOverlay.clone.wtTable.holder.parentNode),t.topLeftCornerOverlay&&e.clones.push(t.topLeftCornerOverlay.clone.wtTable.holder.parentNode),t.bottomLeftCornerOverlay&&t.bottomLeftCornerOverlay.clone&&e.clones.push(t.bottomLeftCornerOverlay.clone.wtTable.holder.parentNode)})},registerEvents:function(){var e=this;this.hot.addHook("beforeTouchScroll",function(){return e.onBeforeTouchScroll()}),this.hot.addHook("afterMomentumScroll",function(){return e.onAfterMomentumScroll()})},onBeforeTouchScroll:function(){l.freezeOverlays=!0;for(var e=0,t=this.clones.length;t>e;e++)u(this.clones[e],"hide-tween")},onAfterMomentumScroll:function(){l.freezeOverlays=!1;for(var e=this,t=0,n=this.clones.length;n>t;t++)d(this.clones[t],"hide-tween");for(var o=0,r=this.clones.length;r>o;o++)u(this.clones[o],"show-tween");setTimeout(function(){for(var t=0,n=e.clones.length;n>t;t++)d(e.clones[t],"show-tween")},400);for(var i=0,s=this.scrollbars.length;s>i;i++)this.scrollbars[i].refresh(),this.scrollbars[i].resetFixedPosition();this.hot.view.wt.wtOverlays.syncScrollWithMaster()}},{},c),h("touchScroll",f)},{_base:62,browser:23,"helpers/dom/element":46,plugins:61}],93:[function(e,t,n){"use strict";function o(){var e=this,t="undefined"==typeof e.getSettings().undo||e.getSettings().undo;t?e.undoRedo||(e.undoRedo=new f.UndoRedo(e),s(e),e.addHook("beforeKeyDown",r),e.addHook("afterChange",i)):e.undoRedo&&(delete e.undoRedo,l(e),e.removeHook("beforeKeyDown",r),e.removeHook("afterChange",i))}function r(e){var t=this,n=(e.ctrlKey||e.metaKey)&&!e.altKey;n&&(89===e.keyCode||e.shiftKey&&90===e.keyCode?(t.undoRedo.redo(),b(e)):90===e.keyCode&&(t.undoRedo.undo(),b(e)))}function i(e,t){var n=this;return"loadData"==t?n.undoRedo.clear():void 0}function s(e){e.undo=function(){return e.undoRedo.undo()},e.redo=function(){return e.undoRedo.redo()},e.isUndoAvailable=function(){return e.undoRedo.isUndoAvailable()},e.isRedoAvailable=function(){return e.undoRedo.isRedoAvailable()},e.clearUndo=function(){return e.undoRedo.clear()}}function l(e){delete e.undo,delete e.redo,delete e.isUndoAvailable,delete e.isRedoAvailable,delete e.clearUndo}var a,u,d,c,h,f=(a=e("browser"),a&&a.__esModule&&a||{"default":a})["default"],m=(u=e("helpers/array"),u&&u.__esModule&&u||{"default":u}).arrayMap,p=(d=e("helpers/number"),d&&d.__esModule&&d||{"default":d}).rangeEach,g=(c=e("helpers/object"),c&&c.__esModule&&c||{"default":c}),v=g.inherit,w=g.deepClone,b=(h=e("helpers/dom/event"),h&&h.__esModule&&h||{"default":h}).stopImmediatePropagation;f.UndoRedo=function(e){var t=this;this.instance=e,this.doneActions=[],this.undoneActions=[],this.ignoreNewActions=!1,e.addHook("afterChange",function(e,n){if(e){var o=new f.UndoRedo.ChangeAction(e);t.done(o)}}),e.addHook("afterCreateRow",function(e,n,o){if(!o){var r=new f.UndoRedo.CreateRowAction(e,n);t.done(r)}}),e.addHook("beforeRemoveRow",function(e,n){var o=t.instance.getSourceData();e=(o.length+e)%o.length;var r=o.slice(e,e+n),i=new f.UndoRedo.RemoveRowAction(e,r);t.done(i)}),e.addHook("afterCreateCol",function(e,n,o){if(!o){var r=new f.UndoRedo.CreateColumnAction(e,n);t.done(r)}}),e.addHook("beforeRemoveCol",function(n,o){var r=t.instance.getData();n=(t.instance.countCols()+n)%t.instance.countCols();var i=[],s=[],l=[];p(0,r.length-1,function(e){i[e]=r[e].slice(n,n+o)}),p(0,o-1,function(t){l.push(e.runHooks("modifyCol",n+t))}),Array.isArray(e.getSettings().colHeaders)&&p(0,o-1,function(t){s.push(e.getSettings().colHeaders[e.runHooks("modifyCol",n+t)]||null)});var a=t.instance.getPlugin("manualColumnMove"),u=new f.UndoRedo.RemoveColumnAction(l,i,s,a?a.columnPositions:[]);t.done(u)}),e.addHook("beforeCellAlignment",function(e,n,o,r){var i=new f.UndoRedo.CellAlignmentAction(e,n,o,r);t.done(i)}),e.addHook("beforeFilter",function(e){t.done(new f.UndoRedo.FiltersAction(e))})},f.UndoRedo.prototype.done=function(e){this.ignoreNewActions||(this.doneActions.push(e),this.undoneActions.length=0)},f.UndoRedo.prototype.undo=function(){if(this.isUndoAvailable()){var e=this.doneActions.pop();this.ignoreNewActions=!0;var t=this;e.undo(this.instance,function(){t.ignoreNewActions=!1,t.undoneActions.push(e)})}},f.UndoRedo.prototype.redo=function(){if(this.isRedoAvailable()){var e=this.undoneActions.pop();this.ignoreNewActions=!0;var t=this;e.redo(this.instance,function(){t.ignoreNewActions=!1,t.doneActions.push(e)})}},f.UndoRedo.prototype.isUndoAvailable=function(){return this.doneActions.length>0},f.UndoRedo.prototype.isRedoAvailable=function(){return this.undoneActions.length>0},f.UndoRedo.prototype.clear=function(){this.doneActions.length=0,this.undoneActions.length=0},f.UndoRedo.Action=function(){},f.UndoRedo.Action.prototype.undo=function(){},f.UndoRedo.Action.prototype.redo=function(){},f.UndoRedo.ChangeAction=function(e){this.changes=e},v(f.UndoRedo.ChangeAction,f.UndoRedo.Action),f.UndoRedo.ChangeAction.prototype.undo=function(e,t){for(var n=w(this.changes),o=e.countEmptyRows(!0),r=e.countEmptyCols(!0),i=0,s=n.length;s>i;i++)n[i].splice(3,1);e.addHookOnce("afterChange",t),e.setDataAtRowProp(n,null,null,"undo");for(var i=0,s=n.length;s>i;i++)e.getSettings().minSpareRows&&n[i][0]+1+e.getSettings().minSpareRows===e.countRows()&&o==e.getSettings().minSpareRows&&(e.alter("remove_row",parseInt(n[i][0]+1,10),e.getSettings().minSpareRows),e.undoRedo.doneActions.pop()),e.getSettings().minSpareCols&&n[i][1]+1+e.getSettings().minSpareCols===e.countCols()&&r==e.getSettings().minSpareCols&&(e.alter("remove_col",parseInt(n[i][1]+1,10),e.getSettings().minSpareCols),e.undoRedo.doneActions.pop())},f.UndoRedo.ChangeAction.prototype.redo=function(e,t){for(var n=w(this.changes),o=0,r=n.length;r>o;o++)n[o].splice(2,1);e.addHookOnce("afterChange",t),e.setDataAtRowProp(n,null,null,"redo")},f.UndoRedo.CreateRowAction=function(e,t){this.index=e,this.amount=t},v(f.UndoRedo.CreateRowAction,f.UndoRedo.Action),f.UndoRedo.CreateRowAction.prototype.undo=function(e,t){var n=e.countRows(),o=e.getSettings().minSpareRows;this.index>=n&&this.index-o<n&&(this.index-=o),e.addHookOnce("afterRemoveRow",t),e.alter("remove_row",this.index,this.amount)},f.UndoRedo.CreateRowAction.prototype.redo=function(e,t){e.addHookOnce("afterCreateRow",t),e.alter("insert_row",this.index+1,this.amount)},f.UndoRedo.RemoveRowAction=function(e,t){this.index=e,this.data=t},v(f.UndoRedo.RemoveRowAction,f.UndoRedo.Action),f.UndoRedo.RemoveRowAction.prototype.undo=function(e,t){var n=[this.index,0];Array.prototype.push.apply(n,this.data),Array.prototype.splice.apply(e.getSourceData(),n),e.addHookOnce("afterRender",t),e.render()},f.UndoRedo.RemoveRowAction.prototype.redo=function(e,t){e.addHookOnce("afterRemoveRow",t),e.alter("remove_row",this.index,this.data.length)},f.UndoRedo.CreateColumnAction=function(e,t){this.index=e,this.amount=t},v(f.UndoRedo.CreateColumnAction,f.UndoRedo.Action),f.UndoRedo.CreateColumnAction.prototype.undo=function(e,t){e.addHookOnce("afterRemoveCol",t),e.alter("remove_col",this.index,this.amount)},f.UndoRedo.CreateColumnAction.prototype.redo=function(e,t){e.addHookOnce("afterCreateCol",t),e.alter("insert_col",this.index+1,this.amount)},f.UndoRedo.CellAlignmentAction=function(e,t,n,o){this.stateBefore=e,this.range=t,this.type=n,this.alignment=o},f.UndoRedo.CellAlignmentAction.prototype.undo=function(e,t){if(e.getPlugin("contextMenu").isEnabled()){for(var n=this.range.from.row;n<=this.range.to.row;n++)for(var o=this.range.from.col;o<=this.range.to.col;o++)e.setCellMeta(n,o,"className",this.stateBefore[n][o]||" htLeft");e.addHookOnce("afterRender",t),e.render()}},f.UndoRedo.CellAlignmentAction.prototype.redo=function(e,t){e.getPlugin("contextMenu").isEnabled()&&(e.selectCell(this.range.from.row,this.range.from.col,this.range.to.row,this.range.to.col),e.getPlugin("contextMenu").executeCommand("alignment:"+this.alignment.replace("ht","").toLowerCase()),e.addHookOnce("afterRender",t),e.render())},f.UndoRedo.RemoveColumnAction=function(e,t,n,o){this.indexes=e,this.data=t,this.amount=this.data[0].length,this.headers=n,this.columnPositions=o.slice(0)},v(f.UndoRedo.RemoveColumnAction,f.UndoRedo.Action),f.UndoRedo.RemoveColumnAction.prototype.undo=function(e,t){var n,o=this,r=this.indexes.slice(0).sort(),i=function(e,t,n){return n[o.indexes.indexOf(r[t])]},s=[];p(0,this.data.length-1,function(e){s[e]=m(o.data[e],i)});var l=[];l=m(this.headers,i),p(0,this.data.length-1,function(t){n=e.getSourceDataAtRow(t),p(0,r.length-1,function(e){n.splice(r[e],0,s[t][e])})}),"undefined"!=typeof this.headers&&p(0,l.length-1,function(t){e.getSettings().colHeaders.splice(r[t],0,l[t])}),e.getPlugin("manualColumnMove")&&(e.getPlugin("manualColumnMove").columnPositions=this.columnPositions),e.addHookOnce("afterRender",t),e.render()},f.UndoRedo.RemoveColumnAction.prototype.redo=function(e,t){e.addHookOnce("afterRemoveCol",t),e.alter("remove_col",e.runHooks("unmodifyCol",this.indexes[0]),this.amount)},f.UndoRedo.FiltersAction=function(e){this.formulaStacks=e},v(f.UndoRedo.FiltersAction,f.UndoRedo.Action),f.UndoRedo.FiltersAction.prototype.undo=function(e,t){var n=e.getPlugin("filters");e.addHookOnce("afterRender",t),n.formulaCollection.importAllFormulas(this.formulaStacks.slice(0,this.formulaStacks.length-1)),n.filter()},f.UndoRedo.FiltersAction.prototype.redo=function(e,t){var n=e.getPlugin("filters");e.addHookOnce("afterRender",t),n.formulaCollection.importAllFormulas(this.formulaStacks),n.filter()},f.hooks.add("afterInit",o),f.hooks.add("afterUpdateSettings",o)},{browser:23,"helpers/array":42,"helpers/dom/event":47,"helpers/number":51,"helpers/object":52}],94:[function(e,t,n){"use strict";function o(e,t){var n;d[e]=t,n=u(e)+"Renderer",a.renderers[n]=t,a[n]=t,"base"===e&&(a.renderers.cellDecorator=t)}function r(e){if("function"==typeof e)return e;if("string"!=typeof e)throw Error('Only strings and functions can be passed as "renderer" parameter');if(!(e in d))throw Error('No editor registered under name "'+e+'"');return d[e]}function i(e){return e in d}Object.defineProperties(n,{registerRenderer:{get:function(){return o}},getRenderer:{get:function(){return r}},hasRenderer:{get:function(){return i}},__esModule:{value:!0}});var s,l,a=(s=e("browser"),s&&s.__esModule&&s||{"default":s})["default"],u=(l=e("helpers/string"),l&&l.__esModule&&l||{"default":l}).toUpperCaseFirst,d={};a.renderers=a.renderers||{},a.renderers.registerRenderer=o,a.renderers.getRenderer=r},{browser:23,"helpers/string":54}],95:[function(e,t,n){"use strict";function o(e,t,n,o,r,i,s){s.className&&(t.className?t.className=t.className+" "+s.className:t.className=s.className),s.readOnly&&l(t,s.readOnlyCellClassName),s.valid===!1&&s.invalidCellClassName?l(t,s.invalidCellClassName):a(t,s.invalidCellClassName),s.wordWrap===!1&&s.noWordWrapClassName&&l(t,s.noWordWrapClassName),!i&&s.placeholder&&l(t,s.placeholderCellClassName)}Object.defineProperties(n,{cellDecorator:{get:function(){return o}},__esModule:{value:!0}});var r,i,s=(r=e("helpers/dom/element"),r&&r.__esModule&&r||{"default":r}),l=s.addClass,a=s.removeClass,u=(i=e("renderers"),i&&i.__esModule&&i||{"default":i}).registerRenderer;u("base",o)},{"helpers/dom/element":46,renderers:94}],96:[function(e,t,n){"use strict";function o(e,t,n,o,r,i,s){var l=(g.cloneNode(!0),v.cloneNode(!0));if(f("text")(e,t,n,o,r,i,s),t.appendChild(l),u(t,"htAutocomplete"),t.firstChild||t.appendChild(document.createTextNode(String.fromCharCode(160))),!e.acArrowListener){var a=c(e);e.acArrowListener=function(r){d(r.target,"htAutocompleteArrow")&&e.view.wt.getSetting("onCellDblClick",null,new p(n,o),t)},a.addEventListener(e.rootElement,"mousedown",e.acArrowListener),e.addHookOnce("afterDestroy",function(){a.destroy()})}}Object.defineProperties(n,{autocompleteRenderer:{get:function(){return o}},__esModule:{value:!0}});var r,i,s,l,a=(r=e("helpers/dom/element"),r&&r.__esModule&&r||{"default":r}),u=a.addClass,d=a.hasClass,c=(a.empty,(i=e("eventManager"),i&&i.__esModule&&i||{"default":i}).eventManager),h=(s=e("renderers"),s&&s.__esModule&&s||{"default":s}),f=h.getRenderer,m=h.registerRenderer,p=(l=e("3rdparty/walkontable/src/cell/coords"),l&&l.__esModule&&l||{"default":l}).WalkontableCellCoords,g=document.createElement("DIV");g.className="htAutocompleteWrapper";var v=document.createElement("DIV");v.className="htAutocompleteArrow",v.appendChild(document.createTextNode(String.fromCharCode(9660)));m("autocomplete",o)},{"3rdparty/walkontable/src/cell/coords":5,eventManager:41,"helpers/dom/element":46,renderers:94}],97:[function(e,t,n){"use strict";function o(e,t,n,o,u,d,c){function h(e){var t=[S.SPACE,S.ENTER,S.DELETE,S.BACKSPACE];-1===t.indexOf(e.keyCode)||T(e)||p(function(){O(e),e.preventDefault()}),e.keyCode!==S.SPACE&&e.keyCode!==S.ENTER||f(),e.keyCode!==S.DELETE&&e.keyCode!==S.BACKSPACE||f(!1)}function f(){var e=void 0!==arguments[0]?arguments[0]:null;p(function(t){for(var n=0,o=t.length;o>n;n++){if(b(t[n],H)&&null===e)return;m(t[n],e)}})}function m(e){var t=void 0!==arguments[1]?arguments[1]:null;null===t?e.checked=!e.checked:e.checked=t,g.fireEvent(e,"change")}function p(t){var n=e.getSelectedRange();if(n)for(var o=n.getTopLeftCorner(),r=n.getBottomRightCorner(),i=o.row;i<=r.row;i++)for(var s=o.col;s<=r.col;s++){var l=e.getCell(i,s),a=e.getCellMeta(i,s),u=l.querySelectorAll("input[type=checkbox]");u.length>0&&!a.readOnly&&t(u)}}R("base").apply(this,arguments);var g=new C(e),_=r(),M=c.label,E=!1;if("undefined"==typeof c.checkedTemplate&&(c.checkedTemplate=!0),"undefined"==typeof c.uncheckedTemplate&&(c.uncheckedTemplate=!1),v(t),d===c.checkedTemplate||y(d,c.checkedTemplate)?_.checked=!0:d===c.uncheckedTemplate||y(d,c.uncheckedTemplate)?_.checked=!1:null===d?w(_,"noValue"):(_.style.display="none",w(_,H),E=!0),_.setAttribute("data-row",n),_.setAttribute("data-col",o),!E&&M){var P="";M.value?P="function"==typeof M.value?M.value.call(this,n,o,u,d):M.value:M.property&&(P=e.getDataAtRowProp(n,M.property));var x=i(P);"before"===M.position?x.appendChild(_):x.insertBefore(_,x.firstChild),_=x}t.appendChild(_),E&&t.appendChild(document.createTextNode("#bad-value#")),A.has(e)||(c.readOnly?g.addEventListener(e.rootElement,"click",s):(g.addEventListener(e.rootElement,"mouseup",function(t){return l(t,e)}),g.addEventListener(e.rootElement,"change",function(t){return a(t,e)})),A.set(e,!0)),k.has(e)||(k.set(e,!0),e.addHook("beforeKeyDown",h))}function r(){var e=document.createElement("input");return e.className="htCheckboxRendererInput",e.type="checkbox",e.setAttribute("autocomplete","off"),e.setAttribute("tabindex","-1"),e.cloneNode(!1)}function i(e){var t=document.createElement("label");return t.className="htCheckboxRendererLabel",t.appendChild(document.createTextNode(e)),t.cloneNode(!0)}function s(e){u(e.target)&&e.preventDefault()}function l(e,t){u(e.target)&&setTimeout(t.listen,10)}function a(e,t){if(!u(e.target))return!1;var n=parseInt(e.target.getAttribute("data-row"),10),o=parseInt(e.target.getAttribute("data-col"),10),r=t.getCellMeta(n,o);t.setDataAtCell(n,o,e.target.checked?r.checkedTemplate||!0:r.uncheckedTemplate||!1)}function u(e){return"INPUT"===e.tagName&&"checkbox"===e.getAttribute("type")}Object.defineProperties(n,{checkboxRenderer:{get:function(){return o}},__esModule:{value:!0}});var d,c,h,f,m,p,g=(d=e("helpers/dom/element"),d&&d.__esModule&&d||{"default":d}),v=g.empty,w=g.addClass,b=g.hasClass,y=(c=e("helpers/string"),c&&c.__esModule&&c||{"default":c}).equalsIgnoreCase,C=(h=e("eventManager"),h&&h.__esModule&&h||{"default":h}).EventManager,_=(f=e("renderers"),f&&f.__esModule&&f||{"default":f}),R=_.getRenderer,M=_.registerRenderer,S=(m=e("helpers/unicode"),m&&m.__esModule&&m||{"default":m}).KEY_CODES,E=(p=e("helpers/dom/event"),p&&p.__esModule&&p||{"default":p}),O=(E.stopPropagation,E.stopImmediatePropagation),T=E.isImmediatePropagationStopped,k=new WeakMap,A=new WeakMap,H="htBadValue";M("checkbox",o)},{eventManager:41,"helpers/dom/element":46,"helpers/dom/event":47,"helpers/string":54,"helpers/unicode":55,renderers:94}],98:[function(e,t,n){"use strict";function o(e,t,n,o,r,i,l){a("base").apply(this,arguments),null!==i&&void 0!==i||(i=""),s(t,i)}Object.defineProperties(n,{htmlRenderer:{get:function(){return o}},__esModule:{value:!0}});var r,i,s=(r=e("helpers/dom/element"),r&&r.__esModule&&r||{"default":r}).fastInnerHTML,l=(i=e("renderers"),
i&&i.__esModule&&i||{"default":i}),a=l.getRenderer,u=l.registerRenderer;u("html",o)},{"helpers/dom/element":46,renderers:94}],99:[function(e,t,n){"use strict";function o(e,t,n,o,r,i,s){if(c(i)){"undefined"!=typeof s.language&&l.language(s.language),i=l(i).format(s.format||"0");var a=s.className||"",d=a.length?a.split(" "):[];d.indexOf("htLeft")<0&&d.indexOf("htCenter")<0&&d.indexOf("htRight")<0&&d.indexOf("htJustify")<0&&d.push("htRight"),d.indexOf("htNumeric")<0&&d.push("htNumeric"),s.className=d.join(" ")}u("text")(e,t,n,o,r,i,s)}Object.defineProperties(n,{numericRenderer:{get:function(){return o}},__esModule:{value:!0}});var r,i,s,l=(r=e("numeral"),r&&r.__esModule&&r||{"default":r})["default"],a=(i=e("renderers"),i&&i.__esModule&&i||{"default":i}),u=a.getRenderer,d=a.registerRenderer,c=(s=e("helpers/number"),s&&s.__esModule&&s||{"default":s}).isNumeric;d("numeric",o)},{"helpers/number":51,numeral:"numeral",renderers:94}],100:[function(e,t,n){"use strict";function o(e,t,n,o,r,i,l){a("text").apply(this,arguments),i=t.innerHTML;var u,d=l.hashLength||i.length,c=l.hashSymbol||"*";for(u="";u.split(c).length-1<d;u+=c);s(t,u)}Object.defineProperties(n,{passwordRenderer:{get:function(){return o}},__esModule:{value:!0}});var r,i,s=(r=e("helpers/dom/element"),r&&r.__esModule&&r||{"default":r}).fastInnerHTML,l=(i=e("renderers"),i&&i.__esModule&&i||{"default":i}),a=l.getRenderer,u=l.registerRenderer;u("password",o)},{"helpers/dom/element":46,renderers:94}],101:[function(e,t,n){"use strict";function o(e,t,n,o,r,i,s){h("base").apply(this,arguments),!i&&s.placeholder&&(i=s.placeholder);var l=d(i);if(e.getSettings().trimWhitespace||(l=l.replace(/ /g,String.fromCharCode(160))),s.rendererTemplate){a(t);var c=document.createElement("TEMPLATE");c.setAttribute("bind","{{}}"),c.innerHTML=s.rendererTemplate,HTMLTemplateElement.decorate(c),c.model=e.getSourceDataAtRow(n),t.appendChild(c)}else u(t,l)}Object.defineProperties(n,{textRenderer:{get:function(){return o}},__esModule:{value:!0}});var r,i,s,l=(r=e("helpers/dom/element"),r&&r.__esModule&&r||{"default":r}),a=l.empty,u=l.fastInnerText,d=(i=e("helpers/mixed"),i&&i.__esModule&&i||{"default":i}).stringify,c=(s=e("renderers"),s&&s.__esModule&&s||{"default":s}),h=c.getRenderer,f=c.registerRenderer;f("text",o)},{"helpers/dom/element":46,"helpers/mixed":50,renderers:94}],102:[function(e,t,n){!function(e){"use strict";function t(e){return{configurable:!0,enumerable:!1,value:e,writable:!0}}function n(){return"__$"+Math.floor(1e9*Math.random())+"$"+ ++P+"$__"}function o(e){return I[e]}function r(){var e=n();return I[e]=!0,e}function i(e){return"object"==typeof e&&e instanceof a}function s(e){return i(e)?"symbol":typeof e}function l(e){var t=new a(e);if(!(this instanceof l))return t;throw new TypeError("Symbol cannot be new'ed")}function a(e){var t=n();S(this,L,{value:this}),S(this,x,{value:t}),S(this,D,{value:e}),d(this),N[t]=this}function u(e){var t=e[W];return t&&t.self===e?t:A(e)?(j.hash.value=B++,j.self.value=e,F.value=R(null,j),S(e,W,F),F.value):void 0}function d(e){return u(e),E.apply(this,arguments)}function c(e){return N[e]||I[e]}function h(e){return i(e)?e[x]:e}function f(e){for(var t=[],n=T(e),o=0;o<n.length;o++){var r=N[n[o]];r&&t.push(r)}return t}function m(t){return e.traceur&&e.traceur.options[t]}function p(e){for(var t=1;t<arguments.length;t++)for(var n=T(arguments[t]),o=0;o<n.length;o++){var r=n[o];c(r)||!function(t,n){S(e,n,{get:function(){return t[n]},enumerable:!0})}(arguments[t],n[o])}return e}function g(e){return null!=e&&("object"==typeof e||"function"==typeof e)}function v(e){if(null==e)throw _();return C(e)}function w(e){if(null==e)throw new TypeError("Value cannot be converted to an Object");return e}function b(e,t){e.Symbol||(e.Symbol=t,Object.getOwnPropertySymbols=f),e.Symbol.iterator||(e.Symbol.iterator=t("Symbol.iterator"))}function y(e){b(e,l),e.Reflect=e.Reflect||{},e.Reflect.global=e.Reflect.global||e}if(!e.$traceurRuntime){var C=Object,_=TypeError,R=C.create,M=C.defineProperties,S=C.defineProperty,E=C.freeze,O=C.getOwnPropertyDescriptor,T=C.getOwnPropertyNames,k=C.keys,A=Object.isExtensible,H=t,P=0,x=n(),D=n(),L=n(),N=R(null),I=R(null);S(l.prototype,"constructor",t(l)),S(l.prototype,"toString",H(function(){var e=this[L];if(!m("symbols"))return e[x];if(!e)throw TypeError("Conversion from symbol to string");var t=e[D];return void 0===t&&(t=""),"Symbol("+t+")"})),S(l.prototype,"valueOf",H(function(){var e=this[L];if(!e)throw TypeError("Conversion from symbol to string");return m("symbols")?e:e[x]})),S(a.prototype,"constructor",t(l)),S(a.prototype,"toString",{value:l.prototype.toString,enumerable:!1}),S(a.prototype,"valueOf",{value:l.prototype.valueOf,enumerable:!1});var W=r(),F={value:void 0},j={hash:{value:void 0},self:{value:void 0}},B=0;d(a.prototype),y(e),e.$traceurRuntime={checkObjectCoercible:w,createPrivateName:r,defineProperties:M,defineProperty:S,exportStar:p,getOwnHashObject:u,getOwnPropertyDescriptor:O,getOwnPropertyNames:T,isObject:g,isPrivateName:o,isSymbolString:c,keys:k,setupGlobals:y,toObject:v,toProperty:h,"typeof":s}}}(window),function(){"use strict";function e(){for(var e,n=[],o=0,r=0;r<arguments.length;r++){var i=$traceurRuntime.checkObjectCoercible(arguments[r]);"function"!=typeof i[t(Symbol.iterator)]&&(i[t(Symbol.iterator)]=function(){var e=this,t=e.length,n=0;return{next:function(){var o={done:!0};return t>n&&(o.done=!1,o.value=e[n],++n),o}}});for(var s=i[t(Symbol.iterator)]();!(e=s.next()).done;)n[o++]=e.value}return n}var t=$traceurRuntime.toProperty;$traceurRuntime.spread=e}(),function(){"use strict";function e(e,t){var n=p(e);do{var o=m(n,t);if(o)return o;n=p(n)}while(n)}function t(e){return e.__proto__}function n(e,t,n,r){return o(e,t,n).apply(e,r)}function o(t,n,o){var r=e(n,o);return r?r.get?r.get.call(t):r.value:void 0}function r(t,n,o,r){var i=e(n,o);if(i&&i.set)return i.set.call(t,r),r;throw d("super has no setter '"+o+"'.")}function i(e){for(var t={},n=w(e),o=0;o<n.length;o++){var r=n[o];t[r]=m(e,r)}for(var i=b(e),o=0;o<i.length;o++){var s=i[o];t[g(s)]=m(e,g(s))}return t}function s(e,t,n,o){return f(t,"constructor",{value:e,configurable:!0,enumerable:!1,writable:!0}),arguments.length>3?("function"==typeof o&&(e.__proto__=o),e.prototype=c(l(o),i(t))):e.prototype=t,f(e,"prototype",{configurable:!1,writable:!1}),h(e,i(n))}function l(e){if("function"==typeof e){var t=e.prototype;if(u(t)===t||null===t)return e.prototype;throw new d("super prototype must be an Object or null")}if(null===e)return null;throw new d("Super expression must either be null or a function, not "+typeof e+".")}function a(e,t,o){null!==p(t)&&n(e,t,"constructor",o)}var u=Object,d=TypeError,c=u.create,h=$traceurRuntime.defineProperties,f=$traceurRuntime.defineProperty,m=$traceurRuntime.getOwnPropertyDescriptor,p=Object.getPrototypeOf,g=$traceurRuntime.toProperty,v=Object,w=v.getOwnPropertyNames,b=v.getOwnPropertySymbols;$traceurRuntime.createClass=s,$traceurRuntime.defaultSuperCall=a,$traceurRuntime.superCall=n,$traceurRuntime.superConstructor=t,$traceurRuntime.superGet=o,$traceurRuntime.superSet=r}()},{}],103:[function(e,t,n){"use strict";function o(e){var t=this,n=this;this.eventManager=_(e),this.instance=e,this.settings=e.getSettings(),this.selectionMouseDown=!1;var o=e.rootElement.getAttribute("style");o&&e.rootElement.setAttribute("data-originalstyle",o),f(e.rootElement,"handsontable");var r=document.createElement("TABLE");f(r,"htCore"),e.getSettings().tableClassName&&f(r,e.getSettings().tableClassName),this.THEAD=document.createElement("THEAD"),r.appendChild(this.THEAD),this.TBODY=document.createElement("TBODY"),r.appendChild(this.TBODY),e.table=r,e.container.insertBefore(r,e.container.firstChild),this.eventManager.addEventListener(e.rootElement,"mousedown",function(e){this.selectionMouseDown=!0,n.isTextSelectionAllowed(e.target)||(s(),e.preventDefault(),window.focus())}),this.eventManager.addEventListener(e.rootElement,"mouseup",function(e){this.selectionMouseDown=!1}),this.eventManager.addEventListener(e.rootElement,"mousemove",function(e){this.selectionMouseDown&&!n.isTextSelectionAllowed(e.target)&&(s(),e.preventDefault())}),this.eventManager.addEventListener(document.documentElement,"keyup",function(t){e.selection.isInProgress()&&!t.shiftKey&&e.selection.finish()});var i;this.isMouseDown=function(){return i},this.eventManager.addEventListener(document.documentElement,"mouseup",function(t){e.selection.isInProgress()&&1===t.which&&e.selection.finish(),i=!1,C(document.activeElement)&&e.unlisten()}),this.eventManager.addEventListener(document.documentElement,"mousedown",function(t){var o=t.target,r=t.target,s=t.x||t.clientX,l=t.y||t.clientY;if(!i&&e.rootElement){if(r===e.view.wt.wtTable.holder){var a=v();if(document.elementFromPoint(s+a,l)!==e.view.wt.wtTable.holder||document.elementFromPoint(s,l+a)!==e.view.wt.wtTable.holder)return}else for(;r!==document.documentElement;){if(null===r){if(t.isTargetWebComponent)break;return}if(r===e.rootElement)return;r=r.parentNode}var u="function"==typeof n.settings.outsideClickDeselects?n.settings.outsideClickDeselects(o):n.settings.outsideClickDeselects;u?e.deselectCell():e.destroyEditor()}}),this.eventManager.addEventListener(r,"selectstart",function(e){n.settings.fragmentSelection||y(e.target)||e.preventDefault()});var s=function(){window.getSelection?window.getSelection().empty?window.getSelection().empty():window.getSelection().removeAllRanges&&window.getSelection().removeAllRanges():document.selection&&document.selection.empty()},l=[new O({className:"current",border:{width:2,color:"#5292F7",cornerVisible:function(){return n.settings.fillHandle&&!n.isCellEdited()&&!e.selection.isMultiple()},multipleSelectionHandlesVisible:function(){return!n.isCellEdited()&&!e.selection.isMultiple()}}}),new O({className:"area",border:{width:1,color:"#89AFF9",cornerVisible:function(){return n.settings.fillHandle&&!n.isCellEdited()&&e.selection.isMultiple()},multipleSelectionHandlesVisible:function(){return!n.isCellEdited()&&e.selection.isMultiple()}}}),new O({className:"highlight",highlightRowClassName:n.settings.currentRowClassName,highlightColumnClassName:n.settings.currentColClassName}),new O({className:"fill",border:{width:1,color:"red"}})];l.current=l[0],l.area=l[1],l.highlight=l[2],l.fill=l[3];var a={debug:function(){return n.settings.debug},externalRowCalculator:this.instance.getPlugin("autoRowSize")&&this.instance.getPlugin("autoRowSize").isEnabled(),table:r,preventOverflow:function(){return t.settings.preventOverflow},stretchH:function(){return n.settings.stretchH},data:e.getDataAtCell,totalRows:function(){return e.countRows()},totalColumns:function(){return e.countCols()},fixedColumnsLeft:function(){return n.settings.fixedColumnsLeft},fixedRowsTop:function(){return n.settings.fixedRowsTop},fixedRowsBottom:function(){return n.settings.fixedRowsBottom},minSpareRows:function(){return n.settings.minSpareRows},renderAllRows:n.settings.renderAllRows,rowHeaders:function(){var t=[];return e.hasRowHeaders()&&t.push(function(e,t){n.appendRowHeader(e,t)}),c.hooks.run(e,"afterGetRowHeaderRenderers",t),t},columnHeaders:function(){var t=[];return e.hasColHeaders()&&t.push(function(e,t){n.appendColHeader(e,t)}),c.hooks.run(e,"afterGetColumnHeaderRenderers",t),t},columnWidth:e.getColWidth,rowHeight:e.getRowHeight,cellRenderer:function(e,t,o){var r=n.instance.getCellMeta(e,t),i=n.instance.colToProp(t),s=n.instance.getDataAtRowProp(e,i);c.hooks.run(n.instance,"beforeRenderer",o,e,t,i,s,r),n.instance.getCellRenderer(r)(n.instance,o,e,t,i,s,r),c.hooks.run(n.instance,"afterRenderer",o,e,t,i,s,r)},selections:l,hideBorderOnMouseDownOver:function(){return n.settings.fragmentSelection},onCellMouseDown:function(t,o,r,s){if(e.listen(),n.activeWt=s,i=!0,c.hooks.run(e,"beforeOnCellMouseDown",t,o,r),!S(t)){var l=e.getSelectedRange(),a=e.selection,u=a.selectedHeader;if(t.shiftKey&&l)o.row>=0&&o.col>=0?(a.setRangeEnd(o),a.setSelectedHeaders(!1,!1)):(u.cols||u.rows)&&o.row>=0&&o.col>=0?(a.setRangeEnd(new E(o.row,o.col)),a.setSelectedHeaders(!1,!1)):u.cols&&o.row<0?a.setRangeEnd(new E(l.to.row,o.col)):u.rows&&o.col<0?a.setRangeEnd(new E(o.row,l.to.col)):!u.cols&&!u.rows&&o.col<0||u.cols&&o.col<0?(a.setRangeStartOnly(new E(l.from.row,0)),a.setRangeEnd(new E(o.row,e.countCols()-1)),a.setSelectedHeaders(!0,!1)):(!u.cols&&!u.rows&&o.row<0||u.rows&&o.row<0)&&(a.setRangeStartOnly(new E(0,l.from.col)),a.setRangeEnd(new E(e.countRows()-1,o.col)),a.setSelectedHeaders(!1,!0));else{var d=!0;if(l){var h=l,f=h.from,m=h.to,p=!a.inInSelection(o);if(o.row<0&&u.cols){var g=Math.min(f.col,m.col),v=Math.max(f.col,m.col);d=o.col<g||o.col>v}else if(o.col<0&&u.rows){var w=Math.min(f.row,m.row),b=Math.max(f.row,m.row);d=o.row<w||o.row>b}else d=p}(0===t.button||2===t.button&&d)&&(o.row<0&&o.col>=0?(a.setSelectedHeaders(!1,!0),a.setRangeStartOnly(new E(0,o.col)),a.setRangeEnd(new E(e.countRows()-1,o.col),!1)):o.col<0&&o.row>=0?(a.setSelectedHeaders(!0,!1),a.setRangeStartOnly(new E(o.row,0)),a.setRangeEnd(new E(o.row,e.countCols()-1),!1)):(o.row=o.row<0?0:o.row,o.col=o.col<0?0:o.col,a.setSelectedHeaders(!1,!1),a.setRangeStart(o)))}c.hooks.run(e,"afterOnCellMouseDown",t,o,r),n.activeWt=n.wt}},onCellMouseOver:function(t,o,r,s){var l={row:!1,column:!1};n.activeWt=s,c.hooks.run(e,"beforeOnCellMouseOver",t,o,r,l),0===t.button&&(o.row>=0&&o.col>=0?i&&e.selection.setRangeEnd(o):i&&(o.row<0&&!l.column&&(e.selection.selectedHeader.cols?(e.selection.setRangeEnd(new E(e.countRows()-1,o.col),!1),e.selection.setSelectedHeaders(!1,!0)):e.selection.setRangeEnd(new E(o.row,o.col),!1)),o.col<0&&!l.row&&(e.selection.selectedHeader.rows?(e.selection.setRangeEnd(new E(o.row,e.countCols()-1),!1),e.selection.setSelectedHeaders(!0,!1)):e.selection.setRangeEnd(new E(o.row,o.col),!1)))),c.hooks.run(e,"afterOnCellMouseOver",t,o,r),n.activeWt=n.wt},onCellCornerMouseDown:function(t){t.preventDefault(),c.hooks.run(e,"afterOnCellCornerMouseDown",t)},beforeDraw:function(e){n.beforeRender(e)},onDraw:function(e){n.onDraw(e)},onScrollVertically:function(){e.runHooks("afterScrollVertically")},onScrollHorizontally:function(){e.runHooks("afterScrollHorizontally")},onBeforeDrawBorders:function(t,n){e.runHooks("beforeDrawBorders",t,n)},onBeforeTouchScroll:function(){e.runHooks("beforeTouchScroll")},onAfterMomentumScroll:function(){e.runHooks("afterMomentumScroll")},onBeforeStretchingColumnWidth:function(t,n){return e.runHooks("beforeStretchingColumnWidth",t,n)},viewportRowCalculatorOverride:function(t){var o=e.countRows(),r=n.settings.viewportRowRenderingOffset;if("auto"===r&&n.settings.fixedRowsTop&&(r=10),"number"==typeof r&&(t.startRow=Math.max(t.startRow-r,0),t.endRow=Math.min(t.endRow+r,o-1)),"auto"===r){var i=t.startRow+t.endRow-t.startRow,s=Math.ceil(i/o*12);t.startRow=Math.max(t.startRow-s,0),t.endRow=Math.min(t.endRow+s,o-1)}e.runHooks("afterViewportRowCalculatorOverride",t)},viewportColumnCalculatorOverride:function(t){var o=e.countCols(),r=n.settings.viewportColumnRenderingOffset;if("auto"===r&&n.settings.fixedColumnsLeft&&(r=10),"number"==typeof r&&(t.startColumn=Math.max(t.startColumn-r,0),t.endColumn=Math.min(t.endColumn+r,o-1)),"auto"===r){var i=t.startColumn+t.endColumn-t.startColumn,s=Math.ceil(i/o*12);t.startRow=Math.max(t.startColumn-s,0),t.endColumn=Math.min(t.endColumn+s,o-1)}e.runHooks("afterViewportColumnCalculatorOverride",t)},rowHeaderWidth:function(){return n.settings.rowHeaderWidth},columnHeaderHeight:function(){var t=e.runHooks("modifyColumnHeaderHeight");return n.settings.columnHeaderHeight||t}};c.hooks.run(e,"beforeInitWalkontable",a),this.wt=new T(a),this.activeWt=this.wt,this.eventManager.addEventListener(n.wt.wtTable.spreader,"mousedown",function(e){e.target===n.wt.wtTable.spreader&&3===e.which&&M(e)}),this.eventManager.addEventListener(n.wt.wtTable.spreader,"contextmenu",function(e){e.target===n.wt.wtTable.spreader&&3===e.which&&M(e)}),this.eventManager.addEventListener(document.documentElement,"click",function(){n.settings.observeDOMVisibility&&n.wt.drawInterrupted&&(n.instance.forceFullRender=!0,n.render())})}Object.defineProperties(n,{TableView:{get:function(){return o}},__esModule:{value:!0}});var r,i,s,l,a,u,d,c=(r=e("browser"),r&&r.__esModule&&r||{"default":r})["default"],h=(i=e("helpers/dom/element"),i&&i.__esModule&&i||{"default":i}),f=h.addClass,m=h.empty,p=h.fastInnerHTML,g=h.fastInnerText,v=h.getScrollbarWidth,w=h.hasClass,b=h.isChildOf,y=h.isInput,C=h.isOutsideInput,_=(s=e("eventManager"),s&&s.__esModule&&s||{"default":s}).eventManager,R=(l=e("helpers/dom/event"),l&&l.__esModule&&l||{"default":l}),M=R.stopPropagation,S=R.isImmediatePropagationStopped,E=(a=e("3rdparty/walkontable/src/cell/coords"),a&&a.__esModule&&a||{"default":a}).WalkontableCellCoords,O=(u=e("3rdparty/walkontable/src/selection"),u&&u.__esModule&&u||{"default":u}).WalkontableSelection,T=(d=e("3rdparty/walkontable/src/core"),d&&d.__esModule&&d||{"default":d}).Walkontable;c.TableView=o,o.prototype.isTextSelectionAllowed=function(e){if(y(e))return!0;var t=b(e,this.instance.view.wt.wtTable.spreader);return this.settings.fragmentSelection===!0&&t?!0:"cell"===this.settings.fragmentSelection&&this.isSelectedOnlyCell()&&t?!0:!(this.settings.fragmentSelection||!this.isCellEdited()||!this.isSelectedOnlyCell())},o.prototype.isSelectedOnlyCell=function(){var e=this.instance.getSelected()||[],t=e[0],n=e[1],o=e[2],r=e[3];return void 0!==t&&t===o&&n===r},o.prototype.isCellEdited=function(){var e=this.instance.getActiveEditor();return e&&e.isOpened()},o.prototype.beforeRender=function(e){e&&c.hooks.run(this.instance,"beforeRender",this.instance.forceFullRender)},o.prototype.onDraw=function(e){e&&c.hooks.run(this.instance,"afterRender",this.instance.forceFullRender)},o.prototype.render=function(){this.wt.draw(!this.instance.forceFullRender),this.instance.forceFullRender=!1,this.instance.renderCall=!1},o.prototype.getCellAtCoords=function(e,t){var n=this.wt.getCell(e,t);return 0>n?null:n},o.prototype.scrollViewport=function(e){this.wt.scrollViewport(e)},o.prototype.appendRowHeader=function(e,t){if(t.firstChild){var n=t.firstChild;if(!w(n,"relative"))return m(t),void this.appendRowHeader(e,t);this.updateCellHeader(n.querySelector(".rowHeader"),e,this.instance.getRowHeader)}else{var o=document.createElement("div"),r=document.createElement("span");o.className="relative",r.className="rowHeader",this.updateCellHeader(r,e,this.instance.getRowHeader),o.appendChild(r),t.appendChild(o)}c.hooks.run(this.instance,"afterGetRowHeader",e,t)},o.prototype.appendColHeader=function(e,t){if(t.firstChild){var n=t.firstChild;w(n,"relative")?this.updateCellHeader(n.querySelector(".colHeader"),e,this.instance.getColHeader):(m(t),this.appendColHeader(e,t))}else{var o=document.createElement("div"),r=document.createElement("span");o.className="relative",r.className="colHeader",this.updateCellHeader(r,e,this.instance.getColHeader),o.appendChild(r),t.appendChild(o)}c.hooks.run(this.instance,"afterGetColHeader",e,t)},o.prototype.updateCellHeader=function(e,t,n){var o=t,r=this.wt.wtOverlays.getParentOverlay(e)||this.wt;e.parentNode&&(w(e,"colHeader")?o=r.wtTable.columnFilter.sourceToRendered(t):w(e,"rowHeader")&&(o=r.wtTable.rowFilter.sourceToRendered(t))),o>-1?p(e,n(t)):(g(e,String.fromCharCode(160)),f(e,"cornerHeader"))},o.prototype.maximumVisibleElementWidth=function(e){var t=this.wt.wtViewport.getWorkspaceWidth(),n=t-e;return n>0?n:0},o.prototype.maximumVisibleElementHeight=function(e){var t=this.wt.wtViewport.getWorkspaceHeight(),n=t-e;return n>0?n:0},o.prototype.mainViewIsActive=function(){return this.wt===this.activeWt},o.prototype.destroy=function(){this.wt.destroy(),this.eventManager.destroy()}},{"3rdparty/walkontable/src/cell/coords":5,"3rdparty/walkontable/src/core":7,"3rdparty/walkontable/src/selection":18,browser:23,eventManager:41,"helpers/dom/element":46,"helpers/dom/event":47}],104:[function(e,t,n){"use strict";Object.defineProperties(n,{GhostTable:{get:function(){return p}},__esModule:{value:!0}});var o,r,i,s,l,a,u=(o=e("browser"),o&&o.__esModule&&o||{"default":o})["default"],d=(r=e("helpers/dom/element"),r&&r.__esModule&&r||{"default":r}),c=d.addClass,h=d.outerHeight,f=d.outerWidth,m=(i=e("helpers/array"),i&&i.__esModule&&i||{"default":i}).arrayEach,p=((s=e("helpers/object"),s&&s.__esModule&&s||{"default":s}).objectEach,(l=e("helpers/number"),l&&l.__esModule&&l||{"default":l}).rangeEach,(a=e("helpers/mixed"),a&&a.__esModule&&a||{"default":a}).stringify,function(e){this.hot=e,this.container=null,this.injected=!1,this.rows=[],this.columns=[],this.samples=null,this.settings={useHeaders:!0}});$traceurRuntime.createClass(p,{addRow:function(e,t){if(this.columns.length)throw new Error("Doesn't support multi-dimensional table");this.rows.length||(this.container=this.createContainer(this.hot.rootElement.className));var n={row:e};this.rows.push(n),this.samples=t,this.table=this.createTable(this.hot.table.className),this.table.colGroup.appendChild(this.createColGroupsCol()),this.table.tr.appendChild(this.createRow(e)),this.container.container.appendChild(this.table.fragment),n.table=this.table.table},addColumnHeadersRow:function(e){if(null!=this.hot.getColHeader(0)){var t={row:-1};this.rows.push(t),this.container=this.createContainer(this.hot.rootElement.className),this.samples=e,this.table=this.createTable(this.hot.table.className),this.table.colGroup.appendChild(this.createColGroupsCol()),this.table.tHead.appendChild(this.createColumnHeadersRow()),this.container.container.appendChild(this.table.fragment),t.table=this.table.table}},addColumn:function(e,t){if(this.rows.length)throw new Error("Doesn't support multi-dimensional table");this.columns.length||(this.container=this.createContainer(this.hot.rootElement.className));var n={col:e};this.columns.push(n),this.samples=t,this.table=this.createTable(this.hot.table.className),this.getSetting("useHeaders")&&null!==this.hot.getColHeader(e)&&this.hot.view.appendColHeader(e,this.table.th),this.table.tBody.appendChild(this.createCol(e)),this.container.container.appendChild(this.table.fragment),n.table=this.table.table},getHeights:function(e){this.injected||this.injectTable(),m(this.rows,function(t){e(t.row,h(t.table)-1)})},getWidths:function(e){this.injected||this.injectTable(),m(this.columns,function(t){e(t.col,f(t.table))})},setSettings:function(e){this.settings=e},setSetting:function(e,t){this.settings||(this.settings={}),this.settings[e]=t},getSettings:function(){return this.settings},getSetting:function(e){return this.settings?this.settings[e]:null},createColGroupsCol:function(){var e=this,t=document,n=t.createDocumentFragment();return this.hot.hasRowHeaders()&&n.appendChild(this.createColElement(-1)),this.samples.forEach(function(t){m(t.strings,function(t){n.appendChild(e.createColElement(t.col))})}),n},createRow:function(e){var t=this,n=document,o=n.createDocumentFragment(),r=n.createElement("th");return this.hot.hasRowHeaders()&&(this.hot.view.appendRowHeader(e,r),o.appendChild(r)),this.samples.forEach(function(r){m(r.strings,function(r){var i=r.col,s=t.hot.getCellMeta(e,i);s.col=i,s.row=e;var l=t.hot.getCellRenderer(s),a=n.createElement("td");l(t.hot,a,e,i,t.hot.colToProp(i),r.value,s),o.appendChild(a)})}),o},createColumnHeadersRow:function(){var e=this,t=document,n=t.createDocumentFragment();if(this.hot.hasRowHeaders()){var o=t.createElement("th");this.hot.view.appendColHeader(-1,o),n.appendChild(o)}return this.samples.forEach(function(o){m(o.strings,function(o){var r=o.col,i=t.createElement("th");e.hot.view.appendColHeader(r,i),n.appendChild(i)})}),n},createCol:function(e){var t=this,n=document,o=n.createDocumentFragment();return this.samples.forEach(function(r){m(r.strings,function(r){var i=r.row,s=t.hot.getCellMeta(i,e);s.col=e,s.row=i;var l=t.hot.getCellRenderer(s),a=n.createElement("td"),u=n.createElement("tr");l(t.hot,a,i,e,t.hot.colToProp(e),r.value,s),u.appendChild(a),o.appendChild(u)})}),o},clean:function(){this.rows.length=0,this.rows[-1]=void 0,this.columns.length=0,this.samples&&this.samples.clear(),this.samples=null,this.removeTable()},injectTable:function(){var e=void 0!==arguments[0]?arguments[0]:null;this.injected||((e||this.hot.rootElement).appendChild(this.container.fragment),this.injected=!0)},removeTable:function(){this.injected&&this.container.container.parentNode&&(this.container.container.parentNode.removeChild(this.container.container),this.container=null,this.injected=!1)},createColElement:function(e){var t=document,n=t.createElement("col");return n.style.width=this.hot.view.wt.wtTable.getStretchedColumnWidth(e)+"px",n},createTable:function(){var e=void 0!==arguments[0]?arguments[0]:"",t=document,n=t.createDocumentFragment(),o=t.createElement("table"),r=t.createElement("thead"),i=t.createElement("tbody"),s=t.createElement("colgroup"),l=t.createElement("tr"),a=t.createElement("th");return this.isVertical()&&o.appendChild(s),this.isHorizontal()&&(l.appendChild(a),r.appendChild(l),o.style.tableLayout="auto",o.style.width="auto"),o.appendChild(r),this.isVertical()&&i.appendChild(l),o.appendChild(i),c(o,e),n.appendChild(o),{fragment:n,table:o,tHead:r,tBody:i,colGroup:s,tr:l,th:a}},createContainer:function(){var e=void 0!==arguments[0]?arguments[0]:"",t=document,n=t.createDocumentFragment(),o=t.createElement("div");return e="htGhostTable htAutoSize "+e.trim(),c(o,e),n.appendChild(o),{fragment:n,container:o}},isVertical:function(){return!(!this.rows.length||this.columns.length)},isHorizontal:function(){return!(!this.columns.length||this.rows.length)}},{}),u.utils.GhostTable=p},{browser:23,"helpers/array":42,"helpers/dom/element":46,"helpers/mixed":50,"helpers/number":51,"helpers/object":52}],105:[function(e,t,n){"use strict";function o(e){return"string"==typeof e&&/fps$/.test(e)&&(e=1e3/parseInt(e.replace("fps","")||0,10)),e}Object.defineProperties(n,{Interval:{get:function(){return m}},__esModule:{value:!0}});var r,i,s,l,a,u,d=(r=e("browser"),r&&r.__esModule&&r||{"default":r})["default"],c=(i=e("helpers/feature"),i&&i.__esModule&&i||{"default":i}),h=c.requestAnimationFrame,f=c.cancelAnimationFrame,m=((s=e("helpers/array"),s&&s.__esModule&&s||{"default":s}).arrayEach,(l=e("helpers/object"),l&&l.__esModule&&l||{"default":l}).objectEach,(a=e("helpers/number"),a&&a.__esModule&&a||{"default":a}).rangeEach,(u=e("helpers/mixed"),u&&u.__esModule&&u||{"default":u}).stringify,function(e,t){var n=this;this.timer=null,this.func=e,this.delay=o(t),this.stopped=!0,this._then=null,this._callback=function(){return n.__callback()}}),p=m;$traceurRuntime.createClass(m,{start:function(){return this.stopped&&(this._then=Date.now(),this.stopped=!1,this.timer=h(this._callback)),this},stop:function(){return this.stopped||(this.stopped=!0,f(this.timer),this.timer=null),this},__callback:function(){if(this.timer=h(this._callback),this.delay){var e=Date.now(),t=e-this._then;t>this.delay&&(this._then=e-t%this.delay,this.func())}else this.func()}},{create:function(e,t){return new p(e,t)}}),d.utils.Interval=m},{browser:23,"helpers/array":42,"helpers/feature":48,"helpers/mixed":50,"helpers/number":51,"helpers/object":52}],106:[function(e,t,n){"use strict";var o;Object.defineProperties(n,{SamplesGenerator:{get:function(){return g}},__esModule:{value:!0}});var r,i,s,l,a,u,d=(r=e("browser"),r&&r.__esModule&&r||{"default":r})["default"],c=(i=e("helpers/dom/element"),i&&i.__esModule&&i||{"default":i}),h=(c.addClass,c.outerHeight,c.outerWidth,(s=e("helpers/array"),s&&s.__esModule&&s||{"default":s}).arrayEach,l=e("helpers/object"),l&&l.__esModule&&l||{"default":l}),f=(h.objectEach,h.isObject),m=(a=e("helpers/number"),a&&a.__esModule&&a||{"default":a}).rangeEach,p=(u=e("helpers/mixed"),u&&u.__esModule&&u||{"default":u}).stringify,g=function(e){this.samples=null,this.dataFactory=e,this.customSampleCount=null},v=g;$traceurRuntime.createClass(g,(o={},Object.defineProperty(o,"getSampleCount",{value:function(){return this.customSampleCount?this.customSampleCount:v.SAMPLE_COUNT},configurable:!0,enumerable:!0,writable:!0}),Object.defineProperty(o,"generateRowSamples",{value:function(e,t){return this.generateSamples("row",t,e)},configurable:!0,enumerable:!0,writable:!0}),Object.defineProperty(o,"generateColumnSamples",{value:function(e,t){return this.generateSamples("col",t,e)},configurable:!0,enumerable:!0,writable:!0}),Object.defineProperty(o,"generateSamples",{value:function(e,t,n){var o=this,r=new Map;return"number"==typeof n&&(n={from:n,to:n}),m(n.from,n.to,function(n){var i=o.generateSample(e,t,n);r.set(n,i)}),r},configurable:!0,enumerable:!0,writable:!0}),Object.defineProperty(o,"generateSample",{value:function(e,t,n){var o,r=this,i=new Map,s=[];return m(t.from,t.to,function(t){var l,a;if("row"===e)a=r.dataFactory(n,t);else{if("col"!==e)throw new Error("Unsupported sample type");a=r.dataFactory(t,n)}o=f(a)?Object.keys(a).length:Array.isArray(a)?a.length:p(a).length,i.has(o)||i.set(o,{needed:r.getSampleCount(),strings:[]});var u=i.get(o);if(u.needed){var d=s.indexOf(a)>-1;if(!d){var c="row"===e?"col":"row";u.strings.push((l={},Object.defineProperty(l,"value",{value:a,configurable:!0,enumerable:!0,writable:!0}),Object.defineProperty(l,c,{value:t,configurable:!0,enumerable:!0,writable:!0}),l)),s.push(a),u.needed--}}}),i},configurable:!0,enumerable:!0,writable:!0}),o),{get SAMPLE_COUNT(){return 3}}),d.utils.SamplesGenerator=g},{browser:23,"helpers/array":42,"helpers/dom/element":46,"helpers/mixed":50,"helpers/number":51,"helpers/object":52}],107:[function(e,t,n){"use strict";function o(e,t){var n=e,o="string"==typeof n?n.toLowerCase():null;return function(e){for(var r=!1,i=0,s=e.length;s>i;i++){if(n===e[i]){r=!0;break}if(o===l(e[i]).toLowerCase()){r=!0;break}}t(r)}}var r,i,s=(r=e("browser"),r&&r.__esModule&&r||{"default":r})["default"],l=(i=e("helpers/mixed"),i&&i.__esModule&&i||{"default":i}).stringify;s.AutocompleteValidator=function(e,t){return null==e&&(e=""),this.allowEmpty&&""===e?void t(!0):void(this.strict&&this.source?"function"==typeof this.source?this.source(e,o(e,t)):o(e,t)(this.source):t(!0))}},{browser:23,"helpers/mixed":50}],108:[function(e,t,n){"use strict";var o,r,i,s,l=(o=e("browser"),o&&o.__esModule&&o||{"default":o})["default"],a=(r=e("moment"),r&&r.__esModule&&r||{"default":r})["default"],u=(i=e("../helpers/date"),i&&i.__esModule&&i||{"default":i}).getNormalizedDate,d=(s=e("editors"),s&&s.__esModule&&s||{"default":s}).getEditor;l.DateValidator=function(e,t){var n=!0,o=d("date",this.instance);null==e&&(e="");var r=a(new Date(e)).isValid(),i=a(e,this.dateFormat||o.defaultDateFormat,!0).isValid();if(this.allowEmpty&&""===e&&(r=!0,i=!0),r||(n=!1),!r&&i&&(n=!0),r&&!i)if(this.correctFormat===!0){var s=c(e,this.dateFormat);this.instance.setDataAtCell(this.row,this.col,s,"dateValidator"),n=!0}else n=!1;t(n)};var c=function(e,t){var n=a(u(e)),o=n.format("YYYY"),r=a().format("YYYY");return o.substr(0,2)!==r.substr(0,2)?e.match(new RegExp(o))||n.year(o.replace(o.substr(0,2),r.substr(0,2))):o.length>4&&n.year((n.year()+"").substr(0,4)),n.format(t)}},{"../helpers/date":45,browser:23,editors:29,moment:"moment"}],109:[function(e,t,n){"use strict";var o,r=(o=e("browser"),o&&o.__esModule&&o||{"default":o})["default"];r.NumericValidator=function(e,t){null==e&&(e=""),t(this.allowEmpty&&""===e?!0:""===e?!1:/^-?\d*(\.|\,)?\d*$/.test(e))}},{browser:23}],110:[function(e,t,n){"use strict";var o,r,i=(o=e("browser"),o&&o.__esModule&&o||{"default":o})["default"],s=(r=e("moment"),r&&r.__esModule&&r||{"default":r})["default"],l=["YYYY-MM-DDTHH:mm:ss.SSSZ","X","x"];i.TimeValidator=function(e,t){var n=!0,o=this.timeFormat||"h:mm:ss a";null===e&&(e=""),e=/^\d{3,}$/.test(e)?parseInt(e,10):e;var r=/^\d{1,2}$/.test(e);r&&(e+=":00");var i=s(e,l,!0).isValid()?s(e):s(e,o),a=i.isValid(),u=s(e,o,!0).isValid()&&!r;if(this.allowEmpty&&""===e&&(a=!0,u=!0),a||(n=!1),!a&&u&&(n=!0),a&&!u)if(this.correctFormat===!0){var d=i.format(o);this.instance.setDataAtCell(this.row,this.col,d,"timeValidator"),n=!0}else n=!1;t(n)}},{browser:23,moment:"moment"}],111:[function(e,t,n){"use strict";Object.defineProperties(n,{WalkontableBottomOverlay:{
get:function(){return p}},__esModule:{value:!0}});var o,r,i=(o=e("../../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element"),o&&o.__esModule&&o||{"default":o}),s=i.addClass,l=i.getScrollbarWidth,a=i.getScrollTop,u=i.getWindowScrollLeft,d=i.hasClass,c=i.outerHeight,h=(i.innerHeight,i.removeClass),f=(i.setOverlayPosition,i.resetCssTransform),m=(r=e("../../../../../node_modules/hot-builder/node_modules/handsontable/src/3rdparty/walkontable/src/overlay/_base.js"),r&&r.__esModule&&r||{"default":r}).WalkontableOverlay,p=function(e){$traceurRuntime.superConstructor(g).call(this,e),this.clone=this.makeClone(m.CLONE_BOTTOM)},g=p;$traceurRuntime.createClass(p,{repositionOverlay:function(){var e=l(),t=this.clone.wtTable.holder.parentNode;this.wot.wtTable.holder.clientHeight===this.wot.wtTable.holder.offsetHeight&&(e=0),t.style.top="",t.style.bottom=e+"px"},shouldBeRendered:function(){return!!this.wot.getSetting("fixedRowsBottom")},resetFixedPosition:function(){if(this.needFullRender&&this.wot.wtTable.holder.parentNode){var e=this.clone.wtTable.holder.parentNode,t=0;if(e.style.top="",this.wot.wtOverlays.leftOverlay.trimmingContainer===window){var n,o,r=this.wot.wtTable.hider.getBoundingClientRect(),i=Math.ceil(r.bottom),s=document.body.offsetHeight;n=this.wot.wtTable.hider.style.left,n=""===n?0:n,o=i>s?i-s:0,t=o,o+="px",e.style.top="",e.style.left=n,e.style.bottom=o}else t=this.getScrollPosition(),f(e),this.repositionOverlay();this.adjustHeaderBordersPosition(t)}},setScrollPosition:function(e){this.mainTableScrollableElement===window?window.scrollTo(u(),e):this.mainTableScrollableElement.scrollTop=e},onScroll:function(){this.wot.getSetting("onScrollVertically")},sumCellSizes:function(e,t){for(var n=0,o=this.wot.wtSettings.settings.defaultRowHeight;t>e;){var r=this.wot.wtTable.getRowHeight(e);n+=void 0===r?o:r,e++}return n},adjustElementsSize:function(){var e=void 0!==arguments[0]?arguments[0]:!1;this.updateTrimmingContainer(),(this.needFullRender||e)&&(this.adjustRootElementSize(),this.adjustRootChildrenSize(),e||(this.areElementSizesAdjusted=!0))},adjustRootElementSize:function(){var e,t=this.wot.wtTable.holder,n=t.clientWidth===t.offsetWidth?0:l(),o=this.clone.wtTable.holder.parentNode,r=o.style;this.trimmingContainer===window?r.width="":r.width=this.wot.wtViewport.getWorkspaceWidth()-n+"px",this.clone.wtTable.holder.style.width=r.width,e=c(this.clone.wtTable.TABLE),r.height=(0===e?e:e)+"px"},adjustRootChildrenSize:function(){var e=l();this.clone.wtTable.hider.style.width=this.hider.style.width,this.clone.wtTable.holder.style.width=this.clone.wtTable.holder.parentNode.style.width,0===e&&(e=30),this.clone.wtTable.holder.style.height=parseInt(this.clone.wtTable.holder.parentNode.style.height,10)+e+"px"},applyToDOM:function(){var e=this.wot.getSetting("totalRows");if(this.areElementSizesAdjusted||this.adjustElementsSize(),"number"==typeof this.wot.wtViewport.rowsRenderCalculator.startPosition)this.spreader.style.top=this.wot.wtViewport.rowsRenderCalculator.startPosition+"px";else{if(0!==e)throw new Error("Incorrect value of the rowsRenderCalculator");this.spreader.style.top="0"}this.spreader.style.bottom="",this.needFullRender&&this.syncOverlayOffset()},syncOverlayOffset:function(){"number"==typeof this.wot.wtViewport.columnsRenderCalculator.startPosition?this.clone.wtTable.spreader.style.left=this.wot.wtViewport.columnsRenderCalculator.startPosition+"px":this.clone.wtTable.spreader.style.left=""},scrollTo:function(e,t){var n=this.getTableParentOffset(),o=this.wot.cloneSource?this.wot.cloneSource:this.wot,r=o.wtTable.holder,i=0;t&&r.offsetHeight!==r.clientHeight&&(i=l()),t?(n+=this.sumCellSizes(0,e+1),n-=this.wot.wtViewport.getViewportHeight(),n+=1):n+=this.sumCellSizes(this.wot.getSetting("fixedRowsBottom"),e),n+=i,this.setScrollPosition(n)},getTableParentOffset:function(){return this.mainTableScrollableElement===window?this.wot.wtTable.holderOffset.top:0},getScrollPosition:function(){return a(this.mainTableScrollableElement)},adjustHeaderBordersPosition:function(e){if(0===this.wot.getSetting("fixedRowsBottom")&&this.wot.getSetting("columnHeaders").length>0){var t=this.wot.wtTable.holder.parentNode,n=d(t,"innerBorderTop");e?s(t,"innerBorderTop"):h(t,"innerBorderTop"),(!n&&e||n&&!e)&&this.wot.wtOverlays.adjustElementsSize()}if(0===this.wot.getSetting("rowHeaders").length){var o=this.clone.wtTable.THEAD.querySelector("th:nth-of-type(2)");o&&(o.style["border-left-width"]=0)}}},{},m),window.WalkontableBottomOverlay=p,m.registerOverlay(m.CLONE_BOTTOM,p)},{"../../../../../node_modules/hot-builder/node_modules/handsontable/src/3rdparty/walkontable/src/overlay/_base.js":11,"../../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element":46}],112:[function(e,t,n){"use strict";Object.defineProperties(n,{WalkontableBottomLeftCornerOverlay:{get:function(){return c}},__esModule:{value:!0}});var o,r,i=(o=e("../../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element"),o&&o.__esModule&&o||{"default":o}),s=i.getScrollbarWidth,l=i.outerHeight,a=i.outerWidth,u=(i.setOverlayPosition,i.resetCssTransform),d=(r=e("../../../../../node_modules/hot-builder/node_modules/handsontable/src/3rdparty/walkontable/src/overlay/_base.js"),r&&r.__esModule&&r||{"default":r}).WalkontableOverlay,c=function(e){$traceurRuntime.superConstructor(h).call(this,e),this.clone=this.makeClone(d.CLONE_BOTTOM_LEFT_CORNER)},h=c;$traceurRuntime.createClass(c,{shouldBeRendered:function(){return!(!this.wot.getSetting("fixedRowsBottom")||!this.wot.getSetting("fixedColumnsLeft")&&!this.wot.getSetting("rowHeaders").length)},repositionOverlay:function(){var e=s(),t=this.clone.wtTable.holder.parentNode;this.wot.wtTable.holder.clientHeight===this.wot.wtTable.holder.offsetHeight&&(e=0),t.style.top="",t.style.bottom=e+"px"},resetFixedPosition:function(){if(this.updateTrimmingContainer(),this.wot.wtTable.holder.parentNode){var e=this.clone.wtTable.holder.parentNode,t=l(this.clone.wtTable.TABLE),n=a(this.clone.wtTable.TABLE);if(e.style.top="",this.trimmingContainer===window){var o,r,i=this.wot.wtTable.hider.getBoundingClientRect(),s=Math.ceil(i.bottom),d=Math.ceil(i.left),c=document.body.offsetHeight;o=0>d?-d:0,r=s>c?s-c:0,r+="px",o+="px",e.style.top="",e.style.left=o,e.style.bottom=r}else u(e),this.repositionOverlay();e.style.height=(0===t?t:t)+"px",e.style.width=(0===n?n:n)+"px"}}},{},d),window.WalkontableBottomLeftCornerOverlay=c,d.registerOverlay(d.CLONE_BOTTOM_LEFT_CORNER,c)},{"../../../../../node_modules/hot-builder/node_modules/handsontable/src/3rdparty/walkontable/src/overlay/_base.js":11,"../../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element":46}],113:[function(e,t,n){"use strict";var o,r,i,s=(o=e("../node_modules/hot-builder/node_modules/handsontable/src/browser"),o&&o.__esModule&&o||{"default":o})["default"];(r=e("3rdparty/walkontable/src/overlay/bottom"),r&&r.__esModule&&r||{"default":r}).WalkontableBottomOverlay,(i=e("3rdparty/walkontable/src/overlay/bottomLeftCorner"),i&&i.__esModule&&i||{"default":i}).WalkontableBottomLeftCornerOverlay;t.exports=s},{"../node_modules/hot-builder/node_modules/handsontable/src/browser":23,"3rdparty/walkontable/src/overlay/bottom":111,"3rdparty/walkontable/src/overlay/bottomLeftCorner":112}],114:[function(e,t,n){"use strict";Object.defineProperties(n,{BindRowsWithHeaders:{get:function(){return h}},__esModule:{value:!0}});var o,r,i,s,l,a=(o=e("../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/_base"),o&&o.__esModule&&o||{"default":o})["default"],u=((r=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array"),r&&r.__esModule&&r||{"default":r}).arrayEach,(i=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number"),i&&i.__esModule&&i||{"default":i}).rangeEach),d=(s=e("../../../node_modules/hot-builder/node_modules/handsontable/src/plugins"),s&&s.__esModule&&s||{"default":s}).registerPlugin,c=(l=e("bindStrategy"),l&&l.__esModule&&l||{"default":l}).BindStrategy,h=function(e){$traceurRuntime.superConstructor(f).call(this,e),this.bindStrategy=new c,this.removedRows=[]},f=h;$traceurRuntime.createClass(h,{isEnabled:function(){return!!this.hot.getSettings().bindRowsWithHeaders},enablePlugin:function(){var e=this;if(!this.enabled){var t=this.hot.getSettings().bindRowsWithHeaders;"string"!=typeof t&&(t=c.DEFAULT_STRATEGY),this.bindStrategy.setStrategy(t),this.bindStrategy.createMap(this.hot.countSourceRows()),this.addHook("modifyRowHeader",function(t){return e.onModifyRowHeader(t)}),this.addHook("afterCreateRow",function(t,n){return e.onAfterCreateRow(t,n)}),this.addHook("beforeRemoveRow",function(t,n){return e.onBeforeRemoveRow(t,n)}),this.addHook("afterRemoveRow",function(t,n){return e.onAfterRemoveRow(t,n)}),this.addHook("afterLoadData",function(t){return e.onAfterLoadData(t)}),$traceurRuntime.superGet(this,f.prototype,"enablePlugin").call(this)}},updatePlugin:function(){$traceurRuntime.superGet(this,f.prototype,"updatePlugin").call(this)},disablePlugin:function(){this.removedRows.length=0,this.bindStrategy.clearMap(),$traceurRuntime.superGet(this,f.prototype,"disablePlugin").call(this)},onModifyRowHeader:function(e){return this.bindStrategy.translate(this.hot.runHooks("modifyRow",e))},onAfterCreateRow:function(e,t){this.bindStrategy.createRow(e,t)},onBeforeRemoveRow:function(e,t){var n=this;this.removedRows.length=0,e!==!1&&u(e,e+t-1,function(e){n.removedRows.push(n.hot.runHooks("modifyRow",e))})},onAfterRemoveRow:function(e,t){this.bindStrategy.removeRow(this.removedRows)},onAfterLoadData:function(e){e||this.bindStrategy.createMap(this.hot.countSourceRows())},destroy:function(){this.bindStrategy.destroy(),$traceurRuntime.superGet(this,f.prototype,"destroy").call(this)}},{},a),d("bindRowsWithHeaders",h)},{"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array":42,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number":51,"../../../node_modules/hot-builder/node_modules/handsontable/src/plugins":61,"../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/_base":62,bindStrategy:115}],115:[function(e,t,n){"use strict";Object.defineProperties(n,{BindStrategy:{get:function(){return d}},__esModule:{value:!0}});var o,r,i,s,l=(o=e("../../browser"),o&&o.__esModule&&o||{"default":o})["default"],a=((r=e("../../../node_modules/hot-builder/node_modules/handsontable/src/mixins/arrayMapper"),r&&r.__esModule&&r||{"default":r}).arrayMapper,(i=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object"),i&&i.__esModule&&i||{"default":i}).mixin,(s=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number"),s&&s.__esModule&&s||{"default":s}).rangeEach),u={},d=function(){this.strategy=null};$traceurRuntime.createClass(d,{setStrategy:function(e){var t=u[e];if(!t)throw new Error('Bind strategy "'+e+'" does not exist.');this.strategy=new t},createMap:function(e){var t=this.strategy,n=void 0===e?t._arrayMap.length:e;t._arrayMap.length=0,a(n-1,function(e){t._arrayMap.push(e)})},createRow:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.strategy.createRow.apply(this.strategy,e)},removeRow:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.strategy.removeRow.apply(this.strategy,e)},translate:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return this.strategy.getValueByIndex.apply(this.strategy,e)},clearMap:function(){this.strategy.clearMap()},destroy:function(){this.strategy&&this.strategy.destroy(),this.strategy=null}},{get DEFAULT_STRATEGY(){return"loose"},registerStrategy:function(e,t){u[e]=t}}),l.utils.BindStrategy=d},{"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number":51,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object":52,"../../../node_modules/hot-builder/node_modules/handsontable/src/mixins/arrayMapper":56,"../../browser":113}],116:[function(e,t,n){"use strict";Object.defineProperties(n,{LooseBindStrategy:{get:function(){return u}},__esModule:{value:!0}});var o,r,i,s=(o=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/mixins/arrayMapper"),o&&o.__esModule&&o||{"default":o}).arrayMapper,l=(r=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object"),r&&r.__esModule&&r||{"default":r}).mixin,a=(i=e("bindStrategy"),i&&i.__esModule&&i||{"default":i}).BindStrategy,u=function(){};$traceurRuntime.createClass(u,{createRow:function(e,t){this.shiftItems(e,t)},removeRow:function(e,t){this.unshiftItems(e,t)},destroy:function(){this._arrayMap=null}},{get STRATEGY_NAME(){return"loose"}}),l(u,s),a.registerStrategy(u.STRATEGY_NAME,u)},{"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object":52,"../../../../node_modules/hot-builder/node_modules/handsontable/src/mixins/arrayMapper":56,bindStrategy:115}],117:[function(e,t,n){"use strict";Object.defineProperties(n,{StrictBindStrategy:{get:function(){return u}},__esModule:{value:!0}});var o,r,i,s=(o=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/mixins/arrayMapper"),o&&o.__esModule&&o||{"default":o}).arrayMapper,l=(r=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object"),r&&r.__esModule&&r||{"default":r}).mixin,a=(i=e("bindStrategy"),i&&i.__esModule&&i||{"default":i}).BindStrategy,u=function(){};$traceurRuntime.createClass(u,{createRow:function(e,t){this.insertItems(e,t)},removeRow:function(e,t){this.removeItems(e,t)},destroy:function(){this._arrayMap=null}},{get STRATEGY_NAME(){return"strict"}}),l(u,s),a.registerStrategy(u.STRATEGY_NAME,u)},{"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object":52,"../../../../node_modules/hot-builder/node_modules/handsontable/src/mixins/arrayMapper":56,bindStrategy:115}],118:[function(e,t,n){"use strict";Object.defineProperties(n,{CollapsibleColumns:{get:function(){return R}},__esModule:{value:!0}});var o,r,i,s,l,a,u,l,d,c=(o=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object"),o&&o.__esModule&&o||{"default":o}).objectEach,h=(r=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array"),r&&r.__esModule&&r||{"default":r}).arrayEach,f=(i=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number"),i&&i.__esModule&&i||{"default":i}).rangeEach,m=(s=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element"),s&&s.__esModule&&s||{"default":s}),p=m.addClass,g=m.hasClass,v=m.fastInnerText,w=((l=e("../../../node_modules/hot-builder/node_modules/handsontable/src/eventManager"),l&&l.__esModule&&l||{"default":l}).EventManager,a=e("../../../node_modules/hot-builder/node_modules/handsontable/src/plugins"),a&&a.__esModule&&a||{"default":a}),b=w.registerPlugin,y=(w.getPlugin,(u=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/event"),u&&u.__esModule&&u||{"default":u}).stopImmediatePropagation),C=(l=e("../../../node_modules/hot-builder/node_modules/handsontable/src/eventManager"),l&&l.__esModule&&l||{"default":l}).eventManager,_=(d=e("../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/_base"),d&&d.__esModule&&d||{"default":d})["default"],R=function(e){$traceurRuntime.superConstructor(M).call(this,e),this.settings=null,this.buttonEnabledList={},this.hiddenColumnsPlugin=null,this.nestedHeadersPlugin=null,this.collapsedSections={},this.columnHeaderLevelCount=null,this.eventManager=null},M=R;$traceurRuntime.createClass(R,{isEnabled:function(){return!!this.hot.getSettings().collapsibleColumns},enablePlugin:function(){var e=this;this.enabled||(this.settings=this.hot.getSettings().collapsibleColumns,"boolean"!=typeof this.settings&&this.parseSettings(),this.hiddenColumnsPlugin=this.hot.getPlugin("hiddenColumns"),this.nestedHeadersPlugin=this.hot.getPlugin("nestedHeaders"),this.checkDependencies(),this.addHook("afterRender",function(){return e.onAfterRender()}),this.addHook("afterInit",function(){return e.onAfterInit()}),this.addHook("afterGetColHeader",function(t,n){return e.onAfterGetColHeader(t,n)}),this.addHook("beforeOnCellMouseDown",function(t,n,o){return e.onBeforeOnCellMouseDown(t,n,o)}),this.eventManager=C(this.hot),$traceurRuntime.superGet(this,M.prototype,"enablePlugin").call(this))},disablePlugin:function(){this.settings=null,this.buttonEnabledList={},this.hiddenColumnsPlugin=null,this.collapsedSections={},this.clearButtons(),$traceurRuntime.superGet(this,M.prototype,"disablePlugin").call(this)},clearButtons:function(){if(this.hot.view){var e=this.hot.view.wt.getSetting("columnHeaders").length,t=this.hot.view.wt.wtTable.THEAD,n=this.hot.view.wt.wtOverlays.topOverlay.clone.wtTable.THEAD,o=this.hot.view.wt.wtOverlays.topLeftCornerOverlay?this.hot.view.wt.wtOverlays.topLeftCornerOverlay.clone.wtTable.THEAD:null,r=function(e){e&&e.parentNode.removeChild(e)};f(0,e-1,function(e){var i=t.childNodes[e],s=n.childNodes[e],l=o?o.childNodes[e]:null;f(0,i.childNodes.length-1,function(e){var t=i.childNodes[e].querySelector(".collapsibleIndicator");r(t),s&&s.childNodes[e]&&(t=s.childNodes[e].querySelector(".collapsibleIndicator"),r(t)),o&&l&&l.childNodes[e]&&(t=l.childNodes[e].querySelector(".collapsibleIndicator"),r(t))})},!0)}},parseSettings:function(){var e=this;c(this.settings,function(t){e.buttonEnabledList[t.row]||(e.buttonEnabledList[t.row]={}),e.buttonEnabledList[t.row][t.col]=t.collapsible})},meetsDependencies:function(){var e=this.hot.getSettings();return e.nestedHeaders&&e.hiddenColumns},checkDependencies:function(){var e=this.hot.getSettings();this.meetsDependencies()||(e.nestedHeaders||console.warn("You need to configure the Nested Headers plugin in order to use collapsible headers."),e.hiddenColumns||console.warn("You need to configure the Hidden Columns plugin in order to use collapsible headers."))},generateIndicator:function(e,t){var n=t.parentNode,o=n.parentNode,r=-1*o.childNodes.length+Array.prototype.indexOf.call(o.childNodes,n);if(Object.keys(this.buttonEnabledList).length>0&&(!this.buttonEnabledList[r]||!this.buttonEnabledList[r][e]))return null;var i=document.createElement("DIV");return p(i,"collapsibleIndicator"),this.collapsedSections[r]&&this.collapsedSections[r][e]===!0?(p(i,"collapsed"),v(i,"+")):(p(i,"expanded"),v(i,"-")),i},markSectionAs:function(e,t,n,o){switch(this.collapsedSections[t]||(this.collapsedSections[t]={}),e){case"collapsed":this.collapsedSections[t][n]=!0;break;case"expanded":this.collapsedSections[t][n]=void 0}if(o)for(var r=this.nestedHeadersPlugin.colspanArray,i=this.nestedHeadersPlugin.rowCoordsToLevel(t),s=this.nestedHeadersPlugin.getChildHeaders(t,n),l=r[i+1],a=1;a<s.length;a++)l&&l[s[a]].colspan>1&&this.markSectionAs(e,t+1,s[a],!0)},expandSection:function(e){this.markSectionAs("expanded",e.row,e.col,!0),this.toggleCollapsibleSection(e,"expand")},collapseSection:function(e){this.markSectionAs("collapsed",e.row,e.col,!0),this.toggleCollapsibleSection(e,"collapse")},toggleAllCollapsibleSections:function(e){var t=this,n=this.nestedHeadersPlugin.colspanArray;this.settings===!0?h(n,function(n,o){h(n,function(n,r){if(n.colspan>1){var i=t.nestedHeadersPlugin.levelToRowCoords(o),s=r;t.markSectionAs("collapse"===e?"collapsed":"expanded",i,s,!0),t.toggleCollapsibleSection({row:i,col:s},e)}})}):c(this.buttonEnabledList,function(n,o){c(n,function(n,r){t.markSectionAs("collapse"===e?"collapsed":"expanded",o,r,!0),t.toggleCollapsibleSection({row:o,col:r},e)})})},collapseAll:function(){this.toggleAllCollapsibleSections("collapse")},expandAll:function(){this.toggleAllCollapsibleSections("expand")},toggleCollapsibleSection:function(e,t){var n=this;e.row&&(e.row=parseInt(e.row,10)),e.col&&(e.col=parseInt(e.col,10));for(var o=this.hiddenColumnsPlugin.hiddenColumns,r=this.nestedHeadersPlugin.colspanArray,i=this.nestedHeadersPlugin.rowCoordsToLevel(e.row),s=r[i][e.col].colspan,l=this.nestedHeadersPlugin.getChildHeaders(e.row,e.col),a=i+1,u=r[a],d=u?u[l[0]].colspan||1:1;d===s&&a<this.columnHeaderLevelCount;)a+=1,u=r[a],d=u?u[l[0]].colspan||1:1;f(d,s-1,function(r){var i=e.col+r;switch(t){case"collapse":n.hiddenColumnsPlugin.isHidden(i)||o.push(i);break;case"expand":n.hiddenColumnsPlugin.isHidden(i)&&o.splice(o.indexOf(i),1)}}),this.hot.render()},onAfterGetColHeader:function(e,t){if(t.hasAttribute("colspan")&&t.getAttribute("colspan")>1&&e>=this.hot.getSettings().fixedColumnsLeft){var n=this.generateIndicator(e,t);null!==n&&t.querySelector("div:first-child").appendChild(n)}},onBeforeOnCellMouseDown:function(e,t){return g(e.target,"collapsibleIndicator")?(g(e.target,"expanded")?(this.collapsedSections[t.row]||(this.collapsedSections[t.row]=[]),this.markSectionAs("collapsed",t.row,t.col,!0),this.eventManager.fireEvent(e.target,"mouseup"),this.toggleCollapsibleSection(t,"collapse")):g(e.target,"collapsed")&&(this.markSectionAs("expanded",t.row,t.col,!0),this.eventManager.fireEvent(e.target,"mouseup"),this.toggleCollapsibleSection(t,"expand")),y(e),!1):void 0},onAfterInit:function(){this.columnHeaderLevelCount=this.hot.view.wt.getSetting("columnHeaders").length},onAfterRender:function(){this.nestedHeadersPlugin.enabled&&this.hiddenColumnsPlugin.enabled||this.disablePlugin()},destroy:function(){this.settings=null,this.buttonEnabledList=null,this.hiddenColumnsPlugin=null,this.nestedHeadersPlugin=null,this.collapsedSections=null,this.columnHeaderLevelCount=null,$traceurRuntime.superGet(this,M.prototype,"destroy").call(this)}},{},_),b("collapsibleColumns",R)},{"../../../node_modules/hot-builder/node_modules/handsontable/src/eventManager":41,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array":42,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element":46,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/event":47,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number":51,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object":52,"../../../node_modules/hot-builder/node_modules/handsontable/src/plugins":61,"../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/_base":62}],119:[function(e,t,n){"use strict";Object.defineProperties(n,{ColumnSummary:{get:function(){return m}},__esModule:{value:!0}});var o,r,i,s,l=(o=e("../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/_base.js"),o&&o.__esModule&&o||{"default":o})["default"],a=(r=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object"),r&&r.__esModule&&r||{"default":r}),u=a.deepClone,d=a.objectEach,c=(i=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array"),i&&i.__esModule&&i||{"default":i}).arrayEach,h=(s=e("../../../node_modules/hot-builder/node_modules/handsontable/src/plugins.js"),s&&s.__esModule&&s||{"default":s}),f=h.registerPlugin,m=(h.getPlugin,function(e){$traceurRuntime.superConstructor(p).call(this,e),this.endpoints=[],this.settings=null,this.currentEndpoint=null}),p=m;$traceurRuntime.createClass(m,{isEnabled:function(){return!!this.hot.getSettings().columnSummary},enablePlugin:function(){var e=this;this.enabled||(this.settings=this.hot.getSettings().columnSummary,this.hot.addHook("afterInit",function(){return e.onAfterInit()}),this.hot.addHook("afterChange",function(t,n){return e.onAfterChange(t,n)}),this.hot.addHook("afterCreateRow",function(t,n,o){return e.resetSetupAfterStructureAlteration("insert_row",t,n,o)}),this.hot.addHook("afterCreateCol",function(t,n,o){return e.resetSetupAfterStructureAlteration("insert_col",t,n,o)}),this.hot.addHook("afterRemoveRow",function(t,n,o){return e.resetSetupAfterStructureAlteration("remove_row",t,n,o)}),this.hot.addHook("afterRemoveCol",function(t,n,o){return e.resetSetupAfterStructureAlteration("remove_col",t,n,o)}),$traceurRuntime.superGet(this,p.prototype,"enablePlugin").call(this))},disablePlugin:function(){this.endpoints=null,this.settings=null,this.currentEndpoint=null},resetSetupAfterStructureAlteration:function(e,t,n,o){if(!o){var r=e.indexOf("row")>-1?"row":"col",i=u(this.endpoints);d(i,function(o,i,s){"row"===r&&o.destinationRow>=t&&("insert_row"===e?o.alterRowOffset=n:"remove_row"===e&&(o.alterRowOffset=-1*n)),"col"===r&&o.destinationColumn>=t&&("insert_col"===e?o.alterColumnOffset=n:"remove_col"===e&&(o.alterColumnOffset=-1*n))}),this.endpoints=[],this.resetAllEndpoints(i),this.parseSettings(),d(this.endpoints,function(o,i,s){"row"===r&&o.destinationRow>=t&&("insert_row"===e?o.alterRowOffset=n:"remove_row"===e&&(o.alterRowOffset=-1*n)),"col"===r&&o.destinationColumn>=t&&("insert_col"===e?o.alterColumnOffset=n:"remove_col"===e&&(o.alterColumnOffset=-1*n))}),this.refreshAllEndpoints(!0)}},onAfterInit:function(){this.parseSettings(this.settings),this.refreshAllEndpoints(!0)},onAfterChange:function(e,t){e&&"columnSummary"!==t&&"loadData"!==t&&this.refreshChangedEndpoints(e)},parseSettings:function(){var e=this;d(this.settings,function(t,n,o){var r={};e.assignSetting(t,r,"ranges",[[0,e.hot.countRows()-1]]),e.assignSetting(t,r,"reversedRowCoords",!1),e.assignSetting(t,r,"destinationRow",new Error("You must provide a destination row for the Column Summary plugin in order to work properly!")),e.assignSetting(t,r,"destinationColumn",new Error("You must provide a destination column for the Column Summary plugin in order to work properly!")),e.assignSetting(t,r,"sourceColumn",t.destinationColumn),e.assignSetting(t,r,"type","sum"),e.assignSetting(t,r,"forceNumeric",!1),e.assignSetting(t,r,"suppressDataTypeErrors",!0),e.assignSetting(t,r,"suppressDataTypeErrors",!0),e.assignSetting(t,r,"customFunction",null),e.assignSetting(t,r,"readOnly",!0),e.assignSetting(t,r,"roundFloat",!1),e.endpoints.push(r)})},assignSetting:function(e,t,n,o){if("ranges"===n&&void 0===e[n])return void(t[n]=o);if("ranges"!==n||0!==e[n].length)if(void 0===e[n]){if(o instanceof Error)throw o;t[n]=o}else"destinationRow"===n&&t.reversedRowCoords?t[n]=this.hot.countRows()-e[n]-1:t[n]=e[n]},calculate:function(e){switch(e.type.toLowerCase()){case"sum":e.result=this.calculateSum(e);break;case"min":e.result=this.calculateMinMax(e,e.type);break;case"max":e.result=this.calculateMinMax(e,e.type);break;case"count":e.result=this.countEntries(e);break;case"average":e.result=this.calculateAverage(e);break;case"custom":e.result=e.customFunction.call(this,e)}},resetAllEndpoints:function(e){var t=this;e||(e=this.endpoints),c(e,function(e){t.resetEndpointValue(e)})},refreshAllEndpoints:function(e){var t=this;c(this.endpoints,function(e){t.currentEndpoint=e,t.calculate(e),t.setEndpointValue(e,"init")}),this.currentEndpoint=null},refreshChangedEndpoints:function(e){var t=this,n=[];c(e,function(e,o,r){(e[2]||"")+""!=e[3]+""&&c(t.endpoints,function(e,i){t.hot.propToCol(r[o][1])===e.sourceColumn&&-1===n.indexOf(i)&&n.push(i)})}),c(n,function(e){t.refreshEndpoint(t.endpoints[e])})},refreshEndpoint:function(e){this.currentEndpoint=e,this.calculate(e),this.setEndpointValue(e),this.currentEndpoint=null},resetEndpointValue:function(e){var t=e.alterRowOffset||0,n=e.alterColumnOffset||0;return e.destinationRow+t>this.hot.countRows()||e.destinationColumn+n>this.hot.countCols()?void this.throwOutOfBoundsWarning():(this.hot.setCellMeta(e.destinationRow,e.destinationColumn,"readOnly",!1),this.hot.setCellMeta(e.destinationRow,e.destinationColumn,"className",""),void this.hot.setDataAtCell(e.destinationRow+t,e.destinationColumn+n,"","columnSummary"))},setEndpointValue:function(e,t){var n=e.alterRowOffset||0,o=e.alterColumnOffset||0,r=Math.max(-n,0),i=Math.max(-o,0);return e.destinationRow+r>this.hot.countRows()||e.destinationColumn+i>this.hot.countCols()?void this.throwOutOfBoundsWarning():("init"===t&&(this.hot.setCellMeta(e.destinationRow+r,e.destinationColumn+i,"readOnly",e.readOnly),this.hot.setCellMeta(e.destinationRow+r,e.destinationColumn+i,"className","columnSummaryResult")),e.roundFloat&&!isNaN(e.result)&&(e.result=e.result.toFixed(e.roundFloat)),this.hot.setDataAtCell(e.destinationRow,e.destinationColumn,e.result,"columnSummary"),e.alterRowOffset=void 0,void(e.alterColOffset=void 0))},throwOutOfBoundsWarning:function(){console.warn("One of the Column Summary plugins' destination points you provided is beyond the table boundaries!")},calculateSum:function(e){var t=0;for(var n in e.ranges)e.ranges.hasOwnProperty(n)&&(t+=this.getPartialSum(e.ranges[n],e.sourceColumn));return t},getPartialSum:function(e,t){var n=0,o=e[1]||e[0];do n+=this.getCellValue(o,t)||0,o--;while(o>=e[0]);return n},calculateMinMax:function(e,t){var n=null;for(var o in e.ranges)if(e.ranges.hasOwnProperty(o)){var r=this.getPartialMinMax(e.ranges[o],e.sourceColumn,t);if(null===n&&null!==r&&(n=r),null!==r)switch(t){case"min":n=Math.min(n,r);break;case"max":n=Math.max(n,r)}}return null===n?"Not enough data":n},getPartialMinMax:function(e,t,n){var o,r=null,i=e[1]||e[0];do{if(o=this.getCellValue(i,t)||null,null===r)r=o;else if(null!==o)switch(n){case"min":r=Math.min(r,o);break;case"max":r=Math.max(r,o)}i--}while(i>=e[0]);return r},countEmpty:function(e,t){var n,o=0,r=e[1]||e[0];do n=this.getCellValue(r,t),n||o++,r--;while(r>=e[0]);return o},countEntries:function(e){var t=0,n=e.ranges;for(var o in n)if(n.hasOwnProperty(o)){var r=void 0===n[o][1]?1:n[o][1]-n[o][0]+1,i=this.countEmpty(n[o],e.sourceColumn);t+=r,t-=i}return t},calculateAverage:function(e){var t=this.calculateSum(e),n=this.countEntries(e);return t/n},getCellValue:function(e,t){var n=this.hot.getDataAtCell(e,t),o=this.hot.getCellMeta(e,t).className||"";if(o.indexOf("columnSummaryResult")>-1)return null;if(this.currentEndpoint.forceNumeric&&("string"==typeof n&&(n=n.replace(/,/,".")),n=parseFloat(n,10)),isNaN(n)&&!this.currentEndpoint.suppressDataTypeErrors)throw new Error("ColumnSummary plugin: cell at (${row}, ${col}) is not in a numeric format. Cannot do the calculation.");return n}},{},l),f("columnSummary",m)},{"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array":42,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object":52,"../../../node_modules/hot-builder/node_modules/handsontable/src/plugins.js":61,"../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/_base.js":62}],120:[function(e,t,n){"use strict";Object.defineProperties(n,{DropdownMenu:{get:function(){return L}},__esModule:{value:!0}});var o,r,i,s,l,a,u,d,c,h,f,m,p=(o=e("../../browser"),o&&o.__esModule&&o||{"default":o})["default"],g=(r=e("../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/_base"),r&&r.__esModule&&r||{"default":r})["default"],v=(i=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array"),i&&i.__esModule&&i||{"default":i}).arrayEach,w=((s=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object"),s&&s.__esModule&&s||{"default":s}).objectEach,(l=e("../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/contextMenu/commandExecutor"),l&&l.__esModule&&l||{"default":l}).CommandExecutor),b=(a=e("../../../node_modules/hot-builder/node_modules/handsontable/src/eventManager"),a&&a.__esModule&&a||{"default":a}).EventManager,y=(u=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element"),u&&u.__esModule&&u||{"default":u}),C=(y.getWindowScrollTop,y.getWindowScrollLeft,y.hasClass),_=(y.closest,(d=e("../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/contextMenu/itemsFactory"),d&&d.__esModule&&d||{"default":d}).ItemsFactory),R=(c=e("../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/contextMenu/menu"),c&&c.__esModule&&c||{"default":c}).Menu,M=(h=e("../../../node_modules/hot-builder/node_modules/handsontable/src/plugins"),h&&h.__esModule&&h||{"default":h}).registerPlugin,S=(f=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/event"),f&&f.__esModule&&f||{
"default":f}).stopPropagation,E=(m=e("../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/contextMenu/predefinedItems"),m&&m.__esModule&&m||{"default":m}),O=E.COLUMN_LEFT,T=E.COLUMN_RIGHT,k=E.REMOVE_COLUMN,A=E.CLEAR_COLUMN,H=E.READ_ONLY,P=E.ALIGNMENT,x=E.SEPARATOR,D="changeType",L=function(e){var t=this;$traceurRuntime.superConstructor(N).call(this,e),this.eventManager=new b(this),this.commandExecutor=new w(this.hot),this.itemsFactory=null,this.menu=null,this.hot.addHook("afterGetColHeader",function(e,n){return t.onAfterGetColHeader(e,n)})},N=L;$traceurRuntime.createClass(L,{isEnabled:function(){return this.hot.getSettings().dropdownMenu},enablePlugin:function(){var e=this;if(!this.enabled){this.itemsFactory=new _(this.hot,N.DEFAULT_ITEMS);var t=this.hot.getSettings().dropdownMenu,n={items:this.itemsFactory.getItems(t)};this.registerEvents(),"function"==typeof t.callback&&this.commandExecutor.setCommonCallback(t.callback),$traceurRuntime.superGet(this,N.prototype,"enablePlugin").call(this),this.callOnPluginsReady(function(){e.hot.runHooks("afterDropdownMenuDefaultOptions",n),e.itemsFactory.setPredefinedItems(n.items);var o=e.itemsFactory.getItems(t);e.menu=new R(e.hot,{className:"htDropdownMenu",keepInViewport:!0}),e.menu.setMenuItems(o),e.menu.addLocalHook("afterOpen",function(){return e.onMenuAfterOpen()}),e.menu.addLocalHook("afterClose",function(){return e.onMenuAfterClose()}),e.menu.addLocalHook("executeCommand",function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return e.executeCommand.apply(e,t)}),v(o,function(t){return e.commandExecutor.registerCommand(t.key,t)})})}},updatePlugin:function(){this.disablePlugin(),this.enablePlugin(),$traceurRuntime.superGet(this,N.prototype,"updatePlugin").call(this)},disablePlugin:function(){this.close(),this.menu&&this.menu.destroy(),$traceurRuntime.superGet(this,N.prototype,"disablePlugin").call(this)},registerEvents:function(){var e=this;this.eventManager.addEventListener(this.hot.rootElement,"click",function(t){return e.onTableClick(t)})},open:function(e){this.menu&&(this.menu.open(),e.width&&this.menu.setOffset("left",e.width),this.menu.setPosition(e),this.menu.hotMenu.isHotTableEnv=this.hot.isHotTableEnv,p.eventManager.isHotTableEnv=this.hot.isHotTableEnv)},close:function(){this.menu&&this.menu.close()},executeCommand:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.commandExecutor.execute.apply(this.commandExecutor,e)},onTableClick:function(e){if(S(e),C(e.target,D)&&!this.menu.isOpened()){var t=e.target.getBoundingClientRect();this.open({left:t.left,top:t.top+e.target.offsetHeight+3,width:t.width,height:t.height})}},onAfterGetColHeader:function(e,t){var n=t.parentNode;if(n){var o=n.parentNode.childNodes,r=Array.prototype.indexOf.call(o,n);if(!(0>e||r!==o.length-1)){var i=t.querySelector("."+D);if(!this.enabled||!i){if(!this.enabled)return void(i&&i.parentNode.removeChild(i));var s=document.createElement("button");s.className=D,s.onclick=function(){return!1},t.firstChild.insertBefore(s,t.firstChild.firstChild)}}}},onMenuAfterOpen:function(){this.hot.runHooks("afterDropdownMenuShow",this)},onMenuAfterClose:function(){this.hot.listen(),this.hot.runHooks("afterDropdownMenuHide",this)},destroy:function(){this.close(),this.menu&&this.menu.destroy(),$traceurRuntime.superGet(this,N.prototype,"destroy").call(this)}},{get DEFAULT_ITEMS(){return[O,T,x,k,x,A,x,H,x,P]}},g),L.SEPARATOR={name:x},p.hooks.register("afterDropdownMenuDefaultOptions"),p.hooks.register("afterDropdownMenuShow"),p.hooks.register("afterDropdownMenuHide"),p.hooks.register("afterDropdownMenuExecute"),M("dropdownMenu",L)},{"../../../node_modules/hot-builder/node_modules/handsontable/src/eventManager":41,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array":42,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element":46,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/event":47,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object":52,"../../../node_modules/hot-builder/node_modules/handsontable/src/plugins":61,"../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/_base":62,"../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/contextMenu/commandExecutor":69,"../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/contextMenu/itemsFactory":72,"../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/contextMenu/menu":73,"../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/contextMenu/predefinedItems":74,"../../browser":113}],121:[function(e,t,n){"use strict";Object.defineProperties(n,{DataProvider:{get:function(){return a}},__esModule:{value:!0}});var o,r,i,s=((o=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array"),o&&o.__esModule&&o||{"default":o}).arrayEach,r=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object"),r&&r.__esModule&&r||{"default":r}),l=(s.extend,s.clone,(i=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number"),i&&i.__esModule&&i||{"default":i}).rangeEach),a=function(e){this.hot=e,this.options={}};$traceurRuntime.createClass(a,{setOptions:function(e){this.options=e},getData:function(){var e=this,t=this._getDataRange(),n=t.startRow,o=t.startCol,r=t.endRow,i=t.endCol,s=this.options,a=[];return l(n,r,function(t){var n=[];!s.exportHiddenRows&&e._isHiddenRow(t)||(l(o,i,function(o){!s.exportHiddenColumns&&e._isHiddenColumn(o)||n.push(e.hot.getDataAtCell(t,o))}),a.push(n))}),a},getRowHeaders:function(){var e=this,t=[];if(this.options.rowHeaders){var n=this._getDataRange(),o=n.startRow,r=n.endRow,i=this.hot.getRowHeader();l(o,r,function(n){!e.options.exportHiddenRows&&e._isHiddenRow(n)||t.push(i[n])})}return t},getColumnHeaders:function(){var e=this,t=[];if(this.options.columnHeaders){var n=this._getDataRange(),o=n.startCol,r=n.endCol,i=this.hot.getColHeader();l(o,r,function(n){!e.options.exportHiddenColumns&&e._isHiddenColumn(n)||t.push(i[n])})}return t},_getDataRange:function(){var e,t,n,o,r=this.hot.countCols()-1,i=this.hot.countRows()-1,s=this.options.range,l=void 0===(e=s[0])?0:e,a=void 0===(t=s[1])?0:t,u=void 0===(n=s[2])?i:n,d=void 0===(o=s[3])?r:o;return l=Math.max(l,0),a=Math.max(a,0),u=Math.min(u,i),d=Math.min(d,r),{startRow:l,startCol:a,endRow:u,endCol:d}},_isHiddenRow:function(e){return this.hot.hasHook("hiddenRow")&&this.hot.runHooks("hiddenRow",e)},_isHiddenColumn:function(e){return this.hot.hasHook("hiddenColumn")&&this.hot.runHooks("hiddenColumn",e)}},{})},{"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array":42,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number":51,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object":52}],122:[function(e,t,n){"use strict";Object.defineProperties(n,{ExportFile:{get:function(){return p}},__esModule:{value:!0}});var o,r,i,s,l,a=(o=e("../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/_base"),o&&o.__esModule&&o||{"default":o})["default"],u=(r=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object"),r&&r.__esModule&&r||{"default":r}),d=(u.objectEach,u.extend,u.clone,(i=e("../../../node_modules/hot-builder/node_modules/handsontable/src/plugins"),i&&i.__esModule&&i||{"default":i}).registerPlugin),c=(s=e("dataProvider"),s&&s.__esModule&&s||{"default":s}).DataProvider,h=(l=e("typeFactory"),l&&l.__esModule&&l||{"default":l}),f=h.typeFactory,m=h.EXPORT_TYPES,p=function(e){$traceurRuntime.superConstructor(g).call(this,e)},g=p;$traceurRuntime.createClass(p,{isEnabled:function(){return!0},exportAsString:function(e){var t=void 0!==arguments[1]?arguments[1]:{};return this._createTypeFormatter(e,t)["export"]()},exportAsBlob:function(e){var t=void 0!==arguments[1]?arguments[1]:{};return this._createBlob(this._createTypeFormatter(e,t))},downloadFile:function(e){var t=void 0!==arguments[1]?arguments[1]:{},n=this._createTypeFormatter(e,t),o=this._createBlob(n),r=window.URL||window.webkitURL,i=document.createElement("a"),s=n.options.filename+"."+n.options.fileExtension;if(void 0!==i.download){var l=r.createObjectURL(o);i.style.display="none",i.setAttribute("href",l),i.setAttribute("download",s),document.body.appendChild(i),i.dispatchEvent(new MouseEvent("click")),document.body.removeChild(i),setTimeout(function(){r.revokeObjectURL(l)},100)}else navigator.msSaveOrOpenBlob&&navigator.msSaveOrOpenBlob(o,s)},_createTypeFormatter:function(e){var t=void 0!==arguments[1]?arguments[1]:{};if(!m[e])throw new Error('Export format type "'+e+'" is not supported.');return f(e,new c(this.hot),t)},_createBlob:function(e){var t=null;return"undefined"!=typeof Blob&&(t=new Blob([e["export"]()],{type:e.options.mimeType+";charset="+e.options.encoding})),t}},{},a),d("exportFile",p)},{"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object":52,"../../../node_modules/hot-builder/node_modules/handsontable/src/plugins":61,"../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/_base":62,dataProvider:121,typeFactory:123}],123:[function(e,t,n){"use strict";function o(e,t,n){return"function"==typeof d[e]?new d[e](t,n):null}var r;Object.defineProperties(n,{TYPE_CSV:{get:function(){return l}},TYPE_EXCEL:{get:function(){return a}},TYPE_PDF:{get:function(){return u}},EXPORT_TYPES:{get:function(){return d}},typeFactory:{get:function(){return o}},__esModule:{value:!0}});var i,s=(i=e("types/csv.js"),i&&i.__esModule&&i||{"default":i}).Csv,l="csv",a="excel",u="pdf",d=(r={},Object.defineProperty(r,l,{value:s,configurable:!0,enumerable:!0,writable:!0}),r)},{"types/csv.js":125}],124:[function(e,t,n){"use strict";Object.defineProperties(n,{BaseType:{get:function(){return f}},__esModule:{value:!0}});var o,r,i,s,l=((o=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array"),o&&o.__esModule&&o||{"default":o}).arrayEach,r=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object"),r&&r.__esModule&&r||{"default":r}),a=l.extend,u=l.clone,d=((i=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number"),i&&i.__esModule&&i||{"default":i}).rangeEach,s=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/string"),s&&s.__esModule&&s||{"default":s}),c=d.substitute,h=d.padStart,f=function(e,t){this.dataProvider=e,this.options=this._mergeOptions(t),this.dataProvider.setOptions(this.options)},m=f;$traceurRuntime.createClass(f,{_mergeOptions:function(e){var t=u(this.constructor.DEFAULT_OPTIONS),n=new Date;return t=a(u(m.DEFAULT_OPTIONS),t),t=a(t,e),t.filename=c(t.filename,{YYYY:n.getFullYear(),MM:h(n.getMonth()+1,2,"0"),DD:h(n.getDate(),2,"0")}),t}},{get DEFAULT_OPTIONS(){return{mimeType:"text/plain",fileExtension:"txt",filename:"Handsontable [YYYY]-[MM]-[DD]",encoding:"utf-8",columnHeaders:!1,rowHeaders:!1,exportHiddenColumns:!1,exportHiddenRows:!1,range:[]}}})},{"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array":42,"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number":51,"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object":52,"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/string":54}],125:[function(e,t,n){"use strict";Object.defineProperties(n,{Csv:{get:function(){return m}},__esModule:{value:!0}});var o,r,i,s=(o=e("_base.js"),o&&o.__esModule&&o||{"default":o}).BaseType,l=(r=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array"),r&&r.__esModule&&r||{"default":r}),a=l.arrayEach,u=l.arrayMap,d=(i=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/mixed"),i&&i.__esModule&&i||{"default":i}).stringify,c=String.fromCharCode(13),h=String.fromCharCode(34),f=String.fromCharCode(10),m=function(e,t){$traceurRuntime.superConstructor(p).call(this,e,t)},p=m;$traceurRuntime.createClass(m,{"export":function(){var e=this,t=this.options,n=this.dataProvider.getData(),o=this.dataProvider.getColumnHeaders(),r=o.length>0,i=this.dataProvider.getRowHeaders(),s=i.length>0,l="\ufeff";return r&&(o=u(o,function(t){return e._escapeCell(t,!0)}),s&&(l+=t.columnDelimiter),l+=o.join(t.columnDelimiter),l+=t.rowDelimiter),a(n,function(n,o){o>0&&(l+=t.rowDelimiter),s&&(l+=e._escapeCell(i[o])+t.columnDelimiter),l+=n.map(function(t){return e._escapeCell(t)}).join(t.columnDelimiter)}),l},_escapeCell:function(e){var t=void 0!==arguments[1]?arguments[1]:!1;return e=d(e),""!==e&&(t||e.indexOf(c)>=0||e.indexOf(h)>=0||e.indexOf(f)>=0||e.indexOf(this.options.columnDelimiter)>=0)&&(e=e.replace(new RegExp('"',"g"),'""'),e='"'+e+'"'),e}},{get DEFAULT_OPTIONS(){return{mimeType:"text/csv",fileExtension:"csv",columnDelimiter:",",rowDelimiter:"\r\n"}}},s)},{"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array":42,"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/mixed":50,"_base.js":124}],126:[function(e,t,n){"use strict";Object.defineProperties(n,{BaseComponent:{get:function(){return c}},__esModule:{value:!0}});var o,r,i,s,l=(o=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array"),o&&o.__esModule&&o||{"default":o}).arrayEach,a=(r=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object"),r&&r.__esModule&&r||{"default":r}).mixin,u=(i=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/mixins/localHooks"),i&&i.__esModule&&i||{"default":i}).localHooks,d=(s=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/mixins/stateSaver"),s&&s.__esModule&&s||{"default":s}).stateSaver,c=function(e){this.hot=e,this.elements=[],this.hidden=!1};$traceurRuntime.createClass(c,{reset:function(){l(this.elements,function(e){return e.reset()})},hide:function(){this.hidden=!0},show:function(){this.hidden=!1},isHidden:function(){return this.hidden},destroy:function(){this.clearLocalHooks(),l(this.elements,function(e){return e.destroy()}),this.elements=null,this.hot=null}},{}),a(c,u),a(c,d)},{"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array":42,"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object":52,"../../../../node_modules/hot-builder/node_modules/handsontable/src/mixins/localHooks":57,"../../../../node_modules/hot-builder/node_modules/handsontable/src/mixins/stateSaver":58}],127:[function(e,t,n){"use strict";Object.defineProperties(n,{ActionBarComponent:{get:function(){return h}},__esModule:{value:!0}});var o,r,i,s,l,a=(o=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element"),o&&o.__esModule&&o||{"default":o}).addClass,u=(r=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array"),r&&r.__esModule&&r||{"default":r}).arrayEach,d=(i=e("_base"),i&&i.__esModule&&i||{"default":i}).BaseComponent,c=(s=e("ui/input"),s&&s.__esModule&&s||{"default":s}).InputUI,h=((l=e("ui/select"),l&&l.__esModule&&l||{"default":l}).SelectUI,function(e){$traceurRuntime.superConstructor(f).call(this,e),this.elements.push(new c(this.hot,{type:"button",value:"OK",className:"htUIButton htUIButtonOK",identifier:f.BUTTON_OK})),this.elements.push(new c(this.hot,{type:"button",value:"Cancel",className:"htUIButton htUIButtonCancel",identifier:f.BUTTON_CANCEL})),this.registerHooks()}),f=h;$traceurRuntime.createClass(h,{registerHooks:function(){var e=this;u(this.elements,function(t){t.addLocalHook("click",function(t,n){return e.onButtonClick(t,n)})})},getMenuItemDescriptor:function(){var e=this;return{key:"filter_action_bar",name:"Action bar",isCommand:!1,disableSelection:!0,hidden:function(){return e.isHidden()},renderer:function(t,n,o,r,i,s){return a(n.parentNode,"htFiltersMenuActionBar"),u(e.elements,function(e){return n.appendChild(e.element)}),n}}},accept:function(){this.runLocalHooks("accept")},cancel:function(){this.runLocalHooks("cancel")},onButtonClick:function(e,t){t.options.identifier===f.BUTTON_OK?this.accept():this.cancel()}},{get BUTTON_OK(){return"ok"},get BUTTON_CANCEL(){return"cancel"}},d)},{"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array":42,"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element":46,_base:126,"ui/input":158,"ui/select":160}],128:[function(e,t,n){"use strict";Object.defineProperties(n,{ConditionComponent:{get:function(){return O}},__esModule:{value:!0}});var o,r,i,s,l,a,u,d,c,h,f=(o=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element"),o&&o.__esModule&&o||{"default":o}).addClass,m=(r=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/event"),r&&r.__esModule&&r||{"default":r}).stopImmediatePropagation,p=(i=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array"),i&&i.__esModule&&i||{"default":i}),g=p.arrayEach,v=p.arrayFilter,w=((s=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object"),s&&s.__esModule&&s||{"default":s}).extend,(l=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/unicode"),l&&l.__esModule&&l||{"default":l}).isKey),b=(a=e("_base"),a&&a.__esModule&&a||{"default":a}).BaseComponent,y=(u=e("constants"),u&&u.__esModule&&u||{"default":u}),C=y.getOptionsList,_=y.FORMULA_NONE,R=y.FORMULA_BY_VALUE,M=(d=e("ui/input"),d&&d.__esModule&&d||{"default":d}).InputUI,S=(c=e("ui/select"),c&&c.__esModule&&c||{"default":c}).SelectUI,E=(h=e("formulaRegisterer"),h&&h.__esModule&&h||{"default":h}).getFormulaDescriptor,O=function(e){$traceurRuntime.superConstructor(T).call(this,e),this.elements.push(new S(this.hot)),this.elements.push(new M(this.hot,{placeholder:"Value"})),this.elements.push(new M(this.hot,{placeholder:"Second value"})),this.registerHooks()},T=O;$traceurRuntime.createClass(O,{registerHooks:function(){var e=this;this.getSelectElement().addLocalHook("select",function(t){return e.onConditionSelect(t)}),g(this.getInputElements(),function(t){t.addLocalHook("keydown",function(t){return e.onInputKeyDown(t)})})},setState:function(e){var t=this;this.reset(),e&&(this.getSelectElement().setValue(e.command),g(e.args,function(n,o){var r=t.getInputElement(o);r.setValue(n),r[e.command.inputsCount>o?"show":"hide"](),o||setTimeout(function(){return r.focus()},10)}))},getState:function(){var e=this.getSelectElement().getValue()||E(_),t=[];return g(this.getInputElements(),function(n,o){e.inputsCount>o&&t.push(n.getValue())}),{command:e,args:t}},updateState:function(e){var t=e,n=t.column,o=t.formulas,r=v(o,function(e){return e.name!==R})[0];r&&r.name===R||this.setCachedState(n,{command:E(r?r.name:_),args:r?r.args:[]})},getSelectElement:function(){return this.elements.filter(function(e){return e instanceof S})[0]},getInputElement:function(){var e=void 0!==arguments[0]?arguments[0]:0;return this.getInputElements()[e]},getInputElements:function(){return this.elements.filter(function(e){return e instanceof M})},getMenuItemDescriptor:function(){var e=this;return{key:"filter_by_condition",name:"",isCommand:!1,disableSelection:!0,hidden:function(){return e.isHidden()},renderer:function(t,n,o,r,i,s){f(n.parentNode,"htFiltersMenuCondition");var l=document.createElement("div");return f(l,"htFiltersMenuLabel"),l.textContent="Filter by condition:",n.appendChild(l),g(e.elements,function(e){return n.appendChild(e.element)}),n}}},reset:function(){var e=this.hot.getPlugin("filters").getSelectedColumn(),t=this.hot.getDataType.apply(this.hot,this.hot.getSelected()||[0,e]),n=C(t);g(this.getInputElements(),function(e){return e.hide()}),this.getSelectElement().setItems(n),$traceurRuntime.superGet(this,T.prototype,"reset").call(this),this.getSelectElement().setValue(n[0])},onConditionSelect:function(e){g(this.getInputElements(),function(t,n){t[e.inputsCount>n?"show":"hide"](),n||setTimeout(function(){return t.focus()},10)})},onInputKeyDown:function(e){w(e.keyCode,"ENTER")?(this.runLocalHooks("accept"),m(e)):w(e.keyCode,"ESCAPE")&&(this.runLocalHooks("cancel"),m(e))}},{},b)},{"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array":42,"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element":46,"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/event":47,"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object":52,"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/unicode":55,_base:126,constants:130,formulaRegisterer:155,"ui/input":158,"ui/select":160}],129:[function(e,t,n){"use strict";Object.defineProperties(n,{ValueComponent:{get:function(){return k}},__esModule:{value:!0}});var o,r,i,s,l,a,u,d,c,h,f=(o=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element"),o&&o.__esModule&&o||{"default":o}).addClass,m=(r=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/event"),r&&r.__esModule&&r||{"default":r}).stopImmediatePropagation,p=(i=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array"),i&&i.__esModule&&i||{"default":i}),g=p.arrayEach,v=(p.arrayUnique,p.arrayFilter),w=p.arrayMap,b=((s=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/string"),s&&s.__esModule&&s||{"default":s}).stringify,l=e("utils"),l&&l.__esModule&&l||{"default":l}),y=b.unifyColumnValues,C=b.intersectValues,_=(a=e("_base"),a&&a.__esModule&&a||{"default":a}).BaseComponent,R=(u=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/unicode"),u&&u.__esModule&&u||{"default":u}).isKey,M=(d=e("ui/multipleSelect"),d&&d.__esModule&&d||{"default":d}).MultipleSelectUI,S=(c=e("constants"),c&&c.__esModule&&c||{"default":c}),E=S.FORMULA_BY_VALUE,O=S.FORMULA_NONE,T=(h=e("formulaRegisterer"),h&&h.__esModule&&h||{"default":h}).getFormulaDescriptor,k=function(e){$traceurRuntime.superConstructor(A).call(this,e),this.elements.push(new M(this.hot)),this.registerHooks()},A=k;$traceurRuntime.createClass(k,{registerHooks:function(){var e=this;this.getMultipleSelectElement().addLocalHook("keydown",function(t){return e.onInputKeyDown(t)})},setState:function(e){if(this.reset(),e&&e.command.key===E){var t=this.getMultipleSelectElement();t.setItems(e.itemsSnapshot),t.setValue(e.args[0])}},getState:function(){var e=this.getMultipleSelectElement(),t=e.getItems();return{command:{key:e.isSelectedAllValues()||!t.length?O:E},args:[e.getValue()],itemsSnapshot:t}},updateState:function(e,t,n){var o=this,r=e,i=r.column,s=r.formulas,l=function(e,t,r){var i=v(t,function(e){return e.name===E})[0],s={};if(i){var l=w(n(e,r),function(e){return e.value});l=y(l);var a=[],u=C(l,i.args[0],function(e){e.checked&&a.push(e.value)});s.args=[a],s.command=T(E),s.itemsSnapshot=u}else s.args=[],s.command=T(O);o.setCachedState(e,s)};if(l(i,s),t.length){var a=t[0],u=a.column,d=a.formulas;l(u,d,e)}},getMultipleSelectElement:function(){return this.elements.filter(function(e){return e instanceof M})[0]},getMenuItemDescriptor:function(){var e=this;return{key:"filter_by_value",name:"Filter by value",isCommand:!1,disableSelection:!0,hidden:function(){return e.isHidden()},renderer:function(t,n,o,r,i,s){f(n.parentNode,"htFiltersMenuValue");var l=document.createElement("div");return f(l,"htFiltersMenuLabel"),l.textContent="Filter by value:",n.appendChild(l),g(e.elements,function(e){return n.appendChild(e.element)}),n}}},reset:function(){var e=this._getColumnVisibleValues();e=y(e),this.getMultipleSelectElement().setItems(C(e,e)),$traceurRuntime.superGet(this,A.prototype,"reset").call(this),this.getMultipleSelectElement().setValue(e)},onInputKeyDown:function(e){R(e.keyCode,"ESCAPE")&&(this.runLocalHooks("cancel"),m(e))},_getColumnVisibleValues:function(){var e=this.hot.getPlugin("filters").getSelectedColumn();return this.hot.getDataAtCol(e)}},{},_)},{"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array":42,"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element":46,"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/event":47,"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/string":54,"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/unicode":55,_base:126,constants:130,formulaRegisterer:155,"ui/multipleSelect":159,utils:161}],130:[function(e,t,n){"use strict";function o(e){var t=[];return re[e]||(e=ne),H(re[e],function(e){var n;n=e===P?{name:P}:A(x(e)),t.push(n)}),t}var r;Object.defineProperties(n,{FORMULA_NONE:{get:function(){return D}},FORMULA_EMPTY:{get:function(){return L}},FORMULA_NOT_EMPTY:{get:function(){return N}},FORMULA_EQUAL:{get:function(){return I}},FORMULA_NOT_EQUAL:{get:function(){return W}},FORMULA_GREATER_THAN:{get:function(){return F}},FORMULA_GREATER_THAN_OR_EQUAL:{get:function(){return j}},FORMULA_LESS_THAN:{get:function(){return B}},FORMULA_LESS_THAN_OR_EQUAL:{get:function(){return V}},FORMULA_BETWEEN:{get:function(){return U}},FORMULA_NOT_BETWEEN:{get:function(){return Y}},FORMULA_BEGINS_WITH:{get:function(){return z}},FORMULA_ENDS_WITH:{get:function(){return G}},FORMULA_CONTAINS:{get:function(){return $}},FORMULA_NOT_CONTAINS:{get:function(){return K}},FORMULA_DATE_BEFORE:{get:function(){return X}},FORMULA_DATE_AFTER:{get:function(){return q}},FORMULA_TOMORROW:{get:function(){return Z}},FORMULA_TODAY:{get:function(){return J}},FORMULA_YESTERDAY:{get:function(){return Q}},FORMULA_BY_VALUE:{get:function(){return ee}},TYPE_NUMERIC:{get:function(){return te}},TYPE_TEXT:{get:function(){return ne}},TYPE_DATE:{get:function(){return oe}},TYPES:{get:function(){return re}},getOptionsList:{get:function(){return o}},__esModule:{value:!0}});var i,s,l,a,u,d,c,h,f,m,p,g,v,w,b,y,C,_,R,M,S,E,O,T,k,A=(i=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object"),i&&i.__esModule&&i||{"default":i}).clone,H=(s=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array"),s&&s.__esModule&&s||{"default":s}).arrayEach,P=(l=e("../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/contextMenu/predefinedItems"),l&&l.__esModule&&l||{"default":l}).SEPARATOR,x=(a=e("formulaRegisterer"),a&&a.__esModule&&a||{"default":a}).getFormulaDescriptor,D=(u=e("formula/none"),u&&u.__esModule&&u||{"default":u}).FORMULA_NAME,L=(d=e("formula/empty"),d&&d.__esModule&&d||{"default":d}).FORMULA_NAME,N=(c=e("formula/notEmpty"),c&&c.__esModule&&c||{"default":c}).FORMULA_NAME,I=(h=e("formula/equal"),h&&h.__esModule&&h||{"default":h}).FORMULA_NAME,W=(f=e("formula/notEqual"),f&&f.__esModule&&f||{"default":f}).FORMULA_NAME,F=(m=e("formula/greaterThan"),m&&m.__esModule&&m||{"default":m}).FORMULA_NAME,j=(p=e("formula/greaterThanOrEqual"),p&&p.__esModule&&p||{"default":p}).FORMULA_NAME,B=(g=e("formula/lessThan"),g&&g.__esModule&&g||{"default":g}).FORMULA_NAME,V=(v=e("formula/lessThanOrEqual"),v&&v.__esModule&&v||{"default":v}).FORMULA_NAME,U=(w=e("formula/between"),w&&w.__esModule&&w||{"default":w}).FORMULA_NAME,Y=(b=e("formula/notBetween"),b&&b.__esModule&&b||{"default":b}).FORMULA_NAME,z=(y=e("formula/beginsWith"),y&&y.__esModule&&y||{"default":y}).FORMULA_NAME,G=(C=e("formula/endsWith"),C&&C.__esModule&&C||{"default":C}).FORMULA_NAME,$=(_=e("formula/contains"),_&&_.__esModule&&_||{"default":_}).FORMULA_NAME,K=(R=e("formula/notContains"),R&&R.__esModule&&R||{"default":R}).FORMULA_NAME,X=(M=e("formula/date/before"),M&&M.__esModule&&M||{"default":M}).FORMULA_NAME,q=(S=e("formula/date/after"),S&&S.__esModule&&S||{"default":S}).FORMULA_NAME,Z=(E=e("formula/date/tomorrow"),E&&E.__esModule&&E||{"default":E}).FORMULA_NAME,J=(O=e("formula/date/today"),O&&O.__esModule&&O||{"default":O}).FORMULA_NAME,Q=(T=e("formula/date/yesterday"),T&&T.__esModule&&T||{"default":T}).FORMULA_NAME,ee=(k=e("formula/byValue"),k&&k.__esModule&&k||{"default":k}).FORMULA_NAME,te="numeric",ne="text",oe="date",re=(r={},Object.defineProperty(r,te,{value:[D,P,L,N,P,I,W,P,F,j,B,V,U,Y],configurable:!0,enumerable:!0,writable:!0}),Object.defineProperty(r,ne,{value:[D,P,L,N,P,I,W,P,z,G,P,$,K],configurable:!0,enumerable:!0,writable:!0}),Object.defineProperty(r,oe,{value:[D,P,L,N,P,I,W,P,X,q,U,P,Z,J,Q],configurable:!0,enumerable:!0,writable:!0}),r)},{"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array":42,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object":52,"../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/contextMenu/predefinedItems":74,"formula/beginsWith":133,"formula/between":134,"formula/byValue":135,"formula/contains":136,"formula/date/after":137,"formula/date/before":138,"formula/date/today":139,"formula/date/tomorrow":140,"formula/date/yesterday":141,"formula/empty":142,"formula/endsWith":143,"formula/equal":144,"formula/greaterThan":145,"formula/greaterThanOrEqual":146,"formula/lessThan":147,"formula/lessThanOrEqual":148,"formula/none":149,"formula/notBetween":150,"formula/notContains":151,"formula/notEmpty":152,"formula/notEqual":153,formulaRegisterer:155}],131:[function(e,t,n){"use strict";Object.defineProperties(n,{DataFilter:{get:function(){return l}},__esModule:{value:!0}});var o,r,i=(o=e("../../browser"),o&&o.__esModule&&o||{"default":o})["default"],s=(r=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array"),r&&r.__esModule&&r||{"default":r}).arrayEach,l=function(e){var t=void 0!==arguments[1]?arguments[1]:function(e){return[]};this.formulaCollection=e,this.columnDataFactory=t};$traceurRuntime.createClass(l,{filter:function(){var e=this,t=[];return this.formulaCollection.isEmpty()||s(this.formulaCollection.orderStack,function(n,o){var r=e.columnDataFactory(n);o&&(r=e._getIntersectData(r,t)),t=e.filterByColumn(n,r)}),t},filterByColumn:function(e){var t=void 0!==arguments[1]?arguments[1]:[],n=this,o=[];return s(t,function(t){void 0!==t&&n.formulaCollection.isMatch(t,e)&&o.push(t)}),o},_getIntersectData:function(e,t){var n=[];return s(t,function(t){var o=t.meta.visualRow;void 0!==e[o]&&(n[o]=e[o])}),n}},{}),i.utils.FiltersDataFilter=l},{"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array":42,"../../browser":113}],132:[function(e,t,n){"use strict";Object.defineProperties(n,{Filters:{get:function(){return I}},__esModule:{value:!0}});var o,r,i,s,l,a,u,d,c,h,f,m,p,g,v,w=(o=e("../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/_base"),o&&o.__esModule&&o||{"default":o})["default"],b=(r=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array"),r&&r.__esModule&&r||{"default":r}),y=b.arrayEach,C=b.arrayMap,_=(i=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number"),i&&i.__esModule&&i||{"default":i}).rangeEach,R=(s=e("../../../node_modules/hot-builder/node_modules/handsontable/src/eventManager"),s&&s.__esModule&&s||{"default":s}).EventManager,M=(l=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element"),l&&l.__esModule&&l||{"default":l}),S=M.addClass,E=M.removeClass,O=M.closest,T=(a=e("../../../node_modules/hot-builder/node_modules/handsontable/src/plugins"),a&&a.__esModule&&a||{"default":a}).registerPlugin,k=(u=e("component/condition"),u&&u.__esModule&&u||{"default":u}).ConditionComponent,A=(d=e("component/value"),d&&d.__esModule&&d||{"default":d}).ValueComponent,H=(c=e("component/actionBar"),c&&c.__esModule&&c||{"default":c}).ActionBarComponent,P=(h=e("formulaCollection"),h&&h.__esModule&&h||{"default":h}).FormulaCollection,x=(f=e("dataFilter"),f&&f.__esModule&&f||{"default":f}).DataFilter,D=(m=e("formulaUpdateObserver"),m&&m.__esModule&&m||{"default":m}).FormulaUpdateObserver,L=((p=e("formulaRegisterer"),p&&p.__esModule&&p||{"default":p}).getFormulaDescriptor,(g=e("constants"),g&&g.__esModule&&g||{
"default":g}).FORMULA_NONE),N=(v=e("../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/contextMenu/predefinedItems"),v&&v.__esModule&&v||{"default":v}).SEPARATOR,I=function(e){var t=this;$traceurRuntime.superConstructor(W).call(this,e),this.eventManager=new R(this),this.trimRowsPlugin=null,this.dropdownMenuPlugin=null,this.formulaCollection=null,this.formulaUpdateObserver=null,this.conditionComponent=null,this.valueComponent=null,this.actionBarComponent=null,this.lastSelectedColumn=null,this.hot.addHook("afterGetColHeader",function(e,n){return t.onAfterGetColHeader(e,n)})},W=I;$traceurRuntime.createClass(I,{isEnabled:function(){return!!this.hot.getSettings().filters},enablePlugin:function(){var e=this;if(!this.enabled){this.trimRowsPlugin=this.hot.getPlugin("trimRows"),this.dropdownMenuPlugin=this.hot.getPlugin("dropdownMenu");var t=function(t){return t.addLocalHook("accept",function(){return e.onActionBarSubmit("accept")}),t.addLocalHook("cancel",function(){return e.onActionBarSubmit("cancel")}),t};this.conditionComponent||(this.conditionComponent=t(new k(this.hot))),this.valueComponent||(this.valueComponent=t(new A(this.hot))),this.actionBarComponent||(this.actionBarComponent=t(new H(this.hot))),this.formulaCollection||(this.formulaCollection=new P),this.formulaUpdateObserver||(this.formulaUpdateObserver=new D(this.formulaCollection,function(t){return e.getDataMapAtColumn(t)}),this.formulaUpdateObserver.addLocalHook("update",function(){for(var t,n=[],o=0;o<arguments.length;o++)n[o]=arguments[o];return(t=e.conditionComponent).updateState.apply(t,$traceurRuntime.spread(n))}),this.formulaUpdateObserver.addLocalHook("update",function(){for(var t,n=[],o=0;o<arguments.length;o++)n[o]=arguments[o];return(t=e.valueComponent).updateState.apply(t,$traceurRuntime.spread(n))})),this.conditionComponent.show(),this.valueComponent.show(),this.actionBarComponent.show(),this.registerEvents(),this.addHook("afterDropdownMenuDefaultOptions",function(t){return e.onAfterDropdownMenuDefaultOptions(t)}),this.addHook("afterDropdownMenuShow",function(){return e.onAfterDropdownMenuShow()}),this.addHook("afterDropdownMenuHide",function(){return e.onAfterDropdownMenuHide()}),this.hot.getSettings().trimRows=!0,this.trimRowsPlugin.enablePlugin(),this.hot.getSettings().dropdownMenu&&(this.dropdownMenuPlugin.disablePlugin(),this.dropdownMenuPlugin.enablePlugin()),$traceurRuntime.superGet(this,W.prototype,"enablePlugin").call(this)}},registerEvents:function(){var e=this;this.eventManager.addEventListener(this.hot.rootElement,"click",function(t){return e.onTableClick(t)})},disablePlugin:function(){this.enabled&&(this.conditionComponent.hide(),this.valueComponent.hide(),this.actionBarComponent.hide(),this.formulaCollection.clean(),this.trimRowsPlugin.untrimAll()),$traceurRuntime.superGet(this,W.prototype,"disablePlugin").call(this)},addFormula:function(e,t,n){this.formulaCollection.addFormula(e,{command:{key:t},args:n})},removeFormulas:function(e){this.formulaCollection.removeFormulas(e)},clearFormulas:function(e){void 0===e?this.formulaCollection.clean():this.formulaCollection.clearFormulas(e)},filter:function(){var e=this._createDataFilter(),t=!this.formulaCollection.isEmpty(),n=[],o=this.formulaCollection.exportAllFormulas(),r=this.hot.runHooks("beforeFilter",o);if(r!==!1)if(t){var i=[];this.trimRowsPlugin.trimmedRows.length=0,n=C(e.filter(),function(e){return e.meta.visualRow}),_(this.hot.countSourceRows()-1,function(e){-1===n.indexOf(e)&&i.push(e)}),this.trimRowsPlugin.trimRows(i),n.length||this.hot.deselectCell()}else this.trimRowsPlugin.untrimAll();this.hot.view.wt.wtOverlays.adjustElementsSize(!0),this.hot.render(),this.clearColumnSelection(),this.hot.runHooks("afterFilter",o)},getSelectedColumn:function(){return this.lastSelectedColumn},clearColumnSelection:function(){var e=this.hot.getSelected()||[],t=e[0],n=e[1];void 0!==t&&void 0!==n&&this.hot.selectCell(t,n)},getDataMapAtColumn:function(e){var t=this,n=[];return y(this.hot.getSourceDataAtCol(e),function(o,r){var i=t.hot.getCellMeta(r,e),s=i.row,l=i.col,a=i.visualCol,u=i.visualRow,d=i.type,c=i.instance,h=i.dateFormat;n.push({meta:{row:s,col:l,visualCol:a,visualRow:u,type:d,instance:c,dateFormat:h},value:o})}),n},onAfterDropdownMenuShow:function(){var e=this.getSelectedColumn();this.conditionComponent.restoreState(e),this.valueComponent.restoreState(e)},onAfterDropdownMenuHide:function(){this.conditionComponent.getSelectElement().closeOptions()},onAfterDropdownMenuDefaultOptions:function(e){e.items.push({name:N}),e.items.push(this.conditionComponent.getMenuItemDescriptor()),e.items.push(this.valueComponent.getMenuItemDescriptor()),e.items.push(this.actionBarComponent.getMenuItemDescriptor())},onActionBarSubmit:function(e){if("accept"===e){var t=this.getSelectedColumn(),n=this.conditionComponent.getState(),o=this.valueComponent.getState();this.formulaUpdateObserver.groupChanges(),this.formulaCollection.clearFormulas(t),n.command.key===L&&o.command.key===L&&this.formulaCollection.removeFormulas(t),n.command.key!==L&&this.formulaCollection.addFormula(t,n),o.command.key!==L&&this.formulaCollection.addFormula(t,o),this.formulaUpdateObserver.flush(),this.conditionComponent.saveState(t),this.valueComponent.saveState(t)}this.dropdownMenuPlugin.close(),this.filter()},onAfterGetColHeader:function(e,t){this.enabled&&this.formulaCollection.hasFormulas(e)?S(t,"htFiltersActive"):E(t,"htFiltersActive")},onTableClick:function(e){var t=O(e.target,"TH");t&&(this.lastSelectedColumn=this.hot.getCoords(t).col)},destroy:function(){this.enabled&&(this.conditionComponent.destroy(),this.valueComponent.destroy(),this.actionBarComponent.destroy(),this.formulaCollection.destroy(),this.formulaUpdateObserver.destroy()),$traceurRuntime.superGet(this,W.prototype,"destroy").call(this)},_createDataFilter:function(){var e=void 0!==arguments[0]?arguments[0]:this.formulaCollection,t=this;return new x(e,function(e){return t.getDataMapAtColumn(e)})}},{},w),T("filters",I)},{"../../../node_modules/hot-builder/node_modules/handsontable/src/eventManager":41,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array":42,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element":46,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number":51,"../../../node_modules/hot-builder/node_modules/handsontable/src/plugins":61,"../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/_base":62,"../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/contextMenu/predefinedItems":74,"component/actionBar":127,"component/condition":128,"component/value":129,constants:130,dataFilter:131,formulaCollection:154,formulaRegisterer:155,formulaUpdateObserver:156}],133:[function(e,t,n){"use strict";function o(e){var t=(void 0!==arguments[1]?arguments[1]:inputValues)[0];return a(u(e.value).toLowerCase(),u(t))}Object.defineProperties(n,{FORMULA_NAME:{get:function(){return d}},__esModule:{value:!0}});var r,i,s,l=(r=e("formulaRegisterer"),r&&r.__esModule&&r||{"default":r}).registerFormula,a=(i=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/string"),i&&i.__esModule&&i||{"default":i}).startsWith,u=(s=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/mixed"),s&&s.__esModule&&s||{"default":s}).stringify,d="begins_with";l(d,o,{name:"Begins with",inputsCount:1})},{"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/mixed":50,"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/string":54,formulaRegisterer:155}],134:[function(e,t,n){"use strict";function o(e){var t=void 0!==arguments[1]?arguments[1]:inputValues,n=t[0],o=t[1];if("numeric"===e.meta.type){var r=parseFloat(n,10),i=parseFloat(o,10);n=Math.min(r,i),o=Math.max(r,i)}else if("date"===e.meta.type){var s=u(c,[o]),l=u(d,[n]);return s(e)&&l(e)}return e.value>=n&&e.value<=o}Object.defineProperties(n,{FORMULA_NAME:{get:function(){return h}},__esModule:{value:!0}});var r,i,s,l=(r=e("formulaRegisterer"),r&&r.__esModule&&r||{"default":r}),a=l.registerFormula,u=l.getFormula,d=(i=e("date/after"),i&&i.__esModule&&i||{"default":i}).FORMULA_NAME,c=(s=e("date/before"),s&&s.__esModule&&s||{"default":s}).FORMULA_NAME,h="between";a(h,o,{name:"Is between",inputsCount:2})},{"date/after":137,"date/before":138,formulaRegisterer:155}],135:[function(e,t,n){"use strict";function o(e){var t=(void 0!==arguments[1]?arguments[1]:inputValues)[0],n=t.indexOf(e.value)>=0;return n||(n=t.indexOf(null==e.value?"":e.value)>=0),n}Object.defineProperties(n,{FORMULA_NAME:{get:function(){return s}},__esModule:{value:!0}});var r,i=(r=e("formulaRegisterer"),r&&r.__esModule&&r||{"default":r}).registerFormula,s="by_value";i(s,o,{name:"By value",inputsCount:0})},{formulaRegisterer:155}],136:[function(e,t,n){"use strict";function o(e){var t=(void 0!==arguments[1]?arguments[1]:inputValues)[0];return l(e.value).toLowerCase().indexOf(l(t))>=0}Object.defineProperties(n,{FORMULA_NAME:{get:function(){return a}},__esModule:{value:!0}});var r,i,s=(r=e("formulaRegisterer"),r&&r.__esModule&&r||{"default":r}).registerFormula,l=(i=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/mixed"),i&&i.__esModule&&i||{"default":i}).stringify,a="contains";s(a,o,{name:"Contains",inputsCount:1})},{"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/mixed":50,formulaRegisterer:155}],137:[function(e,t,n){"use strict";function o(e){var t=(void 0!==arguments[1]?arguments[1]:inputValues)[0],n=l(e.value,e.meta.dateFormat),o=l(t,e.meta.dateFormat);return n.isValid()&&o.isValid()?n.diff(o)>=0:!1}Object.defineProperties(n,{FORMULA_NAME:{get:function(){return a}},__esModule:{value:!0}});var r,i,s=(r=e("formulaRegisterer"),r&&r.__esModule&&r||{"default":r}).registerFormula,l=(i=e("moment"),i&&i.__esModule&&i||{"default":i})["default"],a="date_after";s(a,o,{name:"After",inputsCount:1})},{formulaRegisterer:155,moment:"moment"}],138:[function(e,t,n){"use strict";function o(e){var t=(void 0!==arguments[1]?arguments[1]:inputValues)[0],n=l(e.value,e.meta.dateFormat),o=l(t,e.meta.dateFormat);return n.isValid()&&o.isValid()?n.diff(o)<=0:!1}Object.defineProperties(n,{FORMULA_NAME:{get:function(){return a}},__esModule:{value:!0}});var r,i,s=(r=e("formulaRegisterer"),r&&r.__esModule&&r||{"default":r}).registerFormula,l=(i=e("moment"),i&&i.__esModule&&i||{"default":i})["default"],a="date_before";s(a,o,{name:"Before",inputsCount:1})},{formulaRegisterer:155,moment:"moment"}],139:[function(e,t,n){"use strict";function o(e){var t=l(e.value,e.meta.dateFormat);return t.isValid()?t.isSame(l().startOf("day"),"d"):!1}Object.defineProperties(n,{FORMULA_NAME:{get:function(){return a}},__esModule:{value:!0}});var r,i,s=(r=e("formulaRegisterer"),r&&r.__esModule&&r||{"default":r}).registerFormula,l=(i=e("moment"),i&&i.__esModule&&i||{"default":i})["default"],a="date_today";s(a,o,{name:"Today",inputsCount:0})},{formulaRegisterer:155,moment:"moment"}],140:[function(e,t,n){"use strict";function o(e){var t=l(e.value,e.meta.dateFormat);return t.isValid()?t.isSame(l().subtract(-1,"days").startOf("day"),"d"):!1}Object.defineProperties(n,{FORMULA_NAME:{get:function(){return a}},__esModule:{value:!0}});var r,i,s=(r=e("formulaRegisterer"),r&&r.__esModule&&r||{"default":r}).registerFormula,l=(i=e("moment"),i&&i.__esModule&&i||{"default":i})["default"],a="date_tomorrow";s(a,o,{name:"Tomorrow",inputsCount:0})},{formulaRegisterer:155,moment:"moment"}],141:[function(e,t,n){"use strict";function o(e){var t=l(e.value,e.meta.dateFormat);return t.isValid()?t.isSame(l().subtract(1,"days").startOf("day"),"d"):!1}Object.defineProperties(n,{FORMULA_NAME:{get:function(){return a}},__esModule:{value:!0}});var r,i,s=(r=e("formulaRegisterer"),r&&r.__esModule&&r||{"default":r}).registerFormula,l=(i=e("moment"),i&&i.__esModule&&i||{"default":i})["default"],a="date_yesterday";s(a,o,{name:"Yesterday",inputsCount:0})},{formulaRegisterer:155,moment:"moment"}],142:[function(e,t,n){"use strict";function o(e){return""===e.value||null===e.value||void 0===e.value}Object.defineProperties(n,{FORMULA_NAME:{get:function(){return s}},__esModule:{value:!0}});var r,i=(r=e("formulaRegisterer"),r&&r.__esModule&&r||{"default":r}).registerFormula,s="empty";i(s,o,{name:"Is empty",inputsCount:0})},{formulaRegisterer:155}],143:[function(e,t,n){"use strict";function o(e){var t=(void 0!==arguments[1]?arguments[1]:inputValues)[0];return a(u(e.value).toLowerCase(),u(t))}Object.defineProperties(n,{FORMULA_NAME:{get:function(){return d}},__esModule:{value:!0}});var r,i,s,l=(r=e("formulaRegisterer"),r&&r.__esModule&&r||{"default":r}).registerFormula,a=(i=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/string"),i&&i.__esModule&&i||{"default":i}).endsWith,u=(s=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/mixed"),s&&s.__esModule&&s||{"default":s}).stringify,d="ends_with";l(d,o,{name:"Ends with",inputsCount:1})},{"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/mixed":50,"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/string":54,formulaRegisterer:155}],144:[function(e,t,n){"use strict";function o(e){var t=(void 0!==arguments[1]?arguments[1]:inputValues)[0];return s(e.value).toLowerCase()===s(t)}Object.defineProperties(n,{FORMULA_NAME:{get:function(){return a}},__esModule:{value:!0}});var r,i,s=(r=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/mixed"),r&&r.__esModule&&r||{"default":r}).stringify,l=(i=e("formulaRegisterer"),i&&i.__esModule&&i||{"default":i}).registerFormula,a="eq";l(a,o,{name:"Is equal to",inputsCount:1})},{"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/mixed":50,formulaRegisterer:155}],145:[function(e,t,n){"use strict";function o(e){var t=(void 0!==arguments[1]?arguments[1]:inputValues)[0];return"numeric"===e.meta.type&&(t=parseFloat(t,10)),e.value>t}Object.defineProperties(n,{FORMULA_NAME:{get:function(){return s}},__esModule:{value:!0}});var r,i=(r=e("formulaRegisterer"),r&&r.__esModule&&r||{"default":r}).registerFormula,s="gt";i(s,o,{name:"Greater than",inputsCount:1})},{formulaRegisterer:155}],146:[function(e,t,n){"use strict";function o(e){var t=(void 0!==arguments[1]?arguments[1]:inputValues)[0];return"numeric"===e.meta.type&&(t=parseFloat(t,10)),e.value>=t}Object.defineProperties(n,{FORMULA_NAME:{get:function(){return s}},__esModule:{value:!0}});var r,i=(r=e("formulaRegisterer"),r&&r.__esModule&&r||{"default":r}).registerFormula,s="gte";i(s,o,{name:"Greater than or equal to",inputsCount:1})},{formulaRegisterer:155}],147:[function(e,t,n){"use strict";function o(e){var t=(void 0!==arguments[1]?arguments[1]:inputValues)[0];return"numeric"===e.meta.type&&(t=parseFloat(t,10)),e.value<t}Object.defineProperties(n,{FORMULA_NAME:{get:function(){return s}},__esModule:{value:!0}});var r,i=(r=e("formulaRegisterer"),r&&r.__esModule&&r||{"default":r}).registerFormula,s="lt";i(s,o,{name:"Less than",inputsCount:1})},{formulaRegisterer:155}],148:[function(e,t,n){"use strict";function o(e){var t=(void 0!==arguments[1]?arguments[1]:inputValues)[0];return"numeric"===e.meta.type&&(t=parseFloat(t,10)),e.value<=t}Object.defineProperties(n,{FORMULA_NAME:{get:function(){return s}},__esModule:{value:!0}});var r,i=(r=e("formulaRegisterer"),r&&r.__esModule&&r||{"default":r}).registerFormula,s="lte";i(s,o,{name:"Less than or equal to",inputsCount:1})},{formulaRegisterer:155}],149:[function(e,t,n){"use strict";function o(){return!0}Object.defineProperties(n,{FORMULA_NAME:{get:function(){return s}},__esModule:{value:!0}});var r,i=(r=e("formulaRegisterer"),r&&r.__esModule&&r||{"default":r}).registerFormula,s="none";i(s,o,{name:"None",inputsCount:0})},{formulaRegisterer:155}],150:[function(e,t,n){"use strict";function o(e,t){return!a(u,t)(e)}Object.defineProperties(n,{FORMULA_NAME:{get:function(){return d}},__esModule:{value:!0}});var r,i,s=(r=e("formulaRegisterer"),r&&r.__esModule&&r||{"default":r}),l=s.registerFormula,a=s.getFormula,u=(i=e("between"),i&&i.__esModule&&i||{"default":i}).FORMULA_NAME,d="not_between";l(d,o,{name:"Is not between",inputsCount:2})},{between:134,formulaRegisterer:155}],151:[function(e,t,n){"use strict";function o(e,t){return!a(u,t)(e)}Object.defineProperties(n,{FORMULA_NAME:{get:function(){return d}},__esModule:{value:!0}});var r,i,s=(r=e("formulaRegisterer"),r&&r.__esModule&&r||{"default":r}),l=s.registerFormula,a=s.getFormula,u=(i=e("contains"),i&&i.__esModule&&i||{"default":i}).FORMULA_NAME,d="not_contains";l(d,o,{name:"Does not contain",inputsCount:1})},{contains:136,formulaRegisterer:155}],152:[function(e,t,n){"use strict";function o(e,t){return!a(u,t)(e)}Object.defineProperties(n,{FORMULA_NAME:{get:function(){return d}},__esModule:{value:!0}});var r,i,s=(r=e("formulaRegisterer"),r&&r.__esModule&&r||{"default":r}),l=s.registerFormula,a=s.getFormula,u=(i=e("empty"),i&&i.__esModule&&i||{"default":i}).FORMULA_NAME,d="not_empty";l(d,o,{name:"Is not empty",inputsCount:0})},{empty:142,formulaRegisterer:155}],153:[function(e,t,n){"use strict";function o(e,t){return!a(u,t)(e)}Object.defineProperties(n,{FORMULA_NAME:{get:function(){return d}},__esModule:{value:!0}});var r,i,s=(r=e("formulaRegisterer"),r&&r.__esModule&&r||{"default":r}),l=s.registerFormula,a=s.getFormula,u=(i=e("equal"),i&&i.__esModule&&i||{"default":i}).FORMULA_NAME,d="neq";l(d,o,{name:"Is not equal to",inputsCount:1})},{equal:144,formulaRegisterer:155}],154:[function(e,t,n){"use strict";Object.defineProperties(n,{FormulaCollection:{get:function(){return g}},__esModule:{value:!0}});var o,r,i,s,l=(o=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array"),o&&o.__esModule&&o||{"default":o}),a=l.arrayEach,u=l.arrayMap,d=l.arrayFilter,c=(r=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object"),r&&r.__esModule&&r||{"default":r}),h=c.objectEach,f=c.mixin,m=(i=e("formulaRegisterer"),i&&i.__esModule&&i||{"default":i}).getFormula,p=(s=e("../../../node_modules/hot-builder/node_modules/handsontable/src/mixins/localHooks"),s&&s.__esModule&&s||{"default":s}).localHooks,g=function(){this.formulas=Object.create(null),this.orderStack=[]};$traceurRuntime.createClass(g,{isEmpty:function(){return!this.orderStack.length},isMatch:function(e,t){var n=this,o=!0;return void 0===t?h(this.formulas,function(t){return o=n.isMatchInFormulas(t,e)}):o=this.isMatchInFormulas(this.getFormulas(t),e),o},isMatchInFormulas:function(e,t){var n=!1;return e.length?a(e,function(e){return n=e.func(t)}):n=!0,n},addFormula:function(e,t){var n=u(t.args,function(e){return"string"==typeof e?e.toLowerCase():e}),o=t.name||t.command.key;this.runLocalHooks("beforeAdd",e),-1===this.orderStack.indexOf(e)&&this.orderStack.push(e),this.hasFormulas(e,o)?a(this.getFormulas(e),function(e){return e.name===o?(e.func=m(e.name,n),e.args=n,!1):void 0}):this.getFormulas(e).push({name:o,args:n,func:m(o,n)}),this.runLocalHooks("afterAdd",e)},getFormulas:function(e){return this.formulas[e]||(this.formulas[e]=[]),this.formulas[e]},exportAllFormulas:function(){var e=this,t=[];return a(this.orderStack,function(n){var o=u(e.getFormulas(n),function(){var e=void 0!==arguments[0]?arguments[0]:formula,t=e.name,n=e.args;return{name:t,args:n}});t.push({column:n,formulas:o})}),t},importAllFormulas:function(e){var t=this;this.clean(),a(e,function(e){t.orderStack.push(e.column),a(e.formulas,function(n){return t.addFormula(e.column,n)})})},removeFormulas:function(e){this.runLocalHooks("beforeRemove",e),this.orderStack.indexOf(e)>=0&&this.orderStack.splice(this.orderStack.indexOf(e),1),this.clearFormulas(e),this.runLocalHooks("afterRemove",e)},clearFormulas:function(e){this.runLocalHooks("beforeClear",e),this.getFormulas(e).length=0,this.runLocalHooks("afterClear",e)},hasFormulas:function(e,t){var n=!1,o=this.getFormulas(e);return n=t?d(o,function(e){return e.name===t}).length>0:o.length>0},clean:function(){this.runLocalHooks("beforeClean"),this.formulas=Object.create(null),this.orderStack.length=0,this.runLocalHooks("afterClean")},destroy:function(){this.clearLocalHooks(),this.formulas=null,this.orderStack=null}},{}),f(g,p)},{"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array":42,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object":52,"../../../node_modules/hot-builder/node_modules/handsontable/src/mixins/localHooks":57,formulaRegisterer:155}],155:[function(e,t,n){"use strict";function o(e,t){return function(n){if(!a[e])throw Error('Filter formula "'+e+'" does not exist.');return a[e].formula.apply(n.meta.instance,[].concat([n],[t]))}}function r(e){if(!a[e])throw Error('Filter formula "'+e+'" does not exist.');return a[e].descriptor}function i(e,t,n){n.key=e,a[e]={formula:t,descriptor:n}}Object.defineProperties(n,{getFormula:{get:function(){return o}},getFormulaDescriptor:{get:function(){return r}},registerFormula:{get:function(){return i}},__esModule:{value:!0}});var s,l=(s=e("../../browser"),s&&s.__esModule&&s||{"default":s})["default"],a={};l.utils.FiltersFormulaRegisterer={getFormula:o,registerFormula:i,getFormulaDescriptor:r,formulas:a}},{"../../browser":113}],156:[function(e,t,n){"use strict";Object.defineProperties(n,{FormulaUpdateObserver:{get:function(){return C}},__esModule:{value:!0}});var o,r,i,s,l,a,u=(o=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array"),o&&o.__esModule&&o||{"default":o}),d=u.arrayEach,c=u.arrayMap,h=u.arrayFilter,f=(r=e("formulaCollection"),r&&r.__esModule&&r||{"default":r}).FormulaCollection,m=(i=e("dataFilter"),i&&i.__esModule&&i||{"default":i}).DataFilter,p=(s=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object"),s&&s.__esModule&&s||{"default":s}),g=p.mixin,v=p.objectEach,w=(l=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/function"),l&&l.__esModule&&l||{"default":l}),b=w.curry,y=(w.debounce,(a=e("../../../node_modules/hot-builder/node_modules/handsontable/src/mixins/localHooks"),a&&a.__esModule&&a||{"default":a}).localHooks),C=function(e){var t=void 0!==arguments[1]?arguments[1]:function(e){return[]},n=this;this.formulaCollection=e,this.columnDataFactory=t,this.changes=[],this.grouping=!1,this.latestEditedColumnPosition=-1,this.latestOrderStack=[],this.formulaCollection.addLocalHook("beforeRemove",function(e){return n._onFormulaBeforeModify(e)}),this.formulaCollection.addLocalHook("afterAdd",function(e){return n._onFormulaAfterModify(e)}),this.formulaCollection.addLocalHook("afterClear",function(e){return n._onFormulaAfterModify(e)}),this.formulaCollection.addLocalHook("beforeClean",function(){return n._onFormulaBeforeClean()}),this.formulaCollection.addLocalHook("afterClean",function(){return n._onFormulaAfterClean()})};$traceurRuntime.createClass(C,{groupChanges:function(){this.grouping=!0},flush:function(){var e=this;this.grouping=!1,d(this.changes,function(t){return e._onFormulaAfterModify(t)}),this.changes.length=0},_onFormulaBeforeModify:function(e){this.latestEditedColumnPosition=this.formulaCollection.orderStack.indexOf(e)},_onFormulaAfterModify:function(e){var t=this;if(this.grouping)return void(-1===this.changes.indexOf(e)&&this.changes.push(e));var n=this.formulaCollection.exportAllFormulas(),o=this.formulaCollection.orderStack.indexOf(e);-1===o&&(o=this.latestEditedColumnPosition);var r=n.slice(0,o),i=n.slice(o);i.length&&i[0].column===e&&i.shift();var s=b(function(e,n){var o=void 0!==arguments[2]?arguments[2]:[],r=new f;e=[].concat(e,o),r.importAllFormulas(e);var i,s=t.columnDataFactory(n);return i=r.isEmpty()?s:new m(r,function(e){return t.columnDataFactory(e)}).filter(),i=c(i,function(e){return e.meta.visualRow}),h(s,function(e){return i.indexOf(e.meta.visualRow)>=0})})(r),l=[].concat(this.formulaCollection.getFormulas(e));this.runLocalHooks("update",{column:e,formulas:l},i,s)},_onFormulaBeforeClean:function(){this.latestOrderStack=[].concat(this.formulaCollection.orderStack)},_onFormulaAfterClean:function(){var e=this;d(this.latestOrderStack,function(t){return e._onFormulaAfterModify(t)})},destroy:function(){var e=this;this.clearLocalHooks(),v(this,function(t,n){return e[n]=null})}},{}),g(C,y)},{"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array":42,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/function":49,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object":52,"../../../node_modules/hot-builder/node_modules/handsontable/src/mixins/localHooks":57,dataFilter:131,formulaCollection:154}],157:[function(e,t,n){"use strict";Object.defineProperties(n,{BaseUI:{get:function(){return y}},__esModule:{value:!0}});var o,r,i,s,l,o,a=(o=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object"),o&&o.__esModule&&o||{"default":o}),u=a.clone,d=a.extend,c=a.mixin,h=(r=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/mixins/localHooks"),r&&r.__esModule&&r||{"default":r}).localHooks,f=(i=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/eventManager"),i&&i.__esModule&&i||{"default":i}).EventManager,m=(s=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element"),s&&s.__esModule&&s||{"default":s}).addClass,p=(l=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array"),l&&l.__esModule&&l||{"default":l}).arrayEach,g=(o=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object"),o&&o.__esModule&&o||{"default":o}).objectEach,v="built",w="building",b=["click","input","keydown","keypress","keyup","focus","blur"],y=function(e,t){this.hot=e,this.eventManager=new f(this),this.options=d(C.DEFAULTS,t),this._element=document.createElement(this.options.wrapIt?"div":this.options.tagName),this.buildState=!1},C=y;$traceurRuntime.createClass(y,{setValue:function(e){this.options.value=e,this.update()},getValue:function(){return this.options.value},get element(){return this.buildState===w?this._element:this.buildState===v?(this.update(),this._element):(this.buildState=w,this.build(),this.buildState=v,this._element)},isBuilt:function(){return this.buildState===v},build:function(){var e=this,t=function(t,n){e.eventManager.addEventListener(t,n,function(t){return e.runLocalHooks(n,t,e)})};if(this.buildState||(this.buildState=w),this.options.className&&m(this._element,this.options.className),this.options.children.length)p(this.options.children,function(t){return e._element.appendChild(t.element)});else if(this.options.wrapIt){var n=document.createElement(this.options.tagName);g(this.options,function(e,t){void 0!==n[t]&&"className"!==t&&"tagName"!==t&&"children"!==t&&(n[t]=e)}),this._element.appendChild(n),p(b,function(e){return t(n,e)})}else p(b,function(n){return t(e._element,n)})},update:function(){},reset:function(){this.options.value="",this.update()},show:function(){this.element.style.display=""},hide:function(){this.element.style.display="none"},focus:function(){},destroy:function(){this.eventManager.destroy(),this.eventManager=null,this.hot=null,this._element.parentNode&&this._element.parentNode.removeChild(this._element),this._element=null}},{get DEFAULTS(){return u({className:"",value:"",tagName:"div",children:[],wrapIt:!0})}}),c(y,h)},{"../../../../node_modules/hot-builder/node_modules/handsontable/src/eventManager":41,"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array":42,"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element":46,"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object":52,"../../../../node_modules/hot-builder/node_modules/handsontable/src/mixins/localHooks":57}],158:[function(e,t,n){"use strict";Object.defineProperties(n,{InputUI:{get:function(){return f}},__esModule:{value:!0}});var o,r,i,s,l=(o=e("_base"),o&&o.__esModule&&o||{"default":o}).BaseUI,a=(r=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element"),r&&r.__esModule&&r||{"default":r}).addClass,u=(i=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object"),i&&i.__esModule&&i||{"default":i}),d=u.clone,c=u.extend,h=((s=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array"),s&&s.__esModule&&s||{"default":s}).arrayEach,new WeakMap),f=function(e,t){h.set(this,{}),$traceurRuntime.superConstructor(m).call(this,e,c(m.DEFAULTS,t)),this.registerHooks()},m=f;$traceurRuntime.createClass(f,{registerHooks:function(){var e=this;this.addLocalHook("click",function(t){return e.onClick(t)}),this.addLocalHook("keyup",function(t){return e.onKeyup(t)})},build:function(){$traceurRuntime.superGet(this,m.prototype,"build").call(this);var e=h.get(this),t=document.createElement("div");e.input=this._element.firstChild,a(this._element,"htUIInput"),a(t,"htUIInputIcon"),this._element.appendChild(t),this.update()},update:function(){if(this.isBuilt()){var e=h.get(this).input;e.type=this.options.type,e.value=this.options.value}},focus:function(){this.isBuilt()&&h.get(this).input.focus()},onClick:function(e){},onKeyup:function(e){this.options.value=e.target.value}},{get DEFAULTS(){return d({placeholder:"",type:"text",tagName:"input"})}},l)},{"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array":42,"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element":46,"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object":52,_base:157}],159:[function(e,t,n){"use strict";function o(e,t){return _(e,function(e){return e.checked=-1!==t.indexOf(e.value),e})}function r(e){var t=[];return R(e,function(e){e.checked&&t.push(e.value)}),t}Object.defineProperties(n,{MultipleSelectUI:{get:function(){return k}},__esModule:{value:!0}});var i,s,l,a,u,d,c,h,f,m,p=(i=e("_base"),i&&i.__esModule&&i||{"default":i}).BaseUI,g=(s=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element"),s&&s.__esModule&&s||{"default":s}).addClass,v=((l=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/contextMenu/menu"),l&&l.__esModule&&l||{"default":l}).Menu,a=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object"),a&&a.__esModule&&a||{"default":a}),w=v.clone,b=v.extend,y=(u=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array"),u&&u.__esModule&&u||{"default":u}),C=y.arrayFilter,_=y.arrayMap,R=y.arrayEach,M=((d=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/string"),d&&d.__esModule&&d||{"default":d}).startsWith,(c=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/unicode"),c&&c.__esModule&&c||{"default":c}).isKey),S=(h=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/function"),h&&h.__esModule&&h||{"default":h}).partial,E=(f=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/event"),f&&f.__esModule&&f||{"default":f}).stopImmediatePropagation,O=(m=e("input"),m&&m.__esModule&&m||{"default":m}).InputUI,T=new WeakMap,k=function(e,t){T.set(this,{}),$traceurRuntime.superConstructor(A).call(this,e,b(A.DEFAULTS,t)),this.searchInput=new O(this.hot,{placeholder:"Search...",className:"htUIMultipleSelectSearch"}),this.selectAllUI=new p(this.hot,{tagName:"a",textContent:"Select all",href:"#",className:"htUISelectAll"}),this.clearAllUI=new p(this.hot,{tagName:"a",textContent:"Clear",href:"#",className:"htUIClearAll"}),this.items=[],this.itemsBox=null,this.registerHooks()},A=k;$traceurRuntime.createClass(k,{registerHooks:function(){var e=this;this.searchInput.addLocalHook("keydown",function(t){return e.onInputKeyDown(t)}),this.searchInput.addLocalHook("input",function(t){return e.onInput(t)}),this.selectAllUI.addLocalHook("click",function(t){return e.onSelectAllClick(t);
}),this.clearAllUI.addLocalHook("click",function(t){return e.onClearAllClick(t)})},setItems:function(e){this.items=e,this.itemsBox&&this.itemsBox.loadData(this.items)},getItems:function(){return $traceurRuntime.spread(this.items)},getValue:function(){return r(this.items)},isSelectedAllValues:function(){return this.items.length===this.getValue().length},build:function(){var e=this;$traceurRuntime.superGet(this,A.prototype,"build").call(this);var t=document.createElement("div"),n=new p(this.hot,{className:"htUISelectionControls",children:[this.selectAllUI,this.clearAllUI]});this._element.appendChild(this.searchInput.element),this._element.appendChild(n.element),this._element.appendChild(t);var r=function(t){e._element&&(e.itemsBox&&e.itemsBox.destroy(),g(t,"htUIMultipleSelectHot"),e.itemsBox=new Handsontable(t,{data:o(e.items,e.options.value),columns:[{data:"checked",type:"checkbox",label:{property:"visualValue",position:"after"}}],autoWrapCol:!0,colWidths:150,height:110,width:168,copyPaste:!1,disableVisualSelection:"area",fillHandle:!1,fragmentSelection:"cell",tabMoves:{row:1,col:0},beforeKeyDown:function(t){return e.onItemsBoxBeforeKeyDown(t)}}))};r(t),setTimeout(function(){return r(t)},100),this.update()},reset:function(){this.searchInput.reset()},update:function(){this.isBuilt()&&(this.itemsBox.loadData(o(this.items,this.options.value)),$traceurRuntime.superGet(this,A.prototype,"update").call(this))},destroy:function(){this.itemsBox&&this.itemsBox.destroy(),this.itemsBox=null,this.searchInput=null,this.items=null,$traceurRuntime.superGet(this,A.prototype,"destroy").call(this)},onInput:function(e){var t,n=e.target.value.toLowerCase();t=""===n?$traceurRuntime.spread(this.items):C(this.items,function(e){return(e.value+"").toLowerCase().indexOf(n)>=0}),this.itemsBox.loadData(t)},onInputKeyDown:function(e){this.runLocalHooks("keydown",e,this);var t=S(M,e.keyCode);t("ARROW_DOWN|TAB")&&!this.itemsBox.isListening()&&(E(e),this.itemsBox.listen(),this.itemsBox.selectCell(0,0))},onItemsBoxBeforeKeyDown:function(e){var t=S(M,e.keyCode);t("ESCAPE")&&this.runLocalHooks("keydown",e,this),t("ARROW_UP|ARROW_DOWN|ARROW_LEFT|ARROW_RIGHT|TAB|SPACE|ENTER")||(E(e),this.itemsBox.unlisten(),this.itemsBox.deselectCell(),this.searchInput.focus())},onSelectAllClick:function(e){e.preventDefault(),R(this.itemsBox.getSourceData(),function(e){e.checked=!0}),this.itemsBox.render()},onClearAllClick:function(e){e.preventDefault(),R(this.itemsBox.getSourceData(),function(e){e.checked=!1}),this.itemsBox.render()}},{get DEFAULTS(){return w({className:"htUIMultipleSelect",value:[]})}},p)},{"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array":42,"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element":46,"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/event":47,"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/function":49,"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object":52,"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/string":54,"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/unicode":55,"../../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/contextMenu/menu":73,_base:157,input:158}],160:[function(e,t,n){"use strict";Object.defineProperties(n,{SelectUI:{get:function(){return w}},__esModule:{value:!0}});var o,r,i,s,l,a,u=(o=e("_base"),o&&o.__esModule&&o||{"default":o}).BaseUI,d=(r=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element"),r&&r.__esModule&&r||{"default":r}),c=(d.addClass,d.getWindowScrollTop,d.getWindowScrollLeft,(i=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/contextMenu/menu"),i&&i.__esModule&&i||{"default":i}).Menu),h=(s=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object"),s&&s.__esModule&&s||{"default":s}),f=h.clone,m=h.extend,p=(l=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array"),l&&l.__esModule&&l||{"default":l}).arrayEach,g=(a=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/contextMenu/predefinedItems"),a&&a.__esModule&&a||{"default":a}).SEPARATOR,v=new WeakMap,w=function(e,t){v.set(this,{}),$traceurRuntime.superConstructor(b).call(this,e,m(b.DEFAULTS,t)),this.menu=null,this.items=[],this.registerHooks()},b=w;$traceurRuntime.createClass(w,{registerHooks:function(){var e=this;this.addLocalHook("click",function(t){return e.onClick(t)})},setItems:function(e){this.items=e,this.menu&&this.menu.setMenuItems(this.items)},build:function(){var e=this;$traceurRuntime.superGet(this,b.prototype,"build").call(this),this.menu=new c(this.hot,{className:"htSelectUI htFiltersConditionsMenu",keepInViewport:!1,standalone:!0}),this.menu.setMenuItems(this.items);var t=new u(this.hot,{className:"htUISelectCaption"}),n=new u(this.hot,{className:"htUISelectDropdown"});v.get(this).caption=t.element,p([t,n],function(t){return e._element.appendChild(t.element)}),this.menu.addLocalHook("select",function(t){return e.onMenuSelect(t)}),this.update()},update:function(){this.isBuilt()&&(v.get(this).caption.textContent=this.options.value?this.options.value.name:"None",$traceurRuntime.superGet(this,b.prototype,"update").call(this))},openOptions:function(){var e=this.element.getBoundingClientRect();this.menu&&(this.menu.open(),this.menu.setPosition({left:e.left-5,top:e.top,width:e.width,height:e.height}))},closeOptions:function(){this.menu&&this.menu.close()},onMenuSelect:function(e){e.name!==g&&(this.options.value=e,this.closeOptions(),this.update(),this.runLocalHooks("select",this.options.value))},onClick:function(e){this.openOptions()},destroy:function(){this.menu&&(this.menu.destroy(),this.menu=null),$traceurRuntime.superGet(this,b.prototype,"destroy").call(this)}},{get DEFAULTS(){return f({className:"htUISelect",wrapIt:!1})}},u)},{"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array":42,"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element":46,"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object":52,"../../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/contextMenu/menu":73,"../../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/contextMenu/predefinedItems":74,_base:157}],161:[function(e,t,n){"use strict";function o(e,t){return"number"==typeof e&&"number"==typeof t?e-t:m(e,t)}function r(e){return""===e&&(e="(Blank cells)"),e}function i(e){return e=c(e,function(e){return null==e?"":e}),e=h(e),e=e.sort(o)}function s(e,t,n){var o=[];return f(e,function(e){var i=!1;t.indexOf(e)>=0&&(i=!0);var s={checked:i,value:e,visualValue:r(e)};n&&n(s),o.push(s)}),o}Object.defineProperties(n,{sortComparison:{get:function(){return o}},toVisualValue:{get:function(){return r}},unifyColumnValues:{get:function(){return i}},intersectValues:{get:function(){return s}},__esModule:{value:!0}});var l,a,u=(l=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/feature"),l&&l.__esModule&&l||{"default":l}).getComparisonFunction,d=(a=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array"),a&&a.__esModule&&a||{"default":a}),c=d.arrayMap,h=d.arrayUnique,f=d.arrayEach,m=u()},{"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array":42,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/feature":48}],162:[function(e,t,n){"use strict";Object.defineProperties(n,{DateCalculator:{get:function(){return l}},__esModule:{value:!0}});var o,r,i=(o=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array"),o&&o.__esModule&&o||{"default":o}).arrayEach,s=(r=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object"),r&&r.__esModule&&r||{"default":r}).objectEach,l=function(e){this.year=e,this.firstWeekDay="monday",this.weekSectionCount=0,this.monthList=this.calculateMonthData(),this.daysInColumns={},this.calculateWeekStructure()};$traceurRuntime.createClass(l,{setYear:function(e){this.year=e,this.monthList=this.calculateMonthData(),this.calculateWeekStructure()},setFirstWeekDay:function(e){"monday"!==e.toLowerCase()&&"sunday"!==e.toLowerCase()&&console.warn("First day of the week must be set to either Monday or Sunday"),this.firstWeekDay=e.toLowerCase()},countWeekSections:function(){return this.weekSectionCount},getFirstWeekDay:function(){return this.firstWeekDay},getYear:function(){return this.year},getMonthList:function(){return this.monthList},parseDate:function(e){return e instanceof Date||(e=new Date(e),"Invalid Date"!==e.toString())?e:null},dateToColumn:function(e){if(e=this.parseDate(e),!e||e.getFullYear()!==this.year)return!1;var t=e.getMonth(),n=e.getDate()-1,o=this.daysInColumns[t],r=null;return s(o,function(e,t){return e.indexOf(n+1)>-1?(r=parseInt(t,10),!1):void 0}),r},columnToDate:function(e){var t=null;return s(this.daysInColumns,function(n,o){return n[e]?(t=o,!1):void 0}),1===this.daysInColumns[t][e].length?new Date(this.year,t,this.daysInColumns[t][e][0]):this.daysInColumns[t][e]},isOnTheEdgeOfWeek:function(e){if(e=this.parseDate(e),!e)return null;var t=e.getMonth(),n=e.getDate()-1,o=this.daysInColumns[t],r=!1;return s(o,function(e){var t=e.indexOf(n+1);return 0===t?(r=[1,0],!1):t===e.length-1?(r=[0,1],!1):void 0}),r},addDaysToCache:function(e,t,n,o){this.daysInColumns[e]||(this.daysInColumns[e]={}),this.daysInColumns[e][t]||(this.daysInColumns[e][t]=[]);for(var r=n;o>=r;r++)this.daysInColumns[e][t].push(r)},isValidRangeBarData:function(e,t){var n=this.parseDate(e),o=this.parseDate(t);return n&&o&&n.getTime()<=o.getTime()},calculateMonthData:function(){return[{name:"January",days:31},{name:"February",days:new Date(this.year,2,0).getDate()},{name:"March",days:31},{name:"April",days:30},{name:"May",days:31},{name:"June",days:30},{name:"July",days:31},{name:"August",days:31},{name:"September",days:30},{name:"October",days:31},{name:"November",days:30},{name:"December",days:31}]},countMonths:function(){return this.monthList.length},countMonthDays:function(e){return this.monthList[e-1].days},countMonthFullWeeks:function(e){return this.monthList[e-1].fullWeeks},calculateWeekStructure:function(){var e=0,t=0,n=this.getFirstWeekDay(),o=this.getMonthList(),r=this.getYear();"monday"===n&&(e=1),i(o,function(n,o){var i=new Date(r,o,1).getDay();n.daysBeforeFullWeeks=(7-i+e)%7,n.fullWeeks=Math.floor((n.days-n.daysBeforeFullWeeks)/7),n.daysAfterFullWeeks=n.days-n.daysBeforeFullWeeks-7*n.fullWeeks,t+=n.fullWeeks+(n.daysBeforeFullWeeks?1:0)+(n.daysAfterFullWeeks?1:0)}),this.weekSectionCount=t}},{})},{"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array":42,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object":52}],163:[function(e,t,n){"use strict";Object.defineProperties(n,{GanttChart:{get:function(){return M}},__esModule:{value:!0}});var o,r,i,s,l,a,u,d,c,h=(o=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element"),o&&o.__esModule&&o||{"default":o}),f=h.addClass,m=h.removeClass,p=(r=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object"),r&&r.__esModule&&r||{"default":r}),g=p.objectEach,v=p.deepClone,w=p.extend,b=((i=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array"),i&&i.__esModule&&i||{"default":i}).arrayEach,(s=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number"),s&&s.__esModule&&s||{"default":s}).rangeEach,(l=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/data"),l&&l.__esModule&&l||{"default":l}).createEmptySpreadsheetData),y=(a=e("../../../node_modules/hot-builder/node_modules/handsontable/src/plugins.js"),a&&a.__esModule&&a||{"default":a}).registerPlugin,C=(u=e("dateCalculator"),u&&u.__esModule&&u||{"default":u}).DateCalculator,_=(d=e("ganttChartDataFeed"),d&&d.__esModule&&d||{"default":d}).GanttChartDataFeed,R=(c=e("../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/_base.js"),c&&c.__esModule&&c||{"default":c})["default"],M=function(e){$traceurRuntime.superConstructor(S).call(this,e),this.settings={},this.dateCalculator=null,this.currentYear=null,this.monthList=[],this.monthHeadersArray=[],this.weekHeadersArray=[],this.rangeBars={},this.rangeList={},this.nestedHeadersPlugin=null,this.hotSource=null,this.overallWeekSectionCount=null,this.initialSettings=null,this.dataFeed=null,this.colorData={},this.rangeBarMeta=Object.create(null)},S=M;$traceurRuntime.createClass(M,{checkDependencies:function(){this.hot.getSettings().colHeaders||console.warn("You need to enable the colHeaders property in your Gantt Chart Handsontable in order for it to work properly.")},isEnabled:function(){return!!this.hot.getSettings().ganttChart},enablePlugin:function(){var e=this;this.enabled||(this.checkDependencies(),this.parseSettings(),this.currentYear=this.settings.startYear||(new Date).getFullYear(),this.dateCalculator=new C(this.currentYear),this.dateCalculator.setFirstWeekDay(this.settings.firstWeekDay),this.monthList=this.dateCalculator.getMonthList(),this.monthHeadersArray=this.generateMonthHeaders(),this.weekHeadersArray=this.generateWeekHeaders(),this.overallWeekSectionCount=this.dateCalculator.countWeekSections(),this.assignGanttSettings(),this.nestedHeadersPlugin&&(this.applyDataSource(),this.colorData&&this.setRangeBarColors(this.colorData)),this.addHook("afterInit",function(){return e.onAfterInit()}),f(this.hot.rootElement,"ganttChart"),$traceurRuntime.superGet(this,S.prototype,"enablePlugin").call(this))},disablePlugin:function(){this.internalUpdateSettings||(this.dataFeed&&this.dataFeed.hotSource&&this.dataFeed.removeSourceHotHooks(this.dataFeed.hotSource),this.settings={},this.dataFeed={},this.currentYear=null,this.monthList=[],this.rangeBars={},this.rangeList={},this.rangeBarMeta={},this.hotSource=null,this.deassignGanttSettings(),this.hot.getPlugin("collapsibleColumns").disablePlugin(),this.hot.getPlugin("nestedHeaders").disablePlugin(),m(this.hot.rootElement,"ganttChart"),$traceurRuntime.superGet(this,S.prototype,"disablePlugin").call(this))},updatePlugin:function(){this.disablePlugin(),this.enablePlugin(),$traceurRuntime.superGet(this,S.prototype,"updatePlugin").call(this)},parseSettings:function(){this.settings=this.hot.getSettings().ganttChart,"boolean"==typeof this.settings&&(this.settings={}),this.settings.firstWeekDay||(this.settings.firstWeekDay="monday")},applyDataSource:function(){if(this.settings.dataSource){var e=this.settings.dataSource;e.instance?this.loadData(e.instance,e.startDateColumn,e.endDateColumn,e.additionalData,e.asyncUpdates):this.loadData(e)}},loadData:function(e,t,n,o,r){this.dataFeed=new _(this.hot,e,t,n,o,r)},clearRangeBars:function(){this.rangeBars={}},clearRangeList:function(){this.rangeList={}},getRangeBarCoordinates:function(e){return this.rangeList[e]},generateHeaderSet:function(e){var t=this,n=[];return g(this.monthList,function(o,r){var i=o.daysBeforeFullWeeks>0?1:0,s=o.daysAfterFullWeeks>0?1:0,l=o.fullWeeks+i+s,a=parseInt(r,10);if("months"===e)n.push({label:o.name,colspan:l});else if("weeks"===e)for(var u=0;l>u;u++)if(i&&0===u){var d=u+1,c=o.daysBeforeFullWeeks;d===c?n.push(d):n.push(d+" - "+c),t.dateCalculator.addDaysToCache(a,n.length-1,d,c)}else if(s&&u===l-1){var h=o.days-o.daysAfterFullWeeks+1,f=o.days;h===f?n.push(h):n.push(h+" - "+f),t.dateCalculator.addDaysToCache(a,n.length-1,h,f)}else{var m=o.daysBeforeFullWeeks+7*(u-i)+1,p=m+6;n.push(m+" - "+p),t.dateCalculator.addDaysToCache(a,n.length-1,m,p)}else if("days"===e)for(var g=0;g<o.days;g++)n.push(g+1)}),n},generateMonthHeaders:function(){return this.generateHeaderSet("months")},generateWeekHeaders:function(){return this.generateHeaderSet("weeks")},generateDayHeaders:function(){return this.generateHeaderSet("days")},assignGanttSettings:function(){var e=this;this.initialSettings=v(this.hot.getSettings());var t={data:b(1,this.overallWeekSectionCount),readOnly:!0,renderer:function(t,n,o,r,i,s,l){return e.uniformBackgroundRenderer(t,n,o,r,i,s,l)},colWidths:60,hiddenColumns:!0,nestedHeaders:[this.monthHeadersArray,this.weekHeadersArray],collapsibleColumns:!0,columnSorting:!1};this.internalUpdateSettings=!0,this.hot.updateSettings(t),this.internalUpdateSettings=void 0},deassignGanttSettings:function(){this.internalUpdateSettings=!0,this.initialSettings&&this.hot.updateSettings(this.initialSettings),this.internalUpdateSettings=void 0},cacheRangeBarMeta:function(e,t,n,o){this.rangeBarMeta[e]||(this.rangeBarMeta[e]={}),this.rangeBarMeta[e][t]||(this.rangeBarMeta[e][t]={}),this.rangeBarMeta[e][t][n]=o},applyRangeBarMetaCache:function(){var e=this;g(this.rangeBarMeta,function(t,n){g(t,function(t,o){g(t,function(t,r){e.hot.setCellMeta(n,o,r,t)})})})},addRangeBar:function(e,t,n,o){var r=this,i=this.dateCalculator.dateToColumn(t),s=this.dateCalculator.dateToColumn(n),l=this.hot.countRows();return this.dateCalculator.isValidRangeBarData(t,n)&&i!==!1&&s!==!1?(this.rangeBars[e]||(this.rangeBars[e]={}),this.rangeBars[e][i]={barLength:s-i+1,partialStart:!this.dateCalculator.isOnTheEdgeOfWeek(t)[0],partialEnd:!this.dateCalculator.isOnTheEdgeOfWeek(n)[1],additionalData:{}},g(o,function(t,n){r.rangeBars[e][i].additionalData[n]=t}),this.colorData[e]&&(this.rangeBars[e][i].colors=this.colorData[e]),this.rangeList[e]=[e,i],this.renderRangeBar(e,i,s,o),[e,i]):(e>l-1&&this.hot.alter("insert_row",l,e-l+1),!1)},getRangeBarData:function(e,t){var n=this.getRangeBarCoordinates(e);if(!n)return!1;var o=this.rangeBars[n[0]][n[1]];return o&&e===n[0]&&(t===n[1]||t>n[1]&&t<n[1]+o.barLength)?o:!1},updateRangeBarData:function(e,t,n){var o=this.getRangeBarData(e,t);g(n,function(e,t){o[t]!==e&&(o[t]=e)})},renderRangeBar:function(e,t,n,o){var r=this.rangeBars[e][t],i=this.hot.countRows();e>i-1&&this.hot.alter("insert_row",i,e-i+1);for(var s=t;n>=s;s++){var l=this.hot.getCellMeta(e,s),a=(l.className||"")+" rangeBar color-green";(s===t&&r.partialStart||s===n&&r.partialEnd)&&(a+=" partial"),this.hot.setCellMeta(e,s,"originalClassName",l.className),this.hot.setCellMeta(e,s,"className",a),this.hot.setCellMeta(e,s,"additionalData",r.additionalData),this.cacheRangeBarMeta(e,s,"originalClassName",l.className),this.cacheRangeBarMeta(e,s,"className",a),this.cacheRangeBarMeta(e,s,"additionalData",r.additionalData)}this.hot.render()},removeRangeBarByDate:function(e,t){var n=this.dateCalculator.dateToColumn(t);this.removeRangeBarByColumn(e,n)},removeRangeBarByColumn:function(e,t){var n=this,o=this.rangeBars[e][t];o&&(this.unrenderRangeBar(e,t,t+o.barLength-1),this.rangeBars[e][t]=null,g(this.rangeList,function(o,r){r=parseInt(r,10),JSON.stringify(o)===JSON.stringify([e,t])&&(n.rangeList[r]=null)}))},removeAllRangeBars:function(){var e=this;g(this.rangeBars,function(t,n){g(t,function(t,o){e.removeRangeBarByColumn(n,o)})})},unrenderRangeBar:function(e,t,n){for(var o=t;n>=o;o++){var r=this.hot.getCellMeta(e,o);this.hot.setCellMeta(e,o,"className",r.originalClassName),this.hot.setCellMeta(e,o,"originalClassName",void 0),this.cacheRangeBarMeta(e,o,"className",r.originalClassName),this.cacheRangeBarMeta(e,o,"originalClassName",void 0)}this.hot.render()},uniformBackgroundRenderer:function(e,t,n,o,r,i,s){var l=this.getRangeBarData(n,o),a=this.getRangeBarCoordinates(n);s.className&&(t.className=s.className);var u="";g(s.additionalData,function(e,t){u+=t+": "+e+"\n"}),u=u.replace(/\n$/,""),t.title=u,l&&l.colors?o===a[1]&&l.partialStart||o===a[1]+l.barLength-1&&l.partialEnd?t.style.background=l.colors[1]:t.style.background=l.colors[0]:t.style.background=""},setRangeBarColors:function(e){var t=this;this.colorData=e,g(e,function(e,n){var o=t.getRangeBarCoordinates(n);o&&t.updateRangeBarData(o[0],o[1],{colors:e})}),this.hot.render()},setYear:function(e){var t=w(this.hot.getSettings().ganttChart,{startYear:e});this.hot.updateSettings({ganttChart:t})},onAfterInit:function(){this.nestedHeadersPlugin=this.hot.getPlugin("nestedHeaders"),this.applyDataSource()},onUpdateSettings:function(){return this.internalUpdateSettings?void this.applyRangeBarMetaCache():void $traceurRuntime.superGet(this,S.prototype,"onUpdateSettings").call(this)},destroy:function(){this.hotSource&&this.dataFeed.removeSourceHotHooks(this.hotSource),$traceurRuntime.superGet(this,S.prototype,"destroy").call(this)}},{},R),y("ganttChart",M)},{"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array":42,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/data":44,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element":46,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number":51,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object":52,"../../../node_modules/hot-builder/node_modules/handsontable/src/plugins.js":61,"../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/_base.js":62,dateCalculator:162,ganttChartDataFeed:164}],164:[function(e,t,n){"use strict";Object.defineProperties(n,{GanttChartDataFeed:{get:function(){return u}},__esModule:{value:!0}});var o,r,i,s=(o=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object"),o&&o.__esModule&&o||{"default":o}),l=s.objectEach,a=(s.deepClone,(r=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array"),r&&r.__esModule&&r||{"default":r}).arrayEach),u=((i=e("dateCalculator"),i&&i.__esModule&&i||{"default":i}).DateCalculator,function(e,t,n,o,r,i){this.data=t,this.chartInstance=e,this.chartPlugin=this.chartInstance.getPlugin("ganttChart"),this.hotSource=null,this.sourceHooks={},this.ongoingAsync=!1,this.applyData(t,n,o,r,i||!1)});$traceurRuntime.createClass(u,{applyData:function(e,t,n,o,r){"[object Array]"===Object.prototype.toString.call(e)?this.loadData(e):e.guid&&this.bindWithHotInstance(e,t,n,o,r)},bindWithHotInstance:function(e,t,n,o,r){this.hotSource={instance:e,startColumn:t,endColumn:n,additionalData:o,asyncUpdates:r},this.addSourceHotHooks(),this.asyncCall(this.updateFromSource)},asyncCall:function(e){var t=this;return this.hotSource.asyncUpdates?(this.asyncStart(),void setTimeout(function(){e.call(t),t.asyncEnd()},0)):void e.call(this)},asyncStart:function(){this.ongoingAsync=!0},asyncEnd:function(){this.ongoingAsync=!1},addSourceHotHooks:function(){var e=this;this.sourceHooks={afterLoadData:function(t){return e.onAfterSourceLoadData(t)},afterChange:function(t,n){return e.onAfterSourceChange(t,n)},afterColumnSort:function(t,n){return e.onAfterColumnSort(t,n)}},this.hotSource.instance.addHook("afterLoadData",this.sourceHooks.afterLoadData),this.hotSource.instance.addHook("afterChange",this.sourceHooks.afterChange),this.hotSource.instance.addHook("afterColumnSort",this.sourceHooks.afterColumnSort)},removeSourceHotHooks:function(e){this.sourceHooks.afterLoadData&&e.instance.removeHook("afterLoadData",this.sourceHooks.afterLoadData),this.sourceHooks.afterChange&&e.instance.removeHook("afterChange",this.sourceHooks.afterChange),this.sourceHooks.afterColumnSort&&e.instance.removeHook("afterColumnSort",this.sourceHooks.afterColumnSort)},getDataFromSource:function(e){var t,n={},o=this.hotSource,r=[];void 0===e?t=o.instance.getData(0,0,o.instance.countRows()-1,o.instance.countCols()-1):(t=[],t[e]=o.instance.getDataAtRow(e));var i,s=function(e,i){n={};var s=t[e];return null===s[o.startColumn]||""===s[o.startColumn]?0:(l(o.additionalData,function(e,t){n[t]=s[e]}),void r.push([e,s[o.startColumn],s[o.endColumn],n,e]))};e:for(var a=e||0,u=t.length;(e?e+1:u)>a;a++)switch(i=s(a,u)){case 0:continue e}return r},updateFromSource:function(e){var t=this,n=this.getDataFromSource(e);!e&&isNaN(e)&&(this.chartPlugin.clearRangeBars(),this.chartPlugin.clearRangeList()),a(n,function(e){e=t.trimRangeIfNeeded(e),t.chartPlugin.addRangeBar.apply(t.chartPlugin,e)})},loadData:function(e){var t=this;a(e,function(e,n){e=t.trimRangeIfNeeded(e),t.chartPlugin.addRangeBar(n,e.startDate,e.endDate,e.additionalData)})},trimRangeIfNeeded:function(e){var t=new Date(e[1]),n=new Date(e[2]);if("string"==typeof t||"string"==typeof n)return!1;var o=t.getFullYear(),r=n.getFullYear();return o<this.chartPlugin.currentYear&&r>=this.chartPlugin.currentYear&&(e[1]="01/01/"+this.chartPlugin.currentYear),r>this.chartPlugin.currentYear&&o<=this.chartPlugin.currentYear&&(e[2]="12/31/"+this.chartPlugin.currentYear),e},onAfterSourceChange:function(e,t){var n=this;this.asyncCall(function(){if(e){for(var t={},o=0,r=e.length;r>o;o++){var i=e[o],s=parseInt(i[0],10),a=parseInt(i[1],10);t[s]||(t[s]={}),t[s][a]=[i[2],i[3]]}l(t,function(e,t){t=parseInt(t,10),n.chartPlugin.getRangeBarCoordinates(t)&&n.chartPlugin.removeRangeBarByColumn(t,n.chartPlugin.rangeList[t][1]),n.updateFromSource(t)})}})},onAfterSourceLoadData:function(e){var t=this;this.asyncCall(function(e){t.chartPlugin.removeAllRangeBars(),t.updateFromSource()})},onAfterColumnSort:function(e,t){var n=this;this.asyncCall(function(){n.chartPlugin.removeAllRangeBars(),n.updateFromSource()})}},{})},{"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array":42,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object":52,dateCalculator:162}],165:[function(e,t,n){"use strict";Object.defineProperties(n,{HeaderTooltips:{get:function(){return c}},__esModule:{value:!0}});var o,r,i,s,l=(o=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element.js"),o&&o.__esModule&&o||{"default":o}).outerWidth,a=(r=e("../../../node_modules/hot-builder/node_modules/handsontable/src/plugins.js"),r&&r.__esModule&&r||{"default":r}).registerPlugin,u=(i=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number"),i&&i.__esModule&&i||{"default":i}).rangeEach,d=(s=e("../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/_base.js"),s&&s.__esModule&&s||{"default":s})["default"],c=function(e){$traceurRuntime.superConstructor(h).call(this,e),this.settings=null},h=c;$traceurRuntime.createClass(c,{isEnabled:function(){return!!this.hot.getSettings().headerTooltips},enablePlugin:function(){var e=this;this.enabled||(this.settings=this.hot.getSettings().headerTooltips,this.parseSettings(),this.addHook("afterGetColHeader",function(t,n){return e.onAfterGetHeader(t,n)}),this.addHook("afterGetRowHeader",function(t,n){return e.onAfterGetHeader(t,n)}),$traceurRuntime.superGet(this,h.prototype,"enablePlugin").call(this))},disablePlugin:function(){this.settings=null,this.clearTitleAttributes(),$traceurRuntime.superGet(this,h.prototype,"disablePlugin").call(this)},parseSettings:function(){"boolean"==typeof this.settings&&(this.settings={rows:!0,columns:!0,onlyTrimmed:!1})},clearTitleAttributes:function(){var e=this.hot.view.wt.getSetting("columnHeaders").length,t=this.hot.view.wt.wtTable.THEAD,n=this.hot.view.wt.wtOverlays.topOverlay.clone.wtTable.THEAD,o=this.hot.view.wt.wtOverlays.topLeftCornerOverlay?hot.view.wt.wtOverlays.topLeftCornerOverlay.clone.wtTable.THEAD:null;u(0,e-1,function(e){var r=t.childNodes[e],i=n.childNodes[e],s=o?o.childNodes[e]:null;u(0,r.childNodes.length-1,function(e){r.childNodes[e].removeAttribute("title"),i&&i.childNodes[e]&&i.childNodes[e].removeAttribute("title"),o&&s&&s.childNodes[e]&&s.childNodes[e].removeAttribute("title")})},!0)},onAfterGetHeader:function(e,t){var n=t.querySelector("span"),o="THEAD"===t.parentNode.parentNode.nodeName;(o&&this.settings.columns||!o&&this.settings.rows)&&(this.settings.onlyTrimmed?l(n)>=l(t)&&0!==l(n)&&t.setAttribute("title",n.textContent):t.setAttribute("title",n.textContent))},destroy:function(){this.settings=null,$traceurRuntime.superGet(this,h.prototype,"destroy").call(this)}},{},d),a("headerTooltips",c)},{"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element.js":46,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number":51,"../../../node_modules/hot-builder/node_modules/handsontable/src/plugins.js":61,"../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/_base.js":62}],166:[function(e,t,n){"use strict";function o(e){return{key:"hidden_columns_hide",name:"Hide column",callback:function(){var t=this.getSelectedRange(),n=t.from,o=t.to,r=Math.min(n.col,o.col),s=Math.max(n.col,o.col);i(r,s,function(t){return e.hideColumn(e.getLogicalColumnIndex(t))}),this.render(),this.view.wt.wtOverlays.adjustElementsSize(!0)},disabled:!1,hidden:function(){return!this.selection.selectedHeader.cols}}}Object.defineProperties(n,{hideColumnItem:{get:function(){return o}},__esModule:{value:!0}});var r,i=(r=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number"),r&&r.__esModule&&r||{"default":r}).rangeEach},{"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number":51}],167:[function(e,t,n){"use strict";function o(e){var t=[],n=[];return{key:"hidden_columns_show",name:"Show column",callback:function(){var o=this.getSelectedRange(),r=o.from,s=o.to,l=r.col,a=s.col;l>a&&(l=s.col,a=r.col),l===a?(t.length===l&&(e.showColumns(t),t.length=0),n.length===this.countCols()-(l+1)&&(e.showColumns(n),n.length=0)):i(l,a,function(t){return e.showColumn(e.getLogicalColumnIndex(t))}),this.render()},disabled:!1,hidden:function(){if(!e.hiddenColumns.length)return!0;if(!this.selection.selectedHeader.cols)return!0;t.length=0,n.length=0;var o=this.getSelectedRange(),r=o.from,s=o.to,l=r.col,a=s.col,u=!1;if(l===a){var d=this.countCols();i(0,d,function(o){var r=t.length+n.length;return r===e.hiddenColumns.length?!1:void(l>o?e.isHidden(e.getLogicalColumnIndex(o))&&t.push(e.getLogicalColumnIndex(o)):e.isHidden(e.getLogicalColumnIndex(o))&&n.push(e.getLogicalColumnIndex(o)))}),d-=1,(t.length===l&&l>0||n.length===d-l&&d>l)&&(u=!0)}else l>a&&(l=s.col,a=r.col),i(l,a,function(t){return e.isHidden(e.getLogicalColumnIndex(t))?(u=!0,!1):void 0});return!u}}}Object.defineProperties(n,{showColumnItem:{get:function(){return o}},__esModule:{value:!0}});var r,i=(r=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number"),r&&r.__esModule&&r||{"default":r}).rangeEach},{"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number":51}],168:[function(e,t,n){"use strict";function o(e,t){t.textContent=""}Object.defineProperties(n,{HiddenColumns:{get:function(){return _}},__esModule:{value:!0}});var r,i,s,l,a,u,d,c,h=(r=e("../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/_base"),r&&r.__esModule&&r||{"default":r})["default"],f=(i=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element"),i&&i.__esModule&&i||{"default":i}),m=f.addClass,p=(f.removeClass,(s=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number"),s&&s.__esModule&&s||{"default":s}).rangeEach),g=(l=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array"),l&&l.__esModule&&l||{"default":l}).arrayEach,v=(a=e("../../../node_modules/hot-builder/node_modules/handsontable/src/plugins"),a&&a.__esModule&&a||{"default":a}),w=v.registerPlugin,b=(v.getPlugin,(u=e("../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/contextMenu/predefinedItems"),u&&u.__esModule&&u||{"default":u}).SEPARATOR),y=(d=e("contextMenuItem/hideColumn"),d&&d.__esModule&&d||{"default":d}).hideColumnItem,C=(c=e("contextMenuItem/showColumn"),c&&c.__esModule&&c||{"default":c}).showColumnItem,_=function(e){$traceurRuntime.superConstructor(R).call(this,e),this.settings={},this.hiddenColumns=[],this.lastSelectedColumn=-1},R=_;$traceurRuntime.createClass(_,{isEnabled:function(){return!!this.hot.getSettings().hiddenColumns},enablePlugin:function(){var e=this;if(!this.enabled){var t=this.hot.getSettings().hiddenColumns;"object"==typeof t&&(this.settings=t,void 0===t.copyPasteEnabled&&(t.copyPasteEnabled=!0),Array.isArray(t.columns)&&this.hideColumns(t.columns),
t.copyPasteEnabled||this.addHook("modifyCopyableRange",function(t){return e.onModifyCopyableRange(t)})),this.hot.hasColHeaders()?this.addHook("afterGetColHeader",function(t,n){return e.onAfterGetColHeader(t,n)}):this.addHook("afterRenderer",function(t,n,o){return e.onAfterGetColHeader(o,t)}),this.addHook("afterContextMenuDefaultOptions",function(t){return e.onAfterContextMenuDefaultOptions(t)}),this.addHook("afterGetCellMeta",function(t,n,o){return e.onAfterGetCellMeta(t,n,o)}),this.addHook("modifyColWidth",function(t,n){return e.onModifyColWidth(t,n)}),this.addHook("beforeSetRangeStartOnly",function(t){return e.onBeforeSetRangeStart(t)}),this.addHook("beforeSetRangeEnd",function(t){return e.onBeforeSetRangeEnd(t)}),this.addHook("hiddenColumn",function(t){return e.isHidden(t)}),this.addHook("beforeStretchingColumnWidth",function(t,n){return e.onBeforeStretchingColumnWidth(t,n)}),this.addHook("afterCreateCol",function(t,n){return e.onAfterCreateCol(t,n)}),this.addHook("afterRemoveCol",function(t,n){return e.onAfterRemoveCol(t,n)}),$traceurRuntime.superGet(this,R.prototype,"enablePlugin").call(this)}},updatePlugin:function(){this.disablePlugin(),this.enablePlugin(),$traceurRuntime.superGet(this,R.prototype,"updatePlugin").call(this)},disablePlugin:function(){this.settings={},this.hiddenColumns=[],this.lastSelectedColumn=-1,this.hot.render(),$traceurRuntime.superGet(this,R.prototype,"disablePlugin").call(this),this.resetCellsMeta()},hideColumns:function(e){var t=this;g(e,function(e){e=parseInt(e,10),t.isHidden(e)||t.hiddenColumns.push(e)})},hideColumn:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.hideColumns(e)},showColumns:function(e){var t=this;g(e,function(e){e=parseInt(e,10),t.isHidden(e)&&t.hiddenColumns.splice(t.hiddenColumns.indexOf(e),1)})},showColumn:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.showColumns(e)},isHidden:function(e){return this.hiddenColumns.indexOf(e)>-1},resetCellsMeta:function(){g(this.hot.getCellsMeta(),function(e){e&&(e.skipColumnOnPaste=!1,null!==e.baseRenderer&&(e.renderer=e.baseRenderer,e.baseRenderer=null))})},getLogicalColumnIndex:function(e){return this.hot.runHooks("modifyCol",e)},onBeforeStretchingColumnWidth:function(e,t){return this.hiddenColumns.indexOf(t)>-1&&(e=0),e},onModifyColWidth:function(e,t){return this.isHidden(this.getLogicalColumnIndex(t))?.1:this.settings.indicators&&(this.isHidden(this.getLogicalColumnIndex(t+1))||this.isHidden(this.getLogicalColumnIndex(t-1)))?e+(this.hot.hasColHeaders()?15:0):void 0},onAfterGetCellMeta:function(e,t,n){if(this.settings.copyPasteEnabled===!1&&this.isHidden(t)&&(n.skipColumnOnPaste=!0),this.isHidden(t)?(n.renderer!==o&&(n.baseRenderer=n.renderer),n.renderer=o):null!==n.baseRenderer&&(n.renderer=n.baseRenderer,n.baseRenderer=null),this.isHidden(this.getLogicalColumnIndex(n.visualCol-1))){var r=!0,i=n.visualCol-1;n.className=n.className||"",-1===n.className.indexOf("afterHiddenColumn")&&(n.className+=" afterHiddenColumn");do{if(!this.isHidden(this.getLogicalColumnIndex(i))){r=!1;break}i--}while(i>=0);r&&-1===n.className.indexOf("firstVisibleColumn")&&(n.className+=" firstVisibleColumn")}else if(n.className){var s=n.className.split(" ");if(s.length){var l=s.indexOf("afterHiddenColumn"),a=s.indexOf("firstVisibleColumn");l>-1&&s.splice(l,1),a>-1&&s.splice(a,1),n.className=s.join(" ")}}},onModifyCopyableRange:function(e){var t=this,n=[],o=function(e,t,o,r){n.push({startRow:e,endRow:t,startCol:o,endCol:r})};return g(e,function(e){var n=!0,r=0;p(e.startCol,e.endCol,function(i){t.isHidden(i)?(n||o(e.startRow,e.endRow,r,i-1),n=!0):(n&&(r=i),i===e.endCol&&o(e.startRow,e.endRow,r,i),n=!1)})}),n},onAfterGetColHeader:function(e,t){if(!this.isHidden(this.getLogicalColumnIndex(e))){var n=!0,o=e-1;do{if(!this.isHidden(this.getLogicalColumnIndex(o))){n=!1;break}o--}while(o>=0);n&&m(t,"firstVisibleColumn"),this.settings.indicators&&(this.isHidden(this.getLogicalColumnIndex(e-1))&&m(t,"afterHiddenColumn"),this.isHidden(this.getLogicalColumnIndex(e+1))&&e>-1&&m(t,"beforeHiddenColumn"))}},onBeforeSetRangeStart:function(e){var t=this;if(!(e.col>0)){e.col=0;var n=function(e){var o=t.getLogicalColumnIndex(e);return t.isHidden(o)&&(e=n(++e)),e};e.col=n(e.col)}},onBeforeSetRangeEnd:function(e){var t=this,n=this.hot.countCols(),o=function(r){var i=t.getLogicalColumnIndex(r);return t.isHidden(i)&&(t.lastSelectedColumn>r||e.col===n-1?r>0?r=o(--r):p(0,t.lastSelectedColumn,function(e){return t.isHidden(t.getLogicalColumnIndex(e))?void 0:(r=e,!1)}):r=o(++r)),r};e.col=o(e.col),this.lastSelectedColumn=e.col},onAfterContextMenuDefaultOptions:function(e){e.items.push({name:b},y(this),C(this))},onAfterCreateCol:function(e,t){var n=[];g(this.hiddenColumns,function(o){o>=e&&(o+=t),n.push(o)}),this.hiddenColumns=n},onAfterRemoveCol:function(e,t){var n=[];g(this.hiddenColumns,function(o){o>=e&&(o-=t),n.push(o)}),this.hiddenColumns=n},destroy:function(){$traceurRuntime.superGet(this,R.prototype,"destroy").call(this)}},{},h),w("hiddenColumns",_)},{"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array":42,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element":46,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number":51,"../../../node_modules/hot-builder/node_modules/handsontable/src/plugins":61,"../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/_base":62,"../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/contextMenu/predefinedItems":74,"contextMenuItem/hideColumn":166,"contextMenuItem/showColumn":167}],169:[function(e,t,n){"use strict";function o(e){return{key:"hidden_rows_hide",name:"Hide row",callback:function(){var t=this.getSelectedRange(),n=t.from,o=t.to,r=Math.min(n.row,o.row),s=Math.max(n.row,o.row);i(r,s,function(t){return e.hideRow(t)}),this.render(),this.view.wt.wtOverlays.adjustElementsSize(!0)},disabled:!1,hidden:function(){return!this.selection.selectedHeader.rows}}}Object.defineProperties(n,{hideRowItem:{get:function(){return o}},__esModule:{value:!0}});var r,i=(r=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number"),r&&r.__esModule&&r||{"default":r}).rangeEach},{"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number":51}],170:[function(e,t,n){"use strict";function o(e){var t=[],n=[];return{key:"hidden_rows_show",name:"Show row",callback:function(){var o=this.getSelectedRange(),r=o.from,s=o.to,l=Math.min(r.row,s.row),a=Math.max(r.row,s.row);l===a?(t.length===l&&(e.showRows(t),t.length=0),n.length===this.countSourceRows()-(l+1)&&(e.showRows(n),n.length=0)):i(l,a,function(t){return e.showRow(t)}),this.render()},disabled:!1,hidden:function(){if(!e.hiddenRows.length)return!0;if(!this.selection.selectedHeader.rows)return!0;t.length=0,n.length=0;var o=this.getSelectedRange(),r=o.from,s=o.to,l=Math.min(r.row,s.row),a=Math.max(r.row,s.row),u=!1;if(l===a){var d=this.countSourceRows();i(0,d,function(o){var r=t.length+n.length;return r===e.hiddenRows.length?!1:void(l>o?e.isHidden(o)&&t.push(o):e.isHidden(o)&&n.push(o))}),d-=1,(t.length===l&&l>0||n.length===d-l&&d>l)&&(u=!0)}else i(l,a,function(t){return e.isHidden(t)?(u=!0,!1):void 0});return!u}}}Object.defineProperties(n,{showRowItem:{get:function(){return o}},__esModule:{value:!0}});var r,i=(r=e("../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number"),r&&r.__esModule&&r||{"default":r}).rangeEach},{"../../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number":51}],171:[function(e,t,n){"use strict";Object.defineProperties(n,{HiddenRows:{get:function(){return C}},__esModule:{value:!0}});var o,r,i,s,l,a,u,d=(o=e("../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/_base"),o&&o.__esModule&&o||{"default":o})["default"],c=(r=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element"),r&&r.__esModule&&r||{"default":r}),h=c.addClass,f=c.removeClass,m=(i=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number"),i&&i.__esModule&&i||{"default":i}).rangeEach,p=(s=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array"),s&&s.__esModule&&s||{"default":s}),g=p.arrayEach,v=(p.arrayFilter,l=e("../../../node_modules/hot-builder/node_modules/handsontable/src/plugins"),l&&l.__esModule&&l||{"default":l}),w=v.registerPlugin,b=(v.getPlugin,(a=e("contextMenuItem/hideRow"),a&&a.__esModule&&a||{"default":a}).hideRowItem),y=(u=e("contextMenuItem/showRow"),u&&u.__esModule&&u||{"default":u}).showRowItem,C=function(e){$traceurRuntime.superConstructor(_).call(this,e),this.settings={},this.hiddenRows=[],this.lastSelectedRow=-1},_=C;$traceurRuntime.createClass(C,{isEnabled:function(){return!!this.hot.getSettings().hiddenRows},enablePlugin:function(){var e=this;if(!this.enabled){var t=this.hot.getSettings().hiddenRows;"object"==typeof t&&(this.settings=t,void 0===t.copyPasteEnabled&&(t.copyPasteEnabled=!0),Array.isArray(t.rows)&&this.hideRows(t.rows),t.copyPasteEnabled||this.addHook("modifyCopyableRange",function(t){return e.onModifyCopyableRange(t)})),this.hot.hasRowHeaders()?this.addHook("afterGetRowHeader",function(t,n){return e.onAfterGetRowHeader(t,n)}):this.addHook("afterRenderer",function(t,n){return e.onAfterGetRowHeader(n,t)}),this.addHook("afterContextMenuDefaultOptions",function(t){return e.onAfterContextMenuDefaultOptions(t)}),this.addHook("afterGetCellMeta",function(t,n,o){return e.onAfterGetCellMeta(t,n,o)}),this.addHook("modifyRowHeight",function(t,n){return e.onModifyRowHeight(t,n)}),this.addHook("beforeSetRangeStartOnly",function(t){return e.onBeforeSetRangeStart(t)}),this.addHook("beforeSetRangeEnd",function(t){return e.onBeforeSetRangeEnd(t)}),this.addHook("hiddenRow",function(t){return e.isHidden(t)}),this.addHook("afterRowMove",function(t,n){return e.onAfterRowMove(t,n)}),this.addHook("afterCreateRow",function(t,n){return e.onAfterCreateRow(t,n)}),this.addHook("afterRemoveRow",function(t,n){return e.onAfterRemoveRow(t,n)}),$traceurRuntime.superGet(this,_.prototype,"enablePlugin").call(this)}},updatePlugin:function(){this.disablePlugin(),this.enablePlugin(),$traceurRuntime.superGet(this,_.prototype,"updatePlugin").call(this)},disablePlugin:function(){this.settings={},this.hiddenRows=[],this.lastSelectedRow=-1,$traceurRuntime.superGet(this,_.prototype,"disablePlugin").call(this),this.resetCellsMeta()},showRows:function(e){var t=this;g(e,function(e){e=parseInt(e,10),t.isHidden(e)&&t.hiddenRows.splice(t.hiddenRows.indexOf(e),1)})},showRow:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.showRows(e)},hideRows:function(e){var t=this;g(e,function(e){e=parseInt(e,10),t.isHidden(e)||t.hiddenRows.push(e)})},hideRow:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.hideRows(e)},isHidden:function(e){return this.hiddenRows.indexOf(e)>-1},resetCellsMeta:function(){g(this.hot.getCellsMeta(),function(e){e&&(e.skipRowOnPaste=!1)})},onAfterGetCellMeta:function(e,t,n){if(this.settings.copyPasteEnabled===!1&&this.isHidden(e)?n.skipRowOnPaste=!0:n.skipRowOnPaste=!1,this.isHidden(e-1)){var o=!0,r=e-1;n.className=n.className||"",-1===n.className.indexOf("afterHiddenRow")&&(n.className+=" afterHiddenRow");do{if(!this.isHidden(r)){o=!1;break}r--}while(r>=0);o&&-1===n.className.indexOf("firstVisibleRow")&&(n.className+=" firstVisibleRow")}else if(n.className){var i=n.className.split(" ");if(i.length){var s=i.indexOf("afterHiddenRow"),l=i.indexOf("firstVisibleRow");s>-1&&i.splice(s,1),l>-1&&i.splice(l,1),n.className=i.join(" ")}}},onAfterGetRowHeader:function(e,t){var n=t.parentNode;n&&(this.isHidden(e)?h(n,"hide"):f(n,"hide"));var o=!0,r=e-1;do{if(!this.isHidden(r)){o=!1;break}r--}while(r>=0);o&&h(t,"firstVisibleRow"),this.settings.indicators&&this.hot.hasRowHeaders()&&(this.isHidden(e-1)&&h(t,"afterHiddenRow"),this.isHidden(e+1)&&h(t,"beforeHiddenRow"))},onModifyRowHeight:function(e,t){return this.isHidden(t)?.1:e},onModifyCopyableRange:function(e){var t=this,n=[],o=function(e,t,o,r){n.push({startRow:e,endRow:t,startCol:o,endCol:r})};return g(e,function(e){var n=!0,r=0;m(e.startRow,e.endRow,function(i){t.isHidden(i)?(n||o(r,i-1,e.startCol,e.endCol),n=!0):(n&&(r=i),i===e.endRow&&o(r,i,e.startCol,e.endCol),n=!1)})}),n},onBeforeSetRangeStart:function(e){var t=this;if(!(e.row>0)){e.row=0;var n=function(e){return t.isHidden(e)&&(e=n(++e)),e};e.row=n(e.row)}},onBeforeSetRangeEnd:function(e){var t=this,n=this.hot.countRows(),o=function(r){return t.isHidden(r)&&(t.lastSelectedRow>r||e.row===n-1?r>0?r=o(--r):m(0,t.lastSelectedRow,function(e){return t.isHidden(e)?void 0:(r=e,!1)}):r=o(++r)),r};e.row=o(e.row),this.lastSelectedRow=e.row},onAfterContextMenuDefaultOptions:function(e){e.items.push(Handsontable.plugins.ContextMenu.SEPARATOR,b(this),y(this))},onAfterRowMove:function(e,t){var n=[];g(this.hiddenRows,function(o){t>e?o>e&&t>o&&o--:e>o&&o>t&&o++,n.push(o)}),this.hiddenRows=n,this.hot.render()},onAfterCreateRow:function(e,t){var n=[];g(this.hiddenRows,function(o){o>=e&&(o+=t),n.push(o)}),this.hiddenRows=n},onAfterRemoveRow:function(e,t){var n=[];g(this.hiddenRows,function(o){o>=e&&(o-=t),n.push(o)}),this.hiddenRows=n},destroy:function(){$traceurRuntime.superGet(this,_.prototype,"destroy").call(this)}},{},d),w("hiddenRows",C)},{"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array":42,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element":46,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number":51,"../../../node_modules/hot-builder/node_modules/handsontable/src/plugins":61,"../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/_base":62,"contextMenuItem/hideRow":169,"contextMenuItem/showRow":170}],172:[function(e,t,n){"use strict";Object.defineProperties(n,{NestedHeaders:{get:function(){return y}},__esModule:{value:!0}});var o,r,i,s,l,a,u=(o=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element"),o&&o.__esModule&&o||{"default":o}),d=u.addClass,c=u.removeClass,h=u.fastInnerHTML,f=u.empty,m=(r=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number"),r&&r.__esModule&&r||{"default":r}).rangeEach,p=(i=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array"),i&&i.__esModule&&i||{"default":i}).arrayEach,g=(s=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object"),s&&s.__esModule&&s||{"default":s}).objectEach,v=(l=e("../../../node_modules/hot-builder/node_modules/handsontable/src/plugins"),l&&l.__esModule&&l||{"default":l}),w=v.registerPlugin,b=(v.getPlugin,(a=e("../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/_base"),a&&a.__esModule&&a||{"default":a})["default"]),y=function(e){$traceurRuntime.superConstructor(C).call(this,e),this.settings=[],this.columnHeaderLevelCount=0,this.colspanArray=[]},C=y;$traceurRuntime.createClass(y,{isEnabled:function(){return!!this.hot.getSettings().nestedHeaders},enablePlugin:function(){var e=this;this.enabled||(this.settings=this.hot.getSettings().nestedHeaders,this.addHook("afterGetColumnHeaderRenderers",function(t){return e.onAfterGetColumnHeaderRenderers(t)}),this.addHook("afterInit",function(){return e.onAfterInit()}),this.addHook("afterOnCellMouseDown",function(t,n,o){return e.onAfterOnCellMouseDown(t,n,o)}),this.addHook("beforeOnCellMouseOver",function(t,n,o,r){return e.onBeforeOnCellMouseOver(t,n,o,r)}),this.addHook("afterViewportColumnCalculatorOverride",function(t){return e.onAfterViewportColumnCalculatorOverride(t)}),this.setupColspanArray(),this.checkForFixedColumnsCollision(),this.columnHeaderLevelCount=this.hot.view?this.hot.view.wt.getSetting("columnHeaders").length:0,$traceurRuntime.superGet(this,C.prototype,"enablePlugin").call(this))},disablePlugin:function(){this.clearColspans(),this.settings=[],this.columnHeaderLevelCount=0,this.colspanArray=[],$traceurRuntime.superGet(this,C.prototype,"disablePlugin").call(this)},updatePlugin:function(){this.disablePlugin(),this.enablePlugin(),$traceurRuntime.superGet(this,C.prototype,"updatePlugin").call(this)},clearColspans:function(){if(this.hot.view)for(var e=this.hot.view.wt.getSetting("columnHeaders").length,t=this.hot.view.wt.wtTable.THEAD,n=this.hot.view.wt.wtOverlays.topOverlay.clone.wtTable.THEAD,o=this.hot.view.wt.wtOverlays.topLeftCornerOverlay?this.hot.view.wt.wtOverlays.topLeftCornerOverlay.clone.wtTable.THEAD:null,r=0;e>r;r++){var i=t.childNodes[r];if(!i)break;for(var s=n.childNodes[r],l=o?o.childNodes[r]:null,a=0,u=i.childNodes.length;u>a;a++)i.childNodes[a].removeAttribute("colspan"),s&&s.childNodes[a]&&s.childNodes[a].removeAttribute("colspan"),o&&l&&l.childNodes[a]&&l.childNodes[a].removeAttribute("colspan")}},checkForFixedColumnsCollision:function(){var e=this,t=this.hot.getSettings().fixedColumnsLeft;p(this.colspanArray,function(n,o){e.getNestedParent(o,t)!==t&&console.warn("You have declared a Nested Header overlapping the Fixed Columns section - it may lead to visual glitches. To prevent that kind of problems, split the nested headers between the fixed and non-fixed columns.")})},checkForOverlappingHeaders:function(){var e=this;p(this.colspanArray,function(t,n){p(e.colspanArray[n],function(t,o){if(t.colspan>1){var r=e.levelToRowCoords(n),i=e.getChildHeaders(r,o);if(i.length>0){var s=0;return p(i,function(t,n){s+=e.getColspan(r+1,t)}),s>t.colspan&&console.warn("Your Nested Headers plugin setup contains overlapping headers. This kind of configuration is currently not supported and might result in glitches."),!1}}})})},setupColspanArray:function(){function e(e,t){e[t]||(e[t]=[])}var t=this;g(this.settings,function(n,o){g(n,function(n,r,i){if(e(t.colspanArray,o),void 0===i[r].colspan)t.colspanArray[o].push({label:i[r]||"",colspan:1,hidden:!1});else{var s=i[r].colspan||1;t.colspanArray[o].push({label:i[r].label||"",colspan:s,hidden:!1}),t.fillColspanArrayWithDummies(s,o)}})})},fillColspanArrayWithDummies:function(e,t){var n=this;m(0,e-2,function(e){n.colspanArray[t].push({label:"",colspan:1,hidden:!0})})},headerRendererFactory:function(e){var t=this;return function(n,o){if(o.removeAttribute("colspan"),c(o,"hiddenHeader"),t.colspanArray[e][n]&&t.colspanArray[e][n].colspan){var r=t.colspanArray[e][n].colspan,i=t.hot.getSettings().fixedColumnsLeft||0,s=t.hot.view.wt.wtOverlays.topLeftCornerOverlay,l=t.hot.view.wt.wtOverlays.leftOverlay,a=s?s.clone.wtTable.THEAD.contains(o):!1,u=l?l.clone.wtTable.THEAD.contains(o):!1;r>1&&o.setAttribute("colspan",a||u?Math.min(r,i-n):r),(a||u&&n===i-1)&&d(o,"overlayEdge")}t.colspanArray[e][n]&&t.colspanArray[e][n].hidden&&d(o,"hiddenHeader"),f(o);var m=document.createElement("DIV");d(m,"relative");var p=document.createElement("SPAN");d(p,"colHeader"),h(p,t.colspanArray[e][n]?t.colspanArray[e][n].label||"":""),m.appendChild(p),o.appendChild(m),t.hot.runHooks("afterGetColHeader",n,o)}},getColspan:function(e,t){return this.colspanArray[this.rowCoordsToLevel(e)][t].colspan},levelToRowCoords:function(e){return e-this.columnHeaderLevelCount},rowCoordsToLevel:function(e){return e+this.columnHeaderLevelCount},getNestedParent:function(e,t){var n=this.colspanArray[e][t]?this.colspanArray[e][t].colspan:1,o=this.colspanArray[e][t]?this.colspanArray[e][t].hidden:!1;if(n>1||1===n&&o===!1)return t;var r=t-1;do{if(this.colspanArray[e][r].colspan>1)break;r--}while(t>=0);return r},getChildHeaders:function(e,t){var n=this.rowCoordsToLevel(e),o=this.colspanArray[n+1],r=this.getNestedParent(n,t),i=this.colspanArray[n][t].colspan,s=[];return o?(m(r,r+i-1,function(e){o[e]&&o[e].colspan>1&&(i-=o[e].colspan-1),o[e]&&!o[e].hidden&&-1===s.indexOf(e)&&s.push(e)}),s):s},fillTheRemainingColspans:function(){var e=this;g(this.settings,function(t,n){m(e.colspanArray[n].length-1,e.hot.countCols()-1,function(o){e.colspanArray[n].push({label:t[o]||"",colspan:1,hidden:!1})},!0)})},onAfterViewportColumnCalculatorOverride:function(e){var t=this,n=e.startColumn;m(0,Math.max(this.columnHeaderLevelCount-1,0),function(o){var r=t.getNestedParent(o,e.startColumn);if(r<e.startColumn){var i=Math.min(n,r);n=i}}),e.startColumn=n},onAfterOnCellMouseDown:function(e,t,n){if(t.row<0){var o=this.getColspan(t.row,t.col),r=t.col+o-1;if(o>1){var i=this.hot.countRows()-1;this.hot.selection.setRangeEnd(new WalkontableCellCoords(i,r))}}},onBeforeOnCellMouseOver:function(e,t,n,o){var r;if(t.row<0&&t.col>=0&&this.hot.view.isMouseDown()){var i=this.hot.getSelectedRange(),s=i.from,l=i.to,a=this.getColspan(t.row,t.col),u=t.col+a-1,d=!1;s.col<=l.col?(t.col<s.col&&u===l.col||t.col<s.col&&u<s.col||t.col<s.col&&u>=s.col&&u<l.col)&&(d=!0):(t.col<l.col&&u>s.col||t.col>s.col||t.col<=l.col&&u>s.col||t.col>l.col&&u>s.col)&&(d=!0),d&&(r=[l.col,s.col],s.col=r[0],l.col=r[1],r),a>1&&(o.column=!0,this.hot.selection.setSelectedHeaders(!1,!0),s.col===l.col&&(u<=s.col&&t.col<s.col?(this.hot.selection.setRangeStartOnly(new WalkontableCellCoords(s.row,l.col)),this.hot.selection.setRangeEnd(new WalkontableCellCoords(l.row,t.col))):(this.hot.selection.setRangeStartOnly(new WalkontableCellCoords(s.row,t.col<s.col?t.col:s.col)),this.hot.selection.setRangeEnd(new WalkontableCellCoords(l.row,u>l.col?u:l.col)))),s.col<l.col&&(this.hot.selection.setRangeStartOnly(new WalkontableCellCoords(s.row,t.col<s.col?t.col:s.col)),this.hot.selection.setRangeEnd(new WalkontableCellCoords(l.row,u))),s.col>l.col&&(this.hot.selection.setRangeStartOnly(new WalkontableCellCoords(s.row,s.col)),this.hot.selection.setRangeEnd(new WalkontableCellCoords(l.row,t.col))))}},onAfterInit:function(){this.columnHeaderLevelCount=this.hot.view.wt.getSetting("columnHeaders").length,this.fillTheRemainingColspans(),this.checkForOverlappingHeaders()},onAfterGetColumnHeaderRenderers:function(e){if(e){e.length=0;for(var t=this.colspanArray.length,n=t-1;n>=0;n--)e.push(this.headerRendererFactory(n));e.reverse()}},destroy:function(){this.settings=null,this.columnHeaderLevelCount=null,this.colspanArray=null,$traceurRuntime.superGet(this,C.prototype,"destroy").call(this)}},{},b),w("nestedHeaders",y)},{"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array":42,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/dom/element":46,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number":51,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object":52,"../../../node_modules/hot-builder/node_modules/handsontable/src/plugins":61,"../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/_base":62}],173:[function(e,t,n){"use strict";Object.defineProperties(n,{RowsMapper:{get:function(){return c}},__esModule:{value:!0}});var o,r,i,s,l=(o=e("../../browser"),o&&o.__esModule&&o||{"default":o})["default"],a=(r=e("../../../node_modules/hot-builder/node_modules/handsontable/src/mixins/arrayMapper"),r&&r.__esModule&&r||{"default":r}).arrayMapper,u=(i=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object"),i&&i.__esModule&&i||{"default":i}).mixin,d=(s=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number"),s&&s.__esModule&&s||{"default":s}).rangeEach,c=function(e){this.trimRows=e};$traceurRuntime.createClass(c,{createMap:function(e){var t=this,n=0,o=void 0===e?this._arrayMap.length:e;this._arrayMap.length=0,d(o-1,function(e){t.trimRows.isTrimmed(e)?n++:t._arrayMap[e-n]=e})},destroy:function(){this._arrayMap=null}},{}),u(c,a),l.utils.TrimRowsRowsMapper=c},{"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number":51,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/object":52,"../../../node_modules/hot-builder/node_modules/handsontable/src/mixins/arrayMapper":56,"../../browser":113}],174:[function(e,t,n){"use strict";Object.defineProperties(n,{TrimRows:{get:function(){return f}},__esModule:{value:!0}});var o,r,i,s,l,a=(o=e("../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/_base"),o&&o.__esModule&&o||{"default":o})["default"],u=(r=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array"),r&&r.__esModule&&r||{"default":r}).arrayEach,d=(i=e("../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number"),i&&i.__esModule&&i||{"default":i}).rangeEach,c=(s=e("../../../node_modules/hot-builder/node_modules/handsontable/src/plugins"),s&&s.__esModule&&s||{"default":s}).registerPlugin,h=(l=e("rowsMapper"),l&&l.__esModule&&l||{"default":l}).RowsMapper,f=function(e){$traceurRuntime.superConstructor(m).call(this,e),this.trimmedRows=[],this.removedRows=[],this.rowsMapper=new h(this)},m=f;$traceurRuntime.createClass(f,{isEnabled:function(){return!!this.hot.getSettings().trimRows},enablePlugin:function(){var e=this;if(!this.enabled){var t=this.hot.getSettings().trimRows;Array.isArray(t)&&(this.trimmedRows=t),this.rowsMapper.createMap(this.hot.countSourceRows()),this.addHook("modifyRow",function(t,n){return e.onModifyRow(t,n)}),this.addHook("afterCreateRow",function(t,n){return e.onAfterCreateRow(t,n)}),this.addHook("beforeRemoveRow",function(t,n){return e.onBeforeRemoveRow(t,n)}),this.addHook("afterRemoveRow",function(t,n){return e.onAfterRemoveRow(t,n)}),this.addHook("afterLoadData",function(t){return e.onAfterLoadData(t)}),$traceurRuntime.superGet(this,m.prototype,"enablePlugin").call(this)}},updatePlugin:function(){this.disablePlugin(),this.enablePlugin(),$traceurRuntime.superGet(this,m.prototype,"updatePlugin").call(this)},disablePlugin:function(){this.trimmedRows=[],this.removedRows.length=0,this.rowsMapper.clearMap(),$traceurRuntime.superGet(this,m.prototype,"disablePlugin").call(this)},trimRows:function(e){var t=this;u(e,function(e){e=parseInt(e,10),t.isTrimmed(e)||t.trimmedRows.push(e)}),this.rowsMapper.createMap(this.hot.countSourceRows()),this.hot.runHooks("afterTrimRow",e)},trimRow:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.trimRows(e)},untrimRows:function(e){var t=this;u(e,function(e){e=parseInt(e,10),t.isTrimmed(e)&&t.trimmedRows.splice(t.trimmedRows.indexOf(e),1)}),this.rowsMapper.createMap(this.hot.countSourceRows()),this.hot.runHooks("afterUntrimRow",e)},untrimRow:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.untrimRows(e)},isTrimmed:function(e){return this.trimmedRows.indexOf(e)>-1},untrimAll:function(){this.untrimRows([].concat(this.trimmedRows))},onModifyRow:function(e,t){return t!==this.pluginName&&(e=this.rowsMapper.getValueByIndex(e)),e},onAfterCreateRow:function(e,t){this.rowsMapper.shiftItems(e,t)},onBeforeRemoveRow:function(e,t){var n=this;this.removedRows.length=0,e!==!1&&d(e,e+t-1,function(e){n.removedRows.push(n.hot.runHooks("modifyRow",e,n.pluginName))})},onAfterRemoveRow:function(e,t){this.rowsMapper.unshiftItems(this.removedRows)},onAfterLoadData:function(e){e||this.rowsMapper.createMap(this.hot.countSourceRows())},destroy:function(){this.rowsMapper.destroy(),$traceurRuntime.superGet(this,m.prototype,"destroy").call(this)}},{},a),c("trimRows",f)},{"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/array":42,"../../../node_modules/hot-builder/node_modules/handsontable/src/helpers/number":51,"../../../node_modules/hot-builder/node_modules/handsontable/src/plugins":61,"../../../node_modules/hot-builder/node_modules/handsontable/src/plugins/_base":62,rowsMapper:173}],SheetClip:[function(e,t,n){!function(e){"use strict";function t(e){return e.split('"').length-1}var o={parse:function(e){var n,o,r,i,s,l,a,u=[],d=0;for(r=e.split("\n"),r.length>1&&""===r[r.length-1]&&r.pop(),n=0,o=r.length;o>n;n+=1){for(r[n]=r[n].split(" "),i=0,s=r[n].length;s>i;i+=1)u[d]||(u[d]=[]),l&&0===i?(a=u[d].length-1,u[d][a]=u[d][a]+"\n"+r[n][0],l&&1&t(r[n][0])&&(l=!1,u[d][a]=u[d][a].substring(0,u[d][a].length-1).replace(/""/g,'"'))):i===s-1&&0===r[n][i].indexOf('"')&&1&t(r[n][i])?(u[d].push(r[n][i].substring(1).replace(/""/g,'"')),l=!0):(u[d].push(r[n][i].replace(/""/g,'"')),l=!1);l||(d+=1)}return u},stringify:function(e){var t,n,o,r,i,s="";for(t=0,n=e.length;n>t;t+=1){for(r=e[t].length,o=0;r>o;o+=1)o>0&&(s+=" "),i=e[t][o],s+="string"==typeof i?i.indexOf("\n")>-1?'"'+i.replace(/"/g,'""')+'"':i:null===i||void 0===i?"":i;s+="\n"}return s}};"undefined"!=typeof n?(n.parse=o.parse,n.stringify=o.stringify):e.SheetClip=o}(window)},{}],autoResize:[function(e,t,n){function o(){function e(e){return e.currentStyle||document.defaultView.getComputedStyle(e)}var t,n={minHeight:200,maxHeight:300,minWidth:100,maxWidth:300},o=document.body,r=document.createTextNode(""),i=document.createElement("SPAN"),s=function(e,t,n){window.attachEvent?e.attachEvent("on"+t,n):e.addEventListener(t,n,!1)},l=function(e,t,n){window.removeEventListener?e.removeEventListener(t,n,!1):e.detachEvent("on"+t,n)},a=function(s){var l,a;s?/^[a-zA-Z \.,\\\/\|0-9]$/.test(s)||(s="."):s="",void 0!==r.textContent?r.textContent=t.value+s:r.data=t.value+s,i.style.fontSize=e(t).fontSize,i.style.fontFamily=e(t).fontFamily,i.style.whiteSpace="pre",o.appendChild(i),l=i.clientWidth+2,o.removeChild(i),t.style.height=n.minHeight+"px",n.minWidth>l?t.style.width=n.minWidth+"px":l>n.maxWidth?t.style.width=n.maxWidth+"px":t.style.width=l+"px",a=t.scrollHeight?t.scrollHeight-1:0,n.minHeight>a?t.style.height=n.minHeight+"px":n.maxHeight<a?(t.style.height=n.maxHeight+"px",t.style.overflowY="visible"):t.style.height=a+"px"},u=function(){window.setTimeout(a,0)},d=function(e){if(e&&e.minHeight)if("inherit"==e.minHeight)n.minHeight=t.clientHeight;else{var o=parseInt(e.minHeight);isNaN(o)||(n.minHeight=o)}if(e&&e.maxHeight)if("inherit"==e.maxHeight)n.maxHeight=t.clientHeight;else{var s=parseInt(e.maxHeight);isNaN(s)||(n.maxHeight=s)}if(e&&e.minWidth)if("inherit"==e.minWidth)n.minWidth=t.clientWidth;else{var l=parseInt(e.minWidth);isNaN(l)||(n.minWidth=l)}if(e&&e.maxWidth)if("inherit"==e.maxWidth)n.maxWidth=t.clientWidth;else{var a=parseInt(e.maxWidth);isNaN(a)||(n.maxWidth=a)}i.firstChild||(i.className="autoResize",i.style.display="inline-block",i.appendChild(r))},c=function(e,o,r){t=e,d(o),"TEXTAREA"==t.nodeName&&(t.style.resize="none",t.style.overflowY="",t.style.height=n.minHeight+"px",t.style.minWidth=n.minWidth+"px",t.style.maxWidth=n.maxWidth+"px",t.style.overflowY="hidden"),r&&(s(t,"change",a),s(t,"cut",u),s(t,"paste",u),s(t,"drop",u),s(t,"keydown",u),s(t,"focus",a)),a()};return{init:function(e,t,n){c(e,t,n)},unObserve:function(){l(t,"change",a),l(t,"cut",u),l(t,"paste",u),l(t,"drop",u),l(t,"keydown",u),l(t,"focus",a)},resize:a}}"undefined"!=typeof n&&(t.exports=o)},{}],copyPaste:[function(e,t,n){function o(){return i?i.hasBeenDestroyed()&&i.init():i=new r,i.refCounter++,i}function r(){this.refCounter=0,this.init()}var i;"undefined"!=typeof n&&(t.exports=o),r.prototype.init=function(){var e,t;this.copyCallbacks=[],this.cutCallbacks=[],this.pasteCallbacks=[],t=document.body,document.getElementById("CopyPasteDiv")?(this.elDiv=document.getElementById("CopyPasteDiv"),this.elTextarea=this.elDiv.firstChild):(this.elDiv=document.createElement("div"),this.elDiv.id="CopyPasteDiv",e=this.elDiv.style,e.position="fixed",e.top="-10000px",e.left="-10000px",t.appendChild(this.elDiv),this.elTextarea=document.createElement("textarea"),this.elTextarea.className="copyPaste",this.elTextarea.onpaste=function(e){var t,n;"WebkitAppearance"in document.documentElement.style&&(t=e.clipboardData.getData("Text"),-1!==navigator.userAgent.indexOf("Safari")&&-1===navigator.userAgent.indexOf("Chrome")&&(n=t.split("\n"),""===n[n.length-1]&&n.pop(),t=n.join("\n")),this.value=t,e.preventDefault())},e=this.elTextarea.style,e.width="10000px",e.height="10000px",e.overflow="hidden",this.elDiv.appendChild(this.elTextarea),"undefined"!=typeof e.opacity&&(e.opacity=0)),this.onKeyDownRef=this.onKeyDown.bind(this),document.documentElement.addEventListener("keydown",this.onKeyDownRef,!1)},r.prototype.onKeyDown=function(e){function t(){var e=document.activeElement;return e.shadowRoot&&e.shadowRoot.activeElement&&(e=e.shadowRoot.activeElement),
["INPUT","SELECT","TEXTAREA"].indexOf(e.nodeName)>-1||"true"===e.contentEditable}var n=this,o=!1;if(e.metaKey?o=!0:e.ctrlKey&&-1===navigator.userAgent.indexOf("Mac")&&(o=!0),o){if(document.activeElement!==this.elTextarea&&(""!==this.getSelectionText()||t()))return;this.selectNodeText(this.elTextarea),setTimeout(function(){document.activeElement!==n.elTextarea&&n.selectNodeText(n.elTextarea)},0)}e.isImmediatePropagationEnabled===!1||!o||67!==e.keyCode&&86!==e.keyCode&&88!==e.keyCode||(88===e.keyCode?setTimeout(function(){n.triggerCut(e)},0):86===e.keyCode&&setTimeout(function(){n.triggerPaste(e)},0))},r.prototype.selectNodeText=function(e){e&&e.select()},r.prototype.getSelectionText=function(){var e="";return window.getSelection?e=window.getSelection().toString():document.selection&&"Control"!==document.selection.type&&(e=document.selection.createRange().text),e},r.prototype.copyable=function(e){if("string"!=typeof e&&void 0===e.toString)throw new Error("copyable requires string parameter");this.elTextarea.value=e,this.selectNodeText(this.elTextarea)},r.prototype.onCut=function(e){this.cutCallbacks.push(e)},r.prototype.onPaste=function(e){this.pasteCallbacks.push(e)},r.prototype.removeCallback=function(e){var t,n;for(t=0,n=this.copyCallbacks.length;n>t;t++)if(this.copyCallbacks[t]===e)return this.copyCallbacks.splice(t,1),!0;for(t=0,n=this.cutCallbacks.length;n>t;t++)if(this.cutCallbacks[t]===e)return this.cutCallbacks.splice(t,1),!0;for(t=0,n=this.pasteCallbacks.length;n>t;t++)if(this.pasteCallbacks[t]===e)return this.pasteCallbacks.splice(t,1),!0;return!1},r.prototype.triggerCut=function(e){var t=this;t.cutCallbacks&&setTimeout(function(){for(var n=0,o=t.cutCallbacks.length;o>n;n++)t.cutCallbacks[n](e)},50)},r.prototype.triggerPaste=function(e,t){var n=this;n.pasteCallbacks&&setTimeout(function(){for(var o=t||n.elTextarea.value,r=0,i=n.pasteCallbacks.length;i>r;r++)n.pasteCallbacks[r](o,e)},50)},r.prototype.destroy=function(){this.hasBeenDestroyed()||0!==--this.refCounter||(this.elDiv&&this.elDiv.parentNode&&(this.elDiv.parentNode.removeChild(this.elDiv),this.elDiv=null,this.elTextarea=null),document.documentElement.removeEventListener("keydown",this.onKeyDownRef),this.onKeyDownRef=null)},r.prototype.hasBeenDestroyed=function(){return!this.refCounter}},{}],es6collections:[function(e,t,n){/*!
* Copyright (C) 2011 by Andrea Giammarchi, @WebReflection
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
!function(e){"use strict";function t(e,t){function o(e){return this&&this.constructor===o?(this._keys=[],this._values=[],this._itp=[],this.objectOnly=t,void(e&&n.call(this,e))):new o(e)}return t||b(e,"size",{get:g}),e.constructor=o,o.prototype=e,o}function n(e){this.add?e.forEach(this.add,this):e.forEach(function(e){this.set(e[0],e[1])},this)}function o(e){return this.has(e)&&(this._keys.splice(w,1),this._values.splice(w,1),this._itp.forEach(function(e){w<e[0]&&e[0]--})),w>-1}function r(e){return this.has(e)?this._values[w]:void 0}function i(e,t){if(this.objectOnly&&t!==Object(t))throw new TypeError("Invalid value used as weak collection key");if(t!=t||0===t)for(w=e.length;w--&&!y(e[w],t););else w=e.indexOf(t);return w>-1}function s(e){return i.call(this,this._values,e)}function l(e){return i.call(this,this._keys,e)}function a(e,t){return this.has(e)?this._values[w]=t:this._values[this._keys.push(e)-1]=t,this}function u(e){return this.has(e)||this._values.push(e),this}function d(){this._values.length=0}function c(){return p(this._itp,this._keys)}function h(){return p(this._itp,this._values)}function f(){return p(this._itp,this._keys,this._values)}function m(){return p(this._itp,this._values,this._values)}function p(e,t,n){var o=[0],r=!1;return e.push(o),{next:function(){var i,s=o[0];return!r&&s<t.length?(i=n?[t[s],n[s]]:t[s],o[0]++):(r=!0,e.splice(e.indexOf(o),1)),{done:r,value:i}}}}function g(){return this._values.length}function v(e,t){for(var n=this.entries();;){var o=n.next();if(o.done)break;e.call(t,o.value[1],o.value[0],this)}}var w,b=Object.defineProperty,y=function(e,t){return isNaN(e)?isNaN(t):e===t};"undefined"==typeof WeakMap&&(e.WeakMap=t({"delete":o,clear:d,get:r,has:l,set:a},!0)),"undefined"==typeof Map&&(e.Map=t({"delete":o,has:l,get:r,set:a,keys:c,values:h,entries:f,forEach:v,clear:d})),"undefined"==typeof Set&&(e.Set=t({has:s,add:u,"delete":o,clear:d,keys:h,values:h,entries:m,forEach:v})),"undefined"==typeof WeakSet&&(e.WeakSet=t({"delete":o,add:u,clear:d,has:s},!0))}("undefined"!=typeof n&&"undefined"!=typeof global?global:window)},{}],jsonpatch:[function(e,t,n){/*!
* https://github.com/Starcounter-Jack/JSON-Patch
* json-patch-duplex.js version: 0.5.7
* (c) 2013 Joachim Wester
* MIT license
*/
var o,r=this&&this.__extends||function(e,t){function n(){this.constructor=e}for(var o in t)t.hasOwnProperty(o)&&(e[o]=t[o]);e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)},i=Error;!function(e){function t(e,n){switch(typeof e){case"undefined":case"boolean":case"string":case"number":return e===n;case"object":if(null===e)return null===n;if(E(e)){if(!E(n)||e.length!==n.length)return!1;for(var o=0,r=e.length;r>o;o++)if(!t(e[o],n[o]))return!1;return!0}var i=b(n),s=i.length;if(b(e).length!==s)return!1;for(var o=0;s>o;o++)if(!t(e[o],n[o]))return!1;return!0;default:return!1}}function n(e){return-1===e.indexOf("/")&&-1===e.indexOf("~")?e:e.replace(/~/g,"~0").replace(/\//g,"~1")}function o(e){for(var t=0,n=R.length;n>t;t++)if(R[t].obj===e)return R[t]}function s(e,t){for(var n=0,o=e.observers.length;o>n;n++)if(e.observers[n].callback===t)return e.observers[n].observer}function l(e,t){for(var n=0,o=e.observers.length;o>n;n++)if(e.observers[n].observer===t)return void e.observers.splice(n,1)}function a(e,t){t.unobserve()}function u(e){return"object"==typeof e?JSON.parse(JSON.stringify(e)):e}function d(e,t){var n,r=[],a=o(e);if(a?n=s(a,t):(a=new M(e),R.push(a)),n)return n;if(n={},a.value=u(e),t){n.callback=t,n.next=null;var d=this.intervals||[100,1e3,1e4,6e4];if(void 0===d.push)throw new i("jsonpatch.intervals must be an array");var h=0,f=function(){c(n)},m=function(){clearTimeout(n.next),n.next=setTimeout(function(){f(),h=0,n.next=setTimeout(p,d[h++])},0)},p=function(){f(),h==d.length&&(h=d.length-1),n.next=setTimeout(p,d[h++])};"undefined"!=typeof window&&(window.addEventListener?(window.addEventListener("mousedown",m),window.addEventListener("mouseup",m),window.addEventListener("keydown",m)):(document.documentElement.attachEvent("onmousedown",m),document.documentElement.attachEvent("onmouseup",m),document.documentElement.attachEvent("onkeydown",m))),n.next=setTimeout(p,d[h++])}return n.patches=r,n.object=e,n.unobserve=function(){c(n),clearTimeout(n.next),l(a,n),"undefined"!=typeof window&&(window.removeEventListener?(window.removeEventListener("mousedown",m),window.removeEventListener("mouseup",m),window.removeEventListener("keydown",m)):(document.documentElement.detachEvent("onmousedown",m),document.documentElement.detachEvent("onmouseup",m),document.documentElement.detachEvent("onkeydown",m)))},a.observers.push(new S(t,n)),n}function c(e){for(var t,n=0,o=R.length;o>n;n++)if(R[n].obj===e.object){t=R[n];break}h(t.value,e.object,e.patches,""),e.patches.length&&m(t.value,e.patches);var r=e.patches;return r.length>0&&(e.patches=[],e.callback&&e.callback(r)),r}function h(e,t,o,r){for(var i=b(t),s=b(e),l=!1,a=!1,d=s.length-1;d>=0;d--){var c=s[d],f=e[c];if(t.hasOwnProperty(c)){var m=t[c];"object"==typeof f&&null!=f&&"object"==typeof m&&null!=m?h(f,m,o,r+"/"+n(c)):f!=m&&(l=!0,o.push({op:"replace",path:r+"/"+n(c),value:u(m)}))}else o.push({op:"remove",path:r+"/"+n(c)}),a=!0}if(a||i.length!=s.length)for(var d=0;d<i.length;d++){var c=i[d];e.hasOwnProperty(c)||o.push({op:"add",path:r+"/"+n(c),value:u(t[c])})}}function f(e){for(var t,n=0,o=e.length;o>n;){t=e.charCodeAt(n);{if(!(t>=48&&57>=t))return!1;n++}}return!0}function m(e,t,n){for(var o,r,i=!1,s=0,l=t.length;l>s;){o=t[s],s++;for(var a=o.path||"",u=a.split("/"),d=e,c=1,h=u.length,m=void 0;;){if(r=u[c],n&&void 0===m&&(void 0===d[r]?m=u.slice(0,c).join("/"):c==h-1&&(m=o.path),void 0!==m&&this.validator(o,s-1,e,m)),c++,void 0===r&&c>=h){i=_[o.op].call(o,d,r,e);break}if(E(d)){if("-"===r)r=d.length;else{if(n&&!f(r))throw new O("Expected an unsigned base-10 integer value, making the new referenced value the array element with the zero-based index","OPERATION_PATH_ILLEGAL_ARRAY_INDEX",s-1,o.path,o);r=parseInt(r,10)}if(c>=h){if(n&&"add"===o.op&&r>d.length)throw new O("The specified index MUST NOT be greater than the number of elements in the array","OPERATION_VALUE_OUT_OF_BOUNDS",s-1,o.path,o);i=C[o.op].call(o,d,r,e);break}}else if(r&&-1!=r.indexOf("~")&&(r=r.replace(/~1/g,"/").replace(/~0/g,"~")),c>=h){i=y[o.op].call(o,d,r,e);break}d=d[r]}}return i}function p(e,t){var n=[];return h(e,t,n,""),n}function g(e){if(void 0===e)return!0;if("array"==typeof e||"object"==typeof e)for(var t in e)if(g(e[t]))return!0;return!1}function v(t,n,o,r){if("object"!=typeof t||null===t||E(t))throw new O("Operation is not an object","OPERATION_NOT_AN_OBJECT",n,t,o);if(!y[t.op])throw new O("Operation `op` property is not one of operations defined in RFC-6902","OPERATION_OP_INVALID",n,t,o);if("string"!=typeof t.path)throw new O("Operation `path` property is not a string","OPERATION_PATH_INVALID",n,t,o);if(("move"===t.op||"copy"===t.op)&&"string"!=typeof t.from)throw new O("Operation `from` property is not present (applicable in `move` and `copy` operations)","OPERATION_FROM_REQUIRED",n,t,o);if(("add"===t.op||"replace"===t.op||"test"===t.op)&&void 0===t.value)throw new O("Operation `value` property is not present (applicable in `add`, `replace` and `test` operations)","OPERATION_VALUE_REQUIRED",n,t,o);if(("add"===t.op||"replace"===t.op||"test"===t.op)&&g(t.value))throw new O("Operation `value` property is not present (applicable in `add`, `replace` and `test` operations)","OPERATION_VALUE_CANNOT_CONTAIN_UNDEFINED",n,t,o);if(o)if("add"==t.op){var i=t.path.split("/").length,s=r.split("/").length;if(i!==s+1&&i!==s)throw new O("Cannot perform an `add` operation at the desired path","OPERATION_PATH_CANNOT_ADD",n,t,o)}else if("replace"===t.op||"remove"===t.op||"_get"===t.op){if(t.path!==r)throw new O("Cannot perform the operation at a path that does not exist","OPERATION_PATH_UNRESOLVABLE",n,t,o)}else if("move"===t.op||"copy"===t.op){var l={op:"_get",path:t.from,value:void 0},a=e.validate([l],o);if(a&&"OPERATION_PATH_UNRESOLVABLE"===a.name)throw new O("Cannot perform the operation from a path that does not exist","OPERATION_FROM_UNRESOLVABLE",n,t,o)}}function w(e,t){try{if(!E(e))throw new O("Patch sequence must be an array","SEQUENCE_NOT_AN_ARRAY");if(t)t=JSON.parse(JSON.stringify(t)),m.call(this,t,e,!0);else for(var n=0;n<e.length;n++)this.validator(e[n],n)}catch(o){if(o instanceof O)return o;throw o}}var b=function(e){if(E(e)){for(var t=new Array(e.length),n=0;n<t.length;n++)t[n]=""+n;return t}if(Object.keys)return Object.keys(e);var t=[];for(var o in e)e.hasOwnProperty(o)&&t.push(o);return t},y={add:function(e,t){return e[t]=this.value,!0},remove:function(e,t){return delete e[t],!0},replace:function(e,t){return e[t]=this.value,!0},move:function(e,t,n){var o={op:"_get",path:this.from};return m(n,[o]),m(n,[{op:"remove",path:this.from}]),m(n,[{op:"add",path:this.path,value:o.value}]),!0},copy:function(e,t,n){var o={op:"_get",path:this.from};return m(n,[o]),m(n,[{op:"add",path:this.path,value:o.value}]),!0},test:function(e,n){return t(e[n],this.value)},_get:function(e,t){this.value=e[t]}},C={add:function(e,t){return e.splice(t,0,this.value),!0},remove:function(e,t){return e.splice(t,1),!0},replace:function(e,t){return e[t]=this.value,!0},move:y.move,copy:y.copy,test:y.test,_get:y._get},_={add:function(e){_.remove.call(this,e);for(var t in this.value)this.value.hasOwnProperty(t)&&(e[t]=this.value[t]);return!0},remove:function(e){for(var t in e)e.hasOwnProperty(t)&&y.remove.call(this,e,t);return!0},replace:function(e){return m(e,[{op:"remove",path:this.path}]),m(e,[{op:"add",path:this.path,value:this.value}]),!0},move:y.move,copy:y.copy,test:function(e){return JSON.stringify(e)===JSON.stringify(this.value)},_get:function(e){this.value=e}},R=[],M=function(){function e(e){this.observers=[],this.obj=e}return e}(),S=function(){function e(e,t){this.callback=e,this.observer=t}return e}();e.unobserve=a,e.observe=d,e.generate=c;var E;E=Array.isArray?Array.isArray:function(e){return e.push&&"number"==typeof e.length},e.apply=m,e.compare=p;var O=function(e){function t(t,n,o,r,i){e.call(this,t),this.message=t,this.name=n,this.index=o,this.operation=r,this.tree=i}return r(t,e),t}(i);e.JsonPatchError=O,e.Error=O,e.validator=v,e.validate=w}(o||(o={})),"undefined"!=typeof n&&(n.apply=o.apply,n.observe=o.observe,n.unobserve=o.unobserve,n.generate=o.generate,n.compare=o.compare,n.validate=o.validate,n.validator=o.validator,n.JsonPatchError=o.JsonPatchError,n.Error=o.Error)},{}],moment:[function(t,n,o){!function(t,r){"object"==typeof o&&"undefined"!=typeof n?n.exports=r():"function"==typeof e&&e.amd?e(r):t.moment=r()}(this,function(){"use strict";function e(){return ao.apply(null,arguments)}function o(e){ao=e}function r(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function i(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function s(e,t){var n,o=[];for(n=0;n<e.length;++n)o.push(t(e[n],n));return o}function l(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function a(e,t){for(var n in t)l(t,n)&&(e[n]=t[n]);return l(t,"toString")&&(e.toString=t.toString),l(t,"valueOf")&&(e.valueOf=t.valueOf),e}function u(e,t,n,o){return Ie(e,t,n,o,!0).utc()}function d(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],meridiem:null}}function c(e){return null==e._pf&&(e._pf=d()),e._pf}function h(e){if(null==e._isValid){var t=c(e),n=uo.call(t.parsedDateParts,function(e){return null!=e});e._isValid=!isNaN(e._d.getTime())&&t.overflow<0&&!t.empty&&!t.invalidMonth&&!t.invalidWeekday&&!t.nullInput&&!t.invalidFormat&&!t.userInvalidated&&(!t.meridiem||t.meridiem&&n),e._strict&&(e._isValid=e._isValid&&0===t.charsLeftOver&&0===t.unusedTokens.length&&void 0===t.bigHour)}return e._isValid}function f(e){var t=u(NaN);return null!=e?a(c(t),e):c(t).userInvalidated=!0,t}function m(e){return void 0===e}function p(e,t){var n,o,r;if(m(t._isAMomentObject)||(e._isAMomentObject=t._isAMomentObject),m(t._i)||(e._i=t._i),m(t._f)||(e._f=t._f),m(t._l)||(e._l=t._l),m(t._strict)||(e._strict=t._strict),m(t._tzm)||(e._tzm=t._tzm),m(t._isUTC)||(e._isUTC=t._isUTC),m(t._offset)||(e._offset=t._offset),m(t._pf)||(e._pf=c(t)),m(t._locale)||(e._locale=t._locale),co.length>0)for(n in co)o=co[n],r=t[o],m(r)||(e[o]=r);return e}function g(t){p(this,t),this._d=new Date(null!=t._d?t._d.getTime():NaN),ho===!1&&(ho=!0,e.updateOffset(this),ho=!1)}function v(e){return e instanceof g||null!=e&&null!=e._isAMomentObject}function w(e){return 0>e?Math.ceil(e):Math.floor(e)}function b(e){var t=+e,n=0;return 0!==t&&isFinite(t)&&(n=w(t)),n}function y(e,t,n){var o,r=Math.min(e.length,t.length),i=Math.abs(e.length-t.length),s=0;for(o=0;r>o;o++)(n&&e[o]!==t[o]||!n&&b(e[o])!==b(t[o]))&&s++;return s+i}function C(t){e.suppressDeprecationWarnings===!1&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+t)}function _(t,n){var o=!0;return a(function(){return null!=e.deprecationHandler&&e.deprecationHandler(null,t),o&&(C(t+"\nArguments: "+Array.prototype.slice.call(arguments).join(", ")+"\n"+(new Error).stack),o=!1),n.apply(this,arguments)},n)}function R(t,n){null!=e.deprecationHandler&&e.deprecationHandler(t,n),fo[t]||(C(n),fo[t]=!0)}function M(e){return e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}function S(e){return"[object Object]"===Object.prototype.toString.call(e)}function E(e){var t,n;for(n in e)t=e[n],M(t)?this[n]=t:this["_"+n]=t;this._config=e,this._ordinalParseLenient=new RegExp(this._ordinalParse.source+"|"+/\d{1,2}/.source)}function O(e,t){var n,o=a({},e);for(n in t)l(t,n)&&(S(e[n])&&S(t[n])?(o[n]={},a(o[n],e[n]),a(o[n],t[n])):null!=t[n]?o[n]=t[n]:delete o[n]);return o}function T(e){null!=e&&this.set(e)}function k(e){return e?e.toLowerCase().replace("_","-"):e}function A(e){for(var t,n,o,r,i=0;i<e.length;){for(r=k(e[i]).split("-"),t=r.length,n=k(e[i+1]),n=n?n.split("-"):null;t>0;){if(o=H(r.slice(0,t).join("-")))return o;if(n&&n.length>=t&&y(r,n,!0)>=t-1)break;t--}i++}return null}function H(e){var o=null;if(!vo[e]&&"undefined"!=typeof n&&n&&n.exports)try{o=po._abbr,t("./locale/"+e),P(o)}catch(r){}return vo[e]}function P(e,t){var n;return e&&(n=m(t)?L(e):x(e,t),n&&(po=n)),po._abbr}function x(e,t){return null!==t?(t.abbr=e,null!=vo[e]?(R("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale"),t=O(vo[e]._config,t)):null!=t.parentLocale&&(null!=vo[t.parentLocale]?t=O(vo[t.parentLocale]._config,t):R("parentLocaleUndefined","specified parentLocale is not defined yet")),vo[e]=new T(t),P(e),vo[e]):(delete vo[e],null)}function D(e,t){if(null!=t){var n;null!=vo[e]&&(t=O(vo[e]._config,t)),n=new T(t),n.parentLocale=vo[e],vo[e]=n,P(e)}else null!=vo[e]&&(null!=vo[e].parentLocale?vo[e]=vo[e].parentLocale:null!=vo[e]&&delete vo[e]);return vo[e]}function L(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return po;if(!r(e)){if(t=H(e))return t;e=[e]}return A(e)}function N(){return mo(vo)}function I(e,t){var n=e.toLowerCase();wo[n]=wo[n+"s"]=wo[t]=e}function W(e){return"string"==typeof e?wo[e]||wo[e.toLowerCase()]:void 0}function F(e){var t,n,o={};for(n in e)l(e,n)&&(t=W(n),t&&(o[t]=e[n]));return o}function j(t,n){return function(o){return null!=o?(V(this,t,o),e.updateOffset(this,n),this):B(this,t)}}function B(e,t){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+t]():NaN}function V(e,t,n){e.isValid()&&e._d["set"+(e._isUTC?"UTC":"")+t](n)}function U(e,t){var n;if("object"==typeof e)for(n in e)this.set(n,e[n]);else if(e=W(e),M(this[e]))return this[e](t);return this}function Y(e,t,n){var o=""+Math.abs(e),r=t-o.length,i=e>=0;return(i?n?"+":"":"-")+Math.pow(10,Math.max(0,r)).toString().substr(1)+o}function z(e,t,n,o){var r=o;"string"==typeof o&&(r=function(){return this[o]()}),e&&(_o[e]=r),t&&(_o[t[0]]=function(){return Y(r.apply(this,arguments),t[1],t[2])}),n&&(_o[n]=function(){return this.localeData().ordinal(r.apply(this,arguments),e)})}function G(e){return e.match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"")}function $(e){var t,n,o=e.match(bo);for(t=0,n=o.length;n>t;t++)_o[o[t]]?o[t]=_o[o[t]]:o[t]=G(o[t]);return function(t){var r,i="";for(r=0;n>r;r++)i+=o[r]instanceof Function?o[r].call(t,e):o[r];return i}}function K(e,t){return e.isValid()?(t=X(t,e.localeData()),Co[t]=Co[t]||$(t),Co[t](e)):e.localeData().invalidDate()}function X(e,t){function n(e){return t.longDateFormat(e)||e}var o=5;for(yo.lastIndex=0;o>=0&&yo.test(e);)e=e.replace(yo,n),yo.lastIndex=0,o-=1;return e}function q(e,t,n){jo[e]=M(t)?t:function(e,o){return e&&n?n:t}}function Z(e,t){return l(jo,e)?jo[e](t._strict,t._locale):new RegExp(J(e))}function J(e){return Q(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(e,t,n,o,r){return t||n||o||r}))}function Q(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function ee(e,t){var n,o=t;for("string"==typeof e&&(e=[e]),"number"==typeof t&&(o=function(e,n){n[t]=b(e)}),n=0;n<e.length;n++)Bo[e[n]]=o}function te(e,t){ee(e,function(e,n,o,r){o._w=o._w||{},t(e,o._w,o,r)})}function ne(e,t,n){null!=t&&l(Bo,e)&&Bo[e](t,n._a,n,e)}function oe(e,t){return new Date(Date.UTC(e,t+1,0)).getUTCDate()}function re(e,t){return r(this._months)?this._months[e.month()]:this._months[Zo.test(t)?"format":"standalone"][e.month()]}function ie(e,t){return r(this._monthsShort)?this._monthsShort[e.month()]:this._monthsShort[Zo.test(t)?"format":"standalone"][e.month()]}function se(e,t,n){var o,r,i,s=e.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],o=0;12>o;++o)i=u([2e3,o]),this._shortMonthsParse[o]=this.monthsShort(i,"").toLocaleLowerCase(),this._longMonthsParse[o]=this.months(i,"").toLocaleLowerCase();return n?"MMM"===t?(r=go.call(this._shortMonthsParse,s),-1!==r?r:null):(r=go.call(this._longMonthsParse,s),-1!==r?r:null):"MMM"===t?(r=go.call(this._shortMonthsParse,s),-1!==r?r:(r=go.call(this._longMonthsParse,s),-1!==r?r:null)):(r=go.call(this._longMonthsParse,s),-1!==r?r:(r=go.call(this._shortMonthsParse,s),-1!==r?r:null))}function le(e,t,n){var o,r,i;if(this._monthsParseExact)return se.call(this,e,t,n);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),o=0;12>o;o++){if(r=u([2e3,o]),n&&!this._longMonthsParse[o]&&(this._longMonthsParse[o]=new RegExp("^"+this.months(r,"").replace(".","")+"$","i"),this._shortMonthsParse[o]=new RegExp("^"+this.monthsShort(r,"").replace(".","")+"$","i")),n||this._monthsParse[o]||(i="^"+this.months(r,"")+"|^"+this.monthsShort(r,""),this._monthsParse[o]=new RegExp(i.replace(".",""),"i")),n&&"MMMM"===t&&this._longMonthsParse[o].test(e))return o;if(n&&"MMM"===t&&this._shortMonthsParse[o].test(e))return o;if(!n&&this._monthsParse[o].test(e))return o}}function ae(e,t){var n;if(!e.isValid())return e;if("string"==typeof t)if(/^\d+$/.test(t))t=b(t);else if(t=e.localeData().monthsParse(t),"number"!=typeof t)return e;return n=Math.min(e.date(),oe(e.year(),t)),e._d["set"+(e._isUTC?"UTC":"")+"Month"](t,n),e}function ue(t){return null!=t?(ae(this,t),e.updateOffset(this,!0),this):B(this,"Month")}function de(){return oe(this.year(),this.month())}function ce(e){return this._monthsParseExact?(l(this,"_monthsRegex")||fe.call(this),e?this._monthsShortStrictRegex:this._monthsShortRegex):this._monthsShortStrictRegex&&e?this._monthsShortStrictRegex:this._monthsShortRegex}function he(e){return this._monthsParseExact?(l(this,"_monthsRegex")||fe.call(this),e?this._monthsStrictRegex:this._monthsRegex):this._monthsStrictRegex&&e?this._monthsStrictRegex:this._monthsRegex}function fe(){function e(e,t){return t.length-e.length}var t,n,o=[],r=[],i=[];for(t=0;12>t;t++)n=u([2e3,t]),o.push(this.monthsShort(n,"")),r.push(this.months(n,"")),i.push(this.months(n,"")),i.push(this.monthsShort(n,""));for(o.sort(e),r.sort(e),i.sort(e),t=0;12>t;t++)o[t]=Q(o[t]),r[t]=Q(r[t]),i[t]=Q(i[t]);this._monthsRegex=new RegExp("^("+i.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+r.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+o.join("|")+")","i")}function me(e){var t,n=e._a;return n&&-2===c(e).overflow&&(t=n[Uo]<0||n[Uo]>11?Uo:n[Yo]<1||n[Yo]>oe(n[Vo],n[Uo])?Yo:n[zo]<0||n[zo]>24||24===n[zo]&&(0!==n[Go]||0!==n[$o]||0!==n[Ko])?zo:n[Go]<0||n[Go]>59?Go:n[$o]<0||n[$o]>59?$o:n[Ko]<0||n[Ko]>999?Ko:-1,c(e)._overflowDayOfYear&&(Vo>t||t>Yo)&&(t=Yo),c(e)._overflowWeeks&&-1===t&&(t=Xo),c(e)._overflowWeekday&&-1===t&&(t=qo),c(e).overflow=t),e}function pe(e){var t,n,o,r,i,s,l=e._i,a=nr.exec(l)||or.exec(l);if(a){for(c(e).iso=!0,t=0,n=ir.length;n>t;t++)if(ir[t][1].exec(a[1])){r=ir[t][0],o=ir[t][2]!==!1;break}if(null==r)return void(e._isValid=!1);if(a[3]){for(t=0,n=sr.length;n>t;t++)if(sr[t][1].exec(a[3])){i=(a[2]||" ")+sr[t][0];break}if(null==i)return void(e._isValid=!1)}if(!o&&null!=i)return void(e._isValid=!1);if(a[4]){if(!rr.exec(a[4]))return void(e._isValid=!1);s="Z"}e._f=r+(i||"")+(s||""),Ae(e)}else e._isValid=!1}function ge(t){var n=lr.exec(t._i);return null!==n?void(t._d=new Date(+n[1])):(pe(t),void(t._isValid===!1&&(delete t._isValid,e.createFromInputFallback(t))))}function ve(e,t,n,o,r,i,s){var l=new Date(e,t,n,o,r,i,s);return 100>e&&e>=0&&isFinite(l.getFullYear())&&l.setFullYear(e),l}function we(e){var t=new Date(Date.UTC.apply(null,arguments));return 100>e&&e>=0&&isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e),t}function be(e){return ye(e)?366:365}function ye(e){return e%4===0&&e%100!==0||e%400===0}function Ce(){return ye(this.year())}function _e(e,t,n){var o=7+t-n,r=(7+we(e,0,o).getUTCDay()-t)%7;return-r+o-1}function Re(e,t,n,o,r){var i,s,l=(7+n-o)%7,a=_e(e,o,r),u=1+7*(t-1)+l+a;return 0>=u?(i=e-1,s=be(i)+u):u>be(e)?(i=e+1,s=u-be(e)):(i=e,s=u),{year:i,dayOfYear:s}}function Me(e,t,n){var o,r,i=_e(e.year(),t,n),s=Math.floor((e.dayOfYear()-i-1)/7)+1;return 1>s?(r=e.year()-1,o=s+Se(r,t,n)):s>Se(e.year(),t,n)?(o=s-Se(e.year(),t,n),r=e.year()+1):(r=e.year(),o=s),{week:o,year:r}}function Se(e,t,n){var o=_e(e,t,n),r=_e(e+1,t,n);return(be(e)-o+r)/7}function Ee(e,t,n){return null!=e?e:null!=t?t:n}function Oe(t){var n=new Date(e.now());return t._useUTC?[n.getUTCFullYear(),n.getUTCMonth(),n.getUTCDate()]:[n.getFullYear(),n.getMonth(),n.getDate()]}function Te(e){var t,n,o,r,i=[];if(!e._d){for(o=Oe(e),e._w&&null==e._a[Yo]&&null==e._a[Uo]&&ke(e),e._dayOfYear&&(r=Ee(e._a[Vo],o[Vo]),e._dayOfYear>be(r)&&(c(e)._overflowDayOfYear=!0),n=we(r,0,e._dayOfYear),e._a[Uo]=n.getUTCMonth(),e._a[Yo]=n.getUTCDate()),t=0;3>t&&null==e._a[t];++t)e._a[t]=i[t]=o[t];for(;7>t;t++)e._a[t]=i[t]=null==e._a[t]?2===t?1:0:e._a[t];24===e._a[zo]&&0===e._a[Go]&&0===e._a[$o]&&0===e._a[Ko]&&(e._nextDay=!0,e._a[zo]=0),e._d=(e._useUTC?we:ve).apply(null,i),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[zo]=24)}}function ke(e){var t,n,o,r,i,s,l,a;t=e._w,null!=t.GG||null!=t.W||null!=t.E?(i=1,s=4,n=Ee(t.GG,e._a[Vo],Me(We(),1,4).year),o=Ee(t.W,1),r=Ee(t.E,1),(1>r||r>7)&&(a=!0)):(i=e._locale._week.dow,s=e._locale._week.doy,n=Ee(t.gg,e._a[Vo],Me(We(),i,s).year),o=Ee(t.w,1),null!=t.d?(r=t.d,(0>r||r>6)&&(a=!0)):null!=t.e?(r=t.e+i,(t.e<0||t.e>6)&&(a=!0)):r=i),1>o||o>Se(n,i,s)?c(e)._overflowWeeks=!0:null!=a?c(e)._overflowWeekday=!0:(l=Re(n,o,r,i,s),e._a[Vo]=l.year,e._dayOfYear=l.dayOfYear)}function Ae(t){if(t._f===e.ISO_8601)return void pe(t);t._a=[],c(t).empty=!0;var n,o,r,i,s,l=""+t._i,a=l.length,u=0;for(r=X(t._f,t._locale).match(bo)||[],n=0;n<r.length;n++)i=r[n],o=(l.match(Z(i,t))||[])[0],o&&(s=l.substr(0,l.indexOf(o)),s.length>0&&c(t).unusedInput.push(s),l=l.slice(l.indexOf(o)+o.length),u+=o.length),_o[i]?(o?c(t).empty=!1:c(t).unusedTokens.push(i),ne(i,o,t)):t._strict&&!o&&c(t).unusedTokens.push(i);c(t).charsLeftOver=a-u,l.length>0&&c(t).unusedInput.push(l),c(t).bigHour===!0&&t._a[zo]<=12&&t._a[zo]>0&&(c(t).bigHour=void 0),c(t).parsedDateParts=t._a.slice(0),c(t).meridiem=t._meridiem,t._a[zo]=He(t._locale,t._a[zo],t._meridiem),Te(t),me(t)}function He(e,t,n){var o;return null==n?t:null!=e.meridiemHour?e.meridiemHour(t,n):null!=e.isPM?(o=e.isPM(n),o&&12>t&&(t+=12),o||12!==t||(t=0),t):t}function Pe(e){var t,n,o,r,i;if(0===e._f.length)return c(e).invalidFormat=!0,void(e._d=new Date(NaN));for(r=0;r<e._f.length;r++)i=0,t=p({},e),null!=e._useUTC&&(t._useUTC=e._useUTC),t._f=e._f[r],Ae(t),h(t)&&(i+=c(t).charsLeftOver,i+=10*c(t).unusedTokens.length,c(t).score=i,(null==o||o>i)&&(o=i,n=t));a(e,n||t)}function xe(e){if(!e._d){var t=F(e._i);e._a=s([t.year,t.month,t.day||t.date,t.hour,t.minute,t.second,t.millisecond],function(e){return e&&parseInt(e,10)}),Te(e)}}function De(e){var t=new g(me(Le(e)));return t._nextDay&&(t.add(1,"d"),t._nextDay=void 0),t}function Le(e){var t=e._i,n=e._f;return e._locale=e._locale||L(e._l),null===t||void 0===n&&""===t?f({nullInput:!0}):("string"==typeof t&&(e._i=t=e._locale.preparse(t)),v(t)?new g(me(t)):(r(n)?Pe(e):n?Ae(e):i(t)?e._d=t:Ne(e),h(e)||(e._d=null),e))}function Ne(t){var n=t._i;void 0===n?t._d=new Date(e.now()):i(n)?t._d=new Date(n.valueOf()):"string"==typeof n?ge(t):r(n)?(t._a=s(n.slice(0),function(e){return parseInt(e,10)}),Te(t)):"object"==typeof n?xe(t):"number"==typeof n?t._d=new Date(n):e.createFromInputFallback(t)}function Ie(e,t,n,o,r){var i={};return"boolean"==typeof n&&(o=n,n=void 0),i._isAMomentObject=!0,i._useUTC=i._isUTC=r,i._l=n,i._i=e,i._f=t,i._strict=o,De(i)}function We(e,t,n,o){return Ie(e,t,n,o,!1)}function Fe(e,t){var n,o;if(1===t.length&&r(t[0])&&(t=t[0]),!t.length)return We();for(n=t[0],o=1;o<t.length;++o)t[o].isValid()&&!t[o][e](n)||(n=t[o]);return n}function je(){var e=[].slice.call(arguments,0);return Fe("isBefore",e)}function Be(){var e=[].slice.call(arguments,0);return Fe("isAfter",e)}function Ve(e){var t=F(e),n=t.year||0,o=t.quarter||0,r=t.month||0,i=t.week||0,s=t.day||0,l=t.hour||0,a=t.minute||0,u=t.second||0,d=t.millisecond||0;this._milliseconds=+d+1e3*u+6e4*a+1e3*l*60*60,this._days=+s+7*i,this._months=+r+3*o+12*n,this._data={},this._locale=L(),this._bubble()}function Ue(e){return e instanceof Ve}function Ye(e,t){z(e,0,0,function(){var e=this.utcOffset(),n="+";return 0>e&&(e=-e,n="-"),n+Y(~~(e/60),2)+t+Y(~~e%60,2)})}function ze(e,t){var n=(t||"").match(e)||[],o=n[n.length-1]||[],r=(o+"").match(hr)||["-",0,0],i=+(60*r[1])+b(r[2]);return"+"===r[0]?i:-i}function Ge(t,n){var o,r;return n._isUTC?(o=n.clone(),r=(v(t)||i(t)?t.valueOf():We(t).valueOf())-o.valueOf(),o._d.setTime(o._d.valueOf()+r),e.updateOffset(o,!1),o):We(t).local()}function $e(e){return 15*-Math.round(e._d.getTimezoneOffset()/15)}function Ke(t,n){var o,r=this._offset||0;return this.isValid()?null!=t?("string"==typeof t?t=ze(Io,t):Math.abs(t)<16&&(t=60*t),!this._isUTC&&n&&(o=$e(this)),this._offset=t,this._isUTC=!0,null!=o&&this.add(o,"m"),r!==t&&(!n||this._changeInProgress?ct(this,it(t-r,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,e.updateOffset(this,!0),this._changeInProgress=null)),this):this._isUTC?r:$e(this):null!=t?this:NaN}function Xe(e,t){return null!=e?("string"!=typeof e&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()}function qe(e){return this.utcOffset(0,e)}function Ze(e){return this._isUTC&&(this.utcOffset(0,e),this._isUTC=!1,e&&this.subtract($e(this),"m")),this}function Je(){return this._tzm?this.utcOffset(this._tzm):"string"==typeof this._i&&this.utcOffset(ze(No,this._i)),this}function Qe(e){return this.isValid()?(e=e?We(e).utcOffset():0,(this.utcOffset()-e)%60===0):!1}function et(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function tt(){if(!m(this._isDSTShifted))return this._isDSTShifted;var e={};if(p(e,this),e=Le(e),e._a){var t=e._isUTC?u(e._a):We(e._a);this._isDSTShifted=this.isValid()&&y(e._a,t.toArray())>0}else this._isDSTShifted=!1;return this._isDSTShifted}function nt(){return this.isValid()?!this._isUTC:!1}function ot(){return this.isValid()?this._isUTC:!1}function rt(){return this.isValid()?this._isUTC&&0===this._offset:!1}function it(e,t){var n,o,r,i=e,s=null;return Ue(e)?i={ms:e._milliseconds,d:e._days,M:e._months}:"number"==typeof e?(i={},t?i[t]=e:i.milliseconds=e):(s=fr.exec(e))?(n="-"===s[1]?-1:1,i={y:0,d:b(s[Yo])*n,h:b(s[zo])*n,m:b(s[Go])*n,s:b(s[$o])*n,ms:b(s[Ko])*n}):(s=mr.exec(e))?(n="-"===s[1]?-1:1,i={y:st(s[2],n),M:st(s[3],n),w:st(s[4],n),d:st(s[5],n),h:st(s[6],n),m:st(s[7],n),s:st(s[8],n)}):null==i?i={}:"object"==typeof i&&("from"in i||"to"in i)&&(r=at(We(i.from),We(i.to)),i={},i.ms=r.milliseconds,i.M=r.months),o=new Ve(i),Ue(e)&&l(e,"_locale")&&(o._locale=e._locale),o}function st(e,t){var n=e&&parseFloat(e.replace(",","."));return(isNaN(n)?0:n)*t}function lt(e,t){var n={milliseconds:0,months:0};return n.months=t.month()-e.month()+12*(t.year()-e.year()),e.clone().add(n.months,"M").isAfter(t)&&--n.months,n.milliseconds=+t-+e.clone().add(n.months,"M"),n}function at(e,t){var n;return e.isValid()&&t.isValid()?(t=Ge(t,e),e.isBefore(t)?n=lt(e,t):(n=lt(t,e),n.milliseconds=-n.milliseconds,n.months=-n.months),n):{milliseconds:0,months:0}}function ut(e){return 0>e?-1*Math.round(-1*e):Math.round(e)}function dt(e,t){return function(n,o){var r,i;return null===o||isNaN(+o)||(R(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period)."),i=n,n=o,o=i),n="string"==typeof n?+n:n,r=it(n,o),ct(this,r,e),this}}function ct(t,n,o,r){var i=n._milliseconds,s=ut(n._days),l=ut(n._months);t.isValid()&&(r=null==r?!0:r,i&&t._d.setTime(t._d.valueOf()+i*o),s&&V(t,"Date",B(t,"Date")+s*o),l&&ae(t,B(t,"Month")+l*o),r&&e.updateOffset(t,s||l))}function ht(e,t){var n=e||We(),o=Ge(n,this).startOf("day"),r=this.diff(o,"days",!0),i=-6>r?"sameElse":-1>r?"lastWeek":0>r?"lastDay":1>r?"sameDay":2>r?"nextDay":7>r?"nextWeek":"sameElse",s=t&&(M(t[i])?t[i]():t[i]);return this.format(s||this.localeData().calendar(i,this,We(n)))}function ft(){return new g(this)}function mt(e,t){var n=v(e)?e:We(e);return this.isValid()&&n.isValid()?(t=W(m(t)?"millisecond":t),"millisecond"===t?this.valueOf()>n.valueOf():n.valueOf()<this.clone().startOf(t).valueOf()):!1}function pt(e,t){var n=v(e)?e:We(e);return this.isValid()&&n.isValid()?(t=W(m(t)?"millisecond":t),"millisecond"===t?this.valueOf()<n.valueOf():this.clone().endOf(t).valueOf()<n.valueOf()):!1}function gt(e,t,n,o){return o=o||"()",("("===o[0]?this.isAfter(e,n):!this.isBefore(e,n))&&(")"===o[1]?this.isBefore(t,n):!this.isAfter(t,n))}function vt(e,t){var n,o=v(e)?e:We(e);return this.isValid()&&o.isValid()?(t=W(t||"millisecond"),"millisecond"===t?this.valueOf()===o.valueOf():(n=o.valueOf(),this.clone().startOf(t).valueOf()<=n&&n<=this.clone().endOf(t).valueOf())):!1}function wt(e,t){return this.isSame(e,t)||this.isAfter(e,t)}function bt(e,t){return this.isSame(e,t)||this.isBefore(e,t)}function yt(e,t,n){var o,r,i,s;return this.isValid()?(o=Ge(e,this),o.isValid()?(r=6e4*(o.utcOffset()-this.utcOffset()),t=W(t),"year"===t||"month"===t||"quarter"===t?(s=Ct(this,o),"quarter"===t?s/=3:"year"===t&&(s/=12)):(i=this-o,s="second"===t?i/1e3:"minute"===t?i/6e4:"hour"===t?i/36e5:"day"===t?(i-r)/864e5:"week"===t?(i-r)/6048e5:i),n?s:w(s)):NaN):NaN}function Ct(e,t){var n,o,r=12*(t.year()-e.year())+(t.month()-e.month()),i=e.clone().add(r,"months");return 0>t-i?(n=e.clone().add(r-1,"months"),o=(t-i)/(i-n)):(n=e.clone().add(r+1,"months"),o=(t-i)/(n-i)),-(r+o)||0}function _t(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function Rt(){var e=this.clone().utc();return 0<e.year()&&e.year()<=9999?M(Date.prototype.toISOString)?this.toDate().toISOString():K(e,"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]"):K(e,"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]")}function Mt(t){t||(t=this.isUtc()?e.defaultFormatUtc:e.defaultFormat);var n=K(this,t);return this.localeData().postformat(n)}function St(e,t){return this.isValid()&&(v(e)&&e.isValid()||We(e).isValid())?it({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function Et(e){return this.from(We(),e)}function Ot(e,t){return this.isValid()&&(v(e)&&e.isValid()||We(e).isValid())?it({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function Tt(e){return this.to(We(),e)}function kt(e){var t;return void 0===e?this._locale._abbr:(t=L(e),null!=t&&(this._locale=t),this)}function At(){return this._locale}function Ht(e){switch(e=W(e)){case"year":this.month(0);case"quarter":case"month":this.date(1);case"week":case"isoWeek":case"day":case"date":this.hours(0);case"hour":this.minutes(0);case"minute":this.seconds(0);case"second":this.milliseconds(0)}return"week"===e&&this.weekday(0),"isoWeek"===e&&this.isoWeekday(1),"quarter"===e&&this.month(3*Math.floor(this.month()/3)),this}function Pt(e){return e=W(e),void 0===e||"millisecond"===e?this:("date"===e&&(e="day"),this.startOf(e).add(1,"isoWeek"===e?"week":e).subtract(1,"ms"))}function xt(){return this._d.valueOf()-6e4*(this._offset||0)}function Dt(){return Math.floor(this.valueOf()/1e3)}function Lt(){return this._offset?new Date(this.valueOf()):this._d}function Nt(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]}function It(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}}function Wt(){return this.isValid()?this.toISOString():null}function Ft(){return h(this)}function jt(){return a({},c(this))}function Bt(){return c(this).overflow}function Vt(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}function Ut(e,t){z(0,[e,e.length],0,t)}function Yt(e){return Kt.call(this,e,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)}function zt(e){return Kt.call(this,e,this.isoWeek(),this.isoWeekday(),1,4)}function Gt(){return Se(this.year(),1,4)}function $t(){var e=this.localeData()._week;return Se(this.year(),e.dow,e.doy)}function Kt(e,t,n,o,r){var i;return null==e?Me(this,o,r).year:(i=Se(e,o,r),t>i&&(t=i),Xt.call(this,e,t,n,o,r))}function Xt(e,t,n,o,r){var i=Re(e,t,n,o,r),s=we(i.year,0,i.dayOfYear);return this.year(s.getUTCFullYear()),this.month(s.getUTCMonth()),
this.date(s.getUTCDate()),this}function qt(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)}function Zt(e){return Me(e,this._week.dow,this._week.doy).week}function Jt(){return this._week.dow}function Qt(){return this._week.doy}function en(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")}function tn(e){var t=Me(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")}function nn(e,t){return"string"!=typeof e?e:isNaN(e)?(e=t.weekdaysParse(e),"number"==typeof e?e:null):parseInt(e,10)}function on(e,t){return r(this._weekdays)?this._weekdays[e.day()]:this._weekdays[this._weekdays.isFormat.test(t)?"format":"standalone"][e.day()]}function rn(e){return this._weekdaysShort[e.day()]}function sn(e){return this._weekdaysMin[e.day()]}function ln(e,t,n){var o,r,i,s=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],o=0;7>o;++o)i=u([2e3,1]).day(o),this._minWeekdaysParse[o]=this.weekdaysMin(i,"").toLocaleLowerCase(),this._shortWeekdaysParse[o]=this.weekdaysShort(i,"").toLocaleLowerCase(),this._weekdaysParse[o]=this.weekdays(i,"").toLocaleLowerCase();return n?"dddd"===t?(r=go.call(this._weekdaysParse,s),-1!==r?r:null):"ddd"===t?(r=go.call(this._shortWeekdaysParse,s),-1!==r?r:null):(r=go.call(this._minWeekdaysParse,s),-1!==r?r:null):"dddd"===t?(r=go.call(this._weekdaysParse,s),-1!==r?r:(r=go.call(this._shortWeekdaysParse,s),-1!==r?r:(r=go.call(this._minWeekdaysParse,s),-1!==r?r:null))):"ddd"===t?(r=go.call(this._shortWeekdaysParse,s),-1!==r?r:(r=go.call(this._weekdaysParse,s),-1!==r?r:(r=go.call(this._minWeekdaysParse,s),-1!==r?r:null))):(r=go.call(this._minWeekdaysParse,s),-1!==r?r:(r=go.call(this._weekdaysParse,s),-1!==r?r:(r=go.call(this._shortWeekdaysParse,s),-1!==r?r:null)))}function an(e,t,n){var o,r,i;if(this._weekdaysParseExact)return ln.call(this,e,t,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),o=0;7>o;o++){if(r=u([2e3,1]).day(o),n&&!this._fullWeekdaysParse[o]&&(this._fullWeekdaysParse[o]=new RegExp("^"+this.weekdays(r,"").replace(".",".?")+"$","i"),this._shortWeekdaysParse[o]=new RegExp("^"+this.weekdaysShort(r,"").replace(".",".?")+"$","i"),this._minWeekdaysParse[o]=new RegExp("^"+this.weekdaysMin(r,"").replace(".",".?")+"$","i")),this._weekdaysParse[o]||(i="^"+this.weekdays(r,"")+"|^"+this.weekdaysShort(r,"")+"|^"+this.weekdaysMin(r,""),this._weekdaysParse[o]=new RegExp(i.replace(".",""),"i")),n&&"dddd"===t&&this._fullWeekdaysParse[o].test(e))return o;if(n&&"ddd"===t&&this._shortWeekdaysParse[o].test(e))return o;if(n&&"dd"===t&&this._minWeekdaysParse[o].test(e))return o;if(!n&&this._weekdaysParse[o].test(e))return o}}function un(e){if(!this.isValid())return null!=e?this:NaN;var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(e=nn(e,this.localeData()),this.add(e-t,"d")):t}function dn(e){if(!this.isValid())return null!=e?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return null==e?t:this.add(e-t,"d")}function cn(e){return this.isValid()?null==e?this.day()||7:this.day(this.day()%7?e:e-7):null!=e?this:NaN}function hn(e){return this._weekdaysParseExact?(l(this,"_weekdaysRegex")||pn.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex}function fn(e){return this._weekdaysParseExact?(l(this,"_weekdaysRegex")||pn.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex}function mn(e){return this._weekdaysParseExact?(l(this,"_weekdaysRegex")||pn.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex}function pn(){function e(e,t){return t.length-e.length}var t,n,o,r,i,s=[],l=[],a=[],d=[];for(t=0;7>t;t++)n=u([2e3,1]).day(t),o=this.weekdaysMin(n,""),r=this.weekdaysShort(n,""),i=this.weekdays(n,""),s.push(o),l.push(r),a.push(i),d.push(o),d.push(r),d.push(i);for(s.sort(e),l.sort(e),a.sort(e),d.sort(e),t=0;7>t;t++)l[t]=Q(l[t]),a[t]=Q(a[t]),d[t]=Q(d[t]);this._weekdaysRegex=new RegExp("^("+d.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+a.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+s.join("|")+")","i")}function gn(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==e?t:this.add(e-t,"d")}function vn(){return this.hours()%12||12}function wn(){return this.hours()||24}function bn(e,t){z(e,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)})}function yn(e,t){return t._meridiemParse}function Cn(e){return"p"===(e+"").toLowerCase().charAt(0)}function _n(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"}function Rn(e,t){t[Ko]=b(1e3*("0."+e))}function Mn(){return this._isUTC?"UTC":""}function Sn(){return this._isUTC?"Coordinated Universal Time":""}function En(e){return We(1e3*e)}function On(){return We.apply(null,arguments).parseZone()}function Tn(e,t,n){var o=this._calendar[e];return M(o)?o.call(t,n):o}function kn(e){var t=this._longDateFormat[e],n=this._longDateFormat[e.toUpperCase()];return t||!n?t:(this._longDateFormat[e]=n.replace(/MMMM|MM|DD|dddd/g,function(e){return e.slice(1)}),this._longDateFormat[e])}function An(){return this._invalidDate}function Hn(e){return this._ordinal.replace("%d",e)}function Pn(e){return e}function xn(e,t,n,o){var r=this._relativeTime[n];return M(r)?r(e,t,n,o):r.replace(/%d/i,e)}function Dn(e,t){var n=this._relativeTime[e>0?"future":"past"];return M(n)?n(t):n.replace(/%s/i,t)}function Ln(e,t,n,o){var r=L(),i=u().set(o,t);return r[n](i,e)}function Nn(e,t,n){if("number"==typeof e&&(t=e,e=void 0),e=e||"",null!=t)return Ln(e,t,n,"month");var o,r=[];for(o=0;12>o;o++)r[o]=Ln(e,o,n,"month");return r}function In(e,t,n,o){"boolean"==typeof e?("number"==typeof t&&(n=t,t=void 0),t=t||""):(t=e,n=t,e=!1,"number"==typeof t&&(n=t,t=void 0),t=t||"");var r=L(),i=e?r._week.dow:0;if(null!=n)return Ln(t,(n+i)%7,o,"day");var s,l=[];for(s=0;7>s;s++)l[s]=Ln(t,(s+i)%7,o,"day");return l}function Wn(e,t){return Nn(e,t,"months")}function Fn(e,t){return Nn(e,t,"monthsShort")}function jn(e,t,n){return In(e,t,n,"weekdays")}function Bn(e,t,n){return In(e,t,n,"weekdaysShort")}function Vn(e,t,n){return In(e,t,n,"weekdaysMin")}function Un(){var e=this._data;return this._milliseconds=Br(this._milliseconds),this._days=Br(this._days),this._months=Br(this._months),e.milliseconds=Br(e.milliseconds),e.seconds=Br(e.seconds),e.minutes=Br(e.minutes),e.hours=Br(e.hours),e.months=Br(e.months),e.years=Br(e.years),this}function Yn(e,t,n,o){var r=it(t,n);return e._milliseconds+=o*r._milliseconds,e._days+=o*r._days,e._months+=o*r._months,e._bubble()}function zn(e,t){return Yn(this,e,t,1)}function Gn(e,t){return Yn(this,e,t,-1)}function $n(e){return 0>e?Math.floor(e):Math.ceil(e)}function Kn(){var e,t,n,o,r,i=this._milliseconds,s=this._days,l=this._months,a=this._data;return i>=0&&s>=0&&l>=0||0>=i&&0>=s&&0>=l||(i+=864e5*$n(qn(l)+s),s=0,l=0),a.milliseconds=i%1e3,e=w(i/1e3),a.seconds=e%60,t=w(e/60),a.minutes=t%60,n=w(t/60),a.hours=n%24,s+=w(n/24),r=w(Xn(s)),l+=r,s-=$n(qn(r)),o=w(l/12),l%=12,a.days=s,a.months=l,a.years=o,this}function Xn(e){return 4800*e/146097}function qn(e){return 146097*e/4800}function Zn(e){var t,n,o=this._milliseconds;if(e=W(e),"month"===e||"year"===e)return t=this._days+o/864e5,n=this._months+Xn(t),"month"===e?n:n/12;switch(t=this._days+Math.round(qn(this._months)),e){case"week":return t/7+o/6048e5;case"day":return t+o/864e5;case"hour":return 24*t+o/36e5;case"minute":return 1440*t+o/6e4;case"second":return 86400*t+o/1e3;case"millisecond":return Math.floor(864e5*t)+o;default:throw new Error("Unknown unit "+e)}}function Jn(){return this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*b(this._months/12)}function Qn(e){return function(){return this.as(e)}}function eo(e){return e=W(e),this[e+"s"]()}function to(e){return function(){return this._data[e]}}function no(){return w(this.days()/7)}function oo(e,t,n,o,r){return r.relativeTime(t||1,!!n,e,o)}function ro(e,t,n){var o=it(e).abs(),r=oi(o.as("s")),i=oi(o.as("m")),s=oi(o.as("h")),l=oi(o.as("d")),a=oi(o.as("M")),u=oi(o.as("y")),d=r<ri.s&&["s",r]||1>=i&&["m"]||i<ri.m&&["mm",i]||1>=s&&["h"]||s<ri.h&&["hh",s]||1>=l&&["d"]||l<ri.d&&["dd",l]||1>=a&&["M"]||a<ri.M&&["MM",a]||1>=u&&["y"]||["yy",u];return d[2]=t,d[3]=+e>0,d[4]=n,oo.apply(null,d)}function io(e,t){return void 0===ri[e]?!1:void 0===t?ri[e]:(ri[e]=t,!0)}function so(e){var t=this.localeData(),n=ro(this,!e,t);return e&&(n=t.pastFuture(+this,n)),t.postformat(n)}function lo(){var e,t,n,o=ii(this._milliseconds)/1e3,r=ii(this._days),i=ii(this._months);e=w(o/60),t=w(e/60),o%=60,e%=60,n=w(i/12),i%=12;var s=n,l=i,a=r,u=t,d=e,c=o,h=this.asSeconds();return h?(0>h?"-":"")+"P"+(s?s+"Y":"")+(l?l+"M":"")+(a?a+"D":"")+(u||d||c?"T":"")+(u?u+"H":"")+(d?d+"M":"")+(c?c+"S":""):"P0D"}var ao,uo;uo=Array.prototype.some?Array.prototype.some:function(e){for(var t=Object(this),n=t.length>>>0,o=0;n>o;o++)if(o in t&&e.call(this,t[o],o,t))return!0;return!1};var co=e.momentProperties=[],ho=!1,fo={};e.suppressDeprecationWarnings=!1,e.deprecationHandler=null;var mo;mo=Object.keys?Object.keys:function(e){var t,n=[];for(t in e)l(e,t)&&n.push(t);return n};var po,go,vo={},wo={},bo=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,yo=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,Co={},_o={},Ro=/\d/,Mo=/\d\d/,So=/\d{3}/,Eo=/\d{4}/,Oo=/[+-]?\d{6}/,To=/\d\d?/,ko=/\d\d\d\d?/,Ao=/\d\d\d\d\d\d?/,Ho=/\d{1,3}/,Po=/\d{1,4}/,xo=/[+-]?\d{1,6}/,Do=/\d+/,Lo=/[+-]?\d+/,No=/Z|[+-]\d\d:?\d\d/gi,Io=/Z|[+-]\d\d(?::?\d\d)?/gi,Wo=/[+-]?\d+(\.\d{1,3})?/,Fo=/[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\/]+(\s*?[\u0600-\u06FF]+){1,2}/i,jo={},Bo={},Vo=0,Uo=1,Yo=2,zo=3,Go=4,$o=5,Ko=6,Xo=7,qo=8;go=Array.prototype.indexOf?Array.prototype.indexOf:function(e){var t;for(t=0;t<this.length;++t)if(this[t]===e)return t;return-1},z("M",["MM",2],"Mo",function(){return this.month()+1}),z("MMM",0,0,function(e){return this.localeData().monthsShort(this,e)}),z("MMMM",0,0,function(e){return this.localeData().months(this,e)}),I("month","M"),q("M",To),q("MM",To,Mo),q("MMM",function(e,t){return t.monthsShortRegex(e)}),q("MMMM",function(e,t){return t.monthsRegex(e)}),ee(["M","MM"],function(e,t){t[Uo]=b(e)-1}),ee(["MMM","MMMM"],function(e,t,n,o){var r=n._locale.monthsParse(e,o,n._strict);null!=r?t[Uo]=r:c(n).invalidMonth=e});var Zo=/D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?/,Jo="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),Qo="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),er=Fo,tr=Fo,nr=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?/,or=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?/,rr=/Z|[+-]\d\d(?::?\d\d)?/,ir=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/]],sr=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],lr=/^\/?Date\((\-?\d+)/i;e.createFromInputFallback=_("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(e){e._d=new Date(e._i+(e._useUTC?" UTC":""))}),z("Y",0,0,function(){var e=this.year();return 9999>=e?""+e:"+"+e}),z(0,["YY",2],0,function(){return this.year()%100}),z(0,["YYYY",4],0,"year"),z(0,["YYYYY",5],0,"year"),z(0,["YYYYYY",6,!0],0,"year"),I("year","y"),q("Y",Lo),q("YY",To,Mo),q("YYYY",Po,Eo),q("YYYYY",xo,Oo),q("YYYYYY",xo,Oo),ee(["YYYYY","YYYYYY"],Vo),ee("YYYY",function(t,n){n[Vo]=2===t.length?e.parseTwoDigitYear(t):b(t)}),ee("YY",function(t,n){n[Vo]=e.parseTwoDigitYear(t)}),ee("Y",function(e,t){t[Vo]=parseInt(e,10)}),e.parseTwoDigitYear=function(e){return b(e)+(b(e)>68?1900:2e3)};var ar=j("FullYear",!0);e.ISO_8601=function(){};var ur=_("moment().min is deprecated, use moment.max instead. https://github.com/moment/moment/issues/1548",function(){var e=We.apply(null,arguments);return this.isValid()&&e.isValid()?this>e?this:e:f()}),dr=_("moment().max is deprecated, use moment.min instead. https://github.com/moment/moment/issues/1548",function(){var e=We.apply(null,arguments);return this.isValid()&&e.isValid()?e>this?this:e:f()}),cr=function(){return Date.now?Date.now():+new Date};Ye("Z",":"),Ye("ZZ",""),q("Z",Io),q("ZZ",Io),ee(["Z","ZZ"],function(e,t,n){n._useUTC=!0,n._tzm=ze(Io,e)});var hr=/([\+\-]|\d\d)/gi;e.updateOffset=function(){};var fr=/^(\-)?(?:(\d*)[. ])?(\d+)\:(\d+)(?:\:(\d+)\.?(\d{3})?\d*)?$/,mr=/^(-)?P(?:(-?[0-9,.]*)Y)?(?:(-?[0-9,.]*)M)?(?:(-?[0-9,.]*)W)?(?:(-?[0-9,.]*)D)?(?:T(?:(-?[0-9,.]*)H)?(?:(-?[0-9,.]*)M)?(?:(-?[0-9,.]*)S)?)?$/;it.fn=Ve.prototype;var pr=dt(1,"add"),gr=dt(-1,"subtract");e.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",e.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var vr=_("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(e){return void 0===e?this.localeData():this.locale(e)});z(0,["gg",2],0,function(){return this.weekYear()%100}),z(0,["GG",2],0,function(){return this.isoWeekYear()%100}),Ut("gggg","weekYear"),Ut("ggggg","weekYear"),Ut("GGGG","isoWeekYear"),Ut("GGGGG","isoWeekYear"),I("weekYear","gg"),I("isoWeekYear","GG"),q("G",Lo),q("g",Lo),q("GG",To,Mo),q("gg",To,Mo),q("GGGG",Po,Eo),q("gggg",Po,Eo),q("GGGGG",xo,Oo),q("ggggg",xo,Oo),te(["gggg","ggggg","GGGG","GGGGG"],function(e,t,n,o){t[o.substr(0,2)]=b(e)}),te(["gg","GG"],function(t,n,o,r){n[r]=e.parseTwoDigitYear(t)}),z("Q",0,"Qo","quarter"),I("quarter","Q"),q("Q",Ro),ee("Q",function(e,t){t[Uo]=3*(b(e)-1)}),z("w",["ww",2],"wo","week"),z("W",["WW",2],"Wo","isoWeek"),I("week","w"),I("isoWeek","W"),q("w",To),q("ww",To,Mo),q("W",To),q("WW",To,Mo),te(["w","ww","W","WW"],function(e,t,n,o){t[o.substr(0,1)]=b(e)});var wr={dow:0,doy:6};z("D",["DD",2],"Do","date"),I("date","D"),q("D",To),q("DD",To,Mo),q("Do",function(e,t){return e?t._ordinalParse:t._ordinalParseLenient}),ee(["D","DD"],Yo),ee("Do",function(e,t){t[Yo]=b(e.match(To)[0],10)});var br=j("Date",!0);z("d",0,"do","day"),z("dd",0,0,function(e){return this.localeData().weekdaysMin(this,e)}),z("ddd",0,0,function(e){return this.localeData().weekdaysShort(this,e)}),z("dddd",0,0,function(e){return this.localeData().weekdays(this,e)}),z("e",0,0,"weekday"),z("E",0,0,"isoWeekday"),I("day","d"),I("weekday","e"),I("isoWeekday","E"),q("d",To),q("e",To),q("E",To),q("dd",function(e,t){return t.weekdaysMinRegex(e)}),q("ddd",function(e,t){return t.weekdaysShortRegex(e)}),q("dddd",function(e,t){return t.weekdaysRegex(e)}),te(["dd","ddd","dddd"],function(e,t,n,o){var r=n._locale.weekdaysParse(e,o,n._strict);null!=r?t.d=r:c(n).invalidWeekday=e}),te(["d","e","E"],function(e,t,n,o){t[o]=b(e)});var yr="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Cr="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),_r="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Rr=Fo,Mr=Fo,Sr=Fo;z("DDD",["DDDD",3],"DDDo","dayOfYear"),I("dayOfYear","DDD"),q("DDD",Ho),q("DDDD",So),ee(["DDD","DDDD"],function(e,t,n){n._dayOfYear=b(e)}),z("H",["HH",2],0,"hour"),z("h",["hh",2],0,vn),z("k",["kk",2],0,wn),z("hmm",0,0,function(){return""+vn.apply(this)+Y(this.minutes(),2)}),z("hmmss",0,0,function(){return""+vn.apply(this)+Y(this.minutes(),2)+Y(this.seconds(),2)}),z("Hmm",0,0,function(){return""+this.hours()+Y(this.minutes(),2)}),z("Hmmss",0,0,function(){return""+this.hours()+Y(this.minutes(),2)+Y(this.seconds(),2)}),bn("a",!0),bn("A",!1),I("hour","h"),q("a",yn),q("A",yn),q("H",To),q("h",To),q("HH",To,Mo),q("hh",To,Mo),q("hmm",ko),q("hmmss",Ao),q("Hmm",ko),q("Hmmss",Ao),ee(["H","HH"],zo),ee(["a","A"],function(e,t,n){n._isPm=n._locale.isPM(e),n._meridiem=e}),ee(["h","hh"],function(e,t,n){t[zo]=b(e),c(n).bigHour=!0}),ee("hmm",function(e,t,n){var o=e.length-2;t[zo]=b(e.substr(0,o)),t[Go]=b(e.substr(o)),c(n).bigHour=!0}),ee("hmmss",function(e,t,n){var o=e.length-4,r=e.length-2;t[zo]=b(e.substr(0,o)),t[Go]=b(e.substr(o,2)),t[$o]=b(e.substr(r)),c(n).bigHour=!0}),ee("Hmm",function(e,t,n){var o=e.length-2;t[zo]=b(e.substr(0,o)),t[Go]=b(e.substr(o))}),ee("Hmmss",function(e,t,n){var o=e.length-4,r=e.length-2;t[zo]=b(e.substr(0,o)),t[Go]=b(e.substr(o,2)),t[$o]=b(e.substr(r))});var Er=/[ap]\.?m?\.?/i,Or=j("Hours",!0);z("m",["mm",2],0,"minute"),I("minute","m"),q("m",To),q("mm",To,Mo),ee(["m","mm"],Go);var Tr=j("Minutes",!1);z("s",["ss",2],0,"second"),I("second","s"),q("s",To),q("ss",To,Mo),ee(["s","ss"],$o);var kr=j("Seconds",!1);z("S",0,0,function(){return~~(this.millisecond()/100)}),z(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),z(0,["SSS",3],0,"millisecond"),z(0,["SSSS",4],0,function(){return 10*this.millisecond()}),z(0,["SSSSS",5],0,function(){return 100*this.millisecond()}),z(0,["SSSSSS",6],0,function(){return 1e3*this.millisecond()}),z(0,["SSSSSSS",7],0,function(){return 1e4*this.millisecond()}),z(0,["SSSSSSSS",8],0,function(){return 1e5*this.millisecond()}),z(0,["SSSSSSSSS",9],0,function(){return 1e6*this.millisecond()}),I("millisecond","ms"),q("S",Ho,Ro),q("SS",Ho,Mo),q("SSS",Ho,So);var Ar;for(Ar="SSSS";Ar.length<=9;Ar+="S")q(Ar,Do);for(Ar="S";Ar.length<=9;Ar+="S")ee(Ar,Rn);var Hr=j("Milliseconds",!1);z("z",0,0,"zoneAbbr"),z("zz",0,0,"zoneName");var Pr=g.prototype;Pr.add=pr,Pr.calendar=ht,Pr.clone=ft,Pr.diff=yt,Pr.endOf=Pt,Pr.format=Mt,Pr.from=St,Pr.fromNow=Et,Pr.to=Ot,Pr.toNow=Tt,Pr.get=U,Pr.invalidAt=Bt,Pr.isAfter=mt,Pr.isBefore=pt,Pr.isBetween=gt,Pr.isSame=vt,Pr.isSameOrAfter=wt,Pr.isSameOrBefore=bt,Pr.isValid=Ft,Pr.lang=vr,Pr.locale=kt,Pr.localeData=At,Pr.max=dr,Pr.min=ur,Pr.parsingFlags=jt,Pr.set=U,Pr.startOf=Ht,Pr.subtract=gr,Pr.toArray=Nt,Pr.toObject=It,Pr.toDate=Lt,Pr.toISOString=Rt,Pr.toJSON=Wt,Pr.toString=_t,Pr.unix=Dt,Pr.valueOf=xt,Pr.creationData=Vt,Pr.year=ar,Pr.isLeapYear=Ce,Pr.weekYear=Yt,Pr.isoWeekYear=zt,Pr.quarter=Pr.quarters=qt,Pr.month=ue,Pr.daysInMonth=de,Pr.week=Pr.weeks=en,Pr.isoWeek=Pr.isoWeeks=tn,Pr.weeksInYear=$t,Pr.isoWeeksInYear=Gt,Pr.date=br,Pr.day=Pr.days=un,Pr.weekday=dn,Pr.isoWeekday=cn,Pr.dayOfYear=gn,Pr.hour=Pr.hours=Or,Pr.minute=Pr.minutes=Tr,Pr.second=Pr.seconds=kr,Pr.millisecond=Pr.milliseconds=Hr,Pr.utcOffset=Ke,Pr.utc=qe,Pr.local=Ze,Pr.parseZone=Je,Pr.hasAlignedHourOffset=Qe,Pr.isDST=et,Pr.isDSTShifted=tt,Pr.isLocal=nt,Pr.isUtcOffset=ot,Pr.isUtc=rt,Pr.isUTC=rt,Pr.zoneAbbr=Mn,Pr.zoneName=Sn,Pr.dates=_("dates accessor is deprecated. Use date instead.",br),Pr.months=_("months accessor is deprecated. Use month instead",ue),Pr.years=_("years accessor is deprecated. Use year instead",ar),Pr.zone=_("moment().zone is deprecated, use moment().utcOffset instead. https://github.com/moment/moment/issues/1779",Xe);var xr=Pr,Dr={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},Lr={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},Nr="Invalid date",Ir="%d",Wr=/\d{1,2}/,Fr={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"},jr=T.prototype;jr._calendar=Dr,jr.calendar=Tn,jr._longDateFormat=Lr,jr.longDateFormat=kn,jr._invalidDate=Nr,jr.invalidDate=An,jr._ordinal=Ir,jr.ordinal=Hn,jr._ordinalParse=Wr,jr.preparse=Pn,jr.postformat=Pn,jr._relativeTime=Fr,jr.relativeTime=xn,jr.pastFuture=Dn,jr.set=E,jr.months=re,jr._months=Jo,jr.monthsShort=ie,jr._monthsShort=Qo,jr.monthsParse=le,jr._monthsRegex=tr,jr.monthsRegex=he,jr._monthsShortRegex=er,jr.monthsShortRegex=ce,jr.week=Zt,jr._week=wr,jr.firstDayOfYear=Qt,jr.firstDayOfWeek=Jt,jr.weekdays=on,jr._weekdays=yr,jr.weekdaysMin=sn,jr._weekdaysMin=_r,jr.weekdaysShort=rn,jr._weekdaysShort=Cr,jr.weekdaysParse=an,jr._weekdaysRegex=Rr,jr.weekdaysRegex=hn,jr._weekdaysShortRegex=Mr,jr.weekdaysShortRegex=fn,jr._weekdaysMinRegex=Sr,jr.weekdaysMinRegex=mn,jr.isPM=Cn,jr._meridiemParse=Er,jr.meridiem=_n,P("en",{ordinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10,n=1===b(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+n}}),e.lang=_("moment.lang is deprecated. Use moment.locale instead.",P),e.langData=_("moment.langData is deprecated. Use moment.localeData instead.",L);var Br=Math.abs,Vr=Qn("ms"),Ur=Qn("s"),Yr=Qn("m"),zr=Qn("h"),Gr=Qn("d"),$r=Qn("w"),Kr=Qn("M"),Xr=Qn("y"),qr=to("milliseconds"),Zr=to("seconds"),Jr=to("minutes"),Qr=to("hours"),ei=to("days"),ti=to("months"),ni=to("years"),oi=Math.round,ri={s:45,m:45,h:22,d:26,M:11},ii=Math.abs,si=Ve.prototype;si.abs=Un,si.add=zn,si.subtract=Gn,si.as=Zn,si.asMilliseconds=Vr,si.asSeconds=Ur,si.asMinutes=Yr,si.asHours=zr,si.asDays=Gr,si.asWeeks=$r,si.asMonths=Kr,si.asYears=Xr,si.valueOf=Jn,si._bubble=Kn,si.get=eo,si.milliseconds=qr,si.seconds=Zr,si.minutes=Jr,si.hours=Qr,si.days=ei,si.weeks=no,si.months=ti,si.years=ni,si.humanize=so,si.toISOString=lo,si.toString=lo,si.toJSON=lo,si.locale=kt,si.localeData=At,si.toIsoString=_("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",lo),si.lang=vr,z("X",0,0,"unix"),z("x",0,0,"valueOf"),q("x",Lo),q("X",Wo),ee("X",function(e,t,n){n._d=new Date(1e3*parseFloat(e,10))}),ee("x",function(e,t,n){n._d=new Date(b(e))}),e.version="2.13.0",o(We),e.fn=xr,e.min=je,e.max=Be,e.now=cr,e.utc=u,e.unix=En,e.months=Wn,e.isDate=i,e.locale=P,e.invalid=f,e.duration=it,e.isMoment=v,e.weekdays=jn,e.parseZone=On,e.localeData=L,e.isDuration=Ue,e.monthsShort=Fn,e.weekdaysMin=Vn,e.defineLocale=x,e.updateLocale=D,e.locales=N,e.weekdaysShort=Bn,e.normalizeUnits=W,e.relativeTimeThreshold=io,e.prototype=xr;var li=e;return li})},{}],numeral:[function(t,n,o){/*!
* numeral.js
* version : 1.5.3
* author : Adam Draper
* license : MIT
* http://adamwdraper.github.com/Numeral-js/
*/
(function(){function t(e){this._value=e}function o(e,t,n,o){var r,i,s=Math.pow(10,t);return i=(n(e*s)/s).toFixed(t),o&&(r=new RegExp("0{1,"+o+"}$"),i=i.replace(r,"")),i}function r(e,t,n){var o;return o=t.indexOf("$")>-1?s(e,t,n):t.indexOf("%")>-1?l(e,t,n):t.indexOf(":")>-1?a(e,t):d(e._value,t,n)}function i(e,t){var n,o,r,i,s,l=t,a=["KB","MB","GB","TB","PB","EB","ZB","YB"],d=!1;if(t.indexOf(":")>-1)e._value=u(t);else if(t===w)e._value=0;else{for("."!==g[v].delimiters.decimal&&(t=t.replace(/\./g,"").replace(g[v].delimiters.decimal,".")),n=new RegExp("[^a-zA-Z]"+g[v].abbreviations.thousand+"(?:\\)|(\\"+g[v].currency.symbol+")?(?:\\))?)?$"),o=new RegExp("[^a-zA-Z]"+g[v].abbreviations.million+"(?:\\)|(\\"+g[v].currency.symbol+")?(?:\\))?)?$"),r=new RegExp("[^a-zA-Z]"+g[v].abbreviations.billion+"(?:\\)|(\\"+g[v].currency.symbol+")?(?:\\))?)?$"),i=new RegExp("[^a-zA-Z]"+g[v].abbreviations.trillion+"(?:\\)|(\\"+g[v].currency.symbol+")?(?:\\))?)?$"),s=0;s<=a.length&&!(d=t.indexOf(a[s])>-1?Math.pow(1024,s+1):!1);s++);e._value=(d?d:1)*(l.match(n)?Math.pow(10,3):1)*(l.match(o)?Math.pow(10,6):1)*(l.match(r)?Math.pow(10,9):1)*(l.match(i)?Math.pow(10,12):1)*(t.indexOf("%")>-1?.01:1)*((t.split("-").length+Math.min(t.split("(").length-1,t.split(")").length-1))%2?1:-1)*Number(t.replace(/[^0-9\.]+/g,"")),e._value=d?Math.ceil(e._value):e._value}return e._value}function s(e,t,n){var o,r,i=t.indexOf("$"),s=t.indexOf("("),l=t.indexOf("-"),a="";return t.indexOf(" $")>-1?(a=" ",t=t.replace(" $","")):t.indexOf("$ ")>-1?(a=" ",t=t.replace("$ ","")):t=t.replace("$",""),r=d(e._value,t,n),1>=i?r.indexOf("(")>-1||r.indexOf("-")>-1?(r=r.split(""),o=1,(s>i||l>i)&&(o=0),r.splice(o,0,g[v].currency.symbol+a),r=r.join("")):r=g[v].currency.symbol+a+r:r.indexOf(")")>-1?(r=r.split(""),r.splice(-1,0,a+g[v].currency.symbol),r=r.join("")):r=r+a+g[v].currency.symbol,r}function l(e,t,n){var o,r="",i=100*e._value;return t.indexOf(" %")>-1?(r=" ",t=t.replace(" %","")):t=t.replace("%",""),o=d(i,t,n),o.indexOf(")")>-1?(o=o.split(""),o.splice(-1,0,r+"%"),o=o.join("")):o=o+r+"%",o}function a(e){var t=Math.floor(e._value/60/60),n=Math.floor((e._value-60*t*60)/60),o=Math.round(e._value-60*t*60-60*n);return t+":"+(10>n?"0"+n:n)+":"+(10>o?"0"+o:o)}function u(e){var t=e.split(":"),n=0;return 3===t.length?(n+=60*Number(t[0])*60,n+=60*Number(t[1]),n+=Number(t[2])):2===t.length&&(n+=60*Number(t[0]),n+=Number(t[1])),Number(n)}function d(e,t,n){var r,i,s,l,a,u,d=!1,c=!1,h=!1,f="",m=!1,p=!1,b=!1,y=!1,C=!1,_="",R="",M=Math.abs(e),S=["B","KB","MB","GB","TB","PB","EB","ZB","YB"],E="",O=!1;if(0===e&&null!==w)return w;if(t.indexOf("(")>-1?(d=!0,t=t.slice(1,-1)):t.indexOf("+")>-1&&(c=!0,t=t.replace(/\+/g,"")),t.indexOf("a")>-1&&(m=t.indexOf("aK")>=0,p=t.indexOf("aM")>=0,b=t.indexOf("aB")>=0,y=t.indexOf("aT")>=0,C=m||p||b||y,t.indexOf(" a")>-1?(f=" ",t=t.replace(" a","")):t=t.replace("a",""),M>=Math.pow(10,12)&&!C||y?(f+=g[v].abbreviations.trillion,e/=Math.pow(10,12)):M<Math.pow(10,12)&&M>=Math.pow(10,9)&&!C||b?(f+=g[v].abbreviations.billion,e/=Math.pow(10,9)):M<Math.pow(10,9)&&M>=Math.pow(10,6)&&!C||p?(f+=g[v].abbreviations.million,e/=Math.pow(10,6)):(M<Math.pow(10,6)&&M>=Math.pow(10,3)&&!C||m)&&(f+=g[v].abbreviations.thousand,e/=Math.pow(10,3))),t.indexOf("b")>-1)for(t.indexOf(" b")>-1?(_=" ",t=t.replace(" b","")):t=t.replace("b",""),s=0;s<=S.length;s++)if(r=Math.pow(1024,s),i=Math.pow(1024,s+1),e>=r&&i>e){_+=S[s],r>0&&(e/=r);break}return t.indexOf("o")>-1&&(t.indexOf(" o")>-1?(R=" ",t=t.replace(" o","")):t=t.replace("o",""),R+=g[v].ordinal(e)),t.indexOf("[.]")>-1&&(h=!0,t=t.replace("[.]",".")),l=e.toString().split(".")[0],a=t.split(".")[1],u=t.indexOf(","),a?(a.indexOf("[")>-1?(a=a.replace("]",""),a=a.split("["),E=o(e,a[0].length+a[1].length,n,a[1].length)):E=o(e,a.length,n),l=E.split(".")[0],E=E.split(".")[1].length?g[v].delimiters.decimal+E.split(".")[1]:"",h&&0===Number(E.slice(1))&&(E="")):l=o(e,null,n),l.indexOf("-")>-1&&(l=l.slice(1),O=!0),u>-1&&(l=l.toString().replace(/(\d)(?=(\d{3})+(?!\d))/g,"$1"+g[v].delimiters.thousands)),0===t.indexOf(".")&&(l=""),(d&&O?"(":"")+(!d&&O?"-":"")+(!O&&c?"+":"")+l+E+(R?R:"")+(f?f:"")+(_?_:"")+(d&&O?")":"")}function c(e,t){g[e]=t}function h(e){var t=e.toString().split(".");return t.length<2?1:Math.pow(10,t[1].length)}function f(){var e=Array.prototype.slice.call(arguments);return e.reduce(function(e,t){var n=h(e),o=h(t);return n>o?n:o},-(1/0))}var m,p="1.5.3",g={},v="en",w=null,b="0,0",y="undefined"!=typeof n&&n.exports;m=function(e){return m.isNumeral(e)?e=e.value():0===e||"undefined"==typeof e?e=0:Number(e)||(e=m.fn.unformat(e)),new t(Number(e))},m.version=p,m.isNumeral=function(e){return e instanceof t},m.language=function(e,t){if(!e)return v;if(e&&!t){if(!g[e])throw new Error("Unknown language : "+e);v=e}return!t&&g[e]||c(e,t),m},m.languageData=function(e){if(!e)return g[v];if(!g[e])throw new Error("Unknown language : "+e);return g[e]},m.language("en",{delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"k",million:"m",billion:"b",trillion:"t"},ordinal:function(e){var t=e%10;return 1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th"},currency:{symbol:"$"}}),m.zeroFormat=function(e){w="string"==typeof e?e:null},m.defaultFormat=function(e){b="string"==typeof e?e:"0.0"},m.validate=function(e,t){var n,o,r,i,s,l,a,u;if("string"!=typeof e&&(e+="",console.warn&&console.warn("Numeral.js: Value is not string. It has been co-erced to: ",e)),e=e.trim(),""===e)return!1;e=e.replace(/^[+-]?/,"");try{a=m.languageData(t)}catch(d){a=m.languageData(m.language())}return r=a.currency.symbol,s=a.abbreviations,n=a.delimiters.decimal,o="."===a.delimiters.thousands?"\\.":a.delimiters.thousands,u=e.match(/^[^\d\.\,]+/),null!==u&&(e=e.substr(1),u[0]!==r)?!1:(u=e.match(/[^\d]+$/),null!==u&&(e=e.slice(0,-1),u[0]!==s.thousand&&u[0]!==s.million&&u[0]!==s.billion&&u[0]!==s.trillion)?!1:e.match(/^\d+$/)?!0:(l=new RegExp(o+"{2}"),e.match(/[^\d.,]/g)?!1:(i=e.split(n),i.length>2?!1:i.length<2?!!i[0].match(/^\d+.*\d$/)&&!i[0].match(l):""===i[0]?!i[0].match(l)&&!!i[1].match(/^\d+$/):1===i[0].length?!!i[0].match(/^\d+$/)&&!i[0].match(l)&&!!i[1].match(/^\d+$/):!!i[0].match(/^\d+.*\d$/)&&!i[0].match(l)&&!!i[1].match(/^\d+$/))))},"function"!=typeof Array.prototype.reduce&&(Array.prototype.reduce=function(e,t){"use strict";if(null===this||"undefined"==typeof this)throw new TypeError("Array.prototype.reduce called on null or undefined");if("function"!=typeof e)throw new TypeError(e+" is not a function");var n,o,r=this.length>>>0,i=!1;for(1<arguments.length&&(o=t,i=!0),n=0;r>n;++n)this.hasOwnProperty(n)&&(i?o=e(o,this[n],n,this):(o=this[n],i=!0));if(!i)throw new TypeError("Reduce of empty array with no initial value");return o}),m.fn=t.prototype={clone:function(){return m(this)},format:function(e,t){return r(this,e?e:b,void 0!==t?t:Math.round)},unformat:function(e){return"[object Number]"===Object.prototype.toString.call(e)?e:i(this,e?e:b)},value:function(){return this._value},valueOf:function(){return this._value},set:function(e){return this._value=Number(e),this},add:function(e){function t(e,t,o,r){return e+n*t}var n=f.call(null,this._value,e);return this._value=[this._value,e].reduce(t,0)/n,this},subtract:function(e){function t(e,t,o,r){return e-n*t}var n=f.call(null,this._value,e);return this._value=[e].reduce(t,this._value*n)/n,this},multiply:function(e){function t(e,t,n,o){var r=f(e,t);return e*r*(t*r)/(r*r)}return this._value=[this._value,e].reduce(t,1),this},divide:function(e){function t(e,t,n,o){var r=f(e,t);return e*r/(t*r)}return this._value=[this._value,e].reduce(t),this},difference:function(e){return Math.abs(m(this._value).subtract(e).value())}},y&&(n.exports=m),"undefined"==typeof ender&&(this.numeral=m),"function"==typeof e&&e.amd&&e([],function(){return m})}).call(window)},{}],pikaday:[function(t,n,o){/*!
* Pikaday
*
* Copyright © 2014 David Bushell | BSD & MIT license | https://github.com/dbushell/Pikaday
*/
!function(r,i){"use strict";var s;if("object"==typeof o){try{s=t("moment")}catch(l){}n.exports=i(s)}else"function"==typeof e&&e.amd?e(function(e){var t="moment";try{s=e(t)}catch(n){}return i(s)}):r.Pikaday=i(r.moment)}(this,function(e){"use strict";var t="function"==typeof e,n=!!window.addEventListener,o=window.document,r=window.setTimeout,i=function(e,t,o,r){n?e.addEventListener(t,o,!!r):e.attachEvent("on"+t,o)},s=function(e,t,o,r){n?e.removeEventListener(t,o,!!r):e.detachEvent("on"+t,o)},l=function(e,t,n){var r;o.createEvent?(r=o.createEvent("HTMLEvents"),r.initEvent(t,!0,!1),r=b(r,n),e.dispatchEvent(r)):o.createEventObject&&(r=o.createEventObject(),r=b(r,n),e.fireEvent("on"+t,r))},a=function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")},u=function(e,t){return-1!==(" "+e.className+" ").indexOf(" "+t+" ")},d=function(e,t){u(e,t)||(e.className=""===e.className?t:e.className+" "+t)},c=function(e,t){e.className=a((" "+e.className+" ").replace(" "+t+" "," "))},h=function(e){return/Array/.test(Object.prototype.toString.call(e))},f=function(e){return/Date/.test(Object.prototype.toString.call(e))&&!isNaN(e.getTime())},m=function(e){var t=e.getDay();return 0===t||6===t},p=function(e){return e%4===0&&e%100!==0||e%400===0},g=function(e,t){return[31,p(e)?29:28,31,30,31,30,31,31,30,31,30,31][t]},v=function(e){f(e)&&e.setHours(0,0,0,0)},w=function(e,t){return e.getTime()===t.getTime()},b=function(e,t,n){var o,r;for(o in t)r=void 0!==e[o],r&&"object"==typeof t[o]&&null!==t[o]&&void 0===t[o].nodeName?f(t[o])?n&&(e[o]=new Date(t[o].getTime())):h(t[o])?n&&(e[o]=t[o].slice(0)):e[o]=b({},t[o],n):!n&&r||(e[o]=t[o]);return e},y=function(e){return e.month<0&&(e.year-=Math.ceil(Math.abs(e.month)/12),e.month+=12),e.month>11&&(e.year+=Math.floor(Math.abs(e.month)/12),e.month-=12),e},C={field:null,bound:void 0,position:"bottom left",reposition:!0,format:"YYYY-MM-DD",defaultDate:null,setDefaultDate:!1,firstDay:0,minDate:null,maxDate:null,yearRange:10,showWeekNumber:!1,minYear:0,maxYear:9999,minMonth:void 0,maxMonth:void 0,startRange:null,endRange:null,isRTL:!1,yearSuffix:"",showMonthAfterYear:!1,numberOfMonths:1,mainCalendar:"left",container:void 0,i18n:{previousMonth:"Previous Month",nextMonth:"Next Month",months:["January","February","March","April","May","June","July","August","September","October","November","December"],weekdays:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],weekdaysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]},theme:null,onSelect:null,onOpen:null,onClose:null,onDraw:null},_=function(e,t,n){for(t+=e.firstDay;t>=7;)t-=7;return n?e.i18n.weekdaysShort[t]:e.i18n.weekdays[t]},R=function(e){if(e.isEmpty)return'<td class="is-empty"></td>';var t=[];return e.isDisabled&&t.push("is-disabled"),e.isToday&&t.push("is-today"),e.isSelected&&t.push("is-selected"),e.isInRange&&t.push("is-inrange"),e.isStartRange&&t.push("is-startrange"),e.isEndRange&&t.push("is-endrange"),'<td data-day="'+e.day+'" class="'+t.join(" ")+'"><button class="pika-button pika-day" type="button" data-pika-year="'+e.year+'" data-pika-month="'+e.month+'" data-pika-day="'+e.day+'">'+e.day+"</button></td>"},M=function(e,t,n){var o=new Date(n,0,1),r=Math.ceil(((new Date(n,t,e)-o)/864e5+o.getDay()+1)/7);return'<td class="pika-week">'+r+"</td>"},S=function(e,t){return"<tr>"+(t?e.reverse():e).join("")+"</tr>"},E=function(e){return"<tbody>"+e.join("")+"</tbody>"},O=function(e){var t,n=[];for(e.showWeekNumber&&n.push("<th></th>"),t=0;7>t;t++)n.push('<th scope="col"><abbr title="'+_(e,t)+'">'+_(e,t,!0)+"</abbr></th>");return"<thead>"+(e.isRTL?n.reverse():n).join("")+"</thead>"},T=function(e,t,n,o,r){var i,s,l,a,u,d=e._o,c=n===d.minYear,f=n===d.maxYear,m='<div class="pika-title">',p=!0,g=!0;for(l=[],i=0;12>i;i++)l.push('<option value="'+(n===r?i-t:12+i-t)+'"'+(i===o?" selected":"")+(c&&i<d.minMonth||f&&i>d.maxMonth?"disabled":"")+">"+d.i18n.months[i]+"</option>");for(a='<div class="pika-label">'+d.i18n.months[o]+'<select class="pika-select pika-select-month" tabindex="-1">'+l.join("")+"</select></div>",h(d.yearRange)?(i=d.yearRange[0],s=d.yearRange[1]+1):(i=n-d.yearRange,s=1+n+d.yearRange),l=[];s>i&&i<=d.maxYear;i++)i>=d.minYear&&l.push('<option value="'+i+'"'+(i===n?" selected":"")+">"+i+"</option>");return u='<div class="pika-label">'+n+d.yearSuffix+'<select class="pika-select pika-select-year" tabindex="-1">'+l.join("")+"</select></div>",m+=d.showMonthAfterYear?u+a:a+u,c&&(0===o||d.minMonth>=o)&&(p=!1),f&&(11===o||d.maxMonth<=o)&&(g=!1),0===t&&(m+='<button class="pika-prev'+(p?"":" is-disabled")+'" type="button">'+d.i18n.previousMonth+"</button>"),t===e._o.numberOfMonths-1&&(m+='<button class="pika-next'+(g?"":" is-disabled")+'" type="button">'+d.i18n.nextMonth+"</button>"),m+="</div>"},k=function(e,t){return'<table cellpadding="0" cellspacing="0" class="pika-table">'+O(e)+E(t)+"</table>"},A=function(s){var l=this,a=l.config(s);l._onMouseDown=function(e){if(l._v){e=e||window.event;var t=e.target||e.srcElement;if(t)if(u(t,"is-disabled")||(u(t,"pika-button")&&!u(t,"is-empty")?(l.setDate(new Date(t.getAttribute("data-pika-year"),t.getAttribute("data-pika-month"),t.getAttribute("data-pika-day"))),a.bound&&r(function(){l.hide(),a.field&&a.field.blur()},100)):u(t,"pika-prev")?l.prevMonth():u(t,"pika-next")&&l.nextMonth()),u(t,"pika-select"))l._c=!0;else{if(!e.preventDefault)return e.returnValue=!1,!1;e.preventDefault()}}},l._onChange=function(e){e=e||window.event;var t=e.target||e.srcElement;t&&(u(t,"pika-select-month")?l.gotoMonth(t.value):u(t,"pika-select-year")&&l.gotoYear(t.value))},l._onInputChange=function(n){var o;n.firedBy!==l&&(t?(o=e(a.field.value,a.format),o=o&&o.isValid()?o.toDate():null):o=new Date(Date.parse(a.field.value)),f(o)&&l.setDate(o),l._v||l.show())},l._onInputFocus=function(){l.show()},l._onInputClick=function(){l.show()},l._onInputBlur=function(){var e=o.activeElement;do if(u(e,"pika-single"))return;while(e=e.parentNode);l._c||(l._b=r(function(){l.hide()},50)),l._c=!1},l._onClick=function(e){e=e||window.event;var t=e.target||e.srcElement,o=t;if(t){!n&&u(t,"pika-select")&&(t.onchange||(t.setAttribute("onchange","return;"),i(t,"change",l._onChange)));do if(u(o,"pika-single")||o===a.trigger)return;while(o=o.parentNode);l._v&&t!==a.trigger&&o!==a.trigger&&l.hide()}},l.el=o.createElement("div"),l.el.className="pika-single"+(a.isRTL?" is-rtl":"")+(a.theme?" "+a.theme:""),i(l.el,"mousedown",l._onMouseDown,!0),i(l.el,"touchend",l._onMouseDown,!0),i(l.el,"change",l._onChange),a.field&&(a.container?a.container.appendChild(l.el):a.bound?o.body.appendChild(l.el):a.field.parentNode.insertBefore(l.el,a.field.nextSibling),i(a.field,"change",l._onInputChange),a.defaultDate||(t&&a.field.value?a.defaultDate=e(a.field.value,a.format).toDate():a.defaultDate=new Date(Date.parse(a.field.value)),a.setDefaultDate=!0));var d=a.defaultDate;f(d)?a.setDefaultDate?l.setDate(d,!0):l.gotoDate(d):l.gotoDate(new Date),a.bound?(this.hide(),l.el.className+=" is-bound",i(a.trigger,"click",l._onInputClick),i(a.trigger,"focus",l._onInputFocus),i(a.trigger,"blur",l._onInputBlur)):this.show()};return A.prototype={config:function(e){this._o||(this._o=b({},C,!0));var t=b(this._o,e,!0);t.isRTL=!!t.isRTL,t.field=t.field&&t.field.nodeName?t.field:null,t.theme="string"==typeof t.theme&&t.theme?t.theme:null,t.bound=!!(void 0!==t.bound?t.field&&t.bound:t.field),t.trigger=t.trigger&&t.trigger.nodeName?t.trigger:t.field,t.disableWeekends=!!t.disableWeekends,t.disableDayFn="function"==typeof t.disableDayFn?t.disableDayFn:null;var n=parseInt(t.numberOfMonths,10)||1;if(t.numberOfMonths=n>4?4:n,f(t.minDate)||(t.minDate=!1),f(t.maxDate)||(t.maxDate=!1),t.minDate&&t.maxDate&&t.maxDate<t.minDate&&(t.maxDate=t.minDate=!1),t.minDate&&this.setMinDate(t.minDate),t.maxDate&&this.setMaxDate(t.maxDate),h(t.yearRange)){var o=(new Date).getFullYear()-10;t.yearRange[0]=parseInt(t.yearRange[0],10)||o,t.yearRange[1]=parseInt(t.yearRange[1],10)||o}else t.yearRange=Math.abs(parseInt(t.yearRange,10))||C.yearRange,t.yearRange>100&&(t.yearRange=100);return t},toString:function(n){return f(this._d)?t?e(this._d).format(n||this._o.format):this._d.toDateString():""},getMoment:function(){return t?e(this._d):null},setMoment:function(n,o){t&&e.isMoment(n)&&this.setDate(n.toDate(),o)},getDate:function(){return f(this._d)?new Date(this._d.getTime()):null},setDate:function(e,t){if(!e)return this._d=null,this._o.field&&(this._o.field.value="",l(this._o.field,"change",{firedBy:this})),this.draw();if("string"==typeof e&&(e=new Date(Date.parse(e))),f(e)){var n=this._o.minDate,o=this._o.maxDate;f(n)&&n>e?e=n:f(o)&&e>o&&(e=o),this._d=new Date(e.getTime()),v(this._d),this.gotoDate(this._d),this._o.field&&(this._o.field.value=this.toString(),l(this._o.field,"change",{firedBy:this})),t||"function"!=typeof this._o.onSelect||this._o.onSelect.call(this,this.getDate())}},gotoDate:function(e){var t=!0;if(f(e)){if(this.calendars){var n=new Date(this.calendars[0].year,this.calendars[0].month,1),o=new Date(this.calendars[this.calendars.length-1].year,this.calendars[this.calendars.length-1].month,1),r=e.getTime();o.setMonth(o.getMonth()+1),o.setDate(o.getDate()-1),t=r<n.getTime()||o.getTime()<r}t&&(this.calendars=[{month:e.getMonth(),year:e.getFullYear()}],"right"===this._o.mainCalendar&&(this.calendars[0].month+=1-this._o.numberOfMonths)),this.adjustCalendars()}},adjustCalendars:function(){this.calendars[0]=y(this.calendars[0]);for(var e=1;e<this._o.numberOfMonths;e++)this.calendars[e]=y({month:this.calendars[0].month+e,year:this.calendars[0].year});this.draw()},gotoToday:function(){this.gotoDate(new Date)},gotoMonth:function(e){isNaN(e)||(this.calendars[0].month=parseInt(e,10),this.adjustCalendars())},nextMonth:function(){this.calendars[0].month++,this.adjustCalendars()},prevMonth:function(){this.calendars[0].month--,this.adjustCalendars()},gotoYear:function(e){isNaN(e)||(this.calendars[0].year=parseInt(e,10),this.adjustCalendars())},setMinDate:function(e){v(e),this._o.minDate=e,this._o.minYear=e.getFullYear(),this._o.minMonth=e.getMonth(),this.draw()},setMaxDate:function(e){v(e),this._o.maxDate=e,this._o.maxYear=e.getFullYear(),this._o.maxMonth=e.getMonth(),this.draw()},setStartRange:function(e){this._o.startRange=e},setEndRange:function(e){this._o.endRange=e},draw:function(e){if(this._v||e){var t=this._o,n=t.minYear,o=t.maxYear,i=t.minMonth,s=t.maxMonth,l="";this._y<=n&&(this._y=n,!isNaN(i)&&this._m<i&&(this._m=i)),this._y>=o&&(this._y=o,!isNaN(s)&&this._m>s&&(this._m=s));for(var a=0;a<t.numberOfMonths;a++)l+='<div class="pika-lendar">'+T(this,a,this.calendars[a].year,this.calendars[a].month,this.calendars[0].year)+this.render(this.calendars[a].year,this.calendars[a].month)+"</div>";if(this.el.innerHTML=l,t.bound&&"hidden"!==t.field.type&&r(function(){t.trigger.focus()},1),"function"==typeof this._o.onDraw){var u=this;r(function(){u._o.onDraw.call(u)},0)}}},adjustPosition:function(){var e,t,n,r,i,s,l,a,u,d;if(!this._o.container){if(this.el.style.position="absolute",e=this._o.trigger,t=e,n=this.el.offsetWidth,r=this.el.offsetHeight,i=window.innerWidth||o.documentElement.clientWidth,s=window.innerHeight||o.documentElement.clientHeight,l=window.pageYOffset||o.body.scrollTop||o.documentElement.scrollTop,"function"==typeof e.getBoundingClientRect)d=e.getBoundingClientRect(),a=d.left+window.pageXOffset,u=d.bottom+window.pageYOffset;else for(a=t.offsetLeft,u=t.offsetTop+t.offsetHeight;t=t.offsetParent;)a+=t.offsetLeft,u+=t.offsetTop;(this._o.reposition&&a+n>i||this._o.position.indexOf("right")>-1&&a-n+e.offsetWidth>0)&&(a=a-n+e.offsetWidth),(this._o.reposition&&u+r>s+l||this._o.position.indexOf("top")>-1&&u-r-e.offsetHeight>0)&&(u=u-r-e.offsetHeight),this.el.style.left=a+"px",this.el.style.top=u+"px"}},render:function(e,t){var n=this._o,o=new Date,r=g(e,t),i=new Date(e,t,1).getDay(),s=[],l=[];v(o),n.firstDay>0&&(i-=n.firstDay,0>i&&(i+=7));for(var a=r+i,u=a;u>7;)u-=7;a+=7-u;for(var d=0,c=0;a>d;d++){var h=new Date(e,t,1+(d-i)),p=f(this._d)?w(h,this._d):!1,b=w(h,o),y=i>d||d>=r+i,C=n.startRange&&w(n.startRange,h),_=n.endRange&&w(n.endRange,h),E=n.startRange&&n.endRange&&n.startRange<h&&h<n.endRange,O=n.minDate&&h<n.minDate||n.maxDate&&h>n.maxDate||n.disableWeekends&&m(h)||n.disableDayFn&&n.disableDayFn(h),T={day:1+(d-i),month:t,year:e,isSelected:p,isToday:b,isDisabled:O,isEmpty:y,isStartRange:C,isEndRange:_,isInRange:E};l.push(R(T)),7===++c&&(n.showWeekNumber&&l.unshift(M(d-i,t,e)),s.push(S(l,n.isRTL)),l=[],c=0)}return k(n,s)},isVisible:function(){return this._v},show:function(){this._v||(c(this.el,"is-hidden"),this._v=!0,this.draw(),this._o.bound&&(i(o,"click",this._onClick),this.adjustPosition()),"function"==typeof this._o.onOpen&&this._o.onOpen.call(this))},hide:function(){var e=this._v;e!==!1&&(this._o.bound&&s(o,"click",this._onClick),this.el.style.position="static",this.el.style.left="auto",this.el.style.top="auto",d(this.el,"is-hidden"),this._v=!1,void 0!==e&&"function"==typeof this._o.onClose&&this._o.onClose.call(this))},destroy:function(){this.hide(),s(this.el,"mousedown",this._onMouseDown,!0),s(this.el,"touchend",this._onMouseDown,!0),s(this.el,"change",this._onChange),this._o.field&&(s(this._o.field,"change",this._onInputChange),this._o.bound&&(s(this._o.trigger,"click",this._onInputClick),s(this._o.trigger,"focus",this._onInputFocus),s(this._o.trigger,"blur",this._onInputBlur))),this.el.parentNode&&this.el.parentNode.removeChild(this.el)}},A})},{moment:"moment"}],zeroclipboard:[function(t,n,o){/*!
* ZeroClipboard
* The ZeroClipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie and a JavaScript interface.
* Copyright (c) 2009-2014 Jon Rohan, James M. Greene
* Licensed MIT
* http://zeroclipboard.org/
* v2.2.0
*/
!function(t,o){"use strict";var r,i,s,l=t,a=l.document,u=l.navigator,d=l.setTimeout,c=l.clearTimeout,h=l.setInterval,f=l.clearInterval,m=l.getComputedStyle,p=l.encodeURIComponent,g=l.ActiveXObject,v=l.Error,w=l.Number.parseInt||l.parseInt,b=l.Number.parseFloat||l.parseFloat,y=l.Number.isNaN||l.isNaN,C=l.Date.now,_=l.Object.keys,R=l.Object.defineProperty,M=l.Object.prototype.hasOwnProperty,S=l.Array.prototype.slice,E=function(){var e=function(e){return e};if("function"==typeof l.wrap&&"function"==typeof l.unwrap)try{var t=a.createElement("div"),n=l.unwrap(t);1===t.nodeType&&n&&1===n.nodeType&&(e=l.unwrap)}catch(o){}return e}(),O=function(e){return S.call(e,0)},T=function(){var e,t,n,r,i,s,l=O(arguments),a=l[0]||{};for(e=1,t=l.length;t>e;e++)if(null!=(n=l[e]))for(r in n)M.call(n,r)&&(i=a[r],s=n[r],a!==s&&s!==o&&(a[r]=s));return a},k=function(e){var t,n,o,r;if("object"!=typeof e||null==e||"number"==typeof e.nodeType)t=e;else if("number"==typeof e.length)for(t=[],n=0,o=e.length;o>n;n++)M.call(e,n)&&(t[n]=k(e[n]));else{t={};for(r in e)M.call(e,r)&&(t[r]=k(e[r]))}return t},A=function(e,t){for(var n={},o=0,r=t.length;r>o;o++)t[o]in e&&(n[t[o]]=e[t[o]]);return n},H=function(e,t){var n={};for(var o in e)-1===t.indexOf(o)&&(n[o]=e[o]);return n},P=function(e){if(e)for(var t in e)M.call(e,t)&&delete e[t];return e},x=function(e,t){if(e&&1===e.nodeType&&e.ownerDocument&&t&&(1===t.nodeType&&t.ownerDocument&&t.ownerDocument===e.ownerDocument||9===t.nodeType&&!t.ownerDocument&&t===e.ownerDocument))do{if(e===t)return!0;e=e.parentNode}while(e);return!1},D=function(e){var t;return"string"==typeof e&&e&&(t=e.split("#")[0].split("?")[0],t=e.slice(0,e.lastIndexOf("/")+1)),t},L=function(e){var t,n;return"string"==typeof e&&e&&(n=e.match(/^(?:|[^:@]*@|.+\)@(?=http[s]?|file)|.+?\s+(?: at |@)(?:[^:\(]+ )*[\(]?)((?:http[s]?|file):\/\/[\/]?.+?\/[^:\)]*?)(?::\d+)(?::\d+)?/),n&&n[1]?t=n[1]:(n=e.match(/\)@((?:http[s]?|file):\/\/[\/]?.+?\/[^:\)]*?)(?::\d+)(?::\d+)?/),n&&n[1]&&(t=n[1]))),t},N=function(){var e,t;try{throw new v}catch(n){t=n}return t&&(e=t.sourceURL||t.fileName||L(t.stack)),e},I=function(){var e,t,n;if(a.currentScript&&(e=a.currentScript.src))return e;if(t=a.getElementsByTagName("script"),1===t.length)return t[0].src||o;if("readyState"in t[0])for(n=t.length;n--;)if("interactive"===t[n].readyState&&(e=t[n].src))return e;return"loading"===a.readyState&&(e=t[t.length-1].src)?e:(e=N())?e:o},W=function(){var e,t,n,r=a.getElementsByTagName("script");for(e=r.length;e--;){if(!(n=r[e].src)){t=null;break}if(n=D(n),null==t)t=n;else if(t!==n){t=null;break}}return t||o},F=function(){var e=D(I())||W()||"";return e+"ZeroClipboard.swf"},j=function(){return null==t.opener&&(!!t.top&&t!=t.top||!!t.parent&&t!=t.parent)}(),B={bridge:null,version:"0.0.0",pluginType:"unknown",disabled:null,outdated:null,sandboxed:null,unavailable:null,degraded:null,deactivated:null,overdue:null,ready:null},V="11.0.0",U={},Y={},z=null,G=0,$=0,K={ready:"Flash communication is established",error:{"flash-disabled":"Flash is disabled or not installed. May also be attempting to run Flash in a sandboxed iframe, which is impossible.","flash-outdated":"Flash is too outdated to support ZeroClipboard","flash-sandboxed":"Attempting to run Flash in a sandboxed iframe, which is impossible","flash-unavailable":"Flash is unable to communicate bidirectionally with JavaScript","flash-degraded":"Flash is unable to preserve data fidelity when communicating with JavaScript","flash-deactivated":"Flash is too outdated for your browser and/or is configured as click-to-activate.\nThis may also mean that the ZeroClipboard SWF object could not be loaded, so please check your `swfPath` configuration and/or network connectivity.\nMay also be attempting to run Flash in a sandboxed iframe, which is impossible.","flash-overdue":"Flash communication was established but NOT within the acceptable time limit","version-mismatch":"ZeroClipboard JS version number does not match ZeroClipboard SWF version number","clipboard-error":"At least one error was thrown while ZeroClipboard was attempting to inject your data into the clipboard","config-mismatch":"ZeroClipboard configuration does not match Flash's reality","swf-not-found":"The ZeroClipboard SWF object could not be loaded, so please check your `swfPath` configuration and/or network connectivity"}},X=["flash-unavailable","flash-degraded","flash-overdue","version-mismatch","config-mismatch","clipboard-error"],q=["flash-disabled","flash-outdated","flash-sandboxed","flash-unavailable","flash-degraded","flash-deactivated","flash-overdue"],Z=new RegExp("^flash-("+q.map(function(e){return e.replace(/^flash-/,"")}).join("|")+")$"),J=new RegExp("^flash-("+q.slice(1).map(function(e){return e.replace(/^flash-/,"")}).join("|")+")$"),Q={swfPath:F(),trustedDomains:t.location.host?[t.location.host]:[],cacheBust:!0,forceEnhancedClipboard:!1,flashLoadTimeout:3e4,autoActivate:!0,bubbleEvents:!0,containerId:"global-zeroclipboard-html-bridge",containerClass:"global-zeroclipboard-container",swfObjectId:"global-zeroclipboard-flash-bridge",hoverClass:"zeroclipboard-is-hover",activeClass:"zeroclipboard-is-active",forceHandCursor:!1,title:null,zIndex:999999999},ee=function(e){if("object"==typeof e&&null!==e)for(var t in e)if(M.call(e,t))if(/^(?:forceHandCursor|title|zIndex|bubbleEvents)$/.test(t))Q[t]=e[t];else if(null==B.bridge)if("containerId"===t||"swfObjectId"===t){if(!pe(e[t]))throw new Error("The specified `"+t+"` value is not valid as an HTML4 Element ID");Q[t]=e[t]}else Q[t]=e[t];{if("string"!=typeof e||!e)return k(Q);if(M.call(Q,e))return Q[e]}},te=function(){return $e(),{browser:A(u,["userAgent","platform","appName"]),flash:H(B,["bridge"]),zeroclipboard:{version:Xe.version,config:Xe.config()}}},ne=function(){return!!(B.disabled||B.outdated||B.sandboxed||B.unavailable||B.degraded||B.deactivated)},oe=function(e,t){var n,i,s,l={};if("string"==typeof e&&e)s=e.toLowerCase().split(/\s+/);else if("object"==typeof e&&e&&"undefined"==typeof t)for(n in e)M.call(e,n)&&"string"==typeof n&&n&&"function"==typeof e[n]&&Xe.on(n,e[n]);if(s&&s.length){for(n=0,i=s.length;i>n;n++)e=s[n].replace(/^on/,""),l[e]=!0,U[e]||(U[e]=[]),U[e].push(t);if(l.ready&&B.ready&&Xe.emit({type:"ready"}),l.error){for(n=0,i=q.length;i>n;n++)if(B[q[n].replace(/^flash-/,"")]===!0){Xe.emit({type:"error",name:q[n]});break}r!==o&&Xe.version!==r&&Xe.emit({type:"error",name:"version-mismatch",jsVersion:Xe.version,swfVersion:r})}}return Xe},re=function(e,t){var n,o,r,i,s;if(0===arguments.length)i=_(U);else if("string"==typeof e&&e)i=e.split(/\s+/);else if("object"==typeof e&&e&&"undefined"==typeof t)for(n in e)M.call(e,n)&&"string"==typeof n&&n&&"function"==typeof e[n]&&Xe.off(n,e[n]);if(i&&i.length)for(n=0,o=i.length;o>n;n++)if(e=i[n].toLowerCase().replace(/^on/,""),s=U[e],s&&s.length)if(t)for(r=s.indexOf(t);-1!==r;)s.splice(r,1),r=s.indexOf(t,r);else s.length=0;return Xe},ie=function(e){var t;return t="string"==typeof e&&e?k(U[e])||null:k(U)},se=function(e){var t,n,o;return e=ge(e),e&&!Re(e)?"ready"===e.type&&B.overdue===!0?Xe.emit({type:"error",name:"flash-overdue"}):(t=T({},e),Ce.call(this,t),"copy"===e.type&&(o=He(Y),n=o.data,z=o.formatMap),n):void 0},le=function(){var e=B.sandboxed;if($e(),"boolean"!=typeof B.ready&&(B.ready=!1),B.sandboxed!==e&&B.sandboxed===!0)B.ready=!1,Xe.emit({type:"error",name:"flash-sandboxed"});else if(!Xe.isFlashUnusable()&&null===B.bridge){var t=Q.flashLoadTimeout;"number"==typeof t&&t>=0&&(G=d(function(){"boolean"!=typeof B.deactivated&&(B.deactivated=!0),B.deactivated===!0&&Xe.emit({type:"error",name:"flash-deactivated"})},t)),B.overdue=!1,ke()}},ae=function(){Xe.clearData(),Xe.blur(),Xe.emit("destroy"),Ae(),Xe.off()},ue=function(e,t){var n;if("object"==typeof e&&e&&"undefined"==typeof t)n=e,Xe.clearData();else{if("string"!=typeof e||!e)return;n={},n[e]=t}for(var o in n)"string"==typeof o&&o&&M.call(n,o)&&"string"==typeof n[o]&&n[o]&&(Y[o]=n[o])},de=function(e){"undefined"==typeof e?(P(Y),z=null):"string"==typeof e&&M.call(Y,e)&&delete Y[e]},ce=function(e){return"undefined"==typeof e?k(Y):"string"==typeof e&&M.call(Y,e)?Y[e]:void 0},he=function(e){if(e&&1===e.nodeType){i&&(Fe(i,Q.activeClass),i!==e&&Fe(i,Q.hoverClass)),i=e,We(e,Q.hoverClass);var t=e.getAttribute("title")||Q.title;if("string"==typeof t&&t){var n=Te(B.bridge);n&&n.setAttribute("title",t)}var o=Q.forceHandCursor===!0||"pointer"===je(e,"cursor");ze(o),Ye()}},fe=function(){var e=Te(B.bridge);e&&(e.removeAttribute("title"),e.style.left="0px",e.style.top="-9999px",e.style.width="1px",e.style.height="1px"),i&&(Fe(i,Q.hoverClass),Fe(i,Q.activeClass),i=null)},me=function(){return i||null},pe=function(e){return"string"==typeof e&&e&&/^[A-Za-z][A-Za-z0-9_:\-\.]*$/.test(e)},ge=function(e){var t;if("string"==typeof e&&e?(t=e,e={}):"object"==typeof e&&e&&"string"==typeof e.type&&e.type&&(t=e.type),t){t=t.toLowerCase(),!e.target&&(/^(copy|aftercopy|_click)$/.test(t)||"error"===t&&"clipboard-error"===e.name)&&(e.target=s),T(e,{type:t,target:e.target||i||null,relatedTarget:e.relatedTarget||null,currentTarget:B&&B.bridge||null,timeStamp:e.timeStamp||C()||null});var n=K[e.type];return"error"===e.type&&e.name&&n&&(n=n[e.name]),n&&(e.message=n),"ready"===e.type&&T(e,{target:null,version:B.version}),"error"===e.type&&(Z.test(e.name)&&T(e,{target:null,minimumVersion:V}),J.test(e.name)&&T(e,{version:B.version})),"copy"===e.type&&(e.clipboardData={setData:Xe.setData,clearData:Xe.clearData}),"aftercopy"===e.type&&(e=Pe(e,z)),e.target&&!e.relatedTarget&&(e.relatedTarget=ve(e.target)),we(e)}},ve=function(e){var t=e&&e.getAttribute&&e.getAttribute("data-clipboard-target");return t?a.getElementById(t):null},we=function(e){if(e&&/^_(?:click|mouse(?:over|out|down|up|move))$/.test(e.type)){var t=e.target,n="_mouseover"===e.type&&e.relatedTarget?e.relatedTarget:o,r="_mouseout"===e.type&&e.relatedTarget?e.relatedTarget:o,i=Be(t),s=l.screenLeft||l.screenX||0,u=l.screenTop||l.screenY||0,d=a.body.scrollLeft+a.documentElement.scrollLeft,c=a.body.scrollTop+a.documentElement.scrollTop,h=i.left+("number"==typeof e._stageX?e._stageX:0),f=i.top+("number"==typeof e._stageY?e._stageY:0),m=h-d,p=f-c,g=s+m,v=u+p,w="number"==typeof e.movementX?e.movementX:0,b="number"==typeof e.movementY?e.movementY:0;delete e._stageX,delete e._stageY,T(e,{srcElement:t,fromElement:n,toElement:r,screenX:g,screenY:v,pageX:h,pageY:f,clientX:m,clientY:p,x:m,y:p,movementX:w,movementY:b,offsetX:0,offsetY:0,layerX:0,layerY:0})}return e},be=function(e){var t=e&&"string"==typeof e.type&&e.type||"";return!/^(?:(?:before)?copy|destroy)$/.test(t)},ye=function(e,t,n,o){o?d(function(){e.apply(t,n)},0):e.apply(t,n)},Ce=function(e){if("object"==typeof e&&e&&e.type){var t=be(e),n=U["*"]||[],o=U[e.type]||[],r=n.concat(o);if(r&&r.length){var i,s,a,u,d,c=this;for(i=0,s=r.length;s>i;i++)a=r[i],u=c,"string"==typeof a&&"function"==typeof l[a]&&(a=l[a]),"object"==typeof a&&a&&"function"==typeof a.handleEvent&&(u=a,a=a.handleEvent),"function"==typeof a&&(d=T({},e),ye(a,u,[d],t))}return this}},_e=function(e){var t=null;return(j===!1||e&&"error"===e.type&&e.name&&-1!==X.indexOf(e.name))&&(t=!1),t},Re=function(e){var t=e.target||i||null,n="swf"===e._source;switch(delete e._source,e.type){case"error":var o="flash-sandboxed"===e.name||_e(e);"boolean"==typeof o&&(B.sandboxed=o),-1!==q.indexOf(e.name)?T(B,{disabled:"flash-disabled"===e.name,outdated:"flash-outdated"===e.name,unavailable:"flash-unavailable"===e.name,degraded:"flash-degraded"===e.name,deactivated:"flash-deactivated"===e.name,overdue:"flash-overdue"===e.name,ready:!1}):"version-mismatch"===e.name&&(r=e.swfVersion,T(B,{disabled:!1,outdated:!1,unavailable:!1,degraded:!1,deactivated:!1,overdue:!1,ready:!1})),Ue();break;case"ready":r=e.swfVersion;var l=B.deactivated===!0;T(B,{disabled:!1,outdated:!1,sandboxed:!1,unavailable:!1,degraded:!1,deactivated:!1,overdue:l,ready:!l}),Ue();break;case"beforecopy":s=t;break;case"copy":var a,u,d=e.relatedTarget;!Y["text/html"]&&!Y["text/plain"]&&d&&(u=d.value||d.outerHTML||d.innerHTML)&&(a=d.value||d.textContent||d.innerText)?(e.clipboardData.clearData(),e.clipboardData.setData("text/plain",a),u!==a&&e.clipboardData.setData("text/html",u)):!Y["text/plain"]&&e.target&&(a=e.target.getAttribute("data-clipboard-text"))&&(e.clipboardData.clearData(),e.clipboardData.setData("text/plain",a));break;case"aftercopy":Me(e),Xe.clearData(),t&&t!==Ie()&&t.focus&&t.focus();break;case"_mouseover":Xe.focus(t),Q.bubbleEvents===!0&&n&&(t&&t!==e.relatedTarget&&!x(e.relatedTarget,t)&&Se(T({},e,{type:"mouseenter",bubbles:!1,cancelable:!1})),Se(T({},e,{type:"mouseover"})));break;case"_mouseout":Xe.blur(),Q.bubbleEvents===!0&&n&&(t&&t!==e.relatedTarget&&!x(e.relatedTarget,t)&&Se(T({},e,{type:"mouseleave",bubbles:!1,cancelable:!1})),Se(T({},e,{type:"mouseout"})));break;case"_mousedown":We(t,Q.activeClass),Q.bubbleEvents===!0&&n&&Se(T({},e,{type:e.type.slice(1)}));break;case"_mouseup":Fe(t,Q.activeClass),Q.bubbleEvents===!0&&n&&Se(T({},e,{type:e.type.slice(1)}));break;case"_click":s=null,Q.bubbleEvents===!0&&n&&Se(T({},e,{type:e.type.slice(1)}));break;case"_mousemove":Q.bubbleEvents===!0&&n&&Se(T({},e,{type:e.type.slice(1)}))}return/^_(?:click|mouse(?:over|out|down|up|move))$/.test(e.type)?!0:void 0},Me=function(e){if(e.errors&&e.errors.length>0){var t=k(e);T(t,{type:"error",name:"clipboard-error"}),delete t.success,d(function(){Xe.emit(t)},0)}},Se=function(e){if(e&&"string"==typeof e.type&&e){var t,n=e.target||null,o=n&&n.ownerDocument||a,r={view:o.defaultView||l,canBubble:!0,cancelable:!0,detail:"click"===e.type?1:0,button:"number"==typeof e.which?e.which-1:"number"==typeof e.button?e.button:o.createEvent?0:1},i=T(r,e);n&&o.createEvent&&n.dispatchEvent&&(i=[i.type,i.canBubble,i.cancelable,i.view,i.detail,i.screenX,i.screenY,i.clientX,i.clientY,i.ctrlKey,i.altKey,i.shiftKey,i.metaKey,i.button,i.relatedTarget],t=o.createEvent("MouseEvents"),t.initMouseEvent&&(t.initMouseEvent.apply(t,i),t._source="js",n.dispatchEvent(t)))}},Ee=function(){var e=Q.flashLoadTimeout;if("number"==typeof e&&e>=0){var t=Math.min(1e3,e/10),n=Q.swfObjectId+"_fallbackContent";$=h(function(){var e=a.getElementById(n);Ve(e)&&(Ue(),B.deactivated=null,Xe.emit({type:"error",name:"swf-not-found"}))},t)}},Oe=function(){var e=a.createElement("div");return e.id=Q.containerId,e.className=Q.containerClass,e.style.position="absolute",e.style.left="0px",e.style.top="-9999px",e.style.width="1px",e.style.height="1px",e.style.zIndex=""+Ge(Q.zIndex),e},Te=function(e){for(var t=e&&e.parentNode;t&&"OBJECT"===t.nodeName&&t.parentNode;)t=t.parentNode;return t||null},ke=function(){var e,t=B.bridge,n=Te(t);if(!t){var o=Ne(l.location.host,Q),r="never"===o?"none":"all",i=De(T({jsVersion:Xe.version},Q)),s=Q.swfPath+xe(Q.swfPath,Q);n=Oe();var u=a.createElement("div");n.appendChild(u),a.body.appendChild(n);var d=a.createElement("div"),c="activex"===B.pluginType;d.innerHTML='<object id="'+Q.swfObjectId+'" name="'+Q.swfObjectId+'" width="100%" height="100%" '+(c?'classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"':'type="application/x-shockwave-flash" data="'+s+'"')+">"+(c?'<param name="movie" value="'+s+'"/>':"")+'<param name="allowScriptAccess" value="'+o+'"/><param name="allowNetworking" value="'+r+'"/><param name="menu" value="false"/><param name="wmode" value="transparent"/><param name="flashvars" value="'+i+'"/><div id="'+Q.swfObjectId+'_fallbackContent"> </div></object>',t=d.firstChild,d=null,E(t).ZeroClipboard=Xe,n.replaceChild(t,u),Ee()}return t||(t=a[Q.swfObjectId],t&&(e=t.length)&&(t=t[e-1]),!t&&n&&(t=n.firstChild)),B.bridge=t||null,t},Ae=function(){var e=B.bridge;if(e){var t=Te(e);t&&("activex"===B.pluginType&&"readyState"in e?(e.style.display="none",function n(){if(4===e.readyState){for(var o in e)"function"==typeof e[o]&&(e[o]=null);e.parentNode&&e.parentNode.removeChild(e),t.parentNode&&t.parentNode.removeChild(t)}else d(n,10)}()):(e.parentNode&&e.parentNode.removeChild(e),t.parentNode&&t.parentNode.removeChild(t))),Ue(),B.ready=null,B.bridge=null,B.deactivated=null,r=o}},He=function(e){var t={},n={};if("object"==typeof e&&e){for(var o in e)if(o&&M.call(e,o)&&"string"==typeof e[o]&&e[o])switch(o.toLowerCase()){case"text/plain":case"text":case"air:text":case"flash:text":t.text=e[o],n.text=o;break;case"text/html":case"html":case"air:html":case"flash:html":t.html=e[o],n.html=o;break;case"application/rtf":case"text/rtf":case"rtf":case"richtext":case"air:rtf":case"flash:rtf":t.rtf=e[o],n.rtf=o}return{data:t,formatMap:n}}},Pe=function(e,t){if("object"!=typeof e||!e||"object"!=typeof t||!t)return e;var n={};for(var o in e)if(M.call(e,o))if("errors"===o){n[o]=e[o]?e[o].slice():[];for(var r=0,i=n[o].length;i>r;r++)n[o][r].format=t[n[o][r].format]}else if("success"!==o&&"data"!==o)n[o]=e[o];else{n[o]={};var s=e[o];for(var l in s)l&&M.call(s,l)&&M.call(t,l)&&(n[o][t[l]]=s[l])}return n},xe=function(e,t){var n=null==t||t&&t.cacheBust===!0;return n?(-1===e.indexOf("?")?"?":"&")+"noCache="+C():""},De=function(e){var t,n,o,r,i="",s=[];if(e.trustedDomains&&("string"==typeof e.trustedDomains?r=[e.trustedDomains]:"object"==typeof e.trustedDomains&&"length"in e.trustedDomains&&(r=e.trustedDomains)),r&&r.length)for(t=0,n=r.length;n>t;t++)if(M.call(r,t)&&r[t]&&"string"==typeof r[t]){if(o=Le(r[t]),!o)continue;if("*"===o){s.length=0,s.push(o);break}s.push.apply(s,[o,"//"+o,l.location.protocol+"//"+o])}return s.length&&(i+="trustedOrigins="+p(s.join(","))),e.forceEnhancedClipboard===!0&&(i+=(i?"&":"")+"forceEnhancedClipboard=true"),"string"==typeof e.swfObjectId&&e.swfObjectId&&(i+=(i?"&":"")+"swfObjectId="+p(e.swfObjectId)),"string"==typeof e.jsVersion&&e.jsVersion&&(i+=(i?"&":"")+"jsVersion="+p(e.jsVersion)),i},Le=function(e){if(null==e||""===e)return null;if(e=e.replace(/^\s+|\s+$/g,""),""===e)return null;var t=e.indexOf("//");e=-1===t?e:e.slice(t+2);var n=e.indexOf("/");return e=-1===n?e:-1===t||0===n?null:e.slice(0,n),e&&".swf"===e.slice(-4).toLowerCase()?null:e||null},Ne=function(){var e=function(e){var t,n,o,r=[];if("string"==typeof e&&(e=[e]),"object"!=typeof e||!e||"number"!=typeof e.length)return r;for(t=0,n=e.length;n>t;t++)if(M.call(e,t)&&(o=Le(e[t]))){if("*"===o){r.length=0,r.push("*");break}-1===r.indexOf(o)&&r.push(o)}return r};return function(t,n){var o=Le(n.swfPath);null===o&&(o=t);var r=e(n.trustedDomains),i=r.length;if(i>0){if(1===i&&"*"===r[0])return"always";if(-1!==r.indexOf(t))return 1===i&&t===o?"sameDomain":"always"}return"never"}}(),Ie=function(){try{return a.activeElement}catch(e){return null}},We=function(e,t){var n,o,r,i=[];if("string"==typeof t&&t&&(i=t.split(/\s+/)),e&&1===e.nodeType&&i.length>0)if(e.classList)for(n=0,o=i.length;o>n;n++)e.classList.add(i[n]);else if(e.hasOwnProperty("className")){for(r=" "+e.className+" ",n=0,o=i.length;o>n;n++)-1===r.indexOf(" "+i[n]+" ")&&(r+=i[n]+" ");e.className=r.replace(/^\s+|\s+$/g,"")}return e},Fe=function(e,t){var n,o,r,i=[];if("string"==typeof t&&t&&(i=t.split(/\s+/)),e&&1===e.nodeType&&i.length>0)if(e.classList&&e.classList.length>0)for(n=0,o=i.length;o>n;n++)e.classList.remove(i[n]);else if(e.className){for(r=(" "+e.className+" ").replace(/[\r\n\t]/g," "),n=0,o=i.length;o>n;n++)r=r.replace(" "+i[n]+" "," ");e.className=r.replace(/^\s+|\s+$/g,"")}return e},je=function(e,t){var n=m(e,null).getPropertyValue(t);return"cursor"!==t||n&&"auto"!==n||"A"!==e.nodeName?n:"pointer"},Be=function(e){var t={left:0,top:0,width:0,height:0};if(e.getBoundingClientRect){var n=e.getBoundingClientRect(),o=l.pageXOffset,r=l.pageYOffset,i=a.documentElement.clientLeft||0,s=a.documentElement.clientTop||0,u=0,d=0;if("relative"===je(a.body,"position")){var c=a.body.getBoundingClientRect(),h=a.documentElement.getBoundingClientRect();u=c.left-h.left||0,d=c.top-h.top||0}t.left=n.left+o-i-u,t.top=n.top+r-s-d,t.width="width"in n?n.width:n.right-n.left,t.height="height"in n?n.height:n.bottom-n.top}return t},Ve=function(e){if(!e)return!1;var t=m(e,null),n=b(t.height)>0,o=b(t.width)>0,r=b(t.top)>=0,i=b(t.left)>=0,s=n&&o&&r&&i,l=s?null:Be(e),a="none"!==t.display&&"collapse"!==t.visibility&&(s||!!l&&(n||l.height>0)&&(o||l.width>0)&&(r||l.top>=0)&&(i||l.left>=0));return a},Ue=function(){c(G),G=0,f($),$=0},Ye=function(){var e;if(i&&(e=Te(B.bridge))){var t=Be(i);T(e.style,{width:t.width+"px",height:t.height+"px",top:t.top+"px",left:t.left+"px",zIndex:""+Ge(Q.zIndex)})}},ze=function(e){B.ready===!0&&(B.bridge&&"function"==typeof B.bridge.setHandCursor?B.bridge.setHandCursor(e):B.ready=!1)},Ge=function(e){if(/^(?:auto|inherit)$/.test(e))return e;var t;return"number"!=typeof e||y(e)?"string"==typeof e&&(t=Ge(w(e,10))):t=e,"number"==typeof t?t:"auto"},$e=function(e){var n,o,r,i=B.sandboxed,s=null;if(e=e===!0,j===!1)s=!1;else{try{o=t.frameElement||null}catch(l){r={name:l.name,message:l.message}}if(o&&1===o.nodeType&&"IFRAME"===o.nodeName)try{s=o.hasAttribute("sandbox")}catch(l){s=null}else{try{n=document.domain||null}catch(l){n=null}(null===n||r&&"SecurityError"===r.name&&/(^|[\s\(\[@])sandbox(es|ed|ing|[\s\.,!\)\]@]|$)/.test(r.message.toLowerCase()))&&(s=!0)}}return B.sandboxed=s,i===s||e||Ke(g),s},Ke=function(e){function t(e){var t=e.match(/[\d]+/g);return t.length=3,t.join(".")}function n(e){return!!e&&(e=e.toLowerCase())&&(/^(pepflashplayer\.dll|libpepflashplayer\.so|pepperflashplayer\.plugin)$/.test(e)||"chrome.plugin"===e.slice(-13))}function o(e){e&&(l=!0,e.version&&(c=t(e.version)),!c&&e.description&&(c=t(e.description)),e.filename&&(d=n(e.filename)))}var r,i,s,l=!1,a=!1,d=!1,c="";if(u.plugins&&u.plugins.length)r=u.plugins["Shockwave Flash"],o(r),u.plugins["Shockwave Flash 2.0"]&&(l=!0,c="2.0.0.11");else if(u.mimeTypes&&u.mimeTypes.length)s=u.mimeTypes["application/x-shockwave-flash"],r=s&&s.enabledPlugin,o(r);else if("undefined"!=typeof e){a=!0;try{i=new e("ShockwaveFlash.ShockwaveFlash.7"),l=!0,c=t(i.GetVariable("$version"))}catch(h){try{i=new e("ShockwaveFlash.ShockwaveFlash.6"),l=!0,c="6.0.21"}catch(f){try{i=new e("ShockwaveFlash.ShockwaveFlash"),l=!0,c=t(i.GetVariable("$version"))}catch(m){a=!1}}}}B.disabled=l!==!0,B.outdated=c&&b(c)<b(V),B.version=c||"0.0.0",B.pluginType=d?"pepper":a?"activex":l?"netscape":"unknown"};Ke(g),$e(!0);var Xe=function(){return this instanceof Xe?void("function"==typeof Xe._createClient&&Xe._createClient.apply(this,O(arguments))):new Xe};R(Xe,"version",{value:"2.2.0",writable:!1,configurable:!0,enumerable:!0}),Xe.config=function(){return ee.apply(this,O(arguments))},Xe.state=function(){return te.apply(this,O(arguments))},Xe.isFlashUnusable=function(){return ne.apply(this,O(arguments))},Xe.on=function(){return oe.apply(this,O(arguments))},Xe.off=function(){return re.apply(this,O(arguments))},Xe.handlers=function(){return ie.apply(this,O(arguments))},Xe.emit=function(){return se.apply(this,O(arguments))},Xe.create=function(){return le.apply(this,O(arguments))},Xe.destroy=function(){return ae.apply(this,O(arguments))},Xe.setData=function(){return ue.apply(this,O(arguments))},Xe.clearData=function(){return de.apply(this,O(arguments))},Xe.getData=function(){return ce.apply(this,O(arguments))},Xe.focus=Xe.activate=function(){return he.apply(this,O(arguments))},Xe.blur=Xe.deactivate=function(){return fe.apply(this,O(arguments))},Xe.activeElement=function(){return me.apply(this,O(arguments))};var qe=0,Ze={},Je=0,Qe={},et={};T(Q,{autoActivate:!0});var tt=function(e){var t=this;t.id=""+qe++,Ze[t.id]={instance:t,elements:[],handlers:{}},e&&t.clip(e),Xe.on("*",function(e){return t.emit(e)}),Xe.on("destroy",function(){t.destroy()}),Xe.create()},nt=function(e,t){var n,i,s,l={},a=Ze[this.id],u=a&&a.handlers;if(!a)throw new Error("Attempted to add new listener(s) to a destroyed ZeroClipboard client instance");if("string"==typeof e&&e)s=e.toLowerCase().split(/\s+/);else if("object"==typeof e&&e&&"undefined"==typeof t)for(n in e)M.call(e,n)&&"string"==typeof n&&n&&"function"==typeof e[n]&&this.on(n,e[n]);if(s&&s.length){for(n=0,i=s.length;i>n;n++)e=s[n].replace(/^on/,""),l[e]=!0,u[e]||(u[e]=[]),u[e].push(t);if(l.ready&&B.ready&&this.emit({type:"ready",client:this}),l.error){for(n=0,i=q.length;i>n;n++)if(B[q[n].replace(/^flash-/,"")]){this.emit({type:"error",name:q[n],client:this});break}r!==o&&Xe.version!==r&&this.emit({type:"error",name:"version-mismatch",jsVersion:Xe.version,swfVersion:r})}}return this},ot=function(e,t){var n,o,r,i,s,l=Ze[this.id],a=l&&l.handlers;if(!a)return this;if(0===arguments.length)i=_(a);else if("string"==typeof e&&e)i=e.split(/\s+/);else if("object"==typeof e&&e&&"undefined"==typeof t)for(n in e)M.call(e,n)&&"string"==typeof n&&n&&"function"==typeof e[n]&&this.off(n,e[n]);if(i&&i.length)for(n=0,o=i.length;o>n;n++)if(e=i[n].toLowerCase().replace(/^on/,""),s=a[e],s&&s.length)if(t)for(r=s.indexOf(t);-1!==r;)s.splice(r,1),r=s.indexOf(t,r);else s.length=0;return this},rt=function(e){var t=null,n=Ze[this.id]&&Ze[this.id].handlers;return n&&(t="string"==typeof e&&e?n[e]?n[e].slice(0):[]:k(n)),t},it=function(e){if(dt.call(this,e)){"object"==typeof e&&e&&"string"==typeof e.type&&e.type&&(e=T({},e));var t=T({},ge(e),{client:this});ct.call(this,t)}return this},st=function(e){if(!Ze[this.id])throw new Error("Attempted to clip element(s) to a destroyed ZeroClipboard client instance");e=ht(e);for(var t=0;t<e.length;t++)if(M.call(e,t)&&e[t]&&1===e[t].nodeType){e[t].zcClippingId?-1===Qe[e[t].zcClippingId].indexOf(this.id)&&Qe[e[t].zcClippingId].push(this.id):(e[t].zcClippingId="zcClippingId_"+Je++,Qe[e[t].zcClippingId]=[this.id],Q.autoActivate===!0&&ft(e[t]));var n=Ze[this.id]&&Ze[this.id].elements;-1===n.indexOf(e[t])&&n.push(e[t])}return this},lt=function(e){var t=Ze[this.id];if(!t)return this;var n,o=t.elements;e="undefined"==typeof e?o.slice(0):ht(e);for(var r=e.length;r--;)if(M.call(e,r)&&e[r]&&1===e[r].nodeType){for(n=0;-1!==(n=o.indexOf(e[r],n));)o.splice(n,1);var i=Qe[e[r].zcClippingId];if(i){for(n=0;-1!==(n=i.indexOf(this.id,n));)i.splice(n,1);0===i.length&&(Q.autoActivate===!0&&mt(e[r]),delete e[r].zcClippingId)}}return this},at=function(){var e=Ze[this.id];return e&&e.elements?e.elements.slice(0):[]},ut=function(){Ze[this.id]&&(this.unclip(),this.off(),delete Ze[this.id])},dt=function(e){if(!e||!e.type)return!1;if(e.client&&e.client!==this)return!1;var t=Ze[this.id],n=t&&t.elements,o=!!n&&n.length>0,r=!e.target||o&&-1!==n.indexOf(e.target),i=e.relatedTarget&&o&&-1!==n.indexOf(e.relatedTarget),s=e.client&&e.client===this;return!(!t||!(r||i||s))},ct=function(e){var t=Ze[this.id];if("object"==typeof e&&e&&e.type&&t){var n=be(e),o=t&&t.handlers["*"]||[],r=t&&t.handlers[e.type]||[],i=o.concat(r);if(i&&i.length){var s,a,u,d,c,h=this;for(s=0,a=i.length;a>s;s++)u=i[s],d=h,"string"==typeof u&&"function"==typeof l[u]&&(u=l[u]),"object"==typeof u&&u&&"function"==typeof u.handleEvent&&(d=u,u=u.handleEvent),"function"==typeof u&&(c=T({},e),ye(u,d,[c],n))}}},ht=function(e){return"string"==typeof e&&(e=[]),"number"!=typeof e.length?[e]:e},ft=function(e){if(e&&1===e.nodeType){var t=function(e){(e||(e=l.event))&&("js"!==e._source&&(e.stopImmediatePropagation(),e.preventDefault()),delete e._source)},n=function(n){(n||(n=l.event))&&(t(n),Xe.focus(e))};e.addEventListener("mouseover",n,!1),e.addEventListener("mouseout",t,!1),e.addEventListener("mouseenter",t,!1),e.addEventListener("mouseleave",t,!1),e.addEventListener("mousemove",t,!1),et[e.zcClippingId]={mouseover:n,mouseout:t,mouseenter:t,mouseleave:t,mousemove:t}}},mt=function(e){if(e&&1===e.nodeType){var t=et[e.zcClippingId];if("object"==typeof t&&t){for(var n,o,r=["move","leave","enter","out","over"],i=0,s=r.length;s>i;i++)n="mouse"+r[i],o=t[n],"function"==typeof o&&e.removeEventListener(n,o,!1);delete et[e.zcClippingId]}}};Xe._createClient=function(){tt.apply(this,O(arguments))},Xe.prototype.on=function(){return nt.apply(this,O(arguments))},Xe.prototype.off=function(){return ot.apply(this,O(arguments))},Xe.prototype.handlers=function(){return rt.apply(this,O(arguments))},Xe.prototype.emit=function(){return it.apply(this,O(arguments))},Xe.prototype.clip=function(){return st.apply(this,O(arguments))},Xe.prototype.unclip=function(){return lt.apply(this,O(arguments))},Xe.prototype.elements=function(){return at.apply(this,O(arguments))},Xe.prototype.destroy=function(){return ut.apply(this,O(arguments))},Xe.prototype.setText=function(e){if(!Ze[this.id])throw new Error("Attempted to set pending clipboard data from a destroyed ZeroClipboard client instance");return Xe.setData("text/plain",e),this},Xe.prototype.setHtml=function(e){if(!Ze[this.id])throw new Error("Attempted to set pending clipboard data from a destroyed ZeroClipboard client instance");return Xe.setData("text/html",e),this},Xe.prototype.setRichText=function(e){if(!Ze[this.id])throw new Error("Attempted to set pending clipboard data from a destroyed ZeroClipboard client instance");return Xe.setData("application/rtf",e),this},Xe.prototype.setData=function(){if(!Ze[this.id])throw new Error("Attempted to set pending clipboard data from a destroyed ZeroClipboard client instance");return Xe.setData.apply(this,O(arguments)),this},Xe.prototype.clearData=function(){if(!Ze[this.id])throw new Error("Attempted to clear pending clipboard data from a destroyed ZeroClipboard client instance");return Xe.clearData.apply(this,O(arguments)),this},Xe.prototype.getData=function(){if(!Ze[this.id])throw new Error("Attempted to get pending clipboard data from a destroyed ZeroClipboard client instance");return Xe.getData.apply(this,O(arguments))},"function"==typeof e&&e.amd?e(function(){return Xe}):"object"==typeof n&&n&&"object"==typeof n.exports&&n.exports?n.exports=Xe:t.ZeroClipboard=Xe}(function(){return this||window}())},{}]},{},[113,63,65,64,66,87,88,89,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,90,91,92,93,107,108,109,110,96,97,98,99,100,101,31,35,32,33,40,34,36,37,38,39,114,115,116,117,118,172,166,167,168,119,120,121,122,123,125,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,158,159,160,161,162,163,164,165,169,170,171,173,174])(113)});