From d0bd3ea9cf321dea72dc46346b0f6d28ee9d812b Mon Sep 17 00:00:00 2001 From: koalyptus Date: Sat, 11 Feb 2017 13:09:13 +0000 Subject: [PATCH] publish Docs to gh-pages (auto) branch: master SHA: e5f8013034c670ca50166e13b42c36ecc71571b5 range SHA: f81ce3f53332...e5f8013034c6 build id: 200639721 build number: 560 --- .../source/extensions/colOps/colOps.js.json | 6311 +++++++++-------- docs/class/src/emitter.js~Emitter.html | 2 +- ...pterEzEditTable.js~AdapterEzEditTable.html | 2 +- .../extensions/colOps/colOps.js~ColOps.html | 20 +- .../colsVisibility.js~ColsVisibility.html | 2 +- ...iltersVisibility.js~FiltersVisibility.html | 2 +- ...Sortabletable.js~AdapterSortableTable.html | 2 +- docs/class/src/feature.js~Feature.html | 2 +- .../alternateRows.js~AlternateRows.html | 2 +- .../src/modules/checkList.js~CheckList.html | 2 +- .../modules/clearButton.js~ClearButton.html | 2 +- .../src/modules/dateType.js~DateType.html | 2 +- .../src/modules/dropdown.js~Dropdown.html | 2 +- .../src/modules/gridLayout.js~GridLayout.html | 2 +- docs/class/src/modules/hash.js~Hash.html | 2 +- docs/class/src/modules/help.js~Help.html | 2 +- ...highlightKeywords.js~HighlightKeyword.html | 2 +- docs/class/src/modules/loader.js~Loader.html | 2 +- .../src/modules/noResults.js~NoResults.html | 2 +- docs/class/src/modules/paging.js~Paging.html | 2 +- .../modules/popupFilter.js~PopupFilter.html | 2 +- .../modules/rowsCounter.js~RowsCounter.html | 2 +- docs/class/src/modules/state.js~State.html | 2 +- .../src/modules/statusBar.js~StatusBar.html | 2 +- .../class/src/modules/storage.js~Storage.html | 2 +- .../class/src/tablefilter.js~TableFilter.html | 2 +- docs/dump.json | 26 +- docs/file/src/array.js.html | 2 +- docs/file/src/const.js.html | 2 +- docs/file/src/cookie.js.html | 2 +- docs/file/src/dom.js.html | 2 +- docs/file/src/emitter.js.html | 2 +- docs/file/src/event.js.html | 2 +- .../advancedGrid/adapterEzEditTable.js.html | 2 +- .../advancedGrid/advancedGrid.js.html | 2 +- .../file/src/extensions/colOps/colOps.js.html | 13 +- .../colsVisibility/colsVisibility.js.html | 2 +- .../filtersVisibility.js.html | 2 +- .../sort/adapterSortabletable.js.html | 2 +- docs/file/src/extensions/sort/sort.js.html | 2 +- docs/file/src/feature.js.html | 2 +- docs/file/src/modules/alternateRows.js.html | 2 +- docs/file/src/modules/checkList.js.html | 2 +- docs/file/src/modules/clearButton.js.html | 2 +- docs/file/src/modules/dateType.js.html | 2 +- docs/file/src/modules/dropdown.js.html | 2 +- docs/file/src/modules/gridLayout.js.html | 2 +- docs/file/src/modules/hash.js.html | 2 +- docs/file/src/modules/help.js.html | 2 +- .../src/modules/highlightKeywords.js.html | 2 +- docs/file/src/modules/loader.js.html | 2 +- docs/file/src/modules/noResults.js.html | 2 +- docs/file/src/modules/paging.js.html | 2 +- docs/file/src/modules/popupFilter.js.html | 2 +- docs/file/src/modules/rowsCounter.js.html | 2 +- docs/file/src/modules/state.js.html | 2 +- docs/file/src/modules/statusBar.js.html | 2 +- docs/file/src/modules/storage.js.html | 2 +- docs/file/src/number.js.html | 2 +- docs/file/src/root.js.html | 2 +- docs/file/src/sort.js.html | 2 +- docs/file/src/string.js.html | 2 +- docs/file/src/tablefilter.js.html | 2 +- docs/file/src/types.js.html | 2 +- docs/function/index.html | 2 +- docs/identifiers.html | 2 +- docs/index.html | 2 +- docs/package.json | 2 +- docs/source.html | 80 +- docs/variable/index.html | 2 +- 70 files changed, 3308 insertions(+), 3272 deletions(-) diff --git a/docs/ast/source/extensions/colOps/colOps.js.json b/docs/ast/source/extensions/colOps/colOps.js.json index f020ab31..78b9cc2d 100644 --- a/docs/ast/source/extensions/colOps/colOps.js.json +++ b/docs/ast/source/extensions/colOps/colOps.js.json @@ -6661,50 +6661,14 @@ } }, "init": { - "type": "BinaryExpression", - "operator": "-", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "uIndexes", - "range": [ - 4526, - 4534 - ], - "loc": { - "start": { - "line": 159, - "column": 21 - }, - "end": { - "line": 159, - "column": 29 - } - } - }, - "property": { - "type": "Identifier", - "name": "length", - "range": [ - 4535, - 4541 - ], - "loc": { - "start": { - "line": 159, - "column": 30 - }, - "end": { - "line": 159, - "column": 36 - } - } - }, + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "uIndexes", "range": [ 4526, - 4541 + 4534 ], "loc": { "start": { @@ -6713,32 +6677,31 @@ }, "end": { "line": 159, - "column": 36 + "column": 29 } } }, - "right": { - "type": "Literal", - "value": 1, - "raw": "1", + "property": { + "type": "Identifier", + "name": "length", "range": [ - 4544, - 4545 + 4535, + 4541 ], "loc": { "start": { "line": 159, - "column": 39 + "column": 30 }, "end": { "line": 159, - "column": 40 + "column": 36 } } }, "range": [ 4526, - 4545 + 4541 ], "loc": { "start": { @@ -6747,13 +6710,13 @@ }, "end": { "line": 159, - "column": 40 + "column": 36 } } }, "range": [ 4517, - 4545 + 4541 ], "loc": { "start": { @@ -6762,7 +6725,7 @@ }, "end": { "line": 159, - "column": 40 + "column": 36 } } }, @@ -6772,8 +6735,8 @@ "type": "Identifier", "name": "rows", "range": [ - 4559, - 4563 + 4555, + 4559 ], "loc": { "start": { @@ -6796,8 +6759,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4566, - 4568 + 4562, + 4564 ], "loc": { "start": { @@ -6814,8 +6777,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 4569, - 4572 + 4565, + 4568 ], "loc": { "start": { @@ -6829,8 +6792,8 @@ } }, "range": [ - 4566, - 4572 + 4562, + 4568 ], "loc": { "start": { @@ -6847,8 +6810,8 @@ "type": "Identifier", "name": "rows", "range": [ - 4573, - 4577 + 4569, + 4573 ], "loc": { "start": { @@ -6862,8 +6825,8 @@ } }, "range": [ - 4566, - 4577 + 4562, + 4573 ], "loc": { "start": { @@ -6877,8 +6840,8 @@ } }, "range": [ - 4559, - 4577 + 4555, + 4573 ], "loc": { "start": { @@ -6897,8 +6860,8 @@ "type": "Identifier", "name": "colValues", "range": [ - 4591, - 4600 + 4587, + 4596 ], "loc": { "start": { @@ -6915,8 +6878,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 4603, - 4605 + 4599, + 4601 ], "loc": { "start": { @@ -6930,8 +6893,8 @@ } }, "range": [ - 4591, - 4605 + 4587, + 4601 ], "loc": { "start": { @@ -6948,7 +6911,7 @@ "kind": "let", "range": [ 4513, - 4606 + 4602 ], "loc": { "start": { @@ -6972,8 +6935,8 @@ "type": "Identifier", "name": "u", "range": [ - 4625, - 4626 + 4621, + 4622 ], "loc": { "start": { @@ -6991,8 +6954,8 @@ "value": 0, "raw": "0", "range": [ - 4629, - 4630 + 4625, + 4626 ], "loc": { "start": { @@ -7006,8 +6969,8 @@ } }, "range": [ - 4625, - 4630 + 4621, + 4626 ], "loc": { "start": { @@ -7023,8 +6986,8 @@ ], "kind": "let", "range": [ - 4621, - 4630 + 4617, + 4626 ], "loc": { "start": { @@ -7039,13 +7002,13 @@ }, "test": { "type": "BinaryExpression", - "operator": "<=", + "operator": "<", "left": { "type": "Identifier", "name": "u", "range": [ - 4632, - 4633 + 4628, + 4629 ], "loc": { "start": { @@ -7062,23 +7025,23 @@ "type": "Identifier", "name": "nbCols", "range": [ - 4637, - 4643 + 4632, + 4638 ], "loc": { "start": { "line": 163, - "column": 29 + "column": 28 }, "end": { "line": 163, - "column": 35 + "column": 34 } } }, "range": [ - 4632, - 4643 + 4628, + 4638 ], "loc": { "start": { @@ -7087,7 +7050,7 @@ }, "end": { "line": 163, - "column": 35 + "column": 34 } } }, @@ -7098,33 +7061,33 @@ "type": "Identifier", "name": "u", "range": [ - 4645, - 4646 + 4640, + 4641 ], "loc": { "start": { "line": 163, - "column": 37 + "column": 36 }, "end": { "line": 163, - "column": 38 + "column": 37 } } }, "prefix": false, "range": [ - 4645, - 4648 + 4640, + 4643 ], "loc": { "start": { "line": 163, - "column": 37 + "column": 36 }, "end": { "line": 163, - "column": 40 + "column": 39 } } }, @@ -7142,8 +7105,8 @@ "type": "Identifier", "name": "colValues", "range": [ - 4850, - 4859 + 4845, + 4854 ], "loc": { "start": { @@ -7160,8 +7123,8 @@ "type": "Identifier", "name": "push", "range": [ - 4860, - 4864 + 4855, + 4859 ], "loc": { "start": { @@ -7175,8 +7138,8 @@ } }, "range": [ - 4850, - 4864 + 4845, + 4859 ], "loc": { "start": { @@ -7199,8 +7162,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4882, - 4884 + 4877, + 4879 ], "loc": { "start": { @@ -7217,8 +7180,8 @@ "type": "Identifier", "name": "getFilteredDataCol", "range": [ - 4885, - 4903 + 4880, + 4898 ], "loc": { "start": { @@ -7232,8 +7195,8 @@ } }, "range": [ - 4882, - 4903 + 4877, + 4898 ], "loc": { "start": { @@ -7254,8 +7217,8 @@ "type": "Identifier", "name": "uIndexes", "range": [ - 4904, - 4912 + 4899, + 4907 ], "loc": { "start": { @@ -7272,8 +7235,8 @@ "type": "Identifier", "name": "u", "range": [ - 4913, - 4914 + 4908, + 4909 ], "loc": { "start": { @@ -7287,8 +7250,8 @@ } }, "range": [ - 4904, - 4915 + 4899, + 4910 ], "loc": { "start": { @@ -7306,8 +7269,8 @@ "value": false, "raw": "false", "range": [ - 4917, - 4922 + 4912, + 4917 ], "loc": { "start": { @@ -7325,8 +7288,8 @@ "value": true, "raw": "true", "range": [ - 4924, - 4928 + 4919, + 4923 ], "loc": { "start": { @@ -7343,8 +7306,8 @@ "type": "Identifier", "name": "excludeRows", "range": [ - 4930, - 4941 + 4925, + 4936 ], "loc": { "start": { @@ -7359,8 +7322,8 @@ } ], "range": [ - 4882, - 4942 + 4877, + 4937 ], "loc": { "start": { @@ -7375,8 +7338,8 @@ } ], "range": [ - 4850, - 4956 + 4845, + 4951 ], "loc": { "start": { @@ -7390,8 +7353,8 @@ } }, "range": [ - 4850, - 4957 + 4845, + 4952 ], "loc": { "start": { @@ -7408,8 +7371,8 @@ "type": "Line", "value": "this retrieves col values", "range": [ - 4664, - 4691 + 4659, + 4686 ], "loc": { "start": { @@ -7426,8 +7389,8 @@ "type": "Line", "value": "use uIndexes because we only want to pass through this loop", "range": [ - 4704, - 4765 + 4699, + 4760 ], "loc": { "start": { @@ -7444,8 +7407,8 @@ "type": "Line", "value": "once for each column get the values in this unique column", "range": [ - 4778, - 4837 + 4773, + 4832 ], "loc": { "start": { @@ -7469,8 +7432,8 @@ "type": "Identifier", "name": "curValues", "range": [ - 4975, - 4984 + 4970, + 4979 ], "loc": { "start": { @@ -7490,8 +7453,8 @@ "type": "Identifier", "name": "colValues", "range": [ - 4987, - 4996 + 4982, + 4991 ], "loc": { "start": { @@ -7508,8 +7471,8 @@ "type": "Identifier", "name": "u", "range": [ - 4997, - 4998 + 4992, + 4993 ], "loc": { "start": { @@ -7523,8 +7486,8 @@ } }, "range": [ - 4987, - 4999 + 4982, + 4994 ], "loc": { "start": { @@ -7538,8 +7501,8 @@ } }, "range": [ - 4975, - 4999 + 4970, + 4994 ], "loc": { "start": { @@ -7555,8 +7518,8 @@ ], "kind": "let", "range": [ - 4971, - 5000 + 4966, + 4995 ], "loc": { "start": { @@ -7573,8 +7536,8 @@ "type": "Line", "value": "next: calculate all operations for this column", "range": [ - 5014, - 5062 + 5009, + 5057 ], "loc": { "start": { @@ -7598,8 +7561,8 @@ "type": "Identifier", "name": "result", "range": [ - 5079, - 5085 + 5074, + 5080 ], "loc": { "start": { @@ -7617,8 +7580,8 @@ "value": 0, "raw": "0", "range": [ - 5088, - 5089 + 5083, + 5084 ], "loc": { "start": { @@ -7632,8 +7595,8 @@ } }, "range": [ - 5079, - 5089 + 5074, + 5084 ], "loc": { "start": { @@ -7652,8 +7615,8 @@ "type": "Identifier", "name": "operations", "range": [ - 5107, - 5117 + 5102, + 5112 ], "loc": { "start": { @@ -7670,8 +7633,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 5120, - 5122 + 5115, + 5117 ], "loc": { "start": { @@ -7685,8 +7648,8 @@ } }, "range": [ - 5107, - 5122 + 5102, + 5117 ], "loc": { "start": { @@ -7705,8 +7668,8 @@ "type": "Identifier", "name": "precisions", "range": [ - 5140, - 5150 + 5135, + 5145 ], "loc": { "start": { @@ -7723,8 +7686,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 5153, - 5155 + 5148, + 5150 ], "loc": { "start": { @@ -7738,8 +7701,8 @@ } }, "range": [ - 5140, - 5155 + 5135, + 5150 ], "loc": { "start": { @@ -7758,8 +7721,8 @@ "type": "Identifier", "name": "labels", "range": [ - 5173, - 5179 + 5168, + 5174 ], "loc": { "start": { @@ -7776,8 +7739,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 5182, - 5184 + 5177, + 5179 ], "loc": { "start": { @@ -7791,8 +7754,8 @@ } }, "range": [ - 5173, - 5184 + 5168, + 5179 ], "loc": { "start": { @@ -7811,8 +7774,8 @@ "type": "Identifier", "name": "writeType", "range": [ - 5202, - 5211 + 5197, + 5206 ], "loc": { "start": { @@ -7827,8 +7790,8 @@ }, "init": null, "range": [ - 5202, - 5211 + 5197, + 5206 ], "loc": { "start": { @@ -7847,8 +7810,8 @@ "type": "Identifier", "name": "idx", "range": [ - 5229, - 5232 + 5224, + 5227 ], "loc": { "start": { @@ -7866,8 +7829,8 @@ "value": 0, "raw": "0", "range": [ - 5235, - 5236 + 5230, + 5231 ], "loc": { "start": { @@ -7881,8 +7844,8 @@ } }, "range": [ - 5229, - 5236 + 5224, + 5231 ], "loc": { "start": { @@ -7898,8 +7861,8 @@ ], "kind": "let", "range": [ - 5075, - 5237 + 5070, + 5232 ], "loc": { "start": { @@ -7916,8 +7879,8 @@ "type": "Line", "value": "next: calculate all operations for this column", "range": [ - 5014, - 5062 + 5009, + 5057 ], "loc": { "start": { @@ -7943,8 +7906,8 @@ "type": "Identifier", "name": "k", "range": [ - 5260, - 5261 + 5255, + 5256 ], "loc": { "start": { @@ -7962,8 +7925,8 @@ "value": 0, "raw": "0", "range": [ - 5264, - 5265 + 5259, + 5260 ], "loc": { "start": { @@ -7977,8 +7940,8 @@ } }, "range": [ - 5260, - 5265 + 5255, + 5260 ], "loc": { "start": { @@ -7994,8 +7957,8 @@ ], "kind": "let", "range": [ - 5256, - 5265 + 5251, + 5260 ], "loc": { "start": { @@ -8015,8 +7978,8 @@ "type": "Identifier", "name": "k", "range": [ - 5267, - 5268 + 5262, + 5263 ], "loc": { "start": { @@ -8036,8 +7999,8 @@ "type": "Identifier", "name": "colIndexes", "range": [ - 5271, - 5281 + 5266, + 5276 ], "loc": { "start": { @@ -8054,8 +8017,8 @@ "type": "Identifier", "name": "length", "range": [ - 5282, - 5288 + 5277, + 5283 ], "loc": { "start": { @@ -8069,8 +8032,8 @@ } }, "range": [ - 5271, - 5288 + 5266, + 5283 ], "loc": { "start": { @@ -8084,8 +8047,8 @@ } }, "range": [ - 5267, - 5288 + 5262, + 5283 ], "loc": { "start": { @@ -8105,8 +8068,8 @@ "type": "Identifier", "name": "k", "range": [ - 5290, - 5291 + 5285, + 5286 ], "loc": { "start": { @@ -8121,8 +8084,8 @@ }, "prefix": false, "range": [ - 5290, - 5293 + 5285, + 5288 ], "loc": { "start": { @@ -8150,8 +8113,8 @@ "type": "Identifier", "name": "colIndexes", "range": [ - 5317, - 5327 + 5312, + 5322 ], "loc": { "start": { @@ -8168,8 +8131,8 @@ "type": "Identifier", "name": "k", "range": [ - 5328, - 5329 + 5323, + 5324 ], "loc": { "start": { @@ -8183,8 +8146,8 @@ } }, "range": [ - 5317, - 5330 + 5312, + 5325 ], "loc": { "start": { @@ -8204,8 +8167,8 @@ "type": "Identifier", "name": "uIndexes", "range": [ - 5335, - 5343 + 5330, + 5338 ], "loc": { "start": { @@ -8222,8 +8185,8 @@ "type": "Identifier", "name": "u", "range": [ - 5344, - 5345 + 5339, + 5340 ], "loc": { "start": { @@ -8237,8 +8200,8 @@ } }, "range": [ - 5335, - 5346 + 5330, + 5341 ], "loc": { "start": { @@ -8252,8 +8215,8 @@ } }, "range": [ - 5317, - 5346 + 5312, + 5341 ], "loc": { "start": { @@ -8273,8 +8236,8 @@ "type": "ContinueStatement", "label": null, "range": [ - 5370, - 5379 + 5365, + 5374 ], "loc": { "start": { @@ -8289,8 +8252,8 @@ } ], "range": [ - 5348, - 5397 + 5343, + 5392 ], "loc": { "start": { @@ -8305,8 +8268,8 @@ }, "alternate": null, "range": [ - 5313, - 5397 + 5308, + 5392 ], "loc": { "start": { @@ -8331,8 +8294,8 @@ "type": "Identifier", "name": "operations", "range": [ - 5414, - 5424 + 5409, + 5419 ], "loc": { "start": { @@ -8349,8 +8312,8 @@ "type": "Identifier", "name": "idx", "range": [ - 5425, - 5428 + 5420, + 5423 ], "loc": { "start": { @@ -8364,8 +8327,8 @@ } }, "range": [ - 5414, - 5429 + 5409, + 5424 ], "loc": { "start": { @@ -8384,56 +8347,93 @@ "type": "MemberExpression", "computed": false, "object": { - "type": "MemberExpression", - "computed": true, - "object": { - "type": "Identifier", - "name": "colOperations", + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "MemberExpression", + "computed": true, + "object": { + "type": "Identifier", + "name": "colOperations", + "range": [ + 5428, + 5441 + ], + "loc": { + "start": { + "line": 185, + "column": 35 + }, + "end": { + "line": 185, + "column": 48 + } + } + }, + "property": { + "type": "Identifier", + "name": "k", + "range": [ + 5442, + 5443 + ], + "loc": { + "start": { + "line": 185, + "column": 49 + }, + "end": { + "line": 185, + "column": 50 + } + } + }, "range": [ - 5432, - 5445 + 5428, + 5444 ], "loc": { "start": { "line": 185, - "column": 34 + "column": 35 }, "end": { "line": 185, - "column": 47 + "column": 51 } } }, - "property": { - "type": "Identifier", - "name": "k", + "right": { + "type": "Literal", + "value": "sum", + "raw": "'sum'", "range": [ - 5446, - 5447 + 5448, + 5453 ], "loc": { "start": { "line": 185, - "column": 48 + "column": 55 }, "end": { "line": 185, - "column": 49 + "column": 60 } } }, "range": [ - 5432, - 5448 + 5428, + 5453 ], "loc": { "start": { "line": 185, - "column": 34 + "column": 35 }, "end": { "line": 185, - "column": 50 + "column": 60 } } }, @@ -8441,23 +8441,23 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 5449, - 5460 + 5455, + 5466 ], "loc": { "start": { "line": 185, - "column": 51 + "column": 62 }, "end": { "line": 185, - "column": 62 + "column": 73 } } }, "range": [ - 5432, - 5460 + 5427, + 5466 ], "loc": { "start": { @@ -8466,14 +8466,14 @@ }, "end": { "line": 185, - "column": 62 + "column": 73 } } }, "arguments": [], "range": [ - 5432, - 5462 + 5427, + 5468 ], "loc": { "start": { @@ -8482,13 +8482,13 @@ }, "end": { "line": 185, - "column": 64 + "column": 75 } } }, "range": [ - 5414, - 5462 + 5409, + 5468 ], "loc": { "start": { @@ -8497,13 +8497,13 @@ }, "end": { "line": 185, - "column": 64 + "column": 75 } } }, "range": [ - 5414, - 5463 + 5409, + 5469 ], "loc": { "start": { @@ -8512,7 +8512,7 @@ }, "end": { "line": 185, - "column": 65 + "column": 76 } } }, @@ -8528,8 +8528,8 @@ "type": "Identifier", "name": "precisions", "range": [ - 5480, - 5490 + 5486, + 5496 ], "loc": { "start": { @@ -8546,8 +8546,8 @@ "type": "Identifier", "name": "idx", "range": [ - 5491, - 5494 + 5497, + 5500 ], "loc": { "start": { @@ -8561,8 +8561,8 @@ } }, "range": [ - 5480, - 5495 + 5486, + 5501 ], "loc": { "start": { @@ -8582,8 +8582,8 @@ "type": "Identifier", "name": "decimalPrecisions", "range": [ - 5498, - 5515 + 5504, + 5521 ], "loc": { "start": { @@ -8600,8 +8600,8 @@ "type": "Identifier", "name": "k", "range": [ - 5516, - 5517 + 5522, + 5523 ], "loc": { "start": { @@ -8615,8 +8615,8 @@ } }, "range": [ - 5498, - 5518 + 5504, + 5524 ], "loc": { "start": { @@ -8630,8 +8630,8 @@ } }, "range": [ - 5480, - 5518 + 5486, + 5524 ], "loc": { "start": { @@ -8645,8 +8645,8 @@ } }, "range": [ - 5480, - 5519 + 5486, + 5525 ], "loc": { "start": { @@ -8671,8 +8671,8 @@ "type": "Identifier", "name": "labels", "range": [ - 5536, - 5542 + 5542, + 5548 ], "loc": { "start": { @@ -8689,8 +8689,8 @@ "type": "Identifier", "name": "idx", "range": [ - 5543, - 5546 + 5549, + 5552 ], "loc": { "start": { @@ -8704,8 +8704,8 @@ } }, "range": [ - 5536, - 5547 + 5542, + 5553 ], "loc": { "start": { @@ -8727,8 +8727,8 @@ "object": { "type": "ThisExpression", "range": [ - 5550, - 5554 + 5556, + 5560 ], "loc": { "start": { @@ -8745,8 +8745,8 @@ "type": "Identifier", "name": "labelIds", "range": [ - 5555, - 5563 + 5561, + 5569 ], "loc": { "start": { @@ -8760,8 +8760,8 @@ } }, "range": [ - 5550, - 5563 + 5556, + 5569 ], "loc": { "start": { @@ -8778,8 +8778,8 @@ "type": "Identifier", "name": "k", "range": [ - 5564, - 5565 + 5570, + 5571 ], "loc": { "start": { @@ -8793,8 +8793,8 @@ } }, "range": [ - 5550, - 5566 + 5556, + 5572 ], "loc": { "start": { @@ -8808,8 +8808,8 @@ } }, "range": [ - 5536, - 5566 + 5542, + 5572 ], "loc": { "start": { @@ -8823,8 +8823,8 @@ } }, "range": [ - 5536, - 5567 + 5542, + 5573 ], "loc": { "start": { @@ -8846,8 +8846,8 @@ "type": "Identifier", "name": "writeType", "range": [ - 5584, - 5593 + 5590, + 5599 ], "loc": { "start": { @@ -8868,8 +8868,8 @@ "type": "Identifier", "name": "isArray", "range": [ - 5596, - 5603 + 5602, + 5609 ], "loc": { "start": { @@ -8887,8 +8887,8 @@ "type": "Identifier", "name": "outputTypes", "range": [ - 5604, - 5615 + 5610, + 5621 ], "loc": { "start": { @@ -8903,8 +8903,8 @@ } ], "range": [ - 5596, - 5616 + 5602, + 5622 ], "loc": { "start": { @@ -8924,8 +8924,8 @@ "type": "Identifier", "name": "outputTypes", "range": [ - 5619, - 5630 + 5625, + 5636 ], "loc": { "start": { @@ -8942,8 +8942,8 @@ "type": "Identifier", "name": "k", "range": [ - 5631, - 5632 + 5637, + 5638 ], "loc": { "start": { @@ -8957,8 +8957,8 @@ } }, "range": [ - 5619, - 5633 + 5625, + 5639 ], "loc": { "start": { @@ -8976,8 +8976,8 @@ "value": null, "raw": "null", "range": [ - 5636, - 5640 + 5642, + 5646 ], "loc": { "start": { @@ -8991,8 +8991,8 @@ } }, "range": [ - 5596, - 5640 + 5602, + 5646 ], "loc": { "start": { @@ -9006,8 +9006,8 @@ } }, "range": [ - 5584, - 5640 + 5590, + 5646 ], "loc": { "start": { @@ -9021,8 +9021,8 @@ } }, "range": [ - 5584, - 5641 + 5590, + 5647 ], "loc": { "start": { @@ -9044,8 +9044,8 @@ "type": "Identifier", "name": "idx", "range": [ - 5658, - 5661 + 5664, + 5667 ], "loc": { "start": { @@ -9060,8 +9060,8 @@ }, "prefix": false, "range": [ - 5658, - 5663 + 5664, + 5669 ], "loc": { "start": { @@ -9075,8 +9075,8 @@ } }, "range": [ - 5658, - 5664 + 5664, + 5670 ], "loc": { "start": { @@ -9091,8 +9091,8 @@ } ], "range": [ - 5295, - 5678 + 5290, + 5684 ], "loc": { "start": { @@ -9106,8 +9106,8 @@ } }, "range": [ - 5251, - 5678 + 5246, + 5684 ], "loc": { "start": { @@ -9131,8 +9131,8 @@ "type": "Identifier", "name": "i", "range": [ - 5701, - 5702 + 5707, + 5708 ], "loc": { "start": { @@ -9150,8 +9150,8 @@ "value": 0, "raw": "0", "range": [ - 5705, - 5706 + 5711, + 5712 ], "loc": { "start": { @@ -9165,8 +9165,8 @@ } }, "range": [ - 5701, - 5706 + 5707, + 5712 ], "loc": { "start": { @@ -9182,8 +9182,8 @@ ], "kind": "let", "range": [ - 5697, - 5706 + 5703, + 5712 ], "loc": { "start": { @@ -9198,13 +9198,13 @@ }, "test": { "type": "BinaryExpression", - "operator": "<=", + "operator": "<", "left": { "type": "Identifier", "name": "i", "range": [ - 5708, - 5709 + 5714, + 5715 ], "loc": { "start": { @@ -9221,23 +9221,23 @@ "type": "Identifier", "name": "idx", "range": [ - 5713, - 5716 + 5718, + 5721 ], "loc": { "start": { "line": 192, - "column": 33 + "column": 32 }, "end": { "line": 192, - "column": 36 + "column": 35 } } }, "range": [ - 5708, - 5716 + 5714, + 5721 ], "loc": { "start": { @@ -9246,7 +9246,7 @@ }, "end": { "line": 192, - "column": 36 + "column": 35 } } }, @@ -9257,33 +9257,33 @@ "type": "Identifier", "name": "i", "range": [ - 5718, - 5719 + 5723, + 5724 ], "loc": { "start": { "line": 192, - "column": 38 + "column": 37 }, "end": { "line": 192, - "column": 39 + "column": 38 } } }, "prefix": false, "range": [ - 5718, - 5721 + 5723, + 5726 ], "loc": { "start": { "line": 192, - "column": 38 + "column": 37 }, "end": { "line": 192, - "column": 41 + "column": 40 } } }, @@ -9303,8 +9303,8 @@ "object": { "type": "ThisExpression", "range": [ - 5798, - 5802 + 5803, + 5807 ], "loc": { "start": { @@ -9321,8 +9321,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 5803, - 5810 + 5808, + 5815 ], "loc": { "start": { @@ -9336,8 +9336,8 @@ } }, "range": [ - 5798, - 5810 + 5803, + 5815 ], "loc": { "start": { @@ -9354,8 +9354,8 @@ "type": "Identifier", "name": "emit", "range": [ - 5811, - 5815 + 5816, + 5820 ], "loc": { "start": { @@ -9369,8 +9369,8 @@ } }, "range": [ - 5798, - 5815 + 5803, + 5820 ], "loc": { "start": { @@ -9389,8 +9389,8 @@ "value": "before-column-calc", "raw": "'before-column-calc'", "range": [ - 5837, - 5857 + 5842, + 5862 ], "loc": { "start": { @@ -9407,8 +9407,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5879, - 5881 + 5884, + 5886 ], "loc": { "start": { @@ -9424,8 +9424,8 @@ { "type": "ThisExpression", "range": [ - 5903, - 5907 + 5908, + 5912 ], "loc": { "start": { @@ -9445,8 +9445,8 @@ "type": "Identifier", "name": "uIndexes", "range": [ - 5929, - 5937 + 5934, + 5942 ], "loc": { "start": { @@ -9463,8 +9463,8 @@ "type": "Identifier", "name": "u", "range": [ - 5938, - 5939 + 5943, + 5944 ], "loc": { "start": { @@ -9478,8 +9478,8 @@ } }, "range": [ - 5929, - 5940 + 5934, + 5945 ], "loc": { "start": { @@ -9496,8 +9496,8 @@ "type": "Identifier", "name": "curValues", "range": [ - 5962, - 5971 + 5967, + 5976 ], "loc": { "start": { @@ -9517,8 +9517,8 @@ "type": "Identifier", "name": "operations", "range": [ - 5993, - 6003 + 5998, + 6008 ], "loc": { "start": { @@ -9535,8 +9535,8 @@ "type": "Identifier", "name": "i", "range": [ - 6004, - 6005 + 6009, + 6010 ], "loc": { "start": { @@ -9550,8 +9550,8 @@ } }, "range": [ - 5993, - 6006 + 5998, + 6011 ], "loc": { "start": { @@ -9571,8 +9571,8 @@ "type": "Identifier", "name": "precisions", "range": [ - 6028, - 6038 + 6033, + 6043 ], "loc": { "start": { @@ -9589,8 +9589,8 @@ "type": "Identifier", "name": "i", "range": [ - 6039, - 6040 + 6044, + 6045 ], "loc": { "start": { @@ -9604,8 +9604,8 @@ } }, "range": [ - 6028, - 6041 + 6033, + 6046 ], "loc": { "start": { @@ -9620,8 +9620,8 @@ } ], "range": [ - 5798, - 6059 + 5803, + 6064 ], "loc": { "start": { @@ -9635,8 +9635,8 @@ } }, "range": [ - 5798, - 6060 + 5803, + 6065 ], "loc": { "start": { @@ -9653,8 +9653,8 @@ "type": "Line", "value": " emit values before column calculation", "range": [ - 5741, - 5781 + 5746, + 5786 ], "loc": { "start": { @@ -9678,8 +9678,8 @@ "type": "Identifier", "name": "result", "range": [ - 6078, - 6084 + 6083, + 6089 ], "loc": { "start": { @@ -9698,8 +9698,8 @@ "type": "Identifier", "name": "Number", "range": [ - 6087, - 6093 + 6092, + 6098 ], "loc": { "start": { @@ -9721,8 +9721,8 @@ "object": { "type": "ThisExpression", "range": [ - 6094, - 6098 + 6099, + 6103 ], "loc": { "start": { @@ -9739,8 +9739,8 @@ "type": "Identifier", "name": "calc", "range": [ - 6099, - 6103 + 6104, + 6108 ], "loc": { "start": { @@ -9754,8 +9754,8 @@ } }, "range": [ - 6094, - 6103 + 6099, + 6108 ], "loc": { "start": { @@ -9773,8 +9773,8 @@ "type": "Identifier", "name": "curValues", "range": [ - 6104, - 6113 + 6109, + 6118 ], "loc": { "start": { @@ -9794,8 +9794,8 @@ "type": "Identifier", "name": "operations", "range": [ - 6115, - 6125 + 6120, + 6130 ], "loc": { "start": { @@ -9812,8 +9812,8 @@ "type": "Identifier", "name": "i", "range": [ - 6126, - 6127 + 6131, + 6132 ], "loc": { "start": { @@ -9827,8 +9827,8 @@ } }, "range": [ - 6115, - 6128 + 6120, + 6133 ], "loc": { "start": { @@ -9846,8 +9846,8 @@ "value": null, "raw": "null", "range": [ - 6130, - 6134 + 6135, + 6139 ], "loc": { "start": { @@ -9862,8 +9862,8 @@ } ], "range": [ - 6094, - 6135 + 6099, + 6140 ], "loc": { "start": { @@ -9878,8 +9878,8 @@ } ], "range": [ - 6087, - 6136 + 6092, + 6141 ], "loc": { "start": { @@ -9893,8 +9893,8 @@ } }, "range": [ - 6078, - 6136 + 6083, + 6141 ], "loc": { "start": { @@ -9908,8 +9908,8 @@ } }, "range": [ - 6078, - 6137 + 6083, + 6142 ], "loc": { "start": { @@ -9926,8 +9926,8 @@ "type": "Line", "value": " emit column calculation result", "range": [ - 6155, - 6188 + 6160, + 6193 ], "loc": { "start": { @@ -9955,8 +9955,8 @@ "object": { "type": "ThisExpression", "range": [ - 6205, - 6209 + 6210, + 6214 ], "loc": { "start": { @@ -9973,8 +9973,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 6210, - 6217 + 6215, + 6222 ], "loc": { "start": { @@ -9988,8 +9988,8 @@ } }, "range": [ - 6205, - 6217 + 6210, + 6222 ], "loc": { "start": { @@ -10006,8 +10006,8 @@ "type": "Identifier", "name": "emit", "range": [ - 6218, - 6222 + 6223, + 6227 ], "loc": { "start": { @@ -10021,8 +10021,8 @@ } }, "range": [ - 6205, - 6222 + 6210, + 6227 ], "loc": { "start": { @@ -10041,8 +10041,8 @@ "value": "column-calc", "raw": "'column-calc'", "range": [ - 6244, - 6257 + 6249, + 6262 ], "loc": { "start": { @@ -10059,8 +10059,8 @@ "type": "Identifier", "name": "tf", "range": [ - 6279, - 6281 + 6284, + 6286 ], "loc": { "start": { @@ -10076,8 +10076,8 @@ { "type": "ThisExpression", "range": [ - 6303, - 6307 + 6308, + 6312 ], "loc": { "start": { @@ -10097,8 +10097,8 @@ "type": "Identifier", "name": "uIndexes", "range": [ - 6329, - 6337 + 6334, + 6342 ], "loc": { "start": { @@ -10115,8 +10115,8 @@ "type": "Identifier", "name": "u", "range": [ - 6338, - 6339 + 6343, + 6344 ], "loc": { "start": { @@ -10130,8 +10130,8 @@ } }, "range": [ - 6329, - 6340 + 6334, + 6345 ], "loc": { "start": { @@ -10148,8 +10148,8 @@ "type": "Identifier", "name": "result", "range": [ - 6362, - 6368 + 6367, + 6373 ], "loc": { "start": { @@ -10169,8 +10169,8 @@ "type": "Identifier", "name": "operations", "range": [ - 6390, - 6400 + 6395, + 6405 ], "loc": { "start": { @@ -10187,8 +10187,8 @@ "type": "Identifier", "name": "i", "range": [ - 6401, - 6402 + 6406, + 6407 ], "loc": { "start": { @@ -10202,8 +10202,8 @@ } }, "range": [ - 6390, - 6403 + 6395, + 6408 ], "loc": { "start": { @@ -10223,8 +10223,8 @@ "type": "Identifier", "name": "precisions", "range": [ - 6425, - 6435 + 6430, + 6440 ], "loc": { "start": { @@ -10241,8 +10241,8 @@ "type": "Identifier", "name": "i", "range": [ - 6436, - 6437 + 6441, + 6442 ], "loc": { "start": { @@ -10256,8 +10256,8 @@ } }, "range": [ - 6425, - 6438 + 6430, + 6443 ], "loc": { "start": { @@ -10272,8 +10272,8 @@ } ], "range": [ - 6205, - 6456 + 6210, + 6461 ], "loc": { "start": { @@ -10287,8 +10287,8 @@ } }, "range": [ - 6205, - 6457 + 6210, + 6462 ], "loc": { "start": { @@ -10305,8 +10305,8 @@ "type": "Line", "value": " emit column calculation result", "range": [ - 6155, - 6188 + 6160, + 6193 ], "loc": { "start": { @@ -10325,8 +10325,8 @@ "type": "Line", "value": " write result in expected DOM element", "range": [ - 6475, - 6514 + 6480, + 6519 ], "loc": { "start": { @@ -10351,8 +10351,8 @@ "object": { "type": "ThisExpression", "range": [ - 6531, - 6535 + 6536, + 6540 ], "loc": { "start": { @@ -10369,8 +10369,8 @@ "type": "Identifier", "name": "writeResult", "range": [ - 6536, - 6547 + 6541, + 6552 ], "loc": { "start": { @@ -10384,8 +10384,8 @@ } }, "range": [ - 6531, - 6547 + 6536, + 6552 ], "loc": { "start": { @@ -10403,8 +10403,8 @@ "type": "Identifier", "name": "result", "range": [ - 6569, - 6575 + 6574, + 6580 ], "loc": { "start": { @@ -10424,8 +10424,8 @@ "type": "Identifier", "name": "labels", "range": [ - 6597, - 6603 + 6602, + 6608 ], "loc": { "start": { @@ -10442,8 +10442,8 @@ "type": "Identifier", "name": "i", "range": [ - 6604, - 6605 + 6609, + 6610 ], "loc": { "start": { @@ -10457,8 +10457,8 @@ } }, "range": [ - 6597, - 6606 + 6602, + 6611 ], "loc": { "start": { @@ -10475,8 +10475,8 @@ "type": "Identifier", "name": "writeType", "range": [ - 6628, - 6637 + 6633, + 6642 ], "loc": { "start": { @@ -10496,8 +10496,8 @@ "type": "Identifier", "name": "precisions", "range": [ - 6659, - 6669 + 6664, + 6674 ], "loc": { "start": { @@ -10514,8 +10514,8 @@ "type": "Identifier", "name": "i", "range": [ - 6670, - 6671 + 6675, + 6676 ], "loc": { "start": { @@ -10529,8 +10529,8 @@ } }, "range": [ - 6659, - 6672 + 6664, + 6677 ], "loc": { "start": { @@ -10545,8 +10545,8 @@ } ], "range": [ - 6531, - 6690 + 6536, + 6695 ], "loc": { "start": { @@ -10560,8 +10560,8 @@ } }, "range": [ - 6531, - 6691 + 6536, + 6696 ], "loc": { "start": { @@ -10578,8 +10578,8 @@ "type": "Line", "value": " write result in expected DOM element", "range": [ - 6475, - 6514 + 6480, + 6519 ], "loc": { "start": { @@ -10596,13 +10596,13 @@ } ], "range": [ - 5723, - 6706 + 5728, + 6711 ], "loc": { "start": { "line": 192, - "column": 43 + "column": 42 }, "end": { "line": 225, @@ -10611,8 +10611,8 @@ } }, "range": [ - 5692, - 6706 + 5698, + 6711 ], "loc": { "start": { @@ -10629,8 +10629,8 @@ "type": "Line", "value": "for i", "range": [ - 6706, - 6713 + 6711, + 6718 ], "loc": { "start": { @@ -10647,8 +10647,8 @@ "type": "Line", "value": " row(s) with result are always visible", "range": [ - 6727, - 6767 + 6732, + 6772 ], "loc": { "start": { @@ -10672,8 +10672,8 @@ "type": "Identifier", "name": "totRow", "range": [ - 6784, - 6790 + 6789, + 6795 ], "loc": { "start": { @@ -10695,8 +10695,8 @@ "type": "Identifier", "name": "totRowIndexes", "range": [ - 6793, - 6806 + 6798, + 6811 ], "loc": { "start": { @@ -10716,8 +10716,8 @@ "type": "Identifier", "name": "totRowIndexes", "range": [ - 6810, - 6823 + 6815, + 6828 ], "loc": { "start": { @@ -10734,8 +10734,8 @@ "type": "Identifier", "name": "u", "range": [ - 6824, - 6825 + 6829, + 6830 ], "loc": { "start": { @@ -10749,8 +10749,8 @@ } }, "range": [ - 6810, - 6826 + 6815, + 6831 ], "loc": { "start": { @@ -10764,8 +10764,8 @@ } }, "range": [ - 6793, - 6826 + 6798, + 6831 ], "loc": { "start": { @@ -10785,8 +10785,8 @@ "type": "Identifier", "name": "rows", "range": [ - 6845, - 6849 + 6850, + 6854 ], "loc": { "start": { @@ -10806,8 +10806,8 @@ "type": "Identifier", "name": "totRowIndexes", "range": [ - 6850, - 6863 + 6855, + 6868 ], "loc": { "start": { @@ -10824,8 +10824,8 @@ "type": "Identifier", "name": "u", "range": [ - 6864, - 6865 + 6869, + 6870 ], "loc": { "start": { @@ -10839,8 +10839,8 @@ } }, "range": [ - 6850, - 6866 + 6855, + 6871 ], "loc": { "start": { @@ -10854,8 +10854,8 @@ } }, "range": [ - 6845, - 6867 + 6850, + 6872 ], "loc": { "start": { @@ -10873,8 +10873,8 @@ "value": null, "raw": "null", "range": [ - 6870, - 6874 + 6875, + 6879 ], "loc": { "start": { @@ -10888,8 +10888,8 @@ } }, "range": [ - 6793, - 6874 + 6798, + 6879 ], "loc": { "start": { @@ -10903,8 +10903,8 @@ } }, "range": [ - 6784, - 6874 + 6789, + 6879 ], "loc": { "start": { @@ -10920,8 +10920,8 @@ ], "kind": "let", "range": [ - 6780, - 6875 + 6785, + 6880 ], "loc": { "start": { @@ -10938,8 +10938,8 @@ "type": "Line", "value": "for i", "range": [ - 6706, - 6713 + 6711, + 6718 ], "loc": { "start": { @@ -10956,8 +10956,8 @@ "type": "Line", "value": " row(s) with result are always visible", "range": [ - 6727, - 6767 + 6732, + 6772 ], "loc": { "start": { @@ -10978,8 +10978,8 @@ "type": "Identifier", "name": "totRow", "range": [ - 6892, - 6898 + 6897, + 6903 ], "loc": { "start": { @@ -11010,8 +11010,8 @@ "type": "Identifier", "name": "totRow", "range": [ - 6918, - 6924 + 6923, + 6929 ], "loc": { "start": { @@ -11028,8 +11028,8 @@ "type": "Identifier", "name": "style", "range": [ - 6925, - 6930 + 6930, + 6935 ], "loc": { "start": { @@ -11043,8 +11043,8 @@ } }, "range": [ - 6918, - 6930 + 6923, + 6935 ], "loc": { "start": { @@ -11061,8 +11061,8 @@ "type": "Identifier", "name": "display", "range": [ - 6931, - 6938 + 6936, + 6943 ], "loc": { "start": { @@ -11076,8 +11076,8 @@ } }, "range": [ - 6918, - 6938 + 6923, + 6943 ], "loc": { "start": { @@ -11095,8 +11095,8 @@ "value": "", "raw": "''", "range": [ - 6941, - 6943 + 6946, + 6948 ], "loc": { "start": { @@ -11110,8 +11110,8 @@ } }, "range": [ - 6918, - 6943 + 6923, + 6948 ], "loc": { "start": { @@ -11125,8 +11125,8 @@ } }, "range": [ - 6918, - 6944 + 6923, + 6949 ], "loc": { "start": { @@ -11141,8 +11141,8 @@ } ], "range": [ - 6900, - 6958 + 6905, + 6963 ], "loc": { "start": { @@ -11157,8 +11157,8 @@ }, "alternate": null, "range": [ - 6888, - 6958 + 6893, + 6963 ], "loc": { "start": { @@ -11173,13 +11173,13 @@ } ], "range": [ - 4650, - 6968 + 4645, + 6973 ], "loc": { "start": { "line": 163, - "column": 42 + "column": 41 }, "end": { "line": 233, @@ -11188,8 +11188,8 @@ } }, "range": [ - 4616, - 6968 + 4612, + 6973 ], "loc": { "start": { @@ -11206,8 +11206,8 @@ "type": "Line", "value": "for u", "range": [ - 6968, - 6975 + 6973, + 6980 ], "loc": { "start": { @@ -11232,8 +11232,8 @@ "object": { "type": "ThisExpression", "range": [ - 6985, - 6989 + 6990, + 6994 ], "loc": { "start": { @@ -11250,8 +11250,8 @@ "type": "Identifier", "name": "onAfterOperation", "range": [ - 6990, - 7006 + 6995, + 7011 ], "loc": { "start": { @@ -11265,8 +11265,8 @@ } }, "range": [ - 6985, - 7006 + 6990, + 7011 ], "loc": { "start": { @@ -11284,8 +11284,8 @@ "type": "Identifier", "name": "tf", "range": [ - 7007, - 7009 + 7012, + 7014 ], "loc": { "start": { @@ -11301,8 +11301,8 @@ { "type": "ThisExpression", "range": [ - 7011, - 7015 + 7016, + 7020 ], "loc": { "start": { @@ -11317,8 +11317,8 @@ } ], "range": [ - 6985, - 7016 + 6990, + 7021 ], "loc": { "start": { @@ -11332,8 +11332,8 @@ } }, "range": [ - 6985, - 7017 + 6990, + 7022 ], "loc": { "start": { @@ -11350,8 +11350,8 @@ "type": "Line", "value": "for u", "range": [ - 6968, - 6975 + 6973, + 6980 ], "loc": { "start": { @@ -11379,8 +11379,8 @@ "object": { "type": "ThisExpression", "range": [ - 7026, - 7030 + 7031, + 7035 ], "loc": { "start": { @@ -11397,8 +11397,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 7031, - 7038 + 7036, + 7043 ], "loc": { "start": { @@ -11412,8 +11412,8 @@ } }, "range": [ - 7026, - 7038 + 7031, + 7043 ], "loc": { "start": { @@ -11430,8 +11430,8 @@ "type": "Identifier", "name": "emit", "range": [ - 7039, - 7043 + 7044, + 7048 ], "loc": { "start": { @@ -11445,8 +11445,8 @@ } }, "range": [ - 7026, - 7043 + 7031, + 7048 ], "loc": { "start": { @@ -11465,8 +11465,8 @@ "value": "after-column-operation", "raw": "'after-column-operation'", "range": [ - 7044, - 7068 + 7049, + 7073 ], "loc": { "start": { @@ -11483,8 +11483,8 @@ "type": "Identifier", "name": "tf", "range": [ - 7070, - 7072 + 7075, + 7077 ], "loc": { "start": { @@ -11500,8 +11500,8 @@ { "type": "ThisExpression", "range": [ - 7074, - 7078 + 7079, + 7083 ], "loc": { "start": { @@ -11516,8 +11516,8 @@ } ], "range": [ - 7026, - 7079 + 7031, + 7084 ], "loc": { "start": { @@ -11531,8 +11531,8 @@ } }, "range": [ - 7026, - 7080 + 7031, + 7085 ], "loc": { "start": { @@ -11548,7 +11548,7 @@ ], "range": [ 3727, - 7086 + 7091 ], "loc": { "start": { @@ -11565,7 +11565,7 @@ "expression": false, "range": [ 3724, - 7086 + 7091 ], "loc": { "start": { @@ -11582,7 +11582,7 @@ "computed": false, "range": [ 3717, - 7086 + 7091 ], "loc": { "start": { @@ -11619,8 +11619,8 @@ "type": "Block", "value": "*\n * Make desired calculation on specified column.\n * @param {Number} colIndex Column index\n * @param {String} [operation=SUM] Operation type\n * @param {Number} precision Decimal precision\n * @returns {Number}\n ", "range": [ - 7092, - 7331 + 7097, + 7336 ], "loc": { "start": { @@ -11642,8 +11642,8 @@ "type": "Identifier", "name": "columnCalc", "range": [ - 7336, - 7346 + 7341, + 7351 ], "loc": { "start": { @@ -11664,8 +11664,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 7347, - 7355 + 7352, + 7360 ], "loc": { "start": { @@ -11684,8 +11684,8 @@ "type": "Identifier", "name": "operation", "range": [ - 7357, - 7366 + 7362, + 7371 ], "loc": { "start": { @@ -11702,8 +11702,8 @@ "type": "Identifier", "name": "SUM", "range": [ - 7369, - 7372 + 7374, + 7377 ], "loc": { "start": { @@ -11717,8 +11717,8 @@ } }, "range": [ - 7357, - 7372 + 7362, + 7377 ], "loc": { "start": { @@ -11735,8 +11735,8 @@ "type": "Identifier", "name": "precision", "range": [ - 7374, - 7383 + 7379, + 7388 ], "loc": { "start": { @@ -11762,8 +11762,8 @@ "type": "Identifier", "name": "excludeRows", "range": [ - 7399, - 7410 + 7404, + 7415 ], "loc": { "start": { @@ -11785,8 +11785,8 @@ "object": { "type": "ThisExpression", "range": [ - 7413, - 7417 + 7418, + 7422 ], "loc": { "start": { @@ -11803,8 +11803,8 @@ "type": "Identifier", "name": "excludeRows", "range": [ - 7418, - 7429 + 7423, + 7434 ], "loc": { "start": { @@ -11818,8 +11818,8 @@ } }, "range": [ - 7413, - 7429 + 7418, + 7434 ], "loc": { "start": { @@ -11836,8 +11836,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 7433, - 7435 + 7438, + 7440 ], "loc": { "start": { @@ -11851,8 +11851,8 @@ } }, "range": [ - 7413, - 7435 + 7418, + 7440 ], "loc": { "start": { @@ -11866,8 +11866,8 @@ } }, "range": [ - 7399, - 7435 + 7404, + 7440 ], "loc": { "start": { @@ -11883,8 +11883,8 @@ ], "kind": "let", "range": [ - 7395, - 7436 + 7400, + 7441 ], "loc": { "start": { @@ -11906,8 +11906,8 @@ "type": "Identifier", "name": "colValues", "range": [ - 7449, - 7458 + 7454, + 7463 ], "loc": { "start": { @@ -11931,8 +11931,8 @@ "object": { "type": "ThisExpression", "range": [ - 7473, - 7477 + 7478, + 7482 ], "loc": { "start": { @@ -11949,8 +11949,8 @@ "type": "Identifier", "name": "tf", "range": [ - 7478, - 7480 + 7483, + 7485 ], "loc": { "start": { @@ -11964,8 +11964,8 @@ } }, "range": [ - 7473, - 7480 + 7478, + 7485 ], "loc": { "start": { @@ -11982,8 +11982,8 @@ "type": "Identifier", "name": "getFilteredDataCol", "range": [ - 7481, - 7499 + 7486, + 7504 ], "loc": { "start": { @@ -11997,8 +11997,8 @@ } }, "range": [ - 7473, - 7499 + 7478, + 7504 ], "loc": { "start": { @@ -12016,8 +12016,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 7500, - 7508 + 7505, + 7513 ], "loc": { "start": { @@ -12035,8 +12035,8 @@ "value": false, "raw": "false", "range": [ - 7510, - 7515 + 7515, + 7520 ], "loc": { "start": { @@ -12054,8 +12054,8 @@ "value": true, "raw": "true", "range": [ - 7517, - 7521 + 7522, + 7526 ], "loc": { "start": { @@ -12072,8 +12072,8 @@ "type": "Identifier", "name": "excludeRows", "range": [ - 7523, - 7534 + 7528, + 7539 ], "loc": { "start": { @@ -12088,8 +12088,8 @@ } ], "range": [ - 7473, - 7535 + 7478, + 7540 ], "loc": { "start": { @@ -12103,8 +12103,8 @@ } }, "range": [ - 7449, - 7535 + 7454, + 7540 ], "loc": { "start": { @@ -12120,8 +12120,8 @@ ], "kind": "let", "range": [ - 7445, - 7536 + 7450, + 7541 ], "loc": { "start": { @@ -12139,148 +12139,185 @@ "argument": { "type": "CallExpression", "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 7553, - 7557 - ], - "loc": { - "start": { - "line": 251, - "column": 15 - }, - "end": { - "line": 251, - "column": 19 - } - } - }, - "property": { - "type": "Identifier", - "name": "calc", - "range": [ - 7558, - 7562 - ], - "loc": { - "start": { - "line": 251, - "column": 20 - }, - "end": { - "line": 251, - "column": 24 - } - } - }, + "type": "Identifier", + "name": "Number", "range": [ - 7553, - 7562 + 7557, + 7563 ], "loc": { "start": { - "line": 251, + "line": 250, "column": 15 }, "end": { - "line": 251, - "column": 24 + "line": 250, + "column": 21 } } }, "arguments": [ { - "type": "Identifier", - "name": "colValues", - "range": [ - 7563, - 7572 - ], - "loc": { - "start": { - "line": 251, - "column": 25 + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 7564, + 7568 + ], + "loc": { + "start": { + "line": 250, + "column": 22 + }, + "end": { + "line": 250, + "column": 26 + } + } }, - "end": { - "line": 251, - "column": 34 + "property": { + "type": "Identifier", + "name": "calc", + "range": [ + 7569, + 7573 + ], + "loc": { + "start": { + "line": 250, + "column": 27 + }, + "end": { + "line": 250, + "column": 31 + } + } + }, + "range": [ + 7564, + 7573 + ], + "loc": { + "start": { + "line": 250, + "column": 22 + }, + "end": { + "line": 250, + "column": 31 + } } - } - }, - { - "type": "Identifier", - "name": "operation", - "range": [ - 7574, - 7583 - ], - "loc": { - "start": { - "line": 251, - "column": 36 + }, + "arguments": [ + { + "type": "Identifier", + "name": "colValues", + "range": [ + 7574, + 7583 + ], + "loc": { + "start": { + "line": 250, + "column": 32 + }, + "end": { + "line": 250, + "column": 41 + } + } }, - "end": { - "line": 251, - "column": 45 + { + "type": "Identifier", + "name": "operation", + "range": [ + 7585, + 7594 + ], + "loc": { + "start": { + "line": 250, + "column": 43 + }, + "end": { + "line": 250, + "column": 52 + } + } + }, + { + "type": "Identifier", + "name": "precision", + "range": [ + 7596, + 7605 + ], + "loc": { + "start": { + "line": 250, + "column": 54 + }, + "end": { + "line": 250, + "column": 63 + } + } } - } - }, - { - "type": "Identifier", - "name": "precision", + ], "range": [ - 7585, - 7594 + 7564, + 7606 ], "loc": { "start": { - "line": 251, - "column": 47 + "line": 250, + "column": 22 }, "end": { - "line": 251, - "column": 56 + "line": 250, + "column": 64 } } } ], "range": [ - 7553, - 7595 + 7557, + 7607 ], "loc": { "start": { - "line": 251, + "line": 250, "column": 15 }, "end": { - "line": 251, - "column": 57 + "line": 250, + "column": 65 } } }, "range": [ - 7546, - 7596 + 7550, + 7608 ], "loc": { "start": { - "line": 251, + "line": 250, "column": 8 }, "end": { - "line": 251, - "column": 58 + "line": 250, + "column": 66 } } } ], "range": [ - 7385, - 7602 + 7390, + 7614 ], "loc": { "start": { @@ -12288,7 +12325,7 @@ "column": 53 }, "end": { - "line": 252, + "line": 251, "column": 5 } } @@ -12296,8 +12333,8 @@ "generator": false, "expression": false, "range": [ - 7346, - 7602 + 7351, + 7614 ], "loc": { "start": { @@ -12305,7 +12342,7 @@ "column": 14 }, "end": { - "line": 252, + "line": 251, "column": 5 } } @@ -12313,8 +12350,8 @@ "kind": "method", "computed": false, "range": [ - 7336, - 7602 + 7341, + 7614 ], "loc": { "start": { @@ -12322,7 +12359,7 @@ "column": 4 }, "end": { - "line": 252, + "line": 251, "column": 5 } }, @@ -12331,8 +12368,8 @@ "type": "Block", "value": "*\n * Make desired calculation on specified column.\n * @param {Number} colIndex Column index\n * @param {String} [operation=SUM] Operation type\n * @param {Number} precision Decimal precision\n * @returns {Number}\n ", "range": [ - 7092, - 7331 + 7097, + 7336 ], "loc": { "start": { @@ -12351,16 +12388,16 @@ "type": "Block", "value": "*\n * Make calculation on passed values.\n * @param {Array} values List of values\n * @param {String} [operation=SUM] Optional operation type\n * @param {Number} precision Optional result precision\n * @returns {Number}\n * @private\n ", "range": [ - 7608, - 7868 + 7620, + 7880 ], "loc": { "start": { - "line": 254, + "line": 253, "column": 4 }, "end": { - "line": 261, + "line": 260, "column": 7 } } @@ -12374,16 +12411,16 @@ "type": "Identifier", "name": "calc", "range": [ - 7873, - 7877 + 7885, + 7889 ], "loc": { "start": { - "line": 262, + "line": 261, "column": 4 }, "end": { - "line": 262, + "line": 261, "column": 8 } } @@ -12396,16 +12433,16 @@ "type": "Identifier", "name": "colValues", "range": [ - 7878, - 7887 + 7890, + 7899 ], "loc": { "start": { - "line": 262, + "line": 261, "column": 9 }, "end": { - "line": 262, + "line": 261, "column": 18 } } @@ -12416,16 +12453,16 @@ "type": "Identifier", "name": "operation", "range": [ - 7889, - 7898 + 7901, + 7910 ], "loc": { "start": { - "line": 262, + "line": 261, "column": 20 }, "end": { - "line": 262, + "line": 261, "column": 29 } } @@ -12434,31 +12471,31 @@ "type": "Identifier", "name": "SUM", "range": [ - 7901, - 7904 + 7913, + 7916 ], "loc": { "start": { - "line": 262, + "line": 261, "column": 32 }, "end": { - "line": 262, + "line": 261, "column": 35 } } }, "range": [ - 7889, - 7904 + 7901, + 7916 ], "loc": { "start": { - "line": 262, + "line": 261, "column": 20 }, "end": { - "line": 262, + "line": 261, "column": 35 } } @@ -12467,16 +12504,16 @@ "type": "Identifier", "name": "precision", "range": [ - 7906, - 7915 + 7918, + 7927 ], "loc": { "start": { - "line": 262, + "line": 261, "column": 37 }, "end": { - "line": 262, + "line": 261, "column": 46 } } @@ -12494,16 +12531,16 @@ "type": "Identifier", "name": "result", "range": [ - 7931, - 7937 + 7943, + 7949 ], "loc": { "start": { - "line": 263, + "line": 262, "column": 12 }, "end": { - "line": 263, + "line": 262, "column": 18 } } @@ -12513,31 +12550,31 @@ "value": 0, "raw": "0", "range": [ - 7940, - 7941 + 7952, + 7953 ], "loc": { "start": { - "line": 263, + "line": 262, "column": 21 }, "end": { - "line": 263, + "line": 262, "column": 22 } } }, "range": [ - 7931, - 7941 + 7943, + 7953 ], "loc": { "start": { - "line": 263, + "line": 262, "column": 12 }, "end": { - "line": 263, + "line": 262, "column": 22 } } @@ -12545,16 +12582,16 @@ ], "kind": "let", "range": [ - 7927, - 7942 + 7939, + 7954 ], "loc": { "start": { - "line": 263, + "line": 262, "column": 8 }, "end": { - "line": 263, + "line": 262, "column": 23 } } @@ -12574,16 +12611,16 @@ "type": "Identifier", "name": "operation", "range": [ - 7956, - 7965 + 7968, + 7977 ], "loc": { "start": { - "line": 265, + "line": 264, "column": 12 }, "end": { - "line": 265, + "line": 264, "column": 21 } } @@ -12592,31 +12629,31 @@ "type": "Identifier", "name": "Q1", "range": [ - 7970, - 7972 + 7982, + 7984 ], "loc": { "start": { - "line": 265, + "line": 264, "column": 26 }, "end": { - "line": 265, + "line": 264, "column": 28 } } }, "range": [ - 7956, - 7972 + 7968, + 7984 ], "loc": { "start": { - "line": 265, + "line": 264, "column": 12 }, "end": { - "line": 265, + "line": 264, "column": 28 } } @@ -12628,16 +12665,16 @@ "type": "Identifier", "name": "operation", "range": [ - 7976, - 7985 + 7988, + 7997 ], "loc": { "start": { - "line": 265, + "line": 264, "column": 32 }, "end": { - "line": 265, + "line": 264, "column": 41 } } @@ -12646,46 +12683,46 @@ "type": "Identifier", "name": "Q3", "range": [ - 7990, - 7992 + 8002, + 8004 ], "loc": { "start": { - "line": 265, + "line": 264, "column": 46 }, "end": { - "line": 265, + "line": 264, "column": 48 } } }, "range": [ - 7976, - 7992 + 7988, + 8004 ], "loc": { "start": { - "line": 265, + "line": 264, "column": 32 }, "end": { - "line": 265, + "line": 264, "column": 48 } } }, "range": [ - 7956, - 7992 + 7968, + 8004 ], "loc": { "start": { - "line": 265, + "line": 264, "column": 12 }, "end": { - "line": 265, + "line": 264, "column": 48 } } @@ -12697,16 +12734,16 @@ "type": "Identifier", "name": "operation", "range": [ - 7996, - 8005 + 8008, + 8017 ], "loc": { "start": { - "line": 265, + "line": 264, "column": 52 }, "end": { - "line": 265, + "line": 264, "column": 61 } } @@ -12715,46 +12752,46 @@ "type": "Identifier", "name": "MEDIAN", "range": [ - 8010, - 8016 + 8022, + 8028 ], "loc": { "start": { - "line": 265, + "line": 264, "column": 66 }, "end": { - "line": 265, + "line": 264, "column": 72 } } }, "range": [ - 7996, - 8016 + 8008, + 8028 ], "loc": { "start": { - "line": 265, + "line": 264, "column": 52 }, "end": { - "line": 265, + "line": 264, "column": 72 } } }, "range": [ - 7956, - 8016 + 7968, + 8028 ], "loc": { "start": { - "line": 265, + "line": 264, "column": 12 }, "end": { - "line": 265, + "line": 264, "column": 72 } } @@ -12771,16 +12808,16 @@ "type": "Identifier", "name": "colValues", "range": [ - 8032, - 8041 + 8044, + 8053 ], "loc": { "start": { - "line": 266, + "line": 265, "column": 12 }, "end": { - "line": 266, + "line": 265, "column": 21 } } @@ -12793,16 +12830,16 @@ "object": { "type": "ThisExpression", "range": [ - 8044, - 8048 + 8056, + 8060 ], "loc": { "start": { - "line": 266, + "line": 265, "column": 24 }, "end": { - "line": 266, + "line": 265, "column": 28 } } @@ -12811,31 +12848,31 @@ "type": "Identifier", "name": "sortColumnValues", "range": [ - 8049, - 8065 + 8061, + 8077 ], "loc": { "start": { - "line": 266, + "line": 265, "column": 29 }, "end": { - "line": 266, + "line": 265, "column": 45 } } }, "range": [ - 8044, - 8065 + 8056, + 8077 ], "loc": { "start": { - "line": 266, + "line": 265, "column": 24 }, "end": { - "line": 266, + "line": 265, "column": 45 } } @@ -12845,16 +12882,16 @@ "type": "Identifier", "name": "colValues", "range": [ - 8066, - 8075 + 8078, + 8087 ], "loc": { "start": { - "line": 266, + "line": 265, "column": 46 }, "end": { - "line": 266, + "line": 265, "column": 55 } } @@ -12863,94 +12900,94 @@ "type": "Identifier", "name": "numSortAsc", "range": [ - 8077, - 8087 + 8089, + 8099 ], "loc": { "start": { - "line": 266, + "line": 265, "column": 57 }, "end": { - "line": 266, + "line": 265, "column": 67 } } } ], "range": [ - 8044, - 8088 + 8056, + 8100 ], "loc": { "start": { - "line": 266, + "line": 265, "column": 24 }, "end": { - "line": 266, + "line": 265, "column": 68 } } }, "range": [ - 8032, - 8088 + 8044, + 8100 ], "loc": { "start": { - "line": 266, + "line": 265, "column": 12 }, "end": { - "line": 266, + "line": 265, "column": 68 } } }, "range": [ - 8032, - 8089 + 8044, + 8101 ], "loc": { "start": { - "line": 266, + "line": 265, "column": 12 }, "end": { - "line": 266, + "line": 265, "column": 69 } } } ], "range": [ - 8018, - 8099 + 8030, + 8111 ], "loc": { "start": { - "line": 265, + "line": 264, "column": 74 }, "end": { - "line": 267, + "line": 266, "column": 9 } } }, "alternate": null, "range": [ - 7952, - 8099 + 7964, + 8111 ], "loc": { "start": { - "line": 265, + "line": 264, "column": 8 }, "end": { - "line": 267, + "line": 266, "column": 9 } } @@ -12961,16 +12998,16 @@ "type": "Identifier", "name": "operation", "range": [ - 8117, - 8126 + 8129, + 8138 ], "loc": { "start": { - "line": 269, + "line": 268, "column": 16 }, "end": { - "line": 269, + "line": 268, "column": 25 } } @@ -12982,16 +13019,16 @@ "type": "Identifier", "name": "MEAN", "range": [ - 8147, - 8151 + 8159, + 8163 ], "loc": { "start": { - "line": 270, + "line": 269, "column": 17 }, "end": { - "line": 270, + "line": 269, "column": 21 } } @@ -13006,16 +13043,16 @@ "type": "Identifier", "name": "result", "range": [ - 8169, - 8175 + 8181, + 8187 ], "loc": { "start": { - "line": 271, + "line": 270, "column": 16 }, "end": { - "line": 271, + "line": 270, "column": 22 } } @@ -13028,16 +13065,16 @@ "object": { "type": "ThisExpression", "range": [ - 8178, - 8182 + 8190, + 8194 ], "loc": { "start": { - "line": 271, + "line": 270, "column": 25 }, "end": { - "line": 271, + "line": 270, "column": 29 } } @@ -13046,31 +13083,31 @@ "type": "Identifier", "name": "calcMean", "range": [ - 8183, - 8191 + 8195, + 8203 ], "loc": { "start": { - "line": 271, + "line": 270, "column": 30 }, "end": { - "line": 271, + "line": 270, "column": 38 } } }, "range": [ - 8178, - 8191 + 8190, + 8203 ], "loc": { "start": { - "line": 271, + "line": 270, "column": 25 }, "end": { - "line": 271, + "line": 270, "column": 38 } } @@ -13080,62 +13117,62 @@ "type": "Identifier", "name": "colValues", "range": [ - 8192, - 8201 + 8204, + 8213 ], "loc": { "start": { - "line": 271, + "line": 270, "column": 39 }, "end": { - "line": 271, + "line": 270, "column": 48 } } } ], "range": [ - 8178, - 8202 + 8190, + 8214 ], "loc": { "start": { - "line": 271, + "line": 270, "column": 25 }, "end": { - "line": 271, + "line": 270, "column": 49 } } }, "range": [ - 8169, - 8202 + 8181, + 8214 ], "loc": { "start": { - "line": 271, + "line": 270, "column": 16 }, "end": { - "line": 271, + "line": 270, "column": 49 } } }, "range": [ - 8169, - 8203 + 8181, + 8215 ], "loc": { "start": { - "line": 271, + "line": 270, "column": 16 }, "end": { - "line": 271, + "line": 270, "column": 50 } } @@ -13144,32 +13181,32 @@ "type": "BreakStatement", "label": null, "range": [ - 8220, - 8226 + 8232, + 8238 ], "loc": { "start": { - "line": 272, + "line": 271, "column": 16 }, "end": { - "line": 272, + "line": 271, "column": 22 } } } ], "range": [ - 8142, - 8226 + 8154, + 8238 ], "loc": { "start": { - "line": 270, + "line": 269, "column": 12 }, "end": { - "line": 272, + "line": 271, "column": 22 } } @@ -13180,16 +13217,16 @@ "type": "Identifier", "name": "SUM", "range": [ - 8244, - 8247 + 8256, + 8259 ], "loc": { "start": { - "line": 273, + "line": 272, "column": 17 }, "end": { - "line": 273, + "line": 272, "column": 20 } } @@ -13204,16 +13241,16 @@ "type": "Identifier", "name": "result", "range": [ - 8265, - 8271 + 8277, + 8283 ], "loc": { "start": { - "line": 274, + "line": 273, "column": 16 }, "end": { - "line": 274, + "line": 273, "column": 22 } } @@ -13226,16 +13263,16 @@ "object": { "type": "ThisExpression", "range": [ - 8274, - 8278 + 8286, + 8290 ], "loc": { "start": { - "line": 274, + "line": 273, "column": 25 }, "end": { - "line": 274, + "line": 273, "column": 29 } } @@ -13244,31 +13281,31 @@ "type": "Identifier", "name": "calcSum", "range": [ - 8279, - 8286 + 8291, + 8298 ], "loc": { "start": { - "line": 274, + "line": 273, "column": 30 }, "end": { - "line": 274, + "line": 273, "column": 37 } } }, "range": [ - 8274, - 8286 + 8286, + 8298 ], "loc": { "start": { - "line": 274, + "line": 273, "column": 25 }, "end": { - "line": 274, + "line": 273, "column": 37 } } @@ -13278,62 +13315,62 @@ "type": "Identifier", "name": "colValues", "range": [ - 8287, - 8296 + 8299, + 8308 ], "loc": { "start": { - "line": 274, + "line": 273, "column": 38 }, "end": { - "line": 274, + "line": 273, "column": 47 } } } ], "range": [ - 8274, - 8297 + 8286, + 8309 ], "loc": { "start": { - "line": 274, + "line": 273, "column": 25 }, "end": { - "line": 274, + "line": 273, "column": 48 } } }, "range": [ - 8265, - 8297 + 8277, + 8309 ], "loc": { "start": { - "line": 274, + "line": 273, "column": 16 }, "end": { - "line": 274, + "line": 273, "column": 48 } } }, "range": [ - 8265, - 8298 + 8277, + 8310 ], "loc": { "start": { - "line": 274, + "line": 273, "column": 16 }, "end": { - "line": 274, + "line": 273, "column": 49 } } @@ -13342,32 +13379,32 @@ "type": "BreakStatement", "label": null, "range": [ - 8315, - 8321 + 8327, + 8333 ], "loc": { "start": { - "line": 275, + "line": 274, "column": 16 }, "end": { - "line": 275, + "line": 274, "column": 22 } } } ], "range": [ - 8239, - 8321 + 8251, + 8333 ], "loc": { "start": { - "line": 273, + "line": 272, "column": 12 }, "end": { - "line": 275, + "line": 274, "column": 22 } } @@ -13378,16 +13415,16 @@ "type": "Identifier", "name": "MIN", "range": [ - 8339, - 8342 + 8351, + 8354 ], "loc": { "start": { - "line": 276, + "line": 275, "column": 17 }, "end": { - "line": 276, + "line": 275, "column": 20 } } @@ -13402,16 +13439,16 @@ "type": "Identifier", "name": "result", "range": [ - 8360, - 8366 + 8372, + 8378 ], "loc": { "start": { - "line": 277, + "line": 276, "column": 16 }, "end": { - "line": 277, + "line": 276, "column": 22 } } @@ -13424,16 +13461,16 @@ "object": { "type": "ThisExpression", "range": [ - 8369, - 8373 + 8381, + 8385 ], "loc": { "start": { - "line": 277, + "line": 276, "column": 25 }, "end": { - "line": 277, + "line": 276, "column": 29 } } @@ -13442,31 +13479,31 @@ "type": "Identifier", "name": "calcMin", "range": [ - 8374, - 8381 + 8386, + 8393 ], "loc": { "start": { - "line": 277, + "line": 276, "column": 30 }, "end": { - "line": 277, + "line": 276, "column": 37 } } }, "range": [ - 8369, - 8381 + 8381, + 8393 ], "loc": { "start": { - "line": 277, + "line": 276, "column": 25 }, "end": { - "line": 277, + "line": 276, "column": 37 } } @@ -13476,62 +13513,62 @@ "type": "Identifier", "name": "colValues", "range": [ - 8382, - 8391 + 8394, + 8403 ], "loc": { "start": { - "line": 277, + "line": 276, "column": 38 }, "end": { - "line": 277, + "line": 276, "column": 47 } } } ], "range": [ - 8369, - 8392 + 8381, + 8404 ], "loc": { "start": { - "line": 277, + "line": 276, "column": 25 }, "end": { - "line": 277, + "line": 276, "column": 48 } } }, "range": [ - 8360, - 8392 + 8372, + 8404 ], "loc": { "start": { - "line": 277, + "line": 276, "column": 16 }, "end": { - "line": 277, + "line": 276, "column": 48 } } }, "range": [ - 8360, - 8393 + 8372, + 8405 ], "loc": { "start": { - "line": 277, + "line": 276, "column": 16 }, "end": { - "line": 277, + "line": 276, "column": 49 } } @@ -13540,32 +13577,32 @@ "type": "BreakStatement", "label": null, "range": [ - 8410, - 8416 + 8422, + 8428 ], "loc": { "start": { - "line": 278, + "line": 277, "column": 16 }, "end": { - "line": 278, + "line": 277, "column": 22 } } } ], "range": [ - 8334, - 8416 + 8346, + 8428 ], "loc": { "start": { - "line": 276, + "line": 275, "column": 12 }, "end": { - "line": 278, + "line": 277, "column": 22 } } @@ -13576,16 +13613,16 @@ "type": "Identifier", "name": "MAX", "range": [ - 8434, - 8437 + 8446, + 8449 ], "loc": { "start": { - "line": 279, + "line": 278, "column": 17 }, "end": { - "line": 279, + "line": 278, "column": 20 } } @@ -13600,16 +13637,16 @@ "type": "Identifier", "name": "result", "range": [ - 8455, - 8461 + 8467, + 8473 ], "loc": { "start": { - "line": 280, + "line": 279, "column": 16 }, "end": { - "line": 280, + "line": 279, "column": 22 } } @@ -13622,16 +13659,16 @@ "object": { "type": "ThisExpression", "range": [ - 8464, - 8468 + 8476, + 8480 ], "loc": { "start": { - "line": 280, + "line": 279, "column": 25 }, "end": { - "line": 280, + "line": 279, "column": 29 } } @@ -13640,31 +13677,31 @@ "type": "Identifier", "name": "calcMax", "range": [ - 8469, - 8476 + 8481, + 8488 ], "loc": { "start": { - "line": 280, + "line": 279, "column": 30 }, "end": { - "line": 280, + "line": 279, "column": 37 } } }, "range": [ - 8464, - 8476 + 8476, + 8488 ], "loc": { "start": { - "line": 280, + "line": 279, "column": 25 }, "end": { - "line": 280, + "line": 279, "column": 37 } } @@ -13674,62 +13711,62 @@ "type": "Identifier", "name": "colValues", "range": [ - 8477, - 8486 + 8489, + 8498 ], "loc": { "start": { - "line": 280, + "line": 279, "column": 38 }, "end": { - "line": 280, + "line": 279, "column": 47 } } } ], "range": [ - 8464, - 8487 + 8476, + 8499 ], "loc": { "start": { - "line": 280, + "line": 279, "column": 25 }, "end": { - "line": 280, + "line": 279, "column": 48 } } }, "range": [ - 8455, - 8487 + 8467, + 8499 ], "loc": { "start": { - "line": 280, + "line": 279, "column": 16 }, "end": { - "line": 280, + "line": 279, "column": 48 } } }, "range": [ - 8455, - 8488 + 8467, + 8500 ], "loc": { "start": { - "line": 280, + "line": 279, "column": 16 }, "end": { - "line": 280, + "line": 279, "column": 49 } } @@ -13738,32 +13775,32 @@ "type": "BreakStatement", "label": null, "range": [ - 8505, - 8511 + 8517, + 8523 ], "loc": { "start": { - "line": 281, + "line": 280, "column": 16 }, "end": { - "line": 281, + "line": 280, "column": 22 } } } ], "range": [ - 8429, - 8511 + 8441, + 8523 ], "loc": { "start": { - "line": 279, + "line": 278, "column": 12 }, "end": { - "line": 281, + "line": 280, "column": 22 } } @@ -13774,16 +13811,16 @@ "type": "Identifier", "name": "MEDIAN", "range": [ - 8529, - 8535 + 8541, + 8547 ], "loc": { "start": { - "line": 282, + "line": 281, "column": 17 }, "end": { - "line": 282, + "line": 281, "column": 23 } } @@ -13798,16 +13835,16 @@ "type": "Identifier", "name": "result", "range": [ - 8553, - 8559 + 8565, + 8571 ], "loc": { "start": { - "line": 283, + "line": 282, "column": 16 }, "end": { - "line": 283, + "line": 282, "column": 22 } } @@ -13820,16 +13857,16 @@ "object": { "type": "ThisExpression", "range": [ - 8562, - 8566 + 8574, + 8578 ], "loc": { "start": { - "line": 283, + "line": 282, "column": 25 }, "end": { - "line": 283, + "line": 282, "column": 29 } } @@ -13838,31 +13875,31 @@ "type": "Identifier", "name": "calcMedian", "range": [ - 8567, - 8577 + 8579, + 8589 ], "loc": { "start": { - "line": 283, + "line": 282, "column": 30 }, "end": { - "line": 283, + "line": 282, "column": 40 } } }, "range": [ - 8562, - 8577 + 8574, + 8589 ], "loc": { "start": { - "line": 283, + "line": 282, "column": 25 }, "end": { - "line": 283, + "line": 282, "column": 40 } } @@ -13872,62 +13909,62 @@ "type": "Identifier", "name": "colValues", "range": [ - 8578, - 8587 + 8590, + 8599 ], "loc": { "start": { - "line": 283, + "line": 282, "column": 41 }, "end": { - "line": 283, + "line": 282, "column": 50 } } } ], "range": [ - 8562, - 8588 + 8574, + 8600 ], "loc": { "start": { - "line": 283, + "line": 282, "column": 25 }, "end": { - "line": 283, + "line": 282, "column": 51 } } }, "range": [ - 8553, - 8588 + 8565, + 8600 ], "loc": { "start": { - "line": 283, + "line": 282, "column": 16 }, "end": { - "line": 283, + "line": 282, "column": 51 } } }, "range": [ - 8553, - 8589 + 8565, + 8601 ], "loc": { "start": { - "line": 283, + "line": 282, "column": 16 }, "end": { - "line": 283, + "line": 282, "column": 52 } } @@ -13936,32 +13973,32 @@ "type": "BreakStatement", "label": null, "range": [ - 8606, - 8612 + 8618, + 8624 ], "loc": { "start": { - "line": 284, + "line": 283, "column": 16 }, "end": { - "line": 284, + "line": 283, "column": 22 } } } ], "range": [ - 8524, - 8612 + 8536, + 8624 ], "loc": { "start": { - "line": 282, + "line": 281, "column": 12 }, "end": { - "line": 284, + "line": 283, "column": 22 } } @@ -13972,16 +14009,16 @@ "type": "Identifier", "name": "Q1", "range": [ - 8630, - 8632 + 8642, + 8644 ], "loc": { "start": { - "line": 285, + "line": 284, "column": 17 }, "end": { - "line": 285, + "line": 284, "column": 19 } } @@ -13996,16 +14033,16 @@ "type": "Identifier", "name": "result", "range": [ - 8650, - 8656 + 8662, + 8668 ], "loc": { "start": { - "line": 286, + "line": 285, "column": 16 }, "end": { - "line": 286, + "line": 285, "column": 22 } } @@ -14018,16 +14055,16 @@ "object": { "type": "ThisExpression", "range": [ - 8659, - 8663 + 8671, + 8675 ], "loc": { "start": { - "line": 286, + "line": 285, "column": 25 }, "end": { - "line": 286, + "line": 285, "column": 29 } } @@ -14036,31 +14073,31 @@ "type": "Identifier", "name": "calcQ1", "range": [ - 8664, - 8670 + 8676, + 8682 ], "loc": { "start": { - "line": 286, + "line": 285, "column": 30 }, "end": { - "line": 286, + "line": 285, "column": 36 } } }, "range": [ - 8659, - 8670 + 8671, + 8682 ], "loc": { "start": { - "line": 286, + "line": 285, "column": 25 }, "end": { - "line": 286, + "line": 285, "column": 36 } } @@ -14070,62 +14107,62 @@ "type": "Identifier", "name": "colValues", "range": [ - 8671, - 8680 + 8683, + 8692 ], "loc": { "start": { - "line": 286, + "line": 285, "column": 37 }, "end": { - "line": 286, + "line": 285, "column": 46 } } } ], "range": [ - 8659, - 8681 + 8671, + 8693 ], "loc": { "start": { - "line": 286, + "line": 285, "column": 25 }, "end": { - "line": 286, + "line": 285, "column": 47 } } }, "range": [ - 8650, - 8681 + 8662, + 8693 ], "loc": { "start": { - "line": 286, + "line": 285, "column": 16 }, "end": { - "line": 286, + "line": 285, "column": 47 } } }, "range": [ - 8650, - 8682 + 8662, + 8694 ], "loc": { "start": { - "line": 286, + "line": 285, "column": 16 }, "end": { - "line": 286, + "line": 285, "column": 48 } } @@ -14134,32 +14171,32 @@ "type": "BreakStatement", "label": null, "range": [ - 8699, - 8705 + 8711, + 8717 ], "loc": { "start": { - "line": 287, + "line": 286, "column": 16 }, "end": { - "line": 287, + "line": 286, "column": 22 } } } ], "range": [ - 8625, - 8705 + 8637, + 8717 ], "loc": { "start": { - "line": 285, + "line": 284, "column": 12 }, "end": { - "line": 287, + "line": 286, "column": 22 } } @@ -14170,16 +14207,16 @@ "type": "Identifier", "name": "Q3", "range": [ - 8723, - 8725 + 8735, + 8737 ], "loc": { "start": { - "line": 288, + "line": 287, "column": 17 }, "end": { - "line": 288, + "line": 287, "column": 19 } } @@ -14194,16 +14231,16 @@ "type": "Identifier", "name": "result", "range": [ - 8743, - 8749 + 8755, + 8761 ], "loc": { "start": { - "line": 289, + "line": 288, "column": 16 }, "end": { - "line": 289, + "line": 288, "column": 22 } } @@ -14216,16 +14253,16 @@ "object": { "type": "ThisExpression", "range": [ - 8752, - 8756 + 8764, + 8768 ], "loc": { "start": { - "line": 289, + "line": 288, "column": 25 }, "end": { - "line": 289, + "line": 288, "column": 29 } } @@ -14234,31 +14271,31 @@ "type": "Identifier", "name": "calcQ3", "range": [ - 8757, - 8763 + 8769, + 8775 ], "loc": { "start": { - "line": 289, + "line": 288, "column": 30 }, "end": { - "line": 289, + "line": 288, "column": 36 } } }, "range": [ - 8752, - 8763 + 8764, + 8775 ], "loc": { "start": { - "line": 289, + "line": 288, "column": 25 }, "end": { - "line": 289, + "line": 288, "column": 36 } } @@ -14268,62 +14305,62 @@ "type": "Identifier", "name": "colValues", "range": [ - 8764, - 8773 + 8776, + 8785 ], "loc": { "start": { - "line": 289, + "line": 288, "column": 37 }, "end": { - "line": 289, + "line": 288, "column": 46 } } } ], "range": [ - 8752, - 8774 + 8764, + 8786 ], "loc": { "start": { - "line": 289, + "line": 288, "column": 25 }, "end": { - "line": 289, + "line": 288, "column": 47 } } }, "range": [ - 8743, - 8774 + 8755, + 8786 ], "loc": { "start": { - "line": 289, + "line": 288, "column": 16 }, "end": { - "line": 289, + "line": 288, "column": 47 } } }, "range": [ - 8743, - 8775 + 8755, + 8787 ], "loc": { "start": { - "line": 289, + "line": 288, "column": 16 }, "end": { - "line": 289, + "line": 288, "column": 48 } } @@ -14332,48 +14369,48 @@ "type": "BreakStatement", "label": null, "range": [ - 8792, - 8798 + 8804, + 8810 ], "loc": { "start": { - "line": 290, + "line": 289, "column": 16 }, "end": { - "line": 290, + "line": 289, "column": 22 } } } ], "range": [ - 8718, - 8798 + 8730, + 8810 ], "loc": { "start": { - "line": 288, + "line": 287, "column": 12 }, "end": { - "line": 290, + "line": 289, "column": 22 } } } ], "range": [ - 8109, - 8808 + 8121, + 8820 ], "loc": { "start": { - "line": 269, + "line": 268, "column": 8 }, "end": { - "line": 291, + "line": 290, "column": 9 } } @@ -14388,16 +14425,16 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 8825, - 8832 + 8837, + 8844 ], "loc": { "start": { - "line": 293, + "line": 292, "column": 15 }, "end": { - "line": 293, + "line": 292, "column": 22 } } @@ -14407,32 +14444,32 @@ "type": "Identifier", "name": "precision", "range": [ - 8833, - 8842 + 8845, + 8854 ], "loc": { "start": { - "line": 293, + "line": 292, "column": 23 }, "end": { - "line": 293, + "line": 292, "column": 32 } } } ], "range": [ - 8825, - 8843 + 8837, + 8855 ], "loc": { "start": { - "line": 293, + "line": 292, "column": 15 }, "end": { - "line": 293, + "line": 292, "column": 33 } } @@ -14441,16 +14478,16 @@ "type": "Identifier", "name": "result", "range": [ - 8846, - 8852 + 8858, + 8864 ], "loc": { "start": { - "line": 293, + "line": 292, "column": 36 }, "end": { - "line": 293, + "line": 292, "column": 42 } } @@ -14464,16 +14501,16 @@ "type": "Identifier", "name": "result", "range": [ - 8855, - 8861 + 8867, + 8873 ], "loc": { "start": { - "line": 293, + "line": 292, "column": 45 }, "end": { - "line": 293, + "line": 292, "column": 51 } } @@ -14482,31 +14519,31 @@ "type": "Identifier", "name": "toFixed", "range": [ - 8862, - 8869 + 8874, + 8881 ], "loc": { "start": { - "line": 293, + "line": 292, "column": 52 }, "end": { - "line": 293, + "line": 292, "column": 59 } } }, "range": [ - 8855, - 8869 + 8867, + 8881 ], "loc": { "start": { - "line": 293, + "line": 292, "column": 45 }, "end": { - "line": 293, + "line": 292, "column": 59 } } @@ -14516,78 +14553,78 @@ "type": "Identifier", "name": "precision", "range": [ - 8870, - 8879 + 8882, + 8891 ], "loc": { "start": { - "line": 293, + "line": 292, "column": 60 }, "end": { - "line": 293, + "line": 292, "column": 69 } } } ], "range": [ - 8855, - 8880 + 8867, + 8892 ], "loc": { "start": { - "line": 293, + "line": 292, "column": 45 }, "end": { - "line": 293, + "line": 292, "column": 70 } } }, "range": [ - 8825, - 8880 + 8837, + 8892 ], "loc": { "start": { - "line": 293, + "line": 292, "column": 15 }, "end": { - "line": 293, + "line": 292, "column": 70 } } }, "range": [ - 8818, - 8881 + 8830, + 8893 ], "loc": { "start": { - "line": 293, + "line": 292, "column": 8 }, "end": { - "line": 293, + "line": 292, "column": 71 } } } ], "range": [ - 7917, - 8887 + 7929, + 8899 ], "loc": { "start": { - "line": 262, + "line": 261, "column": 48 }, "end": { - "line": 294, + "line": 293, "column": 5 } } @@ -14595,16 +14632,16 @@ "generator": false, "expression": false, "range": [ - 7877, - 8887 + 7889, + 8899 ], "loc": { "start": { - "line": 262, + "line": 261, "column": 8 }, "end": { - "line": 294, + "line": 293, "column": 5 } } @@ -14612,16 +14649,16 @@ "kind": "method", "computed": false, "range": [ - 7873, - 8887 + 7885, + 8899 ], "loc": { "start": { - "line": 262, + "line": 261, "column": 4 }, "end": { - "line": 294, + "line": 293, "column": 5 } }, @@ -14630,16 +14667,16 @@ "type": "Block", "value": "*\n * Make calculation on passed values.\n * @param {Array} values List of values\n * @param {String} [operation=SUM] Optional operation type\n * @param {Number} precision Optional result precision\n * @returns {Number}\n * @private\n ", "range": [ - 7608, - 7868 + 7620, + 7880 ], "loc": { "start": { - "line": 254, + "line": 253, "column": 4 }, "end": { - "line": 261, + "line": 260, "column": 7 } } @@ -14650,16 +14687,16 @@ "type": "Block", "value": "*\n * Calculate the sum of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n ", "range": [ - 8893, - 9021 + 8905, + 9033 ], "loc": { "start": { - "line": 296, + "line": 295, "column": 4 }, "end": { - "line": 300, + "line": 299, "column": 7 } } @@ -14673,16 +14710,16 @@ "type": "Identifier", "name": "calcSum", "range": [ - 9026, - 9033 + 9038, + 9045 ], "loc": { "start": { - "line": 301, + "line": 300, "column": 4 }, "end": { - "line": 301, + "line": 300, "column": 11 } } @@ -14697,16 +14734,16 @@ "type": "Identifier", "name": "values", "range": [ - 9034, - 9040 + 9046, + 9052 ], "loc": { "start": { - "line": 301, + "line": 300, "column": 12 }, "end": { - "line": 301, + "line": 300, "column": 18 } } @@ -14715,31 +14752,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 9043, - 9045 + 9055, + 9057 ], "loc": { "start": { - "line": 301, + "line": 300, "column": 21 }, "end": { - "line": 301, + "line": 300, "column": 23 } } }, "range": [ - 9034, - 9045 + 9046, + 9057 ], "loc": { "start": { - "line": 301, + "line": 300, "column": 12 }, "end": { - "line": 301, + "line": 300, "column": 23 } } @@ -14756,16 +14793,16 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 9061, - 9068 + 9073, + 9080 ], "loc": { "start": { - "line": 302, + "line": 301, "column": 12 }, "end": { - "line": 302, + "line": 301, "column": 19 } } @@ -14775,32 +14812,32 @@ "type": "Identifier", "name": "values", "range": [ - 9069, - 9075 + 9081, + 9087 ], "loc": { "start": { - "line": 302, + "line": 301, "column": 20 }, "end": { - "line": 302, + "line": 301, "column": 26 } } } ], "range": [ - 9061, - 9076 + 9073, + 9088 ], "loc": { "start": { - "line": 302, + "line": 301, "column": 12 }, "end": { - "line": 302, + "line": 301, "column": 27 } } @@ -14815,63 +14852,63 @@ "value": 0, "raw": "0", "range": [ - 9099, - 9100 + 9111, + 9112 ], "loc": { "start": { - "line": 303, + "line": 302, "column": 19 }, "end": { - "line": 303, + "line": 302, "column": 20 } } }, "range": [ - 9092, - 9101 + 9104, + 9113 ], "loc": { "start": { - "line": 303, + "line": 302, "column": 12 }, "end": { - "line": 303, + "line": 302, "column": 21 } } } ], "range": [ - 9078, - 9111 + 9090, + 9123 ], "loc": { "start": { - "line": 302, + "line": 301, "column": 29 }, "end": { - "line": 304, + "line": 303, "column": 9 } } }, "alternate": null, "range": [ - 9057, - 9111 + 9069, + 9123 ], "loc": { "start": { - "line": 302, + "line": 301, "column": 8 }, "end": { - "line": 304, + "line": 303, "column": 9 } } @@ -14885,16 +14922,16 @@ "type": "Identifier", "name": "result", "range": [ - 9124, - 9130 + 9136, + 9142 ], "loc": { "start": { - "line": 305, + "line": 304, "column": 12 }, "end": { - "line": 305, + "line": 304, "column": 18 } } @@ -14908,16 +14945,16 @@ "type": "Identifier", "name": "values", "range": [ - 9133, - 9139 + 9145, + 9151 ], "loc": { "start": { - "line": 305, + "line": 304, "column": 21 }, "end": { - "line": 305, + "line": 304, "column": 27 } } @@ -14926,31 +14963,31 @@ "type": "Identifier", "name": "reduce", "range": [ - 9140, - 9146 + 9152, + 9158 ], "loc": { "start": { - "line": 305, + "line": 304, "column": 28 }, "end": { - "line": 305, + "line": 304, "column": 34 } } }, "range": [ - 9133, - 9146 + 9145, + 9158 ], "loc": { "start": { - "line": 305, + "line": 304, "column": 21 }, "end": { - "line": 305, + "line": 304, "column": 34 } } @@ -14964,16 +15001,16 @@ "type": "Identifier", "name": "x", "range": [ - 9148, - 9149 + 9160, + 9161 ], "loc": { "start": { - "line": 305, + "line": 304, "column": 36 }, "end": { - "line": 305, + "line": 304, "column": 37 } } @@ -14982,16 +15019,16 @@ "type": "Identifier", "name": "y", "range": [ - 9151, - 9152 + 9163, + 9164 ], "loc": { "start": { - "line": 305, + "line": 304, "column": 39 }, "end": { - "line": 305, + "line": 304, "column": 40 } } @@ -15006,16 +15043,16 @@ "type": "Identifier", "name": "Number", "range": [ - 9157, - 9163 + 9169, + 9175 ], "loc": { "start": { - "line": 305, + "line": 304, "column": 45 }, "end": { - "line": 305, + "line": 304, "column": 51 } } @@ -15024,73 +15061,18 @@ { "type": "Identifier", "name": "x", - "range": [ - 9164, - 9165 - ], - "loc": { - "start": { - "line": 305, - "column": 52 - }, - "end": { - "line": 305, - "column": 53 - } - } - } - ], - "range": [ - 9157, - 9166 - ], - "loc": { - "start": { - "line": 305, - "column": 45 - }, - "end": { - "line": 305, - "column": 54 - } - } - }, - "right": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "Number", - "range": [ - 9169, - 9175 - ], - "loc": { - "start": { - "line": 305, - "column": 57 - }, - "end": { - "line": 305, - "column": 63 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "y", "range": [ 9176, 9177 ], "loc": { "start": { - "line": 305, - "column": 64 + "line": 304, + "column": 52 }, "end": { - "line": 305, - "column": 65 + "line": 304, + "column": 53 } } } @@ -15101,26 +15083,81 @@ ], "loc": { "start": { - "line": 305, + "line": 304, + "column": 45 + }, + "end": { + "line": 304, + "column": 54 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "Number", + "range": [ + 9181, + 9187 + ], + "loc": { + "start": { + "line": 304, + "column": 57 + }, + "end": { + "line": 304, + "column": 63 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "y", + "range": [ + 9188, + 9189 + ], + "loc": { + "start": { + "line": 304, + "column": 64 + }, + "end": { + "line": 304, + "column": 65 + } + } + } + ], + "range": [ + 9181, + 9190 + ], + "loc": { + "start": { + "line": 304, "column": 57 }, "end": { - "line": 305, + "line": 304, "column": 66 } } }, "range": [ - 9157, - 9178 + 9169, + 9190 ], "loc": { "start": { - "line": 305, + "line": 304, "column": 45 }, "end": { - "line": 305, + "line": 304, "column": 66 } } @@ -15128,47 +15165,47 @@ "generator": false, "expression": true, "range": [ - 9147, - 9178 + 9159, + 9190 ], "loc": { "start": { - "line": 305, + "line": 304, "column": 35 }, "end": { - "line": 305, + "line": 304, "column": 66 } } } ], "range": [ - 9133, - 9179 + 9145, + 9191 ], "loc": { "start": { - "line": 305, + "line": 304, "column": 21 }, "end": { - "line": 305, + "line": 304, "column": 67 } } }, "range": [ - 9124, - 9179 + 9136, + 9191 ], "loc": { "start": { - "line": 305, + "line": 304, "column": 12 }, "end": { - "line": 305, + "line": 304, "column": 67 } } @@ -15176,16 +15213,16 @@ ], "kind": "let", "range": [ - 9120, - 9180 + 9132, + 9192 ], "loc": { "start": { - "line": 305, + "line": 304, "column": 8 }, "end": { - "line": 305, + "line": 304, "column": 68 } } @@ -15196,47 +15233,47 @@ "type": "Identifier", "name": "result", "range": [ - 9196, - 9202 + 9208, + 9214 ], "loc": { "start": { - "line": 306, + "line": 305, "column": 15 }, "end": { - "line": 306, + "line": 305, "column": 21 } } }, "range": [ - 9189, - 9203 + 9201, + 9215 ], "loc": { "start": { - "line": 306, + "line": 305, "column": 8 }, "end": { - "line": 306, + "line": 305, "column": 22 } } } ], "range": [ - 9047, - 9209 + 9059, + 9221 ], "loc": { "start": { - "line": 301, + "line": 300, "column": 25 }, "end": { - "line": 307, + "line": 306, "column": 5 } } @@ -15244,16 +15281,16 @@ "generator": false, "expression": false, "range": [ - 9033, - 9209 + 9045, + 9221 ], "loc": { "start": { - "line": 301, + "line": 300, "column": 11 }, "end": { - "line": 307, + "line": 306, "column": 5 } } @@ -15261,16 +15298,16 @@ "kind": "method", "computed": false, "range": [ - 9026, - 9209 + 9038, + 9221 ], "loc": { "start": { - "line": 301, + "line": 300, "column": 4 }, "end": { - "line": 307, + "line": 306, "column": 5 } }, @@ -15279,16 +15316,16 @@ "type": "Block", "value": "*\n * Calculate the sum of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n ", "range": [ - 8893, - 9021 + 8905, + 9033 ], "loc": { "start": { - "line": 296, + "line": 295, "column": 4 }, "end": { - "line": 300, + "line": 299, "column": 7 } } @@ -15299,16 +15336,16 @@ "type": "Block", "value": "*\n * Calculate the mean of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n ", "range": [ - 9215, - 9344 + 9227, + 9356 ], "loc": { "start": { - "line": 309, + "line": 308, "column": 4 }, "end": { - "line": 313, + "line": 312, "column": 7 } } @@ -15322,16 +15359,16 @@ "type": "Identifier", "name": "calcMean", "range": [ - 9349, - 9357 + 9361, + 9369 ], "loc": { "start": { - "line": 314, + "line": 313, "column": 4 }, "end": { - "line": 314, + "line": 313, "column": 12 } } @@ -15346,16 +15383,16 @@ "type": "Identifier", "name": "values", "range": [ - 9358, - 9364 + 9370, + 9376 ], "loc": { "start": { - "line": 314, + "line": 313, "column": 13 }, "end": { - "line": 314, + "line": 313, "column": 19 } } @@ -15364,31 +15401,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 9367, - 9369 + 9379, + 9381 ], "loc": { "start": { - "line": 314, + "line": 313, "column": 22 }, "end": { - "line": 314, + "line": 313, "column": 24 } } }, "range": [ - 9358, - 9369 + 9370, + 9381 ], "loc": { "start": { - "line": 314, + "line": 313, "column": 13 }, "end": { - "line": 314, + "line": 313, "column": 24 } } @@ -15406,16 +15443,16 @@ "type": "Identifier", "name": "result", "range": [ - 9385, - 9391 + 9397, + 9403 ], "loc": { "start": { - "line": 315, + "line": 314, "column": 12 }, "end": { - "line": 315, + "line": 314, "column": 18 } } @@ -15431,16 +15468,16 @@ "object": { "type": "ThisExpression", "range": [ - 9394, - 9398 + 9406, + 9410 ], "loc": { "start": { - "line": 315, + "line": 314, "column": 21 }, "end": { - "line": 315, + "line": 314, "column": 25 } } @@ -15449,31 +15486,31 @@ "type": "Identifier", "name": "calcSum", "range": [ - 9399, - 9406 + 9411, + 9418 ], "loc": { "start": { - "line": 315, + "line": 314, "column": 26 }, "end": { - "line": 315, + "line": 314, "column": 33 } } }, "range": [ - 9394, - 9406 + 9406, + 9418 ], "loc": { "start": { - "line": 315, + "line": 314, "column": 21 }, "end": { - "line": 315, + "line": 314, "column": 33 } } @@ -15483,32 +15520,32 @@ "type": "Identifier", "name": "values", "range": [ - 9407, - 9413 + 9419, + 9425 ], "loc": { "start": { - "line": 315, + "line": 314, "column": 34 }, "end": { - "line": 315, + "line": 314, "column": 40 } } } ], "range": [ - 9394, - 9414 + 9406, + 9426 ], "loc": { "start": { - "line": 315, + "line": 314, "column": 21 }, "end": { - "line": 315, + "line": 314, "column": 41 } } @@ -15520,16 +15557,16 @@ "type": "Identifier", "name": "values", "range": [ - 9417, - 9423 + 9429, + 9435 ], "loc": { "start": { - "line": 315, + "line": 314, "column": 44 }, "end": { - "line": 315, + "line": 314, "column": 50 } } @@ -15538,61 +15575,61 @@ "type": "Identifier", "name": "length", "range": [ - 9424, - 9430 + 9436, + 9442 ], "loc": { "start": { - "line": 315, + "line": 314, "column": 51 }, "end": { - "line": 315, + "line": 314, "column": 57 } } }, "range": [ - 9417, - 9430 + 9429, + 9442 ], "loc": { "start": { - "line": 315, + "line": 314, "column": 44 }, "end": { - "line": 315, + "line": 314, "column": 57 } } }, "range": [ - 9394, - 9430 + 9406, + 9442 ], "loc": { "start": { - "line": 315, + "line": 314, "column": 21 }, "end": { - "line": 315, + "line": 314, "column": 57 } } }, "range": [ - 9385, - 9430 + 9397, + 9442 ], "loc": { "start": { - "line": 315, + "line": 314, "column": 12 }, "end": { - "line": 315, + "line": 314, "column": 57 } } @@ -15600,16 +15637,16 @@ ], "kind": "let", "range": [ - 9381, - 9431 + 9393, + 9443 ], "loc": { "start": { - "line": 315, + "line": 314, "column": 8 }, "end": { - "line": 315, + "line": 314, "column": 58 } } @@ -15622,16 +15659,16 @@ "type": "Identifier", "name": "Number", "range": [ - 9447, - 9453 + 9459, + 9465 ], "loc": { "start": { - "line": 316, + "line": 315, "column": 15 }, "end": { - "line": 316, + "line": 315, "column": 21 } } @@ -15641,63 +15678,63 @@ "type": "Identifier", "name": "result", "range": [ - 9454, - 9460 + 9466, + 9472 ], "loc": { "start": { - "line": 316, + "line": 315, "column": 22 }, "end": { - "line": 316, + "line": 315, "column": 28 } } } ], "range": [ - 9447, - 9461 + 9459, + 9473 ], "loc": { "start": { - "line": 316, + "line": 315, "column": 15 }, "end": { - "line": 316, + "line": 315, "column": 29 } } }, "range": [ - 9440, - 9462 + 9452, + 9474 ], "loc": { "start": { - "line": 316, + "line": 315, "column": 8 }, "end": { - "line": 316, + "line": 315, "column": 30 } } } ], "range": [ - 9371, - 9468 + 9383, + 9480 ], "loc": { "start": { - "line": 314, + "line": 313, "column": 26 }, "end": { - "line": 317, + "line": 316, "column": 5 } } @@ -15705,16 +15742,16 @@ "generator": false, "expression": false, "range": [ - 9357, - 9468 + 9369, + 9480 ], "loc": { "start": { - "line": 314, + "line": 313, "column": 12 }, "end": { - "line": 317, + "line": 316, "column": 5 } } @@ -15722,16 +15759,16 @@ "kind": "method", "computed": false, "range": [ - 9349, - 9468 + 9361, + 9480 ], "loc": { "start": { - "line": 314, + "line": 313, "column": 4 }, "end": { - "line": 317, + "line": 316, "column": 5 } }, @@ -15740,16 +15777,16 @@ "type": "Block", "value": "*\n * Calculate the mean of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n ", "range": [ - 9215, - 9344 + 9227, + 9356 ], "loc": { "start": { - "line": 309, + "line": 308, "column": 4 }, "end": { - "line": 313, + "line": 312, "column": 7 } } @@ -15760,16 +15797,16 @@ "type": "Block", "value": "*\n * Calculate the max value of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n ", "range": [ - 9474, - 9608 + 9486, + 9620 ], "loc": { "start": { - "line": 319, + "line": 318, "column": 4 }, "end": { - "line": 323, + "line": 322, "column": 7 } } @@ -15783,16 +15820,16 @@ "type": "Identifier", "name": "calcMax", "range": [ - 9613, - 9620 + 9625, + 9632 ], "loc": { "start": { - "line": 324, + "line": 323, "column": 4 }, "end": { - "line": 324, + "line": 323, "column": 11 } } @@ -15807,16 +15844,16 @@ "type": "Identifier", "name": "values", "range": [ - 9621, - 9627 + 9633, + 9639 ], "loc": { "start": { - "line": 324, + "line": 323, "column": 12 }, "end": { - "line": 324, + "line": 323, "column": 18 } } @@ -15825,31 +15862,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 9630, - 9632 + 9642, + 9644 ], "loc": { "start": { - "line": 324, + "line": 323, "column": 21 }, "end": { - "line": 324, + "line": 323, "column": 23 } } }, "range": [ - 9621, - 9632 + 9633, + 9644 ], "loc": { "start": { - "line": 324, + "line": 323, "column": 12 }, "end": { - "line": 324, + "line": 323, "column": 23 } } @@ -15872,16 +15909,16 @@ "type": "Identifier", "name": "Math", "range": [ - 9651, - 9655 + 9663, + 9667 ], "loc": { "start": { - "line": 325, + "line": 324, "column": 15 }, "end": { - "line": 325, + "line": 324, "column": 19 } } @@ -15890,31 +15927,31 @@ "type": "Identifier", "name": "max", "range": [ - 9656, - 9659 + 9668, + 9671 ], "loc": { "start": { - "line": 325, + "line": 324, "column": 20 }, "end": { - "line": 325, + "line": 324, "column": 23 } } }, "range": [ - 9651, - 9659 + 9663, + 9671 ], "loc": { "start": { - "line": 325, + "line": 324, "column": 15 }, "end": { - "line": 325, + "line": 324, "column": 23 } } @@ -15923,31 +15960,31 @@ "type": "Identifier", "name": "apply", "range": [ - 9660, - 9665 + 9672, + 9677 ], "loc": { "start": { - "line": 325, + "line": 324, "column": 24 }, "end": { - "line": 325, + "line": 324, "column": 29 } } }, "range": [ - 9651, - 9665 + 9663, + 9677 ], "loc": { "start": { - "line": 325, + "line": 324, "column": 15 }, "end": { - "line": 325, + "line": 324, "column": 29 } } @@ -15958,16 +15995,16 @@ "value": null, "raw": "null", "range": [ - 9666, - 9670 + 9678, + 9682 ], "loc": { "start": { - "line": 325, + "line": 324, "column": 30 }, "end": { - "line": 325, + "line": 324, "column": 34 } } @@ -15976,63 +16013,63 @@ "type": "Identifier", "name": "values", "range": [ - 9672, - 9678 + 9684, + 9690 ], "loc": { "start": { - "line": 325, + "line": 324, "column": 36 }, "end": { - "line": 325, + "line": 324, "column": 42 } } } ], "range": [ - 9651, - 9679 + 9663, + 9691 ], "loc": { "start": { - "line": 325, + "line": 324, "column": 15 }, "end": { - "line": 325, + "line": 324, "column": 43 } } }, "range": [ - 9644, - 9680 + 9656, + 9692 ], "loc": { "start": { - "line": 325, + "line": 324, "column": 8 }, "end": { - "line": 325, + "line": 324, "column": 44 } } } ], "range": [ - 9634, - 9686 + 9646, + 9698 ], "loc": { "start": { - "line": 324, + "line": 323, "column": 25 }, "end": { - "line": 326, + "line": 325, "column": 5 } } @@ -16040,16 +16077,16 @@ "generator": false, "expression": false, "range": [ - 9620, - 9686 + 9632, + 9698 ], "loc": { "start": { - "line": 324, + "line": 323, "column": 11 }, "end": { - "line": 326, + "line": 325, "column": 5 } } @@ -16057,16 +16094,16 @@ "kind": "method", "computed": false, "range": [ - 9613, - 9686 + 9625, + 9698 ], "loc": { "start": { - "line": 324, + "line": 323, "column": 4 }, "end": { - "line": 326, + "line": 325, "column": 5 } }, @@ -16075,16 +16112,16 @@ "type": "Block", "value": "*\n * Calculate the max value of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n ", "range": [ - 9474, - 9608 + 9486, + 9620 ], "loc": { "start": { - "line": 319, + "line": 318, "column": 4 }, "end": { - "line": 323, + "line": 322, "column": 7 } } @@ -16095,16 +16132,16 @@ "type": "Block", "value": "*\n * Calculate the min value of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n ", "range": [ - 9692, - 9826 + 9704, + 9838 ], "loc": { "start": { - "line": 328, + "line": 327, "column": 4 }, "end": { - "line": 332, + "line": 331, "column": 7 } } @@ -16118,16 +16155,16 @@ "type": "Identifier", "name": "calcMin", "range": [ - 9831, - 9838 + 9843, + 9850 ], "loc": { "start": { - "line": 333, + "line": 332, "column": 4 }, "end": { - "line": 333, + "line": 332, "column": 11 } } @@ -16142,16 +16179,16 @@ "type": "Identifier", "name": "values", "range": [ - 9839, - 9845 + 9851, + 9857 ], "loc": { "start": { - "line": 333, + "line": 332, "column": 12 }, "end": { - "line": 333, + "line": 332, "column": 18 } } @@ -16160,31 +16197,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 9848, - 9850 + 9860, + 9862 ], "loc": { "start": { - "line": 333, + "line": 332, "column": 21 }, "end": { - "line": 333, + "line": 332, "column": 23 } } }, "range": [ - 9839, - 9850 + 9851, + 9862 ], "loc": { "start": { - "line": 333, + "line": 332, "column": 12 }, "end": { - "line": 333, + "line": 332, "column": 23 } } @@ -16207,16 +16244,16 @@ "type": "Identifier", "name": "Math", "range": [ - 9869, - 9873 + 9881, + 9885 ], "loc": { "start": { - "line": 334, + "line": 333, "column": 15 }, "end": { - "line": 334, + "line": 333, "column": 19 } } @@ -16225,31 +16262,31 @@ "type": "Identifier", "name": "min", "range": [ - 9874, - 9877 + 9886, + 9889 ], "loc": { "start": { - "line": 334, + "line": 333, "column": 20 }, "end": { - "line": 334, + "line": 333, "column": 23 } } }, "range": [ - 9869, - 9877 + 9881, + 9889 ], "loc": { "start": { - "line": 334, + "line": 333, "column": 15 }, "end": { - "line": 334, + "line": 333, "column": 23 } } @@ -16258,31 +16295,31 @@ "type": "Identifier", "name": "apply", "range": [ - 9878, - 9883 + 9890, + 9895 ], "loc": { "start": { - "line": 334, + "line": 333, "column": 24 }, "end": { - "line": 334, + "line": 333, "column": 29 } } }, "range": [ - 9869, - 9883 + 9881, + 9895 ], "loc": { "start": { - "line": 334, + "line": 333, "column": 15 }, "end": { - "line": 334, + "line": 333, "column": 29 } } @@ -16293,16 +16330,16 @@ "value": null, "raw": "null", "range": [ - 9884, - 9888 + 9896, + 9900 ], "loc": { "start": { - "line": 334, + "line": 333, "column": 30 }, "end": { - "line": 334, + "line": 333, "column": 34 } } @@ -16311,63 +16348,63 @@ "type": "Identifier", "name": "values", "range": [ - 9890, - 9896 + 9902, + 9908 ], "loc": { "start": { - "line": 334, + "line": 333, "column": 36 }, "end": { - "line": 334, + "line": 333, "column": 42 } } } ], "range": [ - 9869, - 9897 + 9881, + 9909 ], "loc": { "start": { - "line": 334, + "line": 333, "column": 15 }, "end": { - "line": 334, + "line": 333, "column": 43 } } }, "range": [ - 9862, - 9898 + 9874, + 9910 ], "loc": { "start": { - "line": 334, + "line": 333, "column": 8 }, "end": { - "line": 334, + "line": 333, "column": 44 } } } ], "range": [ - 9852, - 9904 + 9864, + 9916 ], "loc": { "start": { - "line": 333, + "line": 332, "column": 25 }, "end": { - "line": 335, + "line": 334, "column": 5 } } @@ -16375,16 +16412,16 @@ "generator": false, "expression": false, "range": [ - 9838, - 9904 + 9850, + 9916 ], "loc": { "start": { - "line": 333, + "line": 332, "column": 11 }, "end": { - "line": 335, + "line": 334, "column": 5 } } @@ -16392,16 +16429,16 @@ "kind": "method", "computed": false, "range": [ - 9831, - 9904 + 9843, + 9916 ], "loc": { "start": { - "line": 333, + "line": 332, "column": 4 }, "end": { - "line": 335, + "line": 334, "column": 5 } }, @@ -16410,16 +16447,16 @@ "type": "Block", "value": "*\n * Calculate the min value of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n ", "range": [ - 9692, - 9826 + 9704, + 9838 ], "loc": { "start": { - "line": 328, + "line": 327, "column": 4 }, "end": { - "line": 332, + "line": 331, "column": 7 } } @@ -16430,16 +16467,16 @@ "type": "Block", "value": "*\n * Calculate the median of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n ", "range": [ - 9910, - 10041 + 9922, + 10053 ], "loc": { "start": { - "line": 337, + "line": 336, "column": 4 }, "end": { - "line": 341, + "line": 340, "column": 7 } } @@ -16453,16 +16490,16 @@ "type": "Identifier", "name": "calcMedian", "range": [ - 10046, - 10056 + 10058, + 10068 ], "loc": { "start": { - "line": 342, + "line": 341, "column": 4 }, "end": { - "line": 342, + "line": 341, "column": 14 } } @@ -16477,16 +16514,16 @@ "type": "Identifier", "name": "values", "range": [ - 10057, - 10063 + 10069, + 10075 ], "loc": { "start": { - "line": 342, + "line": 341, "column": 15 }, "end": { - "line": 342, + "line": 341, "column": 21 } } @@ -16495,31 +16532,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 10066, - 10068 + 10078, + 10080 ], "loc": { "start": { - "line": 342, + "line": 341, "column": 24 }, "end": { - "line": 342, + "line": 341, "column": 26 } } }, "range": [ - 10057, - 10068 + 10069, + 10080 ], "loc": { "start": { - "line": 342, + "line": 341, "column": 15 }, "end": { - "line": 342, + "line": 341, "column": 26 } } @@ -16537,16 +16574,16 @@ "type": "Identifier", "name": "nbValues", "range": [ - 10084, - 10092 + 10096, + 10104 ], "loc": { "start": { - "line": 343, + "line": 342, "column": 12 }, "end": { - "line": 343, + "line": 342, "column": 20 } } @@ -16558,16 +16595,16 @@ "type": "Identifier", "name": "values", "range": [ - 10095, - 10101 + 10107, + 10113 ], "loc": { "start": { - "line": 343, + "line": 342, "column": 23 }, "end": { - "line": 343, + "line": 342, "column": 29 } } @@ -16576,46 +16613,46 @@ "type": "Identifier", "name": "length", "range": [ - 10102, - 10108 + 10114, + 10120 ], "loc": { "start": { - "line": 343, + "line": 342, "column": 30 }, "end": { - "line": 343, + "line": 342, "column": 36 } } }, "range": [ - 10095, - 10108 + 10107, + 10120 ], "loc": { "start": { - "line": 343, + "line": 342, "column": 23 }, "end": { - "line": 343, + "line": 342, "column": 36 } } }, "range": [ - 10084, - 10108 + 10096, + 10120 ], "loc": { "start": { - "line": 343, + "line": 342, "column": 12 }, "end": { - "line": 343, + "line": 342, "column": 36 } } @@ -16623,16 +16660,16 @@ ], "kind": "let", "range": [ - 10080, - 10109 + 10092, + 10121 ], "loc": { "start": { - "line": 343, + "line": 342, "column": 8 }, "end": { - "line": 343, + "line": 342, "column": 37 } } @@ -16646,16 +16683,16 @@ "type": "Identifier", "name": "aux", "range": [ - 10122, - 10125 + 10134, + 10137 ], "loc": { "start": { - "line": 344, + "line": 343, "column": 12 }, "end": { - "line": 344, + "line": 343, "column": 15 } } @@ -16665,31 +16702,31 @@ "value": 0, "raw": "0", "range": [ - 10128, - 10129 + 10140, + 10141 ], "loc": { "start": { - "line": 344, + "line": 343, "column": 18 }, "end": { - "line": 344, + "line": 343, "column": 19 } } }, "range": [ - 10122, - 10129 + 10134, + 10141 ], "loc": { "start": { - "line": 344, + "line": 343, "column": 12 }, "end": { - "line": 344, + "line": 343, "column": 19 } } @@ -16697,16 +16734,16 @@ ], "kind": "let", "range": [ - 10118, - 10130 + 10130, + 10142 ], "loc": { "start": { - "line": 344, + "line": 343, "column": 8 }, "end": { - "line": 344, + "line": 343, "column": 20 } } @@ -16723,16 +16760,16 @@ "type": "Identifier", "name": "nbValues", "range": [ - 10143, - 10151 + 10155, + 10163 ], "loc": { "start": { - "line": 345, + "line": 344, "column": 12 }, "end": { - "line": 345, + "line": 344, "column": 20 } } @@ -16742,31 +16779,31 @@ "value": 2, "raw": "2", "range": [ - 10154, - 10155 + 10166, + 10167 ], "loc": { "start": { - "line": 345, + "line": 344, "column": 23 }, "end": { - "line": 345, + "line": 344, "column": 24 } } }, "range": [ - 10143, - 10155 + 10155, + 10167 ], "loc": { "start": { - "line": 345, + "line": 344, "column": 12 }, "end": { - "line": 345, + "line": 344, "column": 24 } } @@ -16776,31 +16813,31 @@ "value": 1, "raw": "1", "range": [ - 10160, - 10161 + 10172, + 10173 ], "loc": { "start": { - "line": 345, + "line": 344, "column": 29 }, "end": { - "line": 345, + "line": 344, "column": 30 } } }, "range": [ - 10143, - 10161 + 10155, + 10173 ], "loc": { "start": { - "line": 345, + "line": 344, "column": 12 }, "end": { - "line": 345, + "line": 344, "column": 30 } } @@ -16817,16 +16854,16 @@ "type": "Identifier", "name": "aux", "range": [ - 10177, - 10180 + 10189, + 10192 ], "loc": { "start": { - "line": 346, + "line": 345, "column": 12 }, "end": { - "line": 346, + "line": 345, "column": 15 } } @@ -16840,16 +16877,16 @@ "type": "Identifier", "name": "Math", "range": [ - 10183, - 10187 + 10195, + 10199 ], "loc": { "start": { - "line": 346, + "line": 345, "column": 18 }, "end": { - "line": 346, + "line": 345, "column": 22 } } @@ -16858,31 +16895,31 @@ "type": "Identifier", "name": "floor", "range": [ - 10188, - 10193 + 10200, + 10205 ], "loc": { "start": { - "line": 346, + "line": 345, "column": 23 }, "end": { - "line": 346, + "line": 345, "column": 28 } } }, "range": [ - 10183, - 10193 + 10195, + 10205 ], "loc": { "start": { - "line": 346, + "line": 345, "column": 18 }, "end": { - "line": 346, + "line": 345, "column": 28 } } @@ -16895,16 +16932,16 @@ "type": "Identifier", "name": "nbValues", "range": [ - 10194, - 10202 + 10206, + 10214 ], "loc": { "start": { - "line": 346, + "line": 345, "column": 29 }, "end": { - "line": 346, + "line": 345, "column": 37 } } @@ -16914,77 +16951,77 @@ "value": 2, "raw": "2", "range": [ - 10205, - 10206 + 10217, + 10218 ], "loc": { "start": { - "line": 346, + "line": 345, "column": 40 }, "end": { - "line": 346, + "line": 345, "column": 41 } } }, "range": [ - 10194, - 10206 + 10206, + 10218 ], "loc": { "start": { - "line": 346, + "line": 345, "column": 29 }, "end": { - "line": 346, + "line": 345, "column": 41 } } } ], "range": [ - 10183, - 10207 + 10195, + 10219 ], "loc": { "start": { - "line": 346, + "line": 345, "column": 18 }, "end": { - "line": 346, + "line": 345, "column": 42 } } }, "range": [ - 10177, - 10207 + 10189, + 10219 ], "loc": { "start": { - "line": 346, + "line": 345, "column": 12 }, "end": { - "line": 346, + "line": 345, "column": 42 } } }, "range": [ - 10177, - 10208 + 10189, + 10220 ], "loc": { "start": { - "line": 346, + "line": 345, "column": 12 }, "end": { - "line": 346, + "line": 345, "column": 43 } } @@ -16997,16 +17034,16 @@ "type": "Identifier", "name": "Number", "range": [ - 10228, - 10234 + 10240, + 10246 ], "loc": { "start": { - "line": 347, + "line": 346, "column": 19 }, "end": { - "line": 347, + "line": 346, "column": 25 } } @@ -17019,16 +17056,16 @@ "type": "Identifier", "name": "values", "range": [ - 10235, - 10241 + 10247, + 10253 ], "loc": { "start": { - "line": 347, + "line": 346, "column": 26 }, "end": { - "line": 347, + "line": 346, "column": 32 } } @@ -17037,94 +17074,94 @@ "type": "Identifier", "name": "aux", "range": [ - 10242, - 10245 + 10254, + 10257 ], "loc": { "start": { - "line": 347, + "line": 346, "column": 33 }, "end": { - "line": 347, + "line": 346, "column": 36 } } }, "range": [ - 10235, - 10246 + 10247, + 10258 ], "loc": { "start": { - "line": 347, + "line": 346, "column": 26 }, "end": { - "line": 347, + "line": 346, "column": 37 } } } ], "range": [ - 10228, - 10247 + 10240, + 10259 ], "loc": { "start": { - "line": 347, + "line": 346, "column": 19 }, "end": { - "line": 347, + "line": 346, "column": 38 } } }, "range": [ - 10221, - 10248 + 10233, + 10260 ], "loc": { "start": { - "line": 347, + "line": 346, "column": 12 }, "end": { - "line": 347, + "line": 346, "column": 39 } } } ], "range": [ - 10163, - 10258 + 10175, + 10270 ], "loc": { "start": { - "line": 345, + "line": 344, "column": 32 }, "end": { - "line": 348, + "line": 347, "column": 9 } } }, "alternate": null, "range": [ - 10139, - 10258 + 10151, + 10270 ], "loc": { "start": { - "line": 345, + "line": 344, "column": 8 }, "end": { - "line": 348, + "line": 347, "column": 9 } } @@ -17143,16 +17180,16 @@ "type": "Identifier", "name": "Number", "range": [ - 10275, - 10281 + 10287, + 10293 ], "loc": { "start": { - "line": 349, + "line": 348, "column": 16 }, "end": { - "line": 349, + "line": 348, "column": 22 } } @@ -17165,16 +17202,16 @@ "type": "Identifier", "name": "values", "range": [ - 10282, - 10288 + 10294, + 10300 ], "loc": { "start": { - "line": 349, + "line": 348, "column": 23 }, "end": { - "line": 349, + "line": 348, "column": 29 } } @@ -17186,16 +17223,16 @@ "type": "Identifier", "name": "nbValues", "range": [ - 10289, - 10297 + 10301, + 10309 ], "loc": { "start": { - "line": 349, + "line": 348, "column": 30 }, "end": { - "line": 349, + "line": 348, "column": 38 } } @@ -17205,62 +17242,62 @@ "value": 2, "raw": "2", "range": [ - 10300, - 10301 + 10312, + 10313 ], "loc": { "start": { - "line": 349, + "line": 348, "column": 41 }, "end": { - "line": 349, + "line": 348, "column": 42 } } }, "range": [ - 10289, - 10301 + 10301, + 10313 ], "loc": { "start": { - "line": 349, + "line": 348, "column": 30 }, "end": { - "line": 349, + "line": 348, "column": 42 } } }, "range": [ - 10282, - 10302 + 10294, + 10314 ], "loc": { "start": { - "line": 349, + "line": 348, "column": 23 }, "end": { - "line": 349, + "line": 348, "column": 43 } } } ], "range": [ - 10275, - 10303 + 10287, + 10315 ], "loc": { "start": { - "line": 349, + "line": 348, "column": 16 }, "end": { - "line": 349, + "line": 348, "column": 44 } } @@ -17271,16 +17308,16 @@ "type": "Identifier", "name": "Number", "range": [ - 10318, - 10324 + 10330, + 10336 ], "loc": { "start": { - "line": 350, + "line": 349, "column": 12 }, "end": { - "line": 350, + "line": 349, "column": 18 } } @@ -17293,16 +17330,16 @@ "type": "Identifier", "name": "values", "range": [ - 10325, - 10331 + 10337, + 10343 ], "loc": { "start": { - "line": 350, + "line": 349, "column": 19 }, "end": { - "line": 350, + "line": 349, "column": 25 } } @@ -17317,16 +17354,16 @@ "type": "Identifier", "name": "nbValues", "range": [ - 10334, - 10342 + 10346, + 10354 ], "loc": { "start": { - "line": 350, + "line": 349, "column": 28 }, "end": { - "line": 350, + "line": 349, "column": 36 } } @@ -17336,31 +17373,31 @@ "value": 2, "raw": "2", "range": [ - 10345, - 10346 + 10357, + 10358 ], "loc": { "start": { - "line": 350, + "line": 349, "column": 39 }, "end": { - "line": 350, + "line": 349, "column": 40 } } }, "range": [ - 10334, - 10346 + 10346, + 10358 ], "loc": { "start": { - "line": 350, + "line": 349, "column": 28 }, "end": { - "line": 350, + "line": 349, "column": 40 } } @@ -17370,77 +17407,77 @@ "value": 1, "raw": "1", "range": [ - 10350, - 10351 + 10362, + 10363 ], "loc": { "start": { - "line": 350, + "line": 349, "column": 44 }, "end": { - "line": 350, + "line": 349, "column": 45 } } }, "range": [ - 10333, - 10351 + 10345, + 10363 ], "loc": { "start": { - "line": 350, + "line": 349, "column": 27 }, "end": { - "line": 350, + "line": 349, "column": 45 } } }, "range": [ - 10325, - 10353 + 10337, + 10365 ], "loc": { "start": { - "line": 350, + "line": 349, "column": 19 }, "end": { - "line": 350, + "line": 349, "column": 47 } } } ], "range": [ - 10318, - 10354 + 10330, + 10366 ], "loc": { "start": { - "line": 350, + "line": 349, "column": 12 }, "end": { - "line": 350, + "line": 349, "column": 48 } } }, "range": [ - 10275, - 10354 + 10287, + 10366 ], "loc": { "start": { - "line": 349, + "line": 348, "column": 16 }, "end": { - "line": 350, + "line": 349, "column": 48 } } @@ -17450,62 +17487,62 @@ "value": 2, "raw": "2", "range": [ - 10358, - 10359 + 10370, + 10371 ], "loc": { "start": { - "line": 350, + "line": 349, "column": 52 }, "end": { - "line": 350, + "line": 349, "column": 53 } } }, "range": [ - 10274, - 10359 + 10286, + 10371 ], "loc": { "start": { - "line": 349, + "line": 348, "column": 15 }, "end": { - "line": 350, + "line": 349, "column": 53 } } }, "range": [ - 10267, - 10360 + 10279, + 10372 ], "loc": { "start": { - "line": 349, + "line": 348, "column": 8 }, "end": { - "line": 350, + "line": 349, "column": 54 } } } ], "range": [ - 10070, - 10366 + 10082, + 10378 ], "loc": { "start": { - "line": 342, + "line": 341, "column": 28 }, "end": { - "line": 351, + "line": 350, "column": 5 } } @@ -17513,16 +17550,16 @@ "generator": false, "expression": false, "range": [ - 10056, - 10366 + 10068, + 10378 ], "loc": { "start": { - "line": 342, + "line": 341, "column": 14 }, "end": { - "line": 351, + "line": 350, "column": 5 } } @@ -17530,16 +17567,16 @@ "kind": "method", "computed": false, "range": [ - 10046, - 10366 + 10058, + 10378 ], "loc": { "start": { - "line": 342, + "line": 341, "column": 4 }, "end": { - "line": 351, + "line": 350, "column": 5 } }, @@ -17548,16 +17585,16 @@ "type": "Block", "value": "*\n * Calculate the median of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n ", "range": [ - 9910, - 10041 + 9922, + 10053 ], "loc": { "start": { - "line": 337, + "line": 336, "column": 4 }, "end": { - "line": 341, + "line": 340, "column": 7 } } @@ -17568,16 +17605,16 @@ "type": "Block", "value": "*\n * Calculate the lower quartile of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n ", "range": [ - 10372, - 10511 + 10384, + 10523 ], "loc": { "start": { - "line": 353, + "line": 352, "column": 4 }, "end": { - "line": 357, + "line": 356, "column": 7 } } @@ -17591,16 +17628,16 @@ "type": "Identifier", "name": "calcQ1", "range": [ - 10516, - 10522 + 10528, + 10534 ], "loc": { "start": { - "line": 358, + "line": 357, "column": 4 }, "end": { - "line": 358, + "line": 357, "column": 10 } } @@ -17615,16 +17652,16 @@ "type": "Identifier", "name": "values", "range": [ - 10523, - 10529 + 10535, + 10541 ], "loc": { "start": { - "line": 358, + "line": 357, "column": 11 }, "end": { - "line": 358, + "line": 357, "column": 17 } } @@ -17633,31 +17670,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 10532, - 10534 + 10544, + 10546 ], "loc": { "start": { - "line": 358, + "line": 357, "column": 20 }, "end": { - "line": 358, + "line": 357, "column": 22 } } }, "range": [ - 10523, - 10534 + 10535, + 10546 ], "loc": { "start": { - "line": 358, + "line": 357, "column": 11 }, "end": { - "line": 358, + "line": 357, "column": 22 } } @@ -17675,16 +17712,16 @@ "type": "Identifier", "name": "nbValues", "range": [ - 10550, - 10558 + 10562, + 10570 ], "loc": { "start": { - "line": 359, + "line": 358, "column": 12 }, "end": { - "line": 359, + "line": 358, "column": 20 } } @@ -17696,16 +17733,16 @@ "type": "Identifier", "name": "values", "range": [ - 10561, - 10567 + 10573, + 10579 ], "loc": { "start": { - "line": 359, + "line": 358, "column": 23 }, "end": { - "line": 359, + "line": 358, "column": 29 } } @@ -17714,46 +17751,46 @@ "type": "Identifier", "name": "length", "range": [ - 10568, - 10574 + 10580, + 10586 ], "loc": { "start": { - "line": 359, + "line": 358, "column": 30 }, "end": { - "line": 359, + "line": 358, "column": 36 } } }, "range": [ - 10561, - 10574 + 10573, + 10586 ], "loc": { "start": { - "line": 359, + "line": 358, "column": 23 }, "end": { - "line": 359, + "line": 358, "column": 36 } } }, "range": [ - 10550, - 10574 + 10562, + 10586 ], "loc": { "start": { - "line": 359, + "line": 358, "column": 12 }, "end": { - "line": 359, + "line": 358, "column": 36 } } @@ -17761,16 +17798,16 @@ ], "kind": "let", "range": [ - 10546, - 10575 + 10558, + 10587 ], "loc": { "start": { - "line": 359, + "line": 358, "column": 8 }, "end": { - "line": 359, + "line": 358, "column": 37 } } @@ -17784,16 +17821,16 @@ "type": "Identifier", "name": "posa", "range": [ - 10588, - 10592 + 10600, + 10604 ], "loc": { "start": { - "line": 360, + "line": 359, "column": 12 }, "end": { - "line": 360, + "line": 359, "column": 16 } } @@ -17803,31 +17840,31 @@ "value": 0, "raw": "0.0", "range": [ - 10595, - 10598 + 10607, + 10610 ], "loc": { "start": { - "line": 360, + "line": 359, "column": 19 }, "end": { - "line": 360, + "line": 359, "column": 22 } } }, "range": [ - 10588, - 10598 + 10600, + 10610 ], "loc": { "start": { - "line": 360, + "line": 359, "column": 12 }, "end": { - "line": 360, + "line": 359, "column": 22 } } @@ -17835,16 +17872,16 @@ ], "kind": "let", "range": [ - 10584, - 10599 + 10596, + 10611 ], "loc": { "start": { - "line": 360, + "line": 359, "column": 8 }, "end": { - "line": 360, + "line": 359, "column": 23 } } @@ -17858,16 +17895,16 @@ "type": "Identifier", "name": "posa", "range": [ - 10608, - 10612 + 10620, + 10624 ], "loc": { "start": { - "line": 361, + "line": 360, "column": 8 }, "end": { - "line": 361, + "line": 360, "column": 12 } } @@ -17881,16 +17918,16 @@ "type": "Identifier", "name": "Math", "range": [ - 10615, - 10619 + 10627, + 10631 ], "loc": { "start": { - "line": 361, + "line": 360, "column": 15 }, "end": { - "line": 361, + "line": 360, "column": 19 } } @@ -17899,31 +17936,31 @@ "type": "Identifier", "name": "floor", "range": [ - 10620, - 10625 + 10632, + 10637 ], "loc": { "start": { - "line": 361, + "line": 360, "column": 20 }, "end": { - "line": 361, + "line": 360, "column": 25 } } }, "range": [ - 10615, - 10625 + 10627, + 10637 ], "loc": { "start": { - "line": 361, + "line": 360, "column": 15 }, "end": { - "line": 361, + "line": 360, "column": 25 } } @@ -17936,16 +17973,16 @@ "type": "Identifier", "name": "nbValues", "range": [ - 10626, - 10634 + 10638, + 10646 ], "loc": { "start": { - "line": 361, + "line": 360, "column": 26 }, "end": { - "line": 361, + "line": 360, "column": 34 } } @@ -17955,77 +17992,77 @@ "value": 4, "raw": "4", "range": [ - 10637, - 10638 + 10649, + 10650 ], "loc": { "start": { - "line": 361, + "line": 360, "column": 37 }, "end": { - "line": 361, + "line": 360, "column": 38 } } }, "range": [ - 10626, - 10638 + 10638, + 10650 ], "loc": { "start": { - "line": 361, + "line": 360, "column": 26 }, "end": { - "line": 361, + "line": 360, "column": 38 } } } ], "range": [ - 10615, - 10639 + 10627, + 10651 ], "loc": { "start": { - "line": 361, + "line": 360, "column": 15 }, "end": { - "line": 361, + "line": 360, "column": 39 } } }, "range": [ - 10608, - 10639 + 10620, + 10651 ], "loc": { "start": { - "line": 361, + "line": 360, "column": 8 }, "end": { - "line": 361, + "line": 360, "column": 39 } } }, "range": [ - 10608, - 10640 + 10620, + 10652 ], "loc": { "start": { - "line": 361, + "line": 360, "column": 8 }, "end": { - "line": 361, + "line": 360, "column": 40 } } @@ -18043,16 +18080,16 @@ "value": 4, "raw": "4", "range": [ - 10653, - 10654 + 10665, + 10666 ], "loc": { "start": { - "line": 362, + "line": 361, "column": 12 }, "end": { - "line": 362, + "line": 361, "column": 13 } } @@ -18061,31 +18098,31 @@ "type": "Identifier", "name": "posa", "range": [ - 10657, - 10661 + 10669, + 10673 ], "loc": { "start": { - "line": 362, + "line": 361, "column": 16 }, "end": { - "line": 362, + "line": 361, "column": 20 } } }, "range": [ - 10653, - 10661 + 10665, + 10673 ], "loc": { "start": { - "line": 362, + "line": 361, "column": 12 }, "end": { - "line": 362, + "line": 361, "column": 20 } } @@ -18094,31 +18131,31 @@ "type": "Identifier", "name": "nbValues", "range": [ - 10666, - 10674 + 10678, + 10686 ], "loc": { "start": { - "line": 362, + "line": 361, "column": 25 }, "end": { - "line": 362, + "line": 361, "column": 33 } } }, "range": [ - 10653, - 10674 + 10665, + 10686 ], "loc": { "start": { - "line": 362, + "line": 361, "column": 12 }, "end": { - "line": 362, + "line": 361, "column": 33 } } @@ -18140,16 +18177,16 @@ "type": "Identifier", "name": "Number", "range": [ - 10698, - 10704 + 10710, + 10716 ], "loc": { "start": { - "line": 363, + "line": 362, "column": 20 }, "end": { - "line": 363, + "line": 362, "column": 26 } } @@ -18162,16 +18199,16 @@ "type": "Identifier", "name": "values", "range": [ - 10705, - 10711 + 10717, + 10723 ], "loc": { "start": { - "line": 363, + "line": 362, "column": 27 }, "end": { - "line": 363, + "line": 362, "column": 33 } } @@ -18183,16 +18220,16 @@ "type": "Identifier", "name": "posa", "range": [ - 10712, - 10716 + 10724, + 10728 ], "loc": { "start": { - "line": 363, + "line": 362, "column": 34 }, "end": { - "line": 363, + "line": 362, "column": 38 } } @@ -18202,62 +18239,62 @@ "value": 1, "raw": "1", "range": [ - 10719, - 10720 + 10731, + 10732 ], "loc": { "start": { - "line": 363, + "line": 362, "column": 41 }, "end": { - "line": 363, + "line": 362, "column": 42 } } }, "range": [ - 10712, - 10720 + 10724, + 10732 ], "loc": { "start": { - "line": 363, + "line": 362, "column": 34 }, "end": { - "line": 363, + "line": 362, "column": 42 } } }, "range": [ - 10705, - 10721 + 10717, + 10733 ], "loc": { "start": { - "line": 363, + "line": 362, "column": 27 }, "end": { - "line": 363, + "line": 362, "column": 43 } } } ], "range": [ - 10698, - 10722 + 10710, + 10734 ], "loc": { "start": { - "line": 363, + "line": 362, "column": 20 }, "end": { - "line": 363, + "line": 362, "column": 44 } } @@ -18268,16 +18305,16 @@ "type": "Identifier", "name": "Number", "range": [ - 10741, - 10747 + 10753, + 10759 ], "loc": { "start": { - "line": 364, + "line": 363, "column": 16 }, "end": { - "line": 364, + "line": 363, "column": 22 } } @@ -18290,16 +18327,16 @@ "type": "Identifier", "name": "values", "range": [ - 10748, - 10754 + 10760, + 10766 ], "loc": { "start": { - "line": 364, + "line": 363, "column": 23 }, "end": { - "line": 364, + "line": 363, "column": 29 } } @@ -18308,62 +18345,62 @@ "type": "Identifier", "name": "posa", "range": [ - 10755, - 10759 + 10767, + 10771 ], "loc": { "start": { - "line": 364, + "line": 363, "column": 30 }, "end": { - "line": 364, + "line": 363, "column": 34 } } }, "range": [ - 10748, - 10760 + 10760, + 10772 ], "loc": { "start": { - "line": 364, + "line": 363, "column": 23 }, "end": { - "line": 364, + "line": 363, "column": 35 } } } ], "range": [ - 10741, - 10761 + 10753, + 10773 ], "loc": { "start": { - "line": 364, + "line": 363, "column": 16 }, "end": { - "line": 364, + "line": 363, "column": 36 } } }, "range": [ - 10698, - 10761 + 10710, + 10773 ], "loc": { "start": { - "line": 363, + "line": 362, "column": 20 }, "end": { - "line": 364, + "line": 363, "column": 36 } } @@ -18373,78 +18410,78 @@ "value": 2, "raw": "2", "range": [ - 10765, - 10766 + 10777, + 10778 ], "loc": { "start": { - "line": 364, + "line": 363, "column": 40 }, "end": { - "line": 364, + "line": 363, "column": 41 } } }, "range": [ - 10697, - 10766 + 10709, + 10778 ], "loc": { "start": { - "line": 363, + "line": 362, "column": 19 }, "end": { - "line": 364, + "line": 363, "column": 41 } } }, "range": [ - 10690, - 10767 + 10702, + 10779 ], "loc": { "start": { - "line": 363, + "line": 362, "column": 12 }, "end": { - "line": 364, + "line": 363, "column": 42 } } } ], "range": [ - 10676, - 10777 + 10688, + 10789 ], "loc": { "start": { - "line": 362, + "line": 361, "column": 35 }, "end": { - "line": 365, + "line": 364, "column": 9 } } }, "alternate": null, "range": [ - 10649, - 10777 + 10661, + 10789 ], "loc": { "start": { - "line": 362, + "line": 361, "column": 8 }, "end": { - "line": 365, + "line": 364, "column": 9 } } @@ -18457,16 +18494,16 @@ "type": "Identifier", "name": "Number", "range": [ - 10793, - 10799 + 10805, + 10811 ], "loc": { "start": { - "line": 366, + "line": 365, "column": 15 }, "end": { - "line": 366, + "line": 365, "column": 21 } } @@ -18479,16 +18516,16 @@ "type": "Identifier", "name": "values", "range": [ - 10800, - 10806 + 10812, + 10818 ], "loc": { "start": { - "line": 366, + "line": 365, "column": 22 }, "end": { - "line": 366, + "line": 365, "column": 28 } } @@ -18497,78 +18534,78 @@ "type": "Identifier", "name": "posa", "range": [ - 10807, - 10811 + 10819, + 10823 ], "loc": { "start": { - "line": 366, + "line": 365, "column": 29 }, "end": { - "line": 366, + "line": 365, "column": 33 } } }, "range": [ - 10800, - 10812 + 10812, + 10824 ], "loc": { "start": { - "line": 366, + "line": 365, "column": 22 }, "end": { - "line": 366, + "line": 365, "column": 34 } } } ], "range": [ - 10793, - 10813 + 10805, + 10825 ], "loc": { "start": { - "line": 366, + "line": 365, "column": 15 }, "end": { - "line": 366, + "line": 365, "column": 35 } } }, "range": [ - 10786, - 10814 + 10798, + 10826 ], "loc": { "start": { - "line": 366, + "line": 365, "column": 8 }, "end": { - "line": 366, + "line": 365, "column": 36 } } } ], "range": [ - 10536, - 10820 + 10548, + 10832 ], "loc": { "start": { - "line": 358, + "line": 357, "column": 24 }, "end": { - "line": 367, + "line": 366, "column": 5 } } @@ -18576,16 +18613,16 @@ "generator": false, "expression": false, "range": [ - 10522, - 10820 + 10534, + 10832 ], "loc": { "start": { - "line": 358, + "line": 357, "column": 10 }, "end": { - "line": 367, + "line": 366, "column": 5 } } @@ -18593,16 +18630,16 @@ "kind": "method", "computed": false, "range": [ - 10516, - 10820 + 10528, + 10832 ], "loc": { "start": { - "line": 358, + "line": 357, "column": 4 }, "end": { - "line": 367, + "line": 366, "column": 5 } }, @@ -18611,16 +18648,16 @@ "type": "Block", "value": "*\n * Calculate the lower quartile of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n ", "range": [ - 10372, - 10511 + 10384, + 10523 ], "loc": { "start": { - "line": 353, + "line": 352, "column": 4 }, "end": { - "line": 357, + "line": 356, "column": 7 } } @@ -18631,16 +18668,16 @@ "type": "Block", "value": "*\n * Calculate the upper quartile of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n ", "range": [ - 10826, - 10965 + 10838, + 10977 ], "loc": { "start": { - "line": 369, + "line": 368, "column": 4 }, "end": { - "line": 373, + "line": 372, "column": 7 } } @@ -18654,16 +18691,16 @@ "type": "Identifier", "name": "calcQ3", "range": [ - 10970, - 10976 + 10982, + 10988 ], "loc": { "start": { - "line": 374, + "line": 373, "column": 4 }, "end": { - "line": 374, + "line": 373, "column": 10 } } @@ -18678,16 +18715,16 @@ "type": "Identifier", "name": "values", "range": [ - 10977, - 10983 + 10989, + 10995 ], "loc": { "start": { - "line": 374, + "line": 373, "column": 11 }, "end": { - "line": 374, + "line": 373, "column": 17 } } @@ -18696,31 +18733,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 10986, - 10988 + 10998, + 11000 ], "loc": { "start": { - "line": 374, + "line": 373, "column": 20 }, "end": { - "line": 374, + "line": 373, "column": 22 } } }, "range": [ - 10977, - 10988 + 10989, + 11000 ], "loc": { "start": { - "line": 374, + "line": 373, "column": 11 }, "end": { - "line": 374, + "line": 373, "column": 22 } } @@ -18738,16 +18775,16 @@ "type": "Identifier", "name": "nbValues", "range": [ - 11004, - 11012 + 11016, + 11024 ], "loc": { "start": { - "line": 375, + "line": 374, "column": 12 }, "end": { - "line": 375, + "line": 374, "column": 20 } } @@ -18759,16 +18796,16 @@ "type": "Identifier", "name": "values", "range": [ - 11015, - 11021 + 11027, + 11033 ], "loc": { "start": { - "line": 375, + "line": 374, "column": 23 }, "end": { - "line": 375, + "line": 374, "column": 29 } } @@ -18777,46 +18814,46 @@ "type": "Identifier", "name": "length", "range": [ - 11022, - 11028 + 11034, + 11040 ], "loc": { "start": { - "line": 375, + "line": 374, "column": 30 }, "end": { - "line": 375, + "line": 374, "column": 36 } } }, "range": [ - 11015, - 11028 + 11027, + 11040 ], "loc": { "start": { - "line": 375, + "line": 374, "column": 23 }, "end": { - "line": 375, + "line": 374, "column": 36 } } }, "range": [ - 11004, - 11028 + 11016, + 11040 ], "loc": { "start": { - "line": 375, + "line": 374, "column": 12 }, "end": { - "line": 375, + "line": 374, "column": 36 } } @@ -18824,16 +18861,16 @@ ], "kind": "let", "range": [ - 11000, - 11029 + 11012, + 11041 ], "loc": { "start": { - "line": 375, + "line": 374, "column": 8 }, "end": { - "line": 375, + "line": 374, "column": 37 } } @@ -18847,16 +18884,16 @@ "type": "Identifier", "name": "posa", "range": [ - 11042, - 11046 + 11054, + 11058 ], "loc": { "start": { - "line": 376, + "line": 375, "column": 12 }, "end": { - "line": 376, + "line": 375, "column": 16 } } @@ -18866,31 +18903,31 @@ "value": 0, "raw": "0.0", "range": [ - 11049, - 11052 + 11061, + 11064 ], "loc": { "start": { - "line": 376, + "line": 375, "column": 19 }, "end": { - "line": 376, + "line": 375, "column": 22 } } }, "range": [ - 11042, - 11052 + 11054, + 11064 ], "loc": { "start": { - "line": 376, + "line": 375, "column": 12 }, "end": { - "line": 376, + "line": 375, "column": 22 } } @@ -18898,16 +18935,16 @@ ], "kind": "let", "range": [ - 11038, - 11053 + 11050, + 11065 ], "loc": { "start": { - "line": 376, + "line": 375, "column": 8 }, "end": { - "line": 376, + "line": 375, "column": 23 } } @@ -18921,16 +18958,16 @@ "type": "Identifier", "name": "posb", "range": [ - 11066, - 11070 + 11078, + 11082 ], "loc": { "start": { - "line": 377, + "line": 376, "column": 12 }, "end": { - "line": 377, + "line": 376, "column": 16 } } @@ -18940,31 +18977,31 @@ "value": 0, "raw": "0.0", "range": [ - 11073, - 11076 + 11085, + 11088 ], "loc": { "start": { - "line": 377, + "line": 376, "column": 19 }, "end": { - "line": 377, + "line": 376, "column": 22 } } }, "range": [ - 11066, - 11076 + 11078, + 11088 ], "loc": { "start": { - "line": 377, + "line": 376, "column": 12 }, "end": { - "line": 377, + "line": 376, "column": 22 } } @@ -18972,16 +19009,16 @@ ], "kind": "let", "range": [ - 11062, - 11077 + 11074, + 11089 ], "loc": { "start": { - "line": 377, + "line": 376, "column": 8 }, "end": { - "line": 377, + "line": 376, "column": 23 } } @@ -18995,16 +19032,16 @@ "type": "Identifier", "name": "posa", "range": [ - 11086, - 11090 + 11098, + 11102 ], "loc": { "start": { - "line": 378, + "line": 377, "column": 8 }, "end": { - "line": 378, + "line": 377, "column": 12 } } @@ -19018,16 +19055,16 @@ "type": "Identifier", "name": "Math", "range": [ - 11093, - 11097 + 11105, + 11109 ], "loc": { "start": { - "line": 378, + "line": 377, "column": 15 }, "end": { - "line": 378, + "line": 377, "column": 19 } } @@ -19036,31 +19073,31 @@ "type": "Identifier", "name": "floor", "range": [ - 11098, - 11103 + 11110, + 11115 ], "loc": { "start": { - "line": 378, + "line": 377, "column": 20 }, "end": { - "line": 378, + "line": 377, "column": 25 } } }, "range": [ - 11093, - 11103 + 11105, + 11115 ], "loc": { "start": { - "line": 378, + "line": 377, "column": 15 }, "end": { - "line": 378, + "line": 377, "column": 25 } } @@ -19073,16 +19110,16 @@ "type": "Identifier", "name": "nbValues", "range": [ - 11104, - 11112 + 11116, + 11124 ], "loc": { "start": { - "line": 378, + "line": 377, "column": 26 }, "end": { - "line": 378, + "line": 377, "column": 34 } } @@ -19092,77 +19129,77 @@ "value": 4, "raw": "4", "range": [ - 11115, - 11116 + 11127, + 11128 ], "loc": { "start": { - "line": 378, + "line": 377, "column": 37 }, "end": { - "line": 378, + "line": 377, "column": 38 } } }, "range": [ - 11104, - 11116 + 11116, + 11128 ], "loc": { "start": { - "line": 378, + "line": 377, "column": 26 }, "end": { - "line": 378, + "line": 377, "column": 38 } } } ], "range": [ - 11093, - 11117 + 11105, + 11129 ], "loc": { "start": { - "line": 378, + "line": 377, "column": 15 }, "end": { - "line": 378, + "line": 377, "column": 39 } } }, "range": [ - 11086, - 11117 + 11098, + 11129 ], "loc": { "start": { - "line": 378, + "line": 377, "column": 8 }, "end": { - "line": 378, + "line": 377, "column": 39 } } }, "range": [ - 11086, - 11118 + 11098, + 11130 ], "loc": { "start": { - "line": 378, + "line": 377, "column": 8 }, "end": { - "line": 378, + "line": 377, "column": 40 } } @@ -19180,16 +19217,16 @@ "value": 4, "raw": "4", "range": [ - 11131, - 11132 + 11143, + 11144 ], "loc": { "start": { - "line": 379, + "line": 378, "column": 12 }, "end": { - "line": 379, + "line": 378, "column": 13 } } @@ -19198,31 +19235,31 @@ "type": "Identifier", "name": "posa", "range": [ - 11135, - 11139 + 11147, + 11151 ], "loc": { "start": { - "line": 379, + "line": 378, "column": 16 }, "end": { - "line": 379, + "line": 378, "column": 20 } } }, "range": [ - 11131, - 11139 + 11143, + 11151 ], "loc": { "start": { - "line": 379, + "line": 378, "column": 12 }, "end": { - "line": 379, + "line": 378, "column": 20 } } @@ -19231,31 +19268,31 @@ "type": "Identifier", "name": "nbValues", "range": [ - 11144, - 11152 + 11156, + 11164 ], "loc": { "start": { - "line": 379, + "line": 378, "column": 25 }, "end": { - "line": 379, + "line": 378, "column": 33 } } }, "range": [ - 11131, - 11152 + 11143, + 11164 ], "loc": { "start": { - "line": 379, + "line": 378, "column": 12 }, "end": { - "line": 379, + "line": 378, "column": 33 } } @@ -19272,16 +19309,16 @@ "type": "Identifier", "name": "posb", "range": [ - 11168, - 11172 + 11180, + 11184 ], "loc": { "start": { - "line": 380, + "line": 379, "column": 12 }, "end": { - "line": 380, + "line": 379, "column": 16 } } @@ -19294,16 +19331,16 @@ "value": 3, "raw": "3", "range": [ - 11175, - 11176 + 11187, + 11188 ], "loc": { "start": { - "line": 380, + "line": 379, "column": 19 }, "end": { - "line": 380, + "line": 379, "column": 20 } } @@ -19312,61 +19349,61 @@ "type": "Identifier", "name": "posa", "range": [ - 11179, - 11183 + 11191, + 11195 ], "loc": { "start": { - "line": 380, + "line": 379, "column": 23 }, "end": { - "line": 380, + "line": 379, "column": 27 } } }, "range": [ - 11175, - 11183 + 11187, + 11195 ], "loc": { "start": { - "line": 380, + "line": 379, "column": 19 }, "end": { - "line": 380, + "line": 379, "column": 27 } } }, "range": [ - 11168, - 11183 + 11180, + 11195 ], "loc": { "start": { - "line": 380, + "line": 379, "column": 12 }, "end": { - "line": 380, + "line": 379, "column": 27 } } }, "range": [ - 11168, - 11184 + 11180, + 11196 ], "loc": { "start": { - "line": 380, + "line": 379, "column": 12 }, "end": { - "line": 380, + "line": 379, "column": 28 } } @@ -19385,16 +19422,16 @@ "type": "Identifier", "name": "Number", "range": [ - 11205, - 11211 + 11217, + 11223 ], "loc": { "start": { - "line": 381, + "line": 380, "column": 20 }, "end": { - "line": 381, + "line": 380, "column": 26 } } @@ -19407,16 +19444,16 @@ "type": "Identifier", "name": "values", "range": [ - 11212, - 11218 + 11224, + 11230 ], "loc": { "start": { - "line": 381, + "line": 380, "column": 27 }, "end": { - "line": 381, + "line": 380, "column": 33 } } @@ -19425,47 +19462,47 @@ "type": "Identifier", "name": "posb", "range": [ - 11219, - 11223 + 11231, + 11235 ], "loc": { "start": { - "line": 381, + "line": 380, "column": 34 }, "end": { - "line": 381, + "line": 380, "column": 38 } } }, "range": [ - 11212, - 11224 + 11224, + 11236 ], "loc": { "start": { - "line": 381, + "line": 380, "column": 27 }, "end": { - "line": 381, + "line": 380, "column": 39 } } } ], "range": [ - 11205, - 11225 + 11217, + 11237 ], "loc": { "start": { - "line": 381, + "line": 380, "column": 20 }, "end": { - "line": 381, + "line": 380, "column": 40 } } @@ -19476,16 +19513,16 @@ "type": "Identifier", "name": "Number", "range": [ - 11244, - 11250 + 11256, + 11262 ], "loc": { "start": { - "line": 382, + "line": 381, "column": 16 }, "end": { - "line": 382, + "line": 381, "column": 22 } } @@ -19498,16 +19535,16 @@ "type": "Identifier", "name": "values", "range": [ - 11251, - 11257 + 11263, + 11269 ], "loc": { "start": { - "line": 382, + "line": 381, "column": 23 }, "end": { - "line": 382, + "line": 381, "column": 29 } } @@ -19519,16 +19556,16 @@ "type": "Identifier", "name": "posb", "range": [ - 11258, - 11262 + 11270, + 11274 ], "loc": { "start": { - "line": 382, + "line": 381, "column": 30 }, "end": { - "line": 382, + "line": 381, "column": 34 } } @@ -19538,77 +19575,77 @@ "value": 1, "raw": "1", "range": [ - 11265, - 11266 + 11277, + 11278 ], "loc": { "start": { - "line": 382, + "line": 381, "column": 37 }, "end": { - "line": 382, + "line": 381, "column": 38 } } }, "range": [ - 11258, - 11266 + 11270, + 11278 ], "loc": { "start": { - "line": 382, + "line": 381, "column": 30 }, "end": { - "line": 382, + "line": 381, "column": 38 } } }, "range": [ - 11251, - 11267 + 11263, + 11279 ], "loc": { "start": { - "line": 382, + "line": 381, "column": 23 }, "end": { - "line": 382, + "line": 381, "column": 39 } } } ], "range": [ - 11244, - 11268 + 11256, + 11280 ], "loc": { "start": { - "line": 382, + "line": 381, "column": 16 }, "end": { - "line": 382, + "line": 381, "column": 40 } } }, "range": [ - 11205, - 11268 + 11217, + 11280 ], "loc": { "start": { - "line": 381, + "line": 380, "column": 20 }, "end": { - "line": 382, + "line": 381, "column": 40 } } @@ -19618,78 +19655,78 @@ "value": 2, "raw": "2", "range": [ - 11272, - 11273 + 11284, + 11285 ], "loc": { "start": { - "line": 382, + "line": 381, "column": 44 }, "end": { - "line": 382, + "line": 381, "column": 45 } } }, "range": [ - 11204, - 11273 + 11216, + 11285 ], "loc": { "start": { - "line": 381, + "line": 380, "column": 19 }, "end": { - "line": 382, + "line": 381, "column": 45 } } }, "range": [ - 11197, - 11274 + 11209, + 11286 ], "loc": { "start": { - "line": 381, + "line": 380, "column": 12 }, "end": { - "line": 382, + "line": 381, "column": 46 } } } ], "range": [ - 11154, - 11284 + 11166, + 11296 ], "loc": { "start": { - "line": 379, + "line": 378, "column": 35 }, "end": { - "line": 383, + "line": 382, "column": 9 } } }, "alternate": null, "range": [ - 11127, - 11284 + 11139, + 11296 ], "loc": { "start": { - "line": 379, + "line": 378, "column": 8 }, "end": { - "line": 383, + "line": 382, "column": 9 } } @@ -19702,16 +19739,16 @@ "type": "Identifier", "name": "Number", "range": [ - 11300, - 11306 + 11312, + 11318 ], "loc": { "start": { - "line": 384, + "line": 383, "column": 15 }, "end": { - "line": 384, + "line": 383, "column": 21 } } @@ -19724,16 +19761,16 @@ "type": "Identifier", "name": "values", "range": [ - 11307, - 11313 + 11319, + 11325 ], "loc": { "start": { - "line": 384, + "line": 383, "column": 22 }, "end": { - "line": 384, + "line": 383, "column": 28 } } @@ -19748,16 +19785,16 @@ "type": "Identifier", "name": "nbValues", "range": [ - 11314, - 11322 + 11326, + 11334 ], "loc": { "start": { - "line": 384, + "line": 383, "column": 29 }, "end": { - "line": 384, + "line": 383, "column": 37 } } @@ -19766,31 +19803,31 @@ "type": "Identifier", "name": "posa", "range": [ - 11325, - 11329 + 11337, + 11341 ], "loc": { "start": { - "line": 384, + "line": 383, "column": 40 }, "end": { - "line": 384, + "line": 383, "column": 44 } } }, "range": [ - 11314, - 11329 + 11326, + 11341 ], "loc": { "start": { - "line": 384, + "line": 383, "column": 29 }, "end": { - "line": 384, + "line": 383, "column": 44 } } @@ -19800,93 +19837,93 @@ "value": 1, "raw": "1", "range": [ - 11332, - 11333 + 11344, + 11345 ], "loc": { "start": { - "line": 384, + "line": 383, "column": 47 }, "end": { - "line": 384, + "line": 383, "column": 48 } } }, "range": [ - 11314, - 11333 + 11326, + 11345 ], "loc": { "start": { - "line": 384, + "line": 383, "column": 29 }, "end": { - "line": 384, + "line": 383, "column": 48 } } }, "range": [ - 11307, - 11334 + 11319, + 11346 ], "loc": { "start": { - "line": 384, + "line": 383, "column": 22 }, "end": { - "line": 384, + "line": 383, "column": 49 } } } ], "range": [ - 11300, - 11335 + 11312, + 11347 ], "loc": { "start": { - "line": 384, + "line": 383, "column": 15 }, "end": { - "line": 384, + "line": 383, "column": 50 } } }, "range": [ - 11293, - 11336 + 11305, + 11348 ], "loc": { "start": { - "line": 384, + "line": 383, "column": 8 }, "end": { - "line": 384, + "line": 383, "column": 51 } } } ], "range": [ - 10990, - 11342 + 11002, + 11354 ], "loc": { "start": { - "line": 374, + "line": 373, "column": 24 }, "end": { - "line": 385, + "line": 384, "column": 5 } } @@ -19894,16 +19931,16 @@ "generator": false, "expression": false, "range": [ - 10976, - 11342 + 10988, + 11354 ], "loc": { "start": { - "line": 374, + "line": 373, "column": 10 }, "end": { - "line": 385, + "line": 384, "column": 5 } } @@ -19911,16 +19948,16 @@ "kind": "method", "computed": false, "range": [ - 10970, - 11342 + 10982, + 11354 ], "loc": { "start": { - "line": 374, + "line": 373, "column": 4 }, "end": { - "line": 385, + "line": 384, "column": 5 } }, @@ -19929,16 +19966,16 @@ "type": "Block", "value": "*\n * Calculate the upper quartile of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n ", "range": [ - 10826, - 10965 + 10838, + 10977 ], "loc": { "start": { - "line": 369, + "line": 368, "column": 4 }, "end": { - "line": 373, + "line": 372, "column": 7 } } @@ -19949,16 +19986,16 @@ "type": "Block", "value": "*\n * Sort passed values with supplied sorter function.\n * @param {Array} [values=[]] List of values to be sorted\n * @param {Function} sorter Sorter function\n * @returns {Array}\n ", "range": [ - 11348, - 11550 + 11360, + 11562 ], "loc": { "start": { - "line": 387, + "line": 386, "column": 4 }, "end": { - "line": 392, + "line": 391, "column": 7 } } @@ -19972,16 +20009,16 @@ "type": "Identifier", "name": "sortColumnValues", "range": [ - 11555, - 11571 + 11567, + 11583 ], "loc": { "start": { - "line": 393, + "line": 392, "column": 4 }, "end": { - "line": 393, + "line": 392, "column": 20 } } @@ -19996,16 +20033,16 @@ "type": "Identifier", "name": "values", "range": [ - 11572, - 11578 + 11584, + 11590 ], "loc": { "start": { - "line": 393, + "line": 392, "column": 21 }, "end": { - "line": 393, + "line": 392, "column": 27 } } @@ -20014,31 +20051,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 11581, - 11583 + 11593, + 11595 ], "loc": { "start": { - "line": 393, + "line": 392, "column": 30 }, "end": { - "line": 393, + "line": 392, "column": 32 } } }, "range": [ - 11572, - 11583 + 11584, + 11595 ], "loc": { "start": { - "line": 393, + "line": 392, "column": 21 }, "end": { - "line": 393, + "line": 392, "column": 32 } } @@ -20047,16 +20084,16 @@ "type": "Identifier", "name": "sorter", "range": [ - 11585, - 11591 + 11597, + 11603 ], "loc": { "start": { - "line": 393, + "line": 392, "column": 34 }, "end": { - "line": 393, + "line": 392, "column": 40 } } @@ -20076,16 +20113,16 @@ "type": "Identifier", "name": "values", "range": [ - 11610, - 11616 + 11622, + 11628 ], "loc": { "start": { - "line": 394, + "line": 393, "column": 15 }, "end": { - "line": 394, + "line": 393, "column": 21 } } @@ -20094,31 +20131,31 @@ "type": "Identifier", "name": "sort", "range": [ - 11617, - 11621 + 11629, + 11633 ], "loc": { "start": { - "line": 394, + "line": 393, "column": 22 }, "end": { - "line": 394, + "line": 393, "column": 26 } } }, "range": [ - 11610, - 11621 + 11622, + 11633 ], "loc": { "start": { - "line": 394, + "line": 393, "column": 15 }, "end": { - "line": 394, + "line": 393, "column": 26 } } @@ -20128,63 +20165,63 @@ "type": "Identifier", "name": "sorter", "range": [ - 11622, - 11628 + 11634, + 11640 ], "loc": { "start": { - "line": 394, + "line": 393, "column": 27 }, "end": { - "line": 394, + "line": 393, "column": 33 } } } ], "range": [ - 11610, - 11629 + 11622, + 11641 ], "loc": { "start": { - "line": 394, + "line": 393, "column": 15 }, "end": { - "line": 394, + "line": 393, "column": 34 } } }, "range": [ - 11603, - 11630 + 11615, + 11642 ], "loc": { "start": { - "line": 394, + "line": 393, "column": 8 }, "end": { - "line": 394, + "line": 393, "column": 35 } } } ], "range": [ - 11593, - 11636 + 11605, + 11648 ], "loc": { "start": { - "line": 393, + "line": 392, "column": 42 }, "end": { - "line": 395, + "line": 394, "column": 5 } } @@ -20192,16 +20229,16 @@ "generator": false, "expression": false, "range": [ - 11571, - 11636 + 11583, + 11648 ], "loc": { "start": { - "line": 393, + "line": 392, "column": 20 }, "end": { - "line": 395, + "line": 394, "column": 5 } } @@ -20209,16 +20246,16 @@ "kind": "method", "computed": false, "range": [ - 11555, - 11636 + 11567, + 11648 ], "loc": { "start": { - "line": 393, + "line": 392, "column": 4 }, "end": { - "line": 395, + "line": 394, "column": 5 } }, @@ -20227,16 +20264,16 @@ "type": "Block", "value": "*\n * Sort passed values with supplied sorter function.\n * @param {Array} [values=[]] List of values to be sorted\n * @param {Function} sorter Sorter function\n * @returns {Array}\n ", "range": [ - 11348, - 11550 + 11360, + 11562 ], "loc": { "start": { - "line": 387, + "line": 386, "column": 4 }, "end": { - "line": 392, + "line": 391, "column": 7 } } @@ -20247,16 +20284,16 @@ "type": "Block", "value": "*\n * Write calculation result in passed DOM element with supplied write method\n * and decimal precision.\n * @param {Number} [result=0] Calculation result\n * @param {DOMElement} label DOM element\n * @param {String} [writeType='innerhtml'] Write method\n * @param {Number} [precision=2] Applied decimal precision\n * @private\n ", "range": [ - 11642, - 12001 + 11654, + 12013 ], "loc": { "start": { - "line": 397, + "line": 396, "column": 4 }, "end": { - "line": 405, + "line": 404, "column": 7 } } @@ -20270,16 +20307,16 @@ "type": "Identifier", "name": "writeResult", "range": [ - 12006, - 12017 + 12018, + 12029 ], "loc": { "start": { - "line": 406, + "line": 405, "column": 4 }, "end": { - "line": 406, + "line": 405, "column": 15 } } @@ -20294,16 +20331,16 @@ "type": "Identifier", "name": "result", "range": [ - 12018, - 12024 + 12030, + 12036 ], "loc": { "start": { - "line": 406, + "line": 405, "column": 16 }, "end": { - "line": 406, + "line": 405, "column": 22 } } @@ -20313,31 +20350,31 @@ "value": 0, "raw": "0", "range": [ - 12027, - 12028 + 12039, + 12040 ], "loc": { "start": { - "line": 406, + "line": 405, "column": 25 }, "end": { - "line": 406, + "line": 405, "column": 26 } } }, "range": [ - 12018, - 12028 + 12030, + 12040 ], "loc": { "start": { - "line": 406, + "line": 405, "column": 16 }, "end": { - "line": 406, + "line": 405, "column": 26 } } @@ -20346,16 +20383,16 @@ "type": "Identifier", "name": "label", "range": [ - 12030, - 12035 + 12042, + 12047 ], "loc": { "start": { - "line": 406, + "line": 405, "column": 28 }, "end": { - "line": 406, + "line": 405, "column": 33 } } @@ -20366,16 +20403,16 @@ "type": "Identifier", "name": "writeType", "range": [ - 12037, - 12046 + 12049, + 12058 ], "loc": { "start": { - "line": 406, + "line": 405, "column": 35 }, "end": { - "line": 406, + "line": 405, "column": 44 } } @@ -20385,31 +20422,31 @@ "value": "innerhtml", "raw": "'innerhtml'", "range": [ - 12049, - 12060 + 12061, + 12072 ], "loc": { "start": { - "line": 406, + "line": 405, "column": 47 }, "end": { - "line": 406, + "line": 405, "column": 58 } } }, "range": [ - 12037, - 12060 + 12049, + 12072 ], "loc": { "start": { - "line": 406, + "line": 405, "column": 35 }, "end": { - "line": 406, + "line": 405, "column": 58 } } @@ -20420,16 +20457,16 @@ "type": "Identifier", "name": "precision", "range": [ - 12062, - 12071 + 12074, + 12083 ], "loc": { "start": { - "line": 406, + "line": 405, "column": 60 }, "end": { - "line": 406, + "line": 405, "column": 69 } } @@ -20439,31 +20476,31 @@ "value": 2, "raw": "2", "range": [ - 12074, - 12075 + 12086, + 12087 ], "loc": { "start": { - "line": 406, + "line": 405, "column": 72 }, "end": { - "line": 406, + "line": 405, "column": 73 } } }, "range": [ - 12062, - 12075 + 12074, + 12087 ], "loc": { "start": { - "line": 406, + "line": 405, "column": 60 }, "end": { - "line": 406, + "line": 405, "column": 73 } } @@ -20481,16 +20518,16 @@ "type": "Identifier", "name": "labelElm", "range": [ - 12091, - 12099 + 12103, + 12111 ], "loc": { "start": { - "line": 407, + "line": 406, "column": 12 }, "end": { - "line": 407, + "line": 406, "column": 20 } } @@ -20501,16 +20538,16 @@ "type": "Identifier", "name": "elm", "range": [ - 12102, - 12105 + 12114, + 12117 ], "loc": { "start": { - "line": 407, + "line": 406, "column": 23 }, "end": { - "line": 407, + "line": 406, "column": 26 } } @@ -20520,47 +20557,47 @@ "type": "Identifier", "name": "label", "range": [ - 12106, - 12111 + 12118, + 12123 ], "loc": { "start": { - "line": 407, + "line": 406, "column": 27 }, "end": { - "line": 407, + "line": 406, "column": 32 } } } ], "range": [ - 12102, - 12112 + 12114, + 12124 ], "loc": { "start": { - "line": 407, + "line": 406, "column": 23 }, "end": { - "line": 407, + "line": 406, "column": 33 } } }, "range": [ - 12091, - 12112 + 12103, + 12124 ], "loc": { "start": { - "line": 407, + "line": 406, "column": 12 }, "end": { - "line": 407, + "line": 406, "column": 33 } } @@ -20568,16 +20605,16 @@ ], "kind": "let", "range": [ - 12087, - 12113 + 12099, + 12125 ], "loc": { "start": { - "line": 407, + "line": 406, "column": 8 }, "end": { - "line": 407, + "line": 406, "column": 34 } } @@ -20591,32 +20628,32 @@ "type": "Identifier", "name": "labelElm", "range": [ - 12128, - 12136 + 12140, + 12148 ], "loc": { "start": { - "line": 409, + "line": 408, "column": 13 }, "end": { - "line": 409, + "line": 408, "column": 21 } } }, "prefix": true, "range": [ - 12127, - 12136 + 12139, + 12148 ], "loc": { "start": { - "line": 409, + "line": 408, "column": 12 }, "end": { - "line": 409, + "line": 408, "column": 21 } } @@ -20628,48 +20665,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 12152, - 12159 + 12164, + 12171 ], "loc": { "start": { - "line": 410, + "line": 409, "column": 12 }, "end": { - "line": 410, + "line": 409, "column": 19 } } } ], "range": [ - 12138, - 12169 + 12150, + 12181 ], "loc": { "start": { - "line": 409, + "line": 408, "column": 23 }, "end": { - "line": 411, + "line": 410, "column": 9 } } }, "alternate": null, "range": [ - 12123, - 12169 + 12135, + 12181 ], "loc": { "start": { - "line": 409, + "line": 408, "column": 8 }, "end": { - "line": 411, + "line": 410, "column": 9 } } @@ -20683,16 +20720,16 @@ "type": "Identifier", "name": "result", "range": [ - 12179, - 12185 + 12191, + 12197 ], "loc": { "start": { - "line": 413, + "line": 412, "column": 8 }, "end": { - "line": 413, + "line": 412, "column": 14 } } @@ -20706,16 +20743,16 @@ "type": "Identifier", "name": "result", "range": [ - 12188, - 12194 + 12200, + 12206 ], "loc": { "start": { - "line": 413, + "line": 412, "column": 17 }, "end": { - "line": 413, + "line": 412, "column": 23 } } @@ -20724,31 +20761,31 @@ "type": "Identifier", "name": "toFixed", "range": [ - 12195, - 12202 + 12207, + 12214 ], "loc": { "start": { - "line": 413, + "line": 412, "column": 24 }, "end": { - "line": 413, + "line": 412, "column": 31 } } }, "range": [ - 12188, - 12202 + 12200, + 12214 ], "loc": { "start": { - "line": 413, + "line": 412, "column": 17 }, "end": { - "line": 413, + "line": 412, "column": 31 } } @@ -20758,62 +20795,62 @@ "type": "Identifier", "name": "precision", "range": [ - 12203, - 12212 + 12215, + 12224 ], "loc": { "start": { - "line": 413, + "line": 412, "column": 32 }, "end": { - "line": 413, + "line": 412, "column": 41 } } } ], "range": [ - 12188, - 12213 + 12200, + 12225 ], "loc": { "start": { - "line": 413, + "line": 412, "column": 17 }, "end": { - "line": 413, + "line": 412, "column": 42 } } }, "range": [ - 12179, - 12213 + 12191, + 12225 ], "loc": { "start": { - "line": 413, + "line": 412, "column": 8 }, "end": { - "line": 413, + "line": 412, "column": 42 } } }, "range": [ - 12179, - 12214 + 12191, + 12226 ], "loc": { "start": { - "line": 413, + "line": 412, "column": 8 }, "end": { - "line": 413, + "line": 412, "column": 43 } } @@ -20829,16 +20866,16 @@ "type": "Identifier", "name": "isNaN", "range": [ - 12227, - 12232 + 12239, + 12244 ], "loc": { "start": { - "line": 414, + "line": 413, "column": 12 }, "end": { - "line": 414, + "line": 413, "column": 17 } } @@ -20848,32 +20885,32 @@ "type": "Identifier", "name": "result", "range": [ - 12233, - 12239 + 12245, + 12251 ], "loc": { "start": { - "line": 414, + "line": 413, "column": 18 }, "end": { - "line": 414, + "line": 413, "column": 24 } } } ], "range": [ - 12227, - 12240 + 12239, + 12252 ], "loc": { "start": { - "line": 414, + "line": 413, "column": 12 }, "end": { - "line": 414, + "line": 413, "column": 25 } } @@ -20887,16 +20924,16 @@ "type": "Identifier", "name": "isFinite", "range": [ - 12245, - 12253 + 12257, + 12265 ], "loc": { "start": { - "line": 414, + "line": 413, "column": 30 }, "end": { - "line": 414, + "line": 413, "column": 38 } } @@ -20906,63 +20943,63 @@ "type": "Identifier", "name": "result", "range": [ - 12254, - 12260 + 12266, + 12272 ], "loc": { "start": { - "line": 414, + "line": 413, "column": 39 }, "end": { - "line": 414, + "line": 413, "column": 45 } } } ], "range": [ - 12245, - 12261 + 12257, + 12273 ], "loc": { "start": { - "line": 414, + "line": 413, "column": 30 }, "end": { - "line": 414, + "line": 413, "column": 46 } } }, "prefix": true, "range": [ - 12244, - 12261 + 12256, + 12273 ], "loc": { "start": { - "line": 414, + "line": 413, "column": 29 }, "end": { - "line": 414, + "line": 413, "column": 46 } } }, "range": [ - 12227, - 12261 + 12239, + 12273 ], "loc": { "start": { - "line": 414, + "line": 413, "column": 12 }, "end": { - "line": 414, + "line": 413, "column": 46 } } @@ -20979,16 +21016,16 @@ "type": "Identifier", "name": "result", "range": [ - 12277, - 12283 + 12289, + 12295 ], "loc": { "start": { - "line": 415, + "line": 414, "column": 12 }, "end": { - "line": 415, + "line": 414, "column": 18 } } @@ -20998,78 +21035,78 @@ "value": "", "raw": "''", "range": [ - 12286, - 12288 + 12298, + 12300 ], "loc": { "start": { - "line": 415, + "line": 414, "column": 21 }, "end": { - "line": 415, + "line": 414, "column": 23 } } }, "range": [ - 12277, - 12288 + 12289, + 12300 ], "loc": { "start": { - "line": 415, + "line": 414, "column": 12 }, "end": { - "line": 415, + "line": 414, "column": 23 } } }, "range": [ - 12277, - 12289 + 12289, + 12301 ], "loc": { "start": { - "line": 415, + "line": 414, "column": 12 }, "end": { - "line": 415, + "line": 414, "column": 24 } } } ], "range": [ - 12263, - 12299 + 12275, + 12311 ], "loc": { "start": { - "line": 414, + "line": 413, "column": 48 }, "end": { - "line": 416, + "line": 415, "column": 9 } } }, "alternate": null, "range": [ - 12223, - 12299 + 12235, + 12311 ], "loc": { "start": { - "line": 414, + "line": 413, "column": 8 }, "end": { - "line": 416, + "line": 415, "column": 9 } } @@ -21085,16 +21122,16 @@ "type": "Identifier", "name": "writeType", "range": [ - 12317, - 12326 + 12329, + 12338 ], "loc": { "start": { - "line": 418, + "line": 417, "column": 16 }, "end": { - "line": 418, + "line": 417, "column": 25 } } @@ -21103,47 +21140,47 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 12327, - 12338 + 12339, + 12350 ], "loc": { "start": { - "line": 418, + "line": 417, "column": 26 }, "end": { - "line": 418, + "line": 417, "column": 37 } } }, "range": [ - 12317, - 12338 + 12329, + 12350 ], "loc": { "start": { - "line": 418, + "line": 417, "column": 16 }, "end": { - "line": 418, + "line": 417, "column": 37 } } }, "arguments": [], "range": [ - 12317, - 12340 + 12329, + 12352 ], "loc": { "start": { - "line": 418, + "line": 417, "column": 16 }, "end": { - "line": 418, + "line": 417, "column": 39 } } @@ -21156,16 +21193,16 @@ "value": "innerhtml", "raw": "'innerhtml'", "range": [ - 12361, - 12372 + 12373, + 12384 ], "loc": { "start": { - "line": 419, + "line": 418, "column": 17 }, "end": { - "line": 419, + "line": 418, "column": 28 } } @@ -21183,16 +21220,16 @@ "type": "Identifier", "name": "labelElm", "range": [ - 12390, - 12398 + 12402, + 12410 ], "loc": { "start": { - "line": 420, + "line": 419, "column": 16 }, "end": { - "line": 420, + "line": 419, "column": 24 } } @@ -21201,31 +21238,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 12399, - 12408 + 12411, + 12420 ], "loc": { "start": { - "line": 420, + "line": 419, "column": 25 }, "end": { - "line": 420, + "line": 419, "column": 34 } } }, "range": [ - 12390, - 12408 + 12402, + 12420 ], "loc": { "start": { - "line": 420, + "line": 419, "column": 16 }, "end": { - "line": 420, + "line": 419, "column": 34 } } @@ -21234,46 +21271,46 @@ "type": "Identifier", "name": "result", "range": [ - 12411, - 12417 + 12423, + 12429 ], "loc": { "start": { - "line": 420, + "line": 419, "column": 37 }, "end": { - "line": 420, + "line": 419, "column": 43 } } }, "range": [ - 12390, - 12417 + 12402, + 12429 ], "loc": { "start": { - "line": 420, + "line": 419, "column": 16 }, "end": { - "line": 420, + "line": 419, "column": 43 } } }, "range": [ - 12390, - 12418 + 12402, + 12430 ], "loc": { "start": { - "line": 420, + "line": 419, "column": 16 }, "end": { - "line": 420, + "line": 419, "column": 44 } } @@ -21282,32 +21319,32 @@ "type": "BreakStatement", "label": null, "range": [ - 12435, - 12441 + 12447, + 12453 ], "loc": { "start": { - "line": 421, + "line": 420, "column": 16 }, "end": { - "line": 421, + "line": 420, "column": 22 } } } ], "range": [ - 12356, - 12441 + 12368, + 12453 ], "loc": { "start": { - "line": 419, + "line": 418, "column": 12 }, "end": { - "line": 421, + "line": 420, "column": 22 } } @@ -21319,16 +21356,16 @@ "value": "setvalue", "raw": "'setvalue'", "range": [ - 12459, - 12469 + 12471, + 12481 ], "loc": { "start": { - "line": 422, + "line": 421, "column": 17 }, "end": { - "line": 422, + "line": 421, "column": 27 } } @@ -21346,16 +21383,16 @@ "type": "Identifier", "name": "labelElm", "range": [ - 12487, - 12495 + 12499, + 12507 ], "loc": { "start": { - "line": 423, + "line": 422, "column": 16 }, "end": { - "line": 423, + "line": 422, "column": 24 } } @@ -21364,31 +21401,31 @@ "type": "Identifier", "name": "value", "range": [ - 12496, - 12501 + 12508, + 12513 ], "loc": { "start": { - "line": 423, + "line": 422, "column": 25 }, "end": { - "line": 423, + "line": 422, "column": 30 } } }, "range": [ - 12487, - 12501 + 12499, + 12513 ], "loc": { "start": { - "line": 423, + "line": 422, "column": 16 }, "end": { - "line": 423, + "line": 422, "column": 30 } } @@ -21397,46 +21434,46 @@ "type": "Identifier", "name": "result", "range": [ - 12504, - 12510 + 12516, + 12522 ], "loc": { "start": { - "line": 423, + "line": 422, "column": 33 }, "end": { - "line": 423, + "line": 422, "column": 39 } } }, "range": [ - 12487, - 12510 + 12499, + 12522 ], "loc": { "start": { - "line": 423, + "line": 422, "column": 16 }, "end": { - "line": 423, + "line": 422, "column": 39 } } }, "range": [ - 12487, - 12511 + 12499, + 12523 ], "loc": { "start": { - "line": 423, + "line": 422, "column": 16 }, "end": { - "line": 423, + "line": 422, "column": 40 } } @@ -21445,32 +21482,32 @@ "type": "BreakStatement", "label": null, "range": [ - 12528, - 12534 + 12540, + 12546 ], "loc": { "start": { - "line": 424, + "line": 423, "column": 16 }, "end": { - "line": 424, + "line": 423, "column": 22 } } } ], "range": [ - 12454, - 12534 + 12466, + 12546 ], "loc": { "start": { - "line": 422, + "line": 421, "column": 12 }, "end": { - "line": 424, + "line": 423, "column": 22 } } @@ -21482,16 +21519,16 @@ "value": "createtextnode", "raw": "'createtextnode'", "range": [ - 12552, - 12568 + 12564, + 12580 ], "loc": { "start": { - "line": 425, + "line": 424, "column": 17 }, "end": { - "line": 425, + "line": 424, "column": 33 } } @@ -21506,16 +21543,16 @@ "type": "Identifier", "name": "oldNode", "range": [ - 12590, - 12597 + 12602, + 12609 ], "loc": { "start": { - "line": 426, + "line": 425, "column": 20 }, "end": { - "line": 426, + "line": 425, "column": 27 } } @@ -21527,16 +21564,16 @@ "type": "Identifier", "name": "labelElm", "range": [ - 12600, - 12608 + 12612, + 12620 ], "loc": { "start": { - "line": 426, + "line": 425, "column": 30 }, "end": { - "line": 426, + "line": 425, "column": 38 } } @@ -21545,46 +21582,46 @@ "type": "Identifier", "name": "firstChild", "range": [ - 12609, - 12619 + 12621, + 12631 ], "loc": { "start": { - "line": 426, + "line": 425, "column": 39 }, "end": { - "line": 426, + "line": 425, "column": 49 } } }, "range": [ - 12600, - 12619 + 12612, + 12631 ], "loc": { "start": { - "line": 426, + "line": 425, "column": 30 }, "end": { - "line": 426, + "line": 425, "column": 49 } } }, "range": [ - 12590, - 12619 + 12602, + 12631 ], "loc": { "start": { - "line": 426, + "line": 425, "column": 20 }, "end": { - "line": 426, + "line": 425, "column": 49 } } @@ -21592,16 +21629,16 @@ ], "kind": "let", "range": [ - 12586, - 12620 + 12598, + 12632 ], "loc": { "start": { - "line": 426, + "line": 425, "column": 16 }, "end": { - "line": 426, + "line": 425, "column": 50 } } @@ -21615,16 +21652,16 @@ "type": "Identifier", "name": "txtNode", "range": [ - 12641, - 12648 + 12653, + 12660 ], "loc": { "start": { - "line": 427, + "line": 426, "column": 20 }, "end": { - "line": 427, + "line": 426, "column": 27 } } @@ -21635,16 +21672,16 @@ "type": "Identifier", "name": "createText", "range": [ - 12651, - 12661 + 12663, + 12673 ], "loc": { "start": { - "line": 427, + "line": 426, "column": 30 }, "end": { - "line": 427, + "line": 426, "column": 40 } } @@ -21654,47 +21691,47 @@ "type": "Identifier", "name": "result", "range": [ - 12662, - 12668 + 12674, + 12680 ], "loc": { "start": { - "line": 427, + "line": 426, "column": 41 }, "end": { - "line": 427, + "line": 426, "column": 47 } } } ], "range": [ - 12651, - 12669 + 12663, + 12681 ], "loc": { "start": { - "line": 427, + "line": 426, "column": 30 }, "end": { - "line": 427, + "line": 426, "column": 48 } } }, "range": [ - 12641, - 12669 + 12653, + 12681 ], "loc": { "start": { - "line": 427, + "line": 426, "column": 20 }, "end": { - "line": 427, + "line": 426, "column": 48 } } @@ -21702,16 +21739,16 @@ ], "kind": "let", "range": [ - 12637, - 12670 + 12649, + 12682 ], "loc": { "start": { - "line": 427, + "line": 426, "column": 16 }, "end": { - "line": 427, + "line": 426, "column": 49 } } @@ -21727,16 +21764,16 @@ "type": "Identifier", "name": "labelElm", "range": [ - 12687, - 12695 + 12699, + 12707 ], "loc": { "start": { - "line": 428, + "line": 427, "column": 16 }, "end": { - "line": 428, + "line": 427, "column": 24 } } @@ -21745,31 +21782,31 @@ "type": "Identifier", "name": "replaceChild", "range": [ - 12696, - 12708 + 12708, + 12720 ], "loc": { "start": { - "line": 428, + "line": 427, "column": 25 }, "end": { - "line": 428, + "line": 427, "column": 37 } } }, "range": [ - 12687, - 12708 + 12699, + 12720 ], "loc": { "start": { - "line": 428, + "line": 427, "column": 16 }, "end": { - "line": 428, + "line": 427, "column": 37 } } @@ -21779,16 +21816,16 @@ "type": "Identifier", "name": "txtNode", "range": [ - 12709, - 12716 + 12721, + 12728 ], "loc": { "start": { - "line": 428, + "line": 427, "column": 38 }, "end": { - "line": 428, + "line": 427, "column": 45 } } @@ -21797,47 +21834,47 @@ "type": "Identifier", "name": "oldNode", "range": [ - 12718, - 12725 + 12730, + 12737 ], "loc": { "start": { - "line": 428, + "line": 427, "column": 47 }, "end": { - "line": 428, + "line": 427, "column": 54 } } } ], "range": [ - 12687, - 12726 + 12699, + 12738 ], "loc": { "start": { - "line": 428, + "line": 427, "column": 16 }, "end": { - "line": 428, + "line": 427, "column": 55 } } }, "range": [ - 12687, - 12727 + 12699, + 12739 ], "loc": { "start": { - "line": 428, + "line": 427, "column": 16 }, "end": { - "line": 428, + "line": 427, "column": 56 } } @@ -21846,64 +21883,64 @@ "type": "BreakStatement", "label": null, "range": [ - 12744, - 12750 + 12756, + 12762 ], "loc": { "start": { - "line": 429, + "line": 428, "column": 16 }, "end": { - "line": 429, + "line": 428, "column": 22 } } } ], "range": [ - 12547, - 12750 + 12559, + 12762 ], "loc": { "start": { - "line": 425, + "line": 424, "column": 12 }, "end": { - "line": 429, + "line": 428, "column": 22 } } } ], "range": [ - 12309, - 12760 + 12321, + 12772 ], "loc": { "start": { - "line": 418, + "line": 417, "column": 8 }, "end": { - "line": 430, + "line": 429, "column": 9 } } } ], "range": [ - 12077, - 12766 + 12089, + 12778 ], "loc": { "start": { - "line": 406, + "line": 405, "column": 75 }, "end": { - "line": 431, + "line": 430, "column": 5 } } @@ -21911,16 +21948,16 @@ "generator": false, "expression": false, "range": [ - 12017, - 12766 + 12029, + 12778 ], "loc": { "start": { - "line": 406, + "line": 405, "column": 15 }, "end": { - "line": 431, + "line": 430, "column": 5 } } @@ -21928,16 +21965,16 @@ "kind": "method", "computed": false, "range": [ - 12006, - 12766 + 12018, + 12778 ], "loc": { "start": { - "line": 406, + "line": 405, "column": 4 }, "end": { - "line": 431, + "line": 430, "column": 5 } }, @@ -21946,16 +21983,16 @@ "type": "Block", "value": "*\n * Write calculation result in passed DOM element with supplied write method\n * and decimal precision.\n * @param {Number} [result=0] Calculation result\n * @param {DOMElement} label DOM element\n * @param {String} [writeType='innerhtml'] Write method\n * @param {Number} [precision=2] Applied decimal precision\n * @private\n ", "range": [ - 11642, - 12001 + 11654, + 12013 ], "loc": { "start": { - "line": 397, + "line": 396, "column": 4 }, "end": { - "line": 405, + "line": 404, "column": 7 } } @@ -21966,16 +22003,16 @@ "type": "Block", "value": "* Remove extension ", "range": [ - 12772, - 12795 + 12784, + 12807 ], "loc": { "start": { - "line": 433, + "line": 432, "column": 4 }, "end": { - "line": 433, + "line": 432, "column": 27 } } @@ -21989,16 +22026,16 @@ "type": "Identifier", "name": "destroy", "range": [ - 12800, - 12807 + 12812, + 12819 ], "loc": { "start": { - "line": 434, + "line": 433, "column": 4 }, "end": { - "line": 434, + "line": 433, "column": 11 } } @@ -22021,16 +22058,16 @@ "object": { "type": "ThisExpression", "range": [ - 12825, - 12829 + 12837, + 12841 ], "loc": { "start": { - "line": 435, + "line": 434, "column": 13 }, "end": { - "line": 435, + "line": 434, "column": 17 } } @@ -22039,47 +22076,47 @@ "type": "Identifier", "name": "initialized", "range": [ - 12830, - 12841 + 12842, + 12853 ], "loc": { "start": { - "line": 435, + "line": 434, "column": 18 }, "end": { - "line": 435, + "line": 434, "column": 29 } } }, "range": [ - 12825, - 12841 + 12837, + 12853 ], "loc": { "start": { - "line": 435, + "line": 434, "column": 13 }, "end": { - "line": 435, + "line": 434, "column": 29 } } }, "prefix": true, "range": [ - 12824, - 12841 + 12836, + 12853 ], "loc": { "start": { - "line": 435, + "line": 434, "column": 12 }, "end": { - "line": 435, + "line": 434, "column": 29 } } @@ -22091,48 +22128,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 12857, - 12864 + 12869, + 12876 ], "loc": { "start": { - "line": 436, + "line": 435, "column": 12 }, "end": { - "line": 436, + "line": 435, "column": 19 } } } ], "range": [ - 12843, - 12874 + 12855, + 12886 ], "loc": { "start": { - "line": 435, + "line": 434, "column": 31 }, "end": { - "line": 437, + "line": 436, "column": 9 } } }, "alternate": null, "range": [ - 12820, - 12874 + 12832, + 12886 ], "loc": { "start": { - "line": 435, + "line": 434, "column": 8 }, "end": { - "line": 437, + "line": 436, "column": 9 } }, @@ -22141,16 +22178,16 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 12883, - 12907 + 12895, + 12919 ], "loc": { "start": { - "line": 438, + "line": 437, "column": 8 }, "end": { - "line": 438, + "line": 437, "column": 32 } } @@ -22170,16 +22207,16 @@ "object": { "type": "ThisExpression", "range": [ - 12916, - 12920 + 12928, + 12932 ], "loc": { "start": { - "line": 439, + "line": 438, "column": 8 }, "end": { - "line": 439, + "line": 438, "column": 12 } } @@ -22188,31 +22225,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 12921, - 12928 + 12933, + 12940 ], "loc": { "start": { - "line": 439, + "line": 438, "column": 13 }, "end": { - "line": 439, + "line": 438, "column": 20 } } }, "range": [ - 12916, - 12928 + 12928, + 12940 ], "loc": { "start": { - "line": 439, + "line": 438, "column": 8 }, "end": { - "line": 439, + "line": 438, "column": 20 } } @@ -22221,31 +22258,31 @@ "type": "Identifier", "name": "off", "range": [ - 12929, - 12932 + 12941, + 12944 ], "loc": { "start": { - "line": 439, + "line": 438, "column": 21 }, "end": { - "line": 439, + "line": 438, "column": 24 } } }, "range": [ - 12916, - 12932 + 12928, + 12944 ], "loc": { "start": { - "line": 439, + "line": 438, "column": 8 }, "end": { - "line": 439, + "line": 438, "column": 24 } } @@ -22255,16 +22292,16 @@ "type": "Identifier", "name": "EVENTS", "range": [ - 12933, - 12939 + 12945, + 12951 ], "loc": { "start": { - "line": 439, + "line": 438, "column": 25 }, "end": { - "line": 439, + "line": 438, "column": 31 } } @@ -22281,16 +22318,16 @@ "object": { "type": "ThisExpression", "range": [ - 12947, - 12951 + 12959, + 12963 ], "loc": { "start": { - "line": 439, + "line": 438, "column": 39 }, "end": { - "line": 439, + "line": 438, "column": 43 } } @@ -22299,47 +22336,47 @@ "type": "Identifier", "name": "calcAll", "range": [ - 12952, - 12959 + 12964, + 12971 ], "loc": { "start": { - "line": 439, + "line": 438, "column": 44 }, "end": { - "line": 439, + "line": 438, "column": 51 } } }, "range": [ - 12947, - 12959 + 12959, + 12971 ], "loc": { "start": { - "line": 439, + "line": 438, "column": 39 }, "end": { - "line": 439, + "line": 438, "column": 51 } } }, "arguments": [], "range": [ - 12947, - 12961 + 12959, + 12973 ], "loc": { "start": { - "line": 439, + "line": 438, "column": 39 }, "end": { - "line": 439, + "line": 438, "column": 53 } } @@ -22347,47 +22384,47 @@ "generator": false, "expression": true, "range": [ - 12941, - 12961 + 12953, + 12973 ], "loc": { "start": { - "line": 439, + "line": 438, "column": 33 }, "end": { - "line": 439, + "line": 438, "column": 53 } } } ], "range": [ - 12916, - 12962 + 12928, + 12974 ], "loc": { "start": { - "line": 439, + "line": 438, "column": 8 }, "end": { - "line": 439, + "line": 438, "column": 54 } } }, "range": [ - 12916, - 12963 + 12928, + 12975 ], "loc": { "start": { - "line": 439, + "line": 438, "column": 8 }, "end": { - "line": 439, + "line": 438, "column": 55 } }, @@ -22396,16 +22433,16 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 12883, - 12907 + 12895, + 12919 ], "loc": { "start": { - "line": 438, + "line": 437, "column": 8 }, "end": { - "line": 438, + "line": 437, "column": 32 } } @@ -22423,16 +22460,16 @@ "object": { "type": "ThisExpression", "range": [ - 12973, - 12977 + 12985, + 12989 ], "loc": { "start": { - "line": 441, + "line": 440, "column": 8 }, "end": { - "line": 441, + "line": 440, "column": 12 } } @@ -22441,31 +22478,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 12978, - 12989 + 12990, + 13001 ], "loc": { "start": { - "line": 441, + "line": 440, "column": 13 }, "end": { - "line": 441, + "line": 440, "column": 24 } } }, "range": [ - 12973, - 12989 + 12985, + 13001 ], "loc": { "start": { - "line": 441, + "line": 440, "column": 8 }, "end": { - "line": 441, + "line": 440, "column": 24 } } @@ -22475,62 +22512,62 @@ "value": false, "raw": "false", "range": [ - 12992, - 12997 + 13004, + 13009 ], "loc": { "start": { - "line": 441, + "line": 440, "column": 27 }, "end": { - "line": 441, + "line": 440, "column": 32 } } }, "range": [ - 12973, - 12997 + 12985, + 13009 ], "loc": { "start": { - "line": 441, + "line": 440, "column": 8 }, "end": { - "line": 441, + "line": 440, "column": 32 } } }, "range": [ - 12973, - 12998 + 12985, + 13010 ], "loc": { "start": { - "line": 441, + "line": 440, "column": 8 }, "end": { - "line": 441, + "line": 440, "column": 33 } } } ], "range": [ - 12810, - 13004 + 12822, + 13016 ], "loc": { "start": { - "line": 434, + "line": 433, "column": 14 }, "end": { - "line": 442, + "line": 441, "column": 5 } } @@ -22538,16 +22575,16 @@ "generator": false, "expression": false, "range": [ - 12807, - 13004 + 12819, + 13016 ], "loc": { "start": { - "line": 434, + "line": 433, "column": 11 }, "end": { - "line": 442, + "line": 441, "column": 5 } } @@ -22555,16 +22592,16 @@ "kind": "method", "computed": false, "range": [ - 12800, - 13004 + 12812, + 13016 ], "loc": { "start": { - "line": 434, + "line": 433, "column": 4 }, "end": { - "line": 442, + "line": 441, "column": 5 } }, @@ -22573,16 +22610,16 @@ "type": "Block", "value": "* Remove extension ", "range": [ - 12772, - 12795 + 12784, + 12807 ], "loc": { "start": { - "line": 433, + "line": 432, "column": 4 }, "end": { - "line": 433, + "line": 432, "column": 27 } } @@ -22593,7 +22630,7 @@ ], "range": [ 516, - 13007 + 13019 ], "loc": { "start": { @@ -22601,14 +22638,14 @@ "column": 44 }, "end": { - "line": 444, + "line": 443, "column": 1 } } }, "range": [ 487, - 13007 + 13019 ], "loc": { "start": { @@ -22616,7 +22653,7 @@ "column": 15 }, "end": { - "line": 444, + "line": 443, "column": 1 } }, @@ -22644,7 +22681,7 @@ }, "range": [ 472, - 13007 + 13019 ], "loc": { "start": { @@ -22652,7 +22689,7 @@ "column": 0 }, "end": { - "line": 444, + "line": 443, "column": 1 } }, @@ -22681,7 +22718,7 @@ "sourceType": "module", "range": [ 0, - 13007 + 13019 ], "loc": { "start": { @@ -22689,7 +22726,7 @@ "column": 0 }, "end": { - "line": 444, + "line": 443, "column": 1 } }, @@ -23004,8 +23041,8 @@ "type": "Line", "value": "this retrieves col values", "range": [ - 4664, - 4691 + 4659, + 4686 ], "loc": { "start": { @@ -23022,8 +23059,8 @@ "type": "Line", "value": "use uIndexes because we only want to pass through this loop", "range": [ - 4704, - 4765 + 4699, + 4760 ], "loc": { "start": { @@ -23040,8 +23077,8 @@ "type": "Line", "value": "once for each column get the values in this unique column", "range": [ - 4778, - 4837 + 4773, + 4832 ], "loc": { "start": { @@ -23058,8 +23095,8 @@ "type": "Line", "value": "next: calculate all operations for this column", "range": [ - 5014, - 5062 + 5009, + 5057 ], "loc": { "start": { @@ -23076,8 +23113,8 @@ "type": "Line", "value": " emit values before column calculation", "range": [ - 5741, - 5781 + 5746, + 5786 ], "loc": { "start": { @@ -23094,8 +23131,8 @@ "type": "Line", "value": " emit column calculation result", "range": [ - 6155, - 6188 + 6160, + 6193 ], "loc": { "start": { @@ -23112,8 +23149,8 @@ "type": "Line", "value": " write result in expected DOM element", "range": [ - 6475, - 6514 + 6480, + 6519 ], "loc": { "start": { @@ -23130,8 +23167,8 @@ "type": "Line", "value": "for i", "range": [ - 6706, - 6713 + 6711, + 6718 ], "loc": { "start": { @@ -23148,8 +23185,8 @@ "type": "Line", "value": " row(s) with result are always visible", "range": [ - 6727, - 6767 + 6732, + 6772 ], "loc": { "start": { @@ -23166,8 +23203,8 @@ "type": "Line", "value": "for u", "range": [ - 6968, - 6975 + 6973, + 6980 ], "loc": { "start": { @@ -23184,8 +23221,8 @@ "type": "Block", "value": "*\n * Make desired calculation on specified column.\n * @param {Number} colIndex Column index\n * @param {String} [operation=SUM] Operation type\n * @param {Number} precision Decimal precision\n * @returns {Number}\n ", "range": [ - 7092, - 7331 + 7097, + 7336 ], "loc": { "start": { @@ -23202,16 +23239,16 @@ "type": "Block", "value": "*\n * Make calculation on passed values.\n * @param {Array} values List of values\n * @param {String} [operation=SUM] Optional operation type\n * @param {Number} precision Optional result precision\n * @returns {Number}\n * @private\n ", "range": [ - 7608, - 7868 + 7620, + 7880 ], "loc": { "start": { - "line": 254, + "line": 253, "column": 4 }, "end": { - "line": 261, + "line": 260, "column": 7 } } @@ -23220,16 +23257,16 @@ "type": "Block", "value": "*\n * Calculate the sum of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n ", "range": [ - 8893, - 9021 + 8905, + 9033 ], "loc": { "start": { - "line": 296, + "line": 295, "column": 4 }, "end": { - "line": 300, + "line": 299, "column": 7 } } @@ -23238,16 +23275,16 @@ "type": "Block", "value": "*\n * Calculate the mean of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n ", "range": [ - 9215, - 9344 + 9227, + 9356 ], "loc": { "start": { - "line": 309, + "line": 308, "column": 4 }, "end": { - "line": 313, + "line": 312, "column": 7 } } @@ -23256,16 +23293,16 @@ "type": "Block", "value": "*\n * Calculate the max value of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n ", "range": [ - 9474, - 9608 + 9486, + 9620 ], "loc": { "start": { - "line": 319, + "line": 318, "column": 4 }, "end": { - "line": 323, + "line": 322, "column": 7 } } @@ -23274,16 +23311,16 @@ "type": "Block", "value": "*\n * Calculate the min value of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n ", "range": [ - 9692, - 9826 + 9704, + 9838 ], "loc": { "start": { - "line": 328, + "line": 327, "column": 4 }, "end": { - "line": 332, + "line": 331, "column": 7 } } @@ -23292,16 +23329,16 @@ "type": "Block", "value": "*\n * Calculate the median of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n ", "range": [ - 9910, - 10041 + 9922, + 10053 ], "loc": { "start": { - "line": 337, + "line": 336, "column": 4 }, "end": { - "line": 341, + "line": 340, "column": 7 } } @@ -23310,16 +23347,16 @@ "type": "Block", "value": "*\n * Calculate the lower quartile of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n ", "range": [ - 10372, - 10511 + 10384, + 10523 ], "loc": { "start": { - "line": 353, + "line": 352, "column": 4 }, "end": { - "line": 357, + "line": 356, "column": 7 } } @@ -23328,16 +23365,16 @@ "type": "Block", "value": "*\n * Calculate the upper quartile of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n ", "range": [ - 10826, - 10965 + 10838, + 10977 ], "loc": { "start": { - "line": 369, + "line": 368, "column": 4 }, "end": { - "line": 373, + "line": 372, "column": 7 } } @@ -23346,16 +23383,16 @@ "type": "Block", "value": "*\n * Sort passed values with supplied sorter function.\n * @param {Array} [values=[]] List of values to be sorted\n * @param {Function} sorter Sorter function\n * @returns {Array}\n ", "range": [ - 11348, - 11550 + 11360, + 11562 ], "loc": { "start": { - "line": 387, + "line": 386, "column": 4 }, "end": { - "line": 392, + "line": 391, "column": 7 } } @@ -23364,16 +23401,16 @@ "type": "Block", "value": "*\n * Write calculation result in passed DOM element with supplied write method\n * and decimal precision.\n * @param {Number} [result=0] Calculation result\n * @param {DOMElement} label DOM element\n * @param {String} [writeType='innerhtml'] Write method\n * @param {Number} [precision=2] Applied decimal precision\n * @private\n ", "range": [ - 11642, - 12001 + 11654, + 12013 ], "loc": { "start": { - "line": 397, + "line": 396, "column": 4 }, "end": { - "line": 405, + "line": 404, "column": 7 } } @@ -23382,16 +23419,16 @@ "type": "Block", "value": "* Remove extension ", "range": [ - 12772, - 12795 + 12784, + 12807 ], "loc": { "start": { - "line": 433, + "line": 432, "column": 4 }, "end": { - "line": 433, + "line": 432, "column": 27 } } @@ -23400,16 +23437,16 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 12883, - 12907 + 12895, + 12919 ], "loc": { "start": { - "line": 438, + "line": 437, "column": 8 }, "end": { - "line": 438, + "line": 437, "column": 32 } } diff --git a/docs/class/src/emitter.js~Emitter.html b/docs/class/src/emitter.js~Emitter.html index c1c13b3e..32cfd9aa 100644 --- a/docs/class/src/emitter.js~Emitter.html +++ b/docs/class/src/emitter.js~Emitter.html @@ -3,7 +3,7 @@ - Emitter | tablefilter v0.4.39 API Document + Emitter | tablefilter v0.4.40 API Document diff --git a/docs/class/src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable.html b/docs/class/src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable.html index efacf372..6fa0bc21 100644 --- a/docs/class/src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable.html +++ b/docs/class/src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable.html @@ -3,7 +3,7 @@ - AdapterEzEditTable | tablefilter v0.4.39 API Document + AdapterEzEditTable | tablefilter v0.4.40 API Document diff --git a/docs/class/src/extensions/colOps/colOps.js~ColOps.html b/docs/class/src/extensions/colOps/colOps.js~ColOps.html index 91f311e8..4a63054d 100644 --- a/docs/class/src/extensions/colOps/colOps.js~ColOps.html +++ b/docs/class/src/extensions/colOps/colOps.js~ColOps.html @@ -3,7 +3,7 @@ - ColOps | tablefilter v0.4.39 API Document + ColOps | tablefilter v0.4.40 API Document @@ -1733,7 +1733,7 @@ Configuration options are stored in 'opts' property

- source + source @@ -1802,7 +1802,7 @@ Configuration options are stored in 'opts' property

- source + source @@ -1871,7 +1871,7 @@ Configuration options are stored in 'opts' property

- source + source @@ -1940,7 +1940,7 @@ Configuration options are stored in 'opts' property

- source + source @@ -2009,7 +2009,7 @@ Configuration options are stored in 'opts' property

- source + source @@ -2078,7 +2078,7 @@ Configuration options are stored in 'opts' property

- source + source @@ -2147,7 +2147,7 @@ Configuration options are stored in 'opts' property

- source + source @@ -2299,7 +2299,7 @@ Configuration options are stored in 'opts' property

- source + source @@ -2381,7 +2381,7 @@ Configuration options are stored in 'opts' property

- source + source diff --git a/docs/class/src/extensions/colsVisibility/colsVisibility.js~ColsVisibility.html b/docs/class/src/extensions/colsVisibility/colsVisibility.js~ColsVisibility.html index cbe935a3..123f69d7 100644 --- a/docs/class/src/extensions/colsVisibility/colsVisibility.js~ColsVisibility.html +++ b/docs/class/src/extensions/colsVisibility/colsVisibility.js~ColsVisibility.html @@ -3,7 +3,7 @@ - ColsVisibility | tablefilter v0.4.39 API Document + ColsVisibility | tablefilter v0.4.40 API Document diff --git a/docs/class/src/extensions/filtersVisibility/filtersVisibility.js~FiltersVisibility.html b/docs/class/src/extensions/filtersVisibility/filtersVisibility.js~FiltersVisibility.html index ea0db51d..c97aa51f 100644 --- a/docs/class/src/extensions/filtersVisibility/filtersVisibility.js~FiltersVisibility.html +++ b/docs/class/src/extensions/filtersVisibility/filtersVisibility.js~FiltersVisibility.html @@ -3,7 +3,7 @@ - FiltersVisibility | tablefilter v0.4.39 API Document + FiltersVisibility | tablefilter v0.4.40 API Document diff --git a/docs/class/src/extensions/sort/adapterSortabletable.js~AdapterSortableTable.html b/docs/class/src/extensions/sort/adapterSortabletable.js~AdapterSortableTable.html index cc8d3c83..a039d14f 100644 --- a/docs/class/src/extensions/sort/adapterSortabletable.js~AdapterSortableTable.html +++ b/docs/class/src/extensions/sort/adapterSortabletable.js~AdapterSortableTable.html @@ -3,7 +3,7 @@ - AdapterSortableTable | tablefilter v0.4.39 API Document + AdapterSortableTable | tablefilter v0.4.40 API Document diff --git a/docs/class/src/feature.js~Feature.html b/docs/class/src/feature.js~Feature.html index 6c85ea9d..a572f68a 100644 --- a/docs/class/src/feature.js~Feature.html +++ b/docs/class/src/feature.js~Feature.html @@ -3,7 +3,7 @@ - Feature | tablefilter v0.4.39 API Document + Feature | tablefilter v0.4.40 API Document diff --git a/docs/class/src/modules/alternateRows.js~AlternateRows.html b/docs/class/src/modules/alternateRows.js~AlternateRows.html index 7610568f..69c153c2 100644 --- a/docs/class/src/modules/alternateRows.js~AlternateRows.html +++ b/docs/class/src/modules/alternateRows.js~AlternateRows.html @@ -3,7 +3,7 @@ - AlternateRows | tablefilter v0.4.39 API Document + AlternateRows | tablefilter v0.4.40 API Document diff --git a/docs/class/src/modules/checkList.js~CheckList.html b/docs/class/src/modules/checkList.js~CheckList.html index 913e3b6a..9929fc3d 100644 --- a/docs/class/src/modules/checkList.js~CheckList.html +++ b/docs/class/src/modules/checkList.js~CheckList.html @@ -3,7 +3,7 @@ - CheckList | tablefilter v0.4.39 API Document + CheckList | tablefilter v0.4.40 API Document diff --git a/docs/class/src/modules/clearButton.js~ClearButton.html b/docs/class/src/modules/clearButton.js~ClearButton.html index ef120b6d..62a4872f 100644 --- a/docs/class/src/modules/clearButton.js~ClearButton.html +++ b/docs/class/src/modules/clearButton.js~ClearButton.html @@ -3,7 +3,7 @@ - ClearButton | tablefilter v0.4.39 API Document + ClearButton | tablefilter v0.4.40 API Document diff --git a/docs/class/src/modules/dateType.js~DateType.html b/docs/class/src/modules/dateType.js~DateType.html index 5bd20dee..ea56b534 100644 --- a/docs/class/src/modules/dateType.js~DateType.html +++ b/docs/class/src/modules/dateType.js~DateType.html @@ -3,7 +3,7 @@ - DateType | tablefilter v0.4.39 API Document + DateType | tablefilter v0.4.40 API Document diff --git a/docs/class/src/modules/dropdown.js~Dropdown.html b/docs/class/src/modules/dropdown.js~Dropdown.html index 0b5012de..9ce8b1bd 100644 --- a/docs/class/src/modules/dropdown.js~Dropdown.html +++ b/docs/class/src/modules/dropdown.js~Dropdown.html @@ -3,7 +3,7 @@ - Dropdown | tablefilter v0.4.39 API Document + Dropdown | tablefilter v0.4.40 API Document diff --git a/docs/class/src/modules/gridLayout.js~GridLayout.html b/docs/class/src/modules/gridLayout.js~GridLayout.html index 470c6c47..67b32013 100644 --- a/docs/class/src/modules/gridLayout.js~GridLayout.html +++ b/docs/class/src/modules/gridLayout.js~GridLayout.html @@ -3,7 +3,7 @@ - GridLayout | tablefilter v0.4.39 API Document + GridLayout | tablefilter v0.4.40 API Document diff --git a/docs/class/src/modules/hash.js~Hash.html b/docs/class/src/modules/hash.js~Hash.html index de410723..d127bf0f 100644 --- a/docs/class/src/modules/hash.js~Hash.html +++ b/docs/class/src/modules/hash.js~Hash.html @@ -3,7 +3,7 @@ - Hash | tablefilter v0.4.39 API Document + Hash | tablefilter v0.4.40 API Document diff --git a/docs/class/src/modules/help.js~Help.html b/docs/class/src/modules/help.js~Help.html index fc8b6538..633b01a5 100644 --- a/docs/class/src/modules/help.js~Help.html +++ b/docs/class/src/modules/help.js~Help.html @@ -3,7 +3,7 @@ - Help | tablefilter v0.4.39 API Document + Help | tablefilter v0.4.40 API Document diff --git a/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html b/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html index a8f995a6..7b5a9011 100644 --- a/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html +++ b/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html @@ -3,7 +3,7 @@ - HighlightKeyword | tablefilter v0.4.39 API Document + HighlightKeyword | tablefilter v0.4.40 API Document diff --git a/docs/class/src/modules/loader.js~Loader.html b/docs/class/src/modules/loader.js~Loader.html index 1025930b..4c51ebf9 100644 --- a/docs/class/src/modules/loader.js~Loader.html +++ b/docs/class/src/modules/loader.js~Loader.html @@ -3,7 +3,7 @@ - Loader | tablefilter v0.4.39 API Document + Loader | tablefilter v0.4.40 API Document diff --git a/docs/class/src/modules/noResults.js~NoResults.html b/docs/class/src/modules/noResults.js~NoResults.html index 03147ec3..09cf8991 100644 --- a/docs/class/src/modules/noResults.js~NoResults.html +++ b/docs/class/src/modules/noResults.js~NoResults.html @@ -3,7 +3,7 @@ - NoResults | tablefilter v0.4.39 API Document + NoResults | tablefilter v0.4.40 API Document diff --git a/docs/class/src/modules/paging.js~Paging.html b/docs/class/src/modules/paging.js~Paging.html index dc277edd..6607eab0 100644 --- a/docs/class/src/modules/paging.js~Paging.html +++ b/docs/class/src/modules/paging.js~Paging.html @@ -3,7 +3,7 @@ - Paging | tablefilter v0.4.39 API Document + Paging | tablefilter v0.4.40 API Document diff --git a/docs/class/src/modules/popupFilter.js~PopupFilter.html b/docs/class/src/modules/popupFilter.js~PopupFilter.html index c34da96e..11c82e7a 100644 --- a/docs/class/src/modules/popupFilter.js~PopupFilter.html +++ b/docs/class/src/modules/popupFilter.js~PopupFilter.html @@ -3,7 +3,7 @@ - PopupFilter | tablefilter v0.4.39 API Document + PopupFilter | tablefilter v0.4.40 API Document diff --git a/docs/class/src/modules/rowsCounter.js~RowsCounter.html b/docs/class/src/modules/rowsCounter.js~RowsCounter.html index 0d73e4a2..75e68275 100644 --- a/docs/class/src/modules/rowsCounter.js~RowsCounter.html +++ b/docs/class/src/modules/rowsCounter.js~RowsCounter.html @@ -3,7 +3,7 @@ - RowsCounter | tablefilter v0.4.39 API Document + RowsCounter | tablefilter v0.4.40 API Document diff --git a/docs/class/src/modules/state.js~State.html b/docs/class/src/modules/state.js~State.html index 8e5f1887..378d4fa7 100644 --- a/docs/class/src/modules/state.js~State.html +++ b/docs/class/src/modules/state.js~State.html @@ -3,7 +3,7 @@ - State | tablefilter v0.4.39 API Document + State | tablefilter v0.4.40 API Document diff --git a/docs/class/src/modules/statusBar.js~StatusBar.html b/docs/class/src/modules/statusBar.js~StatusBar.html index 669f13c2..a454bb5f 100644 --- a/docs/class/src/modules/statusBar.js~StatusBar.html +++ b/docs/class/src/modules/statusBar.js~StatusBar.html @@ -3,7 +3,7 @@ - StatusBar | tablefilter v0.4.39 API Document + StatusBar | tablefilter v0.4.40 API Document diff --git a/docs/class/src/modules/storage.js~Storage.html b/docs/class/src/modules/storage.js~Storage.html index 85756c8c..bb6e75ff 100644 --- a/docs/class/src/modules/storage.js~Storage.html +++ b/docs/class/src/modules/storage.js~Storage.html @@ -3,7 +3,7 @@ - Storage | tablefilter v0.4.39 API Document + Storage | tablefilter v0.4.40 API Document diff --git a/docs/class/src/tablefilter.js~TableFilter.html b/docs/class/src/tablefilter.js~TableFilter.html index 0e2781e4..908b3760 100644 --- a/docs/class/src/tablefilter.js~TableFilter.html +++ b/docs/class/src/tablefilter.js~TableFilter.html @@ -3,7 +3,7 @@ - TableFilter | tablefilter v0.4.39 API Document + TableFilter | tablefilter v0.4.40 API Document diff --git a/docs/dump.json b/docs/dump.json index 0c76a7e4..cf9a22ce 100644 --- a/docs/dump.json +++ b/docs/dump.json @@ -2020,7 +2020,7 @@ "access": null, "description": null, "lineNumber": 1, - "content": "import {Feature} from '../../feature';\nimport {createText, elm} from '../../dom';\nimport {isArray, isFn, isUndef, isEmpty, EMPTY_FN} from '../../types';\nimport {numSortAsc} from '../../sort';\n\nconst EVENTS = [\n 'after-filtering',\n 'after-page-change',\n 'after-page-length-change'\n];\n\nconst SUM = 'sum';\nconst MEAN = 'mean';\nconst MIN = 'min';\nconst MAX = 'max';\nconst MEDIAN = 'median';\nconst Q1 = 'q1';\nconst Q3 = 'q3';\n\n/**\n * Column calculations extension\n */\nexport default class ColOps extends Feature {\n\n /**\n * Creates an instance of ColOps\n *\n * @param {TableFilter} tf TableFilter instance\n * @param {Object} opts Configuration object\n */\n constructor(tf, opts) {\n super(tf, opts.name);\n\n /**\n * Callback fired before columns operations start\n * @type {Function}\n */\n this.onBeforeOperation = isFn(opts.on_before_operation) ?\n opts.on_before_operation : EMPTY_FN;\n\n /**\n * Callback fired after columns operations are completed\n * @type {Function}\n */\n this.onAfterOperation = isFn(opts.on_after_operation) ?\n opts.on_after_operation : EMPTY_FN;\n\n /**\n * Configuration options\n * @type {Object}\n */\n this.opts = opts;\n\n /**\n * List of DOM element IDs containing column's calculation result\n * @type {Array}\n */\n this.labelIds = opts.id || [];\n\n /**\n * List of columns' indexes for calculations\n * @type {Array}\n */\n this.colIndexes = opts.col || [];\n\n /**\n * List of operations - possible values: 'sum', 'mean', 'min', 'max',\n * 'median', 'q1', 'q3'\n * @type {Array}\n */\n this.operations = opts.operation || [];\n\n /**\n * List of write methods used to write the result - possible values:\n * 'innerHTML', 'setValue', 'createTextNode'\n * @type {Array}\n */\n this.outputTypes = opts.write_method || [];\n\n /**\n * List of row indexes displaying the results\n * @type {Array}\n */\n this.totRowIndexes = opts.tot_row_index || [];\n\n /**\n * List of row indexes excluded from calculations\n * @type {Array}\n */\n this.excludeRows = opts.exclude_row || [];\n\n /**\n * List of decimal precision for calculation results\n * @type {Array}\n */\n this.decimalPrecisions = isUndef(opts.decimal_precision) ?\n 2 : opts.decimal_precision;\n\n this.enable();\n }\n\n /**\n * Initializes ColOps instance\n */\n init() {\n if (this.initialized) {\n return;\n }\n // subscribe to events\n this.emitter.on(EVENTS, () => this.calcAll());\n\n this.calcAll();\n\n /** @inherited */\n this.initialized = true;\n }\n\n /**\n * Calculates columns' values\n * Configuration options are stored in 'opts' property\n * - 'id' contains ids of elements showing result (array)\n * - 'col' contains the columns' indexes (array)\n * - 'operation' contains operation type (array, values: 'sum', 'mean',\n * 'min', 'max', 'median', 'q1', 'q3')\n * - 'write_method' array defines which method to use for displaying the\n * result (innerHTML, setValue, createTextNode) - default: 'innerHTML'\n * - 'tot_row_index' defines in which row results are displayed\n * (integers array)\n *\n * - changes made by Nuovella:\n * (1) optimized the routine (now it will only process each column once),\n * (2) added calculations for the median, lower and upper quartile.\n */\n calcAll() {\n let tf = this.tf;\n if (!tf.isInitialized()) {\n return;\n }\n\n this.onBeforeOperation(tf, this);\n this.emitter.emit('before-column-operation', tf, this);\n\n let colIndexes = this.colIndexes,\n colOperations = this.operations,\n outputTypes = this.outputTypes,\n totRowIndexes = this.totRowIndexes,\n excludeRows = this.excludeRows,\n decimalPrecisions = isUndef(this.decimalPrecisions) ?\n 2 : this.decimalPrecisions;\n\n //nuovella: determine unique list of columns to operate on\n let uIndexes = [];\n colIndexes.forEach((val) => {\n if (uIndexes.indexOf(val) === -1) {\n uIndexes.push(val);\n }\n });\n\n let nbCols = uIndexes.length - 1,\n rows = tf.tbl.rows,\n colValues = [];\n\n for (let u = 0; u <= nbCols; u++) {\n //this retrieves col values\n //use uIndexes because we only want to pass through this loop\n //once for each column get the values in this unique column\n colValues.push(\n tf.getFilteredDataCol(uIndexes[u], false, true, excludeRows)\n );\n\n let curValues = colValues[u];\n\n //next: calculate all operations for this column\n let result = 0,\n operations = [],\n precisions = [],\n labels = [],\n writeType,\n idx = 0;\n\n for (let k = 0; k < colIndexes.length; k++) {\n if (colIndexes[k] !== uIndexes[u]) {\n continue;\n }\n operations[idx] = colOperations[k].toLowerCase();\n precisions[idx] = decimalPrecisions[k];\n labels[idx] = this.labelIds[k];\n writeType = isArray(outputTypes) ? outputTypes[k] : null;\n idx++;\n }\n\n for (let i = 0; i <= idx; i++) {\n // emit values before column calculation\n this.emitter.emit(\n 'before-column-calc',\n tf,\n this,\n uIndexes[u],\n curValues,\n operations[i],\n precisions[i]\n );\n\n result = Number(this.calc(curValues, operations[i], null));\n\n // emit column calculation result\n this.emitter.emit(\n 'column-calc',\n tf,\n this,\n uIndexes[u],\n result,\n operations[i],\n precisions[i]\n );\n\n // write result in expected DOM element\n this.writeResult(\n result,\n labels[i],\n writeType,\n precisions[i]\n );\n\n }//for i\n\n // row(s) with result are always visible\n let totRow = totRowIndexes && totRowIndexes[u] ?\n rows[totRowIndexes[u]] : null;\n if (totRow) {\n totRow.style.display = '';\n }\n }//for u\n\n this.onAfterOperation(tf, this);\n this.emitter.emit('after-column-operation', tf, this);\n }\n\n /**\n * Make desired calculation on specified column.\n * @param {Number} colIndex Column index\n * @param {String} [operation=SUM] Operation type\n * @param {Number} precision Decimal precision\n * @returns {Number}\n */\n columnCalc(colIndex, operation = SUM, precision) {\n let excludeRows = this.excludeRows || [];\n let colValues =\n this.tf.getFilteredDataCol(colIndex, false, true, excludeRows);\n\n return this.calc(colValues, operation, precision);\n }\n\n /**\n * Make calculation on passed values.\n * @param {Array} values List of values\n * @param {String} [operation=SUM] Optional operation type\n * @param {Number} precision Optional result precision\n * @returns {Number}\n * @private\n */\n calc(colValues, operation = SUM, precision) {\n let result = 0;\n\n if (operation === Q1 || operation === Q3 || operation === MEDIAN) {\n colValues = this.sortColumnValues(colValues, numSortAsc);\n }\n\n switch (operation) {\n case MEAN:\n result = this.calcMean(colValues);\n break;\n case SUM:\n result = this.calcSum(colValues);\n break;\n case MIN:\n result = this.calcMin(colValues);\n break;\n case MAX:\n result = this.calcMax(colValues);\n break;\n case MEDIAN:\n result = this.calcMedian(colValues);\n break;\n case Q1:\n result = this.calcQ1(colValues);\n break;\n case Q3:\n result = this.calcQ3(colValues);\n break;\n }\n\n return isEmpty(precision) ? result : result.toFixed(precision);\n }\n\n /**\n * Calculate the sum of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n */\n calcSum(values = []) {\n if (isEmpty(values)) {\n return 0;\n }\n let result = values.reduce((x, y) => Number(x) + Number(y));\n return result;\n }\n\n /**\n * Calculate the mean of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n */\n calcMean(values = []) {\n let result = this.calcSum(values) / values.length;\n return Number(result);\n }\n\n /**\n * Calculate the max value of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n */\n calcMax(values = []) {\n return Math.max.apply(null, values);\n }\n\n /**\n * Calculate the min value of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n */\n calcMin(values = []) {\n return Math.min.apply(null, values);\n }\n\n /**\n * Calculate the median of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n */\n calcMedian(values = []) {\n let nbValues = values.length;\n let aux = 0;\n if (nbValues % 2 === 1) {\n aux = Math.floor(nbValues / 2);\n return Number(values[aux]);\n }\n return (Number(values[nbValues / 2]) +\n Number(values[((nbValues / 2) - 1)])) / 2;\n }\n\n /**\n * Calculate the lower quartile of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n */\n calcQ1(values = []) {\n let nbValues = values.length;\n let posa = 0.0;\n posa = Math.floor(nbValues / 4);\n if (4 * posa === nbValues) {\n return (Number(values[posa - 1]) +\n Number(values[posa])) / 2;\n }\n return Number(values[posa]);\n }\n\n /**\n * Calculate the upper quartile of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n */\n calcQ3(values = []) {\n let nbValues = values.length;\n let posa = 0.0;\n let posb = 0.0;\n posa = Math.floor(nbValues / 4);\n if (4 * posa === nbValues) {\n posb = 3 * posa;\n return (Number(values[posb]) +\n Number(values[posb - 1])) / 2;\n }\n return Number(values[nbValues - posa - 1]);\n }\n\n /**\n * Sort passed values with supplied sorter function.\n * @param {Array} [values=[]] List of values to be sorted\n * @param {Function} sorter Sorter function\n * @returns {Array}\n */\n sortColumnValues(values = [], sorter) {\n return values.sort(sorter);\n }\n\n /**\n * Write calculation result in passed DOM element with supplied write method\n * and decimal precision.\n * @param {Number} [result=0] Calculation result\n * @param {DOMElement} label DOM element\n * @param {String} [writeType='innerhtml'] Write method\n * @param {Number} [precision=2] Applied decimal precision\n * @private\n */\n writeResult(result = 0, label, writeType = 'innerhtml', precision = 2) {\n let labelElm = elm(label);\n\n if (!labelElm) {\n return;\n }\n\n result = result.toFixed(precision);\n if (isNaN(result) || !isFinite(result)) {\n result = '';\n }\n\n switch (writeType.toLowerCase()) {\n case 'innerhtml':\n labelElm.innerHTML = result;\n break;\n case 'setvalue':\n labelElm.value = result;\n break;\n case 'createtextnode':\n let oldNode = labelElm.firstChild;\n let txtNode = createText(result);\n labelElm.replaceChild(txtNode, oldNode);\n break;\n }\n }\n\n /** Remove extension */\n destroy() {\n if (!this.initialized) {\n return;\n }\n // unsubscribe to events\n this.emitter.off(EVENTS, () => this.calcAll());\n\n this.initialized = false;\n }\n\n}\n" + "content": "import {Feature} from '../../feature';\nimport {createText, elm} from '../../dom';\nimport {isArray, isFn, isUndef, isEmpty, EMPTY_FN} from '../../types';\nimport {numSortAsc} from '../../sort';\n\nconst EVENTS = [\n 'after-filtering',\n 'after-page-change',\n 'after-page-length-change'\n];\n\nconst SUM = 'sum';\nconst MEAN = 'mean';\nconst MIN = 'min';\nconst MAX = 'max';\nconst MEDIAN = 'median';\nconst Q1 = 'q1';\nconst Q3 = 'q3';\n\n/**\n * Column calculations extension\n */\nexport default class ColOps extends Feature {\n\n /**\n * Creates an instance of ColOps\n *\n * @param {TableFilter} tf TableFilter instance\n * @param {Object} opts Configuration object\n */\n constructor(tf, opts) {\n super(tf, opts.name);\n\n /**\n * Callback fired before columns operations start\n * @type {Function}\n */\n this.onBeforeOperation = isFn(opts.on_before_operation) ?\n opts.on_before_operation : EMPTY_FN;\n\n /**\n * Callback fired after columns operations are completed\n * @type {Function}\n */\n this.onAfterOperation = isFn(opts.on_after_operation) ?\n opts.on_after_operation : EMPTY_FN;\n\n /**\n * Configuration options\n * @type {Object}\n */\n this.opts = opts;\n\n /**\n * List of DOM element IDs containing column's calculation result\n * @type {Array}\n */\n this.labelIds = opts.id || [];\n\n /**\n * List of columns' indexes for calculations\n * @type {Array}\n */\n this.colIndexes = opts.col || [];\n\n /**\n * List of operations - possible values: 'sum', 'mean', 'min', 'max',\n * 'median', 'q1', 'q3'\n * @type {Array}\n */\n this.operations = opts.operation || [];\n\n /**\n * List of write methods used to write the result - possible values:\n * 'innerHTML', 'setValue', 'createTextNode'\n * @type {Array}\n */\n this.outputTypes = opts.write_method || [];\n\n /**\n * List of row indexes displaying the results\n * @type {Array}\n */\n this.totRowIndexes = opts.tot_row_index || [];\n\n /**\n * List of row indexes excluded from calculations\n * @type {Array}\n */\n this.excludeRows = opts.exclude_row || [];\n\n /**\n * List of decimal precision for calculation results\n * @type {Array}\n */\n this.decimalPrecisions = isUndef(opts.decimal_precision) ?\n 2 : opts.decimal_precision;\n\n this.enable();\n }\n\n /**\n * Initializes ColOps instance\n */\n init() {\n if (this.initialized) {\n return;\n }\n // subscribe to events\n this.emitter.on(EVENTS, () => this.calcAll());\n\n this.calcAll();\n\n /** @inherited */\n this.initialized = true;\n }\n\n /**\n * Calculates columns' values\n * Configuration options are stored in 'opts' property\n * - 'id' contains ids of elements showing result (array)\n * - 'col' contains the columns' indexes (array)\n * - 'operation' contains operation type (array, values: 'sum', 'mean',\n * 'min', 'max', 'median', 'q1', 'q3')\n * - 'write_method' array defines which method to use for displaying the\n * result (innerHTML, setValue, createTextNode) - default: 'innerHTML'\n * - 'tot_row_index' defines in which row results are displayed\n * (integers array)\n *\n * - changes made by Nuovella:\n * (1) optimized the routine (now it will only process each column once),\n * (2) added calculations for the median, lower and upper quartile.\n */\n calcAll() {\n let tf = this.tf;\n if (!tf.isInitialized()) {\n return;\n }\n\n this.onBeforeOperation(tf, this);\n this.emitter.emit('before-column-operation', tf, this);\n\n let colIndexes = this.colIndexes,\n colOperations = this.operations,\n outputTypes = this.outputTypes,\n totRowIndexes = this.totRowIndexes,\n excludeRows = this.excludeRows,\n decimalPrecisions = isUndef(this.decimalPrecisions) ?\n 2 : this.decimalPrecisions;\n\n //nuovella: determine unique list of columns to operate on\n let uIndexes = [];\n colIndexes.forEach((val) => {\n if (uIndexes.indexOf(val) === -1) {\n uIndexes.push(val);\n }\n });\n\n let nbCols = uIndexes.length,\n rows = tf.tbl.rows,\n colValues = [];\n\n for (let u = 0; u < nbCols; u++) {\n //this retrieves col values\n //use uIndexes because we only want to pass through this loop\n //once for each column get the values in this unique column\n colValues.push(\n tf.getFilteredDataCol(uIndexes[u], false, true, excludeRows)\n );\n\n let curValues = colValues[u];\n\n //next: calculate all operations for this column\n let result = 0,\n operations = [],\n precisions = [],\n labels = [],\n writeType,\n idx = 0;\n\n for (let k = 0; k < colIndexes.length; k++) {\n if (colIndexes[k] !== uIndexes[u]) {\n continue;\n }\n operations[idx] = (colOperations[k] || 'sum').toLowerCase();\n precisions[idx] = decimalPrecisions[k];\n labels[idx] = this.labelIds[k];\n writeType = isArray(outputTypes) ? outputTypes[k] : null;\n idx++;\n }\n\n for (let i = 0; i < idx; i++) {\n // emit values before column calculation\n this.emitter.emit(\n 'before-column-calc',\n tf,\n this,\n uIndexes[u],\n curValues,\n operations[i],\n precisions[i]\n );\n\n result = Number(this.calc(curValues, operations[i], null));\n\n // emit column calculation result\n this.emitter.emit(\n 'column-calc',\n tf,\n this,\n uIndexes[u],\n result,\n operations[i],\n precisions[i]\n );\n\n // write result in expected DOM element\n this.writeResult(\n result,\n labels[i],\n writeType,\n precisions[i]\n );\n\n }//for i\n\n // row(s) with result are always visible\n let totRow = totRowIndexes && totRowIndexes[u] ?\n rows[totRowIndexes[u]] : null;\n if (totRow) {\n totRow.style.display = '';\n }\n }//for u\n\n this.onAfterOperation(tf, this);\n this.emitter.emit('after-column-operation', tf, this);\n }\n\n /**\n * Make desired calculation on specified column.\n * @param {Number} colIndex Column index\n * @param {String} [operation=SUM] Operation type\n * @param {Number} precision Decimal precision\n * @returns {Number}\n */\n columnCalc(colIndex, operation = SUM, precision) {\n let excludeRows = this.excludeRows || [];\n let colValues =\n this.tf.getFilteredDataCol(colIndex, false, true, excludeRows);\n return Number(this.calc(colValues, operation, precision));\n }\n\n /**\n * Make calculation on passed values.\n * @param {Array} values List of values\n * @param {String} [operation=SUM] Optional operation type\n * @param {Number} precision Optional result precision\n * @returns {Number}\n * @private\n */\n calc(colValues, operation = SUM, precision) {\n let result = 0;\n\n if (operation === Q1 || operation === Q3 || operation === MEDIAN) {\n colValues = this.sortColumnValues(colValues, numSortAsc);\n }\n\n switch (operation) {\n case MEAN:\n result = this.calcMean(colValues);\n break;\n case SUM:\n result = this.calcSum(colValues);\n break;\n case MIN:\n result = this.calcMin(colValues);\n break;\n case MAX:\n result = this.calcMax(colValues);\n break;\n case MEDIAN:\n result = this.calcMedian(colValues);\n break;\n case Q1:\n result = this.calcQ1(colValues);\n break;\n case Q3:\n result = this.calcQ3(colValues);\n break;\n }\n\n return isEmpty(precision) ? result : result.toFixed(precision);\n }\n\n /**\n * Calculate the sum of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n */\n calcSum(values = []) {\n if (isEmpty(values)) {\n return 0;\n }\n let result = values.reduce((x, y) => Number(x) + Number(y));\n return result;\n }\n\n /**\n * Calculate the mean of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n */\n calcMean(values = []) {\n let result = this.calcSum(values) / values.length;\n return Number(result);\n }\n\n /**\n * Calculate the max value of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n */\n calcMax(values = []) {\n return Math.max.apply(null, values);\n }\n\n /**\n * Calculate the min value of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n */\n calcMin(values = []) {\n return Math.min.apply(null, values);\n }\n\n /**\n * Calculate the median of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n */\n calcMedian(values = []) {\n let nbValues = values.length;\n let aux = 0;\n if (nbValues % 2 === 1) {\n aux = Math.floor(nbValues / 2);\n return Number(values[aux]);\n }\n return (Number(values[nbValues / 2]) +\n Number(values[((nbValues / 2) - 1)])) / 2;\n }\n\n /**\n * Calculate the lower quartile of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n */\n calcQ1(values = []) {\n let nbValues = values.length;\n let posa = 0.0;\n posa = Math.floor(nbValues / 4);\n if (4 * posa === nbValues) {\n return (Number(values[posa - 1]) +\n Number(values[posa])) / 2;\n }\n return Number(values[posa]);\n }\n\n /**\n * Calculate the upper quartile of passed values.\n * @param {Array} [values=[]] List of values\n * @returns {Number}\n */\n calcQ3(values = []) {\n let nbValues = values.length;\n let posa = 0.0;\n let posb = 0.0;\n posa = Math.floor(nbValues / 4);\n if (4 * posa === nbValues) {\n posb = 3 * posa;\n return (Number(values[posb]) +\n Number(values[posb - 1])) / 2;\n }\n return Number(values[nbValues - posa - 1]);\n }\n\n /**\n * Sort passed values with supplied sorter function.\n * @param {Array} [values=[]] List of values to be sorted\n * @param {Function} sorter Sorter function\n * @returns {Array}\n */\n sortColumnValues(values = [], sorter) {\n return values.sort(sorter);\n }\n\n /**\n * Write calculation result in passed DOM element with supplied write method\n * and decimal precision.\n * @param {Number} [result=0] Calculation result\n * @param {DOMElement} label DOM element\n * @param {String} [writeType='innerhtml'] Write method\n * @param {Number} [precision=2] Applied decimal precision\n * @private\n */\n writeResult(result = 0, label, writeType = 'innerhtml', precision = 2) {\n let labelElm = elm(label);\n\n if (!labelElm) {\n return;\n }\n\n result = result.toFixed(precision);\n if (isNaN(result) || !isFinite(result)) {\n result = '';\n }\n\n switch (writeType.toLowerCase()) {\n case 'innerhtml':\n labelElm.innerHTML = result;\n break;\n case 'setvalue':\n labelElm.value = result;\n break;\n case 'createtextnode':\n let oldNode = labelElm.firstChild;\n let txtNode = createText(result);\n labelElm.replaceChild(txtNode, oldNode);\n break;\n }\n }\n\n /** Remove extension */\n destroy() {\n if (!this.initialized) {\n return;\n }\n // unsubscribe to events\n this.emitter.off(EVENTS, () => this.calcAll());\n\n this.initialized = false;\n }\n\n}\n" }, { "__docId__": 76, @@ -2566,7 +2566,7 @@ "longname": "src/extensions/colOps/colOps.js~ColOps#calc", "access": "private", "description": "Make calculation on passed values.", - "lineNumber": 262, + "lineNumber": 261, "unknown": [ { "tagName": "@returns", @@ -2627,7 +2627,7 @@ "longname": "src/extensions/colOps/colOps.js~ColOps#calcSum", "access": null, "description": "Calculate the sum of passed values.", - "lineNumber": 301, + "lineNumber": 300, "unknown": [ { "tagName": "@returns", @@ -2668,7 +2668,7 @@ "longname": "src/extensions/colOps/colOps.js~ColOps#calcMean", "access": null, "description": "Calculate the mean of passed values.", - "lineNumber": 314, + "lineNumber": 313, "unknown": [ { "tagName": "@returns", @@ -2709,7 +2709,7 @@ "longname": "src/extensions/colOps/colOps.js~ColOps#calcMax", "access": null, "description": "Calculate the max value of passed values.", - "lineNumber": 324, + "lineNumber": 323, "unknown": [ { "tagName": "@returns", @@ -2750,7 +2750,7 @@ "longname": "src/extensions/colOps/colOps.js~ColOps#calcMin", "access": null, "description": "Calculate the min value of passed values.", - "lineNumber": 333, + "lineNumber": 332, "unknown": [ { "tagName": "@returns", @@ -2791,7 +2791,7 @@ "longname": "src/extensions/colOps/colOps.js~ColOps#calcMedian", "access": null, "description": "Calculate the median of passed values.", - "lineNumber": 342, + "lineNumber": 341, "unknown": [ { "tagName": "@returns", @@ -2832,7 +2832,7 @@ "longname": "src/extensions/colOps/colOps.js~ColOps#calcQ1", "access": null, "description": "Calculate the lower quartile of passed values.", - "lineNumber": 358, + "lineNumber": 357, "unknown": [ { "tagName": "@returns", @@ -2873,7 +2873,7 @@ "longname": "src/extensions/colOps/colOps.js~ColOps#calcQ3", "access": null, "description": "Calculate the upper quartile of passed values.", - "lineNumber": 374, + "lineNumber": 373, "unknown": [ { "tagName": "@returns", @@ -2914,7 +2914,7 @@ "longname": "src/extensions/colOps/colOps.js~ColOps#sortColumnValues", "access": null, "description": "Sort passed values with supplied sorter function.", - "lineNumber": 393, + "lineNumber": 392, "unknown": [ { "tagName": "@returns", @@ -2965,7 +2965,7 @@ "longname": "src/extensions/colOps/colOps.js~ColOps#writeResult", "access": "private", "description": "Write calculation result in passed DOM element with supplied write method\nand decimal precision.", - "lineNumber": 406, + "lineNumber": 405, "params": [ { "nullable": null, @@ -3026,7 +3026,7 @@ "longname": "src/extensions/colOps/colOps.js~ColOps#destroy", "access": null, "description": "Remove extension", - "lineNumber": 434, + "lineNumber": 433, "params": [], "generator": false }, @@ -3040,7 +3040,7 @@ "longname": "src/extensions/colOps/colOps.js~ColOps#initialized", "access": null, "description": null, - "lineNumber": 441, + "lineNumber": 440, "undocument": true, "type": { "types": [ diff --git a/docs/file/src/array.js.html b/docs/file/src/array.js.html index 30a70929..600f9c87 100644 --- a/docs/file/src/array.js.html +++ b/docs/file/src/array.js.html @@ -3,7 +3,7 @@ - src/array.js | tablefilter v0.4.39 API Document + src/array.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/const.js.html b/docs/file/src/const.js.html index d8675c72..6941e6d3 100644 --- a/docs/file/src/const.js.html +++ b/docs/file/src/const.js.html @@ -3,7 +3,7 @@ - src/const.js | tablefilter v0.4.39 API Document + src/const.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/cookie.js.html b/docs/file/src/cookie.js.html index 1b20fd5a..d4a66afb 100644 --- a/docs/file/src/cookie.js.html +++ b/docs/file/src/cookie.js.html @@ -3,7 +3,7 @@ - src/cookie.js | tablefilter v0.4.39 API Document + src/cookie.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/dom.js.html b/docs/file/src/dom.js.html index eaec505d..aff86a5e 100644 --- a/docs/file/src/dom.js.html +++ b/docs/file/src/dom.js.html @@ -3,7 +3,7 @@ - src/dom.js | tablefilter v0.4.39 API Document + src/dom.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/emitter.js.html b/docs/file/src/emitter.js.html index bcfa22c4..978a942b 100644 --- a/docs/file/src/emitter.js.html +++ b/docs/file/src/emitter.js.html @@ -3,7 +3,7 @@ - src/emitter.js | tablefilter v0.4.39 API Document + src/emitter.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/event.js.html b/docs/file/src/event.js.html index 6608eb4c..3b734b22 100644 --- a/docs/file/src/event.js.html +++ b/docs/file/src/event.js.html @@ -3,7 +3,7 @@ - src/event.js | tablefilter v0.4.39 API Document + src/event.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/extensions/advancedGrid/adapterEzEditTable.js.html b/docs/file/src/extensions/advancedGrid/adapterEzEditTable.js.html index 873b3018..3a3613b1 100644 --- a/docs/file/src/extensions/advancedGrid/adapterEzEditTable.js.html +++ b/docs/file/src/extensions/advancedGrid/adapterEzEditTable.js.html @@ -3,7 +3,7 @@ - src/extensions/advancedGrid/adapterEzEditTable.js | tablefilter v0.4.39 API Document + src/extensions/advancedGrid/adapterEzEditTable.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/extensions/advancedGrid/advancedGrid.js.html b/docs/file/src/extensions/advancedGrid/advancedGrid.js.html index bd3884e2..f9e26a3a 100644 --- a/docs/file/src/extensions/advancedGrid/advancedGrid.js.html +++ b/docs/file/src/extensions/advancedGrid/advancedGrid.js.html @@ -3,7 +3,7 @@ - src/extensions/advancedGrid/advancedGrid.js | tablefilter v0.4.39 API Document + src/extensions/advancedGrid/advancedGrid.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/extensions/colOps/colOps.js.html b/docs/file/src/extensions/colOps/colOps.js.html index 69aac3cb..5412b872 100644 --- a/docs/file/src/extensions/colOps/colOps.js.html +++ b/docs/file/src/extensions/colOps/colOps.js.html @@ -3,7 +3,7 @@ - src/extensions/colOps/colOps.js | tablefilter v0.4.39 API Document + src/extensions/colOps/colOps.js | tablefilter v0.4.40 API Document @@ -278,11 +278,11 @@ export default class ColOps extends Feature { } }); - let nbCols = uIndexes.length - 1, + let nbCols = uIndexes.length, rows = tf.tbl.rows, colValues = []; - for (let u = 0; u <= nbCols; u++) { + for (let u = 0; u < nbCols; u++) { //this retrieves col values //use uIndexes because we only want to pass through this loop //once for each column get the values in this unique column @@ -304,14 +304,14 @@ export default class ColOps extends Feature { if (colIndexes[k] !== uIndexes[u]) { continue; } - operations[idx] = colOperations[k].toLowerCase(); + operations[idx] = (colOperations[k] || 'sum').toLowerCase(); precisions[idx] = decimalPrecisions[k]; labels[idx] = this.labelIds[k]; writeType = isArray(outputTypes) ? outputTypes[k] : null; idx++; } - for (let i = 0; i <= idx; i++) { + for (let i = 0; i < idx; i++) { // emit values before column calculation this.emitter.emit( 'before-column-calc', @@ -369,8 +369,7 @@ export default class ColOps extends Feature { let excludeRows = this.excludeRows || []; let colValues = this.tf.getFilteredDataCol(colIndex, false, true, excludeRows); - - return this.calc(colValues, operation, precision); + return Number(this.calc(colValues, operation, precision)); } /** diff --git a/docs/file/src/extensions/colsVisibility/colsVisibility.js.html b/docs/file/src/extensions/colsVisibility/colsVisibility.js.html index 27ebcd30..d9c29a62 100644 --- a/docs/file/src/extensions/colsVisibility/colsVisibility.js.html +++ b/docs/file/src/extensions/colsVisibility/colsVisibility.js.html @@ -3,7 +3,7 @@ - src/extensions/colsVisibility/colsVisibility.js | tablefilter v0.4.39 API Document + src/extensions/colsVisibility/colsVisibility.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/extensions/filtersVisibility/filtersVisibility.js.html b/docs/file/src/extensions/filtersVisibility/filtersVisibility.js.html index 54913337..31323b58 100644 --- a/docs/file/src/extensions/filtersVisibility/filtersVisibility.js.html +++ b/docs/file/src/extensions/filtersVisibility/filtersVisibility.js.html @@ -3,7 +3,7 @@ - src/extensions/filtersVisibility/filtersVisibility.js | tablefilter v0.4.39 API Document + src/extensions/filtersVisibility/filtersVisibility.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/extensions/sort/adapterSortabletable.js.html b/docs/file/src/extensions/sort/adapterSortabletable.js.html index fb1f8980..276e5fb2 100644 --- a/docs/file/src/extensions/sort/adapterSortabletable.js.html +++ b/docs/file/src/extensions/sort/adapterSortabletable.js.html @@ -3,7 +3,7 @@ - src/extensions/sort/adapterSortabletable.js | tablefilter v0.4.39 API Document + src/extensions/sort/adapterSortabletable.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/extensions/sort/sort.js.html b/docs/file/src/extensions/sort/sort.js.html index 373e839f..0afdd4ef 100644 --- a/docs/file/src/extensions/sort/sort.js.html +++ b/docs/file/src/extensions/sort/sort.js.html @@ -3,7 +3,7 @@ - src/extensions/sort/sort.js | tablefilter v0.4.39 API Document + src/extensions/sort/sort.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/feature.js.html b/docs/file/src/feature.js.html index 18626e60..f549e8d2 100644 --- a/docs/file/src/feature.js.html +++ b/docs/file/src/feature.js.html @@ -3,7 +3,7 @@ - src/feature.js | tablefilter v0.4.39 API Document + src/feature.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/modules/alternateRows.js.html b/docs/file/src/modules/alternateRows.js.html index dacc5c18..ec2835b2 100644 --- a/docs/file/src/modules/alternateRows.js.html +++ b/docs/file/src/modules/alternateRows.js.html @@ -3,7 +3,7 @@ - src/modules/alternateRows.js | tablefilter v0.4.39 API Document + src/modules/alternateRows.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/modules/checkList.js.html b/docs/file/src/modules/checkList.js.html index 05454c57..50c08e04 100644 --- a/docs/file/src/modules/checkList.js.html +++ b/docs/file/src/modules/checkList.js.html @@ -3,7 +3,7 @@ - src/modules/checkList.js | tablefilter v0.4.39 API Document + src/modules/checkList.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/modules/clearButton.js.html b/docs/file/src/modules/clearButton.js.html index 80a50eda..cc056853 100644 --- a/docs/file/src/modules/clearButton.js.html +++ b/docs/file/src/modules/clearButton.js.html @@ -3,7 +3,7 @@ - src/modules/clearButton.js | tablefilter v0.4.39 API Document + src/modules/clearButton.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/modules/dateType.js.html b/docs/file/src/modules/dateType.js.html index 13d5edf0..ec3055c8 100644 --- a/docs/file/src/modules/dateType.js.html +++ b/docs/file/src/modules/dateType.js.html @@ -3,7 +3,7 @@ - src/modules/dateType.js | tablefilter v0.4.39 API Document + src/modules/dateType.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/modules/dropdown.js.html b/docs/file/src/modules/dropdown.js.html index 129608ca..99966bb8 100644 --- a/docs/file/src/modules/dropdown.js.html +++ b/docs/file/src/modules/dropdown.js.html @@ -3,7 +3,7 @@ - src/modules/dropdown.js | tablefilter v0.4.39 API Document + src/modules/dropdown.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/modules/gridLayout.js.html b/docs/file/src/modules/gridLayout.js.html index 30ea4997..ff021c17 100644 --- a/docs/file/src/modules/gridLayout.js.html +++ b/docs/file/src/modules/gridLayout.js.html @@ -3,7 +3,7 @@ - src/modules/gridLayout.js | tablefilter v0.4.39 API Document + src/modules/gridLayout.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/modules/hash.js.html b/docs/file/src/modules/hash.js.html index 612a0d3e..0e1d7669 100644 --- a/docs/file/src/modules/hash.js.html +++ b/docs/file/src/modules/hash.js.html @@ -3,7 +3,7 @@ - src/modules/hash.js | tablefilter v0.4.39 API Document + src/modules/hash.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/modules/help.js.html b/docs/file/src/modules/help.js.html index ff124c00..daa9bf74 100644 --- a/docs/file/src/modules/help.js.html +++ b/docs/file/src/modules/help.js.html @@ -3,7 +3,7 @@ - src/modules/help.js | tablefilter v0.4.39 API Document + src/modules/help.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/modules/highlightKeywords.js.html b/docs/file/src/modules/highlightKeywords.js.html index c1a82357..cfd2a8ad 100644 --- a/docs/file/src/modules/highlightKeywords.js.html +++ b/docs/file/src/modules/highlightKeywords.js.html @@ -3,7 +3,7 @@ - src/modules/highlightKeywords.js | tablefilter v0.4.39 API Document + src/modules/highlightKeywords.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/modules/loader.js.html b/docs/file/src/modules/loader.js.html index 5f55a32d..d9de87dd 100644 --- a/docs/file/src/modules/loader.js.html +++ b/docs/file/src/modules/loader.js.html @@ -3,7 +3,7 @@ - src/modules/loader.js | tablefilter v0.4.39 API Document + src/modules/loader.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/modules/noResults.js.html b/docs/file/src/modules/noResults.js.html index e964e618..9f685cd7 100644 --- a/docs/file/src/modules/noResults.js.html +++ b/docs/file/src/modules/noResults.js.html @@ -3,7 +3,7 @@ - src/modules/noResults.js | tablefilter v0.4.39 API Document + src/modules/noResults.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/modules/paging.js.html b/docs/file/src/modules/paging.js.html index 7e3e386e..f9e1d0fa 100644 --- a/docs/file/src/modules/paging.js.html +++ b/docs/file/src/modules/paging.js.html @@ -3,7 +3,7 @@ - src/modules/paging.js | tablefilter v0.4.39 API Document + src/modules/paging.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/modules/popupFilter.js.html b/docs/file/src/modules/popupFilter.js.html index e36deca0..19b9c723 100644 --- a/docs/file/src/modules/popupFilter.js.html +++ b/docs/file/src/modules/popupFilter.js.html @@ -3,7 +3,7 @@ - src/modules/popupFilter.js | tablefilter v0.4.39 API Document + src/modules/popupFilter.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/modules/rowsCounter.js.html b/docs/file/src/modules/rowsCounter.js.html index ed9d4d89..8effbf1f 100644 --- a/docs/file/src/modules/rowsCounter.js.html +++ b/docs/file/src/modules/rowsCounter.js.html @@ -3,7 +3,7 @@ - src/modules/rowsCounter.js | tablefilter v0.4.39 API Document + src/modules/rowsCounter.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/modules/state.js.html b/docs/file/src/modules/state.js.html index 6ceec55a..bb40a5e4 100644 --- a/docs/file/src/modules/state.js.html +++ b/docs/file/src/modules/state.js.html @@ -3,7 +3,7 @@ - src/modules/state.js | tablefilter v0.4.39 API Document + src/modules/state.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/modules/statusBar.js.html b/docs/file/src/modules/statusBar.js.html index 2ff44167..fdd1f44b 100644 --- a/docs/file/src/modules/statusBar.js.html +++ b/docs/file/src/modules/statusBar.js.html @@ -3,7 +3,7 @@ - src/modules/statusBar.js | tablefilter v0.4.39 API Document + src/modules/statusBar.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/modules/storage.js.html b/docs/file/src/modules/storage.js.html index 9a7b793f..12863fd1 100644 --- a/docs/file/src/modules/storage.js.html +++ b/docs/file/src/modules/storage.js.html @@ -3,7 +3,7 @@ - src/modules/storage.js | tablefilter v0.4.39 API Document + src/modules/storage.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/number.js.html b/docs/file/src/number.js.html index fe2e764b..5941f6d4 100644 --- a/docs/file/src/number.js.html +++ b/docs/file/src/number.js.html @@ -3,7 +3,7 @@ - src/number.js | tablefilter v0.4.39 API Document + src/number.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/root.js.html b/docs/file/src/root.js.html index 7360eab1..57f04561 100644 --- a/docs/file/src/root.js.html +++ b/docs/file/src/root.js.html @@ -3,7 +3,7 @@ - src/root.js | tablefilter v0.4.39 API Document + src/root.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/sort.js.html b/docs/file/src/sort.js.html index 51bccbfe..2d4156bf 100644 --- a/docs/file/src/sort.js.html +++ b/docs/file/src/sort.js.html @@ -3,7 +3,7 @@ - src/sort.js | tablefilter v0.4.39 API Document + src/sort.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/string.js.html b/docs/file/src/string.js.html index a4b8c722..bac8022d 100644 --- a/docs/file/src/string.js.html +++ b/docs/file/src/string.js.html @@ -3,7 +3,7 @@ - src/string.js | tablefilter v0.4.39 API Document + src/string.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/tablefilter.js.html b/docs/file/src/tablefilter.js.html index 0df46177..8d76bd6d 100644 --- a/docs/file/src/tablefilter.js.html +++ b/docs/file/src/tablefilter.js.html @@ -3,7 +3,7 @@ - src/tablefilter.js | tablefilter v0.4.39 API Document + src/tablefilter.js | tablefilter v0.4.40 API Document diff --git a/docs/file/src/types.js.html b/docs/file/src/types.js.html index 88e6beb2..c9ea9133 100644 --- a/docs/file/src/types.js.html +++ b/docs/file/src/types.js.html @@ -3,7 +3,7 @@ - src/types.js | tablefilter v0.4.39 API Document + src/types.js | tablefilter v0.4.40 API Document diff --git a/docs/function/index.html b/docs/function/index.html index 6a175f51..95d15b2d 100644 --- a/docs/function/index.html +++ b/docs/function/index.html @@ -3,7 +3,7 @@ - Function | tablefilter v0.4.39 API Document + Function | tablefilter v0.4.40 API Document diff --git a/docs/identifiers.html b/docs/identifiers.html index 33015dea..9deec1d0 100644 --- a/docs/identifiers.html +++ b/docs/identifiers.html @@ -3,7 +3,7 @@ - Index | tablefilter v0.4.39 API Document + Index | tablefilter v0.4.40 API Document diff --git a/docs/index.html b/docs/index.html index a7a997f0..8a62d49f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,7 +3,7 @@ - tablefilter v0.4.39 API Document + tablefilter v0.4.40 API Document diff --git a/docs/package.json b/docs/package.json index 1255f496..e7d3ccd4 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "tablefilter", - "version": "0.4.39", + "version": "0.4.40", "description": "A Javascript library making HTML tables filterable and a bit more", "license": "MIT", "author": { diff --git a/docs/source.html b/docs/source.html index 380bc1ac..3a63e25e 100644 --- a/docs/source.html +++ b/docs/source.html @@ -3,7 +3,7 @@ - Source | tablefilter v0.4.39 API Document + Source | tablefilter v0.4.40 API Document @@ -140,7 +140,7 @@ 100 %1/1 545 byte 22 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/const.js @@ -165,7 +165,7 @@ 100 %18/18 1536 byte 118 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/cookie.js @@ -173,7 +173,7 @@ - 1412 byte 57 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/dom.js @@ -192,7 +192,7 @@ 100 %12/12 4767 byte 191 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/emitter.js @@ -200,7 +200,7 @@ 100 %6/6 1323 byte 53 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/event.js @@ -213,7 +213,7 @@ 100 %6/6 2384 byte 101 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/extensions/advancedGrid/adapterEzEditTable.js @@ -221,7 +221,7 @@ 100 %13/13 18904 byte 504 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/extensions/advancedGrid/advancedGrid.js @@ -229,15 +229,15 @@ - 90 byte 2 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/extensions/colOps/colOps.js ColOps 100 %25/25 - 13008 byte - 444 - 2017-02-07 01:34:26 (UTC) + 13020 byte + 443 + 2017-02-07 13:02:23 (UTC) src/extensions/colsVisibility/colsVisibility.js @@ -245,7 +245,7 @@ 100 %49/49 20964 byte 739 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/extensions/filtersVisibility/filtersVisibility.js @@ -253,7 +253,7 @@ 100 %25/25 7784 byte 307 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/extensions/sort/adapterSortabletable.js @@ -261,7 +261,7 @@ 100 %23/23 16452 byte 532 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/extensions/sort/sort.js @@ -269,7 +269,7 @@ - 204 byte 8 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/feature.js @@ -277,7 +277,7 @@ 100 %14/14 1864 byte 97 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/modules/alternateRows.js @@ -285,7 +285,7 @@ 100 %9/9 3644 byte 140 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/modules/checkList.js @@ -293,7 +293,7 @@ 100 %17/17 18974 byte 590 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/modules/clearButton.js @@ -301,7 +301,7 @@ 100 %10/10 3129 byte 128 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/modules/dateType.js @@ -309,7 +309,7 @@ 100 %11/11 3997 byte 147 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/modules/dropdown.js @@ -317,7 +317,7 @@ 100 %14/14 13704 byte 442 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/modules/gridLayout.js @@ -325,7 +325,7 @@ 100 %16/16 14075 byte 494 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/modules/hash.js @@ -334,7 +334,7 @@ 100 %10/10 2981 byte 126 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/modules/help.js @@ -342,7 +342,7 @@ 100 %17/17 6516 byte 232 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/modules/highlightKeywords.js @@ -350,7 +350,7 @@ 100 %10/10 5405 byte 179 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/modules/loader.js @@ -358,7 +358,7 @@ 100 %14/14 4005 byte 173 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/modules/noResults.js @@ -366,7 +366,7 @@ 100 %17/17 4809 byte 198 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/modules/paging.js @@ -374,7 +374,7 @@ 100 %45/45 27455 byte 898 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/modules/popupFilter.js @@ -382,7 +382,7 @@ 100 %26/26 12712 byte 446 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/modules/rowsCounter.js @@ -390,7 +390,7 @@ 100 %13/13 5643 byte 197 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/modules/state.js @@ -398,7 +398,7 @@ 100 %24/24 14771 byte 541 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/modules/statusBar.js @@ -406,7 +406,7 @@ 100 %22/22 8485 byte 299 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/modules/storage.js @@ -415,7 +415,7 @@ 100 %10/10 3544 byte 162 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/number.js @@ -423,7 +423,7 @@ 100 %1/1 998 byte 29 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/root.js @@ -431,7 +431,7 @@ 100 %1/1 235 byte 6 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/sort.js @@ -441,7 +441,7 @@ 100 %3/3 930 byte 33 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/string.js @@ -453,7 +453,7 @@ 100 %5/5 2082 byte 76 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/tablefilter.js @@ -461,7 +461,7 @@ 100 %171/171 90887 byte 3035 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) src/types.js @@ -477,7 +477,7 @@ 100 %9/9 1565 byte 73 - 2017-02-07 01:34:26 (UTC) + 2017-02-07 13:02:23 (UTC) diff --git a/docs/variable/index.html b/docs/variable/index.html index 6543edec..e109c99e 100644 --- a/docs/variable/index.html +++ b/docs/variable/index.html @@ -3,7 +3,7 @@ - Variable | tablefilter v0.4.39 API Document + Variable | tablefilter v0.4.40 API Document